From 005c1b1ecadce05a8ea2b2f3699c3053564a1e44 Mon Sep 17 00:00:00 2001 From: Waldemar Cruz Date: Fri, 16 Oct 2015 20:31:19 -0400 Subject: [PATCH] Welcome to Open Source World, BAby! --- .Renviron | 10 + .Rprofile | 28 + .bash_aliases | 6 + .bashrc | 2 + .buildpath | 5 + .cproject | 221 + .emacs | 47 + .gitconfig | 14 + .gitignore | 8 + .netrc | 3 + .project | 78 + R.css | 60 + Rinst | 5 + applications/luci-app-ahcp/Makefile | 14 + .../luci-app-ahcp/luasrc/controller/ahcp.lua | 49 + .../luci-app-ahcp/luasrc/model/cbi/ahcp.lua | 110 + .../luasrc/view/admin_status/index/ahcp.htm | 1 + .../luci-app-ahcp/luasrc/view/ahcp_status.htm | 53 + applications/luci-app-ahcp/po/ca/ahcp.po | 117 + applications/luci-app-ahcp/po/cs/ahcp.po | 114 + applications/luci-app-ahcp/po/de/ahcp.po | 115 + applications/luci-app-ahcp/po/el/ahcp.po | 114 + applications/luci-app-ahcp/po/en/ahcp.po | 115 + applications/luci-app-ahcp/po/es/ahcp.po | 115 + applications/luci-app-ahcp/po/fr/ahcp.po | 115 + applications/luci-app-ahcp/po/he/ahcp.po | 118 + applications/luci-app-ahcp/po/hu/ahcp.po | 116 + applications/luci-app-ahcp/po/it/ahcp.po | 114 + applications/luci-app-ahcp/po/ja/ahcp.po | 117 + applications/luci-app-ahcp/po/ms/ahcp.po | 105 + applications/luci-app-ahcp/po/no/ahcp.po | 117 + applications/luci-app-ahcp/po/pl/ahcp.po | 115 + applications/luci-app-ahcp/po/pt-br/ahcp.po | 115 + applications/luci-app-ahcp/po/pt/ahcp.po | 116 + applications/luci-app-ahcp/po/ro/ahcp.po | 115 + applications/luci-app-ahcp/po/ru/ahcp.po | 120 + applications/luci-app-ahcp/po/sk/ahcp.po | 106 + applications/luci-app-ahcp/po/sv/ahcp.po | 109 + .../luci-app-ahcp/po/templates/ahcp.pot | 99 + applications/luci-app-ahcp/po/tr/ahcp.po | 113 + applications/luci-app-ahcp/po/uk/ahcp.po | 115 + applications/luci-app-ahcp/po/vi/ahcp.po | 114 + applications/luci-app-ahcp/po/zh-cn/ahcp.po | 113 + applications/luci-app-ahcp/po/zh-tw/ahcp.po | 109 + .../root/etc/uci-defaults/luci-ahcp | 11 + applications/luci-app-asterisk/Makefile | 13 + .../luci-app-asterisk/luasrc/asterisk.lua | 746 ++ .../luasrc/asterisk/cc_idd.lua | 245 + .../luasrc/controller/asterisk.lua | 194 + .../luasrc/model/cbi/asterisk-dialplans.lua | 91 + .../model/cbi/asterisk-iax-connections.lua | 49 + .../luasrc/model/cbi/asterisk-meetme.lua | 22 + .../luasrc/model/cbi/asterisk-mod-app.lua | 391 + .../luasrc/model/cbi/asterisk-mod-cdr.lua | 47 + .../luasrc/model/cbi/asterisk-mod-chan.lua | 45 + .../luasrc/model/cbi/asterisk-mod-codec.lua | 53 + .../luasrc/model/cbi/asterisk-mod-format.lua | 89 + .../luasrc/model/cbi/asterisk-mod-func.lua | 29 + .../luasrc/model/cbi/asterisk-mod-pbx.lua | 53 + .../model/cbi/asterisk-mod-res-feature.lua | 100 + .../luasrc/model/cbi/asterisk-mod-res.lua | 77 + .../model/cbi/asterisk-sip-connections.lua | 98 + .../luasrc/model/cbi/asterisk-voice.lua | 41 + .../luasrc/model/cbi/asterisk.lua | 151 + .../model/cbi/asterisk/dialplan_out.lua | 125 + .../luasrc/model/cbi/asterisk/dialplans.lua | 103 + .../luasrc/model/cbi/asterisk/dialzones.lua | 123 + .../luasrc/model/cbi/asterisk/meetme.lua | 38 + .../model/cbi/asterisk/meetme_settings.lua | 17 + .../luasrc/model/cbi/asterisk/phone_sip.lua | 145 + .../luasrc/model/cbi/asterisk/phones.lua | 104 + .../luasrc/model/cbi/asterisk/trunk_sip.lua | 86 + .../luasrc/model/cbi/asterisk/trunks.lua | 94 + .../luasrc/model/cbi/asterisk/voicemail.lua | 48 + .../model/cbi/asterisk/voicemail_settings.lua | 51 + .../luasrc/view/asterisk/cbi/cell.htm | 13 + .../luasrc/view/asterisk/dialplans.htm | 245 + .../luasrc/view/asterisk/dialzones.htm | 165 + .../luci-app-asterisk/po/ca/asterisk.po | 680 ++ .../luci-app-asterisk/po/cs/asterisk.po | 11 + .../luci-app-asterisk/po/de/asterisk.po | 131 + .../luci-app-asterisk/po/el/asterisk.po | 71 + .../luci-app-asterisk/po/en/asterisk.po | 680 ++ .../luci-app-asterisk/po/es/asterisk.po | 355 + .../luci-app-asterisk/po/fr/asterisk.po | 569 ++ .../luci-app-asterisk/po/he/asterisk.po | 194 + .../luci-app-asterisk/po/hu/asterisk.po | 134 + .../luci-app-asterisk/po/it/asterisk.po | 162 + .../luci-app-asterisk/po/ja/asterisk.po | 44 + .../luci-app-asterisk/po/ms/asterisk.po | 611 ++ .../luci-app-asterisk/po/no/asterisk.po | 12 + .../luci-app-asterisk/po/pl/asterisk.po | 75 + .../luci-app-asterisk/po/pt-br/asterisk.po | 691 ++ .../luci-app-asterisk/po/pt/asterisk.po | 150 + .../luci-app-asterisk/po/ro/asterisk.po | 54 + .../luci-app-asterisk/po/ru/asterisk.po | 515 ++ .../luci-app-asterisk/po/sk/asterisk.po | 0 .../luci-app-asterisk/po/sv/asterisk.po | 0 .../po/templates/asterisk.pot | 0 .../luci-app-asterisk/po/tr/asterisk.po | 12 + .../luci-app-asterisk/po/uk/asterisk.po | 79 + .../luci-app-asterisk/po/vi/asterisk.po | 680 ++ .../luci-app-asterisk/po/zh-cn/asterisk.po | 171 + .../luci-app-asterisk/po/zh-tw/asterisk.po | 13 + .../root/etc/config/asterisk | 231 + .../root/etc/uci-defaults/luci-asterisk | 11 + applications/luci-app-commands/Makefile | 14 + .../luasrc/controller/commands.lua | 227 + .../luasrc/model/cbi/commands.lua | 27 + .../luasrc/view/commands.htm | 169 + .../luci-app-commands/po/ca/commands.po | 98 + .../luci-app-commands/po/cs/commands.po | 96 + .../luci-app-commands/po/de/commands.po | 98 + .../luci-app-commands/po/el/commands.po | 91 + .../luci-app-commands/po/en/commands.po | 95 + .../luci-app-commands/po/es/commands.po | 97 + .../luci-app-commands/po/fr/commands.po | 100 + .../luci-app-commands/po/he/commands.po | 91 + .../luci-app-commands/po/hu/commands.po | 98 + .../luci-app-commands/po/it/commands.po | 99 + .../luci-app-commands/po/ja/commands.po | 94 + .../luci-app-commands/po/ms/commands.po | 90 + .../luci-app-commands/po/no/commands.po | 98 + .../luci-app-commands/po/pl/commands.po | 99 + .../luci-app-commands/po/pt-br/commands.po | 98 + .../luci-app-commands/po/pt/commands.po | 99 + .../luci-app-commands/po/ro/commands.po | 99 + .../luci-app-commands/po/ru/commands.po | 102 + .../luci-app-commands/po/sk/commands.po | 91 + .../luci-app-commands/po/sv/commands.po | 92 + .../po/templates/commands.pot | 84 + .../luci-app-commands/po/tr/commands.po | 91 + .../luci-app-commands/po/uk/commands.po | 103 + .../luci-app-commands/po/vi/commands.po | 91 + .../luci-app-commands/po/zh-cn/commands.po | 94 + .../luci-app-commands/po/zh-tw/commands.po | 94 + applications/luci-app-coovachilli/Makefile | 14 + .../luasrc/controller/coovachilli.lua | 15 + .../luasrc/model/cbi/coovachilli.lua | 19 + .../luasrc/model/cbi/coovachilli_auth.lua | 64 + .../luasrc/model/cbi/coovachilli_network.lua | 56 + .../luasrc/model/cbi/coovachilli_radius.lua | 55 + .../luci-app-coovachilli/po/ca/coovachilli.po | 655 ++ .../luci-app-coovachilli/po/cs/coovachilli.po | 348 + .../luci-app-coovachilli/po/de/coovachilli.po | 658 ++ .../luci-app-coovachilli/po/el/coovachilli.po | 50 + .../luci-app-coovachilli/po/en/coovachilli.po | 639 ++ .../luci-app-coovachilli/po/es/coovachilli.po | 113 + .../luci-app-coovachilli/po/fr/coovachilli.po | 26 + .../luci-app-coovachilli/po/he/coovachilli.po | 26 + .../luci-app-coovachilli/po/hu/coovachilli.po | 26 + .../luci-app-coovachilli/po/it/coovachilli.po | 75 + .../luci-app-coovachilli/po/ja/coovachilli.po | 25 + .../luci-app-coovachilli/po/ms/coovachilli.po | 22 + .../luci-app-coovachilli/po/no/coovachilli.po | 26 + .../luci-app-coovachilli/po/pl/coovachilli.po | 27 + .../po/pt-br/coovachilli.po | 657 ++ .../luci-app-coovachilli/po/pt/coovachilli.po | 372 + .../luci-app-coovachilli/po/ro/coovachilli.po | 27 + .../luci-app-coovachilli/po/ru/coovachilli.po | 560 ++ .../luci-app-coovachilli/po/sk/coovachilli.po | 21 + .../luci-app-coovachilli/po/sv/coovachilli.po | 24 + .../po/templates/coovachilli.pot | 14 + .../luci-app-coovachilli/po/tr/coovachilli.po | 26 + .../luci-app-coovachilli/po/uk/coovachilli.po | 27 + .../luci-app-coovachilli/po/vi/coovachilli.po | 607 ++ .../po/zh-cn/coovachilli.po | 26 + .../po/zh-tw/coovachilli.po | 24 + .../root/etc/config/coovachilli | 243 + applications/luci-app-ddns/Makefile | 38 + .../luci-app-ddns/luasrc/controller/ddns.lua | 237 + .../luasrc/model/cbi/ddns/detail.lua | 1239 +++ .../luasrc/model/cbi/ddns/global.lua | 155 + .../luasrc/model/cbi/ddns/hints.lua | 152 + .../luasrc/model/cbi/ddns/overview.lua | 256 + .../luci-app-ddns/luasrc/tools/ddns.lua | 303 + .../luasrc/view/admin_status/index/ddns.htm | 1 + .../luasrc/view/ddns/detail_logview.htm | 56 + .../luasrc/view/ddns/detail_lvalue.htm | 22 + .../luasrc/view/ddns/detail_value.htm | 9 + .../luasrc/view/ddns/global_value.htm | 34 + .../luasrc/view/ddns/overview_doubleline.htm | 10 + .../luasrc/view/ddns/overview_enabled.htm | 15 + .../luasrc/view/ddns/overview_startstop.htm | 17 + .../luasrc/view/ddns/overview_status.htm | 180 + .../luasrc/view/ddns/system_status.htm | 144 + applications/luci-app-ddns/po/ca/ddns.po | 706 ++ applications/luci-app-ddns/po/cs/ddns.po | 704 ++ applications/luci-app-ddns/po/de/ddns.po | 745 ++ applications/luci-app-ddns/po/el/ddns.po | 707 ++ applications/luci-app-ddns/po/en/ddns.po | 705 ++ applications/luci-app-ddns/po/es/ddns.po | 706 ++ applications/luci-app-ddns/po/fr/ddns.po | 706 ++ applications/luci-app-ddns/po/he/ddns.po | 701 ++ applications/luci-app-ddns/po/hu/ddns.po | 708 ++ applications/luci-app-ddns/po/it/ddns.po | 706 ++ applications/luci-app-ddns/po/ja/ddns.po | 708 ++ applications/luci-app-ddns/po/ms/ddns.po | 657 ++ applications/luci-app-ddns/po/no/ddns.po | 689 ++ applications/luci-app-ddns/po/pl/ddns.po | 707 ++ applications/luci-app-ddns/po/pt-br/ddns.po | 708 ++ applications/luci-app-ddns/po/pt/ddns.po | 711 ++ applications/luci-app-ddns/po/ro/ddns.po | 709 ++ applications/luci-app-ddns/po/ru/ddns.po | 709 ++ applications/luci-app-ddns/po/sk/ddns.po | 652 ++ applications/luci-app-ddns/po/sv/ddns.po | 653 ++ .../luci-app-ddns/po/templates/ddns.pot | 645 ++ applications/luci-app-ddns/po/tr/ddns.po | 672 ++ applications/luci-app-ddns/po/uk/ddns.po | 709 ++ applications/luci-app-ddns/po/vi/ddns.po | 680 ++ applications/luci-app-ddns/po/zh-cn/ddns.po | 670 ++ applications/luci-app-ddns/po/zh-tw/ddns.po | 701 ++ .../root/etc/uci-defaults/luci-ddns | 10 + applications/luci-app-diag-core/Makefile | 14 + .../luasrc/controller/luci_diag.lua | 16 + .../luasrc/view/diag/index.htm | 10 + .../luasrc/view/diag/network_config_index.htm | 10 + .../luci-app-diag-core/po/ca/diag_core.po | 33 + .../luci-app-diag-core/po/cs/diag_core.po | 39 + .../luci-app-diag-core/po/de/diag_core.po | 42 + .../luci-app-diag-core/po/el/diag_core.po | 38 + .../luci-app-diag-core/po/en/diag_core.po | 42 + .../luci-app-diag-core/po/es/diag_core.po | 42 + .../luci-app-diag-core/po/fr/diag_core.po | 42 + .../luci-app-diag-core/po/he/diag_core.po | 30 + .../luci-app-diag-core/po/hu/diag_core.po | 42 + .../luci-app-diag-core/po/it/diag_core.po | 42 + .../luci-app-diag-core/po/ja/diag_core.po | 33 + .../luci-app-diag-core/po/ms/diag_core.po | 29 + .../luci-app-diag-core/po/no/diag_core.po | 35 + .../luci-app-diag-core/po/pl/diag_core.po | 43 + .../luci-app-diag-core/po/pt-br/diag_core.po | 42 + .../luci-app-diag-core/po/pt/diag_core.po | 39 + .../luci-app-diag-core/po/ro/diag_core.po | 45 + .../luci-app-diag-core/po/ru/diag_core.po | 45 + .../luci-app-diag-core/po/sk/diag_core.po | 30 + .../luci-app-diag-core/po/sv/diag_core.po | 31 + .../po/templates/diag_core.pot | 23 + .../luci-app-diag-core/po/tr/diag_core.po | 30 + .../luci-app-diag-core/po/uk/diag_core.po | 40 + .../luci-app-diag-core/po/vi/diag_core.po | 30 + .../luci-app-diag-core/po/zh-cn/diag_core.po | 36 + .../luci-app-diag-core/po/zh-tw/diag_core.po | 33 + applications/luci-app-diag-devinfo/Makefile | 14 + .../controller/luci_diag/devinfo_common.lua | 185 + .../luci_diag/luci_diag_devinfo.lua | 46 + .../luci_diag/netdiscover_common.lua | 91 + .../controller/luci_diag/smap_common.lua | 102 + .../model/cbi/luci_diag/mactodevinfo.lua | 25 + .../cbi/luci_diag/netdiscover_devinfo.lua | 33 + .../luci_diag/netdiscover_devinfo_config.lua | 19 + .../netdiscover_devinfo_config_mini.lua | 19 + .../luci_diag/netdiscover_devinfo_mini.lua | 33 + .../model/cbi/luci_diag/smap_devinfo.lua | 33 + .../cbi/luci_diag/smap_devinfo_config.lua | 24 + .../luci_diag/smap_devinfo_config_mini.lua | 25 + .../model/cbi/luci_diag/smap_devinfo_mini.lua | 33 + .../luasrc/view/diag/smapsection.htm | 129 + .../luasrc/view/diag/smapvalue.htm | 12 + .../po/ca/diag_devinfo.po | 209 + .../po/cs/diag_devinfo.po | 209 + .../po/de/diag_devinfo.po | 221 + .../po/el/diag_devinfo.po | 209 + .../po/en/diag_devinfo.po | 213 + .../po/es/diag_devinfo.po | 222 + .../po/fr/diag_devinfo.po | 220 + .../po/he/diag_devinfo.po | 206 + .../po/hu/diag_devinfo.po | 222 + .../po/it/diag_devinfo.po | 221 + .../po/ja/diag_devinfo.po | 209 + .../po/ms/diag_devinfo.po | 205 + .../po/no/diag_devinfo.po | 213 + .../po/pl/diag_devinfo.po | 222 + .../po/pt-br/diag_devinfo.po | 220 + .../po/pt/diag_devinfo.po | 209 + .../po/ro/diag_devinfo.po | 210 + .../po/ru/diag_devinfo.po | 223 + .../po/sk/diag_devinfo.po | 206 + .../po/sv/diag_devinfo.po | 207 + .../po/templates/diag_devinfo.pot | 199 + .../po/tr/diag_devinfo.po | 206 + .../po/uk/diag_devinfo.po | 219 + .../po/vi/diag_devinfo.po | 206 + .../po/zh-cn/diag_devinfo.po | 210 + .../po/zh-tw/diag_devinfo.po | 210 + .../root/etc/config/luci_devinfo | 20 + applications/luci-app-dump1090/Makefile | 14 + .../luasrc/controller/dump1090.lua | 14 + .../luasrc/model/cbi/dump1090.lua | 199 + .../root/etc/uci-defaults/luci-dump1090 | 12 + applications/luci-app-firewall/Makefile | 14 + .../luasrc/controller/firewall.lua | 23 + .../luasrc/model/cbi/firewall/custom.lua | 27 + .../model/cbi/firewall/forward-details.lua | 150 + .../luasrc/model/cbi/firewall/forwards.lua | 134 + .../model/cbi/firewall/rule-details.lua | 319 + .../luasrc/model/cbi/firewall/rules.lua | 259 + .../model/cbi/firewall/zone-details.lua | 232 + .../luasrc/model/cbi/firewall/zones.lua | 77 + .../luasrc/tools/firewall.lua | 279 + .../luasrc/view/firewall/cbi_addforward.htm | 116 + .../luasrc/view/firewall/cbi_addrule.htm | 112 + .../luasrc/view/firewall/cbi_addsnat.htm | 66 + .../luci-app-firewall/po/ca/firewall.po | 603 ++ .../luci-app-firewall/po/cs/firewall.po | 579 ++ .../luci-app-firewall/po/de/firewall.po | 748 ++ .../luci-app-firewall/po/el/firewall.po | 638 ++ .../luci-app-firewall/po/en/firewall.po | 635 ++ .../luci-app-firewall/po/es/firewall.po | 698 ++ .../luci-app-firewall/po/fr/firewall.po | 693 ++ .../luci-app-firewall/po/he/firewall.po | 432 + .../luci-app-firewall/po/hu/firewall.po | 580 ++ .../luci-app-firewall/po/it/firewall.po | 502 ++ .../luci-app-firewall/po/ja/firewall.po | 687 ++ .../luci-app-firewall/po/ms/firewall.po | 431 + .../luci-app-firewall/po/no/firewall.po | 565 ++ .../luci-app-firewall/po/pl/firewall.po | 621 ++ .../luci-app-firewall/po/pt-br/firewall.po | 740 ++ .../luci-app-firewall/po/pt/firewall.po | 585 ++ .../luci-app-firewall/po/ro/firewall.po | 503 ++ .../luci-app-firewall/po/ru/firewall.po | 679 ++ .../luci-app-firewall/po/sk/firewall.po | 432 + .../luci-app-firewall/po/sv/firewall.po | 433 + .../po/templates/firewall.pot | 425 + .../luci-app-firewall/po/tr/firewall.po | 432 + .../luci-app-firewall/po/uk/firewall.po | 619 ++ .../luci-app-firewall/po/vi/firewall.po | 565 ++ .../luci-app-firewall/po/zh-cn/firewall.po | 589 ++ .../luci-app-firewall/po/zh-tw/firewall.po | 449 ++ .../luci-app-freifunk-diagnostics/Makefile | 14 + .../luasrc/controller/freifunk/diag.lua | 72 + .../luasrc/view/freifunk/diagnostics.htm | 111 + .../uci-defaults/luci-freifunk-diagnostics | 2 + .../luci-app-freifunk-policyrouting/Makefile | 14 + .../controller/freifunk/policy-routing.lua | 9 + .../model/cbi/freifunk/policyrouting.lua | 34 + .../po/ca/freifunk-policyrouting.po | 62 + .../po/cs/freifunk-policyrouting.po | 52 + .../po/de/freifunk-policyrouting.po | 67 + .../po/el/freifunk-policyrouting.po | 39 + .../po/en/freifunk-policyrouting.po | 39 + .../po/es/freifunk-policyrouting.po | 66 + .../po/fr/freifunk-policyrouting.po | 39 + .../po/he/freifunk-policyrouting.po | 50 + .../po/hu/freifunk-policyrouting.po | 50 + .../po/it/freifunk-policyrouting.po | 69 + .../po/ja/freifunk-policyrouting.po | 39 + .../po/ms/freifunk-policyrouting.po | 39 + .../po/no/freifunk-policyrouting.po | 39 + .../po/pl/freifunk-policyrouting.po | 69 + .../po/pt-br/freifunk-policyrouting.po | 68 + .../po/pt/freifunk-policyrouting.po | 56 + .../po/ro/freifunk-policyrouting.po | 53 + .../po/ru/freifunk-policyrouting.po | 70 + .../po/sk/freifunk-policyrouting.po | 49 + .../po/sv/freifunk-policyrouting.po | 50 + .../po/templates/freifunk-policyrouting.pot | 42 + .../po/tr/freifunk-policyrouting.po | 50 + .../po/uk/freifunk-policyrouting.po | 72 + .../po/vi/freifunk-policyrouting.po | 39 + .../po/zh-cn/freifunk-policyrouting.po | 57 + .../po/zh-tw/freifunk-policyrouting.po | 48 + .../luci-app-freifunk-widgets/Makefile | 14 + .../luasrc/controller/freifunk/widgets.lua | 35 + .../cbi/freifunk/widgets/heightwidth.lua | 16 + .../model/cbi/freifunk/widgets/html.lua | 31 + .../model/cbi/freifunk/widgets/iframe.lua | 13 + .../model/cbi/freifunk/widgets/rssfeed.lua | 25 + .../model/cbi/freifunk/widgets/search.lua | 15 + .../model/cbi/freifunk/widgets/widget.lua | 37 + .../cbi/freifunk/widgets/widgets_overview.lua | 68 + .../view/freifunk/widgets/clear/main.htm | 15 + .../view/freifunk/widgets/html/main.htm | 42 + .../view/freifunk/widgets/iframe/main.htm | 45 + .../view/freifunk/widgets/rssfeed/main.htm | 84 + .../view/freifunk/widgets/search/main.htm | 54 + .../root/etc/config/freifunk-widgets | 33 + .../root/lib/upgrade/keep.d/freifunk-widgets | 1 + applications/luci-app-fwknopd/Makefile | 17 + .../luasrc/controller/fwknopd.lua | 15 + .../luasrc/model/cbi/fwknopd.lua | 54 + .../luasrc/view/fwknopd-qr.htm | 1 + .../luci-app-fwknopd/po/en/fwknopd.po | 113 + .../luci-app-fwknopd/po/templates/fwknopd.pot | 83 + .../root/etc/uci-defaults/luci-fwknopd | 22 + .../luci-app-fwknopd/root/usr/sbin/gen-qr.sh | 22 + applications/luci-app-hd-idle/Makefile | 14 + .../luasrc/controller/hd_idle.lua | 15 + .../luasrc/model/cbi/hd_idle.lua | 29 + .../luci-app-hd-idle/po/ca/hd_idle.po | 52 + .../luci-app-hd-idle/po/cs/hd_idle.po | 52 + .../luci-app-hd-idle/po/de/hd_idle.po | 50 + .../luci-app-hd-idle/po/el/hd_idle.po | 48 + .../luci-app-hd-idle/po/en/hd_idle.po | 48 + .../luci-app-hd-idle/po/es/hd_idle.po | 50 + .../luci-app-hd-idle/po/fr/hd_idle.po | 50 + .../luci-app-hd-idle/po/he/hd_idle.po | 52 + .../luci-app-hd-idle/po/hu/hd_idle.po | 52 + .../luci-app-hd-idle/po/it/hd_idle.po | 50 + .../luci-app-hd-idle/po/ja/hd_idle.po | 50 + .../luci-app-hd-idle/po/ms/hd_idle.po | 44 + .../luci-app-hd-idle/po/no/hd_idle.po | 39 + .../luci-app-hd-idle/po/pl/hd_idle.po | 51 + .../luci-app-hd-idle/po/pt-br/hd_idle.po | 50 + .../luci-app-hd-idle/po/pt/hd_idle.po | 50 + .../luci-app-hd-idle/po/ro/hd_idle.po | 53 + .../luci-app-hd-idle/po/ru/hd_idle.po | 52 + .../luci-app-hd-idle/po/sk/hd_idle.po | 38 + .../luci-app-hd-idle/po/sv/hd_idle.po | 39 + .../luci-app-hd-idle/po/templates/hd_idle.pot | 31 + .../luci-app-hd-idle/po/tr/hd_idle.po | 52 + .../luci-app-hd-idle/po/uk/hd_idle.po | 52 + .../luci-app-hd-idle/po/vi/hd_idle.po | 53 + .../luci-app-hd-idle/po/zh-cn/hd_idle.po | 48 + .../luci-app-hd-idle/po/zh-tw/hd_idle.po | 44 + .../root/etc/uci-defaults/luci-hd_idle | 11 + applications/luci-app-ltqtapi/Makefile | 14 + .../luasrc/controller/ltqtapi.lua | 40 + .../luasrc/model/cbi/luci_ltqtapi/account.lua | 16 + .../luasrc/model/cbi/luci_ltqtapi/contact.lua | 20 + .../view/admin_status/index/telephony.htm | 1 + .../luasrc/view/telephony_status.htm | 32 + applications/luci-app-meshwizard/Makefile | 14 + .../luasrc/controller/meshwizard.lua | 9 + .../luasrc/model/cbi/freifunk/meshwizard.lua | 199 + .../luci-app-meshwizard/po/ca/meshwizard.po | 144 + .../luci-app-meshwizard/po/cs/meshwizard.po | 122 + .../luci-app-meshwizard/po/de/meshwizard.po | 145 + .../luci-app-meshwizard/po/el/meshwizard.po | 124 + .../luci-app-meshwizard/po/en/meshwizard.po | 109 + .../luci-app-meshwizard/po/es/meshwizard.po | 137 + .../luci-app-meshwizard/po/fr/meshwizard.po | 139 + .../luci-app-meshwizard/po/he/meshwizard.po | 119 + .../luci-app-meshwizard/po/hu/meshwizard.po | 122 + .../luci-app-meshwizard/po/it/meshwizard.po | 143 + .../luci-app-meshwizard/po/ja/meshwizard.po | 109 + .../luci-app-meshwizard/po/ms/meshwizard.po | 109 + .../luci-app-meshwizard/po/no/meshwizard.po | 109 + .../luci-app-meshwizard/po/pl/meshwizard.po | 147 + .../po/pt-br/meshwizard.po | 150 + .../luci-app-meshwizard/po/pt/meshwizard.po | 133 + .../luci-app-meshwizard/po/ro/meshwizard.po | 126 + .../luci-app-meshwizard/po/ru/meshwizard.po | 150 + .../luci-app-meshwizard/po/sk/meshwizard.po | 119 + .../luci-app-meshwizard/po/sv/meshwizard.po | 120 + .../po/templates/meshwizard.pot | 112 + .../luci-app-meshwizard/po/tr/meshwizard.po | 119 + .../luci-app-meshwizard/po/uk/meshwizard.po | 126 + .../luci-app-meshwizard/po/vi/meshwizard.po | 109 + .../po/zh-cn/meshwizard.po | 126 + .../po/zh-tw/meshwizard.po | 118 + .../root/etc/uci-defaults/meshwizard | 8 + applications/luci-app-minidlna/Makefile | 14 + .../luasrc/controller/minidlna.lua | 46 + .../luasrc/model/cbi/minidlna.lua | 165 + .../view/admin_status/index/minidlna.htm | 1 + .../luasrc/view/minidlna_status.htm | 29 + .../luci-app-minidlna/po/ca/minidlna.po | 167 + .../luci-app-minidlna/po/cs/minidlna.po | 171 + .../luci-app-minidlna/po/de/minidlna.po | 205 + .../luci-app-minidlna/po/el/minidlna.po | 164 + .../luci-app-minidlna/po/en/minidlna.po | 195 + .../luci-app-minidlna/po/es/minidlna.po | 184 + .../luci-app-minidlna/po/fr/minidlna.po | 164 + .../luci-app-minidlna/po/he/minidlna.po | 164 + .../luci-app-minidlna/po/hu/minidlna.po | 199 + .../luci-app-minidlna/po/it/minidlna.po | 194 + .../luci-app-minidlna/po/ja/minidlna.po | 198 + .../luci-app-minidlna/po/ms/minidlna.po | 163 + .../luci-app-minidlna/po/no/minidlna.po | 189 + .../luci-app-minidlna/po/pl/minidlna.po | 189 + .../luci-app-minidlna/po/pt-br/minidlna.po | 193 + .../luci-app-minidlna/po/pt/minidlna.po | 171 + .../luci-app-minidlna/po/ro/minidlna.po | 168 + .../luci-app-minidlna/po/ru/minidlna.po | 191 + .../luci-app-minidlna/po/sk/minidlna.po | 164 + .../luci-app-minidlna/po/sv/minidlna.po | 165 + .../po/templates/minidlna.pot | 157 + .../luci-app-minidlna/po/tr/minidlna.po | 164 + .../luci-app-minidlna/po/uk/minidlna.po | 165 + .../luci-app-minidlna/po/vi/minidlna.po | 164 + .../luci-app-minidlna/po/zh-cn/minidlna.po | 172 + .../luci-app-minidlna/po/zh-tw/minidlna.po | 167 + .../root/etc/uci-defaults/luci-minidlna | 15 + applications/luci-app-mjpg-streamer/Makefile | 14 + .../luasrc/controller/mjpg-streamer.lua | 17 + .../luasrc/model/cbi/mjpg-streamer.lua | 223 + .../po/templates/mjpg-streamer.pot | 153 + .../po/zh-cn/mjpg-streamer.po | 165 + .../root/etc/uci-defaults/luci-mjpg-streamer | 11 + applications/luci-app-mmc-over-gpio/Makefile | 14 + .../luasrc/controller/mmc_over_gpio.lua | 15 + .../luasrc/model/cbi/mmc_over_gpio.lua | 29 + .../po/ca/mmc_over_gpio.po | 43 + .../po/cs/mmc_over_gpio.po | 41 + .../po/de/mmc_over_gpio.po | 42 + .../po/el/mmc_over_gpio.po | 39 + .../po/en/mmc_over_gpio.po | 41 + .../po/es/mmc_over_gpio.po | 41 + .../po/fr/mmc_over_gpio.po | 41 + .../po/he/mmc_over_gpio.po | 41 + .../po/hu/mmc_over_gpio.po | 41 + .../po/it/mmc_over_gpio.po | 41 + .../po/ja/mmc_over_gpio.po | 41 + .../po/ms/mmc_over_gpio.po | 37 + .../po/no/mmc_over_gpio.po | 32 + .../po/pl/mmc_over_gpio.po | 42 + .../po/pt-br/mmc_over_gpio.po | 41 + .../po/pt/mmc_over_gpio.po | 41 + .../po/ro/mmc_over_gpio.po | 42 + .../po/ru/mmc_over_gpio.po | 43 + .../po/sk/mmc_over_gpio.po | 36 + .../po/sv/mmc_over_gpio.po | 37 + .../po/templates/mmc_over_gpio.pot | 29 + .../po/tr/mmc_over_gpio.po | 41 + .../po/uk/mmc_over_gpio.po | 42 + .../po/vi/mmc_over_gpio.po | 41 + .../po/zh-cn/mmc_over_gpio.po | 41 + .../po/zh-tw/mmc_over_gpio.po | 39 + .../root/etc/uci-defaults/luci-mmc-over-gpio | 11 + applications/luci-app-multiwan/Makefile | 14 + .../luasrc/controller/multiwan.lua | 60 + .../luasrc/model/cbi/multiwan/multiwan.lua | 155 + .../model/cbi/multiwan/multiwanmini.lua | 67 + .../view/admin_status/index/multiwan.htm | 1 + .../luasrc/view/multiwan_status.htm | 71 + .../luci-app-multiwan/po/ca/multiwan.po | 124 + .../luci-app-multiwan/po/cs/multiwan.po | 124 + .../luci-app-multiwan/po/de/multiwan.po | 124 + .../luci-app-multiwan/po/el/multiwan.po | 118 + .../luci-app-multiwan/po/en/multiwan.po | 114 + .../luci-app-multiwan/po/es/multiwan.po | 124 + .../luci-app-multiwan/po/fr/multiwan.po | 125 + .../luci-app-multiwan/po/he/multiwan.po | 115 + .../luci-app-multiwan/po/hu/multiwan.po | 124 + .../luci-app-multiwan/po/it/multiwan.po | 124 + .../luci-app-multiwan/po/ja/multiwan.po | 120 + .../luci-app-multiwan/po/ms/multiwan.po | 114 + .../luci-app-multiwan/po/no/multiwan.po | 117 + .../luci-app-multiwan/po/pl/multiwan.po | 125 + .../luci-app-multiwan/po/pt-br/multiwan.po | 124 + .../luci-app-multiwan/po/pt/multiwan.po | 118 + .../luci-app-multiwan/po/ro/multiwan.po | 119 + .../luci-app-multiwan/po/ru/multiwan.po | 127 + .../luci-app-multiwan/po/sk/multiwan.po | 115 + .../luci-app-multiwan/po/sv/multiwan.po | 116 + .../po/templates/multiwan.pot | 108 + .../luci-app-multiwan/po/tr/multiwan.po | 115 + .../luci-app-multiwan/po/uk/multiwan.po | 119 + .../luci-app-multiwan/po/vi/multiwan.po | 115 + .../luci-app-multiwan/po/zh-cn/multiwan.po | 118 + .../luci-app-multiwan/po/zh-tw/multiwan.po | 118 + applications/luci-app-ntpc/Makefile | 14 + .../luci-app-ntpc/luasrc/controller/ntpc.lua | 19 + .../luasrc/model/cbi/ntpc/ntpc.lua | 39 + .../luasrc/model/cbi/ntpc/ntpcmini.lua | 28 + applications/luci-app-ntpc/po/ca/ntpc.po | 57 + applications/luci-app-ntpc/po/cs/ntpc.po | 55 + applications/luci-app-ntpc/po/de/ntpc.po | 53 + applications/luci-app-ntpc/po/el/ntpc.po | 56 + applications/luci-app-ntpc/po/en/ntpc.po | 51 + applications/luci-app-ntpc/po/es/ntpc.po | 53 + applications/luci-app-ntpc/po/fr/ntpc.po | 53 + applications/luci-app-ntpc/po/he/ntpc.po | 59 + applications/luci-app-ntpc/po/hu/ntpc.po | 55 + applications/luci-app-ntpc/po/it/ntpc.po | 53 + applications/luci-app-ntpc/po/ja/ntpc.po | 53 + applications/luci-app-ntpc/po/ms/ntpc.po | 52 + applications/luci-app-ntpc/po/no/ntpc.po | 44 + applications/luci-app-ntpc/po/pl/ntpc.po | 54 + applications/luci-app-ntpc/po/pt-br/ntpc.po | 53 + applications/luci-app-ntpc/po/pt/ntpc.po | 53 + applications/luci-app-ntpc/po/ro/ntpc.po | 56 + applications/luci-app-ntpc/po/ru/ntpc.po | 55 + applications/luci-app-ntpc/po/sk/ntpc.po | 48 + applications/luci-app-ntpc/po/sv/ntpc.po | 49 + .../luci-app-ntpc/po/templates/ntpc.pot | 41 + applications/luci-app-ntpc/po/tr/ntpc.po | 55 + applications/luci-app-ntpc/po/uk/ntpc.po | 56 + applications/luci-app-ntpc/po/vi/ntpc.po | 57 + applications/luci-app-ntpc/po/zh-cn/ntpc.po | 53 + applications/luci-app-ntpc/po/zh-tw/ntpc.po | 51 + applications/luci-app-ocserv/Makefile | 14 + .../luasrc/controller/ocserv.lua | 78 + .../luasrc/model/cbi/ocserv/main.lua | 175 + .../luasrc/model/cbi/ocserv/user-config.lua | 139 + .../luasrc/model/cbi/ocserv/users.lua | 75 + .../luasrc/view/admin_status/index/ocserv.htm | 1 + .../luasrc/view/ocserv_status.htm | 76 + applications/luci-app-olsr-services/Makefile | 14 + .../luasrc/controller/services.lua | 16 + .../view/freifunk-services/services.htm | 193 + applications/luci-app-olsr-viz/Makefile | 14 + .../htdocs/cgi-bin/olsr-viz.sh | 40 + .../htdocs/cgi-bin/vizdata.sh | 48 + .../htdocs/luci-static/resources/olsr-viz.js | 818 ++ .../resources/olsr-viz/dot_down.gif | Bin 0 -> 46 bytes .../resources/olsr-viz/dot_good.gif | Bin 0 -> 46 bytes .../luci-static/resources/olsr-viz/dot_ok.gif | Bin 0 -> 46 bytes .../resources/olsr-viz/dot_weak.gif | Bin 0 -> 46 bytes .../resources/olsr-viz/node-hna-mini.gif | Bin 0 -> 1192 bytes .../resources/olsr-viz/node-mini.gif | Bin 0 -> 1194 bytes .../luasrc/controller/olsr-viz.lua | 5 + .../luasrc/view/olsr-viz/olsr-viz.htm | 10 + applications/luci-app-olsr/Makefile | 14 + .../luci-app-olsr/htdocs/cgi-bin-nodes.html | 1 + .../luci-app-olsr/htdocs/cgi-bin-status.html | 10 + .../luci-app-olsr/luasrc/controller/olsr.lua | 424 + .../luci-app-olsr/luasrc/controller/olsr4.lua | 47 + .../luci-app-olsr/luasrc/controller/olsr6.lua | 47 + .../luasrc/model/cbi/olsr/olsrd.lua | 409 + .../luasrc/model/cbi/olsr/olsrd6.lua | 390 + .../luasrc/model/cbi/olsr/olsrddisplay.lua | 14 + .../luasrc/model/cbi/olsr/olsrdhna.lua | 45 + .../luasrc/model/cbi/olsr/olsrdhna6.lua | 25 + .../luasrc/model/cbi/olsr/olsrdiface.lua | 177 + .../luasrc/model/cbi/olsr/olsrdiface6.lua | 164 + .../luasrc/model/cbi/olsr/olsrdplugins.lua | 259 + .../luasrc/model/cbi/olsr/olsrdplugins6.lua | 259 + .../luci-app-olsr/luasrc/tools/olsr.lua | 33 + .../luasrc/view/status-olsr/common_js.htm | 35 + .../luasrc/view/status-olsr/error_olsr.htm | 11 + .../luasrc/view/status-olsr/hna.htm | 122 + .../luasrc/view/status-olsr/interfaces.htm | 50 + .../luasrc/view/status-olsr/legend.htm | 24 + .../luasrc/view/status-olsr/mid.htm | 50 + .../luasrc/view/status-olsr/neighbors.htm | 174 + .../luasrc/view/status-olsr/overview.htm | 221 + .../luasrc/view/status-olsr/routes.htm | 142 + .../luasrc/view/status-olsr/smartgw.htm | 152 + .../luasrc/view/status-olsr/topology.htm | 62 + applications/luci-app-olsr/po/ca/olsr.po | 707 ++ applications/luci-app-olsr/po/cs/olsr.po | 693 ++ applications/luci-app-olsr/po/de/olsr.po | 814 ++ applications/luci-app-olsr/po/el/olsr.po | 695 ++ applications/luci-app-olsr/po/en/olsr.po | 701 ++ applications/luci-app-olsr/po/es/olsr.po | 830 ++ applications/luci-app-olsr/po/fr/olsr.po | 692 ++ applications/luci-app-olsr/po/he/olsr.po | 687 ++ applications/luci-app-olsr/po/hu/olsr.po | 687 ++ applications/luci-app-olsr/po/it/olsr.po | 733 ++ applications/luci-app-olsr/po/ja/olsr.po | 800 ++ applications/luci-app-olsr/po/ms/olsr.po | 686 ++ applications/luci-app-olsr/po/no/olsr.po | 687 ++ applications/luci-app-olsr/po/pl/olsr.po | 749 ++ applications/luci-app-olsr/po/pt-br/olsr.po | 906 +++ applications/luci-app-olsr/po/pt/olsr.po | 715 ++ applications/luci-app-olsr/po/ro/olsr.po | 691 ++ applications/luci-app-olsr/po/ru/olsr.po | 812 ++ applications/luci-app-olsr/po/sk/olsr.po | 687 ++ applications/luci-app-olsr/po/sv/olsr.po | 688 ++ .../luci-app-olsr/po/templates/olsr.pot | 680 ++ applications/luci-app-olsr/po/tr/olsr.po | 687 ++ applications/luci-app-olsr/po/uk/olsr.po | 688 ++ applications/luci-app-olsr/po/vi/olsr.po | 703 ++ applications/luci-app-olsr/po/zh-cn/olsr.po | 696 ++ applications/luci-app-olsr/po/zh-tw/olsr.po | 700 ++ .../luci-app-olsr/root/etc/config/luci_olsr | 2 + .../root/etc/uci-defaults/luci-olsr | 14 + applications/luci-app-openvpn/Makefile | 14 + .../luasrc/controller/openvpn.lua | 11 + .../luasrc/model/cbi/openvpn-advanced.lua | 262 + .../luasrc/model/cbi/openvpn-basic.lua | 91 + .../luasrc/model/cbi/openvpn.lua | 119 + .../view/openvpn/cbi-select-input-add.htm | 11 + .../luasrc/view/openvpn/pageswitch.htm | 30 + .../luci-app-openvpn/po/ca/openvpn.po | 546 ++ .../luci-app-openvpn/po/cs/openvpn.po | 546 ++ .../luci-app-openvpn/po/de/openvpn.po | 560 ++ .../luci-app-openvpn/po/el/openvpn.po | 557 ++ .../luci-app-openvpn/po/en/openvpn.po | 540 ++ .../luci-app-openvpn/po/es/openvpn.po | 559 ++ .../luci-app-openvpn/po/fr/openvpn.po | 580 ++ .../luci-app-openvpn/po/he/openvpn.po | 535 ++ .../luci-app-openvpn/po/hu/openvpn.po | 557 ++ .../luci-app-openvpn/po/it/openvpn.po | 541 ++ .../luci-app-openvpn/po/ja/openvpn.po | 551 ++ .../luci-app-openvpn/po/ms/openvpn.po | 534 ++ .../luci-app-openvpn/po/no/openvpn.po | 535 ++ .../luci-app-openvpn/po/pl/openvpn.po | 566 ++ .../luci-app-openvpn/po/pt-br/openvpn.po | 566 ++ .../luci-app-openvpn/po/pt/openvpn.po | 559 ++ .../luci-app-openvpn/po/ro/openvpn.po | 536 ++ .../luci-app-openvpn/po/ru/openvpn.po | 575 ++ .../luci-app-openvpn/po/sk/openvpn.po | 534 ++ .../luci-app-openvpn/po/sv/openvpn.po | 535 ++ .../luci-app-openvpn/po/templates/openvpn.pot | 527 ++ .../luci-app-openvpn/po/tr/openvpn.po | 534 ++ .../luci-app-openvpn/po/uk/openvpn.po | 538 ++ .../luci-app-openvpn/po/vi/openvpn.po | 540 ++ .../luci-app-openvpn/po/zh-cn/openvpn.po | 552 ++ .../luci-app-openvpn/po/zh-tw/openvpn.po | 533 ++ .../root/etc/config/openvpn_recipes | 102 + applications/luci-app-p2pblock/Makefile | 14 + .../luasrc/controller/ff_p2pblock.lua | 9 + .../luasrc/model/cbi/luci_fw/p2pblock.lua | 66 + .../luci-app-p2pblock/po/ca/p2pblock.po | 46 + .../luci-app-p2pblock/po/cs/p2pblock.po | 41 + .../luci-app-p2pblock/po/de/p2pblock.po | 44 + .../luci-app-p2pblock/po/el/p2pblock.po | 43 + .../luci-app-p2pblock/po/en/p2pblock.po | 28 + .../luci-app-p2pblock/po/es/p2pblock.po | 45 + .../luci-app-p2pblock/po/fr/p2pblock.po | 45 + .../luci-app-p2pblock/po/he/p2pblock.po | 43 + .../luci-app-p2pblock/po/hu/p2pblock.po | 43 + .../luci-app-p2pblock/po/it/p2pblock.po | 45 + .../luci-app-p2pblock/po/ja/p2pblock.po | 28 + .../luci-app-p2pblock/po/ms/p2pblock.po | 28 + .../luci-app-p2pblock/po/no/p2pblock.po | 36 + .../luci-app-p2pblock/po/pl/p2pblock.po | 46 + .../luci-app-p2pblock/po/pt-br/p2pblock.po | 30 + .../luci-app-p2pblock/po/pt/p2pblock.po | 45 + .../luci-app-p2pblock/po/ro/p2pblock.po | 44 + .../luci-app-p2pblock/po/ru/p2pblock.po | 48 + .../luci-app-p2pblock/po/sk/p2pblock.po | 38 + .../luci-app-p2pblock/po/sv/p2pblock.po | 39 + .../po/templates/p2pblock.pot | 31 + .../luci-app-p2pblock/po/tr/p2pblock.po | 43 + .../luci-app-p2pblock/po/uk/p2pblock.po | 45 + .../luci-app-p2pblock/po/vi/p2pblock.po | 42 + .../luci-app-p2pblock/po/zh-cn/p2pblock.po | 43 + .../luci-app-p2pblock/po/zh-tw/p2pblock.po | 41 + .../root/etc/uci-defaults/luci-p2pblock | 11 + applications/luci-app-p910nd/Makefile | 14 + .../luasrc/controller/p910nd.lua | 15 + .../luasrc/model/cbi/p910nd.lua | 49 + applications/luci-app-p910nd/po/ca/p910nd.po | 55 + applications/luci-app-p910nd/po/cs/p910nd.po | 49 + applications/luci-app-p910nd/po/de/p910nd.po | 51 + applications/luci-app-p910nd/po/el/p910nd.po | 55 + applications/luci-app-p910nd/po/en/p910nd.po | 51 + applications/luci-app-p910nd/po/es/p910nd.po | 51 + applications/luci-app-p910nd/po/fr/p910nd.po | 56 + applications/luci-app-p910nd/po/he/p910nd.po | 53 + applications/luci-app-p910nd/po/hu/p910nd.po | 49 + applications/luci-app-p910nd/po/it/p910nd.po | 55 + applications/luci-app-p910nd/po/ja/p910nd.po | 51 + applications/luci-app-p910nd/po/ms/p910nd.po | 43 + applications/luci-app-p910nd/po/no/p910nd.po | 47 + applications/luci-app-p910nd/po/pl/p910nd.po | 56 + .../luci-app-p910nd/po/pt-br/p910nd.po | 57 + applications/luci-app-p910nd/po/pt/p910nd.po | 51 + applications/luci-app-p910nd/po/ro/p910nd.po | 47 + applications/luci-app-p910nd/po/ru/p910nd.po | 57 + applications/luci-app-p910nd/po/sk/p910nd.po | 41 + applications/luci-app-p910nd/po/sv/p910nd.po | 42 + .../luci-app-p910nd/po/templates/p910nd.pot | 34 + applications/luci-app-p910nd/po/tr/p910nd.po | 46 + applications/luci-app-p910nd/po/uk/p910nd.po | 47 + applications/luci-app-p910nd/po/vi/p910nd.po | 52 + .../luci-app-p910nd/po/zh-cn/p910nd.po | 49 + .../luci-app-p910nd/po/zh-tw/p910nd.po | 45 + .../root/etc/uci-defaults/luci-p910nd | 11 + applications/luci-app-pbx-voicemail/COPYING | 674 ++ applications/luci-app-pbx-voicemail/Makefile | 14 + .../luasrc/controller/pbx-voicemail.lua | 24 + .../luasrc/model/cbi/pbx-voicemail.lua | 153 + .../po/ca/pbx-voicemail.po | 100 + .../po/cs/pbx-voicemail.po | 91 + .../po/de/pbx-voicemail.po | 141 + .../po/el/pbx-voicemail.po | 94 + .../po/en/pbx-voicemail.po | 169 + .../po/es/pbx-voicemail.po | 106 + .../po/fr/pbx-voicemail.po | 88 + .../po/he/pbx-voicemail.po | 88 + .../po/hu/pbx-voicemail.po | 88 + .../po/it/pbx-voicemail.po | 110 + .../po/ja/pbx-voicemail.po | 88 + .../po/ms/pbx-voicemail.po | 87 + .../po/no/pbx-voicemail.po | 88 + .../po/pl/pbx-voicemail.po | 111 + .../po/pt-br/pbx-voicemail.po | 175 + .../po/pt/pbx-voicemail.po | 91 + .../po/ro/pbx-voicemail.po | 89 + .../po/ru/pbx-voicemail.po | 174 + .../po/sk/pbx-voicemail.po | 88 + .../po/sv/pbx-voicemail.po | 89 + .../po/templates/pbx-voicemail.pot | 81 + .../po/tr/pbx-voicemail.po | 88 + .../po/uk/pbx-voicemail.po | 89 + .../po/vi/pbx-voicemail.po | 88 + .../po/zh-cn/pbx-voicemail.po | 97 + .../po/zh-tw/pbx-voicemail.po | 98 + .../root/etc/config/pbx-voicemail | 6 + .../root/etc/pbx-voicemail/pbx-move-greeting | 6 + .../pbx-msmtprc-account-auth.TEMPLATE | 2 + .../pbx-msmtprc-account-default.TEMPLATE | 2 + .../pbx-msmtprc-account.TEMPLATE | 5 + .../pbx-msmtprc-defaults.TEMPLATE | 5 + .../root/etc/pbx-voicemail/pbx-send-voicemail | 114 + applications/luci-app-pbx/COPYING | 674 ++ applications/luci-app-pbx/CREDITS-SOUNDS | 7 + applications/luci-app-pbx/LICENSE-SOUNDS | 312 + applications/luci-app-pbx/Makefile | 19 + .../luci-app-pbx/luasrc/controller/pbx.lua | 29 + .../luasrc/model/cbi/pbx-advanced.lua | 293 + .../luasrc/model/cbi/pbx-calls.lua | 424 + .../luasrc/model/cbi/pbx-google.lua | 122 + .../luasrc/model/cbi/pbx-users.lua | 133 + .../luasrc/model/cbi/pbx-voip.lua | 116 + .../luci-app-pbx/luasrc/model/cbi/pbx.lua | 115 + applications/luci-app-pbx/po/ca/pbx.po | 509 ++ applications/luci-app-pbx/po/cs/pbx.po | 487 ++ applications/luci-app-pbx/po/de/pbx.po | 699 ++ applications/luci-app-pbx/po/el/pbx.po | 493 ++ applications/luci-app-pbx/po/en/pbx.po | 502 ++ applications/luci-app-pbx/po/es/pbx.po | 677 ++ applications/luci-app-pbx/po/fr/pbx.po | 484 ++ applications/luci-app-pbx/po/he/pbx.po | 484 ++ applications/luci-app-pbx/po/hu/pbx.po | 484 ++ applications/luci-app-pbx/po/it/pbx.po | 487 ++ applications/luci-app-pbx/po/ja/pbx.po | 493 ++ applications/luci-app-pbx/po/ms/pbx.po | 483 ++ applications/luci-app-pbx/po/no/pbx.po | 484 ++ applications/luci-app-pbx/po/pl/pbx.po | 508 ++ applications/luci-app-pbx/po/pt-br/pbx.po | 744 ++ applications/luci-app-pbx/po/pt/pbx.po | 487 ++ applications/luci-app-pbx/po/ro/pbx.po | 488 ++ applications/luci-app-pbx/po/ru/pbx.po | 525 ++ applications/luci-app-pbx/po/sk/pbx.po | 484 ++ applications/luci-app-pbx/po/sv/pbx.po | 506 ++ .../luci-app-pbx/po/templates/pbx.pot | 477 ++ applications/luci-app-pbx/po/tr/pbx.po | 484 ++ applications/luci-app-pbx/po/uk/pbx.po | 501 ++ applications/luci-app-pbx/po/vi/pbx.po | 484 ++ applications/luci-app-pbx/po/zh-cn/pbx.po | 495 ++ applications/luci-app-pbx/po/zh-tw/pbx.po | 507 ++ applications/luci-app-pbx/root/etc/config/pbx | 1 + .../luci-app-pbx/root/etc/config/pbx-advanced | 5 + .../luci-app-pbx/root/etc/config/pbx-calls | 7 + .../luci-app-pbx/root/etc/config/pbx-google | 0 .../luci-app-pbx/root/etc/config/pbx-users | 1 + .../luci-app-pbx/root/etc/config/pbx-voip | 0 .../luci-app-pbx/root/etc/init.d/pbx-asterisk | 837 ++ .../etc/pbx-asterisk/asterisk.conf.TEMPLATE | 17 + .../root/etc/pbx-asterisk/delayedcallback | 18 + .../etc/pbx-asterisk/extensions.conf.TEMPLATE | 25 + .../extensions_blacklist.conf.TEMPLATE | 1 + .../extensions_blacklist_footer.conf.TEMPLATE | 2 + .../extensions_blacklist_header.conf.TEMPLATE | 3 + .../extensions_callback-check.conf.TEMPLATE | 1 + ...nsions_callback-check_footer.conf.TEMPLATE | 2 + ...nsions_callback-check_header.conf.TEMPLATE | 3 + .../extensions_callback_gtalk.conf.TEMPLATE | 4 + .../extensions_callback_header.conf.TEMPLATE | 1 + .../extensions_callback_sip.conf.TEMPLATE | 4 + .../extensions_default.conf.TEMPLATE | 11 + .../extensions_default_user.conf.TEMPLATE | 1 + .../extensions_disa-check.conf.TEMPLATE | 1 + ...extensions_disa-check_footer.conf.TEMPLATE | 1 + ...extensions_disa-check_header.conf.TEMPLATE | 2 + .../extensions_disa-nopin.conf.TEMPLATE | 5 + .../extensions_disa.conf.TEMPLATE | 6 + .../extensions_disa_header.conf.TEMPLATE | 1 + ...sions_incoming_context_gtalk.conf.TEMPLATE | 15 + ...ncoming_context_gtalk_header.conf.TEMPLATE | 1 + ...ensions_incoming_context_sip.conf.TEMPLATE | 12 + ...ons_outgoing_dial_local_user.conf.TEMPLATE | 1 + .../extensions_outgoing_gtalk.conf.TEMPLATE | 9 + ...sions_outgoing_pattern_gtalk.conf.TEMPLATE | 2 + ...ensions_outgoing_pattern_sip.conf.TEMPLATE | 1 + .../extensions_outgoing_sip.conf.TEMPLATE | 8 + ...tensions_user_context_footer.conf.TEMPLATE | 2 + ...tensions_user_context_header.conf.TEMPLATE | 3 + ...xtensions_voicemail_disabled.conf.TEMPLATE | 4 + ...extensions_voicemail_enabled.conf.TEMPLATE | 27 + .../root/etc/pbx-asterisk/gtalk.conf.TEMPLATE | 10 + .../pbx-asterisk/indications.conf.TEMPLATE | 733 ++ .../etc/pbx-asterisk/jabber.conf.TEMPLATE | 4 + .../pbx-asterisk/jabber_users.conf.TEMPLATE | 8 + .../etc/pbx-asterisk/logger.conf.TEMPLATE | 7 + .../etc/pbx-asterisk/manager.conf.TEMPLATE | 7 + .../etc/pbx-asterisk/modules.conf.TEMPLATE | 34 + .../root/etc/pbx-asterisk/rtp.conf.TEMPLATE | 6 + .../root/etc/pbx-asterisk/sip.conf.TEMPLATE | 39 + .../root/etc/pbx-asterisk/sip_peer.TEMPLATE | 13 + .../pbx-asterisk/sip_registration.TEMPLATE | 2 + .../root/etc/pbx-asterisk/sip_user.TEMPLATE | 11 + .../pbx-asterisk/sounds/agent-alreadyon.gsm | Bin 0 -> 8943 bytes .../pbx-asterisk/sounds/agent-incorrect.gsm | Bin 0 -> 8085 bytes .../etc/pbx-asterisk/sounds/agent-pass.gsm | Bin 0 -> 4752 bytes .../pbx-asterisk/sounds/auth-incorrect.gsm | Bin 0 -> 7458 bytes .../etc/pbx-asterisk/sounds/auth-thankyou.gsm | Bin 0 -> 1353 bytes .../root/etc/pbx-asterisk/sounds/beep.gsm | Bin 0 -> 726 bytes .../etc/pbx-asterisk/sounds/vm-goodbye.gsm | Bin 0 -> 1683 bytes applications/luci-app-polipo/Makefile | 14 + .../luasrc/controller/polipo.lua | 15 + .../luasrc/model/cbi/polipo.lua | 177 + .../luasrc/view/polipo_status.htm | 18 + applications/luci-app-polipo/po/ca/polipo.po | 299 + applications/luci-app-polipo/po/cs/polipo.po | 205 + applications/luci-app-polipo/po/de/polipo.po | 272 + applications/luci-app-polipo/po/el/polipo.po | 207 + applications/luci-app-polipo/po/en/polipo.po | 284 + applications/luci-app-polipo/po/es/polipo.po | 307 + applications/luci-app-polipo/po/fr/polipo.po | 206 + applications/luci-app-polipo/po/he/polipo.po | 202 + applications/luci-app-polipo/po/hu/polipo.po | 202 + applications/luci-app-polipo/po/it/polipo.po | 219 + applications/luci-app-polipo/po/ja/polipo.po | 229 + applications/luci-app-polipo/po/ms/polipo.po | 201 + applications/luci-app-polipo/po/no/polipo.po | 202 + applications/luci-app-polipo/po/pl/polipo.po | 231 + .../luci-app-polipo/po/pt-br/polipo.po | 306 + applications/luci-app-polipo/po/pt/polipo.po | 305 + applications/luci-app-polipo/po/ro/polipo.po | 206 + applications/luci-app-polipo/po/ru/polipo.po | 237 + applications/luci-app-polipo/po/sk/polipo.po | 202 + applications/luci-app-polipo/po/sv/polipo.po | 203 + .../luci-app-polipo/po/templates/polipo.pot | 195 + applications/luci-app-polipo/po/tr/polipo.po | 202 + applications/luci-app-polipo/po/uk/polipo.po | 206 + applications/luci-app-polipo/po/vi/polipo.po | 290 + .../luci-app-polipo/po/zh-cn/polipo.po | 205 + .../luci-app-polipo/po/zh-tw/polipo.po | 205 + .../root/etc/uci-defaults/luci-polipo | 11 + .../root/usr/sbin/polipo_purge | 18 + applications/luci-app-privoxy/Makefile | 38 + .../luasrc/controller/privoxy.lua | 145 + .../luasrc/model/cbi/privoxy.lua | 978 +++ .../luasrc/view/privoxy/detail_logview.htm | 56 + .../luasrc/view/privoxy/detail_startstop.htm | 49 + .../luci-app-privoxy/po/de/privoxy.po | 503 ++ .../luci-app-privoxy/po/templates/privoxy.pot | 412 + .../luci-app-privoxy/po/zh-cn/privoxy.po | 468 ++ .../root/etc/uci-defaults/luci-privoxy | 12 + applications/luci-app-qos/Makefile | 14 + .../luci-app-qos/luasrc/controller/qos.lua | 15 + .../luci-app-qos/luasrc/model/cbi/qos/qos.lua | 71 + applications/luci-app-qos/po/ca/qos.po | 122 + applications/luci-app-qos/po/cs/qos.po | 114 + applications/luci-app-qos/po/de/qos.po | 122 + applications/luci-app-qos/po/el/qos.po | 124 + applications/luci-app-qos/po/en/qos.po | 91 + applications/luci-app-qos/po/es/qos.po | 123 + applications/luci-app-qos/po/fr/qos.po | 97 + applications/luci-app-qos/po/he/qos.po | 88 + applications/luci-app-qos/po/hu/qos.po | 111 + applications/luci-app-qos/po/it/qos.po | 108 + applications/luci-app-qos/po/ja/qos.po | 93 + applications/luci-app-qos/po/ms/qos.po | 87 + applications/luci-app-qos/po/no/qos.po | 106 + applications/luci-app-qos/po/pl/qos.po | 111 + applications/luci-app-qos/po/pt-br/qos.po | 127 + applications/luci-app-qos/po/pt/qos.po | 122 + applications/luci-app-qos/po/ro/qos.po | 97 + applications/luci-app-qos/po/ru/qos.po | 104 + applications/luci-app-qos/po/sk/qos.po | 83 + applications/luci-app-qos/po/sv/qos.po | 84 + .../luci-app-qos/po/templates/qos.pot | 76 + applications/luci-app-qos/po/tr/qos.po | 88 + applications/luci-app-qos/po/uk/qos.po | 110 + applications/luci-app-qos/po/vi/qos.po | 119 + applications/luci-app-qos/po/zh-cn/qos.po | 106 + applications/luci-app-qos/po/zh-tw/qos.po | 106 + applications/luci-app-radicale/Makefile | 41 + .../luasrc/controller/radicale.lua | 195 + .../luasrc/model/cbi/radicale.lua | 748 ++ .../luasrc/view/radicale/btn_startstop.htm | 49 + .../luasrc/view/radicale/ro_value.htm | 35 + .../luci-app-radicale/po/de/radicale.po | 435 + .../po/templates/radicale.pot | 381 + .../root/etc/uci-defaults/luci-radicale | 12 + applications/luci-app-radvd/Makefile | 14 + .../luasrc/controller/radvd.lua | 17 + .../luci-app-radvd/luasrc/model/cbi/radvd.lua | 324 + .../luasrc/model/cbi/radvd/dnssl.lua | 88 + .../luasrc/model/cbi/radvd/interface.lua | 265 + .../luasrc/model/cbi/radvd/prefix.lua | 128 + .../luasrc/model/cbi/radvd/rdnss.lua | 89 + .../luasrc/model/cbi/radvd/route.lua | 97 + applications/luci-app-radvd/po/ca/radvd.po | 382 + applications/luci-app-radvd/po/cs/radvd.po | 389 + applications/luci-app-radvd/po/de/radvd.po | 483 ++ applications/luci-app-radvd/po/el/radvd.po | 370 + applications/luci-app-radvd/po/en/radvd.po | 368 + applications/luci-app-radvd/po/es/radvd.po | 412 + applications/luci-app-radvd/po/fr/radvd.po | 472 ++ applications/luci-app-radvd/po/he/radvd.po | 367 + applications/luci-app-radvd/po/hu/radvd.po | 372 + applications/luci-app-radvd/po/it/radvd.po | 374 + applications/luci-app-radvd/po/ja/radvd.po | 378 + applications/luci-app-radvd/po/ms/radvd.po | 368 + applications/luci-app-radvd/po/no/radvd.po | 435 + applications/luci-app-radvd/po/pl/radvd.po | 377 + applications/luci-app-radvd/po/pt-br/radvd.po | 469 ++ applications/luci-app-radvd/po/pt/radvd.po | 368 + applications/luci-app-radvd/po/ro/radvd.po | 384 + applications/luci-app-radvd/po/ru/radvd.po | 473 ++ applications/luci-app-radvd/po/sk/radvd.po | 367 + applications/luci-app-radvd/po/sv/radvd.po | 368 + .../luci-app-radvd/po/templates/radvd.pot | 360 + applications/luci-app-radvd/po/tr/radvd.po | 367 + applications/luci-app-radvd/po/uk/radvd.po | 381 + applications/luci-app-radvd/po/vi/radvd.po | 368 + applications/luci-app-radvd/po/zh-cn/radvd.po | 391 + applications/luci-app-radvd/po/zh-tw/radvd.po | 366 + .../root/etc/uci-defaults/luci-radvd | 11 + applications/luci-app-samba/Makefile | 14 + .../luasrc/controller/samba.lua | 16 + .../luci-app-samba/luasrc/model/cbi/samba.lua | 72 + applications/luci-app-samba/po/ca/samba.po | 95 + applications/luci-app-samba/po/cs/samba.po | 83 + applications/luci-app-samba/po/de/samba.po | 87 + applications/luci-app-samba/po/el/samba.po | 78 + applications/luci-app-samba/po/en/samba.po | 82 + applications/luci-app-samba/po/es/samba.po | 92 + applications/luci-app-samba/po/fr/samba.po | 84 + applications/luci-app-samba/po/he/samba.po | 73 + applications/luci-app-samba/po/hu/samba.po | 84 + applications/luci-app-samba/po/it/samba.po | 85 + applications/luci-app-samba/po/ja/samba.po | 81 + applications/luci-app-samba/po/ms/samba.po | 72 + applications/luci-app-samba/po/no/samba.po | 72 + applications/luci-app-samba/po/pl/samba.po | 83 + applications/luci-app-samba/po/pt-br/samba.po | 93 + applications/luci-app-samba/po/pt/samba.po | 93 + applications/luci-app-samba/po/ro/samba.po | 82 + applications/luci-app-samba/po/ru/samba.po | 85 + applications/luci-app-samba/po/sk/samba.po | 73 + applications/luci-app-samba/po/sv/samba.po | 74 + .../luci-app-samba/po/templates/samba.pot | 66 + applications/luci-app-samba/po/tr/samba.po | 73 + applications/luci-app-samba/po/uk/samba.po | 84 + applications/luci-app-samba/po/vi/samba.po | 96 + applications/luci-app-samba/po/zh-cn/samba.po | 83 + applications/luci-app-samba/po/zh-tw/samba.po | 76 + .../luci-app-shadowsocks-libev/Makefile | 14 + .../luasrc/controller/shadowsocks-libev.lua | 12 + .../luasrc/model/cbi/shadowsocks-libev.lua | 156 + .../po/templates/shadowsocks-libev.pot | 86 + .../po/zh-cn/shadowsocks-libev.po | 97 + .../etc/uci-defaults/luci-shadowsocks-libev | 11 + applications/luci-app-shairplay/Makefile | 14 + .../luasrc/controller/shairplay.lua | 14 + .../luasrc/model/cbi/shairplay.lua | 65 + .../root/etc/uci-defaults/luci-shairplay | 12 + applications/luci-app-shairport/Makefile | 14 + .../luasrc/controller/shairport.lua | 14 + .../luasrc/model/cbi/shairport.lua | 161 + .../root/etc/uci-defaults/luci-shairport | 12 + applications/luci-app-siitwizard/Makefile | 14 + .../luasrc/controller/siitwizard.lua | 9 + .../luasrc/model/cbi/siitwizard.lua | 373 + .../luci-app-siitwizard/root/etc/config/siit | 14 + applications/luci-app-splash/Makefile | 14 + applications/luci-app-splash/README | 5 + .../htdocs/cgi-bin/splash/splash.sh | 33 + .../htdocs/luci/splash/index.html | 10 + .../luasrc/controller/splash/splash.lua | 163 + .../luasrc/model/cbi/splash/splash.lua | 79 + .../luasrc/model/cbi/splash/splashtext.lua | 57 + .../luasrc/view/admin_status/splash.htm | 288 + .../luasrc/view/splash/blocked.htm | 20 + .../luasrc/view/splash/splash.htm | 134 + .../luasrc/view/splash_splash/index.htm | 8 + .../luasrc/view/splash_splash/splash.htm | 17 + applications/luci-app-splash/po/ca/splash.po | 330 + applications/luci-app-splash/po/cs/splash.po | 340 + applications/luci-app-splash/po/de/splash.po | 383 + applications/luci-app-splash/po/el/splash.po | 307 + applications/luci-app-splash/po/en/splash.po | 292 + applications/luci-app-splash/po/es/splash.po | 376 + applications/luci-app-splash/po/fr/splash.po | 337 + applications/luci-app-splash/po/he/splash.po | 325 + applications/luci-app-splash/po/hu/splash.po | 303 + applications/luci-app-splash/po/it/splash.po | 361 + applications/luci-app-splash/po/ja/splash.po | 292 + applications/luci-app-splash/po/ms/splash.po | 292 + applications/luci-app-splash/po/no/splash.po | 292 + applications/luci-app-splash/po/pl/splash.po | 385 + .../luci-app-splash/po/pt-br/splash.po | 402 + applications/luci-app-splash/po/pt/splash.po | 309 + applications/luci-app-splash/po/ro/splash.po | 292 + applications/luci-app-splash/po/ru/splash.po | 362 + applications/luci-app-splash/po/sk/splash.po | 303 + applications/luci-app-splash/po/sv/splash.po | 303 + .../luci-app-splash/po/templates/splash.pot | 295 + applications/luci-app-splash/po/tr/splash.po | 303 + applications/luci-app-splash/po/uk/splash.po | 304 + applications/luci-app-splash/po/vi/splash.po | 292 + .../luci-app-splash/po/zh-cn/splash.po | 321 + .../luci-app-splash/po/zh-tw/splash.po | 302 + .../root/etc/config/luci_splash | 2 + .../root/etc/config/luci_splash_leases | 1 + .../root/etc/hotplug.d/iface/25-splash | 17 + .../root/etc/init.d/luci_splash | 362 + .../luci-app-splash/root/usr/sbin/luci-splash | 753 ++ applications/luci-app-statistics/Makefile | 16 + .../luci_statistics/luci_statistics.lua | 201 + .../model/cbi/luci_statistics/collectd.lua | 62 + .../model/cbi/luci_statistics/conntrack.lua | 21 + .../luasrc/model/cbi/luci_statistics/cpu.lua | 15 + .../luasrc/model/cbi/luci_statistics/csv.lua | 29 + .../luasrc/model/cbi/luci_statistics/df.lua | 41 + .../luasrc/model/cbi/luci_statistics/disk.lua | 29 + .../luasrc/model/cbi/luci_statistics/dns.lua | 36 + .../model/cbi/luci_statistics/email.lua | 48 + .../model/cbi/luci_statistics/entropy.lua | 14 + .../luasrc/model/cbi/luci_statistics/exec.lua | 77 + .../model/cbi/luci_statistics/interface.lua | 35 + .../model/cbi/luci_statistics/iptables.lua | 120 + .../luasrc/model/cbi/luci_statistics/irq.lua | 30 + .../model/cbi/luci_statistics/iwinfo.lua | 26 + .../luasrc/model/cbi/luci_statistics/load.lua | 17 + .../model/cbi/luci_statistics/memory.lua | 21 + .../model/cbi/luci_statistics/netlink.lua | 83 + .../model/cbi/luci_statistics/network.lua | 85 + .../luasrc/model/cbi/luci_statistics/nut.lua | 17 + .../model/cbi/luci_statistics/olsrd.lua | 45 + .../model/cbi/luci_statistics/openvpn.lua | 56 + .../luasrc/model/cbi/luci_statistics/ping.lua | 35 + .../model/cbi/luci_statistics/processes.lua | 24 + .../model/cbi/luci_statistics/rrdtool.lua | 96 + .../model/cbi/luci_statistics/sensors.lua | 125 + .../cbi/luci_statistics/splash_leases.lua | 14 + .../model/cbi/luci_statistics/tcpconns.lua | 33 + .../model/cbi/luci_statistics/unixsock.lua | 37 + .../model/cbi/luci_statistics/uptime.lua | 22 + .../luasrc/statistics/datatree.lua | 197 + .../luasrc/statistics/i18n.lua | 80 + .../luasrc/statistics/rrdtool.lua | 562 ++ .../luasrc/statistics/rrdtool/colors.lua | 61 + .../rrdtool/definitions/conntrack.lua | 27 + .../statistics/rrdtool/definitions/cpu.lua | 31 + .../statistics/rrdtool/definitions/df.lua | 34 + .../statistics/rrdtool/definitions/disk.lua | 62 + .../statistics/rrdtool/definitions/dns.lua | 71 + .../rrdtool/definitions/entropy.lua | 19 + .../rrdtool/definitions/interface.lua | 109 + .../rrdtool/definitions/iptables.lua | 41 + .../statistics/rrdtool/definitions/irq.lua | 18 + .../statistics/rrdtool/definitions/iwinfo.lua | 90 + .../statistics/rrdtool/definitions/load.lua | 24 + .../statistics/rrdtool/definitions/memory.lua | 35 + .../rrdtool/definitions/netlink.lua | 211 + .../statistics/rrdtool/definitions/nut.lua | 87 + .../statistics/rrdtool/definitions/olsrd.lua | 136 + .../rrdtool/definitions/openvpn.lua | 48 + .../statistics/rrdtool/definitions/ping.lua | 29 + .../rrdtool/definitions/processes.lua | 98 + .../rrdtool/definitions/sensors.lua | 24 + .../rrdtool/definitions/splash_leases.lua | 27 + .../rrdtool/definitions/tcpconns.lua | 25 + .../statistics/rrdtool/definitions/uptime.lua | 27 + .../luasrc/view/admin_statistics/index.htm | 17 + .../luasrc/view/public_statistics/graph.htm | 40 + .../luci-app-statistics/po/ca/rrdtool.po | 359 + .../luci-app-statistics/po/ca/statistics.po | 766 ++ .../luci-app-statistics/po/cs/rrdtool.po | 359 + .../luci-app-statistics/po/cs/statistics.po | 780 ++ .../luci-app-statistics/po/de/rrdtool.po | 357 + .../luci-app-statistics/po/de/statistics.po | 802 ++ .../luci-app-statistics/po/el/rrdtool.po | 358 + .../luci-app-statistics/po/el/statistics.po | 698 ++ .../luci-app-statistics/po/en/rrdtool.po | 358 + .../luci-app-statistics/po/en/statistics.po | 752 ++ .../luci-app-statistics/po/es/rrdtool.po | 360 + .../luci-app-statistics/po/es/statistics.po | 812 ++ .../luci-app-statistics/po/fr/rrdtool.po | 358 + .../luci-app-statistics/po/fr/statistics.po | 760 ++ .../luci-app-statistics/po/he/rrdtool.po | 356 + .../luci-app-statistics/po/he/statistics.po | 677 ++ .../luci-app-statistics/po/hu/rrdtool.po | 359 + .../luci-app-statistics/po/hu/statistics.po | 784 ++ .../luci-app-statistics/po/it/rrdtool.po | 359 + .../luci-app-statistics/po/it/statistics.po | 687 ++ .../luci-app-statistics/po/ja/rrdtool.po | 358 + .../luci-app-statistics/po/ja/statistics.po | 686 ++ .../luci-app-statistics/po/ms/rrdtool.po | 355 + .../luci-app-statistics/po/ms/statistics.po | 674 ++ .../luci-app-statistics/po/no/rrdtool.po | 354 + .../luci-app-statistics/po/no/statistics.po | 771 ++ .../luci-app-statistics/po/pl/rrdtool.po | 360 + .../luci-app-statistics/po/pl/statistics.po | 790 ++ .../luci-app-statistics/po/pt-br/rrdtool.po | 359 + .../po/pt-br/statistics.po | 798 ++ .../luci-app-statistics/po/pt/rrdtool.po | 359 + .../luci-app-statistics/po/pt/statistics.po | 760 ++ .../luci-app-statistics/po/ro/rrdtool.po | 360 + .../luci-app-statistics/po/ro/statistics.po | 689 ++ .../luci-app-statistics/po/ru/rrdtool.po | 360 + .../luci-app-statistics/po/ru/statistics.po | 789 ++ .../luci-app-statistics/po/sk/rrdtool.po | 356 + .../luci-app-statistics/po/sk/statistics.po | 672 ++ .../luci-app-statistics/po/sv/rrdtool.po | 357 + .../luci-app-statistics/po/sv/statistics.po | 673 ++ .../po/templates/rrdtool.pot | 349 + .../po/templates/statistics.pot | 665 ++ .../luci-app-statistics/po/tr/rrdtool.po | 356 + .../luci-app-statistics/po/tr/statistics.po | 673 ++ .../luci-app-statistics/po/uk/rrdtool.po | 357 + .../luci-app-statistics/po/uk/statistics.po | 678 ++ .../luci-app-statistics/po/vi/rrdtool.po | 524 ++ .../luci-app-statistics/po/vi/statistics.po | 756 ++ .../luci-app-statistics/po/zh-cn/rrdtool.po | 359 + .../po/zh-cn/statistics.po | 713 ++ .../luci-app-statistics/po/zh-tw/rrdtool.po | 355 + .../po/zh-tw/statistics.po | 671 ++ .../root/etc/config/luci_statistics | 156 + .../root/etc/init.d/luci_statistics | 25 + .../root/etc/uci-defaults/luci-statistics | 16 + .../root/usr/bin/stat-genconfig | 456 ++ applications/luci-app-tinyproxy/Makefile | 14 + .../luasrc/controller/tinyproxy.lua | 15 + .../luasrc/model/cbi/tinyproxy.lua | 239 + .../luasrc/view/tinyproxy_status.htm | 50 + .../luci-app-tinyproxy/po/ca/tinyproxy.po | 339 + .../luci-app-tinyproxy/po/cs/tinyproxy.po | 258 + .../luci-app-tinyproxy/po/de/tinyproxy.po | 373 + .../luci-app-tinyproxy/po/el/tinyproxy.po | 283 + .../luci-app-tinyproxy/po/en/tinyproxy.po | 331 + .../luci-app-tinyproxy/po/es/tinyproxy.po | 354 + .../luci-app-tinyproxy/po/fr/tinyproxy.po | 372 + .../luci-app-tinyproxy/po/he/tinyproxy.po | 255 + .../luci-app-tinyproxy/po/hu/tinyproxy.po | 255 + .../luci-app-tinyproxy/po/it/tinyproxy.po | 265 + .../luci-app-tinyproxy/po/ja/tinyproxy.po | 280 + .../luci-app-tinyproxy/po/ms/tinyproxy.po | 254 + .../luci-app-tinyproxy/po/no/tinyproxy.po | 255 + .../luci-app-tinyproxy/po/pl/tinyproxy.po | 292 + .../luci-app-tinyproxy/po/pt-br/tinyproxy.po | 367 + .../luci-app-tinyproxy/po/pt/tinyproxy.po | 334 + .../luci-app-tinyproxy/po/ro/tinyproxy.po | 256 + .../luci-app-tinyproxy/po/ru/tinyproxy.po | 294 + .../luci-app-tinyproxy/po/sk/tinyproxy.po | 255 + .../luci-app-tinyproxy/po/sv/tinyproxy.po | 256 + .../po/templates/tinyproxy.pot | 248 + .../luci-app-tinyproxy/po/tr/tinyproxy.po | 255 + .../luci-app-tinyproxy/po/uk/tinyproxy.po | 256 + .../luci-app-tinyproxy/po/vi/tinyproxy.po | 332 + .../luci-app-tinyproxy/po/zh-cn/tinyproxy.po | 262 + .../luci-app-tinyproxy/po/zh-tw/tinyproxy.po | 254 + applications/luci-app-transmission/Makefile | 14 + .../luasrc/controller/transmission.lua | 14 + .../luasrc/model/cbi/transmission.lua | 220 + .../po/ca/transmission.po | 297 + .../po/cs/transmission.po | 295 + .../po/de/transmission.po | 300 + .../po/el/transmission.po | 280 + .../po/en/transmission.po | 280 + .../po/es/transmission.po | 299 + .../po/fr/transmission.po | 280 + .../po/he/transmission.po | 280 + .../po/hu/transmission.po | 300 + .../po/it/transmission.po | 295 + .../po/ja/transmission.po | 295 + .../po/ms/transmission.po | 280 + .../po/no/transmission.po | 298 + .../po/pl/transmission.po | 302 + .../po/pt-br/transmission.po | 300 + .../po/pt/transmission.po | 297 + .../po/ro/transmission.po | 296 + .../po/ru/transmission.po | 306 + .../po/sk/transmission.po | 290 + .../po/sv/transmission.po | 291 + .../po/templates/transmission.pot | 283 + .../po/tr/transmission.po | 290 + .../po/uk/transmission.po | 296 + .../po/vi/transmission.po | 280 + .../po/zh-cn/transmission.po | 295 + .../po/zh-tw/transmission.po | 295 + .../root/etc/uci-defaults/luci-transmission | 11 + applications/luci-app-udpxy/Makefile | 14 + .../luasrc/controller/udpxy.lua | 14 + .../luci-app-udpxy/luasrc/model/cbi/udpxy.lua | 63 + .../root/etc/uci-defaults/luci-udpxy | 12 + applications/luci-app-upnp/Makefile | 14 + .../luci-app-upnp/luasrc/controller/upnp.lua | 74 + .../luasrc/model/cbi/upnp/upnp.lua | 103 + .../luasrc/view/admin_status/index/upnp.htm | 1 + .../luci-app-upnp/luasrc/view/upnp_status.htm | 67 + applications/luci-app-upnp/po/ca/upnp.po | 167 + applications/luci-app-upnp/po/cs/upnp.po | 150 + applications/luci-app-upnp/po/de/upnp.po | 171 + applications/luci-app-upnp/po/el/upnp.po | 140 + applications/luci-app-upnp/po/en/upnp.po | 157 + applications/luci-app-upnp/po/es/upnp.po | 165 + applications/luci-app-upnp/po/fr/upnp.po | 158 + applications/luci-app-upnp/po/he/upnp.po | 136 + applications/luci-app-upnp/po/hu/upnp.po | 155 + applications/luci-app-upnp/po/it/upnp.po | 155 + applications/luci-app-upnp/po/ja/upnp.po | 160 + applications/luci-app-upnp/po/ms/upnp.po | 135 + applications/luci-app-upnp/po/no/upnp.po | 146 + applications/luci-app-upnp/po/pl/upnp.po | 153 + applications/luci-app-upnp/po/pt-br/upnp.po | 166 + applications/luci-app-upnp/po/pt/upnp.po | 157 + applications/luci-app-upnp/po/ro/upnp.po | 152 + applications/luci-app-upnp/po/ru/upnp.po | 158 + applications/luci-app-upnp/po/sk/upnp.po | 136 + applications/luci-app-upnp/po/sv/upnp.po | 137 + .../luci-app-upnp/po/templates/upnp.pot | 129 + applications/luci-app-upnp/po/tr/upnp.po | 136 + applications/luci-app-upnp/po/uk/upnp.po | 155 + applications/luci-app-upnp/po/vi/upnp.po | 158 + applications/luci-app-upnp/po/zh-cn/upnp.po | 149 + applications/luci-app-upnp/po/zh-tw/upnp.po | 147 + applications/luci-app-ushare/Makefile | 14 + .../luasrc/controller/ushare.lua | 15 + .../luasrc/model/cbi/ushare.lua | 30 + applications/luci-app-ushare/po/ca/ushare.po | 55 + applications/luci-app-ushare/po/cs/ushare.po | 53 + applications/luci-app-ushare/po/de/ushare.po | 53 + applications/luci-app-ushare/po/el/ushare.po | 48 + applications/luci-app-ushare/po/en/ushare.po | 49 + applications/luci-app-ushare/po/es/ushare.po | 53 + applications/luci-app-ushare/po/fr/ushare.po | 50 + applications/luci-app-ushare/po/he/ushare.po | 52 + applications/luci-app-ushare/po/hu/ushare.po | 53 + applications/luci-app-ushare/po/it/ushare.po | 53 + applications/luci-app-ushare/po/ja/ushare.po | 52 + applications/luci-app-ushare/po/ms/ushare.po | 46 + applications/luci-app-ushare/po/no/ushare.po | 44 + applications/luci-app-ushare/po/pl/ushare.po | 54 + .../luci-app-ushare/po/pt-br/ushare.po | 53 + applications/luci-app-ushare/po/pt/ushare.po | 53 + applications/luci-app-ushare/po/ro/ushare.po | 51 + applications/luci-app-ushare/po/ru/ushare.po | 54 + applications/luci-app-ushare/po/sk/ushare.po | 45 + applications/luci-app-ushare/po/sv/ushare.po | 46 + .../luci-app-ushare/po/templates/ushare.pot | 38 + applications/luci-app-ushare/po/tr/ushare.po | 50 + applications/luci-app-ushare/po/uk/ushare.po | 53 + applications/luci-app-ushare/po/vi/ushare.po | 50 + .../luci-app-ushare/po/zh-cn/ushare.po | 52 + .../luci-app-ushare/po/zh-tw/ushare.po | 48 + .../root/etc/uci-defaults/luci-ushare | 11 + applications/luci-app-vnstat/Makefile | 14 + .../luasrc/controller/vnstat.lua | 11 + .../luasrc/model/cbi/vnstat.lua | 82 + .../luci-app-vnstat/luasrc/view/vnstat.htm | 101 + applications/luci-app-vnstat/po/ca/vnstat.po | 65 + applications/luci-app-vnstat/po/cs/vnstat.po | 64 + applications/luci-app-vnstat/po/de/vnstat.po | 68 + applications/luci-app-vnstat/po/el/vnstat.po | 59 + applications/luci-app-vnstat/po/en/vnstat.po | 59 + applications/luci-app-vnstat/po/es/vnstat.po | 68 + applications/luci-app-vnstat/po/fr/vnstat.po | 68 + applications/luci-app-vnstat/po/he/vnstat.po | 58 + applications/luci-app-vnstat/po/hu/vnstat.po | 65 + applications/luci-app-vnstat/po/it/vnstat.po | 68 + applications/luci-app-vnstat/po/ja/vnstat.po | 68 + applications/luci-app-vnstat/po/ms/vnstat.po | 59 + applications/luci-app-vnstat/po/no/vnstat.po | 58 + applications/luci-app-vnstat/po/pl/vnstat.po | 69 + .../luci-app-vnstat/po/pt-br/vnstat.po | 68 + applications/luci-app-vnstat/po/pt/vnstat.po | 65 + applications/luci-app-vnstat/po/ro/vnstat.po | 69 + applications/luci-app-vnstat/po/ru/vnstat.po | 71 + applications/luci-app-vnstat/po/sk/vnstat.po | 58 + applications/luci-app-vnstat/po/sv/vnstat.po | 59 + .../luci-app-vnstat/po/templates/vnstat.pot | 51 + applications/luci-app-vnstat/po/tr/vnstat.po | 58 + applications/luci-app-vnstat/po/uk/vnstat.po | 67 + applications/luci-app-vnstat/po/vi/vnstat.po | 59 + .../luci-app-vnstat/po/zh-cn/vnstat.po | 61 + .../luci-app-vnstat/po/zh-tw/vnstat.po | 61 + .../root/etc/uci-defaults/luci-vnstat | 11 + applications/luci-app-voice-core/Makefile | 14 + .../luasrc/controller/luci_voice.lua | 21 + .../luasrc/view/luci_voice/index.htm | 16 + .../luasrc/view/luci_voice/phone_index.htm | 12 + .../luci-app-voice-core/po/ca/voice_core.po | 18 + .../luci-app-voice-core/po/cs/voice_core.po | 21 + .../luci-app-voice-core/po/de/voice_core.po | 18 + .../luci-app-voice-core/po/el/voice_core.po | 18 + .../luci-app-voice-core/po/en/voice_core.po | 23 + .../luci-app-voice-core/po/es/voice_core.po | 21 + .../luci-app-voice-core/po/fr/voice_core.po | 21 + .../luci-app-voice-core/po/he/voice_core.po | 22 + .../luci-app-voice-core/po/hu/voice_core.po | 21 + .../luci-app-voice-core/po/it/voice_core.po | 21 + .../luci-app-voice-core/po/ja/voice_core.po | 18 + .../luci-app-voice-core/po/ms/voice_core.po | 14 + .../luci-app-voice-core/po/no/voice_core.po | 14 + .../luci-app-voice-core/po/pl/voice_core.po | 22 + .../po/pt-br/voice_core.po | 21 + .../luci-app-voice-core/po/pt/voice_core.po | 18 + .../luci-app-voice-core/po/ro/voice_core.po | 22 + .../luci-app-voice-core/po/ru/voice_core.po | 24 + .../luci-app-voice-core/po/sk/voice_core.po | 15 + .../luci-app-voice-core/po/sv/voice_core.po | 18 + .../po/templates/voice_core.pot | 8 + .../luci-app-voice-core/po/tr/voice_core.po | 18 + .../luci-app-voice-core/po/uk/voice_core.po | 22 + .../luci-app-voice-core/po/vi/voice_core.po | 15 + .../po/zh-cn/voice_core.po | 18 + .../po/zh-tw/voice_core.po | 18 + applications/luci-app-voice-diag/Makefile | 14 + .../controller/luci_voice/luci_voice_diag.lua | 12 + .../luasrc/view/luci_voice/diag_index.htm | 10 + .../luci-app-voice-diag/po/ca/voice_diag.po | 30 + .../luci-app-voice-diag/po/cs/voice_diag.po | 29 + .../luci-app-voice-diag/po/de/voice_diag.po | 29 + .../luci-app-voice-diag/po/el/voice_diag.po | 33 + .../luci-app-voice-diag/po/en/voice_diag.po | 34 + .../luci-app-voice-diag/po/es/voice_diag.po | 33 + .../luci-app-voice-diag/po/fr/voice_diag.po | 33 + .../luci-app-voice-diag/po/he/voice_diag.po | 22 + .../luci-app-voice-diag/po/hu/voice_diag.po | 30 + .../luci-app-voice-diag/po/it/voice_diag.po | 30 + .../luci-app-voice-diag/po/ja/voice_diag.po | 22 + .../luci-app-voice-diag/po/ms/voice_diag.po | 21 + .../luci-app-voice-diag/po/no/voice_diag.po | 25 + .../luci-app-voice-diag/po/pl/voice_diag.po | 33 + .../po/pt-br/voice_diag.po | 32 + .../luci-app-voice-diag/po/pt/voice_diag.po | 29 + .../luci-app-voice-diag/po/ro/voice_diag.po | 33 + .../luci-app-voice-diag/po/ru/voice_diag.po | 33 + .../luci-app-voice-diag/po/sk/voice_diag.po | 22 + .../luci-app-voice-diag/po/sv/voice_diag.po | 23 + .../po/templates/voice_diag.pot | 15 + .../luci-app-voice-diag/po/tr/voice_diag.po | 22 + .../luci-app-voice-diag/po/uk/voice_diag.po | 33 + .../luci-app-voice-diag/po/vi/voice_diag.po | 22 + .../po/zh-cn/voice_diag.po | 25 + .../po/zh-tw/voice_diag.po | 25 + applications/luci-app-watchcat/Makefile | 14 + .../luasrc/controller/watchcat.lua | 11 + .../luasrc/model/cbi/watchcat/watchcat.lua | 53 + .../luci-app-watchcat/po/ca/watchcat.po | 71 + .../luci-app-watchcat/po/cs/watchcat.po | 72 + .../luci-app-watchcat/po/de/watchcat.po | 72 + .../luci-app-watchcat/po/el/watchcat.po | 53 + .../luci-app-watchcat/po/en/watchcat.po | 66 + .../luci-app-watchcat/po/es/watchcat.po | 68 + .../luci-app-watchcat/po/fr/watchcat.po | 53 + .../luci-app-watchcat/po/he/watchcat.po | 53 + .../luci-app-watchcat/po/hu/watchcat.po | 64 + .../luci-app-watchcat/po/it/watchcat.po | 72 + .../luci-app-watchcat/po/ja/watchcat.po | 70 + .../luci-app-watchcat/po/ms/watchcat.po | 52 + .../luci-app-watchcat/po/no/watchcat.po | 53 + .../luci-app-watchcat/po/pl/watchcat.po | 71 + .../luci-app-watchcat/po/pt-br/watchcat.po | 71 + .../luci-app-watchcat/po/pt/watchcat.po | 56 + .../luci-app-watchcat/po/ro/watchcat.po | 57 + .../luci-app-watchcat/po/ru/watchcat.po | 74 + .../luci-app-watchcat/po/sk/watchcat.po | 53 + .../luci-app-watchcat/po/sv/watchcat.po | 54 + .../po/templates/watchcat.pot | 46 + .../luci-app-watchcat/po/tr/watchcat.po | 53 + .../luci-app-watchcat/po/uk/watchcat.po | 61 + .../luci-app-watchcat/po/vi/watchcat.po | 53 + .../luci-app-watchcat/po/zh-cn/watchcat.po | 65 + .../luci-app-watchcat/po/zh-tw/watchcat.po | 66 + .../root/etc/uci-defaults/luci-watchcat | 10 + applications/luci-app-wol/Makefile | 14 + .../luci-app-wol/luasrc/controller/wol.lua | 6 + .../luci-app-wol/luasrc/model/cbi/wol.lua | 94 + applications/luci-app-wol/po/ca/wol.po | 58 + applications/luci-app-wol/po/cs/wol.po | 55 + applications/luci-app-wol/po/de/wol.po | 58 + applications/luci-app-wol/po/el/wol.po | 49 + applications/luci-app-wol/po/en/wol.po | 50 + applications/luci-app-wol/po/es/wol.po | 57 + applications/luci-app-wol/po/fr/wol.po | 57 + applications/luci-app-wol/po/he/wol.po | 49 + applications/luci-app-wol/po/hu/wol.po | 59 + applications/luci-app-wol/po/it/wol.po | 56 + applications/luci-app-wol/po/ja/wol.po | 56 + applications/luci-app-wol/po/ms/wol.po | 48 + applications/luci-app-wol/po/no/wol.po | 47 + applications/luci-app-wol/po/pl/wol.po | 57 + applications/luci-app-wol/po/pt-br/wol.po | 56 + applications/luci-app-wol/po/pt/wol.po | 54 + applications/luci-app-wol/po/ro/wol.po | 57 + applications/luci-app-wol/po/ru/wol.po | 59 + applications/luci-app-wol/po/sk/wol.po | 44 + applications/luci-app-wol/po/sv/wol.po | 45 + .../luci-app-wol/po/templates/wol.pot | 37 + applications/luci-app-wol/po/tr/wol.po | 49 + applications/luci-app-wol/po/uk/wol.po | 59 + applications/luci-app-wol/po/vi/wol.po | 49 + applications/luci-app-wol/po/zh-cn/wol.po | 50 + applications/luci-app-wol/po/zh-tw/wol.po | 48 + applications/luci-app-wshaper/Makefile | 14 + .../luasrc/controller/wshaper.lua | 9 + .../luasrc/model/cbi/wshaper.lua | 46 + .../luci-app-wshaper/po/ca/wshaper.po | 59 + .../luci-app-wshaper/po/cs/wshaper.po | 58 + .../luci-app-wshaper/po/de/wshaper.po | 58 + .../luci-app-wshaper/po/el/wshaper.po | 55 + .../luci-app-wshaper/po/en/wshaper.po | 54 + .../luci-app-wshaper/po/es/wshaper.po | 58 + .../luci-app-wshaper/po/fr/wshaper.po | 62 + .../luci-app-wshaper/po/he/wshaper.po | 54 + .../luci-app-wshaper/po/hu/wshaper.po | 54 + .../luci-app-wshaper/po/it/wshaper.po | 59 + .../luci-app-wshaper/po/ja/wshaper.po | 58 + .../luci-app-wshaper/po/ms/wshaper.po | 54 + .../luci-app-wshaper/po/no/wshaper.po | 54 + .../luci-app-wshaper/po/pl/wshaper.po | 59 + .../luci-app-wshaper/po/pt-br/wshaper.po | 59 + .../luci-app-wshaper/po/pt/wshaper.po | 55 + .../luci-app-wshaper/po/ro/wshaper.po | 56 + .../luci-app-wshaper/po/ru/wshaper.po | 61 + .../luci-app-wshaper/po/sk/wshaper.po | 50 + .../luci-app-wshaper/po/sv/wshaper.po | 51 + .../luci-app-wshaper/po/templates/wshaper.pot | 43 + .../luci-app-wshaper/po/tr/wshaper.po | 50 + .../luci-app-wshaper/po/uk/wshaper.po | 58 + .../luci-app-wshaper/po/vi/wshaper.po | 54 + .../luci-app-wshaper/po/zh-cn/wshaper.po | 58 + .../luci-app-wshaper/po/zh-tw/wshaper.po | 56 + .../root/etc/uci-defaults/wshaper | 11 + audio/mpd/mpd.conf | 54 + audio/mpd/ncmpcpp/config | 271 + audio/mpd/ncmpcpp/keys | 166 + build/i18n-init.sh | 24 + build/i18n-po2lua.pl | 27 + build/i18n-scan.pl | 128 + build/i18n-sync.sh | 18 + build/i18n-update.pl | 83 + build/luadoc/doc.lua | 126 + build/luadoc/luadoc/config.lua | 34 + build/luadoc/luadoc/doclet/debug.lua | 46 + build/luadoc/luadoc/doclet/formatter.lua | 84 + build/luadoc/luadoc/doclet/html.lua | 275 + build/luadoc/luadoc/doclet/html/constant.lp | 28 + build/luadoc/luadoc/doclet/html/file.lp | 112 + build/luadoc/luadoc/doclet/html/function.lp | 64 + build/luadoc/luadoc/doclet/html/index.lp | 67 + build/luadoc/luadoc/doclet/html/luadoc.css | 285 + build/luadoc/luadoc/doclet/html/menu.lp | 55 + build/luadoc/luadoc/doclet/html/module.lp | 155 + build/luadoc/luadoc/doclet/html/table.lp | 15 + build/luadoc/luadoc/doclet/raw.lua | 12 + build/luadoc/luadoc/init.lua | 50 + build/luadoc/luadoc/lp.lua | 130 + build/luadoc/luadoc/taglet/standard.lua | 567 ++ build/luadoc/luadoc/taglet/standard/tags.lua | 191 + build/luadoc/luadoc/util.lua | 201 + build/makedocs.sh | 21 + build/mkbasepot.sh | 15 + build/mkrevision.sh | 27 + build/zoneinfo2lua.pl | 149 + checkFonts | 5 + collections/luci-light/Makefile | 17 + collections/luci-ssl/Makefile | 17 + collections/luci/Makefile | 19 + config/a.rb | 5 + config/b.rb | 19 + config/c.rb | 8 + config/d.rb | 5 + config/e.rb | 13 + config/f.rb | 12 + configuration.gemspec | 50 + configure | 20 + contrib/package/Makefile | 2 + contrib/package/community-profiles/Makefile | 39 + .../files/etc/config/profile_31c3 | 45 + .../files/etc/config/profile_Freifunk | 10 + .../files/etc/config/profile_altmark | 56 + .../files/etc/config/profile_arig_arad | 22 + .../etc/config/profile_arig_neot_semadar | 22 + .../files/etc/config/profile_arig_tel-aviv | 22 + .../files/etc/config/profile_augsburg | 64 + .../files/etc/config/profile_bayreuth | 20 + .../files/etc/config/profile_bensheim | 9 + .../files/etc/config/profile_bergischesland | 15 + .../files/etc/config/profile_berlin | 50 + .../files/etc/config/profile_carbodebit | 23 + .../files/etc/config/profile_demo | 21 + .../files/etc/config/profile_duesseldorf | 15 + .../files/etc/config/profile_erfurt | 48 + .../files/etc/config/profile_evernet | 25 + .../files/etc/config/profile_freiburg | 45 + .../files/etc/config/profile_gadow | 23 + .../files/etc/config/profile_guifibages | 19 + .../files/etc/config/profile_halle | 40 + .../files/etc/config/profile_hameln | 15 + .../files/etc/config/profile_hannover | 12 + .../files/etc/config/profile_heppenheim | 9 + .../files/etc/config/profile_hooge | 22 + .../files/etc/config/profile_kiberpipa | 15 + .../files/etc/config/profile_kyritz | 57 + .../files/etc/config/profile_l59 | 25 + .../files/etc/config/profile_leipzig | 55 + .../files/etc/config/profile_marburg | 12 + .../files/etc/config/profile_oldenburg | 15 + .../etc/config/profile_openwireless_bern | 18 + .../files/etc/config/profile_pberg | 38 + .../files/etc/config/profile_piraten_dresden | 12 + .../files/etc/config/profile_potsdam | 19 + .../files/etc/config/profile_reihen | 25 + .../files/etc/config/profile_rosbach | 15 + .../files/etc/config/profile_schwarzach | 12 + .../files/etc/config/profile_seefeld | 13 + .../files/etc/config/profile_stuttgart | 13 + .../files/etc/config/profile_vogtland | 23 + .../files/etc/config/profile_weil | 23 + .../files/etc/config/profile_weimar | 10 + .../files/etc/config/profile_weinstadt | 19 + .../files/etc/config/profile_wlanljubljana | 15 + contrib/package/freifunk-common/Makefile | 42 + .../freifunk-common/files/etc/config/freifunk | 126 + .../freifunk-common/files/etc/init.d/freifunk | 25 + .../files/etc/rc.local.d/01-config-migration | 51 + .../files/etc/uci-defaults/freifunk | 2 + .../freifunk-common/files/usr/bin/ffdzero | 10 + .../freifunk-common/files/usr/bin/neigh.sh | 41 + .../freifunk-common/files/usr/bin/watch.sh | 11 + .../files/usr/sbin/ff_olsr_watchdog | 29 + contrib/package/freifunk-firewall/Makefile | 53 + .../files/etc/firewall.freifunk | 40 + .../etc/hotplug.d/firewall/23-restricted-wan | 65 + contrib/package/freifunk-gwcheck/Makefile | 40 + .../files/etc/config/freifunk-gwcheck | 5 + .../files/usr/sbin/ff_olsr_test_gw.sh | 132 + .../root/etc/uci-defaults/freifunk-gwcheck | 7 + contrib/package/freifunk-mapupdate/Makefile | 39 + .../files/etc/config/freifunk-mapupdate | 3 + .../files/usr/sbin/ff_mapupdate.sh | 59 + .../root/etc/uci-defaults/freifunk-mapupdate | 6 + contrib/package/freifunk-p2pblock/Makefile | 48 + .../files/freifunk-p2pblock.config | 6 + .../files/freifunk-p2pblock.init | 95 + .../package/freifunk-policyrouting/Makefile | 47 + .../files/etc/config/freifunk-policyrouting | 7 + .../etc/hotplug.d/iface/30-policyrouting | 104 + .../files/etc/init.d/freifunk-policyrouting | 161 + .../files/etc/rc.d/S15-freifunk-policyrouting | 1 + .../etc/uci-defaults/freifunk-policyrouting | 7 + contrib/package/freifunk-watchdog/Makefile | 55 + .../files/freifunk-watchdog.config | 7 + .../files/freifunk-watchdog.init | 39 + .../package/freifunk-watchdog/src/Makefile | 12 + contrib/package/freifunk-watchdog/src/ucix.c | 102 + contrib/package/freifunk-watchdog/src/ucix.h | 29 + .../package/freifunk-watchdog/src/watchdog.c | 527 ++ .../package/freifunk-watchdog/src/watchdog.h | 142 + .../freifunk-watchdog/src/wireless.22.h | 1139 +++ contrib/package/meshwizard/Makefile | 39 + .../meshwizard/files/etc/config/meshwizard | 7 + .../files/usr/bin/meshwizard/functions.sh | 118 + .../helpers/check-range-in-range.sh | 31 + .../usr/bin/meshwizard/helpers/common.awk | 20 + .../helpers/gen_auto-ipv6-dhcpv6-ip.sh | 16 + .../usr/bin/meshwizard/helpers/gen_bssid.sh | 36 + .../usr/bin/meshwizard/helpers/gen_dhcp_ip.sh | 6 + .../bin/meshwizard/helpers/initial_config.sh | 42 + .../usr/bin/meshwizard/helpers/ipcalc-cidr.sh | 42 + .../bin/meshwizard/helpers/read_defaults.sh | 61 + .../usr/bin/meshwizard/helpers/rename-wifi.sh | 46 + .../helpers/setup_auto-ipv6-interface.sh | 12 + .../bin/meshwizard/helpers/setup_auto-ipv6.sh | 17 + .../usr/bin/meshwizard/helpers/setup_dhcp.sh | 46 + .../bin/meshwizard/helpers/setup_dnsmasq.sh | 29 + .../bin/meshwizard/helpers/setup_firewall.sh | 145 + .../helpers/setup_firewall_interface.sh | 111 + .../bin/meshwizard/helpers/setup_lan_ipv6.sh | 20 + .../meshwizard/helpers/setup_lan_static.sh | 17 + .../bin/meshwizard/helpers/setup_network.sh | 145 + .../usr/bin/meshwizard/helpers/setup_olsrd.sh | 160 + .../helpers/setup_olsrd_interface.sh | 76 + .../meshwizard/helpers/setup_policyrouting.sh | 11 + .../usr/bin/meshwizard/helpers/setup_qos.sh | 17 + .../bin/meshwizard/helpers/setup_splash.sh | 54 + .../usr/bin/meshwizard/helpers/setup_ssh.sh | 26 + .../bin/meshwizard/helpers/setup_system.sh | 7 + .../bin/meshwizard/helpers/setup_uhttpd.sh | 11 + .../bin/meshwizard/helpers/setup_wan_dhcp.sh | 18 + .../meshwizard/helpers/setup_wan_static.sh | 20 + .../bin/meshwizard/helpers/setup_widgets.sh | 14 + .../usr/bin/meshwizard/helpers/setup_wifi.sh | 85 + .../bin/meshwizard/helpers/setup_wifi_vap.sh | 23 + .../bin/meshwizard/helpers/supports_vap.sh | 34 + .../files/usr/bin/meshwizard/wizard.sh | 147 + contrib/package/remote-update/Makefile | 43 + .../files/usr/sbin/remote-update | 306 + crango | 5 + cranwin | 8 + documentation/CBI.md | 248 + documentation/JsonRpcHowTo.md | 66 + documentation/LAR.md | 87 + documentation/LMO.md | 144 + documentation/LuCI-0.10.md | 202 + documentation/Modules.md | 94 + documentation/ModulesHowTo.md | 153 + documentation/Signing_Files.pdf | Bin 0 -> 60455 bytes documentation/Templates.md | 65 + documentation/ThemesHowTo.md | 76 + documentation/api/index.html | 435 + documentation/api/luadoc.css | 285 + .../api/modules/luci.dispatcher.html | 1151 +++ documentation/api/modules/luci.http.html | 854 ++ .../luci.http.protocol.conditionals.html | 556 ++ .../api/modules/luci.http.protocol.date.html | 410 + .../api/modules/luci.http.protocol.html | 753 ++ .../api/modules/luci.http.protocol.mime.html | 326 + documentation/api/modules/luci.i18n.html | 564 ++ documentation/api/modules/luci.ip.cidr.html | 1269 +++ documentation/api/modules/luci.ip.html | 934 +++ documentation/api/modules/luci.json.html | 598 ++ documentation/api/modules/luci.jsonc.html | 397 + .../api/modules/luci.jsonc.parser.html | 460 ++ .../api/modules/luci.model.ipkg.html | 734 ++ documentation/api/modules/luci.model.uci.html | 1436 ++++ documentation/api/modules/luci.rpcc.html | 328 + documentation/api/modules/luci.rpcc.ruci.html | 281 + documentation/api/modules/luci.sys.html | 645 ++ documentation/api/modules/luci.sys.init.html | 516 ++ .../api/modules/luci.sys.iptparser.html | 466 ++ documentation/api/modules/luci.sys.net.html | 569 ++ .../api/modules/luci.sys.process.html | 448 ++ documentation/api/modules/luci.sys.user.html | 416 + documentation/api/modules/luci.sys.wifi.html | 284 + documentation/api/modules/luci.util.html | 1717 ++++ .../api/modules/nixio.CHANGELOG.html | 290 + .../api/modules/nixio.CryptoHash.html | 316 + documentation/api/modules/nixio.File.html | 673 ++ documentation/api/modules/nixio.README.html | 374 + documentation/api/modules/nixio.Socket.html | 1033 +++ .../api/modules/nixio.TLSContext.html | 479 ++ .../api/modules/nixio.TLSSocket.html | 575 ++ .../api/modules/nixio.UnifiedIO.html | 767 ++ documentation/api/modules/nixio.bin.html | 427 + documentation/api/modules/nixio.bit.html | 744 ++ documentation/api/modules/nixio.crypto.html | 319 + documentation/api/modules/nixio.fs.html | 1562 ++++ documentation/api/modules/nixio.html | 2405 ++++++ documentation/i18n.md | 17 + embedfonts | 6 + file/ranger/commands.py | 1244 +++ file/ranger/rc.conf | 530 ++ file/ranger/rifle.conf | 170 + file/wvm-open/config | 33 + lib/configuration.rb | 238 + libs/luci-lib-httpclient/Makefile | 14 + .../luci-lib-httpclient/luasrc/httpclient.lua | 368 + .../luasrc/httpclient/receiver.lua | 284 + libs/luci-lib-ip/Makefile | 14 + libs/luci-lib-ip/src/Makefile | 17 + libs/luci-lib-ip/src/ip.c | 1392 ++++ libs/luci-lib-ip/src/ip.luadoc | 831 ++ libs/luci-lib-json/Makefile | 14 + libs/luci-lib-json/luasrc/json.lua | 530 ++ libs/luci-lib-json/luasrc/json.luadoc | 94 + libs/luci-lib-jsonc/Makefile | 14 + libs/luci-lib-jsonc/src/Makefile | 17 + libs/luci-lib-jsonc/src/jsonc.c | 390 + libs/luci-lib-jsonc/src/jsonc.luadoc | 134 + libs/luci-lib-luaneightbl/Makefile | 14 + libs/luci-lib-luaneightbl/src/Makefile | 17 + libs/luci-lib-luaneightbl/src/neightbl.c | 122 + libs/luci-lib-nixio/.gitignore | 11 + libs/luci-lib-nixio/LICENSE | 201 + libs/luci-lib-nixio/Makefile | 14 + libs/luci-lib-nixio/NOTICE | 10 + libs/luci-lib-nixio/README | 13 + libs/luci-lib-nixio/axTLS/Makefile | 181 + libs/luci-lib-nixio/axTLS/README | 3 + libs/luci-lib-nixio/axTLS/bindings/Config.in | 105 + libs/luci-lib-nixio/axTLS/bindings/Makefile | 86 + libs/luci-lib-nixio/axTLS/bindings/README | 43 + .../axTLS/bindings/csharp/Makefile | 35 + .../axTLS/bindings/csharp/axTLS.cs | 491 ++ .../axTLS/bindings/generate_SWIG_interface.pl | 393 + .../axTLS/bindings/generate_interface.pl | 322 + .../axTLS/bindings/java/Makefile | 94 + .../axTLS/bindings/java/SSL.java | 137 + .../axTLS/bindings/java/SSLCTX.java | 229 + .../axTLS/bindings/java/SSLClient.java | 81 + .../axTLS/bindings/java/SSLReadHolder.java | 61 + .../axTLS/bindings/java/SSLServer.java | 72 + .../axTLS/bindings/java/SSLUtil.java | 116 + .../axTLS/bindings/lua/Makefile | 67 + .../axTLS/bindings/perl/Makefile | 91 + .../axTLS/bindings/vbnet/Makefile | 35 + .../axTLS/bindings/vbnet/axTLSvb.vb | 200 + libs/luci-lib-nixio/axTLS/config/.config | 112 + libs/luci-lib-nixio/axTLS/config/Config.in | 114 + libs/luci-lib-nixio/axTLS/config/JMeter.jmx | 247 + libs/luci-lib-nixio/axTLS/config/Rules.mak | 220 + libs/luci-lib-nixio/axTLS/config/axhttpd.aip | 136 + libs/luci-lib-nixio/axTLS/config/axtls.RES | Bin 0 -> 22748 bytes libs/luci-lib-nixio/axTLS/config/axtls.rc | 32 + libs/luci-lib-nixio/axTLS/config/config.h | 113 + libs/luci-lib-nixio/axTLS/config/linuxconfig | 119 + .../luci-lib-nixio/axTLS/config/makefile.conf | 127 + .../axTLS/config/makefile.dotnet.conf | 65 + .../axTLS/config/makefile.java.conf | 58 + .../luci-lib-nixio/axTLS/config/makefile.post | 19 + .../scripts/config/Kconfig-language.txt | 255 + .../axTLS/config/scripts/config/Makefile | 121 + .../axTLS/config/scripts/config/conf.c | 583 ++ .../axTLS/config/scripts/config/confdata.c | 458 ++ .../axTLS/config/scripts/config/expr.c | 1099 +++ .../axTLS/config/scripts/config/expr.h | 195 + .../config/scripts/config/lex.zconf.c_shipped | 3688 +++++++++ .../axTLS/config/scripts/config/lkc.h | 123 + .../axTLS/config/scripts/config/lkc_proto.h | 40 + .../scripts/config/lxdialog/BIG.FAT.WARNING | 4 + .../scripts/config/lxdialog/checklist.c | 372 + .../config/scripts/config/lxdialog/colors.h | 161 + .../config/scripts/config/lxdialog/dialog.h | 199 + .../config/scripts/config/lxdialog/inputbox.c | 240 + .../config/scripts/config/lxdialog/menubox.c | 438 + .../config/scripts/config/lxdialog/msgbox.c | 85 + .../config/scripts/config/lxdialog/textbox.c | 556 ++ .../config/scripts/config/lxdialog/util.c | 375 + .../config/scripts/config/lxdialog/yesno.c | 118 + .../axTLS/config/scripts/config/mconf.c | 977 +++ .../axTLS/config/scripts/config/menu.c | 390 + .../axTLS/config/scripts/config/mkconfigs | 67 + .../axTLS/config/scripts/config/symbol.c | 809 ++ .../axTLS/config/scripts/config/util.c | 109 + .../axTLS/config/scripts/config/zconf.l | 366 + .../config/scripts/config/zconf.tab.c_shipped | 2130 +++++ .../config/scripts/config/zconf.tab.h_shipped | 125 + .../axTLS/config/scripts/config/zconf.y | 690 ++ libs/luci-lib-nixio/axTLS/config/win32config | 119 + libs/luci-lib-nixio/axTLS/crypto/Makefile | 50 + libs/luci-lib-nixio/axTLS/crypto/aes.c | 456 ++ libs/luci-lib-nixio/axTLS/crypto/bigint.c | 1575 ++++ libs/luci-lib-nixio/axTLS/crypto/bigint.h | 99 + .../luci-lib-nixio/axTLS/crypto/bigint_impl.h | 112 + libs/luci-lib-nixio/axTLS/crypto/crypto.h | 222 + .../luci-lib-nixio/axTLS/crypto/crypto_misc.c | 357 + libs/luci-lib-nixio/axTLS/crypto/hmac.c | 100 + libs/luci-lib-nixio/axTLS/crypto/md2.c | 162 + libs/luci-lib-nixio/axTLS/crypto/md5.c | 293 + libs/luci-lib-nixio/axTLS/crypto/rc4.c | 91 + libs/luci-lib-nixio/axTLS/crypto/rsa.c | 268 + libs/luci-lib-nixio/axTLS/crypto/sha1.c | 248 + libs/luci-lib-nixio/axTLS/docsrc/Makefile | 39 + libs/luci-lib-nixio/axTLS/docsrc/axTLS.dox | 1237 +++ .../axTLS/docsrc/doco_footer.html | 3 + .../axTLS/docsrc/images/axolotl.jpg | Bin 0 -> 3041 bytes .../axTLS/docsrc/images/tsbasbw.gif | Bin 0 -> 2481 bytes libs/luci-lib-nixio/axTLS/httpd/Config.in | 163 + libs/luci-lib-nixio/axTLS/httpd/Makefile | 127 + libs/luci-lib-nixio/axTLS/httpd/axhttp.h | 154 + libs/luci-lib-nixio/axTLS/httpd/axhttpd.c | 604 ++ libs/luci-lib-nixio/axTLS/httpd/htpasswd.c | 136 + .../kepler-1.1-snapshot-20070521-1825.tar.gz | Bin 0 -> 768249 bytes libs/luci-lib-nixio/axTLS/httpd/kepler.patch | 64 + libs/luci-lib-nixio/axTLS/httpd/proc.c | 1238 +++ libs/luci-lib-nixio/axTLS/httpd/tdate_parse.c | 119 + libs/luci-lib-nixio/axTLS/samples/Config.in | 63 + libs/luci-lib-nixio/axTLS/samples/Makefile | 62 + libs/luci-lib-nixio/axTLS/samples/c/Makefile | 76 + libs/luci-lib-nixio/axTLS/samples/c/axssl.c | 883 ++ .../axTLS/samples/csharp/Makefile | 48 + .../axTLS/samples/csharp/axssl.cs | 758 ++ .../axTLS/samples/java/Makefile | 51 + .../axTLS/samples/java/axssl.java | 760 ++ .../axTLS/samples/java/manifest.mf | 1 + .../luci-lib-nixio/axTLS/samples/lua/Makefile | 43 + .../axTLS/samples/lua/axssl.lua | 562 ++ .../axTLS/samples/perl/Makefile | 43 + .../axTLS/samples/perl/axssl.pl | 634 ++ .../axTLS/samples/vbnet/Makefile | 48 + .../axTLS/samples/vbnet/axssl.vb | 702 ++ libs/luci-lib-nixio/axTLS/ssl/BigIntConfig.in | 132 + libs/luci-lib-nixio/axTLS/ssl/Config.in | 336 + libs/luci-lib-nixio/axTLS/ssl/Makefile | 123 + libs/luci-lib-nixio/axTLS/ssl/asn1.c | 510 ++ libs/luci-lib-nixio/axTLS/ssl/cert.h | 43 + libs/luci-lib-nixio/axTLS/ssl/crypto_misc.h | 164 + libs/luci-lib-nixio/axTLS/ssl/gen_cert.c | 363 + libs/luci-lib-nixio/axTLS/ssl/loader.c | 465 ++ libs/luci-lib-nixio/axTLS/ssl/openssl.c | 322 + libs/luci-lib-nixio/axTLS/ssl/os_port.c | 158 + libs/luci-lib-nixio/axTLS/ssl/os_port.h | 207 + libs/luci-lib-nixio/axTLS/ssl/p12.c | 486 ++ libs/luci-lib-nixio/axTLS/ssl/private_key.h | 54 + libs/luci-lib-nixio/axTLS/ssl/ssl.h | 474 ++ libs/luci-lib-nixio/axTLS/ssl/test/Makefile | 97 + .../axTLS/ssl/test/axTLS.ca_key.pem | 15 + .../axTLS/ssl/test/axTLS.ca_x509.cer | Bin 0 -> 483 bytes .../axTLS/ssl/test/axTLS.ca_x509.pem | 13 + .../axTLS/ssl/test/axTLS.device_key | Bin 0 -> 609 bytes .../axTLS/ssl/test/axTLS.device_key.pem | 15 + .../axTLS/ssl/test/axTLS.encrypted.p8 | Bin 0 -> 385 bytes .../axTLS/ssl/test/axTLS.encrypted_pem.p8 | 11 + .../axTLS/ssl/test/axTLS.key_1024 | Bin 0 -> 609 bytes .../axTLS/ssl/test/axTLS.key_1024.pem | 15 + .../axTLS/ssl/test/axTLS.key_2048 | Bin 0 -> 1191 bytes .../axTLS/ssl/test/axTLS.key_2048.pem | 27 + .../axTLS/ssl/test/axTLS.key_4096 | Bin 0 -> 2349 bytes .../axTLS/ssl/test/axTLS.key_4096.pem | 51 + .../axTLS/ssl/test/axTLS.key_512 | Bin 0 -> 321 bytes .../axTLS/ssl/test/axTLS.key_512.pem | 9 + .../axTLS/ssl/test/axTLS.key_aes128.pem | 12 + .../axTLS/ssl/test/axTLS.key_aes256.pem | 12 + .../axTLS/ssl/test/axTLS.noname.p12 | Bin 0 -> 1483 bytes .../axTLS/ssl/test/axTLS.unencrypted.p8 | Bin 0 -> 347 bytes .../axTLS/ssl/test/axTLS.unencrypted_pem.p8 | 10 + .../axTLS/ssl/test/axTLS.withCA.p12 | Bin 0 -> 2089 bytes .../axTLS/ssl/test/axTLS.withoutCA.p12 | Bin 0 -> 1573 bytes .../axTLS/ssl/test/axTLS.x509_1024.cer | Bin 0 -> 475 bytes .../axTLS/ssl/test/axTLS.x509_1024.pem | 12 + .../axTLS/ssl/test/axTLS.x509_2048.cer | Bin 0 -> 607 bytes .../axTLS/ssl/test/axTLS.x509_2048.pem | 15 + .../axTLS/ssl/test/axTLS.x509_4096.cer | Bin 0 -> 863 bytes .../axTLS/ssl/test/axTLS.x509_4096.pem | 20 + .../axTLS/ssl/test/axTLS.x509_512.cer | Bin 0 -> 406 bytes .../axTLS/ssl/test/axTLS.x509_512.pem | 11 + .../axTLS/ssl/test/axTLS.x509_aes128.pem | 11 + .../axTLS/ssl/test/axTLS.x509_aes256.pem | 11 + .../axTLS/ssl/test/axTLS.x509_bad_after.pem | 11 + .../axTLS/ssl/test/axTLS.x509_bad_before.pem | 11 + .../axTLS/ssl/test/axTLS.x509_device.cer | Bin 0 -> 401 bytes .../axTLS/ssl/test/axTLS.x509_device.pem | 24 + libs/luci-lib-nixio/axTLS/ssl/test/datatest.c | 43 + .../axTLS/ssl/test/datatest.c.old | 280 + .../axTLS/ssl/test/deutsche_telecom.x509_ca | Bin 0 -> 670 bytes .../axTLS/ssl/test/equifax.x509_ca | Bin 0 -> 646 bytes libs/luci-lib-nixio/axTLS/ssl/test/gnutls.cer | Bin 0 -> 599 bytes .../axTLS/ssl/test/header_issue.dat | Bin 0 -> 1159 bytes .../axTLS/ssl/test/killopenssl.sh | 2 + .../axTLS/ssl/test/make_certs.sh | 174 + .../axTLS/ssl/test/microsoft.x509_ca | Bin 0 -> 1046 bytes .../axTLS/ssl/test/microsoft.x509_ca.pem | 24 + libs/luci-lib-nixio/axTLS/ssl/test/ms_iis.cer | 13 + .../axTLS/ssl/test/perf_bigint.c | 228 + libs/luci-lib-nixio/axTLS/ssl/test/socgen.cer | Bin 0 -> 980 bytes libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c | 1983 +++++ .../axTLS/ssl/test/ssltest.c.bak | 1940 +++++ .../axTLS/ssl/test/test_axssl.sh | 163 + .../axTLS/ssl/test/thawte.x509_ca | Bin 0 -> 811 bytes .../axTLS/ssl/test/verisign.x509_ca | Bin 0 -> 668 bytes .../axTLS/ssl/test/verisign.x509_ca.pem | 16 + .../axTLS/ssl/test/verisign.x509_my_cert | Bin 0 -> 1095 bytes .../axTLS/ssl/test/verisign.x509_my_cert.pem | 25 + libs/luci-lib-nixio/axTLS/ssl/tls1.c | 2057 +++++ libs/luci-lib-nixio/axTLS/ssl/tls1.h | 289 + libs/luci-lib-nixio/axTLS/ssl/tls1_clnt.c | 386 + libs/luci-lib-nixio/axTLS/ssl/tls1_svr.c | 476 ++ libs/luci-lib-nixio/axTLS/ssl/version.h | 1 + libs/luci-lib-nixio/axTLS/ssl/x509.c | 502 ++ libs/luci-lib-nixio/axTLS/www/bin/.htaccess | 2 + libs/luci-lib-nixio/axTLS/www/favicon.ico | Bin 0 -> 22486 bytes libs/luci-lib-nixio/axTLS/www/index.html | 7106 +++++++++++++++++ .../luci-lib-nixio/axTLS/www/lua/download.lua | 75 + libs/luci-lib-nixio/axTLS/www/lua/env.lua | 26 + libs/luci-lib-nixio/axTLS/www/lua/overview.lp | 64 + .../axTLS/www/lua/prepara_sql2.lua | 31 + .../axTLS/www/lua/test_conc.lua | 38 + .../axTLS/www/lua/test_cookies.lp | 13 + .../axTLS/www/lua/test_cookies.lua | 14 + .../luci-lib-nixio/axTLS/www/lua/test_err.lua | 4 + libs/luci-lib-nixio/axTLS/www/lua/test_fs.lua | 23 + .../luci-lib-nixio/axTLS/www/lua/test_htk.lua | 22 + .../luci-lib-nixio/axTLS/www/lua/test_lib.lua | 31 + .../axTLS/www/lua/test_main.html | 127 + .../luci-lib-nixio/axTLS/www/lua/test_main.lp | 31 + .../axTLS/www/lua/test_main.lua | 46 + .../axTLS/www/lua/test_session.lua | 43 + .../luci-lib-nixio/axTLS/www/lua/test_sql.lua | 13 + .../axTLS/www/lua/test_sql2.lua | 24 + .../axTLS/www/lua/test_variables.lp | 14 + .../axTLS/www/test_dir/bin/.htaccess | 1 + .../axTLS/www/test_dir/no_http/.htaccess | 1 + .../axTLS/www/test_dir/no_http/.htpasswd | 2 + .../axTLS/www/test_dir/no_http/index.html | 6 + .../axTLS/www/test_dir/no_ssl/.htaccess | 1 + .../axTLS/www/test_dir/no_ssl/index.html | 6 + libs/luci-lib-nixio/axtls-config/.config | 112 + libs/luci-lib-nixio/axtls-config/config.h | 113 + .../axtls-root/etc/nixio/rsa_main.der | Bin 0 -> 609 bytes libs/luci-lib-nixio/docsrc/CHANGELOG.lua | 29 + libs/luci-lib-nixio/docsrc/README.lua | 95 + .../docsrc/nixio.CryptoHash.lua | 17 + libs/luci-lib-nixio/docsrc/nixio.File.lua | 109 + libs/luci-lib-nixio/docsrc/nixio.Socket.lua | 170 + .../docsrc/nixio.TLSContext.lua | 46 + .../luci-lib-nixio/docsrc/nixio.TLSSocket.lua | 73 + .../luci-lib-nixio/docsrc/nixio.UnifiedIO.lua | 129 + libs/luci-lib-nixio/docsrc/nixio.bin.lua | 33 + libs/luci-lib-nixio/docsrc/nixio.bit.lua | 92 + libs/luci-lib-nixio/docsrc/nixio.crypto.lua | 15 + libs/luci-lib-nixio/docsrc/nixio.fs.lua | 265 + libs/luci-lib-nixio/docsrc/nixio.lua | 467 ++ libs/luci-lib-nixio/nixio-0.3-1.rockspec | 37 + .../root/lib/upgrade/luci-add-conffiles.sh | 16 + .../root/usr/lib/lua/nixio/fs.lua | 175 + .../root/usr/lib/lua/nixio/util.lua | 270 + libs/luci-lib-nixio/src/Makefile | 120 + libs/luci-lib-nixio/src/address.c | 567 ++ libs/luci-lib-nixio/src/axtls-compat.c | 297 + libs/luci-lib-nixio/src/axtls-compat.h | 150 + libs/luci-lib-nixio/src/binary.c | 313 + libs/luci-lib-nixio/src/bind.c | 293 + libs/luci-lib-nixio/src/bit.c | 149 + libs/luci-lib-nixio/src/cyassl-compat.c | 31 + libs/luci-lib-nixio/src/cyassl-compat.h | 32 + libs/luci-lib-nixio/src/file.c | 402 + libs/luci-lib-nixio/src/fs.c | 566 ++ libs/luci-lib-nixio/src/io.c | 225 + libs/luci-lib-nixio/src/mingw-compat.c | 220 + libs/luci-lib-nixio/src/mingw-compat.h | 112 + libs/luci-lib-nixio/src/nixio-tls.h | 53 + libs/luci-lib-nixio/src/nixio.c | 240 + libs/luci-lib-nixio/src/nixio.h | 133 + libs/luci-lib-nixio/src/poll.c | 210 + libs/luci-lib-nixio/src/process.c | 450 ++ libs/luci-lib-nixio/src/protoent.c | 103 + libs/luci-lib-nixio/src/socket.c | 173 + libs/luci-lib-nixio/src/sockopt.c | 390 + libs/luci-lib-nixio/src/splice.c | 185 + libs/luci-lib-nixio/src/syslog.c | 122 + libs/luci-lib-nixio/src/tls-context.c | 248 + libs/luci-lib-nixio/src/tls-crypto.c | 185 + libs/luci-lib-nixio/src/tls-socket.c | 263 + libs/luci-lib-nixio/src/user.c | 263 + libs/luci-lib-px5g/Makefile | 16 + libs/luci-lib-px5g/lua/px5g/util.lua | 44 + libs/luci-lib-px5g/root/usr/sbin/debugGen | 51 + libs/luci-lib-px5g/root/usr/sbin/px5g-genkeys | 19 + libs/luci-lib-px5g/src/Makefile | 17 + libs/luci-lib-px5g/src/library/bignum.c | 2010 +++++ libs/luci-lib-px5g/src/library/havege.c | 276 + libs/luci-lib-px5g/src/library/rsa.c | 750 ++ libs/luci-lib-px5g/src/library/sha1.c | 622 ++ libs/luci-lib-px5g/src/library/timing.c | 265 + libs/luci-lib-px5g/src/library/x509write.c | 1137 +++ libs/luci-lib-px5g/src/polarssl/bignum.h | 437 + libs/luci-lib-px5g/src/polarssl/bn_mul.h | 731 ++ libs/luci-lib-px5g/src/polarssl/config.h | 329 + libs/luci-lib-px5g/src/polarssl/havege.h | 75 + libs/luci-lib-px5g/src/polarssl/rsa.h | 309 + libs/luci-lib-px5g/src/polarssl/sha1.h | 150 + libs/luci-lib-px5g/src/polarssl/timing.h | 81 + libs/luci-lib-px5g/src/polarssl/x509.h | 549 ++ libs/luci-lib-px5g/src/px5g.c | 159 + libs/luci-lib-px5g/src/px5g.h | 16 + libs/luci-lib-rpcc/Makefile | 14 + libs/luci-lib-rpcc/luasrc/rpcc.lua | 59 + libs/luci-lib-rpcc/luasrc/rpcc.luadoc | 36 + libs/luci-lib-rpcc/luasrc/rpcc/ruci.lua | 48 + libs/luci-lib-rpcc/luasrc/rpcc/ruci.luadoc | 16 + make-fonts | 4 + modules/luci-base/Makefile | 43 + modules/luci-base/htdocs/cgi-bin/luci | 5 + .../htdocs/luci-static/resources/cbi.js | 1339 ++++ .../htdocs/luci-static/resources/cbi/add.gif | Bin 0 -> 378 bytes .../luci-static/resources/cbi/apply.gif | Bin 0 -> 268 bytes .../luci-static/resources/cbi/arrow.gif | Bin 0 -> 135 bytes .../htdocs/luci-static/resources/cbi/down.gif | Bin 0 -> 131 bytes .../luci-static/resources/cbi/download.gif | Bin 0 -> 189 bytes .../htdocs/luci-static/resources/cbi/edit.gif | Bin 0 -> 280 bytes .../luci-static/resources/cbi/fieldadd.gif | Bin 0 -> 379 bytes .../htdocs/luci-static/resources/cbi/file.gif | Bin 0 -> 371 bytes .../htdocs/luci-static/resources/cbi/find.gif | Bin 0 -> 273 bytes .../luci-static/resources/cbi/folder.gif | Bin 0 -> 698 bytes .../htdocs/luci-static/resources/cbi/help.gif | Bin 0 -> 266 bytes .../htdocs/luci-static/resources/cbi/key.gif | Bin 0 -> 230 bytes .../htdocs/luci-static/resources/cbi/link.gif | Bin 0 -> 279 bytes .../luci-static/resources/cbi/reload.gif | Bin 0 -> 248 bytes .../luci-static/resources/cbi/remove.gif | Bin 0 -> 385 bytes .../luci-static/resources/cbi/reset.gif | Bin 0 -> 258 bytes .../htdocs/luci-static/resources/cbi/save.gif | Bin 0 -> 263 bytes .../htdocs/luci-static/resources/cbi/up.gif | Bin 0 -> 130 bytes .../htdocs/luci-static/resources/cbi/user.gif | Bin 0 -> 246 bytes .../luci-static/resources/icons/bridge.png | Bin 0 -> 681 bytes .../resources/icons/bridge_disabled.png | Bin 0 -> 405 bytes .../resources/icons/encryption.png | Bin 0 -> 920 bytes .../resources/icons/encryption_disabled.png | Bin 0 -> 888 bytes .../luci-static/resources/icons/ethernet.png | Bin 0 -> 701 bytes .../resources/icons/ethernet_disabled.png | Bin 0 -> 399 bytes .../luci-static/resources/icons/loading.gif | Bin 0 -> 1787 bytes .../luci-static/resources/icons/port_down.png | Bin 0 -> 769 bytes .../luci-static/resources/icons/port_up.png | Bin 0 -> 1151 bytes .../resources/icons/signal-0-25.png | Bin 0 -> 462 bytes .../luci-static/resources/icons/signal-0.png | Bin 0 -> 439 bytes .../resources/icons/signal-25-50.png | Bin 0 -> 465 bytes .../resources/icons/signal-50-75.png | Bin 0 -> 467 bytes .../resources/icons/signal-75-100.png | Bin 0 -> 457 bytes .../resources/icons/signal-none.png | Bin 0 -> 639 bytes .../luci-static/resources/icons/switch.png | Bin 0 -> 680 bytes .../resources/icons/switch_disabled.png | Bin 0 -> 398 bytes .../luci-static/resources/icons/tunnel.png | Bin 0 -> 343 bytes .../resources/icons/tunnel_disabled.png | Bin 0 -> 235 bytes .../luci-static/resources/icons/vlan.png | Bin 0 -> 680 bytes .../resources/icons/vlan_disabled.png | Bin 0 -> 398 bytes .../luci-static/resources/icons/wifi.png | Bin 0 -> 767 bytes .../luci-static/resources/icons/wifi_big.png | Bin 0 -> 2276 bytes .../resources/icons/wifi_big_disabled.png | Bin 0 -> 1512 bytes .../resources/icons/wifi_disabled.png | Bin 0 -> 494 bytes .../htdocs/luci-static/resources/xhr.js | 241 + modules/luci-base/luasrc/cacheloader.lua | 12 + modules/luci-base/luasrc/cbi.lua | 1854 +++++ modules/luci-base/luasrc/cbi/datatypes.lua | 333 + modules/luci-base/luasrc/ccache.lua | 76 + modules/luci-base/luasrc/config.lua | 18 + .../luasrc/controller/admin/servicectl.lua | 49 + modules/luci-base/luasrc/debug.lua | 37 + modules/luci-base/luasrc/dispatcher.lua | 911 +++ modules/luci-base/luasrc/dispatcher.luadoc | 220 + modules/luci-base/luasrc/http.lua | 236 + modules/luci-base/luasrc/http.luadoc | 165 + modules/luci-base/luasrc/http/protocol.lua | 623 ++ modules/luci-base/luasrc/http/protocol.luadoc | 142 + .../luasrc/http/protocol/conditionals.lua | 110 + .../luasrc/http/protocol/conditionals.luadoc | 85 + .../luci-base/luasrc/http/protocol/date.lua | 87 + .../luasrc/http/protocol/date.luadoc | 46 + .../luci-base/luasrc/http/protocol/mime.lua | 78 + .../luasrc/http/protocol/mime.luadoc | 34 + modules/luci-base/luasrc/i18n.lua | 55 + modules/luci-base/luasrc/i18n.luadoc | 84 + modules/luci-base/luasrc/ltn12.lua | 316 + .../model/cbi/admin_network/proto_dhcp.lua | 67 + .../model/cbi/admin_network/proto_none.lua | 4 + .../model/cbi/admin_network/proto_static.lua | 81 + modules/luci-base/luasrc/model/firewall.lua | 566 ++ modules/luci-base/luasrc/model/ipkg.lua | 241 + modules/luci-base/luasrc/model/ipkg.luadoc | 125 + modules/luci-base/luasrc/model/network.lua | 1579 ++++ modules/luci-base/luasrc/model/uci.lua | 233 + modules/luci-base/luasrc/model/uci.luadoc | 291 + modules/luci-base/luasrc/sgi/cgi.lua | 73 + modules/luci-base/luasrc/sgi/uhttpd.lua | 89 + modules/luci-base/luasrc/store.lua | 6 + modules/luci-base/luasrc/sys.lua | 692 ++ modules/luci-base/luasrc/sys.luadoc | 395 + modules/luci-base/luasrc/sys/iptparser.lua | 349 + modules/luci-base/luasrc/sys/iptparser.luadoc | 69 + modules/luci-base/luasrc/sys/zoneinfo.lua | 19 + .../luci-base/luasrc/sys/zoneinfo/tzdata.lua | 422 + .../luasrc/sys/zoneinfo/tzoffset.lua | 166 + modules/luci-base/luasrc/template.lua | 100 + modules/luci-base/luasrc/tools/proto.lua | 36 + modules/luci-base/luasrc/tools/status.lua | 210 + modules/luci-base/luasrc/tools/webadmin.lua | 105 + modules/luci-base/luasrc/util.lua | 730 ++ modules/luci-base/luasrc/util.luadoc | 378 + modules/luci-base/luasrc/version.lua | 9 + .../luci-base/luasrc/view/cbi/apply_xhr.htm | 43 + modules/luci-base/luasrc/view/cbi/browser.htm | 7 + modules/luci-base/luasrc/view/cbi/button.htm | 7 + .../luasrc/view/cbi/cell_valuefooter.htm | 20 + .../luasrc/view/cbi/cell_valueheader.htm | 2 + .../luci-base/luasrc/view/cbi/compound.htm | 1 + .../luci-base/luasrc/view/cbi/delegator.htm | 24 + modules/luci-base/luasrc/view/cbi/dvalue.htm | 13 + modules/luci-base/luasrc/view/cbi/dynlist.htm | 26 + modules/luci-base/luasrc/view/cbi/error.htm | 19 + .../luci-base/luasrc/view/cbi/filebrowser.htm | 108 + .../luasrc/view/cbi/firewall_zoneforwards.htm | 59 + .../luasrc/view/cbi/firewall_zonelist.htm | 89 + modules/luci-base/luasrc/view/cbi/footer.htm | 26 + .../luasrc/view/cbi/full_valuefooter.htm | 59 + .../luasrc/view/cbi/full_valueheader.htm | 9 + modules/luci-base/luasrc/view/cbi/fvalue.htm | 9 + modules/luci-base/luasrc/view/cbi/header.htm | 8 + modules/luci-base/luasrc/view/cbi/lvalue.htm | 18 + modules/luci-base/luasrc/view/cbi/map.htm | 13 + modules/luci-base/luasrc/view/cbi/mvalue.htm | 19 + .../luasrc/view/cbi/network_ifacelist.htm | 81 + .../luasrc/view/cbi/network_netinfo.htm | 27 + .../luasrc/view/cbi/network_netlist.htm | 82 + .../luci-base/luasrc/view/cbi/nsection.htm | 31 + .../luci-base/luasrc/view/cbi/nullsection.htm | 38 + .../luci-base/luasrc/view/cbi/simpleform.htm | 58 + .../luasrc/view/cbi/tabcontainer.htm | 7 + modules/luci-base/luasrc/view/cbi/tabmenu.htm | 13 + .../luci-base/luasrc/view/cbi/tblsection.htm | 146 + .../luci-base/luasrc/view/cbi/tsection.htm | 48 + modules/luci-base/luasrc/view/cbi/tvalue.htm | 5 + .../luci-base/luasrc/view/cbi/ucisection.htm | 75 + modules/luci-base/luasrc/view/cbi/upload.htm | 14 + modules/luci-base/luasrc/view/cbi/value.htm | 35 + .../luci-base/luasrc/view/cbi/valuefooter.htm | 1 + .../luci-base/luasrc/view/cbi/valueheader.htm | 1 + modules/luci-base/luasrc/view/csrftoken.htm | 24 + modules/luci-base/luasrc/view/error404.htm | 11 + modules/luci-base/luasrc/view/error500.htm | 11 + modules/luci-base/luasrc/view/footer.htm | 7 + modules/luci-base/luasrc/view/header.htm | 12 + modules/luci-base/luasrc/view/indexer.htm | 7 + modules/luci-base/luasrc/view/sysauth.htm | 73 + modules/luci-base/po/ca/base.po | 4076 ++++++++++ modules/luci-base/po/cs/base.po | 3494 ++++++++ modules/luci-base/po/de/base.po | 4434 ++++++++++ modules/luci-base/po/el/base.po | 4127 ++++++++++ modules/luci-base/po/en/base.po | 4084 ++++++++++ modules/luci-base/po/es/base.po | 4230 ++++++++++ modules/luci-base/po/fr/base.po | 4394 ++++++++++ modules/luci-base/po/he/base.po | 3197 ++++++++ modules/luci-base/po/hu/base.po | 3618 +++++++++ modules/luci-base/po/it/base.po | 4208 ++++++++++ modules/luci-base/po/ja/base.po | 4348 ++++++++++ modules/luci-base/po/ms/base.po | 3980 +++++++++ modules/luci-base/po/no/base.po | 3997 +++++++++ modules/luci-base/po/pl/base.po | 3488 ++++++++ modules/luci-base/po/pt-br/base.po | 4434 ++++++++++ modules/luci-base/po/pt/base.po | 4136 ++++++++++ modules/luci-base/po/ro/base.po | 3397 ++++++++ modules/luci-base/po/ru/base.po | 4368 ++++++++++ modules/luci-base/po/sk/base.po | 3117 ++++++++ modules/luci-base/po/sv/base.po | 3129 ++++++++ modules/luci-base/po/templates/base.pot | 3110 ++++++++ modules/luci-base/po/tr/base.po | 3156 ++++++++ modules/luci-base/po/uk/base.po | 3590 +++++++++ modules/luci-base/po/vi/base.po | 3952 +++++++++ modules/luci-base/po/zh-cn/base.po | 4199 ++++++++++ modules/luci-base/po/zh-tw/base.po | 3304 ++++++++ modules/luci-base/root/etc/config/luci | 24 + modules/luci-base/root/etc/config/ucitrack | 57 + .../root/lib/uci/upload/.placeholder | 0 modules/luci-base/root/sbin/luci-reload | 45 + modules/luci-base/root/www/index.html | 11 + modules/luci-base/src/Makefile | 21 + modules/luci-base/src/mkversion.sh | 41 + modules/luci-base/src/po2lmo.c | 247 + modules/luci-base/src/template_lmo.c | 328 + modules/luci-base/src/template_lmo.h | 92 + modules/luci-base/src/template_lualib.c | 179 + modules/luci-base/src/template_lualib.h | 30 + modules/luci-base/src/template_parser.c | 419 + modules/luci-base/src/template_parser.h | 80 + modules/luci-base/src/template_utils.c | 484 ++ modules/luci-base/src/template_utils.h | 49 + modules/luci-mod-admin-full/Makefile | 17 + .../luci-static/resources/bandwidth.svg | 16 + .../luci-static/resources/connections.svg | 17 + .../htdocs/luci-static/resources/load.svg | 17 + .../htdocs/luci-static/resources/wifirate.svg | 15 + .../htdocs/luci-static/resources/wireless.svg | 16 + .../luasrc/controller/admin/filebrowser.lua | 9 + .../luasrc/controller/admin/index.lua | 44 + .../luasrc/controller/admin/network.lua | 455 ++ .../luasrc/controller/admin/status.lua | 153 + .../luasrc/controller/admin/system.lua | 375 + .../luasrc/controller/admin/uci.lua | 64 + .../luasrc/model/cbi/admin_network/dhcp.lua | 254 + .../luasrc/model/cbi/admin_network/hosts.lua | 28 + .../model/cbi/admin_network/iface_add.lua | 92 + .../luasrc/model/cbi/admin_network/ifaces.lua | 517 ++ .../model/cbi/admin_network/network.lua | 71 + .../model/cbi/admin_network/proto_ahcp.lua | 67 + .../luasrc/model/cbi/admin_network/routes.lua | 74 + .../luasrc/model/cbi/admin_network/vlan.lua | 305 + .../luasrc/model/cbi/admin_network/wifi.lua | 946 +++ .../model/cbi/admin_network/wifi_add.lua | 173 + .../model/cbi/admin_status/processes.lua | 34 + .../luasrc/model/cbi/admin_system/admin.lua | 119 + .../model/cbi/admin_system/backupfiles.lua | 80 + .../luasrc/model/cbi/admin_system/buttons.lua | 27 + .../luasrc/model/cbi/admin_system/crontab.lua | 27 + .../luasrc/model/cbi/admin_system/fstab.lua | 201 + .../model/cbi/admin_system/fstab/mount.lua | 149 + .../model/cbi/admin_system/fstab/swap.lua | 54 + .../luasrc/model/cbi/admin_system/ipkg.lua | 64 + .../luasrc/model/cbi/admin_system/leds.lua | 119 + .../luasrc/model/cbi/admin_system/startup.lua | 97 + .../luasrc/model/cbi/admin_system/system.lua | 216 + .../luasrc/view/admin_network/diagnostics.htm | 111 + .../view/admin_network/iface_overview.htm | 251 + .../view/admin_network/iface_status.htm | 94 + .../view/admin_network/lease_status.htm | 118 + .../view/admin_network/switch_status.htm | 41 + .../luasrc/view/admin_network/wifi_join.htm | 147 + .../view/admin_network/wifi_overview.htm | 436 + .../luasrc/view/admin_network/wifi_status.htm | 78 + .../luasrc/view/admin_status/bandwidth.htm | 302 + .../luasrc/view/admin_status/connections.htm | 375 + .../luasrc/view/admin_status/dmesg.htm | 12 + .../luasrc/view/admin_status/index.htm | 706 ++ .../luasrc/view/admin_status/iptables.htm | 149 + .../luasrc/view/admin_status/load.htm | 284 + .../luasrc/view/admin_status/routes.htm | 162 + .../luasrc/view/admin_status/syslog.htm | 12 + .../luasrc/view/admin_status/wireless.htm | 371 + .../luasrc/view/admin_system/applyreboot.htm | 41 + .../luasrc/view/admin_system/backupfiles.htm | 10 + .../luasrc/view/admin_system/clock_status.htm | 36 + .../luasrc/view/admin_system/flashops.htm | 85 + .../luasrc/view/admin_system/ipkg.htm | 10 + .../luasrc/view/admin_system/packages.htm | 196 + .../luasrc/view/admin_system/reboot.htm | 59 + .../luasrc/view/admin_system/upgrade.htm | 58 + .../luasrc/view/admin_uci/apply.htm | 23 + .../luasrc/view/admin_uci/changelog.htm | 79 + .../luasrc/view/admin_uci/changes.htm | 46 + .../luasrc/view/admin_uci/revert.htm | 27 + .../luasrc/view/cbi/wireless_modefreq.htm | 167 + modules/luci-mod-admin-full/src/Makefile | 14 + modules/luci-mod-admin-full/src/luci-bwc.c | 778 ++ modules/luci-mod-admin-mini/Makefile | 15 + .../luasrc/controller/mini/index.lua | 39 + .../luasrc/controller/mini/network.lua | 12 + .../luasrc/controller/mini/system.lua | 235 + .../luasrc/model/cbi/mini/dhcp.lua | 98 + .../luasrc/model/cbi/mini/index.lua | 4 + .../luasrc/model/cbi/mini/luci.lua | 37 + .../luasrc/model/cbi/mini/network.lua | 194 + .../luasrc/model/cbi/mini/passwd.lua | 35 + .../luasrc/model/cbi/mini/system.lua | 76 + .../luasrc/model/cbi/mini/wifi.lua | 362 + .../luasrc/view/mini/applyreboot.htm | 13 + .../luasrc/view/mini/backup.htm | 32 + .../luasrc/view/mini/index.htm | 13 + .../luasrc/view/mini/reboot.htm | 25 + .../luasrc/view/mini/upgrade.htm | 96 + modules/luci-mod-failsafe/Makefile | 15 + .../luasrc/controller/failsafe/failsafe.lua | 202 + .../luasrc/view/failsafe/applyreboot.htm | 41 + .../luasrc/view/failsafe/flashops.htm | 34 + .../luasrc/view/failsafe/reboot.htm | 18 + .../luasrc/view/failsafe/upgrade.htm | 53 + modules/luci-mod-freifunk-community/Makefile | 19 + modules/luci-mod-freifunk/Makefile | 15 + .../htdocs/luci-static/flashing.html | 84 + .../luci-static/resources/OSMLatLon.htm | 20 + .../htdocs/luci-static/resources/flashing.gif | Bin 0 -> 4261 bytes .../resources/freifunk-map/hna.gif | Bin 0 -> 209 bytes .../resources/freifunk-map/node.gif | Bin 0 -> 209 bytes .../htdocs/luci-static/resources/osm.js | 130 + .../luasrc/controller/freifunk/freifunk.lua | 219 + .../controller/freifunk/remote_update.lua | 52 + .../luasrc/model/cbi/freifunk/basics.lua | 92 + .../luasrc/model/cbi/freifunk/contact.lua | 16 + .../luasrc/model/cbi/freifunk/profile.lua | 74 + .../model/cbi/freifunk/profile_expert.lua | 32 + .../luasrc/model/cbi/freifunk/user_index.lua | 30 + .../luasrc/view/cbi/osmll_value.htm | 55 + .../luasrc/view/freifunk-map/frame.htm | 29 + .../luasrc/view/freifunk-map/map.htm | 118 + .../luasrc/view/freifunk/adminindex.htm | 51 + .../luasrc/view/freifunk/contact.htm | 64 + .../luasrc/view/freifunk/index.htm | 84 + .../luasrc/view/freifunk/profile_error.htm | 11 + .../luasrc/view/freifunk/public_status.htm | 364 + .../luasrc/view/freifunk/remote_update.htm | 51 + modules/luci-mod-freifunk/po/ca/freifunk.po | 407 + modules/luci-mod-freifunk/po/cs/freifunk.po | 404 + modules/luci-mod-freifunk/po/de/freifunk.po | 447 ++ modules/luci-mod-freifunk/po/el/freifunk.po | 407 + modules/luci-mod-freifunk/po/en/freifunk.po | 400 + modules/luci-mod-freifunk/po/es/freifunk.po | 417 + modules/luci-mod-freifunk/po/fr/freifunk.po | 395 + modules/luci-mod-freifunk/po/he/freifunk.po | 394 + modules/luci-mod-freifunk/po/hu/freifunk.po | 392 + modules/luci-mod-freifunk/po/it/freifunk.po | 422 + modules/luci-mod-freifunk/po/ja/freifunk.po | 395 + modules/luci-mod-freifunk/po/ms/freifunk.po | 391 + modules/luci-mod-freifunk/po/no/freifunk.po | 430 + modules/luci-mod-freifunk/po/pl/freifunk.po | 422 + .../luci-mod-freifunk/po/pt-br/freifunk.po | 447 ++ modules/luci-mod-freifunk/po/pt/freifunk.po | 401 + modules/luci-mod-freifunk/po/ro/freifunk.po | 395 + modules/luci-mod-freifunk/po/ru/freifunk.po | 451 ++ modules/luci-mod-freifunk/po/sk/freifunk.po | 391 + modules/luci-mod-freifunk/po/sv/freifunk.po | 392 + modules/luci-mod-freifunk/po/tr/freifunk.po | 392 + modules/luci-mod-freifunk/po/uk/freifunk.po | 393 + modules/luci-mod-freifunk/po/vi/freifunk.po | 398 + .../luci-mod-freifunk/po/zh-cn/freifunk.po | 403 + .../luci-mod-freifunk/po/zh-tw/freifunk.po | 390 + modules/luci-mod-rpc/Makefile | 15 + .../luci-mod-rpc/luasrc/controller/rpc.lua | 161 + modules/luci-mod-rpc/luasrc/jsonrpc.lua | 83 + .../luci-mod-rpc/luasrc/jsonrpcbind/uci.lua | 83 + network/pentadactyl/.pentadactylrc | 27 + network/samba/smb.conf | 29 + network/update-repos/config | 76 + newpost | 18 + pkg/configuration-1.3.4.gem | Bin 0 -> 11776 bytes protocols/luci-proto-3g/Makefile | 14 + .../model/cbi/admin_network/proto_3g.lua | 147 + protocols/luci-proto-ipv6/Makefile | 14 + .../model/cbi/admin_network/proto_464xlat.lua | 33 + .../model/cbi/admin_network/proto_6in4.lua | 102 + .../model/cbi/admin_network/proto_6rd.lua | 72 + .../model/cbi/admin_network/proto_6to4.lua | 37 + .../model/cbi/admin_network/proto_aiccu.lua | 136 + .../model/cbi/admin_network/proto_dhcpv6.lua | 58 + .../model/cbi/admin_network/proto_dslite.lua | 53 + .../model/cbi/admin_network/proto_hnet.lua | 37 + .../model/cbi/admin_network/proto_map.lua | 88 + .../luasrc/model/network/proto_4x6.lua | 63 + .../luasrc/model/network/proto_6x4.lua | 50 + .../luasrc/model/network/proto_aiccu.lua | 49 + .../luasrc/model/network/proto_dhcpv6.lua | 16 + .../luasrc/model/network/proto_hnet.lua | 16 + protocols/luci-proto-openconnect/Makefile | 14 + .../cbi/admin_network/proto_openconnect.lua | 86 + .../model/network/proto_openconnect.lua | 45 + protocols/luci-proto-ppp/Makefile | 14 + .../model/cbi/admin_network/proto_l2tp.lua | 61 + .../model/cbi/admin_network/proto_ppp.lua | 127 + .../model/cbi/admin_network/proto_pppoa.lua | 133 + .../model/cbi/admin_network/proto_pppoe.lua | 127 + .../model/cbi/admin_network/proto_pptp.lua | 106 + .../luasrc/model/network/proto_ppp.lua | 88 + protocols/luci-proto-relay/Makefile | 14 + .../model/cbi/admin_network/proto_relay.lua | 68 + .../luasrc/model/network/proto_relay.lua | 149 + rab | 20 + samples/a.rb | 11 + samples/b.rb | 11 + samples/c.rb | 11 + samples/d.rb | 14 + samples/e.rb | 12 + samples/f.rb | 11 + shell/bash/.bash_logout | 3 + shell/bash/.bash_profile | 2 + shell/bash/.bashrc | 448 ++ shiny | 3 + shinyapps | 3 + status/i3status/config | 48 + strip | 13 + system/pacman/mirrorlist | 13 + system/pacman/pacman.conf | 71 + test/overwrite_test.rb | 29 + text/vim/.vimrc | 53 + themes/luci-theme-bootstrap/Makefile | 14 + .../htdocs/luci-static/bootstrap/cascade.css | 1950 +++++ .../htdocs/luci-static/bootstrap/favicon.ico | Bin 0 -> 1150 bytes .../htdocs/luci-static/bootstrap/html5.js | 3 + .../htdocs/luci-static/bootstrap/mobile.css | 21 + .../luasrc/view/themes/bootstrap/footer.htm | 30 + .../luasrc/view/themes/bootstrap/header.htm | 204 + .../etc/uci-defaults/luci-theme-bootstrap | 7 + themes/luci-theme-freifunk-generic/Makefile | 14 + .../luci-static/freifunk-generic/bg.jpg | Bin 0 -> 354 bytes .../luci-static/freifunk-generic/cascade.css | 1072 +++ .../luci-static/freifunk-generic/header.jpg | Bin 0 -> 316 bytes .../luci-static/freifunk-generic/ie7.css | 20 + .../luci-static/freifunk-generic/logo.jpg | Bin 0 -> 4722 bytes .../luci-static/freifunk-generic/mobile.css | 59 + .../freifunk-generic/smallscreen.css | 3 + .../view/themes/freifunk-generic/footer.htm | 30 + .../view/themes/freifunk-generic/header.htm | 223 + .../uci-defaults/luci-theme-freifunk-generic | 5 + themes/luci-theme-material/Makefile | 14 + .../htdocs/luci-static/material/css/style.css | 1442 ++++ .../htdocs/luci-static/material/favicon.ico | Bin 0 -> 2462 bytes .../luci-static/material/fonts/font.eot | Bin 0 -> 1912 bytes .../luci-static/material/fonts/font.svg | 16 + .../luci-static/material/fonts/font.ttf | Bin 0 -> 1748 bytes .../luci-static/material/fonts/font.woff | Bin 0 -> 1824 bytes .../luci-static/material/js/jquery.min.js | 6 + .../htdocs/luci-static/material/js/script.js | 354 + .../htdocs/luci-static/material/logo.png | Bin 0 -> 2224 bytes .../luasrc/view/themes/material/footer.htm | 47 + .../luasrc/view/themes/material/header.htm | 232 + .../root/etc/uci-defaults/luci-theme-material | 7 + themes/luci-theme-openwrt/Makefile | 14 + .../luci-static/openwrt.org/cascade.css | 1034 +++ .../htdocs/luci-static/openwrt.org/ie6.css | 77 + .../htdocs/luci-static/openwrt.org/ie7.css | 59 + .../htdocs/luci-static/openwrt.org/ie8.css | 12 + .../htdocs/luci-static/openwrt.org/tabbg.png | Bin 0 -> 152 bytes .../luasrc/view/themes/openwrt.org/footer.htm | 16 + .../luasrc/view/themes/openwrt.org/header.htm | 181 + .../root/etc/uci-defaults/luci-theme-openwrt | 6 + video/mplayer/config | 3 + wireless-restart | 9 + wm/herbstluftwm/autostart | 294 + .../hook-handler/config.d/00-io-in-hlwm-dir | 1 + .../hook-handler/hooks/logout/00-logout | 18 + .../hook-handler/hooks/reload/00-notification | 2 + wm/herbstluftwm/layouts/3-pane | 1 + wm/herbstluftwm/layouts/biggie-smalls | 1 + wm/herbstluftwm/layouts/gimp | 1 + wm/herbstluftwm/layouts/pillar | 1 + wm/herbstluftwm/layouts/pillar-gimp | 1 + wm/herbstluftwm/layouts/visgrid | 1 + wm/i3/config | 255 + wm/screen/.screenrc | 23 + x11/.Xdefaults | 71 + x11/.xbindkeysrc | 180 + 2469 files changed, 516294 insertions(+) create mode 100644 .Renviron create mode 100644 .Rprofile create mode 100644 .bash_aliases create mode 100644 .bashrc create mode 100644 .buildpath create mode 100644 .cproject create mode 100644 .emacs create mode 100644 .gitconfig create mode 100644 .gitignore create mode 100644 .netrc create mode 100644 .project create mode 100644 R.css create mode 100755 Rinst create mode 100644 applications/luci-app-ahcp/Makefile create mode 100644 applications/luci-app-ahcp/luasrc/controller/ahcp.lua create mode 100644 applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua create mode 100644 applications/luci-app-ahcp/luasrc/view/admin_status/index/ahcp.htm create mode 100644 applications/luci-app-ahcp/luasrc/view/ahcp_status.htm create mode 100644 applications/luci-app-ahcp/po/ca/ahcp.po create mode 100644 applications/luci-app-ahcp/po/cs/ahcp.po create mode 100644 applications/luci-app-ahcp/po/de/ahcp.po create mode 100644 applications/luci-app-ahcp/po/el/ahcp.po create mode 100644 applications/luci-app-ahcp/po/en/ahcp.po create mode 100644 applications/luci-app-ahcp/po/es/ahcp.po create mode 100644 applications/luci-app-ahcp/po/fr/ahcp.po create mode 100644 applications/luci-app-ahcp/po/he/ahcp.po create mode 100644 applications/luci-app-ahcp/po/hu/ahcp.po create mode 100644 applications/luci-app-ahcp/po/it/ahcp.po create mode 100644 applications/luci-app-ahcp/po/ja/ahcp.po create mode 100644 applications/luci-app-ahcp/po/ms/ahcp.po create mode 100644 applications/luci-app-ahcp/po/no/ahcp.po create mode 100644 applications/luci-app-ahcp/po/pl/ahcp.po create mode 100644 applications/luci-app-ahcp/po/pt-br/ahcp.po create mode 100644 applications/luci-app-ahcp/po/pt/ahcp.po create mode 100644 applications/luci-app-ahcp/po/ro/ahcp.po create mode 100644 applications/luci-app-ahcp/po/ru/ahcp.po create mode 100644 applications/luci-app-ahcp/po/sk/ahcp.po create mode 100644 applications/luci-app-ahcp/po/sv/ahcp.po create mode 100644 applications/luci-app-ahcp/po/templates/ahcp.pot create mode 100644 applications/luci-app-ahcp/po/tr/ahcp.po create mode 100644 applications/luci-app-ahcp/po/uk/ahcp.po create mode 100644 applications/luci-app-ahcp/po/vi/ahcp.po create mode 100644 applications/luci-app-ahcp/po/zh-cn/ahcp.po create mode 100644 applications/luci-app-ahcp/po/zh-tw/ahcp.po create mode 100755 applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp create mode 100644 applications/luci-app-asterisk/Makefile create mode 100644 applications/luci-app-asterisk/luasrc/asterisk.lua create mode 100644 applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua create mode 100644 applications/luci-app-asterisk/luasrc/controller/asterisk.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-dialplans.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-meetme.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-format.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-func.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk-voice.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplans.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phones.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunks.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail.lua create mode 100644 applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua create mode 100644 applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm create mode 100644 applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm create mode 100644 applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm create mode 100644 applications/luci-app-asterisk/po/ca/asterisk.po create mode 100644 applications/luci-app-asterisk/po/cs/asterisk.po create mode 100644 applications/luci-app-asterisk/po/de/asterisk.po create mode 100644 applications/luci-app-asterisk/po/el/asterisk.po create mode 100644 applications/luci-app-asterisk/po/en/asterisk.po create mode 100644 applications/luci-app-asterisk/po/es/asterisk.po create mode 100644 applications/luci-app-asterisk/po/fr/asterisk.po create mode 100644 applications/luci-app-asterisk/po/he/asterisk.po create mode 100644 applications/luci-app-asterisk/po/hu/asterisk.po create mode 100644 applications/luci-app-asterisk/po/it/asterisk.po create mode 100644 applications/luci-app-asterisk/po/ja/asterisk.po create mode 100644 applications/luci-app-asterisk/po/ms/asterisk.po create mode 100644 applications/luci-app-asterisk/po/no/asterisk.po create mode 100644 applications/luci-app-asterisk/po/pl/asterisk.po create mode 100644 applications/luci-app-asterisk/po/pt-br/asterisk.po create mode 100644 applications/luci-app-asterisk/po/pt/asterisk.po create mode 100644 applications/luci-app-asterisk/po/ro/asterisk.po create mode 100644 applications/luci-app-asterisk/po/ru/asterisk.po create mode 100644 applications/luci-app-asterisk/po/sk/asterisk.po create mode 100644 applications/luci-app-asterisk/po/sv/asterisk.po create mode 100644 applications/luci-app-asterisk/po/templates/asterisk.pot create mode 100644 applications/luci-app-asterisk/po/tr/asterisk.po create mode 100644 applications/luci-app-asterisk/po/uk/asterisk.po create mode 100644 applications/luci-app-asterisk/po/vi/asterisk.po create mode 100644 applications/luci-app-asterisk/po/zh-cn/asterisk.po create mode 100644 applications/luci-app-asterisk/po/zh-tw/asterisk.po create mode 100644 applications/luci-app-asterisk/root/etc/config/asterisk create mode 100755 applications/luci-app-asterisk/root/etc/uci-defaults/luci-asterisk create mode 100644 applications/luci-app-commands/Makefile create mode 100644 applications/luci-app-commands/luasrc/controller/commands.lua create mode 100644 applications/luci-app-commands/luasrc/model/cbi/commands.lua create mode 100644 applications/luci-app-commands/luasrc/view/commands.htm create mode 100644 applications/luci-app-commands/po/ca/commands.po create mode 100644 applications/luci-app-commands/po/cs/commands.po create mode 100644 applications/luci-app-commands/po/de/commands.po create mode 100644 applications/luci-app-commands/po/el/commands.po create mode 100644 applications/luci-app-commands/po/en/commands.po create mode 100644 applications/luci-app-commands/po/es/commands.po create mode 100644 applications/luci-app-commands/po/fr/commands.po create mode 100644 applications/luci-app-commands/po/he/commands.po create mode 100644 applications/luci-app-commands/po/hu/commands.po create mode 100644 applications/luci-app-commands/po/it/commands.po create mode 100644 applications/luci-app-commands/po/ja/commands.po create mode 100644 applications/luci-app-commands/po/ms/commands.po create mode 100644 applications/luci-app-commands/po/no/commands.po create mode 100644 applications/luci-app-commands/po/pl/commands.po create mode 100644 applications/luci-app-commands/po/pt-br/commands.po create mode 100644 applications/luci-app-commands/po/pt/commands.po create mode 100644 applications/luci-app-commands/po/ro/commands.po create mode 100644 applications/luci-app-commands/po/ru/commands.po create mode 100644 applications/luci-app-commands/po/sk/commands.po create mode 100644 applications/luci-app-commands/po/sv/commands.po create mode 100644 applications/luci-app-commands/po/templates/commands.pot create mode 100644 applications/luci-app-commands/po/tr/commands.po create mode 100644 applications/luci-app-commands/po/uk/commands.po create mode 100644 applications/luci-app-commands/po/vi/commands.po create mode 100644 applications/luci-app-commands/po/zh-cn/commands.po create mode 100644 applications/luci-app-commands/po/zh-tw/commands.po create mode 100644 applications/luci-app-coovachilli/Makefile create mode 100644 applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua create mode 100644 applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli.lua create mode 100644 applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_auth.lua create mode 100644 applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_network.lua create mode 100644 applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_radius.lua create mode 100644 applications/luci-app-coovachilli/po/ca/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/cs/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/de/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/el/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/en/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/es/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/fr/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/he/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/hu/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/it/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/ja/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/ms/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/no/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/pl/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/pt-br/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/pt/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/ro/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/ru/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/sk/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/sv/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/templates/coovachilli.pot create mode 100644 applications/luci-app-coovachilli/po/tr/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/uk/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/vi/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/zh-cn/coovachilli.po create mode 100644 applications/luci-app-coovachilli/po/zh-tw/coovachilli.po create mode 100644 applications/luci-app-coovachilli/root/etc/config/coovachilli create mode 100644 applications/luci-app-ddns/Makefile create mode 100644 applications/luci-app-ddns/luasrc/controller/ddns.lua create mode 100644 applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua create mode 100644 applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua create mode 100644 applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua create mode 100644 applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua create mode 100644 applications/luci-app-ddns/luasrc/tools/ddns.lua create mode 100644 applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/global_value.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm create mode 100644 applications/luci-app-ddns/luasrc/view/ddns/system_status.htm create mode 100644 applications/luci-app-ddns/po/ca/ddns.po create mode 100644 applications/luci-app-ddns/po/cs/ddns.po create mode 100644 applications/luci-app-ddns/po/de/ddns.po create mode 100644 applications/luci-app-ddns/po/el/ddns.po create mode 100644 applications/luci-app-ddns/po/en/ddns.po create mode 100644 applications/luci-app-ddns/po/es/ddns.po create mode 100644 applications/luci-app-ddns/po/fr/ddns.po create mode 100644 applications/luci-app-ddns/po/he/ddns.po create mode 100644 applications/luci-app-ddns/po/hu/ddns.po create mode 100644 applications/luci-app-ddns/po/it/ddns.po create mode 100644 applications/luci-app-ddns/po/ja/ddns.po create mode 100644 applications/luci-app-ddns/po/ms/ddns.po create mode 100644 applications/luci-app-ddns/po/no/ddns.po create mode 100644 applications/luci-app-ddns/po/pl/ddns.po create mode 100644 applications/luci-app-ddns/po/pt-br/ddns.po create mode 100644 applications/luci-app-ddns/po/pt/ddns.po create mode 100644 applications/luci-app-ddns/po/ro/ddns.po create mode 100644 applications/luci-app-ddns/po/ru/ddns.po create mode 100644 applications/luci-app-ddns/po/sk/ddns.po create mode 100644 applications/luci-app-ddns/po/sv/ddns.po create mode 100644 applications/luci-app-ddns/po/templates/ddns.pot create mode 100644 applications/luci-app-ddns/po/tr/ddns.po create mode 100644 applications/luci-app-ddns/po/uk/ddns.po create mode 100644 applications/luci-app-ddns/po/vi/ddns.po create mode 100644 applications/luci-app-ddns/po/zh-cn/ddns.po create mode 100644 applications/luci-app-ddns/po/zh-tw/ddns.po create mode 100755 applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns create mode 100644 applications/luci-app-diag-core/Makefile create mode 100644 applications/luci-app-diag-core/luasrc/controller/luci_diag.lua create mode 100644 applications/luci-app-diag-core/luasrc/view/diag/index.htm create mode 100644 applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm create mode 100644 applications/luci-app-diag-core/po/ca/diag_core.po create mode 100644 applications/luci-app-diag-core/po/cs/diag_core.po create mode 100644 applications/luci-app-diag-core/po/de/diag_core.po create mode 100644 applications/luci-app-diag-core/po/el/diag_core.po create mode 100644 applications/luci-app-diag-core/po/en/diag_core.po create mode 100644 applications/luci-app-diag-core/po/es/diag_core.po create mode 100644 applications/luci-app-diag-core/po/fr/diag_core.po create mode 100644 applications/luci-app-diag-core/po/he/diag_core.po create mode 100644 applications/luci-app-diag-core/po/hu/diag_core.po create mode 100644 applications/luci-app-diag-core/po/it/diag_core.po create mode 100644 applications/luci-app-diag-core/po/ja/diag_core.po create mode 100644 applications/luci-app-diag-core/po/ms/diag_core.po create mode 100644 applications/luci-app-diag-core/po/no/diag_core.po create mode 100644 applications/luci-app-diag-core/po/pl/diag_core.po create mode 100644 applications/luci-app-diag-core/po/pt-br/diag_core.po create mode 100644 applications/luci-app-diag-core/po/pt/diag_core.po create mode 100644 applications/luci-app-diag-core/po/ro/diag_core.po create mode 100644 applications/luci-app-diag-core/po/ru/diag_core.po create mode 100644 applications/luci-app-diag-core/po/sk/diag_core.po create mode 100644 applications/luci-app-diag-core/po/sv/diag_core.po create mode 100644 applications/luci-app-diag-core/po/templates/diag_core.pot create mode 100644 applications/luci-app-diag-core/po/tr/diag_core.po create mode 100644 applications/luci-app-diag-core/po/uk/diag_core.po create mode 100644 applications/luci-app-diag-core/po/vi/diag_core.po create mode 100644 applications/luci-app-diag-core/po/zh-cn/diag_core.po create mode 100644 applications/luci-app-diag-core/po/zh-tw/diag_core.po create mode 100644 applications/luci-app-diag-devinfo/Makefile create mode 100644 applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/mactodevinfo.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config_mini.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_mini.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config_mini.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_mini.lua create mode 100644 applications/luci-app-diag-devinfo/luasrc/view/diag/smapsection.htm create mode 100644 applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm create mode 100644 applications/luci-app-diag-devinfo/po/ca/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/cs/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/de/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/el/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/en/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/es/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/fr/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/he/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/hu/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/it/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/ja/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/ms/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/no/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/pl/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/pt-br/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/pt/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/ro/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/ru/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/sk/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/sv/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot create mode 100644 applications/luci-app-diag-devinfo/po/tr/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/uk/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/vi/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/zh-cn/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/po/zh-tw/diag_devinfo.po create mode 100644 applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo create mode 100644 applications/luci-app-dump1090/Makefile create mode 100644 applications/luci-app-dump1090/luasrc/controller/dump1090.lua create mode 100644 applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua create mode 100644 applications/luci-app-dump1090/root/etc/uci-defaults/luci-dump1090 create mode 100644 applications/luci-app-firewall/Makefile create mode 100644 applications/luci-app-firewall/luasrc/controller/firewall.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua create mode 100644 applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua create mode 100644 applications/luci-app-firewall/luasrc/tools/firewall.lua create mode 100644 applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm create mode 100644 applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm create mode 100644 applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm create mode 100644 applications/luci-app-firewall/po/ca/firewall.po create mode 100644 applications/luci-app-firewall/po/cs/firewall.po create mode 100644 applications/luci-app-firewall/po/de/firewall.po create mode 100644 applications/luci-app-firewall/po/el/firewall.po create mode 100644 applications/luci-app-firewall/po/en/firewall.po create mode 100644 applications/luci-app-firewall/po/es/firewall.po create mode 100644 applications/luci-app-firewall/po/fr/firewall.po create mode 100644 applications/luci-app-firewall/po/he/firewall.po create mode 100644 applications/luci-app-firewall/po/hu/firewall.po create mode 100644 applications/luci-app-firewall/po/it/firewall.po create mode 100644 applications/luci-app-firewall/po/ja/firewall.po create mode 100644 applications/luci-app-firewall/po/ms/firewall.po create mode 100644 applications/luci-app-firewall/po/no/firewall.po create mode 100644 applications/luci-app-firewall/po/pl/firewall.po create mode 100644 applications/luci-app-firewall/po/pt-br/firewall.po create mode 100644 applications/luci-app-firewall/po/pt/firewall.po create mode 100644 applications/luci-app-firewall/po/ro/firewall.po create mode 100644 applications/luci-app-firewall/po/ru/firewall.po create mode 100644 applications/luci-app-firewall/po/sk/firewall.po create mode 100644 applications/luci-app-firewall/po/sv/firewall.po create mode 100644 applications/luci-app-firewall/po/templates/firewall.pot create mode 100644 applications/luci-app-firewall/po/tr/firewall.po create mode 100644 applications/luci-app-firewall/po/uk/firewall.po create mode 100644 applications/luci-app-firewall/po/vi/firewall.po create mode 100644 applications/luci-app-firewall/po/zh-cn/firewall.po create mode 100644 applications/luci-app-firewall/po/zh-tw/firewall.po create mode 100644 applications/luci-app-freifunk-diagnostics/Makefile create mode 100644 applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua create mode 100644 applications/luci-app-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm create mode 100644 applications/luci-app-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics create mode 100644 applications/luci-app-freifunk-policyrouting/Makefile create mode 100644 applications/luci-app-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua create mode 100644 applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua create mode 100644 applications/luci-app-freifunk-policyrouting/po/ca/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/cs/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/de/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/el/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/en/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/es/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/fr/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/he/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/hu/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/it/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/ja/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/ms/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/no/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/pl/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/pt-br/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/pt/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/ro/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/ru/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/sk/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/sv/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot create mode 100644 applications/luci-app-freifunk-policyrouting/po/tr/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/uk/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/vi/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/zh-cn/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-policyrouting/po/zh-tw/freifunk-policyrouting.po create mode 100644 applications/luci-app-freifunk-widgets/Makefile create mode 100644 applications/luci-app-freifunk-widgets/luasrc/controller/freifunk/widgets.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua create mode 100644 applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm create mode 100644 applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm create mode 100644 applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm create mode 100644 applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm create mode 100644 applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm create mode 100644 applications/luci-app-freifunk-widgets/root/etc/config/freifunk-widgets create mode 100644 applications/luci-app-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets create mode 100644 applications/luci-app-fwknopd/Makefile create mode 100644 applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua create mode 100644 applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua create mode 100644 applications/luci-app-fwknopd/luasrc/view/fwknopd-qr.htm create mode 100644 applications/luci-app-fwknopd/po/en/fwknopd.po create mode 100644 applications/luci-app-fwknopd/po/templates/fwknopd.pot create mode 100644 applications/luci-app-fwknopd/root/etc/uci-defaults/luci-fwknopd create mode 100644 applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh create mode 100644 applications/luci-app-hd-idle/Makefile create mode 100644 applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua create mode 100644 applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua create mode 100644 applications/luci-app-hd-idle/po/ca/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/cs/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/de/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/el/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/en/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/es/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/fr/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/he/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/hu/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/it/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/ja/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/ms/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/no/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/pl/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/pt-br/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/pt/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/ro/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/ru/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/sk/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/sv/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/templates/hd_idle.pot create mode 100644 applications/luci-app-hd-idle/po/tr/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/uk/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/vi/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/zh-cn/hd_idle.po create mode 100644 applications/luci-app-hd-idle/po/zh-tw/hd_idle.po create mode 100755 applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle create mode 100644 applications/luci-app-ltqtapi/Makefile create mode 100644 applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua create mode 100644 applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua create mode 100644 applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua create mode 100644 applications/luci-app-ltqtapi/luasrc/view/admin_status/index/telephony.htm create mode 100644 applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm create mode 100644 applications/luci-app-meshwizard/Makefile create mode 100644 applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua create mode 100644 applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua create mode 100644 applications/luci-app-meshwizard/po/ca/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/cs/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/de/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/el/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/en/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/es/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/fr/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/he/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/hu/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/it/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/ja/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/ms/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/no/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/pl/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/pt-br/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/pt/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/ro/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/ru/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/sk/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/sv/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/templates/meshwizard.pot create mode 100644 applications/luci-app-meshwizard/po/tr/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/uk/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/vi/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/zh-cn/meshwizard.po create mode 100644 applications/luci-app-meshwizard/po/zh-tw/meshwizard.po create mode 100644 applications/luci-app-meshwizard/root/etc/uci-defaults/meshwizard create mode 100644 applications/luci-app-minidlna/Makefile create mode 100644 applications/luci-app-minidlna/luasrc/controller/minidlna.lua create mode 100644 applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua create mode 100644 applications/luci-app-minidlna/luasrc/view/admin_status/index/minidlna.htm create mode 100644 applications/luci-app-minidlna/luasrc/view/minidlna_status.htm create mode 100644 applications/luci-app-minidlna/po/ca/minidlna.po create mode 100644 applications/luci-app-minidlna/po/cs/minidlna.po create mode 100644 applications/luci-app-minidlna/po/de/minidlna.po create mode 100644 applications/luci-app-minidlna/po/el/minidlna.po create mode 100644 applications/luci-app-minidlna/po/en/minidlna.po create mode 100644 applications/luci-app-minidlna/po/es/minidlna.po create mode 100644 applications/luci-app-minidlna/po/fr/minidlna.po create mode 100644 applications/luci-app-minidlna/po/he/minidlna.po create mode 100644 applications/luci-app-minidlna/po/hu/minidlna.po create mode 100644 applications/luci-app-minidlna/po/it/minidlna.po create mode 100644 applications/luci-app-minidlna/po/ja/minidlna.po create mode 100644 applications/luci-app-minidlna/po/ms/minidlna.po create mode 100644 applications/luci-app-minidlna/po/no/minidlna.po create mode 100644 applications/luci-app-minidlna/po/pl/minidlna.po create mode 100644 applications/luci-app-minidlna/po/pt-br/minidlna.po create mode 100644 applications/luci-app-minidlna/po/pt/minidlna.po create mode 100644 applications/luci-app-minidlna/po/ro/minidlna.po create mode 100644 applications/luci-app-minidlna/po/ru/minidlna.po create mode 100644 applications/luci-app-minidlna/po/sk/minidlna.po create mode 100644 applications/luci-app-minidlna/po/sv/minidlna.po create mode 100644 applications/luci-app-minidlna/po/templates/minidlna.pot create mode 100644 applications/luci-app-minidlna/po/tr/minidlna.po create mode 100644 applications/luci-app-minidlna/po/uk/minidlna.po create mode 100644 applications/luci-app-minidlna/po/vi/minidlna.po create mode 100644 applications/luci-app-minidlna/po/zh-cn/minidlna.po create mode 100644 applications/luci-app-minidlna/po/zh-tw/minidlna.po create mode 100755 applications/luci-app-minidlna/root/etc/uci-defaults/luci-minidlna create mode 100644 applications/luci-app-mjpg-streamer/Makefile create mode 100644 applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua create mode 100644 applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua create mode 100644 applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot create mode 100644 applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po create mode 100755 applications/luci-app-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer create mode 100644 applications/luci-app-mmc-over-gpio/Makefile create mode 100644 applications/luci-app-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua create mode 100644 applications/luci-app-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua create mode 100644 applications/luci-app-mmc-over-gpio/po/ca/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/cs/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/de/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/el/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/en/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/es/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/fr/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/he/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/hu/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/it/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/ja/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/ms/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/no/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/pl/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/pt-br/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/pt/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/ro/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/ru/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/sk/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/sv/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot create mode 100644 applications/luci-app-mmc-over-gpio/po/tr/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/uk/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/vi/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/zh-cn/mmc_over_gpio.po create mode 100644 applications/luci-app-mmc-over-gpio/po/zh-tw/mmc_over_gpio.po create mode 100755 applications/luci-app-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio create mode 100644 applications/luci-app-multiwan/Makefile create mode 100644 applications/luci-app-multiwan/luasrc/controller/multiwan.lua create mode 100644 applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwan.lua create mode 100644 applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua create mode 100644 applications/luci-app-multiwan/luasrc/view/admin_status/index/multiwan.htm create mode 100644 applications/luci-app-multiwan/luasrc/view/multiwan_status.htm create mode 100644 applications/luci-app-multiwan/po/ca/multiwan.po create mode 100644 applications/luci-app-multiwan/po/cs/multiwan.po create mode 100644 applications/luci-app-multiwan/po/de/multiwan.po create mode 100644 applications/luci-app-multiwan/po/el/multiwan.po create mode 100644 applications/luci-app-multiwan/po/en/multiwan.po create mode 100644 applications/luci-app-multiwan/po/es/multiwan.po create mode 100644 applications/luci-app-multiwan/po/fr/multiwan.po create mode 100644 applications/luci-app-multiwan/po/he/multiwan.po create mode 100644 applications/luci-app-multiwan/po/hu/multiwan.po create mode 100644 applications/luci-app-multiwan/po/it/multiwan.po create mode 100644 applications/luci-app-multiwan/po/ja/multiwan.po create mode 100644 applications/luci-app-multiwan/po/ms/multiwan.po create mode 100644 applications/luci-app-multiwan/po/no/multiwan.po create mode 100644 applications/luci-app-multiwan/po/pl/multiwan.po create mode 100644 applications/luci-app-multiwan/po/pt-br/multiwan.po create mode 100644 applications/luci-app-multiwan/po/pt/multiwan.po create mode 100644 applications/luci-app-multiwan/po/ro/multiwan.po create mode 100644 applications/luci-app-multiwan/po/ru/multiwan.po create mode 100644 applications/luci-app-multiwan/po/sk/multiwan.po create mode 100644 applications/luci-app-multiwan/po/sv/multiwan.po create mode 100644 applications/luci-app-multiwan/po/templates/multiwan.pot create mode 100644 applications/luci-app-multiwan/po/tr/multiwan.po create mode 100644 applications/luci-app-multiwan/po/uk/multiwan.po create mode 100644 applications/luci-app-multiwan/po/vi/multiwan.po create mode 100644 applications/luci-app-multiwan/po/zh-cn/multiwan.po create mode 100644 applications/luci-app-multiwan/po/zh-tw/multiwan.po create mode 100644 applications/luci-app-ntpc/Makefile create mode 100644 applications/luci-app-ntpc/luasrc/controller/ntpc.lua create mode 100644 applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua create mode 100644 applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua create mode 100644 applications/luci-app-ntpc/po/ca/ntpc.po create mode 100644 applications/luci-app-ntpc/po/cs/ntpc.po create mode 100644 applications/luci-app-ntpc/po/de/ntpc.po create mode 100644 applications/luci-app-ntpc/po/el/ntpc.po create mode 100644 applications/luci-app-ntpc/po/en/ntpc.po create mode 100644 applications/luci-app-ntpc/po/es/ntpc.po create mode 100644 applications/luci-app-ntpc/po/fr/ntpc.po create mode 100644 applications/luci-app-ntpc/po/he/ntpc.po create mode 100644 applications/luci-app-ntpc/po/hu/ntpc.po create mode 100644 applications/luci-app-ntpc/po/it/ntpc.po create mode 100644 applications/luci-app-ntpc/po/ja/ntpc.po create mode 100644 applications/luci-app-ntpc/po/ms/ntpc.po create mode 100644 applications/luci-app-ntpc/po/no/ntpc.po create mode 100644 applications/luci-app-ntpc/po/pl/ntpc.po create mode 100644 applications/luci-app-ntpc/po/pt-br/ntpc.po create mode 100644 applications/luci-app-ntpc/po/pt/ntpc.po create mode 100644 applications/luci-app-ntpc/po/ro/ntpc.po create mode 100644 applications/luci-app-ntpc/po/ru/ntpc.po create mode 100644 applications/luci-app-ntpc/po/sk/ntpc.po create mode 100644 applications/luci-app-ntpc/po/sv/ntpc.po create mode 100644 applications/luci-app-ntpc/po/templates/ntpc.pot create mode 100644 applications/luci-app-ntpc/po/tr/ntpc.po create mode 100644 applications/luci-app-ntpc/po/uk/ntpc.po create mode 100644 applications/luci-app-ntpc/po/vi/ntpc.po create mode 100644 applications/luci-app-ntpc/po/zh-cn/ntpc.po create mode 100644 applications/luci-app-ntpc/po/zh-tw/ntpc.po create mode 100644 applications/luci-app-ocserv/Makefile create mode 100644 applications/luci-app-ocserv/luasrc/controller/ocserv.lua create mode 100644 applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua create mode 100644 applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua create mode 100644 applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua create mode 100644 applications/luci-app-ocserv/luasrc/view/admin_status/index/ocserv.htm create mode 100644 applications/luci-app-ocserv/luasrc/view/ocserv_status.htm create mode 100644 applications/luci-app-olsr-services/Makefile create mode 100644 applications/luci-app-olsr-services/luasrc/controller/services.lua create mode 100644 applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm create mode 100644 applications/luci-app-olsr-viz/Makefile create mode 100755 applications/luci-app-olsr-viz/htdocs/cgi-bin/olsr-viz.sh create mode 100755 applications/luci-app-olsr-viz/htdocs/cgi-bin/vizdata.sh create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz.js create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_down.gif create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_good.gif create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_ok.gif create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_weak.gif create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-hna-mini.gif create mode 100644 applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-mini.gif create mode 100644 applications/luci-app-olsr-viz/luasrc/controller/olsr-viz.lua create mode 100644 applications/luci-app-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm create mode 100644 applications/luci-app-olsr/Makefile create mode 120000 applications/luci-app-olsr/htdocs/cgi-bin-nodes.html create mode 100644 applications/luci-app-olsr/htdocs/cgi-bin-status.html create mode 100644 applications/luci-app-olsr/luasrc/controller/olsr.lua create mode 100644 applications/luci-app-olsr/luasrc/controller/olsr4.lua create mode 100644 applications/luci-app-olsr/luasrc/controller/olsr6.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua create mode 100644 applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua create mode 100644 applications/luci-app-olsr/luasrc/tools/olsr.lua create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm create mode 100644 applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm create mode 100644 applications/luci-app-olsr/po/ca/olsr.po create mode 100644 applications/luci-app-olsr/po/cs/olsr.po create mode 100644 applications/luci-app-olsr/po/de/olsr.po create mode 100644 applications/luci-app-olsr/po/el/olsr.po create mode 100644 applications/luci-app-olsr/po/en/olsr.po create mode 100644 applications/luci-app-olsr/po/es/olsr.po create mode 100644 applications/luci-app-olsr/po/fr/olsr.po create mode 100644 applications/luci-app-olsr/po/he/olsr.po create mode 100644 applications/luci-app-olsr/po/hu/olsr.po create mode 100644 applications/luci-app-olsr/po/it/olsr.po create mode 100644 applications/luci-app-olsr/po/ja/olsr.po create mode 100644 applications/luci-app-olsr/po/ms/olsr.po create mode 100644 applications/luci-app-olsr/po/no/olsr.po create mode 100644 applications/luci-app-olsr/po/pl/olsr.po create mode 100644 applications/luci-app-olsr/po/pt-br/olsr.po create mode 100644 applications/luci-app-olsr/po/pt/olsr.po create mode 100644 applications/luci-app-olsr/po/ro/olsr.po create mode 100644 applications/luci-app-olsr/po/ru/olsr.po create mode 100644 applications/luci-app-olsr/po/sk/olsr.po create mode 100644 applications/luci-app-olsr/po/sv/olsr.po create mode 100644 applications/luci-app-olsr/po/templates/olsr.pot create mode 100644 applications/luci-app-olsr/po/tr/olsr.po create mode 100644 applications/luci-app-olsr/po/uk/olsr.po create mode 100644 applications/luci-app-olsr/po/vi/olsr.po create mode 100644 applications/luci-app-olsr/po/zh-cn/olsr.po create mode 100644 applications/luci-app-olsr/po/zh-tw/olsr.po create mode 100644 applications/luci-app-olsr/root/etc/config/luci_olsr create mode 100755 applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr create mode 100644 applications/luci-app-openvpn/Makefile create mode 100644 applications/luci-app-openvpn/luasrc/controller/openvpn.lua create mode 100644 applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua create mode 100644 applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua create mode 100644 applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua create mode 100644 applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm create mode 100644 applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm create mode 100644 applications/luci-app-openvpn/po/ca/openvpn.po create mode 100644 applications/luci-app-openvpn/po/cs/openvpn.po create mode 100644 applications/luci-app-openvpn/po/de/openvpn.po create mode 100644 applications/luci-app-openvpn/po/el/openvpn.po create mode 100644 applications/luci-app-openvpn/po/en/openvpn.po create mode 100644 applications/luci-app-openvpn/po/es/openvpn.po create mode 100644 applications/luci-app-openvpn/po/fr/openvpn.po create mode 100644 applications/luci-app-openvpn/po/he/openvpn.po create mode 100644 applications/luci-app-openvpn/po/hu/openvpn.po create mode 100644 applications/luci-app-openvpn/po/it/openvpn.po create mode 100644 applications/luci-app-openvpn/po/ja/openvpn.po create mode 100644 applications/luci-app-openvpn/po/ms/openvpn.po create mode 100644 applications/luci-app-openvpn/po/no/openvpn.po create mode 100644 applications/luci-app-openvpn/po/pl/openvpn.po create mode 100644 applications/luci-app-openvpn/po/pt-br/openvpn.po create mode 100644 applications/luci-app-openvpn/po/pt/openvpn.po create mode 100644 applications/luci-app-openvpn/po/ro/openvpn.po create mode 100644 applications/luci-app-openvpn/po/ru/openvpn.po create mode 100644 applications/luci-app-openvpn/po/sk/openvpn.po create mode 100644 applications/luci-app-openvpn/po/sv/openvpn.po create mode 100644 applications/luci-app-openvpn/po/templates/openvpn.pot create mode 100644 applications/luci-app-openvpn/po/tr/openvpn.po create mode 100644 applications/luci-app-openvpn/po/uk/openvpn.po create mode 100644 applications/luci-app-openvpn/po/vi/openvpn.po create mode 100644 applications/luci-app-openvpn/po/zh-cn/openvpn.po create mode 100644 applications/luci-app-openvpn/po/zh-tw/openvpn.po create mode 100644 applications/luci-app-openvpn/root/etc/config/openvpn_recipes create mode 100644 applications/luci-app-p2pblock/Makefile create mode 100644 applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua create mode 100644 applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua create mode 100644 applications/luci-app-p2pblock/po/ca/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/cs/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/de/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/el/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/en/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/es/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/fr/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/he/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/hu/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/it/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/ja/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/ms/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/no/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/pl/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/pt-br/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/pt/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/ro/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/ru/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/sk/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/sv/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/templates/p2pblock.pot create mode 100644 applications/luci-app-p2pblock/po/tr/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/uk/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/vi/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/zh-cn/p2pblock.po create mode 100644 applications/luci-app-p2pblock/po/zh-tw/p2pblock.po create mode 100755 applications/luci-app-p2pblock/root/etc/uci-defaults/luci-p2pblock create mode 100644 applications/luci-app-p910nd/Makefile create mode 100644 applications/luci-app-p910nd/luasrc/controller/p910nd.lua create mode 100644 applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua create mode 100644 applications/luci-app-p910nd/po/ca/p910nd.po create mode 100644 applications/luci-app-p910nd/po/cs/p910nd.po create mode 100644 applications/luci-app-p910nd/po/de/p910nd.po create mode 100644 applications/luci-app-p910nd/po/el/p910nd.po create mode 100644 applications/luci-app-p910nd/po/en/p910nd.po create mode 100644 applications/luci-app-p910nd/po/es/p910nd.po create mode 100644 applications/luci-app-p910nd/po/fr/p910nd.po create mode 100644 applications/luci-app-p910nd/po/he/p910nd.po create mode 100644 applications/luci-app-p910nd/po/hu/p910nd.po create mode 100644 applications/luci-app-p910nd/po/it/p910nd.po create mode 100644 applications/luci-app-p910nd/po/ja/p910nd.po create mode 100644 applications/luci-app-p910nd/po/ms/p910nd.po create mode 100644 applications/luci-app-p910nd/po/no/p910nd.po create mode 100644 applications/luci-app-p910nd/po/pl/p910nd.po create mode 100644 applications/luci-app-p910nd/po/pt-br/p910nd.po create mode 100644 applications/luci-app-p910nd/po/pt/p910nd.po create mode 100644 applications/luci-app-p910nd/po/ro/p910nd.po create mode 100644 applications/luci-app-p910nd/po/ru/p910nd.po create mode 100644 applications/luci-app-p910nd/po/sk/p910nd.po create mode 100644 applications/luci-app-p910nd/po/sv/p910nd.po create mode 100644 applications/luci-app-p910nd/po/templates/p910nd.pot create mode 100644 applications/luci-app-p910nd/po/tr/p910nd.po create mode 100644 applications/luci-app-p910nd/po/uk/p910nd.po create mode 100644 applications/luci-app-p910nd/po/vi/p910nd.po create mode 100644 applications/luci-app-p910nd/po/zh-cn/p910nd.po create mode 100644 applications/luci-app-p910nd/po/zh-tw/p910nd.po create mode 100755 applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd create mode 100644 applications/luci-app-pbx-voicemail/COPYING create mode 100644 applications/luci-app-pbx-voicemail/Makefile create mode 100644 applications/luci-app-pbx-voicemail/luasrc/controller/pbx-voicemail.lua create mode 100644 applications/luci-app-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua create mode 100644 applications/luci-app-pbx-voicemail/po/ca/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/cs/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/de/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/el/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/en/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/es/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/fr/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/he/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/hu/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/it/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/ja/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/ms/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/no/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/pl/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/pt-br/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/pt/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/ro/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/ru/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/sk/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/sv/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot create mode 100644 applications/luci-app-pbx-voicemail/po/tr/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/uk/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/vi/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/zh-cn/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/po/zh-tw/pbx-voicemail.po create mode 100644 applications/luci-app-pbx-voicemail/root/etc/config/pbx-voicemail create mode 100755 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting create mode 100644 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE create mode 100644 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE create mode 100644 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE create mode 100644 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE create mode 100755 applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail create mode 100644 applications/luci-app-pbx/COPYING create mode 100644 applications/luci-app-pbx/CREDITS-SOUNDS create mode 100644 applications/luci-app-pbx/LICENSE-SOUNDS create mode 100644 applications/luci-app-pbx/Makefile create mode 100644 applications/luci-app-pbx/luasrc/controller/pbx.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx-advanced.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx-calls.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx-google.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx-users.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx-voip.lua create mode 100644 applications/luci-app-pbx/luasrc/model/cbi/pbx.lua create mode 100644 applications/luci-app-pbx/po/ca/pbx.po create mode 100644 applications/luci-app-pbx/po/cs/pbx.po create mode 100644 applications/luci-app-pbx/po/de/pbx.po create mode 100644 applications/luci-app-pbx/po/el/pbx.po create mode 100644 applications/luci-app-pbx/po/en/pbx.po create mode 100644 applications/luci-app-pbx/po/es/pbx.po create mode 100644 applications/luci-app-pbx/po/fr/pbx.po create mode 100644 applications/luci-app-pbx/po/he/pbx.po create mode 100644 applications/luci-app-pbx/po/hu/pbx.po create mode 100644 applications/luci-app-pbx/po/it/pbx.po create mode 100644 applications/luci-app-pbx/po/ja/pbx.po create mode 100644 applications/luci-app-pbx/po/ms/pbx.po create mode 100644 applications/luci-app-pbx/po/no/pbx.po create mode 100644 applications/luci-app-pbx/po/pl/pbx.po create mode 100644 applications/luci-app-pbx/po/pt-br/pbx.po create mode 100644 applications/luci-app-pbx/po/pt/pbx.po create mode 100644 applications/luci-app-pbx/po/ro/pbx.po create mode 100644 applications/luci-app-pbx/po/ru/pbx.po create mode 100644 applications/luci-app-pbx/po/sk/pbx.po create mode 100644 applications/luci-app-pbx/po/sv/pbx.po create mode 100644 applications/luci-app-pbx/po/templates/pbx.pot create mode 100644 applications/luci-app-pbx/po/tr/pbx.po create mode 100644 applications/luci-app-pbx/po/uk/pbx.po create mode 100644 applications/luci-app-pbx/po/vi/pbx.po create mode 100644 applications/luci-app-pbx/po/zh-cn/pbx.po create mode 100644 applications/luci-app-pbx/po/zh-tw/pbx.po create mode 100644 applications/luci-app-pbx/root/etc/config/pbx create mode 100644 applications/luci-app-pbx/root/etc/config/pbx-advanced create mode 100644 applications/luci-app-pbx/root/etc/config/pbx-calls create mode 100644 applications/luci-app-pbx/root/etc/config/pbx-google create mode 100644 applications/luci-app-pbx/root/etc/config/pbx-users create mode 100644 applications/luci-app-pbx/root/etc/config/pbx-voip create mode 100755 applications/luci-app-pbx/root/etc/init.d/pbx-asterisk create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE create mode 100755 applications/luci-app-pbx/root/etc/pbx-asterisk/delayedcallback create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-pass.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/beep.gsm create mode 100644 applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm create mode 100644 applications/luci-app-polipo/Makefile create mode 100644 applications/luci-app-polipo/luasrc/controller/polipo.lua create mode 100644 applications/luci-app-polipo/luasrc/model/cbi/polipo.lua create mode 100644 applications/luci-app-polipo/luasrc/view/polipo_status.htm create mode 100644 applications/luci-app-polipo/po/ca/polipo.po create mode 100644 applications/luci-app-polipo/po/cs/polipo.po create mode 100644 applications/luci-app-polipo/po/de/polipo.po create mode 100644 applications/luci-app-polipo/po/el/polipo.po create mode 100644 applications/luci-app-polipo/po/en/polipo.po create mode 100644 applications/luci-app-polipo/po/es/polipo.po create mode 100644 applications/luci-app-polipo/po/fr/polipo.po create mode 100644 applications/luci-app-polipo/po/he/polipo.po create mode 100644 applications/luci-app-polipo/po/hu/polipo.po create mode 100644 applications/luci-app-polipo/po/it/polipo.po create mode 100644 applications/luci-app-polipo/po/ja/polipo.po create mode 100644 applications/luci-app-polipo/po/ms/polipo.po create mode 100644 applications/luci-app-polipo/po/no/polipo.po create mode 100644 applications/luci-app-polipo/po/pl/polipo.po create mode 100644 applications/luci-app-polipo/po/pt-br/polipo.po create mode 100644 applications/luci-app-polipo/po/pt/polipo.po create mode 100644 applications/luci-app-polipo/po/ro/polipo.po create mode 100644 applications/luci-app-polipo/po/ru/polipo.po create mode 100644 applications/luci-app-polipo/po/sk/polipo.po create mode 100644 applications/luci-app-polipo/po/sv/polipo.po create mode 100644 applications/luci-app-polipo/po/templates/polipo.pot create mode 100644 applications/luci-app-polipo/po/tr/polipo.po create mode 100644 applications/luci-app-polipo/po/uk/polipo.po create mode 100644 applications/luci-app-polipo/po/vi/polipo.po create mode 100644 applications/luci-app-polipo/po/zh-cn/polipo.po create mode 100644 applications/luci-app-polipo/po/zh-tw/polipo.po create mode 100755 applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo create mode 100755 applications/luci-app-polipo/root/usr/sbin/polipo_purge create mode 100644 applications/luci-app-privoxy/Makefile create mode 100644 applications/luci-app-privoxy/luasrc/controller/privoxy.lua create mode 100644 applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua create mode 100644 applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm create mode 100644 applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm create mode 100644 applications/luci-app-privoxy/po/de/privoxy.po create mode 100644 applications/luci-app-privoxy/po/templates/privoxy.pot create mode 100644 applications/luci-app-privoxy/po/zh-cn/privoxy.po create mode 100755 applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy create mode 100644 applications/luci-app-qos/Makefile create mode 100644 applications/luci-app-qos/luasrc/controller/qos.lua create mode 100644 applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua create mode 100644 applications/luci-app-qos/po/ca/qos.po create mode 100644 applications/luci-app-qos/po/cs/qos.po create mode 100644 applications/luci-app-qos/po/de/qos.po create mode 100644 applications/luci-app-qos/po/el/qos.po create mode 100644 applications/luci-app-qos/po/en/qos.po create mode 100644 applications/luci-app-qos/po/es/qos.po create mode 100644 applications/luci-app-qos/po/fr/qos.po create mode 100644 applications/luci-app-qos/po/he/qos.po create mode 100644 applications/luci-app-qos/po/hu/qos.po create mode 100644 applications/luci-app-qos/po/it/qos.po create mode 100644 applications/luci-app-qos/po/ja/qos.po create mode 100644 applications/luci-app-qos/po/ms/qos.po create mode 100644 applications/luci-app-qos/po/no/qos.po create mode 100644 applications/luci-app-qos/po/pl/qos.po create mode 100644 applications/luci-app-qos/po/pt-br/qos.po create mode 100644 applications/luci-app-qos/po/pt/qos.po create mode 100644 applications/luci-app-qos/po/ro/qos.po create mode 100644 applications/luci-app-qos/po/ru/qos.po create mode 100644 applications/luci-app-qos/po/sk/qos.po create mode 100644 applications/luci-app-qos/po/sv/qos.po create mode 100644 applications/luci-app-qos/po/templates/qos.pot create mode 100644 applications/luci-app-qos/po/tr/qos.po create mode 100644 applications/luci-app-qos/po/uk/qos.po create mode 100644 applications/luci-app-qos/po/vi/qos.po create mode 100644 applications/luci-app-qos/po/zh-cn/qos.po create mode 100644 applications/luci-app-qos/po/zh-tw/qos.po create mode 100644 applications/luci-app-radicale/Makefile create mode 100644 applications/luci-app-radicale/luasrc/controller/radicale.lua create mode 100644 applications/luci-app-radicale/luasrc/model/cbi/radicale.lua create mode 100644 applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm create mode 100644 applications/luci-app-radicale/luasrc/view/radicale/ro_value.htm create mode 100644 applications/luci-app-radicale/po/de/radicale.po create mode 100644 applications/luci-app-radicale/po/templates/radicale.pot create mode 100755 applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale create mode 100644 applications/luci-app-radvd/Makefile create mode 100644 applications/luci-app-radvd/luasrc/controller/radvd.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua create mode 100644 applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua create mode 100644 applications/luci-app-radvd/po/ca/radvd.po create mode 100644 applications/luci-app-radvd/po/cs/radvd.po create mode 100644 applications/luci-app-radvd/po/de/radvd.po create mode 100644 applications/luci-app-radvd/po/el/radvd.po create mode 100644 applications/luci-app-radvd/po/en/radvd.po create mode 100644 applications/luci-app-radvd/po/es/radvd.po create mode 100644 applications/luci-app-radvd/po/fr/radvd.po create mode 100644 applications/luci-app-radvd/po/he/radvd.po create mode 100644 applications/luci-app-radvd/po/hu/radvd.po create mode 100644 applications/luci-app-radvd/po/it/radvd.po create mode 100644 applications/luci-app-radvd/po/ja/radvd.po create mode 100644 applications/luci-app-radvd/po/ms/radvd.po create mode 100644 applications/luci-app-radvd/po/no/radvd.po create mode 100644 applications/luci-app-radvd/po/pl/radvd.po create mode 100644 applications/luci-app-radvd/po/pt-br/radvd.po create mode 100644 applications/luci-app-radvd/po/pt/radvd.po create mode 100644 applications/luci-app-radvd/po/ro/radvd.po create mode 100644 applications/luci-app-radvd/po/ru/radvd.po create mode 100644 applications/luci-app-radvd/po/sk/radvd.po create mode 100644 applications/luci-app-radvd/po/sv/radvd.po create mode 100644 applications/luci-app-radvd/po/templates/radvd.pot create mode 100644 applications/luci-app-radvd/po/tr/radvd.po create mode 100644 applications/luci-app-radvd/po/uk/radvd.po create mode 100644 applications/luci-app-radvd/po/vi/radvd.po create mode 100644 applications/luci-app-radvd/po/zh-cn/radvd.po create mode 100644 applications/luci-app-radvd/po/zh-tw/radvd.po create mode 100755 applications/luci-app-radvd/root/etc/uci-defaults/luci-radvd create mode 100644 applications/luci-app-samba/Makefile create mode 100644 applications/luci-app-samba/luasrc/controller/samba.lua create mode 100644 applications/luci-app-samba/luasrc/model/cbi/samba.lua create mode 100644 applications/luci-app-samba/po/ca/samba.po create mode 100644 applications/luci-app-samba/po/cs/samba.po create mode 100644 applications/luci-app-samba/po/de/samba.po create mode 100644 applications/luci-app-samba/po/el/samba.po create mode 100644 applications/luci-app-samba/po/en/samba.po create mode 100644 applications/luci-app-samba/po/es/samba.po create mode 100644 applications/luci-app-samba/po/fr/samba.po create mode 100644 applications/luci-app-samba/po/he/samba.po create mode 100644 applications/luci-app-samba/po/hu/samba.po create mode 100644 applications/luci-app-samba/po/it/samba.po create mode 100644 applications/luci-app-samba/po/ja/samba.po create mode 100644 applications/luci-app-samba/po/ms/samba.po create mode 100644 applications/luci-app-samba/po/no/samba.po create mode 100644 applications/luci-app-samba/po/pl/samba.po create mode 100644 applications/luci-app-samba/po/pt-br/samba.po create mode 100644 applications/luci-app-samba/po/pt/samba.po create mode 100644 applications/luci-app-samba/po/ro/samba.po create mode 100644 applications/luci-app-samba/po/ru/samba.po create mode 100644 applications/luci-app-samba/po/sk/samba.po create mode 100644 applications/luci-app-samba/po/sv/samba.po create mode 100644 applications/luci-app-samba/po/templates/samba.pot create mode 100644 applications/luci-app-samba/po/tr/samba.po create mode 100644 applications/luci-app-samba/po/uk/samba.po create mode 100644 applications/luci-app-samba/po/vi/samba.po create mode 100644 applications/luci-app-samba/po/zh-cn/samba.po create mode 100644 applications/luci-app-samba/po/zh-tw/samba.po create mode 100644 applications/luci-app-shadowsocks-libev/Makefile create mode 100644 applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua create mode 100644 applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev.lua create mode 100644 applications/luci-app-shadowsocks-libev/po/templates/shadowsocks-libev.pot create mode 100644 applications/luci-app-shadowsocks-libev/po/zh-cn/shadowsocks-libev.po create mode 100644 applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/luci-shadowsocks-libev create mode 100644 applications/luci-app-shairplay/Makefile create mode 100644 applications/luci-app-shairplay/luasrc/controller/shairplay.lua create mode 100644 applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua create mode 100644 applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay create mode 100644 applications/luci-app-shairport/Makefile create mode 100644 applications/luci-app-shairport/luasrc/controller/shairport.lua create mode 100644 applications/luci-app-shairport/luasrc/model/cbi/shairport.lua create mode 100644 applications/luci-app-shairport/root/etc/uci-defaults/luci-shairport create mode 100644 applications/luci-app-siitwizard/Makefile create mode 100644 applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua create mode 100644 applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua create mode 100644 applications/luci-app-siitwizard/root/etc/config/siit create mode 100644 applications/luci-app-splash/Makefile create mode 100644 applications/luci-app-splash/README create mode 100755 applications/luci-app-splash/htdocs/cgi-bin/splash/splash.sh create mode 100644 applications/luci-app-splash/htdocs/luci/splash/index.html create mode 100644 applications/luci-app-splash/luasrc/controller/splash/splash.lua create mode 100644 applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua create mode 100644 applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua create mode 100644 applications/luci-app-splash/luasrc/view/admin_status/splash.htm create mode 100644 applications/luci-app-splash/luasrc/view/splash/blocked.htm create mode 100644 applications/luci-app-splash/luasrc/view/splash/splash.htm create mode 100644 applications/luci-app-splash/luasrc/view/splash_splash/index.htm create mode 100644 applications/luci-app-splash/luasrc/view/splash_splash/splash.htm create mode 100644 applications/luci-app-splash/po/ca/splash.po create mode 100644 applications/luci-app-splash/po/cs/splash.po create mode 100644 applications/luci-app-splash/po/de/splash.po create mode 100644 applications/luci-app-splash/po/el/splash.po create mode 100644 applications/luci-app-splash/po/en/splash.po create mode 100644 applications/luci-app-splash/po/es/splash.po create mode 100644 applications/luci-app-splash/po/fr/splash.po create mode 100644 applications/luci-app-splash/po/he/splash.po create mode 100644 applications/luci-app-splash/po/hu/splash.po create mode 100644 applications/luci-app-splash/po/it/splash.po create mode 100644 applications/luci-app-splash/po/ja/splash.po create mode 100644 applications/luci-app-splash/po/ms/splash.po create mode 100644 applications/luci-app-splash/po/no/splash.po create mode 100644 applications/luci-app-splash/po/pl/splash.po create mode 100644 applications/luci-app-splash/po/pt-br/splash.po create mode 100644 applications/luci-app-splash/po/pt/splash.po create mode 100644 applications/luci-app-splash/po/ro/splash.po create mode 100644 applications/luci-app-splash/po/ru/splash.po create mode 100644 applications/luci-app-splash/po/sk/splash.po create mode 100644 applications/luci-app-splash/po/sv/splash.po create mode 100644 applications/luci-app-splash/po/templates/splash.pot create mode 100644 applications/luci-app-splash/po/tr/splash.po create mode 100644 applications/luci-app-splash/po/uk/splash.po create mode 100644 applications/luci-app-splash/po/vi/splash.po create mode 100644 applications/luci-app-splash/po/zh-cn/splash.po create mode 100644 applications/luci-app-splash/po/zh-tw/splash.po create mode 100644 applications/luci-app-splash/root/etc/config/luci_splash create mode 100644 applications/luci-app-splash/root/etc/config/luci_splash_leases create mode 100644 applications/luci-app-splash/root/etc/hotplug.d/iface/25-splash create mode 100755 applications/luci-app-splash/root/etc/init.d/luci_splash create mode 100755 applications/luci-app-splash/root/usr/sbin/luci-splash create mode 100644 applications/luci-app-statistics/Makefile create mode 100644 applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua create mode 100644 applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/datatree.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/i18n.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua create mode 100644 applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua create mode 100644 applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm create mode 100644 applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm create mode 100644 applications/luci-app-statistics/po/ca/rrdtool.po create mode 100644 applications/luci-app-statistics/po/ca/statistics.po create mode 100644 applications/luci-app-statistics/po/cs/rrdtool.po create mode 100644 applications/luci-app-statistics/po/cs/statistics.po create mode 100644 applications/luci-app-statistics/po/de/rrdtool.po create mode 100644 applications/luci-app-statistics/po/de/statistics.po create mode 100644 applications/luci-app-statistics/po/el/rrdtool.po create mode 100644 applications/luci-app-statistics/po/el/statistics.po create mode 100644 applications/luci-app-statistics/po/en/rrdtool.po create mode 100644 applications/luci-app-statistics/po/en/statistics.po create mode 100644 applications/luci-app-statistics/po/es/rrdtool.po create mode 100644 applications/luci-app-statistics/po/es/statistics.po create mode 100644 applications/luci-app-statistics/po/fr/rrdtool.po create mode 100644 applications/luci-app-statistics/po/fr/statistics.po create mode 100644 applications/luci-app-statistics/po/he/rrdtool.po create mode 100644 applications/luci-app-statistics/po/he/statistics.po create mode 100644 applications/luci-app-statistics/po/hu/rrdtool.po create mode 100644 applications/luci-app-statistics/po/hu/statistics.po create mode 100644 applications/luci-app-statistics/po/it/rrdtool.po create mode 100644 applications/luci-app-statistics/po/it/statistics.po create mode 100644 applications/luci-app-statistics/po/ja/rrdtool.po create mode 100644 applications/luci-app-statistics/po/ja/statistics.po create mode 100644 applications/luci-app-statistics/po/ms/rrdtool.po create mode 100644 applications/luci-app-statistics/po/ms/statistics.po create mode 100644 applications/luci-app-statistics/po/no/rrdtool.po create mode 100644 applications/luci-app-statistics/po/no/statistics.po create mode 100644 applications/luci-app-statistics/po/pl/rrdtool.po create mode 100644 applications/luci-app-statistics/po/pl/statistics.po create mode 100644 applications/luci-app-statistics/po/pt-br/rrdtool.po create mode 100644 applications/luci-app-statistics/po/pt-br/statistics.po create mode 100644 applications/luci-app-statistics/po/pt/rrdtool.po create mode 100644 applications/luci-app-statistics/po/pt/statistics.po create mode 100644 applications/luci-app-statistics/po/ro/rrdtool.po create mode 100644 applications/luci-app-statistics/po/ro/statistics.po create mode 100644 applications/luci-app-statistics/po/ru/rrdtool.po create mode 100644 applications/luci-app-statistics/po/ru/statistics.po create mode 100644 applications/luci-app-statistics/po/sk/rrdtool.po create mode 100644 applications/luci-app-statistics/po/sk/statistics.po create mode 100644 applications/luci-app-statistics/po/sv/rrdtool.po create mode 100644 applications/luci-app-statistics/po/sv/statistics.po create mode 100644 applications/luci-app-statistics/po/templates/rrdtool.pot create mode 100644 applications/luci-app-statistics/po/templates/statistics.pot create mode 100644 applications/luci-app-statistics/po/tr/rrdtool.po create mode 100644 applications/luci-app-statistics/po/tr/statistics.po create mode 100644 applications/luci-app-statistics/po/uk/rrdtool.po create mode 100644 applications/luci-app-statistics/po/uk/statistics.po create mode 100644 applications/luci-app-statistics/po/vi/rrdtool.po create mode 100644 applications/luci-app-statistics/po/vi/statistics.po create mode 100644 applications/luci-app-statistics/po/zh-cn/rrdtool.po create mode 100644 applications/luci-app-statistics/po/zh-cn/statistics.po create mode 100644 applications/luci-app-statistics/po/zh-tw/rrdtool.po create mode 100644 applications/luci-app-statistics/po/zh-tw/statistics.po create mode 100644 applications/luci-app-statistics/root/etc/config/luci_statistics create mode 100755 applications/luci-app-statistics/root/etc/init.d/luci_statistics create mode 100755 applications/luci-app-statistics/root/etc/uci-defaults/luci-statistics create mode 100755 applications/luci-app-statistics/root/usr/bin/stat-genconfig create mode 100644 applications/luci-app-tinyproxy/Makefile create mode 100644 applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua create mode 100644 applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua create mode 100644 applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm create mode 100644 applications/luci-app-tinyproxy/po/ca/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/cs/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/de/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/el/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/en/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/es/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/fr/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/he/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/hu/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/it/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/ja/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/ms/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/no/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/pl/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/pt-br/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/pt/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/ro/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/ru/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/sk/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/sv/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/templates/tinyproxy.pot create mode 100644 applications/luci-app-tinyproxy/po/tr/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/uk/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/vi/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/zh-cn/tinyproxy.po create mode 100644 applications/luci-app-tinyproxy/po/zh-tw/tinyproxy.po create mode 100644 applications/luci-app-transmission/Makefile create mode 100644 applications/luci-app-transmission/luasrc/controller/transmission.lua create mode 100644 applications/luci-app-transmission/luasrc/model/cbi/transmission.lua create mode 100644 applications/luci-app-transmission/po/ca/transmission.po create mode 100644 applications/luci-app-transmission/po/cs/transmission.po create mode 100644 applications/luci-app-transmission/po/de/transmission.po create mode 100644 applications/luci-app-transmission/po/el/transmission.po create mode 100644 applications/luci-app-transmission/po/en/transmission.po create mode 100644 applications/luci-app-transmission/po/es/transmission.po create mode 100644 applications/luci-app-transmission/po/fr/transmission.po create mode 100644 applications/luci-app-transmission/po/he/transmission.po create mode 100644 applications/luci-app-transmission/po/hu/transmission.po create mode 100644 applications/luci-app-transmission/po/it/transmission.po create mode 100644 applications/luci-app-transmission/po/ja/transmission.po create mode 100644 applications/luci-app-transmission/po/ms/transmission.po create mode 100644 applications/luci-app-transmission/po/no/transmission.po create mode 100644 applications/luci-app-transmission/po/pl/transmission.po create mode 100644 applications/luci-app-transmission/po/pt-br/transmission.po create mode 100644 applications/luci-app-transmission/po/pt/transmission.po create mode 100644 applications/luci-app-transmission/po/ro/transmission.po create mode 100644 applications/luci-app-transmission/po/ru/transmission.po create mode 100644 applications/luci-app-transmission/po/sk/transmission.po create mode 100644 applications/luci-app-transmission/po/sv/transmission.po create mode 100644 applications/luci-app-transmission/po/templates/transmission.pot create mode 100644 applications/luci-app-transmission/po/tr/transmission.po create mode 100644 applications/luci-app-transmission/po/uk/transmission.po create mode 100644 applications/luci-app-transmission/po/vi/transmission.po create mode 100644 applications/luci-app-transmission/po/zh-cn/transmission.po create mode 100644 applications/luci-app-transmission/po/zh-tw/transmission.po create mode 100644 applications/luci-app-transmission/root/etc/uci-defaults/luci-transmission create mode 100644 applications/luci-app-udpxy/Makefile create mode 100644 applications/luci-app-udpxy/luasrc/controller/udpxy.lua create mode 100644 applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua create mode 100644 applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy create mode 100644 applications/luci-app-upnp/Makefile create mode 100644 applications/luci-app-upnp/luasrc/controller/upnp.lua create mode 100644 applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua create mode 100644 applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm create mode 100644 applications/luci-app-upnp/luasrc/view/upnp_status.htm create mode 100644 applications/luci-app-upnp/po/ca/upnp.po create mode 100644 applications/luci-app-upnp/po/cs/upnp.po create mode 100644 applications/luci-app-upnp/po/de/upnp.po create mode 100644 applications/luci-app-upnp/po/el/upnp.po create mode 100644 applications/luci-app-upnp/po/en/upnp.po create mode 100644 applications/luci-app-upnp/po/es/upnp.po create mode 100644 applications/luci-app-upnp/po/fr/upnp.po create mode 100644 applications/luci-app-upnp/po/he/upnp.po create mode 100644 applications/luci-app-upnp/po/hu/upnp.po create mode 100644 applications/luci-app-upnp/po/it/upnp.po create mode 100644 applications/luci-app-upnp/po/ja/upnp.po create mode 100644 applications/luci-app-upnp/po/ms/upnp.po create mode 100644 applications/luci-app-upnp/po/no/upnp.po create mode 100644 applications/luci-app-upnp/po/pl/upnp.po create mode 100644 applications/luci-app-upnp/po/pt-br/upnp.po create mode 100644 applications/luci-app-upnp/po/pt/upnp.po create mode 100644 applications/luci-app-upnp/po/ro/upnp.po create mode 100644 applications/luci-app-upnp/po/ru/upnp.po create mode 100644 applications/luci-app-upnp/po/sk/upnp.po create mode 100644 applications/luci-app-upnp/po/sv/upnp.po create mode 100644 applications/luci-app-upnp/po/templates/upnp.pot create mode 100644 applications/luci-app-upnp/po/tr/upnp.po create mode 100644 applications/luci-app-upnp/po/uk/upnp.po create mode 100644 applications/luci-app-upnp/po/vi/upnp.po create mode 100644 applications/luci-app-upnp/po/zh-cn/upnp.po create mode 100644 applications/luci-app-upnp/po/zh-tw/upnp.po create mode 100644 applications/luci-app-ushare/Makefile create mode 100644 applications/luci-app-ushare/luasrc/controller/ushare.lua create mode 100644 applications/luci-app-ushare/luasrc/model/cbi/ushare.lua create mode 100644 applications/luci-app-ushare/po/ca/ushare.po create mode 100644 applications/luci-app-ushare/po/cs/ushare.po create mode 100644 applications/luci-app-ushare/po/de/ushare.po create mode 100644 applications/luci-app-ushare/po/el/ushare.po create mode 100644 applications/luci-app-ushare/po/en/ushare.po create mode 100644 applications/luci-app-ushare/po/es/ushare.po create mode 100644 applications/luci-app-ushare/po/fr/ushare.po create mode 100644 applications/luci-app-ushare/po/he/ushare.po create mode 100644 applications/luci-app-ushare/po/hu/ushare.po create mode 100644 applications/luci-app-ushare/po/it/ushare.po create mode 100644 applications/luci-app-ushare/po/ja/ushare.po create mode 100644 applications/luci-app-ushare/po/ms/ushare.po create mode 100644 applications/luci-app-ushare/po/no/ushare.po create mode 100644 applications/luci-app-ushare/po/pl/ushare.po create mode 100644 applications/luci-app-ushare/po/pt-br/ushare.po create mode 100644 applications/luci-app-ushare/po/pt/ushare.po create mode 100644 applications/luci-app-ushare/po/ro/ushare.po create mode 100644 applications/luci-app-ushare/po/ru/ushare.po create mode 100644 applications/luci-app-ushare/po/sk/ushare.po create mode 100644 applications/luci-app-ushare/po/sv/ushare.po create mode 100644 applications/luci-app-ushare/po/templates/ushare.pot create mode 100644 applications/luci-app-ushare/po/tr/ushare.po create mode 100644 applications/luci-app-ushare/po/uk/ushare.po create mode 100644 applications/luci-app-ushare/po/vi/ushare.po create mode 100644 applications/luci-app-ushare/po/zh-cn/ushare.po create mode 100644 applications/luci-app-ushare/po/zh-tw/ushare.po create mode 100755 applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare create mode 100644 applications/luci-app-vnstat/Makefile create mode 100644 applications/luci-app-vnstat/luasrc/controller/vnstat.lua create mode 100644 applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua create mode 100644 applications/luci-app-vnstat/luasrc/view/vnstat.htm create mode 100644 applications/luci-app-vnstat/po/ca/vnstat.po create mode 100644 applications/luci-app-vnstat/po/cs/vnstat.po create mode 100644 applications/luci-app-vnstat/po/de/vnstat.po create mode 100644 applications/luci-app-vnstat/po/el/vnstat.po create mode 100644 applications/luci-app-vnstat/po/en/vnstat.po create mode 100644 applications/luci-app-vnstat/po/es/vnstat.po create mode 100644 applications/luci-app-vnstat/po/fr/vnstat.po create mode 100644 applications/luci-app-vnstat/po/he/vnstat.po create mode 100644 applications/luci-app-vnstat/po/hu/vnstat.po create mode 100644 applications/luci-app-vnstat/po/it/vnstat.po create mode 100644 applications/luci-app-vnstat/po/ja/vnstat.po create mode 100644 applications/luci-app-vnstat/po/ms/vnstat.po create mode 100644 applications/luci-app-vnstat/po/no/vnstat.po create mode 100644 applications/luci-app-vnstat/po/pl/vnstat.po create mode 100644 applications/luci-app-vnstat/po/pt-br/vnstat.po create mode 100644 applications/luci-app-vnstat/po/pt/vnstat.po create mode 100644 applications/luci-app-vnstat/po/ro/vnstat.po create mode 100644 applications/luci-app-vnstat/po/ru/vnstat.po create mode 100644 applications/luci-app-vnstat/po/sk/vnstat.po create mode 100644 applications/luci-app-vnstat/po/sv/vnstat.po create mode 100644 applications/luci-app-vnstat/po/templates/vnstat.pot create mode 100644 applications/luci-app-vnstat/po/tr/vnstat.po create mode 100644 applications/luci-app-vnstat/po/uk/vnstat.po create mode 100644 applications/luci-app-vnstat/po/vi/vnstat.po create mode 100644 applications/luci-app-vnstat/po/zh-cn/vnstat.po create mode 100644 applications/luci-app-vnstat/po/zh-tw/vnstat.po create mode 100755 applications/luci-app-vnstat/root/etc/uci-defaults/luci-vnstat create mode 100644 applications/luci-app-voice-core/Makefile create mode 100644 applications/luci-app-voice-core/luasrc/controller/luci_voice.lua create mode 100644 applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm create mode 100644 applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm create mode 100644 applications/luci-app-voice-core/po/ca/voice_core.po create mode 100644 applications/luci-app-voice-core/po/cs/voice_core.po create mode 100644 applications/luci-app-voice-core/po/de/voice_core.po create mode 100644 applications/luci-app-voice-core/po/el/voice_core.po create mode 100644 applications/luci-app-voice-core/po/en/voice_core.po create mode 100644 applications/luci-app-voice-core/po/es/voice_core.po create mode 100644 applications/luci-app-voice-core/po/fr/voice_core.po create mode 100644 applications/luci-app-voice-core/po/he/voice_core.po create mode 100644 applications/luci-app-voice-core/po/hu/voice_core.po create mode 100644 applications/luci-app-voice-core/po/it/voice_core.po create mode 100644 applications/luci-app-voice-core/po/ja/voice_core.po create mode 100644 applications/luci-app-voice-core/po/ms/voice_core.po create mode 100644 applications/luci-app-voice-core/po/no/voice_core.po create mode 100644 applications/luci-app-voice-core/po/pl/voice_core.po create mode 100644 applications/luci-app-voice-core/po/pt-br/voice_core.po create mode 100644 applications/luci-app-voice-core/po/pt/voice_core.po create mode 100644 applications/luci-app-voice-core/po/ro/voice_core.po create mode 100644 applications/luci-app-voice-core/po/ru/voice_core.po create mode 100644 applications/luci-app-voice-core/po/sk/voice_core.po create mode 100644 applications/luci-app-voice-core/po/sv/voice_core.po create mode 100644 applications/luci-app-voice-core/po/templates/voice_core.pot create mode 100644 applications/luci-app-voice-core/po/tr/voice_core.po create mode 100644 applications/luci-app-voice-core/po/uk/voice_core.po create mode 100644 applications/luci-app-voice-core/po/vi/voice_core.po create mode 100644 applications/luci-app-voice-core/po/zh-cn/voice_core.po create mode 100644 applications/luci-app-voice-core/po/zh-tw/voice_core.po create mode 100644 applications/luci-app-voice-diag/Makefile create mode 100644 applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua create mode 100644 applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm create mode 100644 applications/luci-app-voice-diag/po/ca/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/cs/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/de/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/el/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/en/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/es/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/fr/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/he/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/hu/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/it/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/ja/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/ms/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/no/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/pl/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/pt-br/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/pt/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/ro/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/ru/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/sk/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/sv/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/templates/voice_diag.pot create mode 100644 applications/luci-app-voice-diag/po/tr/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/uk/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/vi/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/zh-cn/voice_diag.po create mode 100644 applications/luci-app-voice-diag/po/zh-tw/voice_diag.po create mode 100644 applications/luci-app-watchcat/Makefile create mode 100644 applications/luci-app-watchcat/luasrc/controller/watchcat.lua create mode 100644 applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua create mode 100644 applications/luci-app-watchcat/po/ca/watchcat.po create mode 100644 applications/luci-app-watchcat/po/cs/watchcat.po create mode 100644 applications/luci-app-watchcat/po/de/watchcat.po create mode 100644 applications/luci-app-watchcat/po/el/watchcat.po create mode 100644 applications/luci-app-watchcat/po/en/watchcat.po create mode 100644 applications/luci-app-watchcat/po/es/watchcat.po create mode 100644 applications/luci-app-watchcat/po/fr/watchcat.po create mode 100644 applications/luci-app-watchcat/po/he/watchcat.po create mode 100644 applications/luci-app-watchcat/po/hu/watchcat.po create mode 100644 applications/luci-app-watchcat/po/it/watchcat.po create mode 100644 applications/luci-app-watchcat/po/ja/watchcat.po create mode 100644 applications/luci-app-watchcat/po/ms/watchcat.po create mode 100644 applications/luci-app-watchcat/po/no/watchcat.po create mode 100644 applications/luci-app-watchcat/po/pl/watchcat.po create mode 100644 applications/luci-app-watchcat/po/pt-br/watchcat.po create mode 100644 applications/luci-app-watchcat/po/pt/watchcat.po create mode 100644 applications/luci-app-watchcat/po/ro/watchcat.po create mode 100644 applications/luci-app-watchcat/po/ru/watchcat.po create mode 100644 applications/luci-app-watchcat/po/sk/watchcat.po create mode 100644 applications/luci-app-watchcat/po/sv/watchcat.po create mode 100644 applications/luci-app-watchcat/po/templates/watchcat.pot create mode 100644 applications/luci-app-watchcat/po/tr/watchcat.po create mode 100644 applications/luci-app-watchcat/po/uk/watchcat.po create mode 100644 applications/luci-app-watchcat/po/vi/watchcat.po create mode 100644 applications/luci-app-watchcat/po/zh-cn/watchcat.po create mode 100644 applications/luci-app-watchcat/po/zh-tw/watchcat.po create mode 100644 applications/luci-app-watchcat/root/etc/uci-defaults/luci-watchcat create mode 100644 applications/luci-app-wol/Makefile create mode 100644 applications/luci-app-wol/luasrc/controller/wol.lua create mode 100644 applications/luci-app-wol/luasrc/model/cbi/wol.lua create mode 100644 applications/luci-app-wol/po/ca/wol.po create mode 100644 applications/luci-app-wol/po/cs/wol.po create mode 100644 applications/luci-app-wol/po/de/wol.po create mode 100644 applications/luci-app-wol/po/el/wol.po create mode 100644 applications/luci-app-wol/po/en/wol.po create mode 100644 applications/luci-app-wol/po/es/wol.po create mode 100644 applications/luci-app-wol/po/fr/wol.po create mode 100644 applications/luci-app-wol/po/he/wol.po create mode 100644 applications/luci-app-wol/po/hu/wol.po create mode 100644 applications/luci-app-wol/po/it/wol.po create mode 100644 applications/luci-app-wol/po/ja/wol.po create mode 100644 applications/luci-app-wol/po/ms/wol.po create mode 100644 applications/luci-app-wol/po/no/wol.po create mode 100644 applications/luci-app-wol/po/pl/wol.po create mode 100644 applications/luci-app-wol/po/pt-br/wol.po create mode 100644 applications/luci-app-wol/po/pt/wol.po create mode 100644 applications/luci-app-wol/po/ro/wol.po create mode 100644 applications/luci-app-wol/po/ru/wol.po create mode 100644 applications/luci-app-wol/po/sk/wol.po create mode 100644 applications/luci-app-wol/po/sv/wol.po create mode 100644 applications/luci-app-wol/po/templates/wol.pot create mode 100644 applications/luci-app-wol/po/tr/wol.po create mode 100644 applications/luci-app-wol/po/uk/wol.po create mode 100644 applications/luci-app-wol/po/vi/wol.po create mode 100644 applications/luci-app-wol/po/zh-cn/wol.po create mode 100644 applications/luci-app-wol/po/zh-tw/wol.po create mode 100644 applications/luci-app-wshaper/Makefile create mode 100644 applications/luci-app-wshaper/luasrc/controller/wshaper.lua create mode 100644 applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua create mode 100644 applications/luci-app-wshaper/po/ca/wshaper.po create mode 100644 applications/luci-app-wshaper/po/cs/wshaper.po create mode 100644 applications/luci-app-wshaper/po/de/wshaper.po create mode 100644 applications/luci-app-wshaper/po/el/wshaper.po create mode 100644 applications/luci-app-wshaper/po/en/wshaper.po create mode 100644 applications/luci-app-wshaper/po/es/wshaper.po create mode 100644 applications/luci-app-wshaper/po/fr/wshaper.po create mode 100644 applications/luci-app-wshaper/po/he/wshaper.po create mode 100644 applications/luci-app-wshaper/po/hu/wshaper.po create mode 100644 applications/luci-app-wshaper/po/it/wshaper.po create mode 100644 applications/luci-app-wshaper/po/ja/wshaper.po create mode 100644 applications/luci-app-wshaper/po/ms/wshaper.po create mode 100644 applications/luci-app-wshaper/po/no/wshaper.po create mode 100644 applications/luci-app-wshaper/po/pl/wshaper.po create mode 100644 applications/luci-app-wshaper/po/pt-br/wshaper.po create mode 100644 applications/luci-app-wshaper/po/pt/wshaper.po create mode 100644 applications/luci-app-wshaper/po/ro/wshaper.po create mode 100644 applications/luci-app-wshaper/po/ru/wshaper.po create mode 100644 applications/luci-app-wshaper/po/sk/wshaper.po create mode 100644 applications/luci-app-wshaper/po/sv/wshaper.po create mode 100644 applications/luci-app-wshaper/po/templates/wshaper.pot create mode 100644 applications/luci-app-wshaper/po/tr/wshaper.po create mode 100644 applications/luci-app-wshaper/po/uk/wshaper.po create mode 100644 applications/luci-app-wshaper/po/vi/wshaper.po create mode 100644 applications/luci-app-wshaper/po/zh-cn/wshaper.po create mode 100644 applications/luci-app-wshaper/po/zh-tw/wshaper.po create mode 100644 applications/luci-app-wshaper/root/etc/uci-defaults/wshaper create mode 100644 audio/mpd/mpd.conf create mode 100644 audio/mpd/ncmpcpp/config create mode 100644 audio/mpd/ncmpcpp/keys create mode 100755 build/i18n-init.sh create mode 100755 build/i18n-po2lua.pl create mode 100755 build/i18n-scan.pl create mode 100755 build/i18n-sync.sh create mode 100755 build/i18n-update.pl create mode 100755 build/luadoc/doc.lua create mode 100644 build/luadoc/luadoc/config.lua create mode 100644 build/luadoc/luadoc/doclet/debug.lua create mode 100644 build/luadoc/luadoc/doclet/formatter.lua create mode 100644 build/luadoc/luadoc/doclet/html.lua create mode 100644 build/luadoc/luadoc/doclet/html/constant.lp create mode 100644 build/luadoc/luadoc/doclet/html/file.lp create mode 100644 build/luadoc/luadoc/doclet/html/function.lp create mode 100644 build/luadoc/luadoc/doclet/html/index.lp create mode 100644 build/luadoc/luadoc/doclet/html/luadoc.css create mode 100644 build/luadoc/luadoc/doclet/html/menu.lp create mode 100644 build/luadoc/luadoc/doclet/html/module.lp create mode 100644 build/luadoc/luadoc/doclet/html/table.lp create mode 100644 build/luadoc/luadoc/doclet/raw.lua create mode 100644 build/luadoc/luadoc/init.lua create mode 100644 build/luadoc/luadoc/lp.lua create mode 100644 build/luadoc/luadoc/taglet/standard.lua create mode 100644 build/luadoc/luadoc/taglet/standard/tags.lua create mode 100644 build/luadoc/luadoc/util.lua create mode 100755 build/makedocs.sh create mode 100755 build/mkbasepot.sh create mode 100755 build/mkrevision.sh create mode 100755 build/zoneinfo2lua.pl create mode 100755 checkFonts create mode 100644 collections/luci-light/Makefile create mode 100644 collections/luci-ssl/Makefile create mode 100644 collections/luci/Makefile create mode 100644 config/a.rb create mode 100644 config/b.rb create mode 100644 config/c.rb create mode 100644 config/d.rb create mode 100644 config/e.rb create mode 100644 config/f.rb create mode 100644 configuration.gemspec create mode 100644 configure create mode 100644 contrib/package/Makefile create mode 100644 contrib/package/community-profiles/Makefile create mode 100644 contrib/package/community-profiles/files/etc/config/profile_31c3 create mode 100644 contrib/package/community-profiles/files/etc/config/profile_Freifunk create mode 100644 contrib/package/community-profiles/files/etc/config/profile_altmark create mode 100644 contrib/package/community-profiles/files/etc/config/profile_arig_arad create mode 100644 contrib/package/community-profiles/files/etc/config/profile_arig_neot_semadar create mode 100644 contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv create mode 100644 contrib/package/community-profiles/files/etc/config/profile_augsburg create mode 100644 contrib/package/community-profiles/files/etc/config/profile_bayreuth create mode 100644 contrib/package/community-profiles/files/etc/config/profile_bensheim create mode 100644 contrib/package/community-profiles/files/etc/config/profile_bergischesland create mode 100644 contrib/package/community-profiles/files/etc/config/profile_berlin create mode 100644 contrib/package/community-profiles/files/etc/config/profile_carbodebit create mode 100644 contrib/package/community-profiles/files/etc/config/profile_demo create mode 100644 contrib/package/community-profiles/files/etc/config/profile_duesseldorf create mode 100644 contrib/package/community-profiles/files/etc/config/profile_erfurt create mode 100644 contrib/package/community-profiles/files/etc/config/profile_evernet create mode 100644 contrib/package/community-profiles/files/etc/config/profile_freiburg create mode 100644 contrib/package/community-profiles/files/etc/config/profile_gadow create mode 100644 contrib/package/community-profiles/files/etc/config/profile_guifibages create mode 100644 contrib/package/community-profiles/files/etc/config/profile_halle create mode 100644 contrib/package/community-profiles/files/etc/config/profile_hameln create mode 100644 contrib/package/community-profiles/files/etc/config/profile_hannover create mode 100644 contrib/package/community-profiles/files/etc/config/profile_heppenheim create mode 100644 contrib/package/community-profiles/files/etc/config/profile_hooge create mode 100644 contrib/package/community-profiles/files/etc/config/profile_kiberpipa create mode 100644 contrib/package/community-profiles/files/etc/config/profile_kyritz create mode 100644 contrib/package/community-profiles/files/etc/config/profile_l59 create mode 100644 contrib/package/community-profiles/files/etc/config/profile_leipzig create mode 100644 contrib/package/community-profiles/files/etc/config/profile_marburg create mode 100644 contrib/package/community-profiles/files/etc/config/profile_oldenburg create mode 100644 contrib/package/community-profiles/files/etc/config/profile_openwireless_bern create mode 100644 contrib/package/community-profiles/files/etc/config/profile_pberg create mode 100644 contrib/package/community-profiles/files/etc/config/profile_piraten_dresden create mode 100644 contrib/package/community-profiles/files/etc/config/profile_potsdam create mode 100644 contrib/package/community-profiles/files/etc/config/profile_reihen create mode 100644 contrib/package/community-profiles/files/etc/config/profile_rosbach create mode 100644 contrib/package/community-profiles/files/etc/config/profile_schwarzach create mode 100644 contrib/package/community-profiles/files/etc/config/profile_seefeld create mode 100644 contrib/package/community-profiles/files/etc/config/profile_stuttgart create mode 100644 contrib/package/community-profiles/files/etc/config/profile_vogtland create mode 100644 contrib/package/community-profiles/files/etc/config/profile_weil create mode 100644 contrib/package/community-profiles/files/etc/config/profile_weimar create mode 100644 contrib/package/community-profiles/files/etc/config/profile_weinstadt create mode 100644 contrib/package/community-profiles/files/etc/config/profile_wlanljubljana create mode 100644 contrib/package/freifunk-common/Makefile create mode 100644 contrib/package/freifunk-common/files/etc/config/freifunk create mode 100755 contrib/package/freifunk-common/files/etc/init.d/freifunk create mode 100644 contrib/package/freifunk-common/files/etc/rc.local.d/01-config-migration create mode 100644 contrib/package/freifunk-common/files/etc/uci-defaults/freifunk create mode 100755 contrib/package/freifunk-common/files/usr/bin/ffdzero create mode 100755 contrib/package/freifunk-common/files/usr/bin/neigh.sh create mode 100755 contrib/package/freifunk-common/files/usr/bin/watch.sh create mode 100755 contrib/package/freifunk-common/files/usr/sbin/ff_olsr_watchdog create mode 100644 contrib/package/freifunk-firewall/Makefile create mode 100644 contrib/package/freifunk-firewall/files/etc/firewall.freifunk create mode 100644 contrib/package/freifunk-firewall/files/etc/hotplug.d/firewall/23-restricted-wan create mode 100644 contrib/package/freifunk-gwcheck/Makefile create mode 100644 contrib/package/freifunk-gwcheck/files/etc/config/freifunk-gwcheck create mode 100755 contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh create mode 100644 contrib/package/freifunk-gwcheck/root/etc/uci-defaults/freifunk-gwcheck create mode 100644 contrib/package/freifunk-mapupdate/Makefile create mode 100644 contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate create mode 100755 contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh create mode 100644 contrib/package/freifunk-mapupdate/root/etc/uci-defaults/freifunk-mapupdate create mode 100644 contrib/package/freifunk-p2pblock/Makefile create mode 100644 contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.config create mode 100644 contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.init create mode 100644 contrib/package/freifunk-policyrouting/Makefile create mode 100644 contrib/package/freifunk-policyrouting/files/etc/config/freifunk-policyrouting create mode 100644 contrib/package/freifunk-policyrouting/files/etc/hotplug.d/iface/30-policyrouting create mode 100755 contrib/package/freifunk-policyrouting/files/etc/init.d/freifunk-policyrouting create mode 120000 contrib/package/freifunk-policyrouting/files/etc/rc.d/S15-freifunk-policyrouting create mode 100644 contrib/package/freifunk-policyrouting/files/etc/uci-defaults/freifunk-policyrouting create mode 100644 contrib/package/freifunk-watchdog/Makefile create mode 100644 contrib/package/freifunk-watchdog/files/freifunk-watchdog.config create mode 100755 contrib/package/freifunk-watchdog/files/freifunk-watchdog.init create mode 100644 contrib/package/freifunk-watchdog/src/Makefile create mode 100644 contrib/package/freifunk-watchdog/src/ucix.c create mode 100644 contrib/package/freifunk-watchdog/src/ucix.h create mode 100644 contrib/package/freifunk-watchdog/src/watchdog.c create mode 100644 contrib/package/freifunk-watchdog/src/watchdog.h create mode 100644 contrib/package/freifunk-watchdog/src/wireless.22.h create mode 100644 contrib/package/meshwizard/Makefile create mode 100644 contrib/package/meshwizard/files/etc/config/meshwizard create mode 100644 contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh create mode 100644 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_auto-ipv6-dhcpv6-ip.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6-interface.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall_interface.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_ipv6.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_static.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd_interface.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_policyrouting.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_qos.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_ssh.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_system.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_dhcp.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_static.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_widgets.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi_vap.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/supports_vap.sh create mode 100755 contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh create mode 100644 contrib/package/remote-update/Makefile create mode 100755 contrib/package/remote-update/files/usr/sbin/remote-update create mode 100644 crango create mode 100755 cranwin create mode 100644 documentation/CBI.md create mode 100644 documentation/JsonRpcHowTo.md create mode 100644 documentation/LAR.md create mode 100644 documentation/LMO.md create mode 100644 documentation/LuCI-0.10.md create mode 100644 documentation/Modules.md create mode 100644 documentation/ModulesHowTo.md create mode 100644 documentation/Signing_Files.pdf create mode 100644 documentation/Templates.md create mode 100644 documentation/ThemesHowTo.md create mode 100644 documentation/api/index.html create mode 100644 documentation/api/luadoc.css create mode 100644 documentation/api/modules/luci.dispatcher.html create mode 100644 documentation/api/modules/luci.http.html create mode 100644 documentation/api/modules/luci.http.protocol.conditionals.html create mode 100644 documentation/api/modules/luci.http.protocol.date.html create mode 100644 documentation/api/modules/luci.http.protocol.html create mode 100644 documentation/api/modules/luci.http.protocol.mime.html create mode 100644 documentation/api/modules/luci.i18n.html create mode 100644 documentation/api/modules/luci.ip.cidr.html create mode 100644 documentation/api/modules/luci.ip.html create mode 100644 documentation/api/modules/luci.json.html create mode 100644 documentation/api/modules/luci.jsonc.html create mode 100644 documentation/api/modules/luci.jsonc.parser.html create mode 100644 documentation/api/modules/luci.model.ipkg.html create mode 100644 documentation/api/modules/luci.model.uci.html create mode 100644 documentation/api/modules/luci.rpcc.html create mode 100644 documentation/api/modules/luci.rpcc.ruci.html create mode 100644 documentation/api/modules/luci.sys.html create mode 100644 documentation/api/modules/luci.sys.init.html create mode 100644 documentation/api/modules/luci.sys.iptparser.html create mode 100644 documentation/api/modules/luci.sys.net.html create mode 100644 documentation/api/modules/luci.sys.process.html create mode 100644 documentation/api/modules/luci.sys.user.html create mode 100644 documentation/api/modules/luci.sys.wifi.html create mode 100644 documentation/api/modules/luci.util.html create mode 100644 documentation/api/modules/nixio.CHANGELOG.html create mode 100644 documentation/api/modules/nixio.CryptoHash.html create mode 100644 documentation/api/modules/nixio.File.html create mode 100644 documentation/api/modules/nixio.README.html create mode 100644 documentation/api/modules/nixio.Socket.html create mode 100644 documentation/api/modules/nixio.TLSContext.html create mode 100644 documentation/api/modules/nixio.TLSSocket.html create mode 100644 documentation/api/modules/nixio.UnifiedIO.html create mode 100644 documentation/api/modules/nixio.bin.html create mode 100644 documentation/api/modules/nixio.bit.html create mode 100644 documentation/api/modules/nixio.crypto.html create mode 100644 documentation/api/modules/nixio.fs.html create mode 100644 documentation/api/modules/nixio.html create mode 100644 documentation/i18n.md create mode 100755 embedfonts create mode 100644 file/ranger/commands.py create mode 100644 file/ranger/rc.conf create mode 100644 file/ranger/rifle.conf create mode 100644 file/wvm-open/config create mode 100644 lib/configuration.rb create mode 100644 libs/luci-lib-httpclient/Makefile create mode 100644 libs/luci-lib-httpclient/luasrc/httpclient.lua create mode 100644 libs/luci-lib-httpclient/luasrc/httpclient/receiver.lua create mode 100644 libs/luci-lib-ip/Makefile create mode 100644 libs/luci-lib-ip/src/Makefile create mode 100644 libs/luci-lib-ip/src/ip.c create mode 100644 libs/luci-lib-ip/src/ip.luadoc create mode 100644 libs/luci-lib-json/Makefile create mode 100644 libs/luci-lib-json/luasrc/json.lua create mode 100644 libs/luci-lib-json/luasrc/json.luadoc create mode 100644 libs/luci-lib-jsonc/Makefile create mode 100644 libs/luci-lib-jsonc/src/Makefile create mode 100644 libs/luci-lib-jsonc/src/jsonc.c create mode 100644 libs/luci-lib-jsonc/src/jsonc.luadoc create mode 100644 libs/luci-lib-luaneightbl/Makefile create mode 100644 libs/luci-lib-luaneightbl/src/Makefile create mode 100644 libs/luci-lib-luaneightbl/src/neightbl.c create mode 100644 libs/luci-lib-nixio/.gitignore create mode 100644 libs/luci-lib-nixio/LICENSE create mode 100644 libs/luci-lib-nixio/Makefile create mode 100644 libs/luci-lib-nixio/NOTICE create mode 100644 libs/luci-lib-nixio/README create mode 100644 libs/luci-lib-nixio/axTLS/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/README create mode 100644 libs/luci-lib-nixio/axTLS/bindings/Config.in create mode 100644 libs/luci-lib-nixio/axTLS/bindings/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/README create mode 100644 libs/luci-lib-nixio/axTLS/bindings/csharp/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/csharp/axTLS.cs create mode 100755 libs/luci-lib-nixio/axTLS/bindings/generate_SWIG_interface.pl create mode 100755 libs/luci-lib-nixio/axTLS/bindings/generate_interface.pl create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSL.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSLCTX.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSLClient.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSLReadHolder.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSLServer.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/java/SSLUtil.java create mode 100644 libs/luci-lib-nixio/axTLS/bindings/lua/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/perl/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/vbnet/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/bindings/vbnet/axTLSvb.vb create mode 100644 libs/luci-lib-nixio/axTLS/config/.config create mode 100644 libs/luci-lib-nixio/axTLS/config/Config.in create mode 100755 libs/luci-lib-nixio/axTLS/config/JMeter.jmx create mode 100644 libs/luci-lib-nixio/axTLS/config/Rules.mak create mode 100755 libs/luci-lib-nixio/axTLS/config/axhttpd.aip create mode 100644 libs/luci-lib-nixio/axTLS/config/axtls.RES create mode 100644 libs/luci-lib-nixio/axTLS/config/axtls.rc create mode 100644 libs/luci-lib-nixio/axTLS/config/config.h create mode 100644 libs/luci-lib-nixio/axTLS/config/linuxconfig create mode 100644 libs/luci-lib-nixio/axTLS/config/makefile.conf create mode 100644 libs/luci-lib-nixio/axTLS/config/makefile.dotnet.conf create mode 100644 libs/luci-lib-nixio/axTLS/config/makefile.java.conf create mode 100644 libs/luci-lib-nixio/axTLS/config/makefile.post create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/Kconfig-language.txt create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/conf.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/confdata.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/expr.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/expr.h create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lex.zconf.c_shipped create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lkc.h create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lkc_proto.h create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/BIG.FAT.WARNING create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/checklist.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/colors.h create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/dialog.h create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/inputbox.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/menubox.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/msgbox.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/textbox.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/util.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/yesno.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/mconf.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/menu.c create mode 100755 libs/luci-lib-nixio/axTLS/config/scripts/config/mkconfigs create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/symbol.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/util.c create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.l create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.c_shipped create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.h_shipped create mode 100644 libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.y create mode 100644 libs/luci-lib-nixio/axTLS/config/win32config create mode 100644 libs/luci-lib-nixio/axTLS/crypto/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/crypto/aes.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/bigint.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/bigint.h create mode 100644 libs/luci-lib-nixio/axTLS/crypto/bigint_impl.h create mode 100644 libs/luci-lib-nixio/axTLS/crypto/crypto.h create mode 100644 libs/luci-lib-nixio/axTLS/crypto/crypto_misc.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/hmac.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/md2.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/md5.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/rc4.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/rsa.c create mode 100644 libs/luci-lib-nixio/axTLS/crypto/sha1.c create mode 100644 libs/luci-lib-nixio/axTLS/docsrc/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/docsrc/axTLS.dox create mode 100644 libs/luci-lib-nixio/axTLS/docsrc/doco_footer.html create mode 100644 libs/luci-lib-nixio/axTLS/docsrc/images/axolotl.jpg create mode 100644 libs/luci-lib-nixio/axTLS/docsrc/images/tsbasbw.gif create mode 100644 libs/luci-lib-nixio/axTLS/httpd/Config.in create mode 100644 libs/luci-lib-nixio/axTLS/httpd/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/httpd/axhttp.h create mode 100644 libs/luci-lib-nixio/axTLS/httpd/axhttpd.c create mode 100644 libs/luci-lib-nixio/axTLS/httpd/htpasswd.c create mode 100755 libs/luci-lib-nixio/axTLS/httpd/kepler-1.1-snapshot-20070521-1825.tar.gz create mode 100644 libs/luci-lib-nixio/axTLS/httpd/kepler.patch create mode 100644 libs/luci-lib-nixio/axTLS/httpd/proc.c create mode 100644 libs/luci-lib-nixio/axTLS/httpd/tdate_parse.c create mode 100644 libs/luci-lib-nixio/axTLS/samples/Config.in create mode 100644 libs/luci-lib-nixio/axTLS/samples/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/samples/c/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/samples/c/axssl.c create mode 100644 libs/luci-lib-nixio/axTLS/samples/csharp/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/samples/csharp/axssl.cs create mode 100644 libs/luci-lib-nixio/axTLS/samples/java/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/samples/java/axssl.java create mode 100644 libs/luci-lib-nixio/axTLS/samples/java/manifest.mf create mode 100644 libs/luci-lib-nixio/axTLS/samples/lua/Makefile create mode 100755 libs/luci-lib-nixio/axTLS/samples/lua/axssl.lua create mode 100644 libs/luci-lib-nixio/axTLS/samples/perl/Makefile create mode 100755 libs/luci-lib-nixio/axTLS/samples/perl/axssl.pl create mode 100644 libs/luci-lib-nixio/axTLS/samples/vbnet/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/samples/vbnet/axssl.vb create mode 100644 libs/luci-lib-nixio/axTLS/ssl/BigIntConfig.in create mode 100644 libs/luci-lib-nixio/axTLS/ssl/Config.in create mode 100644 libs/luci-lib-nixio/axTLS/ssl/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/ssl/asn1.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/cert.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/crypto_misc.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/gen_cert.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/loader.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/openssl.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/os_port.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/os_port.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/p12.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/private_key.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/ssl.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/Makefile create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_key.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted.p8 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted_pem.p8 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes128.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes256.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.noname.p12 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted.p8 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted_pem.p8 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withCA.p12 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withoutCA.p12 create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes128.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes256.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_after.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_before.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/datatest.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/datatest.c.old create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/deutsche_telecom.x509_ca create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/equifax.x509_ca create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/gnutls.cer create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/header_issue.dat create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/killopenssl.sh create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/make_certs.sh create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca.pem create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/ms_iis.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/perf_bigint.c create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/socgen.cer create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c.bak create mode 100755 libs/luci-lib-nixio/axTLS/ssl/test/test_axssl.sh create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/thawte.x509_ca create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca.pem create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert create mode 100644 libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert.pem create mode 100755 libs/luci-lib-nixio/axTLS/ssl/tls1.c create mode 100755 libs/luci-lib-nixio/axTLS/ssl/tls1.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/tls1_clnt.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/tls1_svr.c create mode 100644 libs/luci-lib-nixio/axTLS/ssl/version.h create mode 100644 libs/luci-lib-nixio/axTLS/ssl/x509.c create mode 100644 libs/luci-lib-nixio/axTLS/www/bin/.htaccess create mode 100644 libs/luci-lib-nixio/axTLS/www/favicon.ico create mode 100755 libs/luci-lib-nixio/axTLS/www/index.html create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/download.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/env.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/overview.lp create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/prepara_sql2.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_conc.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lp create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_err.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_fs.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_htk.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_lib.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_main.html create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_main.lp create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_main.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_session.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_sql.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_sql2.lua create mode 100644 libs/luci-lib-nixio/axTLS/www/lua/test_variables.lp create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/bin/.htaccess create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htaccess create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htpasswd create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/no_http/index.html create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/.htaccess create mode 100644 libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/index.html create mode 100644 libs/luci-lib-nixio/axtls-config/.config create mode 100644 libs/luci-lib-nixio/axtls-config/config.h create mode 100644 libs/luci-lib-nixio/axtls-root/etc/nixio/rsa_main.der create mode 100644 libs/luci-lib-nixio/docsrc/CHANGELOG.lua create mode 100644 libs/luci-lib-nixio/docsrc/README.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.CryptoHash.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.File.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.Socket.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.TLSContext.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.TLSSocket.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.UnifiedIO.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.bin.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.bit.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.crypto.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.fs.lua create mode 100644 libs/luci-lib-nixio/docsrc/nixio.lua create mode 100644 libs/luci-lib-nixio/nixio-0.3-1.rockspec create mode 100644 libs/luci-lib-nixio/root/lib/upgrade/luci-add-conffiles.sh create mode 100644 libs/luci-lib-nixio/root/usr/lib/lua/nixio/fs.lua create mode 100644 libs/luci-lib-nixio/root/usr/lib/lua/nixio/util.lua create mode 100644 libs/luci-lib-nixio/src/Makefile create mode 100644 libs/luci-lib-nixio/src/address.c create mode 100644 libs/luci-lib-nixio/src/axtls-compat.c create mode 100644 libs/luci-lib-nixio/src/axtls-compat.h create mode 100644 libs/luci-lib-nixio/src/binary.c create mode 100644 libs/luci-lib-nixio/src/bind.c create mode 100644 libs/luci-lib-nixio/src/bit.c create mode 100644 libs/luci-lib-nixio/src/cyassl-compat.c create mode 100644 libs/luci-lib-nixio/src/cyassl-compat.h create mode 100644 libs/luci-lib-nixio/src/file.c create mode 100644 libs/luci-lib-nixio/src/fs.c create mode 100644 libs/luci-lib-nixio/src/io.c create mode 100644 libs/luci-lib-nixio/src/mingw-compat.c create mode 100644 libs/luci-lib-nixio/src/mingw-compat.h create mode 100644 libs/luci-lib-nixio/src/nixio-tls.h create mode 100644 libs/luci-lib-nixio/src/nixio.c create mode 100644 libs/luci-lib-nixio/src/nixio.h create mode 100644 libs/luci-lib-nixio/src/poll.c create mode 100644 libs/luci-lib-nixio/src/process.c create mode 100644 libs/luci-lib-nixio/src/protoent.c create mode 100644 libs/luci-lib-nixio/src/socket.c create mode 100644 libs/luci-lib-nixio/src/sockopt.c create mode 100644 libs/luci-lib-nixio/src/splice.c create mode 100644 libs/luci-lib-nixio/src/syslog.c create mode 100644 libs/luci-lib-nixio/src/tls-context.c create mode 100644 libs/luci-lib-nixio/src/tls-crypto.c create mode 100644 libs/luci-lib-nixio/src/tls-socket.c create mode 100644 libs/luci-lib-nixio/src/user.c create mode 100644 libs/luci-lib-px5g/Makefile create mode 100644 libs/luci-lib-px5g/lua/px5g/util.lua create mode 100644 libs/luci-lib-px5g/root/usr/sbin/debugGen create mode 100755 libs/luci-lib-px5g/root/usr/sbin/px5g-genkeys create mode 100644 libs/luci-lib-px5g/src/Makefile create mode 100644 libs/luci-lib-px5g/src/library/bignum.c create mode 100644 libs/luci-lib-px5g/src/library/havege.c create mode 100644 libs/luci-lib-px5g/src/library/rsa.c create mode 100644 libs/luci-lib-px5g/src/library/sha1.c create mode 100644 libs/luci-lib-px5g/src/library/timing.c create mode 100644 libs/luci-lib-px5g/src/library/x509write.c create mode 100644 libs/luci-lib-px5g/src/polarssl/bignum.h create mode 100644 libs/luci-lib-px5g/src/polarssl/bn_mul.h create mode 100644 libs/luci-lib-px5g/src/polarssl/config.h create mode 100644 libs/luci-lib-px5g/src/polarssl/havege.h create mode 100644 libs/luci-lib-px5g/src/polarssl/rsa.h create mode 100644 libs/luci-lib-px5g/src/polarssl/sha1.h create mode 100644 libs/luci-lib-px5g/src/polarssl/timing.h create mode 100644 libs/luci-lib-px5g/src/polarssl/x509.h create mode 100644 libs/luci-lib-px5g/src/px5g.c create mode 100644 libs/luci-lib-px5g/src/px5g.h create mode 100644 libs/luci-lib-rpcc/Makefile create mode 100644 libs/luci-lib-rpcc/luasrc/rpcc.lua create mode 100644 libs/luci-lib-rpcc/luasrc/rpcc.luadoc create mode 100644 libs/luci-lib-rpcc/luasrc/rpcc/ruci.lua create mode 100644 libs/luci-lib-rpcc/luasrc/rpcc/ruci.luadoc create mode 100755 make-fonts create mode 100644 modules/luci-base/Makefile create mode 100755 modules/luci-base/htdocs/cgi-bin/luci create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi.js create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/add.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/down.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/download.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/file.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/find.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/help.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/key.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/link.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/save.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/up.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/cbi/user.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/bridge.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/bridge_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/encryption.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/encryption_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/ethernet.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/ethernet_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/loading.gif create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/port_down.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/port_up.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-25-50.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-50-75.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-75-100.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/signal-none.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/switch.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/switch_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/tunnel.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/tunnel_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/vlan.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/vlan_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/wifi.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/wifi_big.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/wifi_big_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/icons/wifi_disabled.png create mode 100644 modules/luci-base/htdocs/luci-static/resources/xhr.js create mode 100644 modules/luci-base/luasrc/cacheloader.lua create mode 100644 modules/luci-base/luasrc/cbi.lua create mode 100644 modules/luci-base/luasrc/cbi/datatypes.lua create mode 100644 modules/luci-base/luasrc/ccache.lua create mode 100644 modules/luci-base/luasrc/config.lua create mode 100644 modules/luci-base/luasrc/controller/admin/servicectl.lua create mode 100644 modules/luci-base/luasrc/debug.lua create mode 100644 modules/luci-base/luasrc/dispatcher.lua create mode 100644 modules/luci-base/luasrc/dispatcher.luadoc create mode 100644 modules/luci-base/luasrc/http.lua create mode 100644 modules/luci-base/luasrc/http.luadoc create mode 100644 modules/luci-base/luasrc/http/protocol.lua create mode 100644 modules/luci-base/luasrc/http/protocol.luadoc create mode 100644 modules/luci-base/luasrc/http/protocol/conditionals.lua create mode 100644 modules/luci-base/luasrc/http/protocol/conditionals.luadoc create mode 100644 modules/luci-base/luasrc/http/protocol/date.lua create mode 100644 modules/luci-base/luasrc/http/protocol/date.luadoc create mode 100644 modules/luci-base/luasrc/http/protocol/mime.lua create mode 100644 modules/luci-base/luasrc/http/protocol/mime.luadoc create mode 100644 modules/luci-base/luasrc/i18n.lua create mode 100644 modules/luci-base/luasrc/i18n.luadoc create mode 100644 modules/luci-base/luasrc/ltn12.lua create mode 100644 modules/luci-base/luasrc/model/cbi/admin_network/proto_dhcp.lua create mode 100644 modules/luci-base/luasrc/model/cbi/admin_network/proto_none.lua create mode 100644 modules/luci-base/luasrc/model/cbi/admin_network/proto_static.lua create mode 100644 modules/luci-base/luasrc/model/firewall.lua create mode 100644 modules/luci-base/luasrc/model/ipkg.lua create mode 100644 modules/luci-base/luasrc/model/ipkg.luadoc create mode 100644 modules/luci-base/luasrc/model/network.lua create mode 100644 modules/luci-base/luasrc/model/uci.lua create mode 100644 modules/luci-base/luasrc/model/uci.luadoc create mode 100644 modules/luci-base/luasrc/sgi/cgi.lua create mode 100644 modules/luci-base/luasrc/sgi/uhttpd.lua create mode 100644 modules/luci-base/luasrc/store.lua create mode 100644 modules/luci-base/luasrc/sys.lua create mode 100644 modules/luci-base/luasrc/sys.luadoc create mode 100644 modules/luci-base/luasrc/sys/iptparser.lua create mode 100644 modules/luci-base/luasrc/sys/iptparser.luadoc create mode 100644 modules/luci-base/luasrc/sys/zoneinfo.lua create mode 100644 modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua create mode 100644 modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua create mode 100644 modules/luci-base/luasrc/template.lua create mode 100644 modules/luci-base/luasrc/tools/proto.lua create mode 100644 modules/luci-base/luasrc/tools/status.lua create mode 100644 modules/luci-base/luasrc/tools/webadmin.lua create mode 100644 modules/luci-base/luasrc/util.lua create mode 100644 modules/luci-base/luasrc/util.luadoc create mode 100644 modules/luci-base/luasrc/version.lua create mode 100644 modules/luci-base/luasrc/view/cbi/apply_xhr.htm create mode 100644 modules/luci-base/luasrc/view/cbi/browser.htm create mode 100644 modules/luci-base/luasrc/view/cbi/button.htm create mode 100644 modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm create mode 100644 modules/luci-base/luasrc/view/cbi/cell_valueheader.htm create mode 100644 modules/luci-base/luasrc/view/cbi/compound.htm create mode 100644 modules/luci-base/luasrc/view/cbi/delegator.htm create mode 100644 modules/luci-base/luasrc/view/cbi/dvalue.htm create mode 100644 modules/luci-base/luasrc/view/cbi/dynlist.htm create mode 100644 modules/luci-base/luasrc/view/cbi/error.htm create mode 100644 modules/luci-base/luasrc/view/cbi/filebrowser.htm create mode 100644 modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm create mode 100644 modules/luci-base/luasrc/view/cbi/firewall_zonelist.htm create mode 100644 modules/luci-base/luasrc/view/cbi/footer.htm create mode 100644 modules/luci-base/luasrc/view/cbi/full_valuefooter.htm create mode 100644 modules/luci-base/luasrc/view/cbi/full_valueheader.htm create mode 100644 modules/luci-base/luasrc/view/cbi/fvalue.htm create mode 100644 modules/luci-base/luasrc/view/cbi/header.htm create mode 100644 modules/luci-base/luasrc/view/cbi/lvalue.htm create mode 100644 modules/luci-base/luasrc/view/cbi/map.htm create mode 100644 modules/luci-base/luasrc/view/cbi/mvalue.htm create mode 100644 modules/luci-base/luasrc/view/cbi/network_ifacelist.htm create mode 100644 modules/luci-base/luasrc/view/cbi/network_netinfo.htm create mode 100644 modules/luci-base/luasrc/view/cbi/network_netlist.htm create mode 100644 modules/luci-base/luasrc/view/cbi/nsection.htm create mode 100644 modules/luci-base/luasrc/view/cbi/nullsection.htm create mode 100644 modules/luci-base/luasrc/view/cbi/simpleform.htm create mode 100644 modules/luci-base/luasrc/view/cbi/tabcontainer.htm create mode 100644 modules/luci-base/luasrc/view/cbi/tabmenu.htm create mode 100644 modules/luci-base/luasrc/view/cbi/tblsection.htm create mode 100644 modules/luci-base/luasrc/view/cbi/tsection.htm create mode 100644 modules/luci-base/luasrc/view/cbi/tvalue.htm create mode 100644 modules/luci-base/luasrc/view/cbi/ucisection.htm create mode 100644 modules/luci-base/luasrc/view/cbi/upload.htm create mode 100644 modules/luci-base/luasrc/view/cbi/value.htm create mode 100644 modules/luci-base/luasrc/view/cbi/valuefooter.htm create mode 100644 modules/luci-base/luasrc/view/cbi/valueheader.htm create mode 100644 modules/luci-base/luasrc/view/csrftoken.htm create mode 100644 modules/luci-base/luasrc/view/error404.htm create mode 100644 modules/luci-base/luasrc/view/error500.htm create mode 100644 modules/luci-base/luasrc/view/footer.htm create mode 100644 modules/luci-base/luasrc/view/header.htm create mode 100644 modules/luci-base/luasrc/view/indexer.htm create mode 100644 modules/luci-base/luasrc/view/sysauth.htm create mode 100644 modules/luci-base/po/ca/base.po create mode 100644 modules/luci-base/po/cs/base.po create mode 100644 modules/luci-base/po/de/base.po create mode 100644 modules/luci-base/po/el/base.po create mode 100644 modules/luci-base/po/en/base.po create mode 100644 modules/luci-base/po/es/base.po create mode 100644 modules/luci-base/po/fr/base.po create mode 100644 modules/luci-base/po/he/base.po create mode 100644 modules/luci-base/po/hu/base.po create mode 100644 modules/luci-base/po/it/base.po create mode 100644 modules/luci-base/po/ja/base.po create mode 100644 modules/luci-base/po/ms/base.po create mode 100644 modules/luci-base/po/no/base.po create mode 100644 modules/luci-base/po/pl/base.po create mode 100644 modules/luci-base/po/pt-br/base.po create mode 100644 modules/luci-base/po/pt/base.po create mode 100644 modules/luci-base/po/ro/base.po create mode 100644 modules/luci-base/po/ru/base.po create mode 100644 modules/luci-base/po/sk/base.po create mode 100644 modules/luci-base/po/sv/base.po create mode 100644 modules/luci-base/po/templates/base.pot create mode 100644 modules/luci-base/po/tr/base.po create mode 100644 modules/luci-base/po/uk/base.po create mode 100644 modules/luci-base/po/vi/base.po create mode 100644 modules/luci-base/po/zh-cn/base.po create mode 100644 modules/luci-base/po/zh-tw/base.po create mode 100644 modules/luci-base/root/etc/config/luci create mode 100644 modules/luci-base/root/etc/config/ucitrack create mode 100644 modules/luci-base/root/lib/uci/upload/.placeholder create mode 100755 modules/luci-base/root/sbin/luci-reload create mode 100644 modules/luci-base/root/www/index.html create mode 100644 modules/luci-base/src/Makefile create mode 100755 modules/luci-base/src/mkversion.sh create mode 100644 modules/luci-base/src/po2lmo.c create mode 100644 modules/luci-base/src/template_lmo.c create mode 100644 modules/luci-base/src/template_lmo.h create mode 100644 modules/luci-base/src/template_lualib.c create mode 100644 modules/luci-base/src/template_lualib.h create mode 100644 modules/luci-base/src/template_parser.c create mode 100644 modules/luci-base/src/template_parser.h create mode 100644 modules/luci-base/src/template_utils.c create mode 100644 modules/luci-base/src/template_utils.h create mode 100644 modules/luci-mod-admin-full/Makefile create mode 100644 modules/luci-mod-admin-full/htdocs/luci-static/resources/bandwidth.svg create mode 100644 modules/luci-mod-admin-full/htdocs/luci-static/resources/connections.svg create mode 100644 modules/luci-mod-admin-full/htdocs/luci-static/resources/load.svg create mode 100644 modules/luci-mod-admin-full/htdocs/luci-static/resources/wifirate.svg create mode 100644 modules/luci-mod-admin-full/htdocs/luci-static/resources/wireless.svg create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/filebrowser.lua create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/index.lua create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/network.lua create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/status.lua create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/system.lua create mode 100644 modules/luci-mod-admin-full/luasrc/controller/admin/uci.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/buttons.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/leds.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua create mode 100644 modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/iface_overview.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/iface_status.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/switch_status.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_join.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_status.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/bandwidth.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/connections.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/iptables.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/load.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/routes.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_status/wireless.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/applyreboot.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/backupfiles.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/clock_status.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/ipkg.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/reboot.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_system/upgrade.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_uci/apply.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_uci/changelog.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_uci/changes.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/admin_uci/revert.htm create mode 100644 modules/luci-mod-admin-full/luasrc/view/cbi/wireless_modefreq.htm create mode 100644 modules/luci-mod-admin-full/src/Makefile create mode 100644 modules/luci-mod-admin-full/src/luci-bwc.c create mode 100644 modules/luci-mod-admin-mini/Makefile create mode 100644 modules/luci-mod-admin-mini/luasrc/controller/mini/index.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/controller/mini/network.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/controller/mini/system.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/dhcp.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/index.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/luci.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/network.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/passwd.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/system.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/model/cbi/mini/wifi.lua create mode 100644 modules/luci-mod-admin-mini/luasrc/view/mini/applyreboot.htm create mode 100644 modules/luci-mod-admin-mini/luasrc/view/mini/backup.htm create mode 100644 modules/luci-mod-admin-mini/luasrc/view/mini/index.htm create mode 100644 modules/luci-mod-admin-mini/luasrc/view/mini/reboot.htm create mode 100644 modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm create mode 100644 modules/luci-mod-failsafe/Makefile create mode 100644 modules/luci-mod-failsafe/luasrc/controller/failsafe/failsafe.lua create mode 100644 modules/luci-mod-failsafe/luasrc/view/failsafe/applyreboot.htm create mode 100644 modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm create mode 100644 modules/luci-mod-failsafe/luasrc/view/failsafe/reboot.htm create mode 100644 modules/luci-mod-failsafe/luasrc/view/failsafe/upgrade.htm create mode 100644 modules/luci-mod-freifunk-community/Makefile create mode 100644 modules/luci-mod-freifunk/Makefile create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/flashing.html create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/resources/flashing.gif create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/resources/freifunk-map/hna.gif create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/resources/freifunk-map/node.gif create mode 100644 modules/luci-mod-freifunk/htdocs/luci-static/resources/osm.js create mode 100644 modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua create mode 100644 modules/luci-mod-freifunk/luasrc/controller/freifunk/remote_update.lua create mode 100644 modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/basics.lua create mode 100644 modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/contact.lua create mode 100644 modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/profile.lua create mode 100644 modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/profile_expert.lua create mode 100644 modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/user_index.lua create mode 100644 modules/luci-mod-freifunk/luasrc/view/cbi/osmll_value.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/adminindex.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/contact.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/profile_error.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/public_status.htm create mode 100644 modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm create mode 100644 modules/luci-mod-freifunk/po/ca/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/cs/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/de/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/el/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/en/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/es/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/fr/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/he/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/hu/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/it/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/ja/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/ms/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/no/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/pl/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/pt-br/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/pt/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/ro/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/ru/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/sk/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/sv/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/tr/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/uk/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/vi/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/zh-cn/freifunk.po create mode 100644 modules/luci-mod-freifunk/po/zh-tw/freifunk.po create mode 100644 modules/luci-mod-rpc/Makefile create mode 100644 modules/luci-mod-rpc/luasrc/controller/rpc.lua create mode 100644 modules/luci-mod-rpc/luasrc/jsonrpc.lua create mode 100644 modules/luci-mod-rpc/luasrc/jsonrpcbind/uci.lua create mode 100644 network/pentadactyl/.pentadactylrc create mode 100644 network/samba/smb.conf create mode 100644 network/update-repos/config create mode 100755 newpost create mode 100644 pkg/configuration-1.3.4.gem create mode 100644 protocols/luci-proto-3g/Makefile create mode 100644 protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua create mode 100644 protocols/luci-proto-ipv6/Makefile create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_464xlat.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dslite.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_map.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/network/proto_4x6.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/network/proto_6x4.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/network/proto_aiccu.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua create mode 100644 protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua create mode 100644 protocols/luci-proto-openconnect/Makefile create mode 100644 protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua create mode 100644 protocols/luci-proto-openconnect/luasrc/model/network/proto_openconnect.lua create mode 100644 protocols/luci-proto-ppp/Makefile create mode 100644 protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua create mode 100644 protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_ppp.lua create mode 100644 protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua create mode 100644 protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua create mode 100644 protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pptp.lua create mode 100644 protocols/luci-proto-ppp/luasrc/model/network/proto_ppp.lua create mode 100644 protocols/luci-proto-relay/Makefile create mode 100644 protocols/luci-proto-relay/luasrc/model/cbi/admin_network/proto_relay.lua create mode 100644 protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua create mode 100755 rab create mode 100644 samples/a.rb create mode 100644 samples/b.rb create mode 100644 samples/c.rb create mode 100644 samples/d.rb create mode 100644 samples/e.rb create mode 100644 samples/f.rb create mode 100644 shell/bash/.bash_logout create mode 100644 shell/bash/.bash_profile create mode 100644 shell/bash/.bashrc create mode 100755 shiny create mode 100755 shinyapps create mode 100644 status/i3status/config create mode 100755 strip create mode 100644 system/pacman/mirrorlist create mode 100644 system/pacman/pacman.conf create mode 100644 test/overwrite_test.rb create mode 100644 text/vim/.vimrc create mode 100644 themes/luci-theme-bootstrap/Makefile create mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css create mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico create mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/html5.js create mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css create mode 100644 themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm create mode 100644 themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm create mode 100755 themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap create mode 100644 themes/luci-theme-freifunk-generic/Makefile create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/bg.jpg create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/header.jpg create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/ie7.css create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/logo.jpg create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css create mode 100644 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/smallscreen.css create mode 100644 themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm create mode 100644 themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm create mode 100644 themes/luci-theme-freifunk-generic/root/etc/uci-defaults/luci-theme-freifunk-generic create mode 100755 themes/luci-theme-material/Makefile create mode 100755 themes/luci-theme-material/htdocs/luci-static/material/css/style.css create mode 100755 themes/luci-theme-material/htdocs/luci-static/material/favicon.ico create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/fonts/font.eot create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/fonts/font.svg create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/fonts/font.ttf create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/fonts/font.woff create mode 100755 themes/luci-theme-material/htdocs/luci-static/material/js/jquery.min.js create mode 100755 themes/luci-theme-material/htdocs/luci-static/material/js/script.js create mode 100755 themes/luci-theme-material/htdocs/luci-static/material/logo.png create mode 100755 themes/luci-theme-material/luasrc/view/themes/material/footer.htm create mode 100755 themes/luci-theme-material/luasrc/view/themes/material/header.htm create mode 100755 themes/luci-theme-material/root/etc/uci-defaults/luci-theme-material create mode 100644 themes/luci-theme-openwrt/Makefile create mode 100644 themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css create mode 100644 themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie6.css create mode 100644 themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie7.css create mode 100644 themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie8.css create mode 100644 themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/tabbg.png create mode 100644 themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/footer.htm create mode 100644 themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm create mode 100755 themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt create mode 100644 video/mplayer/config create mode 100644 wireless-restart create mode 100755 wm/herbstluftwm/autostart create mode 100644 wm/herbstluftwm/hook-handler/config.d/00-io-in-hlwm-dir create mode 100755 wm/herbstluftwm/hook-handler/hooks/logout/00-logout create mode 100755 wm/herbstluftwm/hook-handler/hooks/reload/00-notification create mode 100644 wm/herbstluftwm/layouts/3-pane create mode 100644 wm/herbstluftwm/layouts/biggie-smalls create mode 100644 wm/herbstluftwm/layouts/gimp create mode 100644 wm/herbstluftwm/layouts/pillar create mode 100644 wm/herbstluftwm/layouts/pillar-gimp create mode 100644 wm/herbstluftwm/layouts/visgrid create mode 100644 wm/i3/config create mode 100644 wm/screen/.screenrc create mode 100644 x11/.Xdefaults create mode 100644 x11/.xbindkeysrc diff --git a/.Renviron b/.Renviron new file mode 100644 index 0000000..6444783 --- /dev/null +++ b/.Renviron @@ -0,0 +1,10 @@ +# sometimes I temporarily install some packages to ~/R-tmp; normall I install to ~/R +R_LIBS_USER="~/R:~/R-tmp:~/R-bioc" + +# custom knitr options for me +R_KNITR_OPTIONS="knitr.chunk.tidy=TRUE" + +#_R_CHECK_CRAN_INCOMING_=FALSE +# do not force installing packages in Suggests +_R_CHECK_FORCE_SUGGESTS_=false + diff --git a/.Rprofile b/.Rprofile new file mode 100644 index 0000000..f39ea98 --- /dev/null +++ b/.Rprofile @@ -0,0 +1,28 @@ +options( + repos = c(CRAN = 'https://cran.rstudio.com'), + help_type = 'text', width = 80, github.user = 'yihui', shiny.reactlog = TRUE, + devtools.name = 'Yihui Xie', devtools.desc.author = 'Yihui Xie ', + devtools.desc.license = 'GPL', + warnPartialMatchAttr = TRUE, warnPartialMatchDollar = TRUE +) + +if (.Platform$OS.type == 'unix') { + options(browser = 'google-chrome') +} + +if (interactive()) { + d = list( + h = function(pkg) help(package = (pkg), help_type = 'html'), + i = function(...) devtools::install_github(...), + r = function() { + d1 = grep('^/usr/', .libPaths(), value = TRUE) + d2 = setdiff(.libPaths(), d1) + p1 = .packages(TRUE, d1) + p2 = .packages(TRUE, d2) + for (i in intersect(p1, p2)) { + message('Removing ', i) + remove.packages(i) + } + } + ) +} diff --git a/.bash_aliases b/.bash_aliases new file mode 100644 index 0000000..5a1ab05 --- /dev/null +++ b/.bash_aliases @@ -0,0 +1,6 @@ +alias R='R --no-save -q' +alias sasdesk='rdesktop -u xie -d IASTATE sas.stat.iastate.edu' +alias Rbatch='R CMD BATCH --no-restore --no-save --no-timing' +alias aptup='sudo apt-get update; sudo apt-get upgrade' +alias aptrm='sudo apt-get autoremove; sudo apt-get autoclean' + diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..e14543d --- /dev/null +++ b/.bashrc @@ -0,0 +1,2 @@ +GREP_OPTIONS="--exclude-dir=\.svn --exclude-dir=\.Rproj\.user --exclude-dir=\.git" +export GREP_OPTIONS diff --git a/.buildpath b/.buildpath new file mode 100644 index 0000000..81fa646 --- /dev/null +++ b/.buildpath @@ -0,0 +1,5 @@ + + + + + diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..e1a4774 --- /dev/null +++ b/.cproject @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.emacs b/.emacs new file mode 100644 index 0000000..9cc30cf --- /dev/null +++ b/.emacs @@ -0,0 +1,47 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(column-number-mode t) + '(ess-ask-for-ess-directory nil) + '(ess-history-file nil) + '(ess-language "R") + '(ess-roxy-template-alist (list (cons "description" "") (cons "details" "") (cons "param" "") (cons "return" "") (cons "author" "Yihui Xie <\\url{http://yihui.name}>") (cons "examples" ""))) + '(ess-user-full-name "Yihui Xie <\\url{http://yihui.name}>") + '(inferior-R-args "--no-save") + '(inferior-R-program-name "R") + '(inhibit-startup-screen t) + '(make-backup-files nil) + '(scroll-bar-mode (quote right)) + '(x-select-enable-clipboard t)) + ;;; ESS + (add-hook 'ess-mode-hook + (lambda () + (ess-set-style 'C++ 'quiet) + ;; Because + ;; DEF GNU BSD K&R C++ + ;; ess-indent-level 2 2 8 5 4 + ;; ess-continued-statement-offset 2 2 8 5 4 + ;; ess-brace-offset 0 0 -8 -5 -4 + ;; ess-arg-function-offset 2 4 0 0 0 + ;; ess-expression-offset 4 2 8 5 4 + ;; ess-else-offset 0 0 0 0 0 + ;; ess-close-brace-offset 0 0 0 0 0 + (add-hook 'local-write-file-hooks + (lambda () + (ess-nuke-trailing-whitespace))))) + ;; (setq ess-nuke-trailing-whitespace-p 'ask) + ;; or even + (setq ess-nuke-trailing-whitespace-p t) + ;;; Perl + (add-hook 'perl-mode-hook + (lambda () (setq perl-indent-level 4))) +(ess-toggle-underscore nil) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(default ((t (:inherit nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 87 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) +(show-paren-mode t) diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..cd6e254 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,14 @@ +[user] + email = xie@yihui.name + name = Yihui Xie +[alias] + co = checkout + br = branch + cp = cherry-pick +[gui] + fontui = -family Cantarell -size 10 -weight normal -slant roman -underline 0 -overstrike 0 + fontdiff = -family \"Courier 10 Pitch\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0 +[branch "master"] + rebase = true +[branch] + autosetuprebase = always diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07494e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +dist/ +/host +*.o +*.so +*.swp +*.po~ +/docs +modules/luci-base/src/po2lmo diff --git a/.netrc b/.netrc new file mode 100644 index 0000000..3343c0f --- /dev/null +++ b/.netrc @@ -0,0 +1,3 @@ +machine win-builder.r-project.org +login anonymous +password foo@bar.com diff --git a/.project b/.project new file mode 100644 index 0000000..11b398b --- /dev/null +++ b/.project @@ -0,0 +1,78 @@ + + + luci + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.core.cnature + org.eclipse.dltk.lua.core.nature + + diff --git a/R.css b/R.css new file mode 100644 index 0000000..e4a9830 --- /dev/null +++ b/R.css @@ -0,0 +1,60 @@ +* { + font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; + font-size: 14px; +} + +h1, h2, h3, h4, h5, h6 { + color: #666; +} +h1, h2 { + text-align: center; +} +h1 { + font-size: x-large; +} +h2, h3 { + font-size: large; +} +h4, h6 { + font-style: italic; +} +h3 { + border-left: solid 5px #ddd; + padding-left: 5px; + font-variant: small-caps; +} + +img.toplogo { + vertical-align: middle; +} +img.arrow{ + width: 30px; + height: 30px; + border: 0; +} + +span, code, pre { + font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace; +} +span.acronym {} +span.env { + font-style: italic; +} +span.file {} +span.option {} +span.pkg { + font-weight: bold; +} +span.samp{} + +div.vignettes a:hover { + background: rgb(85%, 85%, 85%); +} + +code, pre, dt { + background-color: #F7F7F7; +} +pre { + font-size: 12px; + padding: .5em; +} diff --git a/Rinst b/Rinst new file mode 100755 index 0000000..b197a6f --- /dev/null +++ b/Rinst @@ -0,0 +1,5 @@ +#!/bin/sh + +PKG=$(basename $1) +[ -d "$PKG" ] || exit 0 +rm -f $PKG_*.tar.gz && R CMD build --no-manual $PKG && R CMD INSTALL $PKG_*.tar.gz diff --git a/applications/luci-app-ahcp/Makefile b/applications/luci-app-ahcp/Makefile new file mode 100644 index 0000000..bb4d415 --- /dev/null +++ b/applications/luci-app-ahcp/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for AHCPd +LUCI_DEPENDS:=+ahcpd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ahcp/luasrc/controller/ahcp.lua b/applications/luci-app-ahcp/luasrc/controller/ahcp.lua new file mode 100644 index 0000000..e97da55 --- /dev/null +++ b/applications/luci-app-ahcp/luasrc/controller/ahcp.lua @@ -0,0 +1,49 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ahcp", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/ahcpd") then + return + end + + entry({"admin", "network", "ahcpd"}, cbi("ahcp"), _("AHCP Server"), 90) + entry({"admin", "network", "ahcpd", "status"}, call("ahcp_status")) +end + +function ahcp_status() + local nfs = require "nixio.fs" + local uci = require "luci.model.uci".cursor() + local lsd = uci:get_first("ahcpd", "ahcpd", "lease_dir") or "/var/lib/leases" + local idf = uci:get_first("ahcpd", "ahcpd", "id_file") or "/var/lib/ahcpd-unique-id" + + local rv = { + uid = "00:00:00:00:00:00:00:00", + leases = { } + } + + idf = nfs.readfile(idf) + if idf and #idf == 8 then + rv.uid = "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X" %{ idf:byte(1, 8) } + end + + local itr = nfs.dir(lsd) + if itr then + local addr + for addr in itr do + if addr:match("^%d+%.%d+%.%d+%.%d+$") then + local s = nfs.stat(lsd .. "/" .. addr) + rv.leases[#rv.leases+1] = { + addr = addr, + age = s and (os.time() - s.mtime) or 0 + } + end + end + end + + table.sort(rv.leases, function(a, b) return a.age < b.age end) + + luci.http.prepare_content("application/json") + luci.http.write_json(rv) +end diff --git a/applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua b/applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua new file mode 100644 index 0000000..30897eb --- /dev/null +++ b/applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua @@ -0,0 +1,110 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("ahcpd", translate("AHCP Server"), translate("AHCP is an autoconfiguration protocol " .. + "for IPv6 and dual-stack IPv6/IPv4 networks designed to be used in place of router " .. + "discovery or DHCP on networks where it is difficult or impossible to configure a " .. + "server within every link-layer broadcast domain, for example mobile ad-hoc networks.")) + + +m:section(SimpleSection).template = "ahcp_status" + +s = m:section(TypedSection, "ahcpd") +s:tab("general", translate("General Setup")) +s:tab("advanced", translate("Advanced Settings")) +s.addremove = false +s.anonymous = true + + +mode = s:taboption("general", ListValue, "mode", translate("Operation mode")) +mode:value("server", translate("Server")) +mode:value("forwarder", translate("Forwarder")) + +net = s:taboption("general", Value, "interface", translate("Served interfaces")) +net.template = "cbi/network_netlist" +net.widget = "checkbox" +net.nocreate = true + +function net.cfgvalue(self, section) + return m.uci:get("ahcpd", section, "interface") +end + +pfx = s:taboption("general", DynamicList, "prefix", translate("Announced prefixes"), + translate("Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation")) +pfx.optional = true +pfx.datatype = "ipaddr" +pfx:depends("mode", "server") + +nss = s:taboption("general", DynamicList, "name_server", translate("Announced DNS servers"), + translate("Specifies the announced IPv4 and IPv6 name servers")) +nss.optional = true +nss.datatype = "ipaddr" +nss:depends("mode", "server") + +ntp = s:taboption("general", DynamicList, "ntp_server", translate("Announced NTP servers"), + translate("Specifies the announced IPv4 and IPv6 NTP servers")) +ntp.optional = true +ntp.datatype = "ipaddr" +ntp:depends("mode", "server") + +mca = s:taboption("general", Value, "multicast_address", translate("Multicast address")) +mca.optional = true +mca.placeholder = "ff02::cca6:c0f9:e182:5359" +mca.datatype = "ip6addr" + +port = s:taboption("general", Value, "port", translate("Port")) +port.optional = true +port.placeholder = 5359 +port.datatype = "port" + +fam = s:taboption("general", ListValue, "_family", translate("Protocol family")) +fam:value("", translate("IPv4 and IPv6")) +fam:value("ipv4", translate("IPv4 only")) +fam:value("ipv6", translate("IPv6 only")) + +function fam.cfgvalue(self, section) + local v4 = m.uci:get_bool("ahcpd", section, "ipv4_only") + local v6 = m.uci:get_bool("ahcpd", section, "ipv6_only") + if v4 then + return "ipv4" + elseif v6 then + return "ipv6" + end + return "" +end + +function fam.write(self, section, value) + if value == "ipv4" then + m.uci:set("ahcpd", section, "ipv4_only", "true") + m.uci:delete("ahcpd", section, "ipv6_only") + elseif value == "ipv6" then + m.uci:set("ahcpd", section, "ipv6_only", "true") + m.uci:delete("ahcpd", section, "ipv4_only") + end +end + +function fam.remove(self, section) + m.uci:delete("ahcpd", section, "ipv4_only") + m.uci:delete("ahcpd", section, "ipv6_only") +end + +ltime = s:taboption("general", Value, "lease_time", translate("Lease validity time")) +ltime.optional = true +ltime.placeholder = 3666 +ltime.datatype = "uinteger" + + +ld = s:taboption("advanced", Value, "lease_dir", translate("Lease directory")) +ld.datatype = "directory" +ld.placeholder = "/var/lib/leases" + +id = s:taboption("advanced", Value, "id_file", translate("Unique ID file")) +--id.datatype = "file" +id.placeholder = "/var/lib/ahcpd-unique-id" + +log = s:taboption("advanced", Value, "log_file", translate("Log file")) +--log.datatype = "file" +log.placeholder = "/var/log/ahcpd.log" + + +return m diff --git a/applications/luci-app-ahcp/luasrc/view/admin_status/index/ahcp.htm b/applications/luci-app-ahcp/luasrc/view/admin_status/index/ahcp.htm new file mode 100644 index 0000000..ef4cfca --- /dev/null +++ b/applications/luci-app-ahcp/luasrc/view/admin_status/index/ahcp.htm @@ -0,0 +1 @@ +<%+ahcp_status%> diff --git a/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm b/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm new file mode 100644 index 0000000..9468289 --- /dev/null +++ b/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm @@ -0,0 +1,53 @@ + + +
+ <%:Active AHCP Leases%> +

+ + + + + + + + +
<%:Address%><%:Age%>

<%:Collecting data...%>
+
diff --git a/applications/luci-app-ahcp/po/ca/ahcp.po b/applications/luci-app-ahcp/po/ca/ahcp.po new file mode 100644 index 0000000..89108fd --- /dev/null +++ b/applications/luci-app-ahcp/po/ca/ahcp.po @@ -0,0 +1,117 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-02 21:34+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Servidor AHCP" + +# Minor misspelling corrections +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP és un protocol de configuració automàtica per IPv6 i xarxes de pila " +"dual IPv6/IPv4 dissenyat per fer servir en lloc del descobriment de rutes o " +"DHCP en xarxes on es difícil o impossible configurar un servidor dins de " +"tots els dominis de difusió a la capa d'enllaç, per exemple xarxes mòbils ad-" +"hoc." + +# apòstrof+acrònims http://ca.wikipedia.org/wiki/Ap%C3%B2strof#Observacions +msgid "Active AHCP Leases" +msgstr "Leases actius d'AHCP" + +msgid "Address" +msgstr "Adreça" + +msgid "Advanced Settings" +msgstr "Configuració avançada" + +msgid "Age" +msgstr "Edat" + +msgid "Announced DNS servers" +msgstr "Servidors DNS anunciats" + +msgid "Announced NTP servers" +msgstr "Servidors NTP anunciats" + +msgid "Announced prefixes" +msgstr "Prefixos anunciats" + +msgid "Collecting data..." +msgstr "Recopilant informació..." + +msgid "Forwarder" +msgstr "Retransmissor" + +msgid "General Setup" +msgstr "Configuració general" + +msgid "IPv4 and IPv6" +msgstr "IPv4 i IPv6" + +msgid "IPv4 only" +msgstr "Només IPv4" + +msgid "IPv6 only" +msgstr "Només IPv6" + +msgid "Lease directory" +msgstr "Directori d'arrendament" + +msgid "Lease validity time" +msgstr "Duració d'arrendament" + +msgid "Log file" +msgstr "Fitxer de registre" + +msgid "Multicast address" +msgstr "Adreça de difusió selectiva" + +msgid "Operation mode" +msgstr "Mode d'operació" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Família de protocol" + +msgid "Served interfaces" +msgstr "Interfícies servides" + +msgid "Server" +msgstr "Servidor" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Especifica els servidors NTP IPv4 i IPv6 anunciats" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Especifica els servidors de noms IPv4 i IPv6 anunciats" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Especifica els prefixos de xarxa IPv4 i IPv6 anunciats en notació CIDR" + +msgid "The AHCP Service is not running." +msgstr "El servidor AHCP no està funcionant." + +msgid "The AHCP Service is running with ID %s." +msgstr "El servei AHCP està funcionant amb el ID %s." + +msgid "There are no active leases." +msgstr "No hi ha arrendaments actius." + +msgid "Unique ID file" +msgstr "Fitxer ID únic" diff --git a/applications/luci-app-ahcp/po/cs/ahcp.po b/applications/luci-app-ahcp/po/cs/ahcp.po new file mode 100644 index 0000000..0a9e0af --- /dev/null +++ b/applications/luci-app-ahcp/po/cs/ahcp.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-23 23:01+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP Server" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP je autokonfiguraÄní protokol pro IPv6 a dual-stack IPv6/IPv4 sítÄ›, " +"vytvoÅ™ený pro použití vedle funkcí router discovery (Vyhledávání smÄ›rovaÄů " +"pomocí ICMP zpráv) a DHCP na sítích kde je obtížné Äi nemožné nakonfigurovat " +"server v každé vrstvÄ› broadcast domény, například mobilní ad-hoc sítÄ›." + +msgid "Active AHCP Leases" +msgstr "Aktivní AHCP zapůjÄení" + +msgid "Address" +msgstr "Adresa" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Age" +msgstr "Stáří" + +msgid "Announced DNS servers" +msgstr "Oznámené DNS servery" + +msgid "Announced NTP servers" +msgstr "Oznámené NTP servery" + +msgid "Announced prefixes" +msgstr "Oznámené pÅ™edÄíslí" + +msgid "Collecting data..." +msgstr "Probíhá shromažÄování dat..." + +msgid "Forwarder" +msgstr "PÅ™esmÄ›rování" + +msgid "General Setup" +msgstr "Obecné nastavení" + +msgid "IPv4 and IPv6" +msgstr "IPv4 a IPv6" + +msgid "IPv4 only" +msgstr "pouze IPv4" + +msgid "IPv6 only" +msgstr "Pouze IPv6" + +msgid "Lease directory" +msgstr "ZapůjÄené adresáře" + +msgid "Lease validity time" +msgstr "Doba platnosti zapujÄení" + +msgid "Log file" +msgstr "Soubor protokolu" + +msgid "Multicast address" +msgstr "VícesmÄ›rové adresy" + +msgid "Operation mode" +msgstr "Pracovní režim" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Rodina protokolů" + +msgid "Served interfaces" +msgstr "Obsluhované rozhraní" + +msgid "Server" +msgstr "Servr" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Specifikuje ohlášené IPv4 a IPv6 NTP servery" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Specifikuje ohlášené IPv4 a IPv6 názvové servery" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Specifikuje ohlášené IPv4 a IPv6 sítÄ› pÅ™edpony v CIDR notaci" + +msgid "The AHCP Service is not running." +msgstr "Služba AHCP neběží" + +msgid "The AHCP Service is running with ID %s." +msgstr "Služba AHCP je spuÅ¡tÄ›na s ID %s." + +msgid "There are no active leases." +msgstr "Neexistují žádná aktivní pronajmutí." + +msgid "Unique ID file" +msgstr "JedineÄný ID soubor" diff --git a/applications/luci-app-ahcp/po/de/ahcp.po b/applications/luci-app-ahcp/po/de/ahcp.po new file mode 100644 index 0000000..6df34d8 --- /dev/null +++ b/applications/luci-app-ahcp/po/de/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-30 18:21+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP Server" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP ist ein Autokonfigurationsprotokoll für IPv6- und IPv4/IPv6 Dualstack-" +"Netzwerke. Es ist darauf ausgelegt anstelle von Router Advertisements und " +"DHCP-Servern in Ad-Hoc Netzwerken eingesetzt zu werden." + +msgid "Active AHCP Leases" +msgstr "Aktive AHCP-Leases" + +msgid "Address" +msgstr "Adresse" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Age" +msgstr "Alter" + +msgid "Announced DNS servers" +msgstr "Angekündigte DNS-Server" + +msgid "Announced NTP servers" +msgstr "Angekündigte NTP-Server" + +msgid "Announced prefixes" +msgstr "Angekündigte Prefixe" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Forwarder" +msgstr "Forwarder" + +msgid "General Setup" +msgstr "Allgemeine Einstellungen" + +msgid "IPv4 and IPv6" +msgstr "IPv4 und IPv6" + +msgid "IPv4 only" +msgstr "nur IPv4" + +msgid "IPv6 only" +msgstr "nur IPv6" + +msgid "Lease directory" +msgstr "Lease-Verzeichnis" + +msgid "Lease validity time" +msgstr "Lease-Gültigkeitsdauer" + +msgid "Log file" +msgstr "Protokolldatei" + +msgid "Multicast address" +msgstr "Mutlicast-Adresse" + +msgid "Operation mode" +msgstr "Betriebsmodus" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protokollfamilie" + +msgid "Served interfaces" +msgstr "Verwendete Schnittstellen" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Konfiguriert die bekannt gegebenen IPv4- und IPv6-NTP-Server" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Konfiguriert die bekannt gegebenen IPv4- und IPv6-DNS-Server" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"Konfiguriert die bekannt gegebenen IPv4- und IPv6-Netzwerkprefixe. Angabe in " +"CIDR-Notation." + +msgid "The AHCP Service is not running." +msgstr "Der AHCP-Dienst läuft nicht." + +msgid "The AHCP Service is running with ID %s." +msgstr "Der AHCP-Dienst läuft mit ID %s." + +msgid "There are no active leases." +msgstr "Es gibt keine aktiven Leases." + +msgid "Unique ID file" +msgstr "UID-Datei" diff --git a/applications/luci-app-ahcp/po/el/ahcp.po b/applications/luci-app-ahcp/po/el/ahcp.po new file mode 100644 index 0000000..0d7d6bd --- /dev/null +++ b/applications/luci-app-ahcp/po/el/ahcp.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 16:25+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "ΕξυπηÏετητής AHCP" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "ΕνεÏγά AHCP Leases" + +msgid "Address" +msgstr "ΔιεÏθυνση" + +msgid "Advanced Settings" +msgstr "" + +msgid "Age" +msgstr "" + +msgid "Announced DNS servers" +msgstr "" + +msgid "Announced NTP servers" +msgstr "" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "Συλλέγονται δεδομένα..." + +msgid "Forwarder" +msgstr "ΠÏοωθητής" + +msgid "General Setup" +msgstr "Γενικές Ïυθμίσεις" + +msgid "IPv4 and IPv6" +msgstr "IPv4 και IPv6" + +msgid "IPv4 only" +msgstr "μόνο IPv4" + +msgid "IPv6 only" +msgstr "μόνο IPv6" + +#, fuzzy +msgid "Lease directory" +msgstr "Κατάλογος leases" + +msgid "Lease validity time" +msgstr "ΧÏόνος εγκυÏότητας lease" + +msgid "Log file" +msgstr "ΑÏχείο καταγÏαφής" + +msgid "Multicast address" +msgstr "ΔιεÏθυνση multicast" + +msgid "Operation mode" +msgstr "" + +msgid "Port" +msgstr "ΘÏÏα" + +msgid "Protocol family" +msgstr "Οικογένεια Ï€Ïωτοκόλλου" + +msgid "Served interfaces" +msgstr "ΕξυπηÏετοÏμενες διεπαφές" + +msgid "Server" +msgstr "ΕξυπηÏετητής" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "ΚαθοÏίζει τους εξυπηÏετητές NTP σε IPv4 και IPv6 που ανακοινώνονται" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "ΚαθοÏίζει τους εξυπηÏετητές DNS σε IPv4 και IPv6 που ανακοινώνονται" + +#, fuzzy +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"ΚαθοÏίζει τα Ï€Ïοθέματα διευθÏνσεων IPv4 και IPv6 που ανακοινώνονται, σε " +"μοÏφή CIDR" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +#, fuzzy +msgid "There are no active leases." +msgstr "Δεν υπάÏχουν ενεÏγά leases" + +msgid "Unique ID file" +msgstr "ΑÏχείο Î¼Î¿Î½Î±Î´Î¹ÎºÎ¿Ï Î±Î½Î±Î³Î½Ï‰ÏιστικοÏ" diff --git a/applications/luci-app-ahcp/po/en/ahcp.po b/applications/luci-app-ahcp/po/en/ahcp.po new file mode 100644 index 0000000..4ad2ab2 --- /dev/null +++ b/applications/luci-app-ahcp/po/en/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-15 11:31+0200\n" +"Last-Translator: madanadam \n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "AHCP Server" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery and DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." + +msgid "Active AHCP Leases" +msgstr "Active AHCP Leases" + +msgid "Address" +msgstr "Address" + +msgid "Advanced Settings" +msgstr "Advanced Settings" + +msgid "Age" +msgstr "Age" + +msgid "Announced DNS servers" +msgstr "Announced DNS servers" + +msgid "Announced NTP servers" +msgstr "Announced NTP servers" + +msgid "Announced prefixes" +msgstr "Announced prefixes" + +msgid "Collecting data..." +msgstr "Collecting data..." + +msgid "Forwarder" +msgstr "Forwarder" + +msgid "General Setup" +msgstr "General Setup" + +msgid "IPv4 and IPv6" +msgstr "IPv4 and IPv6" + +msgid "IPv4 only" +msgstr "IPv4 only" + +msgid "IPv6 only" +msgstr "IPv6 only" + +msgid "Lease directory" +msgstr "Lease directory" + +msgid "Lease validity time" +msgstr "Lease validity time" + +msgid "Log file" +msgstr "Log file" + +msgid "Multicast address" +msgstr "Multicast address" + +msgid "Operation mode" +msgstr "Operation mode" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protocol family" + +msgid "Served interfaces" +msgstr "Served interfaces" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Specifies the announced IPv4 and IPv6 NTP servers" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Specifies the announced IPv4 and IPv6 name servers" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" + +msgid "The AHCP Service is not running." +msgstr "The AHCP Service is not running." + +msgid "The AHCP Service is running with ID %s." +msgstr "The AHCP Service is running with ID %s." + +msgid "There are no active leases." +msgstr "There are no active leases." + +msgid "Unique ID file" +msgstr "Unique ID file" diff --git a/applications/luci-app-ahcp/po/es/ahcp.po b/applications/luci-app-ahcp/po/es/ahcp.po new file mode 100644 index 0000000..512606a --- /dev/null +++ b/applications/luci-app-ahcp/po/es/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-14 19:30+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Servidor AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP es un protocolo de autoconfiguración para redes con IPv6 o duales IPv6/" +"IPv4 diseñado para ser usado en lugar de router discovery o DHCP en redes en " +"las que es difícil o imposible configurar un servidor en cada capa de enlace " +"del dominio de propagación como las redes móviles ad-hoc." + +# "Lease" en el sentido usado en DHCP no tiene una traducción clara en español y se puede usar la misma palabra en que en inglés. +msgid "Active AHCP Leases" +msgstr "Cesiones activas AHCP" + +msgid "Address" +msgstr "Dirección" + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Age" +msgstr "Vida" + +msgid "Announced DNS servers" +msgstr "Servidores DNS declarados" + +msgid "Announced NTP servers" +msgstr "Servidores NTP declarados" + +msgid "Announced prefixes" +msgstr "Prefijos declarados" + +msgid "Collecting data..." +msgstr "Obteniendo datos..." + +msgid "Forwarder" +msgstr "Transmisor" + +msgid "General Setup" +msgstr "Configuración general" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Sólo IPv4" + +msgid "IPv6 only" +msgstr "Sólo IPv6" + +msgid "Lease directory" +msgstr "Directorio de cesiones" + +msgid "Lease validity time" +msgstr "Tiempo de validez de la cesión" + +msgid "Log file" +msgstr "Fichero de registro" + +msgid "Multicast address" +msgstr "Dirección multicast" + +msgid "Operation mode" +msgstr "Modo de funcionamiento" + +msgid "Port" +msgstr "Puerto" + +msgid "Protocol family" +msgstr "Familia de protocolos" + +msgid "Served interfaces" +msgstr "Interfaces configurados" + +msgid "Server" +msgstr "Servidor" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Especifica los servidores NTP IPv4 e IPv6 declarados" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Especifica los servidores de nombres IPv4 e IPv6 declarados" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Especifica los prefijos de red IPv4 e IPv6 declarados en notación CIDR" + +msgid "The AHCP Service is not running." +msgstr "El Servicio AHCP no está funcionando." + +msgid "The AHCP Service is running with ID %s." +msgstr "El Servicio AHCP está funcionando con el ID %s." + +msgid "There are no active leases." +msgstr "No hay cesiones activas." + +msgid "Unique ID file" +msgstr "ID único de fichero" diff --git a/applications/luci-app-ahcp/po/fr/ahcp.po b/applications/luci-app-ahcp/po/fr/ahcp.po new file mode 100644 index 0000000..1163518 --- /dev/null +++ b/applications/luci-app-ahcp/po/fr/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-06 13:06+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Serveur AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP est un protocole d'auto-configuration pour les réseaux IPv6 et double-" +"pile IPv6/IPv4, destiné à remplacer la recherche de routeur et le service " +"DHCP sur des réseaux où il est difficile, voire impossible de configurer un " +"tel serveur pour tous les domaines de diffusion au niveau lien, par exemple " +"pour des réseaux ad-hoc mobiles." + +msgid "Active AHCP Leases" +msgstr "Baux AHCP actifs" + +msgid "Address" +msgstr "Adresse" + +msgid "Advanced Settings" +msgstr "Paramètres avancés" + +msgid "Age" +msgstr "Age" + +msgid "Announced DNS servers" +msgstr "Serveurs DNS publiés" + +msgid "Announced NTP servers" +msgstr "Serveurs NTP publiés" + +msgid "Announced prefixes" +msgstr "Préfixes publiés" + +msgid "Collecting data..." +msgstr "Récupération des données…" + +msgid "Forwarder" +msgstr "Transmetteur" + +msgid "General Setup" +msgstr "Paramètres principaux" + +msgid "IPv4 and IPv6" +msgstr "IPv4 et IPv6" + +msgid "IPv4 only" +msgstr "IPv4 seulement" + +msgid "IPv6 only" +msgstr "IPv6 seulement" + +msgid "Lease directory" +msgstr "Répertoire d'un bail" + +msgid "Lease validity time" +msgstr "Date de validité d'un bail" + +msgid "Log file" +msgstr "Fichier journal" + +msgid "Multicast address" +msgstr "Adresse multidiffusion" + +msgid "Operation mode" +msgstr "Mode de fonctionnement" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Famille de protocole" + +msgid "Served interfaces" +msgstr "Interfaces gérés" + +msgid "Server" +msgstr "Serveur" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Décrit les serveurs NTP IPv4 et IPv6 publiés" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Décrit les serveurs de noms IPv4 et IPv6 publiés" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Décrit les préfixes réseaux IPv4 et IPv6 publiés en notation CIDR" + +msgid "The AHCP Service is not running." +msgstr "Le service AHCP n'est pas en fonctionnement." + +msgid "The AHCP Service is running with ID %s." +msgstr "Le service AHCP est en fonctionnement avec l'ID s." + +msgid "There are no active leases." +msgstr "Il n'y a aucun bail actif." + +msgid "Unique ID file" +msgstr "Fichier de l'ID unique" diff --git a/applications/luci-app-ahcp/po/he/ahcp.po b/applications/luci-app-ahcp/po/he/ahcp.po new file mode 100644 index 0000000..1c45cc8 --- /dev/null +++ b/applications/luci-app-ahcp/po/he/ahcp.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:44+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "שרת AHCP" + +# מי שמבין ×ת ×”×ž×•× ×—×™× ×”×˜×›× ×™×™× ×©×™×¢×‘×•×¨ על ×–×” ויתקן. +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP ×”×•× ×¤×¨×•×˜×•×§×•×œ להגדרה ×וטומטית של רשתות IPV6 ו- dual-stack IPv6/IPv4, ×שר " +"עוצב לשימוש כתחליף לגילוי × ×ª×‘×™× ×•×œ- DHCP ברשתות שבהן קשה ×ו בלתי ×פשרי " +"להגדיר שרת בתוך כל ×©× ×ž×ª×—× ×œ×©×™×“×•×¨ שכבת קישור, לדוגמה רשתות ×ד-הוק ניידות." + +#, fuzzy +msgid "Active AHCP Leases" +msgstr "החכרות AHCP קיימות" + +msgid "Address" +msgstr "כתובת" + +msgid "Advanced Settings" +msgstr "הגדרות מתקדמות" + +msgid "Age" +msgstr "גיל" + +msgid "Announced DNS servers" +msgstr "שרתי DNS מוכרזי×" + +msgid "Announced NTP servers" +msgstr "שרתי NTP מוכרזי×" + +msgid "Announced prefixes" +msgstr "קידומות מוכרזות" + +msgid "Collecting data..." +msgstr "×וסף נתוני×..." + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "התקנה כללית" + +msgid "IPv4 and IPv6" +msgstr "IPv4 ו- IPv6" + +msgid "IPv4 only" +msgstr "IPv4 בלבד" + +msgid "IPv6 only" +msgstr "IPv6 בלבד" + +#, fuzzy +msgid "Lease directory" +msgstr "ספריית החכרות" + +# תו +msgid "Lease validity time" +msgstr "תוקף ההקצ××”" + +msgid "Log file" +msgstr "קובץ רישו×" + +msgid "Multicast address" +msgstr "כתובת Multicast" + +# ×פשר ×’× ×ž×¦×‘ פעולה +msgid "Operation mode" +msgstr "מצב הפעלה" + +msgid "Port" +msgstr "פורט" + +msgid "Protocol family" +msgstr "משפחת פרוטוקולי×" + +msgid "Served interfaces" +msgstr "×¡×™×’×ž× ×˜×™× ×ž×•×¤×¢×œ×™×" + +msgid "Server" +msgstr "שרת" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "שרתי NTP ברשתות IPV4 IPV6" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "שרתי DNS ברשתות IPV4 IPV6" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "קידומת ×©×¨×ª×™× (CIDR)" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "×ין הקצ×ות פעילות." + +msgid "Unique ID file" +msgstr "קובץ מזהה יחודי" diff --git a/applications/luci-app-ahcp/po/hu/ahcp.po b/applications/luci-app-ahcp/po/hu/ahcp.po new file mode 100644 index 0000000..a0a91be --- /dev/null +++ b/applications/luci-app-ahcp/po/hu/ahcp.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-31 15:46+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "AHCP kiszolgáló" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"Az AHCP egy olyan automatikus konfigurációs protokoll IPv6 és kettÅ‘s IPv6/" +"IPv4 hálózatokhoz, mely a DHCP és a router dicovery protokoll helyett " +"használható olyan hálózatokok ahol nehéz vagy lehetetlen beállítani külön " +"kiszolgálót minden kapcsolati réteg tartományon belül, mint például a mobil " +"eseti hálózatok." + +msgid "Active AHCP Leases" +msgstr "Aktív AHCP bérletek" + +msgid "Address" +msgstr "Cím" + +msgid "Advanced Settings" +msgstr "Haladó beállítások" + +msgid "Age" +msgstr "Kor" + +msgid "Announced DNS servers" +msgstr "Bejelentett névkiszolgálók" + +msgid "Announced NTP servers" +msgstr "Bejelentett NTP kiszolgálók" + +msgid "Announced prefixes" +msgstr "Bejelentett elÅ‘tagok" + +msgid "Collecting data..." +msgstr "Adatok összegyűjtése..." + +msgid "Forwarder" +msgstr "Továbbító" + +msgid "General Setup" +msgstr "Ãltalános beállítások" + +msgid "IPv4 and IPv6" +msgstr "IPv4 és IPv6" + +msgid "IPv4 only" +msgstr "csak IPv4" + +msgid "IPv6 only" +msgstr "csak IPv6" + +msgid "Lease directory" +msgstr "Bérlet könytár" + +msgid "Lease validity time" +msgstr "Bérlet érvényességi ideje" + +msgid "Log file" +msgstr "Napló fájl" + +msgid "Multicast address" +msgstr "Multicast cím" + +msgid "Operation mode" +msgstr "Működési mód" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protokoll család" + +msgid "Served interfaces" +msgstr "Kiszolgált interfészek" + +msgid "Server" +msgstr "Kiszolgáló" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "A bejelentett IPv4 és IPv6 NTP kiszolgálók részletezése" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "A bejelentett IPv4 és IPv6 névkiszolgálók részletezése" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"A bejelentett IPv4 és IPv6 hálózati elÅ‘tagok részletezése CIDR jelölésben" + +msgid "The AHCP Service is not running." +msgstr "Az AHCP szolgáltatás nem fut" + +msgid "The AHCP Service is running with ID %s." +msgstr "Az AHCP szolgáltatás fut, azonosítója:%s." + +msgid "There are no active leases." +msgstr "Nincsenek aktív bérletek." + +msgid "Unique ID file" +msgstr "Egyedi azonosító fájl" diff --git a/applications/luci-app-ahcp/po/it/ahcp.po b/applications/luci-app-ahcp/po/it/ahcp.po new file mode 100644 index 0000000..56d9516 --- /dev/null +++ b/applications/luci-app-ahcp/po/it/ahcp.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 12:53+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Server AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP è un protocollo di configurazione automatica per reti IPv6 e dual-stack " +"IPv6/IPv4 progettato per essere usato al posto del router discovery e DHCP " +"su reti dove è difficile o impossibile configurare un server all'interno di " +"ogni dominio di broadcast, per esempio reti ad-hoc mobili." + +msgid "Active AHCP Leases" +msgstr "Lease AHCP Attivi" + +msgid "Address" +msgstr "Indirizzo" + +msgid "Advanced Settings" +msgstr "Impostazioni Avanzate" + +msgid "Age" +msgstr "Età" + +msgid "Announced DNS servers" +msgstr "Server DNS indicati" + +msgid "Announced NTP servers" +msgstr "Server NTP indicati" + +msgid "Announced prefixes" +msgstr "Prefissi indicati" + +msgid "Collecting data..." +msgstr "Raccolta dei dati..." + +msgid "Forwarder" +msgstr "Mittente" + +msgid "General Setup" +msgstr "Setup Generale" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Solo IPv4" + +msgid "IPv6 only" +msgstr "Solo IPv6" + +msgid "Lease directory" +msgstr "Directory di Lease" + +msgid "Lease validity time" +msgstr "Tempo di validità del Lease" + +msgid "Log file" +msgstr "File di log" + +msgid "Multicast address" +msgstr "Indirizzo Multicast" + +msgid "Operation mode" +msgstr "Modalità di funzionamento" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol family" +msgstr "Protocollo famiglia" + +msgid "Served interfaces" +msgstr "Interfacce servite" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Specifica i server NTP IPv4 e IPv6 annunciati" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Specifica il server dei nomi IPv4 e IPv6" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Specifica i prefissi delle reti IPv4 e IPv6 in notazione CIDR" + +msgid "The AHCP Service is not running." +msgstr "Il servizio AHCP non è in esecuzione." + +msgid "The AHCP Service is running with ID %s." +msgstr "Il servizio AHCP è in esecuzione con ID %s." + +msgid "There are no active leases." +msgstr "Non ci sono leases attivi." + +msgid "Unique ID file" +msgstr "File degli Unique ID" diff --git a/applications/luci-app-ahcp/po/ja/ahcp.po b/applications/luci-app-ahcp/po/ja/ahcp.po new file mode 100644 index 0000000..dd78ccd --- /dev/null +++ b/applications/luci-app-ahcp/po/ja/ahcp.po @@ -0,0 +1,117 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-19 07:54+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "AHCPサーãƒãƒ¼" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCPã¯IPv6åŠã³IPv6/IPv4デュアルスタックを使用ã™ã‚‹ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã«ãŠã„ã¦ã€ãƒ«ãƒ¼" +"ターディスカãƒãƒªã®ä»£ã‚ã‚Šã¨ã—ã¦ä½¿ç”¨ã™ã‚‹ãŸã‚ã«ãƒ‡ã‚¶ã‚¤ãƒ³ã•ã‚ŒãŸè‡ªå‹•è¨­å®šãƒ—ロトコル" +"ã§ã™ã€‚ã¾ãŸã€AHCPã¯ãƒ¢ãƒã‚¤ãƒ«ãƒ»ã‚¢ãƒ‰ãƒ›ãƒƒã‚¯ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®ã‚ˆã†ãªã€ãƒªãƒ³ã‚¯å±¤ã®ãƒ‰ãƒ¡ã‚¤" +"ンブロードキャスト毎ã«è¨­å®šã‚’è¡Œã†ã“ã¨ãŒå›°é›£ãªãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã§ã®DHCP機能ã¨ã—ã¦ã‚‚" +"使用ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Active AHCP Leases" +msgstr "有効ãªAHCPリース" + +msgid "Address" +msgstr "アドレス" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Age" +msgstr "Age" + +msgid "Announced DNS servers" +msgstr "通知ã™ã‚‹DNSサーãƒãƒ¼" + +msgid "Announced NTP servers" +msgstr "通知ã™ã‚‹NTPサーãƒãƒ¼" + +msgid "Announced prefixes" +msgstr "通知ã™ã‚‹ãƒ—レフィクス" + +msgid "Collecting data..." +msgstr "データåŽé›†ä¸­ã§ã™..." + +msgid "Forwarder" +msgstr "転é€" + +msgid "General Setup" +msgstr "一般設定" + +msgid "IPv4 and IPv6" +msgstr "IPv4åŠã³IPv6" + +msgid "IPv4 only" +msgstr "IPv4ã®ã¿" + +msgid "IPv6 only" +msgstr "IPv6ã®ã¿" + +msgid "Lease directory" +msgstr "リースファイル・ディレクトリ" + +msgid "Lease validity time" +msgstr "リース有効時間" + +msgid "Log file" +msgstr "ログファイル" + +msgid "Multicast address" +msgstr "マルãƒã‚­ãƒ£ã‚¹ãƒˆã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Operation mode" +msgstr "動作モード" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Protocol family" +msgstr "プロトコルファミリ" + +msgid "Served interfaces" +msgstr "対象インターフェース" + +msgid "Server" +msgstr "サーãƒãƒ¼" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "通知ã™ã‚‹NTPサーãƒãƒ¼ã®IPv4åŠã³IPv6アドレスを設定ã—ã¾ã™" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "通知ã™ã‚‹DNSサーãƒãƒ¼ã®IPv4åŠã³IPv6アドレスを設定ã—ã¾ã™" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"通知ã™ã‚‹IPv4åŠã³IPv6アドレスã®ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ãƒ—レフィクスをCIDRå½¢å¼ã§è¨­å®šã—ã¾" +"ã™" + +msgid "The AHCP Service is not running." +msgstr "AHCP サービスã¯ç¨¼åƒã—ã¦ã„ã¾ã›ã‚“。" + +msgid "The AHCP Service is running with ID %s." +msgstr "AHCP サービスã¯ç¨¼åƒä¸­ã§ã™ã€‚(ID %s)" + +msgid "There are no active leases." +msgstr "有効ãªãƒªãƒ¼ã‚¹ã¯ã‚ã‚Šã¾ã›ã‚“。" + +msgid "Unique ID file" +msgstr "ユニークIDファイル" diff --git a/applications/luci-app-ahcp/po/ms/ahcp.po b/applications/luci-app-ahcp/po/ms/ahcp.po new file mode 100644 index 0000000..0b6963b --- /dev/null +++ b/applications/luci-app-ahcp/po/ms/ahcp.po @@ -0,0 +1,105 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "AHCP Server" +msgstr "" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Age" +msgstr "" + +msgid "Announced DNS servers" +msgstr "" + +msgid "Announced NTP servers" +msgstr "" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Lease directory" +msgstr "" + +msgid "Lease validity time" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Multicast address" +msgstr "" + +msgid "Operation mode" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol family" +msgstr "" + +msgid "Served interfaces" +msgstr "" + +msgid "Server" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "" + +msgid "Unique ID file" +msgstr "" diff --git a/applications/luci-app-ahcp/po/no/ahcp.po b/applications/luci-app-ahcp/po/no/ahcp.po new file mode 100644 index 0000000..4c3bc03 --- /dev/null +++ b/applications/luci-app-ahcp/po/no/ahcp.po @@ -0,0 +1,117 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-06-14 20:11+0200\n" +"Last-Translator: protx \n" +"Language-Team: none\n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "AHCP Server" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP er en autokonfigurasjon protokoll for IPv6, og dual-stack IPv6/IPv4 " +"nettverk. Det er laget for bruk der DHCP og Ruter oppdagelse er problematisk " +"eller umulig Ã¥ bruke for hvert link-lags broadcast domene, f.eks. mobile ad-" +"hoc nettverk." + +msgid "Active AHCP Leases" +msgstr "Aktive AHCP Leier" + +msgid "Address" +msgstr "Adresse" + +msgid "Advanced Settings" +msgstr "Avanserte Innstillinger" + +msgid "Age" +msgstr "Alder" + +msgid "Announced DNS servers" +msgstr "Annonserte DNS servere" + +msgid "Announced NTP servers" +msgstr "Annonserte NTP servere" + +msgid "Announced prefixes" +msgstr "Annonserte prefikser" + +msgid "Collecting data..." +msgstr "Henter data..." + +#, fuzzy +msgid "Forwarder" +msgstr "Sender" + +msgid "General Setup" +msgstr "Generelt Oppsett" + +msgid "IPv4 and IPv6" +msgstr "IPv4 og IPv6" + +msgid "IPv4 only" +msgstr "Kun IPv4" + +msgid "IPv6 only" +msgstr "Kun IPv6" + +#, fuzzy +msgid "Lease directory" +msgstr "Leie katalog" + +msgid "Lease validity time" +msgstr "Gyldig leietid" + +msgid "Log file" +msgstr "Logg fil" + +msgid "Multicast address" +msgstr "Multicast adresse" + +msgid "Operation mode" +msgstr "Driftsmodus" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protokoll familie" + +#, fuzzy +msgid "Served interfaces" +msgstr "Utdelte grensesnitt" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Angir annonserte IPv4 og IPv6 NTP-servere" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Angir annonserte IPv4 og IPv6 navnetjenere" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Angir annonserte IPv4 og IPv6 nettverk prefikser i CIDR-notasjon" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "Det er ingen aktive leieavtaler." + +msgid "Unique ID file" +msgstr "Unik ID fil" diff --git a/applications/luci-app-ahcp/po/pl/ahcp.po b/applications/luci-app-ahcp/po/pl/ahcp.po new file mode 100644 index 0000000..5095224 --- /dev/null +++ b/applications/luci-app-ahcp/po/pl/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-14 16:40+0200\n" +"Last-Translator: Tomecki \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "AHCP Server" +msgstr "Serwer AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP to protokół automatycznej konfiguracji sieci IPv6 i IPv6/IPv4 " +"przeznaczone do stosowania zamiast DHCP w sieciach, w których jest trudne " +"lub wrÄ™cz niemożliwe, aby skonfigurować serwer w każdej warstwie Å‚Ä…cza " +"domeny rozgÅ‚oszeniowej, na przykÅ‚ad w mobilnych sieciach ad-hoc." + +msgid "Active AHCP Leases" +msgstr "Aktywne dzierżawy AHCP" + +msgid "Address" +msgstr "Adres" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Age" +msgstr "Wiek" + +msgid "Announced DNS servers" +msgstr "RozgÅ‚aszane serwery DNS" + +msgid "Announced NTP servers" +msgstr "RozgÅ‚aszane serwery NTP" + +msgid "Announced prefixes" +msgstr "RozgÅ‚aszane prefiksy" + +msgid "Collecting data..." +msgstr "Zbieranie informacji..." + +msgid "Forwarder" +msgstr "Przekierowanie" + +msgid "General Setup" +msgstr "Ustawienia podstawowe" + +msgid "IPv4 and IPv6" +msgstr "IPv4 oraz IPv6" + +msgid "IPv4 only" +msgstr "Tylko IPv4" + +msgid "IPv6 only" +msgstr "Tylko IPv6" + +msgid "Lease directory" +msgstr "Katalog dzierżaw" + +msgid "Lease validity time" +msgstr "Czas dzierżawy" + +msgid "Log file" +msgstr "Plik dziennika" + +msgid "Multicast address" +msgstr "Adres Multicast" + +msgid "Operation mode" +msgstr "Tryb pracy" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Rodzina protokołów" + +msgid "Served interfaces" +msgstr "UdostÄ™pniane interfejsy" + +msgid "Server" +msgstr "Serwer" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "OkreÅ›la rozgÅ‚aszane adresy IPv4/6 serwerów NTP" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "OkreÅ›la rozgÅ‚aszane adresy IPv4/6 serwerów nazw" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "OkreÅ›la rozgÅ‚aszane prefiksy sieciowe w notacji CIDR" + +msgid "The AHCP Service is not running." +msgstr "UsÅ‚uga AHCP nie jest uruchomiona." + +msgid "The AHCP Service is running with ID %s." +msgstr "UsÅ‚uga AHCP jest uruchomiona z ID %s." + +msgid "There are no active leases." +msgstr "Nie ma aktywnych dzierżaw." + +msgid "Unique ID file" +msgstr "Unikalny plik ID" diff --git a/applications/luci-app-ahcp/po/pt-br/ahcp.po b/applications/luci-app-ahcp/po/pt-br/ahcp.po new file mode 100644 index 0000000..55ec29c --- /dev/null +++ b/applications/luci-app-ahcp/po/pt-br/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-03-29 23:07+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Servidor AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP é um protocolo de autoconfiguração para redes IPv6 ou IPv6/IPv4 " +"projetado para ser usado no lugar da \"descoberta de roteador\" ou DHCP em " +"redes onde é difícil ou impossível configurar um servidor em cada camada de " +"enlace de domínio de broadcast, como exemplo as redes móvel ad-hoc." + +msgid "Active AHCP Leases" +msgstr "Alocações AHCP Ativas" + +msgid "Address" +msgstr "Endereço" + +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +msgid "Age" +msgstr "Tempo de vida" + +msgid "Announced DNS servers" +msgstr "Servidores DNS anunciados" + +msgid "Announced NTP servers" +msgstr "Servidores NTP anunciados" + +msgid "Announced prefixes" +msgstr "Prefixos anunciados" + +msgid "Collecting data..." +msgstr "Coletando dados..." + +msgid "Forwarder" +msgstr "Forwarder" + +msgid "General Setup" +msgstr "Configurações Gerais" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Apenas IPv4" + +msgid "IPv6 only" +msgstr "Apenas IPv6" + +msgid "Lease directory" +msgstr "Diretório de atribuições" + +msgid "Lease validity time" +msgstr "Tempo de validade da atribuição" + +msgid "Log file" +msgstr "Arquivo de registro" + +msgid "Multicast address" +msgstr "Endereço multicast" + +msgid "Operation mode" +msgstr "Modo de operação" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol family" +msgstr "Família de protocolos" + +msgid "Served interfaces" +msgstr "Interfaces configuradas" + +msgid "Server" +msgstr "Servidor" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Especifica os servidores NTP IPv4 e IPv6 anunciados" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Especifica os servidores de nomes IPv4 e IPv6 anunciados" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"Especifica os prefixos de rede IPv4 e IPv6, em notação CIDR, anunciados" + +msgid "The AHCP Service is not running." +msgstr "O serviço AHCP está parado" + +msgid "The AHCP Service is running with ID %s." +msgstr "O serviço AHCP esta executando com o ID %s." + +msgid "There are no active leases." +msgstr "Não existe alocações ativas." + +msgid "Unique ID file" +msgstr "Arquivo de identificador único" diff --git a/applications/luci-app-ahcp/po/pt/ahcp.po b/applications/luci-app-ahcp/po/pt/ahcp.po new file mode 100644 index 0000000..f96fc45 --- /dev/null +++ b/applications/luci-app-ahcp/po/pt/ahcp.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-02 21:12+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Servidor AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"O AHCP é um protocolo de auto-configuração para redes IPv6 e IPv6/IPv4 dual-" +"stack foi desenhado para ser usado no lugar do router discovery e DHCP nas " +"redes onde é difícil ou impossível configurar o servidor dentro de cada " +"camada de ligação no dominio de broadcast, por exemplo, redes ad-hoc móveis." + +msgid "Active AHCP Leases" +msgstr "Concessões AHCP Ativas" + +msgid "Address" +msgstr "Endereço" + +msgid "Advanced Settings" +msgstr "Definições Avançadas" + +msgid "Age" +msgstr "Idade" + +msgid "Announced DNS servers" +msgstr "Servidores DNS anunciados" + +msgid "Announced NTP servers" +msgstr "Servidores NTP anunciados" + +msgid "Announced prefixes" +msgstr "Prefixos anunciados" + +msgid "Collecting data..." +msgstr "A obter dados..." + +msgid "Forwarder" +msgstr "Encaminhador" + +msgid "General Setup" +msgstr "Configuração Geral" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Só IPv4" + +msgid "IPv6 only" +msgstr "Só IPv6" + +msgid "Lease directory" +msgstr "Directório de concessões" + +msgid "Lease validity time" +msgstr "Prazo de validade das concessões" + +msgid "Log file" +msgstr "Ficheiro log" + +msgid "Multicast address" +msgstr "Endereço de multicast" + +msgid "Operation mode" +msgstr "Modo de operação" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol family" +msgstr "Família do protocolo" + +msgid "Served interfaces" +msgstr "Interfaces servidas" + +msgid "Server" +msgstr "Servidor" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Especifica os servidores NTP anunciados em IPv4 e IPv6" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Especifica os servidores de nomes anunciados em IPv4 e IPv6" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"Especifica os prefixos de rede na notação CIDR a serem anunciados em IPv4 e " +"IPv6" + +msgid "The AHCP Service is not running." +msgstr "O serviço AHCP não está a correr." + +msgid "The AHCP Service is running with ID %s." +msgstr "O serviço AHCP está a correr com o ID %s" + +msgid "There are no active leases." +msgstr "Não existem concessões activas." + +msgid "Unique ID file" +msgstr "Ficheiro de ID único" diff --git a/applications/luci-app-ahcp/po/ro/ahcp.po b/applications/luci-app-ahcp/po/ro/ahcp.po new file mode 100644 index 0000000..2882b31 --- /dev/null +++ b/applications/luci-app-ahcp/po/ro/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:14+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Server AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP este un protocol de autoconfigurare pentru IPv6 si IPv4 menit sa " +"inlocuie \"router discovery\" si DHCP in retele unde este dificil de " +"configurat un server pentru fiecare domeniu de broadcast pe fiecare " +"legatura, de exemplu pentru retele mobile ad-hoc." + +msgid "Active AHCP Leases" +msgstr "Conexiuni active AHCP" + +msgid "Address" +msgstr "Adresă" + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Age" +msgstr "Vârstă" + +msgid "Announced DNS servers" +msgstr "Servere DNS anuntate" + +msgid "Announced NTP servers" +msgstr "Servere NTP anuntate" + +msgid "Announced prefixes" +msgstr "Prefixe anuntate" + +msgid "Collecting data..." +msgstr "Colectare date.." + +msgid "Forwarder" +msgstr "Forwarder" + +msgid "General Setup" +msgstr "Configurare generala" + +msgid "IPv4 and IPv6" +msgstr "IPv4 si IPv6" + +msgid "IPv4 only" +msgstr "Doar IPv4 " + +msgid "IPv6 only" +msgstr "Doar IPv6 " + +msgid "Lease directory" +msgstr "Director de conexiuni" + +msgid "Lease validity time" +msgstr "Timpul pentru conexiuni valide" + +msgid "Log file" +msgstr "Fisier log" + +msgid "Multicast address" +msgstr "Adresa multicast" + +msgid "Operation mode" +msgstr "Modul de operare" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Familia de protocol" + +msgid "Served interfaces" +msgstr "Interfetele servite" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Specifica serverele de NTP IPv4 si IPv6 anuntate" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Specifica serverele de DNS IPv4 si IPv6 anuntate" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Specifica prefixele IPv4 si IPv6 anuntate in format CIDR" + +msgid "The AHCP Service is not running." +msgstr "Serviciul AHCP nu ruleaza" + +msgid "The AHCP Service is running with ID %s." +msgstr "Serviciul AHCP nu ruleaza cu ID %s." + +msgid "There are no active leases." +msgstr "Nu exista conexiuni active." + +msgid "Unique ID file" +msgstr "ID de fisier unic" diff --git a/applications/luci-app-ahcp/po/ru/ahcp.po b/applications/luci-app-ahcp/po/ru/ahcp.po new file mode 100644 index 0000000..f08cb70 --- /dev/null +++ b/applications/luci-app-ahcp/po/ru/ahcp.po @@ -0,0 +1,120 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: ahcp\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-09-05 15:29+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +# Ad-Hoc Configuration Protocol - протокол автоматичеÑкой конфигурации IPv6 и Ñетей IPv6/IPv4 двойного Ñтека +msgid "AHCP Server" +msgstr "AHCP-Ñервер" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP - Ñто протокол автоматичеÑкой конфигурации Ñетей IPv6 и IPv6/IPv4, " +"разработанный Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¼ÐµÑто DHCP и протоколов Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ " +"маршрутизаторов в ÑетÑÑ…, где Ñложно или невозможно наÑтроить Ñервер внутри " +"каждой широковещательной зоны канального уровнÑ, например, в мобильных ad-" +"hoc ÑетÑÑ…." + +msgid "Active AHCP Leases" +msgstr "Ðктивные арендованные AHCP-адреÑа" + +msgid "Address" +msgstr "ÐдреÑ" + +msgid "Advanced Settings" +msgstr "Дополнительные наÑтройки" + +msgid "Age" +msgstr "ВозраÑÑ‚" + +msgid "Announced DNS servers" +msgstr "ÐнонÑируемые DNS-Ñерверы" + +msgid "Announced NTP servers" +msgstr "ÐнонÑируемые NTP-Ñерверы" + +msgid "Announced prefixes" +msgstr "ÐнонÑируемые префикÑÑ‹" + +msgid "Collecting data..." +msgstr "Сбор данных..." + +#, fuzzy +msgid "Forwarder" +msgstr "Перенаправление запроÑов" + +msgid "General Setup" +msgstr "Общие наÑтройки" + +msgid "IPv4 and IPv6" +msgstr "IPv4 и IPv6" + +msgid "IPv4 only" +msgstr "Только IPv4" + +msgid "IPv6 only" +msgstr "Только IPv6" + +msgid "Lease directory" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð°Ñ€ÐµÐ½Ð´Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… адреÑов" + +msgid "Lease validity time" +msgstr "Срок дейÑÑ‚Ð²Ð¸Ñ Ð°Ñ€ÐµÐ½Ð´Ñ‹" + +msgid "Log file" +msgstr "Файл журнала" + +msgid "Multicast address" +msgstr "Групповой адреÑ" + +msgid "Operation mode" +msgstr "Режим работы" + +msgid "Port" +msgstr "Порт" + +msgid "Protocol family" +msgstr "Протокол" + +msgid "Served interfaces" +msgstr "ИÑпользуемые интерфейÑÑ‹" + +msgid "Server" +msgstr "Сервер" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "ОпределÑет IPv4 и IPv6 NTP-Ñерверы" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "ОпределÑет IPv4 и IPv6 DNS-Ñерверы" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "ОпределÑет IPv4- и IPv6-префикÑÑ‹ Ñети в нотации CIDR" + +msgid "The AHCP Service is not running." +msgstr "Служба AHCP не запущена." + +msgid "The AHCP Service is running with ID %s." +msgstr "Служба AHCP запущена Ñ ID %s." + +msgid "There are no active leases." +msgstr "Ðет активных арендованных адреÑов." + +msgid "Unique ID file" +msgstr "Файл уникального идентификатора" diff --git a/applications/luci-app-ahcp/po/sk/ahcp.po b/applications/luci-app-ahcp/po/sk/ahcp.po new file mode 100644 index 0000000..b618490 --- /dev/null +++ b/applications/luci-app-ahcp/po/sk/ahcp.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "AHCP Server" +msgstr "" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Age" +msgstr "" + +msgid "Announced DNS servers" +msgstr "" + +msgid "Announced NTP servers" +msgstr "" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Lease directory" +msgstr "" + +msgid "Lease validity time" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Multicast address" +msgstr "" + +msgid "Operation mode" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol family" +msgstr "" + +msgid "Served interfaces" +msgstr "" + +msgid "Server" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "" + +msgid "Unique ID file" +msgstr "" diff --git a/applications/luci-app-ahcp/po/sv/ahcp.po b/applications/luci-app-ahcp/po/sv/ahcp.po new file mode 100644 index 0000000..b5f0b7d --- /dev/null +++ b/applications/luci-app-ahcp/po/sv/ahcp.po @@ -0,0 +1,109 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-27 22:52+0200\n" +"Last-Translator: Umeaboy \n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP-server" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "" + +msgid "Address" +msgstr "Adress" + +msgid "Advanced Settings" +msgstr "Avancerade inställningar" + +msgid "Age" +msgstr "Ã…lder" + +msgid "Announced DNS servers" +msgstr "Aviserade DNS-servrar" + +msgid "Announced NTP servers" +msgstr "Aviserade NTP-servrar" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "Samlar in data..." + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "Allmän inställning" + +msgid "IPv4 and IPv6" +msgstr "IPv4 och IPv6" + +msgid "IPv4 only" +msgstr "Endast IPv4" + +msgid "IPv6 only" +msgstr "Endast IPv6" + +msgid "Lease directory" +msgstr "" + +msgid "Lease validity time" +msgstr "" + +msgid "Log file" +msgstr "Logg-fil" + +msgid "Multicast address" +msgstr "" + +msgid "Operation mode" +msgstr "Driftsläge" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protokoll-familj" + +msgid "Served interfaces" +msgstr "" + +msgid "Server" +msgstr "Server" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Specificerar de aviserade IPv4 och IPv6 NTP-servrarna" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Specificerar de aviserade IPv4 och IPv6 namn-servrarna" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +msgid "The AHCP Service is not running." +msgstr "AHCP-tjänsten körs inte." + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "" + +msgid "Unique ID file" +msgstr "Unik ID-fil" diff --git a/applications/luci-app-ahcp/po/templates/ahcp.pot b/applications/luci-app-ahcp/po/templates/ahcp.pot new file mode 100644 index 0000000..ea6bb42 --- /dev/null +++ b/applications/luci-app-ahcp/po/templates/ahcp.pot @@ -0,0 +1,99 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "AHCP Server" +msgstr "" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Age" +msgstr "" + +msgid "Announced DNS servers" +msgstr "" + +msgid "Announced NTP servers" +msgstr "" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Lease directory" +msgstr "" + +msgid "Lease validity time" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Multicast address" +msgstr "" + +msgid "Operation mode" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol family" +msgstr "" + +msgid "Served interfaces" +msgstr "" + +msgid "Server" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +msgid "The AHCP Service is not running." +msgstr "" + +msgid "The AHCP Service is running with ID %s." +msgstr "" + +msgid "There are no active leases." +msgstr "" + +msgid "Unique ID file" +msgstr "" diff --git a/applications/luci-app-ahcp/po/tr/ahcp.po b/applications/luci-app-ahcp/po/tr/ahcp.po new file mode 100644 index 0000000..ca33071 --- /dev/null +++ b/applications/luci-app-ahcp/po/tr/ahcp.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-11-25 14:51+0200\n" +"Last-Translator: qbilay \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP Sunucusu" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP bir IPv6 ve IPv4/IPv6 çift aÄŸ için otomatik yapılandırma protokolüdür. " +"Yönlendirici Bildirimleri ve DHCP sunucuları geçici olarak yerine dağıtılmış " +"aÄŸlar için tasarlanmıştır." + +msgid "Active AHCP Leases" +msgstr "Aktif ACHP Kiralamaları" + +msgid "Address" +msgstr "Adres" + +msgid "Advanced Settings" +msgstr "GeliÅŸmiÅŸ Ayarlar" + +msgid "Age" +msgstr "YaÅŸ" + +msgid "Announced DNS servers" +msgstr "" + +msgid "Announced NTP servers" +msgstr "" + +msgid "Announced prefixes" +msgstr "" + +msgid "Collecting data..." +msgstr "Veriler toplanıyor..." + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "Genel Ayarlar" + +msgid "IPv4 and IPv6" +msgstr "IPv4 ve IPv6" + +msgid "IPv4 only" +msgstr "Sadece IPv4" + +msgid "IPv6 only" +msgstr "Sadece IPv6" + +msgid "Lease directory" +msgstr "Kiralama Dizini" + +msgid "Lease validity time" +msgstr "Kiralama Geçerlilik Süresi" + +msgid "Log file" +msgstr "Kayıt Dosyası" + +msgid "Multicast address" +msgstr "" + +msgid "Operation mode" +msgstr "Çalışma Modu" + +msgid "Port" +msgstr "Port" + +msgid "Protocol family" +msgstr "Protokol Ailesi" + +msgid "Served interfaces" +msgstr "Sunucu Arayüzleri" + +msgid "Server" +msgstr "Sunucu" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" + +msgid "The AHCP Service is not running." +msgstr " AHCP Hizmeti Çalışmıyor" + +msgid "The AHCP Service is running with ID %s." +msgstr " AHCP Hizmeti ID %ile çalışıyor" + +msgid "There are no active leases." +msgstr "Aktif Kiralama Yok" + +msgid "Unique ID file" +msgstr "Benzersiz ID Dosyası" diff --git a/applications/luci-app-ahcp/po/uk/ahcp.po b/applications/luci-app-ahcp/po/uk/ahcp.po new file mode 100644 index 0000000..7649019 --- /dev/null +++ b/applications/luci-app-ahcp/po/uk/ahcp.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-28 21:17+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "Сервер AHCP" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP Ñ” протоколом автоматичної конфігурації мереж IPv6 та IPv6/IPv4, що " +"разраблений Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð·Ð°Ð¼Ñ–ÑÑ‚ÑŒ DHCP. Ðаприклад, він викориÑтовуєтьÑÑ Ñƒ " +"Ñтільникових ad-hoc мережах." + +msgid "Active AHCP Leases" +msgstr "Ðктивні оренди AHCP" + +msgid "Address" +msgstr "ÐдреÑа" + +msgid "Advanced Settings" +msgstr "Додаткові параметри" + +msgid "Age" +msgstr "Вік" + +msgid "Announced DNS servers" +msgstr "Оголошені DNS-Ñервери" + +msgid "Announced NTP servers" +msgstr "Оголошені NTP-Ñервери" + +msgid "Announced prefixes" +msgstr "Оголошені префікÑи" + +msgid "Collecting data..." +msgstr "Ð—Ð±Ð¸Ñ€Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…..." + +msgid "Forwarder" +msgstr "СпрÑмовувач" + +msgid "General Setup" +msgstr "Загальні параметри" + +msgid "IPv4 and IPv6" +msgstr "IPv4 та IPv6" + +msgid "IPv4 only" +msgstr "Тільки IPv4" + +msgid "IPv6 only" +msgstr "Тільки IPv6" + +msgid "Lease directory" +msgstr "Каталог оренд" + +msgid "Lease validity time" +msgstr "Термін дії оренди" + +msgid "Log file" +msgstr "Файл журналу" + +msgid "Multicast address" +msgstr "Групова адреÑа" + +msgid "Operation mode" +msgstr "Режим роботи" + +msgid "Port" +msgstr "Порт" + +msgid "Protocol family" +msgstr "Протокол" + +msgid "Served interfaces" +msgstr "ІнтерфейÑи, Ñкі обÑлуговуютьÑÑ" + +msgid "Server" +msgstr "Сервер" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "ДозволÑÑ” вказати оголошувані IPv4 та IPv6 NTP-Ñервери" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "ДозволÑÑ” вказати оголошувані IPv4 та IPv6 DNS-Ñервери" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "" +"ДозволÑÑ” вказати оголошувані IPv4 та IPv6 префікÑи мережі в нотації CIDR" + +msgid "The AHCP Service is not running." +msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ AHCP не запущено" + +msgid "The AHCP Service is running with ID %s." +msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ AHCP запущено з ID %s." + +msgid "There are no active leases." +msgstr "Ðктивних оренд немає." + +msgid "Unique ID file" +msgstr "Файл унікальних ідентифікаторів" diff --git a/applications/luci-app-ahcp/po/vi/ahcp.po b/applications/luci-app-ahcp/po/vi/ahcp.po new file mode 100644 index 0000000..1041add --- /dev/null +++ b/applications/luci-app-ahcp/po/vi/ahcp.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-12-05 04:46+0200\n" +"Last-Translator: Thành \n" +"Language-Team: none\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP Server" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP là má»™t giao thức tá»± Ä‘á»™ng cấu hình cho IPv6 và mạng IPv6/IPv4 dual-stack " +"thiết kế để được sá»­ dụng trong địa Ä‘iểm phát hiện router và DHCP trên mạng, " +"nÆ¡i rất khó hoặc không thể cấu hình má»™t máy chủ trong tất cả các lÄ©nh vá»±c " +"phát sóng liên kết lá»›p, ví dụ nhÆ° mạng Ad-hoc." + +msgid "Active AHCP Leases" +msgstr "Kích hoạt thuê AHCP" + +msgid "Address" +msgstr "Äịa chỉ" + +msgid "Advanced Settings" +msgstr "Thiết lập nâng cao" + +msgid "Age" +msgstr "Thá»i gian thuê" + +msgid "Announced DNS servers" +msgstr "Quảng bá máy chủ DNS" + +msgid "Announced NTP servers" +msgstr "Quảng bá máy chủ NTP" + +msgid "Announced prefixes" +msgstr "Quảng bá tiá»n tố" + +msgid "Collecting data..." +msgstr "Äang kết xuất dữ liệu..." + +msgid "Forwarder" +msgstr "Chuyển tiếp" + +msgid "General Setup" +msgstr "Thiết lập chung" + +msgid "IPv4 and IPv6" +msgstr "IPv4 và IPv6" + +msgid "IPv4 only" +msgstr "Chỉ IPv4" + +msgid "IPv6 only" +msgstr "Chỉ IPv6" + +msgid "Lease directory" +msgstr "ThÆ° mục cho thuê" + +msgid "Lease validity time" +msgstr "Thá»i gian cho thuê" + +msgid "Log file" +msgstr "Tệp nhật ký" + +msgid "Multicast address" +msgstr "Äa địa chỉ" + +msgid "Operation mode" +msgstr "Chế Ä‘á»™ hoạt Ä‘á»™ng" + +msgid "Port" +msgstr "Cổng" + +msgid "Protocol family" +msgstr "Giao thức" + +msgid "Served interfaces" +msgstr "Giao diện phục vụ" + +msgid "Server" +msgstr "Máy chủ" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "Quy định cụ thể máy chủ IPv4, IPv6 và NTP" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "Quy định cụ thể tên máy chủ IPv4, IPv6 và NTP" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "Äịnh rõ công bố IPv4 và IPv6 mạng tiá»n tố trong ký hiệu CIDR" + +msgid "The AHCP Service is not running." +msgstr "Dịch vụ AHCP khá»™ng hoạt Ä‘á»™ng." + +msgid "The AHCP Service is running with ID %s." +msgstr "Dịch vụ AHCP Ä‘ang hoạt Ä‘á»™ng vá»›i ID %s." + +msgid "There are no active leases." +msgstr "Hiện không có ngÆ°á»i thuê" + +msgid "Unique ID file" +msgstr "Tệp Unique ID" diff --git a/applications/luci-app-ahcp/po/zh-cn/ahcp.po b/applications/luci-app-ahcp/po/zh-cn/ahcp.po new file mode 100644 index 0000000..295bbe7 --- /dev/null +++ b/applications/luci-app-ahcp/po/zh-cn/ahcp.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-09 03:31+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP æœåŠ¡å™¨" + +#, fuzzy +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" +"AHCP是一个自动é…ç½®IPv6å’ŒIPv6/IPv4åŒæ ˆç½‘络的å议,用于在网络上进行路由探测和地" +"å€åˆ†é…。因为在æŸäº›ç½‘络上为æ¯ä¸ªé“¾è·¯å±‚广播域å‡é…ç½®æœåŠ¡å™¨æ˜¯éžå¸¸å›°éš¾çš„,例如移动" +"ad-hoc网络。" + +msgid "Active AHCP Leases" +msgstr "活动的AHCP租约" + +msgid "Address" +msgstr "地å€" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Age" +msgstr "有效期" + +msgid "Announced DNS servers" +msgstr "公布DNSæœåŠ¡å™¨" + +msgid "Announced NTP servers" +msgstr "公布NTPæœåŠ¡å™¨" + +msgid "Announced prefixes" +msgstr "公布地å€å‰ç¼€" + +msgid "Collecting data..." +msgstr "æ•°æ®æ”¶é›†ä¸­..." + +msgid "Forwarder" +msgstr "转å‘器" + +msgid "General Setup" +msgstr "通用设置" + +msgid "IPv4 and IPv6" +msgstr "IPv4å’ŒIPv6" + +msgid "IPv4 only" +msgstr "ä»…IPv4" + +msgid "IPv6 only" +msgstr "ä»…IPv6" + +msgid "Lease directory" +msgstr "租èµç›®å½•" + +msgid "Lease validity time" +msgstr "租约有效期" + +msgid "Log file" +msgstr "日志文件" + +msgid "Multicast address" +msgstr "多播地å€" + +msgid "Operation mode" +msgstr "工作模å¼" + +msgid "Port" +msgstr "端å£" + +msgid "Protocol family" +msgstr "å议簇" + +msgid "Served interfaces" +msgstr "æœåŠ¡æŽ¥å£" + +msgid "Server" +msgstr "æœåŠ¡å™¨" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "指定IPv4与IPv6 时间æœåŠ¡å™¨" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "指定IPv4与IPv6 域åæœåŠ¡å™¨" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "指定IPv4与IPv6网络地å€å‰ç¼€(CIDR表示法)" + +msgid "The AHCP Service is not running." +msgstr "AHCPæœåŠ¡æ²¡æœ‰è¿è¡Œã€‚" + +msgid "The AHCP Service is running with ID %s." +msgstr "AHCPæœåŠ¡ç¨‹åºè¿›ç¨‹ID %s" + +msgid "There are no active leases." +msgstr "没有活跃租约。" + +msgid "Unique ID file" +msgstr "UID文件" diff --git a/applications/luci-app-ahcp/po/zh-tw/ahcp.po b/applications/luci-app-ahcp/po/zh-tw/ahcp.po new file mode 100644 index 0000000..dc7f6c5 --- /dev/null +++ b/applications/luci-app-ahcp/po/zh-tw/ahcp.po @@ -0,0 +1,109 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-10 12:30+0200\n" +"Last-Translator: mp607 \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "AHCP Server" +msgstr "AHCP伺æœå™¨" + +msgid "" +"AHCP is an autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 " +"networks designed to be used in place of router discovery or DHCP on " +"networks where it is difficult or impossible to configure a server within " +"every link-layer broadcast domain, for example mobile ad-hoc networks." +msgstr "" + +msgid "Active AHCP Leases" +msgstr "" + +msgid "Address" +msgstr "ä½ç½®" + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Age" +msgstr "" + +msgid "Announced DNS servers" +msgstr "匿åçš„DNS伺æœå™¨" + +msgid "Announced NTP servers" +msgstr "匿åçš„NTP伺æœå™¨" + +msgid "Announced prefixes" +msgstr "匿åçš„å‰ç¶´" + +msgid "Collecting data..." +msgstr "收集資料" + +msgid "Forwarder" +msgstr "" + +msgid "General Setup" +msgstr "一般設定" + +msgid "IPv4 and IPv6" +msgstr "IPv4 å’Œ IPv6" + +msgid "IPv4 only" +msgstr "åªæœ‰IPv4" + +msgid "IPv6 only" +msgstr "åªæœ‰IPv6" + +msgid "Lease directory" +msgstr "租用目錄" + +msgid "Lease validity time" +msgstr "租用有效時間" + +msgid "Log file" +msgstr "記錄檔" + +msgid "Multicast address" +msgstr "多點廣播ä½ç½®" + +msgid "Operation mode" +msgstr "æ“作模å¼" + +msgid "Port" +msgstr "通訊埠" + +msgid "Protocol family" +msgstr "å”定群組" + +msgid "Served interfaces" +msgstr "æä¾›æœå‹™çš„ç•Œé¢" + +msgid "Server" +msgstr "伺æœå™¨" + +msgid "Specifies the announced IPv4 and IPv6 NTP servers" +msgstr "特別的匿åIPv4 與 IPv6 NTP 伺æœå™¨" + +msgid "Specifies the announced IPv4 and IPv6 name servers" +msgstr "特別的匿åIPv4 與 IPv6 å稱伺æœå™¨" + +msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" +msgstr "特別的匿åIPv4 與 IPv6 網路CIDRå‰ç¶´" + +msgid "The AHCP Service is not running." +msgstr "AHCPæœå‹™æ²’有é‹ä½œ" + +msgid "The AHCP Service is running with ID %s." +msgstr "AHCPæœå‹™é‹ä½œä¸­ ID為 %s" + +msgid "There are no active leases." +msgstr "沒有使用中的租用" + +msgid "Unique ID file" +msgstr "ç¨ç«‹çš„ID檔案" diff --git a/applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp b/applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp new file mode 100755 index 0000000..f2b2487 --- /dev/null +++ b/applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@ahcpd[-1] + add ucitrack ahcpd + set ucitrack.@ahcpd[-1].init=ahcpd + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-asterisk/Makefile b/applications/luci-app-asterisk/Makefile new file mode 100644 index 0000000..3434e16 --- /dev/null +++ b/applications/luci-app-asterisk/Makefile @@ -0,0 +1,13 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Asterisk + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-asterisk/luasrc/asterisk.lua b/applications/luci-app-asterisk/luasrc/asterisk.lua new file mode 100644 index 0000000..ceb738d --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/asterisk.lua @@ -0,0 +1,746 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.asterisk", package.seeall) +require("luci.asterisk.cc_idd") + +local _io = require("io") +local uci = require("luci.model.uci").cursor() +local sys = require("luci.sys") +local util = require("luci.util") + +AST_BIN = "/usr/sbin/asterisk" +AST_FLAGS = "-r -x" + + +--- LuCI Asterisk - Resync uci context +function uci_resync() + uci = luci.model.uci.cursor() +end + +--- LuCI Asterisk io interface +-- Handles low level io. +-- @type module +io = luci.util.class() + +--- Execute command and return output +-- @param command String containing the command to execute +-- @return String containing the command output +function io.exec(command) + local fh = _io.popen( "%s %s %q" %{ AST_BIN, AST_FLAGS, command }, "r" ) + assert(fh, "Failed to invoke asterisk") + + local buffer = fh:read("*a") + fh:close() + return buffer +end + +--- Execute command and invoke given callback for each readed line +-- @param command String containing the command to execute +-- @param callback Function to call back for each line +-- @return Always true +function io.execl(command, callback) + local ln + local fh = _io.popen( "%s %s %q" %{ AST_BIN, AST_FLAGS, command }, "r" ) + assert(fh, "Failed to invoke asterisk") + + repeat + ln = fh:read("*l") + callback(ln) + until not ln + + fh:close() + return true +end + +--- Execute command and return an iterator that returns one line per invokation +-- @param command String containing the command to execute +-- @return Iterator function +function io.execi(command) + local fh = _io.popen( "%s %s %q" %{ AST_BIN, AST_FLAGS, command }, "r" ) + assert(fh, "Failed to invoke asterisk") + + return function() + local ln = fh:read("*l") + if not ln then fh:close() end + return ln + end +end + + +--- LuCI Asterisk - core status +core = luci.util.class() + +--- Retrive version string. +-- @return String containing the reported asterisk version +function core.version(self) + local version = io.exec("core show version") + return version:gsub(" *\n", "") +end + + +--- LuCI Asterisk - SIP information. +-- @type module +sip = luci.util.class() + +--- Get a list of known SIP peers +-- @return Table containing each SIP peer +function sip.peers(self) + local head = false + local peers = { } + + for line in io.execi("sip show peers") do + if not head then + head = true + elseif not line:match(" sip peers ") then + local online, delay, id, uid + local name, host, dyn, nat, acl, port, status = + line:match("(.-) +(.-) +([D ]) ([N ]) (.) (%d+) +(.+)") + + if host == '(Unspecified)' then host = nil end + if port == '0' then port = nil else port = tonumber(port) end + + dyn = ( dyn == 'D' and true or false ) + nat = ( nat == 'N' and true or false ) + acl = ( acl ~= ' ' and true or false ) + + online, delay = status:match("(OK) %((%d+) ms%)") + + if online == 'OK' then + online = true + delay = tonumber(delay) + elseif status ~= 'Unmonitored' then + online = false + delay = 0 + else + online = nil + delay = 0 + end + + id, uid = name:match("(.+)/(.+)") + + if not ( id and uid ) then + id = name .. "..." + uid = nil + end + + peers[#peers+1] = { + online = online, + delay = delay, + name = id, + user = uid, + dynamic = dyn, + nat = nat, + acl = acl, + host = host, + port = port + } + end + end + + return peers +end + +--- Get informations of given SIP peer +-- @param peer String containing the name of the SIP peer +function sip.peer(peer) + local info = { } + local keys = { } + + for line in io.execi("sip show peer " .. peer) do + if #line > 0 then + local key, val = line:match("(.-) *: +(.*)") + if key and val then + + key = key:gsub("^ +",""):gsub(" +$", "") + val = val:gsub("^ +",""):gsub(" +$", "") + + if key == "* Name" then + key = "Name" + elseif key == "Addr->IP" then + info.address, info.port = val:match("(.+) Port (.+)") + info.port = tonumber(info.port) + elseif key == "Status" then + info.online, info.delay = val:match("(OK) %((%d+) ms%)") + if info.online == 'OK' then + info.online = true + info.delay = tonumber(info.delay) + elseif status ~= 'Unmonitored' then + info.online = false + info.delay = 0 + else + info.online = nil + info.delay = 0 + end + end + + if val == 'Yes' or val == 'yes' or val == '' then + val = true + elseif val == 'No' or val == 'no' then + val = false + elseif val == '' or val == '(none)' then + val = nil + end + + keys[#keys+1] = key + info[key] = val + end + end + end + + return info, keys +end + + +--- LuCI Asterisk - Internal helpers +-- @type module +tools = luci.util.class() + +--- Convert given value to a list of tokens. Split by white space. +-- @param val String or table value +-- @return Table containing tokens +function tools.parse_list(v) + local tokens = { } + + v = type(v) == "table" and v or { v } + for _, v in ipairs(v) do + if type(v) == "string" then + for v in v:gmatch("(%S+)") do + tokens[#tokens+1] = v + end + end + end + + return tokens +end + +--- Convert given list to a collection of hyperlinks +-- @param list Table of tokens +-- @param url String pattern or callback function to construct urls (optional) +-- @param sep String containing the seperator (optional, default is ", ") +-- @return String containing the html fragment +function tools.hyperlinks(list, url, sep) + local html + + local function mkurl(p, t) + if type(p) == "string" then + return p:format(t) + elseif type(p) == "function" then + return p(t) + else + return '#' + end + end + + list = list or { } + url = url or "%s" + sep = sep or ", " + + for _, token in ipairs(list) do + html = ( html and html .. sep or '' ) .. + '%s' %{ mkurl(url, token), token } + end + + return html or '' +end + + +--- LuCI Asterisk - International Direct Dialing Prefixes +-- @type module +idd = luci.util.class() + +--- Lookup the country name for the given IDD code. +-- @param country String containing IDD code +-- @return String containing the country name +function idd.country(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if type(v[3]) == "table" then + for _, v2 in ipairs(v[3]) do + if v2 == tostring(c) then + return v[1] + end + end + elseif v[3] == tostring(c) then + return v[1] + end + end +end + +--- Lookup the country code for the given IDD code. +-- @param country String containing IDD code +-- @return Table containing the country code(s) +function idd.cc(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if type(v[3]) == "table" then + for _, v2 in ipairs(v[3]) do + if v2 == tostring(c) then + return type(v[2]) == "table" + and v[2] or { v[2] } + end + end + elseif v[3] == tostring(c) then + return type(v[2]) == "table" + and v[2] or { v[2] } + end + end +end + +--- Lookup the IDD code(s) for the given country. +-- @param idd String containing the country name +-- @return Table containing the IDD code(s) +function idd.idd(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if v[1]:lower():match(c:lower()) then + return type(v[3]) == "table" + and v[3] or { v[3] } + end + end +end + +--- Populate given CBI field with IDD codes. +-- @param field CBI option object +-- @return (nothing) +function idd.cbifill(o) + for i, v in ipairs(cc_idd.CC_IDD) do + o:value("_%i" % i, util.pcdata(v[1])) + end + + o.formvalue = function(...) + local val = luci.cbi.Value.formvalue(...) + if val:sub(1,1) == "_" then + val = tonumber((val:gsub("^_", ""))) + if val then + return type(cc_idd.CC_IDD[val][3]) == "table" + and cc_idd.CC_IDD[val][3] or { cc_idd.CC_IDD[val][3] } + end + end + return val + end + + o.cfgvalue = function(...) + local val = luci.cbi.Value.cfgvalue(...) + if val then + val = tools.parse_list(val) + for i, v in ipairs(cc_idd.CC_IDD) do + if type(v[3]) == "table" then + if v[3][1] == val[1] then + return "_%i" % i + end + else + if v[3] == val[1] then + return "_%i" % i + end + end + end + end + return val + end +end + + +--- LuCI Asterisk - Country Code Prefixes +-- @type module +cc = luci.util.class() + +--- Lookup the country name for the given CC code. +-- @param country String containing CC code +-- @return String containing the country name +function cc.country(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if type(v[2]) == "table" then + for _, v2 in ipairs(v[2]) do + if v2 == tostring(c) then + return v[1] + end + end + elseif v[2] == tostring(c) then + return v[1] + end + end +end + +--- Lookup the international dialing code for the given CC code. +-- @param cc String containing CC code +-- @return String containing IDD code +function cc.idd(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if type(v[2]) == "table" then + for _, v2 in ipairs(v[2]) do + if v2 == tostring(c) then + return type(v[3]) == "table" + and v[3] or { v[3] } + end + end + elseif v[2] == tostring(c) then + return type(v[3]) == "table" + and v[3] or { v[3] } + end + end +end + +--- Lookup the CC code(s) for the given country. +-- @param country String containing the country name +-- @return Table containing the CC code(s) +function cc.cc(c) + for _, v in ipairs(cc_idd.CC_IDD) do + if v[1]:lower():match(c:lower()) then + return type(v[2]) == "table" + and v[2] or { v[2] } + end + end +end + +--- Populate given CBI field with CC codes. +-- @param field CBI option object +-- @return (nothing) +function cc.cbifill(o) + for i, v in ipairs(cc_idd.CC_IDD) do + o:value("_%i" % i, util.pcdata(v[1])) + end + + o.formvalue = function(...) + local val = luci.cbi.Value.formvalue(...) + if val:sub(1,1) == "_" then + val = tonumber((val:gsub("^_", ""))) + if val then + return type(cc_idd.CC_IDD[val][2]) == "table" + and cc_idd.CC_IDD[val][2] or { cc_idd.CC_IDD[val][2] } + end + end + return val + end + + o.cfgvalue = function(...) + local val = luci.cbi.Value.cfgvalue(...) + if val then + val = tools.parse_list(val) + for i, v in ipairs(cc_idd.CC_IDD) do + if type(v[2]) == "table" then + if v[2][1] == val[1] then + return "_%i" % i + end + else + if v[2] == val[1] then + return "_%i" % i + end + end + end + end + return val + end +end + + +--- LuCI Asterisk - Dialzone +-- @type module +dialzone = luci.util.class() + +--- Parse a dialzone section +-- @param zone Table containing the zone info +-- @return Table with parsed information +function dialzone.parse(z) + if z['.name'] then + return { + trunks = tools.parse_list(z.uses), + name = z['.name'], + description = z.description or z['.name'], + addprefix = z.addprefix, + matches = tools.parse_list(z.match), + intlmatches = tools.parse_list(z.international), + countrycode = z.countrycode, + localzone = z.localzone, + localprefix = z.localprefix + } + end +end + +--- Get a list of known dial zones +-- @return Associative table of zones and table of zone names +function dialzone.zones() + local zones = { } + local znames = { } + uci:foreach("asterisk", "dialzone", + function(z) + zones[z['.name']] = dialzone.parse(z) + znames[#znames+1] = z['.name'] + end) + return zones, znames +end + +--- Get a specific dial zone +-- @param name Name of the dial zone +-- @return Table containing zone information +function dialzone.zone(n) + local zone + uci:foreach("asterisk", "dialzone", + function(z) + if z['.name'] == n then + zone = dialzone.parse(z) + end + end) + return zone +end + +--- Find uci section hash for given zone number +-- @param idx Zone number +-- @return String containing the uci hash pointing to the section +function dialzone.ucisection(i) + local hash + local index = 1 + i = tonumber(i) + uci:foreach("asterisk", "dialzone", + function(z) + if not hash and index == i then + hash = z['.name'] + end + index = index + 1 + end) + return hash +end + + +--- LuCI Asterisk - Voicemailbox +-- @type module +voicemail = luci.util.class() + +--- Parse a voicemail section +-- @param zone Table containing the mailbox info +-- @return Table with parsed information +function voicemail.parse(z) + if z.number and #z.number > 0 then + local v = { + id = '%s@%s' %{ z.number, z.context or 'default' }, + number = z.number, + context = z.context or 'default', + name = z.name or z['.name'] or 'OpenWrt', + zone = z.zone or 'homeloc', + password = z.password or '0000', + email = z.email or '', + page = z.page or '', + dialplans = { } + } + + uci:foreach("asterisk", "dialplanvoice", + function(s) + if s.dialplan and #s.dialplan > 0 and + s.voicebox == v.number + then + v.dialplans[#v.dialplans+1] = s.dialplan + end + end) + + return v + end +end + +--- Get a list of known voicemail boxes +-- @return Associative table of boxes and table of box numbers +function voicemail.boxes() + local vboxes = { } + local vnames = { } + uci:foreach("asterisk", "voicemail", + function(z) + local v = voicemail.parse(z) + if v then + local n = '%s@%s' %{ v.number, v.context } + vboxes[n] = v + vnames[#vnames+1] = n + end + end) + return vboxes, vnames +end + +--- Get a specific voicemailbox +-- @param number Number of the voicemailbox +-- @return Table containing mailbox information +function voicemail.box(n) + local box + n = n:gsub("@.+$","") + uci:foreach("asterisk", "voicemail", + function(z) + if z.number == tostring(n) then + box = voicemail.parse(z) + end + end) + return box +end + +--- Find all voicemailboxes within the given dialplan +-- @param plan Dialplan name or table +-- @return Associative table containing extensions mapped to mailbox info +function voicemail.in_dialplan(p) + local plan = type(p) == "string" and p or p.name + local boxes = { } + uci:foreach("asterisk", "dialplanvoice", + function(s) + if s.extension and #s.extension > 0 and s.dialplan == plan then + local box = voicemail.box(s.voicebox) + if box then + boxes[s.extension] = box + end + end + end) + return boxes +end + +--- Remove voicemailbox and associated extensions from config +-- @param box Voicemailbox number or table +-- @param ctx UCI context to use (optional) +-- @return Boolean indicating success +function voicemail.remove(v, ctx) + ctx = ctx or uci + local box = type(v) == "string" and v or v.number + local ok1 = ctx:delete_all("asterisk", "voicemail", {number=box}) + local ok2 = ctx:delete_all("asterisk", "dialplanvoice", {voicebox=box}) + return ( ok1 or ok2 ) and true or false +end + + +--- LuCI Asterisk - MeetMe Conferences +-- @type module +meetme = luci.util.class() + +--- Parse a meetme section +-- @param room Table containing the room info +-- @return Table with parsed information +function meetme.parse(r) + if r.room and #r.room > 0 then + local v = { + room = r.room, + pin = r.pin or '', + adminpin = r.adminpin or '', + description = r._description or '', + dialplans = { } + } + + uci:foreach("asterisk", "dialplanmeetme", + function(s) + if s.dialplan and #s.dialplan > 0 and s.room == v.room then + v.dialplans[#v.dialplans+1] = s.dialplan + end + end) + + return v + end +end + +--- Get a list of known meetme rooms +-- @return Associative table of rooms and table of room numbers +function meetme.rooms() + local mrooms = { } + local mnames = { } + uci:foreach("asterisk", "meetme", + function(r) + local v = meetme.parse(r) + if v then + mrooms[v.room] = v + mnames[#mnames+1] = v.room + end + end) + return mrooms, mnames +end + +--- Get a specific meetme room +-- @param number Number of the room +-- @return Table containing room information +function meetme.room(n) + local room + uci:foreach("asterisk", "meetme", + function(r) + if r.room == tostring(n) then + room = meetme.parse(r) + end + end) + return room +end + +--- Find all meetme rooms within the given dialplan +-- @param plan Dialplan name or table +-- @return Associative table containing extensions mapped to room info +function meetme.in_dialplan(p) + local plan = type(p) == "string" and p or p.name + local rooms = { } + uci:foreach("asterisk", "dialplanmeetme", + function(s) + if s.extension and #s.extension > 0 and s.dialplan == plan then + local room = meetme.room(s.room) + if room then + rooms[s.extension] = room + end + end + end) + return rooms +end + +--- Remove meetme room and associated extensions from config +-- @param room Voicemailbox number or table +-- @param ctx UCI context to use (optional) +-- @return Boolean indicating success +function meetme.remove(v, ctx) + ctx = ctx or uci + local room = type(v) == "string" and v or v.number + local ok1 = ctx:delete_all("asterisk", "meetme", {room=room}) + local ok2 = ctx:delete_all("asterisk", "dialplanmeetme", {room=room}) + return ( ok1 or ok2 ) and true or false +end + + +--- LuCI Asterisk - Dialplan +-- @type module +dialplan = luci.util.class() + +--- Parse a dialplan section +-- @param plan Table containing the plan info +-- @return Table with parsed information +function dialplan.parse(z) + if z['.name'] then + local plan = { + zones = { }, + name = z['.name'], + description = z.description or z['.name'] + } + + -- dialzones + for _, name in ipairs(tools.parse_list(z.include)) do + local zone = dialzone.zone(name) + if zone then + plan.zones[#plan.zones+1] = zone + end + end + + -- voicemailboxes + plan.voicemailboxes = voicemail.in_dialplan(plan) + + -- meetme conferences + plan.meetmerooms = meetme.in_dialplan(plan) + + return plan + end +end + +--- Get a list of known dial plans +-- @return Associative table of plans and table of plan names +function dialplan.plans() + local plans = { } + local pnames = { } + uci:foreach("asterisk", "dialplan", + function(p) + plans[p['.name']] = dialplan.parse(p) + pnames[#pnames+1] = p['.name'] + end) + return plans, pnames +end + +--- Get a specific dial plan +-- @param name Name of the dial plan +-- @return Table containing plan information +function dialplan.plan(n) + local plan + uci:foreach("asterisk", "dialplan", + function(p) + if p['.name'] == n then + plan = dialplan.parse(p) + end + end) + return plan +end diff --git a/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua b/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua new file mode 100644 index 0000000..6ed8dfd --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua @@ -0,0 +1,245 @@ +-- Licensed to the public under the Apache License 2.0. + +module "luci.asterisk.cc_idd" + +CC_IDD = { +-- Country, CC, IDD + { "Afghanistan", "93", "00" }, + { "Albania", "355", "00" }, + { "Algeria", "213", "00" }, + { "American Samoa", "684", "00" }, + { "Andorra", "376", "00" }, + { "Angola", "244", "00" }, + { "Anguilla", "264", "011" }, + { "Antarctica", "672", "" }, + { "Antigua", "268", "011" }, + { "Argentina", "54", "00" }, + { "Armenia", "374", "00" }, + { "Aruba", "297", "00" }, + { "Ascension Island", "247", "00" }, + { "Australia", "61", "0011" }, + { "Austria", "43", "00" }, + { "Azberbaijan", "994", "00" }, + { "Bahamas", "242", "011" }, + { "Bahrain", "973", "00" }, + { "Bangladesh", "880", "00" }, + { "Barbados", "246", "011" }, + { "Barbuda", "268", "011" }, + { "Belarus", "375", "810" }, + { "Belgium", "32", "00" }, + { "Belize", "501", "00" }, + { "Benin", "229", "00" }, + { "Bermuda", "441", "011" }, + { "Bhutan", "975", "00" }, + { "Bolivia", "591", "00" }, + { "Bosnia", "387", "00" }, + { "Botswana", "267", "00" }, + { "Brazil", "55", "00" }, + { "British Virgin Islands", "284", "011" }, + { "Brunei", "673", "00" }, + { "Bulgaria", "359", "00" }, + { "Burkina Faso", "226", "00" }, + { "Burma (Myanmar)", "95", "00" }, + { "Burundi", "257", "00" }, + { "Cambodia", "855", "001" }, + { "Cameroon", "237", "00" }, + { "Canada", "1", "011" }, + { "Cape Verde Islands", "238", "0" }, + { "Cayman Islands", "345", "011" }, + { "Central African Rep.", "236", "00" }, + { "Chad", "235", "15" }, + { "Chile", "56", "00" }, + { "China", "86", "00" }, + { "Christmas Island", "61", "0011" }, + { "Cocos Islands", "61", "0011" }, + { "Colombia", "57", "00" }, + { "Comoros", "269", "00" }, + { "Congo", "242", "00" }, + { "Congo, Dem. Rep. of", "243", "00" }, + { "Cook Islands", "682", "00" }, + { "Costa Rica", "506", "00" }, + { "Croatia", "385", "00" }, + { "Cuba", "53", "119" }, + { "Cyprus", "357", "00" }, + { "Czech Republic", "420", "00" }, + { "Denmark", "45", "00" }, + { "Diego Garcia", "246", "00" }, + { "Djibouti", "253", "00" }, + { "Dominica", "767", "011" }, + { "Dominican Rep.", "809", "011" }, + { "Ecuador", "593", "00" }, + { "Egypt", "20", "00" }, + { "El Salvador", "503", "00" }, + { "Equatorial Guinea", "240", "00" }, + { "Eritrea", "291", "00" }, + { "Estonia", "372", "00" }, + { "Ethiopia", "251", "00" }, + { "Faeroe Islands", "298", "00" }, + { "Falkland Islands", "500", "00" }, + { "Fiji Islands", "679", "00" }, + { "Finland", "358", "00" }, + { "France", "33", "00" }, + { "French Antilles", "596", "00" }, + { "French Guiana", "594", "00" }, + { "French Polynesia", "689", "00" }, + { "Gabon", "241", "00" }, + { "Gambia", "220", "00" }, + { "Georgia", "995", "810" }, + { "Germany", "49", "00" }, + { "Ghana", "233", "00" }, + { "Gibraltar", "350", "00" }, + { "Greece", "30", "00" }, + { "Greenland", "299", "00" }, + { "Grenada", "473", "011" }, + { "Guadeloupe", "590", "00" }, + { "Guam", "671", "011" }, + { "Guantanamo Bay", "5399", "00" }, + { "Guatemala", "502", "00" }, + { "Guinea", "224", "00" }, + { "Guinea Bissau", "245", "00" }, + { "Guyana", "592", "001" }, + { "Haiti", "509", "00" }, + { "Honduras", "504", "00" }, + { "Hong Kong", "852", "001" }, + { "Hungary", "36", "00" }, + { "Iceland", "354", "00" }, + { "India", "91", "00" }, + { "Indonesia", "62", { "001", "008" } }, + { "Iran", "98", "00" }, + { "Iraq", "964", "00" }, + { "Ireland", "353", "00" }, + { "Israel", "972", "00" }, + { "Italy", "39", "00" }, + { "Ivory Coast", "225", "00" }, + { "Jamaica", "876", "011" }, + { "Japan", "81", "001" }, + { "Jordan", "962", "00" }, + { "Kazakhstan", "7", "810" }, + { "Kenya", "254", "000" }, + { "Kiribati", "686", "00" }, + { "Korea, North", "850", "00" }, + { "Korea, South", "82", "001" }, + { "Kuwait", "965", "00" }, + { "Kyrgyzstan", "996", "00" }, + { "Laos", "856", "00" }, + { "Latvia", "371", "00" }, + { "Lebanon", "961", "00" }, + { "Lesotho", "266", "00" }, + { "Liberia", "231", "00" }, + { "Libya", "218", "00" }, + { "Liechtenstein", "423", "00" }, + { "Lithuania", "370", "00" }, + { "Luxembourg", "352", "00" }, + { "Macau", "853", "00" }, + { "Macedonia", "389", "00" }, + { "Madagascar", "261", "00" }, + { "Malawi", "265", "00" }, + { "Malaysia", "60", "00" }, + { "Maldives", "960", "00" }, + { "Mali", "223", "00" }, + { "Malta", "356", "00" }, + { "Mariana Islands", "670", "011" }, + { "Marshall Islands", "692", "011" }, + { "Martinique", "596", "00" }, + { "Mauritania", "222", "00" }, + { "Mauritius", "230", "00" }, + { "Mayotte Islands", "269", "00" }, + { "Mexico", "52", "00" }, + { "Micronesia", "691", "011" }, + { "Midway Island", "808", "011" }, + { "Moldova", "373", "00" }, + { "Monaco", "377", "00" }, + { "Mongolia", "976", "001" }, + { "Montserrat", "664", "011" }, + { "Morocco", "212", "00" }, + { "Mozambique", "258", "00" }, + { "Myanmar (Burma)", "95", "00" }, + { "Namibia", "264", "00" }, + { "Nauru", "674", "00" }, + { "Nepal", "977", "00" }, + { "Netherlands", "31", "00" }, + { "Netherlands Antilles", "599", "00" }, + { "Nevis", "869", "011" }, + { "New Caledonia", "687", "00" }, + { "New Zealand", "64", "00" }, + { "Nicaragua", "505", "00" }, + { "Niger", "227", "00" }, + { "Nigeria", "234", "009" }, + { "Niue", "683", "00" }, + { "Norfolk Island", "672", "00" }, + { "Norway", "47", "00" }, + { "Oman", "968", "00" }, + { "Pakistan", "92", "00" }, + { "Palau", "680", "011" }, + { "Palestine", "970", "00" }, + { "Panama", "507", "00" }, + { "Papua New Guinea", "675", "05" }, + { "Paraguay", "595", "002" }, + { "Peru", "51", "00" }, + { "Philippines", "63", "00" }, + { "Poland", "48", "00" }, + { "Portugal", "351", "00" }, + { "Puerto Rico", { "787", "939" }, "011" }, + { "Qatar", "974", "00" }, + { "Reunion Island", "262", "00" }, + { "Romania", "40", "00" }, + { "Russia", "7", "810" }, + { "Rwanda", "250", "00" }, + { "St. Helena", "290", "00" }, + { "St. Kitts", "869", "011" }, + { "St. Lucia", "758", "011" }, + { "St. Perre & Miquelon", "508", "00" }, + { "St. Vincent", "784", "011" }, + { "San Marino", "378", "00" }, + { "Sao Tome & Principe", "239", "00" }, + { "Saudi Arabia", "966", "00" }, + { "Senegal", "221", "00" }, + { "Serbia", "381", "99" }, + { "Seychelles", "248", "00" }, + { "Sierra Leone", "232", "00" }, + { "Singapore", "65", "001" }, + { "Slovakia", "421", "00" }, + { "Slovenia", "386", "00" }, + { "Solomon Islands", "677", "00" }, + { "Somalia", "252", "00" }, + { "South Africa", "27", "09" }, + { "Spain", "34", "00" }, + { "Sri Lanka", "94", "00" }, + { "Sudan", "249", "00" }, + { "Suriname", "597", "00" }, + { "Swaziland", "268", "00" }, + { "Sweden", "46", "00" }, + { "Switzerland", "41", "00" }, + { "Syria", "963", "00" }, + { "Taiwan", "886", "002" }, + { "Tajikistan", "992", "810" }, + { "Tanzania", "255", "00" }, + { "Thailand", "66", "001" }, + { "Togo", "228", "00" }, + { "Tonga", "676", "00" }, + { "Trinidad & Tobago", "868", "011" }, + { "Tunisia", "216", "00" }, + { "Turkey", "90", "00" }, + { "Turkmenistan", "993", "810" }, + { "Turks & Caicos", "649", "011" }, + { "Tuvalu", "688", "00" }, + { "Uganda", "256", "000" }, + { "Ukraine", "380", "810" }, + { "United Arab Emirates", "971", "00" }, + { "United Kingdom", "44", "00" }, + { "Uruguay", "598", "00" }, + { "USA", "1", "011" }, + { "US Virgin Islands", "340", "011" }, + { "Uzbekistan", "998", "810" }, + { "Vanuatu", "678", "00" }, + { "Vatican City", "39", "00" }, + { "Venezuela", "58", "00" }, + { "Vietnam", "84", "00" }, + { "Wake Island", "808", "00" }, + { "Wallis & Futuna", "681", "19" }, + { "Western Samoa", "685", "00" }, + { "Yemen", "967", "00" }, + { "Yugoslavia", "381", "99" }, + { "Zambia", "260", "00" }, + { "Zimbabwe", "263", "00" } +} diff --git a/applications/luci-app-asterisk/luasrc/controller/asterisk.lua b/applications/luci-app-asterisk/luasrc/controller/asterisk.lua new file mode 100644 index 0000000..4923584 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/controller/asterisk.lua @@ -0,0 +1,194 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.asterisk", package.seeall) + +function index() + + entry({"admin", "services", "asterisk"}, cbi("asterisk"), "Asterisk", 80) + + entry({"admin", "services", "asterisk", "voice"}, cbi("asterisk-voice"), "Voice Functions", 1) + entry({"admin", "services", "asterisk", "meetme"}, cbi("asterisk-meetme"), "Meetme Conferences", 2) + + entry({"admin", "services", "asterisk", "iax-conns"}, cbi("asterisk-iax-connections"), "IAX Connections", 3) + entry({"admin", "services", "asterisk", "sip-conns"}, cbi("asterisk-sip-connections"), "SIP Connections", 4) + + entry({"admin", "services", "asterisk", "dialplans"}, cbi("asterisk-dialplans"), "Dial Plans", 5) + + entry({"admin", "services", "asterisk", "mod"}, cbi("asterisk-mod-app"), "Modules", 4) + entry({"admin", "services", "asterisk", "mod", "app"}, cbi("asterisk-mod-app"), "Applications", 1) + entry({"admin", "services", "asterisk", "mod", "cdr"}, cbi("asterisk-mod-cdr"), "Call Detail Records", 2) + entry({"admin", "services", "asterisk", "mod", "chan"}, cbi("asterisk-mod-chan"), "Channels", 3) + entry({"admin", "services", "asterisk", "mod", "codec"}, cbi("asterisk-mod-codec"), "Codecs", 4) + entry({"admin", "services", "asterisk", "mod", "format"}, cbi("asterisk-mod-format"), "Format", 5) + entry({"admin", "services", "asterisk", "mod", "func"}, cbi("asterisk-mod-func"), "Functions", 6) + entry({"admin", "services", "asterisk", "mod", "pbx"}, cbi("asterisk-mod-pbx"), "PBX", 7) + entry({"admin", "services", "asterisk", "mod", "res"}, cbi("asterisk-mod-res"), "Resources", 8) + entry({"admin", "services", "asterisk", "mod", "res", "feature"}, + cbi("asterisk-mod-res-feature"), "Feature Module Configuration", 9 ) + + + entry({"admin", "asterisk"}, cbi("asterisk/main"), "Asterisk", 99).i18n = "asterisk" + + entry({"admin", "asterisk", "phones"}, cbi("asterisk/phones"), "Phones", 1) + entry({"admin", "asterisk", "phones", "sip"}, cbi("asterisk/phone_sip"), nil, 1).leaf = true + --entry({"admin", "asterisk", "phones", "exten"}, cbi("asterisk/phone_exten"), "Extensions", 2).leaf = true + + entry({"admin", "asterisk", "trunks"}, cbi("asterisk/trunks"), "Trunks", 2) + entry({"admin", "asterisk", "trunks", "sip"}, cbi("asterisk/trunk_sip"), nil, 1).leaf = true + + entry({"admin", "asterisk", "voicemail"}, cbi("asterisk/voicemail"), "Voicemail", 3) + entry({"admin", "asterisk", "voicemail", "mailboxes"}, cbi("asterisk/voicemail"), "Mailboxes", 1) + entry({"admin", "asterisk", "voicemail", "settings"}, cbi("asterisk/voicemail_settings"), "Settings", 2) + + entry({"admin", "asterisk", "meetme"}, cbi("asterisk/meetme"), "MeetMe", 4) + entry({"admin", "asterisk", "meetme", "rooms"}, cbi("asterisk/meetme"), "Rooms", 1) + entry({"admin", "asterisk", "meetme", "settings"}, cbi("asterisk/meetme_settings"), "Settings", 2) + + entry({"admin", "asterisk", "dialplans"}, call("handle_dialplan"), "Call Routing", 5) + entry({"admin", "asterisk", "dialplans", "out"}, cbi("asterisk/dialplan_out"), nil, 1).leaf = true + entry({"admin", "asterisk", "dialplans", "zones"}, call("handle_dialzones"), "Dial Zones", 2).leaf = true + +end + + +function handle_dialplan() + local uci = luci.model.uci.cursor() + local ast = require "luci.asterisk" + local err = false + + for k, v in pairs(luci.http.formvaluetable("delzone")) do + local plan = ast.dialplan.plan(k) + if #v > 0 and plan then + local newinc = { } + + for _, z in ipairs(plan.zones) do + if z.name ~= v then + newinc[#newinc+1] = z.name + end + end + + uci:delete("asterisk", plan.name, "include") + + if #newinc > 0 then + uci:set("asterisk", plan.name, "include", newinc) + end + end + end + + for k, v in pairs(luci.http.formvaluetable("addzone")) do + local plan = ast.dialplan.plan(k) + local zone = ast.dialzone.zone(v) + if #v > 0 and plan and zone then + local newinc = { zone.name } + + for _, z in ipairs(plan.zones) do + newinc[#newinc+1] = z.name + end + + uci:delete("asterisk", plan.name, "include") + + if #newinc > 0 then + uci:set("asterisk", plan.name, "include", newinc) + end + end + end + + for k, v in pairs(luci.http.formvaluetable("delvbox")) do + local plan = ast.dialplan.plan(k) + if #v > 0 and plan then + uci:delete_all("asterisk", "dialplanvoice", + { extension=v, dialplan=plan.name }) + end + end + + for k, v in pairs(luci.http.formvaluetable("addvbox")) do + local plan = ast.dialplan.plan(k) + local vbox = ast.voicemail.box(v) + if plan and vbox then + local vext = luci.http.formvalue("addvboxext.%s" % plan.name) + vext = ( vext and #vext > 0 ) and vext or vbox.number + uci:section("asterisk", "dialplanvoice", nil, { + dialplan = plan.name, + extension = vext, + voicebox = vbox.number, + voicecontext = vbox.context + }) + end + end + + for k, v in pairs(luci.http.formvaluetable("delmeetme")) do + local plan = ast.dialplan.plan(k) + if #v > 0 and plan then + uci:delete_all("asterisk", "dialplanmeetme", + { extension=v, dialplan=plan.name }) + end + end + + for k, v in pairs(luci.http.formvaluetable("addmeetme")) do + local plan = ast.dialplan.plan(k) + local meetme = ast.meetme.room(v) + if plan and meetme then + local mext = luci.http.formvalue("addmeetmeext.%s" % plan.name) + mext = ( mext and #mext > 0 ) and mext or meetme.room + uci:section("asterisk", "dialplanmeetme", nil, { + dialplan = plan.name, + extension = mext, + room = meetme.room + }) + end + end + + local aname = luci.http.formvalue("addplan") + if aname and #aname > 0 then + if aname:match("^[a-zA-Z0-9_]+$") then + uci:section("asterisk", "dialplan", aname, { }) + else + err = true + end + end + + local dname = luci.http.formvalue("delplan") + if dname and #dname > 0 then + if uci:get("asterisk", dname) == "dialplan" then + uci:delete("asterisk", dname) + uci:delete_all("asterisk", "dialplanvoice", { dialplan=dname }) + uci:delete_all("asterisk", "dialplanmeetme", { dialplan=dname }) + end + end + + uci:save("asterisk") + ast.uci_resync() + + luci.template.render("asterisk/dialplans", { create_error = err }) +end + +function handle_dialzones() + local ast = require "luci.asterisk" + local uci = luci.model.uci.cursor() + local err = false + + if luci.http.formvalue("newzone") then + local name = luci.http.formvalue("newzone_name") + if name and name:match("^[a-zA-Z0-9_]+$") then + uci:section("asterisk", "dialzone", name, { + uses = ast.tools.parse_list(luci.http.formvalue("newzone_uses") or {}), + match = ast.tools.parse_list(luci.http.formvalue("newzone_match") or {}) + }) + uci:save("asterisk") + else + err = true + end + end + + if luci.http.formvalue("delzone") then + local name = luci.http.formvalue("delzone") + if uci:get("asterisk", name) == "dialzone" then + uci:delete("asterisk", name) + uci:save("asterisk") + end + end + + luci.template.render("asterisk/dialzones", { create_error = err }) +end diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-dialplans.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-dialplans.lua new file mode 100644 index 0000000..d4daa68 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-dialplans.lua @@ -0,0 +1,91 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +dialplan = cbimap:section(TypedSection, "dialplan", "Section dialplan", "") +dialplan.addremove = true +dialplan.dynamic = true + +include = dialplan:option(MultiValue, "include", "Include zones and plans", "") +cbimap.uci:foreach( "asterisk", "dialplan", function(s) include:value(s['.name']) end ) +cbimap.uci:foreach( "asterisk", "dialzone", function(s) include:value(s['.name']) end ) + +dialplanexten = cbimap:section(TypedSection, "dialplanexten", "Dialplan Extension", "") +dialplanexten.anonymous = true +dialplanexten.addremove = true +dialplanexten.dynamic = true + + +dialplangeneral = cbimap:section(TypedSection, "dialplangeneral", "Dialplan General Options", "") +dialplangeneral.anonymous = true +dialplangeneral.addremove = true + +allowtransfer = dialplangeneral:option(Flag, "allowtransfer", "Allow transfer", "") +allowtransfer.rmempty = true + +canreinvite = dialplangeneral:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") +canreinvite:value("yes", "Yes") +canreinvite:value("nonat", "Yes when not behind NAT") +canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") +canreinvite:value("no", "No") +canreinvite.rmempty = true + +clearglobalvars = dialplangeneral:option(Flag, "clearglobalvars", "Clear global vars", "") +clearglobalvars.rmempty = true + + +dialplangoto = cbimap:section(TypedSection, "dialplangoto", "Dialplan Goto", "") +dialplangoto.anonymous = true +dialplangoto.addremove = true +dialplangoto.dynamic = true + + +dialplanmeetme = cbimap:section(TypedSection, "dialplanmeetme", "Dialplan Conference", "") +dialplanmeetme.anonymous = true +dialplanmeetme.addremove = true +dialplanmeetme.dynamic = true + + +dialplansaytime = cbimap:section(TypedSection, "dialplansaytime", "Dialplan Time", "") +dialplansaytime.anonymous = true +dialplansaytime.addremove = true +dialplansaytime.dynamic = true + + +dialplanvoice = cbimap:section(TypedSection, "dialplanvoice", "Dialplan Voicemail", "") +dialplanvoice.anonymous = true +dialplanvoice.addremove = true +dialplanvoice.dynamic = true + + +dialzone = cbimap:section(TypedSection, "dialzone", "Dial Zones for Dialplan", "") +dialzone.addremove = true +dialzone.template = "cbi/tblsection" + +addprefix = dialzone:option(Value, "addprefix", "Prefix to add matching dialplans", "") +addprefix.rmempty = true + +--international = dialzone:option(DynamicList, "international", "Match International prefix", "") +international = dialzone:option(Value, "international", "Match International prefix", "") +international.rmempty = true + +localprefix = dialzone:option(Value, "localprefix", "Prefix (0) to add/remove to/from intl. numbers", "") +localprefix.rmempty = true + +localzone = dialzone:option(Value, "localzone", "Dialzone for intl. numbers matched as local", "") +localzone.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) +cbimap.uci:foreach( "asterisk", "dialplan", function(s) localzone:value(s['.name']) end ) +cbimap.uci:foreach( "asterisk", "dialzone", function(s) localzone:value(s['.name']) end ) + +match = dialzone:option(Value, "match", "Match plan", "") +match.rmempty = true + +uses = dialzone:option(ListValue, "uses", "Connection to use", "") +uses.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "sip-conns" ) +cbimap.uci:foreach( "asterisk", "sip", function(s) uses:value('SIP/'..s['.name']) end ) +cbimap.uci:foreach( "asterisk", "iax", function(s) uses:value('IAX/'..s['.name']) end ) + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua new file mode 100644 index 0000000..d0eaf34 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua @@ -0,0 +1,49 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +iax = cbimap:section(TypedSection, "iax", "IAX Connection", "") +iax.addremove = true + +alwaysinternational = iax:option(Flag, "alwaysinternational", "Always Dial International", "") +alwaysinternational.optional = true + +context = iax:option(ListValue, "context", "Context to use", "") +context.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) +cbimap.uci:foreach( "asterisk", "dialplan", function(s) context:value(s['.name']) end ) +cbimap.uci:foreach( "asterisk", "dialzone", function(s) context:value(s['.name']) end ) + +countrycode = iax:option(Value, "countrycode", "Country Code for connection", "") +countrycode.optional = true + +extension = iax:option(Value, "extension", "Add as Extension", "") +extension.optional = true + +host = iax:option(Value, "host", "Host name (or blank)", "") +host.optional = true + +internationalprefix = iax:option(Value, "internationalprefix", "International Dial Prefix", "") +internationalprefix.optional = true + +prefix = iax:option(Value, "prefix", "Dial Prefix (for external line)", "") +prefix.optional = true + +secret = iax:option(Value, "secret", "Secret", "") +secret.optional = true + +timeout = iax:option(Value, "timeout", "Dial Timeout (sec)", "") +timeout.optional = true + +type = iax:option(ListValue, "type", "Option type", "") +type:value("friend", "Friend (outbound/inbound)") +type:value("user", "User (inbound - authenticate by \"from\")") +type:value("peer", "Peer (outbound - match by host)") +type.optional = true + +username = iax:option(Value, "username", "User name", "") +username.optional = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-meetme.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-meetme.lua new file mode 100644 index 0000000..dd79e46 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-meetme.lua @@ -0,0 +1,22 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +meetmegeneral = cbimap:section(TypedSection, "meetmegeneral", "Meetme Conference General Options", "") + +audiobuffers = meetmegeneral:option(Value, "audiobuffers", "Number of 20ms audio buffers to be used", "") + + +meetme = cbimap:section(TypedSection, "meetme", "Meetme Conference", "") +meetme.addremove = true + +adminpin = meetme:option(Value, "adminpin", "Admin PIN", "") +adminpin.password = true + +pin = meetme:option(Value, "pin", "Meeting PIN", "") +pin.password = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua new file mode 100644 index 0000000..0a0a2d5 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua @@ -0,0 +1,391 @@ +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +app_alarmreceiver = module:option(ListValue, "app_alarmreceiver", "Alarm Receiver Application", "") +app_alarmreceiver:value("yes", "Load") +app_alarmreceiver:value("no", "Do Not Load") +app_alarmreceiver:value("auto", "Load as Required") +app_alarmreceiver.rmempty = true + +app_authenticate = module:option(ListValue, "app_authenticate", "Authentication Application", "") +app_authenticate:value("yes", "Load") +app_authenticate:value("no", "Do Not Load") +app_authenticate:value("auto", "Load as Required") +app_authenticate.rmempty = true + +app_cdr = module:option(ListValue, "app_cdr", "Make sure asterisk doesnt save CDR", "") +app_cdr:value("yes", "Load") +app_cdr:value("no", "Do Not Load") +app_cdr:value("auto", "Load as Required") +app_cdr.rmempty = true + +app_chanisavail = module:option(ListValue, "app_chanisavail", "Check if channel is available", "") +app_chanisavail:value("yes", "Load") +app_chanisavail:value("no", "Do Not Load") +app_chanisavail:value("auto", "Load as Required") +app_chanisavail.rmempty = true + +app_chanspy = module:option(ListValue, "app_chanspy", "Listen in on any channel", "") +app_chanspy:value("yes", "Load") +app_chanspy:value("no", "Do Not Load") +app_chanspy:value("auto", "Load as Required") +app_chanspy.rmempty = true + +app_controlplayback = module:option(ListValue, "app_controlplayback", "Control Playback Application", "") +app_controlplayback:value("yes", "Load") +app_controlplayback:value("no", "Do Not Load") +app_controlplayback:value("auto", "Load as Required") +app_controlplayback.rmempty = true + +app_cut = module:option(ListValue, "app_cut", "Cuts up variables", "") +app_cut:value("yes", "Load") +app_cut:value("no", "Do Not Load") +app_cut:value("auto", "Load as Required") +app_cut.rmempty = true + +app_db = module:option(ListValue, "app_db", "Database access functions", "") +app_db:value("yes", "Load") +app_db:value("no", "Do Not Load") +app_db:value("auto", "Load as Required") +app_db.rmempty = true + +app_dial = module:option(ListValue, "app_dial", "Dialing Application", "") +app_dial:value("yes", "Load") +app_dial:value("no", "Do Not Load") +app_dial:value("auto", "Load as Required") +app_dial.rmempty = true + +app_dictate = module:option(ListValue, "app_dictate", "Virtual Dictation Machine Application", "") +app_dictate:value("yes", "Load") +app_dictate:value("no", "Do Not Load") +app_dictate:value("auto", "Load as Required") +app_dictate.rmempty = true + +app_directed_pickup = module:option(ListValue, "app_directed_pickup", "Directed Call Pickup Support", "") +app_directed_pickup:value("yes", "Load") +app_directed_pickup:value("no", "Do Not Load") +app_directed_pickup:value("auto", "Load as Required") +app_directed_pickup.rmempty = true + +app_directory = module:option(ListValue, "app_directory", "Extension Directory", "") +app_directory:value("yes", "Load") +app_directory:value("no", "Do Not Load") +app_directory:value("auto", "Load as Required") +app_directory.rmempty = true + +app_disa = module:option(ListValue, "app_disa", "DISA (Direct Inward System Access) Application", "") +app_disa:value("yes", "Load") +app_disa:value("no", "Do Not Load") +app_disa:value("auto", "Load as Required") +app_disa.rmempty = true + +app_dumpchan = module:option(ListValue, "app_dumpchan", "Dump channel variables Application", "") +app_dumpchan:value("yes", "Load") +app_dumpchan:value("no", "Do Not Load") +app_dumpchan:value("auto", "Load as Required") +app_dumpchan.rmempty = true + +app_echo = module:option(ListValue, "app_echo", "Simple Echo Application", "") +app_echo:value("yes", "Load") +app_echo:value("no", "Do Not Load") +app_echo:value("auto", "Load as Required") +app_echo.rmempty = true + +app_enumlookup = module:option(ListValue, "app_enumlookup", "ENUM Lookup", "") +app_enumlookup:value("yes", "Load") +app_enumlookup:value("no", "Do Not Load") +app_enumlookup:value("auto", "Load as Required") +app_enumlookup.rmempty = true + +app_eval = module:option(ListValue, "app_eval", "Reevaluates strings", "") +app_eval:value("yes", "Load") +app_eval:value("no", "Do Not Load") +app_eval:value("auto", "Load as Required") +app_eval.rmempty = true + +app_exec = module:option(ListValue, "app_exec", "Executes applications", "") +app_exec:value("yes", "Load") +app_exec:value("no", "Do Not Load") +app_exec:value("auto", "Load as Required") +app_exec.rmempty = true + +app_externalivr = module:option(ListValue, "app_externalivr", "External IVR application interface", "") +app_externalivr:value("yes", "Load") +app_externalivr:value("no", "Do Not Load") +app_externalivr:value("auto", "Load as Required") +app_externalivr.rmempty = true + +app_forkcdr = module:option(ListValue, "app_forkcdr", "Fork The CDR into 2 seperate entities", "") +app_forkcdr:value("yes", "Load") +app_forkcdr:value("no", "Do Not Load") +app_forkcdr:value("auto", "Load as Required") +app_forkcdr.rmempty = true + +app_getcpeid = module:option(ListValue, "app_getcpeid", "Get ADSI CPE ID", "") +app_getcpeid:value("yes", "Load") +app_getcpeid:value("no", "Do Not Load") +app_getcpeid:value("auto", "Load as Required") +app_getcpeid.rmempty = true + +app_groupcount = module:option(ListValue, "app_groupcount", "Group Management Routines", "") +app_groupcount:value("yes", "Load") +app_groupcount:value("no", "Do Not Load") +app_groupcount:value("auto", "Load as Required") +app_groupcount.rmempty = true + +app_ices = module:option(ListValue, "app_ices", "Encode and Stream via icecast and ices", "") +app_ices:value("yes", "Load") +app_ices:value("no", "Do Not Load") +app_ices:value("auto", "Load as Required") +app_ices.rmempty = true + +app_image = module:option(ListValue, "app_image", "Image Transmission Application", "") +app_image:value("yes", "Load") +app_image:value("no", "Do Not Load") +app_image:value("auto", "Load as Required") +app_image.rmempty = true + +app_lookupblacklist = module:option(ListValue, "app_lookupblacklist", "Look up Caller*ID name/number from black", "") +app_lookupblacklist:value("yes", "Load") +app_lookupblacklist:value("no", "Do Not Load") +app_lookupblacklist:value("auto", "Load as Required") +app_lookupblacklist.rmempty = true + +app_lookupcidname = module:option(ListValue, "app_lookupcidname", "Look up CallerID Name from local databas", "") +app_lookupcidname:value("yes", "Load") +app_lookupcidname:value("no", "Do Not Load") +app_lookupcidname:value("auto", "Load as Required") +app_lookupcidname.rmempty = true + +app_macro = module:option(ListValue, "app_macro", "Extension Macros", "") +app_macro:value("yes", "Load") +app_macro:value("no", "Do Not Load") +app_macro:value("auto", "Load as Required") +app_macro.rmempty = true + +app_math = module:option(ListValue, "app_math", "A simple math Application", "") +app_math:value("yes", "Load") +app_math:value("no", "Do Not Load") +app_math:value("auto", "Load as Required") +app_math.rmempty = true + +app_md5 = module:option(ListValue, "app_md5", "MD5 checksum Application", "") +app_md5:value("yes", "Load") +app_md5:value("no", "Do Not Load") +app_md5:value("auto", "Load as Required") +app_md5.rmempty = true + +app_milliwatt = module:option(ListValue, "app_milliwatt", "Digital Milliwatt (mu-law) Test Application", "") +app_milliwatt:value("yes", "Load") +app_milliwatt:value("no", "Do Not Load") +app_milliwatt:value("auto", "Load as Required") +app_milliwatt.rmempty = true + +app_mixmonitor = module:option(ListValue, "app_mixmonitor", "Record a call and mix the audio during the recording", "") +app_mixmonitor:value("yes", "Load") +app_mixmonitor:value("no", "Do Not Load") +app_mixmonitor:value("auto", "Load as Required") +app_mixmonitor.rmempty = true + +app_parkandannounce = module:option(ListValue, "app_parkandannounce", "Call Parking and Announce Application", "") +app_parkandannounce:value("yes", "Load") +app_parkandannounce:value("no", "Do Not Load") +app_parkandannounce:value("auto", "Load as Required") +app_parkandannounce.rmempty = true + +app_playback = module:option(ListValue, "app_playback", "Trivial Playback Application", "") +app_playback:value("yes", "Load") +app_playback:value("no", "Do Not Load") +app_playback:value("auto", "Load as Required") +app_playback.rmempty = true + +app_privacy = module:option(ListValue, "app_privacy", "Require phone number to be entered", "") +app_privacy:value("yes", "Load") +app_privacy:value("no", "Do Not Load") +app_privacy:value("auto", "Load as Required") +app_privacy.rmempty = true + +app_queue = module:option(ListValue, "app_queue", "True Call Queueing", "") +app_queue:value("yes", "Load") +app_queue:value("no", "Do Not Load") +app_queue:value("auto", "Load as Required") +app_queue.rmempty = true + +app_random = module:option(ListValue, "app_random", "Random goto", "") +app_random:value("yes", "Load") +app_random:value("no", "Do Not Load") +app_random:value("auto", "Load as Required") +app_random.rmempty = true + +app_read = module:option(ListValue, "app_read", "Read Variable Application", "") +app_read:value("yes", "Load") +app_read:value("no", "Do Not Load") +app_read:value("auto", "Load as Required") +app_read.rmempty = true + +app_readfile = module:option(ListValue, "app_readfile", "Read in a file", "") +app_readfile:value("yes", "Load") +app_readfile:value("no", "Do Not Load") +app_readfile:value("auto", "Load as Required") +app_readfile.rmempty = true + +app_realtime = module:option(ListValue, "app_realtime", "Realtime Data Lookup/Rewrite", "") +app_realtime:value("yes", "Load") +app_realtime:value("no", "Do Not Load") +app_realtime:value("auto", "Load as Required") +app_realtime.rmempty = true + +app_record = module:option(ListValue, "app_record", "Trivial Record Application", "") +app_record:value("yes", "Load") +app_record:value("no", "Do Not Load") +app_record:value("auto", "Load as Required") +app_record.rmempty = true + +app_sayunixtime = module:option(ListValue, "app_sayunixtime", "Say time", "") +app_sayunixtime:value("yes", "Load") +app_sayunixtime:value("no", "Do Not Load") +app_sayunixtime:value("auto", "Load as Required") +app_sayunixtime.rmempty = true + +app_senddtmf = module:option(ListValue, "app_senddtmf", "Send DTMF digits Application", "") +app_senddtmf:value("yes", "Load") +app_senddtmf:value("no", "Do Not Load") +app_senddtmf:value("auto", "Load as Required") +app_senddtmf.rmempty = true + +app_sendtext = module:option(ListValue, "app_sendtext", "Send Text Applications", "") +app_sendtext:value("yes", "Load") +app_sendtext:value("no", "Do Not Load") +app_sendtext:value("auto", "Load as Required") +app_sendtext.rmempty = true + +app_setcallerid = module:option(ListValue, "app_setcallerid", "Set CallerID Application", "") +app_setcallerid:value("yes", "Load") +app_setcallerid:value("no", "Do Not Load") +app_setcallerid:value("auto", "Load as Required") +app_setcallerid.rmempty = true + +app_setcdruserfield = module:option(ListValue, "app_setcdruserfield", "CDR user field apps", "") +app_setcdruserfield:value("yes", "Load") +app_setcdruserfield:value("no", "Do Not Load") +app_setcdruserfield:value("auto", "Load as Required") +app_setcdruserfield.rmempty = true + +app_setcidname = module:option(ListValue, "app_setcidname", "load => .so ; Set CallerID Name", "") +app_setcidname:value("yes", "Load") +app_setcidname:value("no", "Do Not Load") +app_setcidname:value("auto", "Load as Required") +app_setcidname.rmempty = true + +app_setcidnum = module:option(ListValue, "app_setcidnum", "load => .so ; Set CallerID Number", "") +app_setcidnum:value("yes", "Load") +app_setcidnum:value("no", "Do Not Load") +app_setcidnum:value("auto", "Load as Required") +app_setcidnum.rmempty = true + +app_setrdnis = module:option(ListValue, "app_setrdnis", "Set RDNIS Number", "") +app_setrdnis:value("yes", "Load") +app_setrdnis:value("no", "Do Not Load") +app_setrdnis:value("auto", "Load as Required") +app_setrdnis.rmempty = true + +app_settransfercapability = module:option(ListValue, "app_settransfercapability", "Set ISDN Transfer Capability", "") +app_settransfercapability:value("yes", "Load") +app_settransfercapability:value("no", "Do Not Load") +app_settransfercapability:value("auto", "Load as Required") +app_settransfercapability.rmempty = true + +app_sms = module:option(ListValue, "app_sms", "SMS/PSTN handler", "") +app_sms:value("yes", "Load") +app_sms:value("no", "Do Not Load") +app_sms:value("auto", "Load as Required") +app_sms.rmempty = true + +app_softhangup = module:option(ListValue, "app_softhangup", "Hangs up the requested channel", "") +app_softhangup:value("yes", "Load") +app_softhangup:value("no", "Do Not Load") +app_softhangup:value("auto", "Load as Required") +app_softhangup.rmempty = true + +app_stack = module:option(ListValue, "app_stack", "Stack Routines", "") +app_stack:value("yes", "Load") +app_stack:value("no", "Do Not Load") +app_stack:value("auto", "Load as Required") +app_stack.rmempty = true + +app_system = module:option(ListValue, "app_system", "Generic System() application", "") +app_system:value("yes", "Load") +app_system:value("no", "Do Not Load") +app_system:value("auto", "Load as Required") +app_system.rmempty = true + +app_talkdetect = module:option(ListValue, "app_talkdetect", "Playback with Talk Detection", "") +app_talkdetect:value("yes", "Load") +app_talkdetect:value("no", "Do Not Load") +app_talkdetect:value("auto", "Load as Required") +app_talkdetect.rmempty = true + +app_test = module:option(ListValue, "app_test", "Interface Test Application", "") +app_test:value("yes", "Load") +app_test:value("no", "Do Not Load") +app_test:value("auto", "Load as Required") +app_test.rmempty = true + +app_transfer = module:option(ListValue, "app_transfer", "Transfer", "") +app_transfer:value("yes", "Load") +app_transfer:value("no", "Do Not Load") +app_transfer:value("auto", "Load as Required") +app_transfer.rmempty = true + +app_txtcidname = module:option(ListValue, "app_txtcidname", "TXTCIDName", "") +app_txtcidname:value("yes", "Load") +app_txtcidname:value("no", "Do Not Load") +app_txtcidname:value("auto", "Load as Required") +app_txtcidname.rmempty = true + +app_url = module:option(ListValue, "app_url", "Send URL Applications", "") +app_url:value("yes", "Load") +app_url:value("no", "Do Not Load") +app_url:value("auto", "Load as Required") +app_url.rmempty = true + +app_userevent = module:option(ListValue, "app_userevent", "Custom User Event Application", "") +app_userevent:value("yes", "Load") +app_userevent:value("no", "Do Not Load") +app_userevent:value("auto", "Load as Required") +app_userevent.rmempty = true + +app_verbose = module:option(ListValue, "app_verbose", "Send verbose output", "") +app_verbose:value("yes", "Load") +app_verbose:value("no", "Do Not Load") +app_verbose:value("auto", "Load as Required") +app_verbose.rmempty = true + +app_voicemail = module:option(ListValue, "app_voicemail", "Voicemail", "") +app_voicemail:value("yes", "Load") +app_voicemail:value("no", "Do Not Load") +app_voicemail:value("auto", "Load as Required") +app_voicemail.rmempty = true + +app_waitforring = module:option(ListValue, "app_waitforring", "Waits until first ring after time", "") +app_waitforring:value("yes", "Load") +app_waitforring:value("no", "Do Not Load") +app_waitforring:value("auto", "Load as Required") +app_waitforring.rmempty = true + +app_waitforsilence = module:option(ListValue, "app_waitforsilence", "Wait For Silence Application", "") +app_waitforsilence:value("yes", "Load") +app_waitforsilence:value("no", "Do Not Load") +app_waitforsilence:value("auto", "Load as Required") +app_waitforsilence.rmempty = true + +app_while = module:option(ListValue, "app_while", "While Loops and Conditional Execution", "") +app_while:value("yes", "Load") +app_while:value("no", "Do Not Load") +app_while:value("auto", "Load as Required") +app_while.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua new file mode 100644 index 0000000..13dcba5 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua @@ -0,0 +1,47 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +cdr_csv = module:option(ListValue, "cdr_csv", "Comma Separated Values CDR Backend", "") +cdr_csv:value("yes", "Load") +cdr_csv:value("no", "Do Not Load") +cdr_csv:value("auto", "Load as Required") +cdr_csv.rmempty = true + +cdr_custom = module:option(ListValue, "cdr_custom", "Customizable Comma Separated Values CDR Backend", "") +cdr_custom:value("yes", "Load") +cdr_custom:value("no", "Do Not Load") +cdr_custom:value("auto", "Load as Required") +cdr_custom.rmempty = true + +cdr_manager = module:option(ListValue, "cdr_manager", "Asterisk Call Manager CDR Backend", "") +cdr_manager:value("yes", "Load") +cdr_manager:value("no", "Do Not Load") +cdr_manager:value("auto", "Load as Required") +cdr_manager.rmempty = true + +cdr_mysql = module:option(ListValue, "cdr_mysql", "MySQL CDR Backend", "") +cdr_mysql:value("yes", "Load") +cdr_mysql:value("no", "Do Not Load") +cdr_mysql:value("auto", "Load as Required") +cdr_mysql.rmempty = true + +cdr_pgsql = module:option(ListValue, "cdr_pgsql", "PostgreSQL CDR Backend", "") +cdr_pgsql:value("yes", "Load") +cdr_pgsql:value("no", "Do Not Load") +cdr_pgsql:value("auto", "Load as Required") +cdr_pgsql.rmempty = true + +cdr_sqlite = module:option(ListValue, "cdr_sqlite", "SQLite CDR Backend", "") +cdr_sqlite:value("yes", "Load") +cdr_sqlite:value("no", "Do Not Load") +cdr_sqlite:value("auto", "Load as Required") +cdr_sqlite.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua new file mode 100644 index 0000000..425569d --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua @@ -0,0 +1,45 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +chan_agent = module:option(ListValue, "chan_agent", "Agent Proxy Channel", "") +chan_agent:value("yes", "Load") +chan_agent:value("no", "Do Not Load") +chan_agent:value("auto", "Load as Required") +chan_agent.rmempty = true + +chan_alsa = module:option(ListValue, "chan_alsa", "Channel driver for GTalk", "") +chan_alsa:value("yes", "Load") +chan_alsa:value("no", "Do Not Load") +chan_alsa:value("auto", "Load as Required") +chan_alsa.rmempty = true + +chan_gtalk = module:option(ListValue, "chan_gtalk", "Channel driver for GTalk", "") +chan_gtalk:value("yes", "Load") +chan_gtalk:value("no", "Do Not Load") +chan_gtalk:value("auto", "Load as Required") +chan_gtalk.rmempty = true + +chan_iax2 = module:option(Flag, "chan_iax2", "Option chan_iax2", "") +chan_iax2.rmempty = true + +chan_local = module:option(ListValue, "chan_local", "Local Proxy Channel", "") +chan_local:value("yes", "Load") +chan_local:value("no", "Do Not Load") +chan_local:value("auto", "Load as Required") +chan_local.rmempty = true + +chan_sip = module:option(ListValue, "chan_sip", "Session Initiation Protocol (SIP)", "") +chan_sip:value("yes", "Load") +chan_sip:value("no", "Do Not Load") +chan_sip:value("auto", "Load as Required") +chan_sip.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua new file mode 100644 index 0000000..0893c0e --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua @@ -0,0 +1,53 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +codec_a_mu = module:option(ListValue, "codec_a_mu", "A-law and Mulaw direct Coder/Decoder", "") +codec_a_mu:value("yes", "Load") +codec_a_mu:value("no", "Do Not Load") +codec_a_mu:value("auto", "Load as Required") +codec_a_mu.rmempty = true + +codec_adpcm = module:option(ListValue, "codec_adpcm", "Adaptive Differential PCM Coder/Decoder", "") +codec_adpcm:value("yes", "Load") +codec_adpcm:value("no", "Do Not Load") +codec_adpcm:value("auto", "Load as Required") +codec_adpcm.rmempty = true + +codec_alaw = module:option(ListValue, "codec_alaw", "A-law Coder/Decoder", "") +codec_alaw:value("yes", "Load") +codec_alaw:value("no", "Do Not Load") +codec_alaw:value("auto", "Load as Required") +codec_alaw.rmempty = true + +codec_g726 = module:option(ListValue, "codec_g726", "ITU G.726-32kbps G726 Transcoder", "") +codec_g726:value("yes", "Load") +codec_g726:value("no", "Do Not Load") +codec_g726:value("auto", "Load as Required") +codec_g726.rmempty = true + +codec_gsm = module:option(ListValue, "codec_gsm", "GSM/PCM16 (signed linear) Codec Translation", "") +codec_gsm:value("yes", "Load") +codec_gsm:value("no", "Do Not Load") +codec_gsm:value("auto", "Load as Required") +codec_gsm.rmempty = true + +codec_speex = module:option(ListValue, "codec_speex", "Speex/PCM16 (signed linear) Codec Translator", "") +codec_speex:value("yes", "Load") +codec_speex:value("no", "Do Not Load") +codec_speex:value("auto", "Load as Required") +codec_speex.rmempty = true + +codec_ulaw = module:option(ListValue, "codec_ulaw", "Mu-law Coder/Decoder", "") +codec_ulaw:value("yes", "Load") +codec_ulaw:value("no", "Do Not Load") +codec_ulaw:value("auto", "Load as Required") +codec_ulaw.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-format.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-format.lua new file mode 100644 index 0000000..9b59d94 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-format.lua @@ -0,0 +1,89 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +format_au = module:option(ListValue, "format_au", "Sun Microsystems AU format (signed linear)", "") +format_au:value("yes", "Load") +format_au:value("no", "Do Not Load") +format_au:value("auto", "Load as Required") +format_au.rmempty = true + +format_g723 = module:option(ListValue, "format_g723", "G.723.1 Simple Timestamp File Format", "") +format_g723:value("yes", "Load") +format_g723:value("no", "Do Not Load") +format_g723:value("auto", "Load as Required") +format_g723.rmempty = true + +format_g726 = module:option(ListValue, "format_g726", "Raw G.726 (16/24/32/40kbps) data", "") +format_g726:value("yes", "Load") +format_g726:value("no", "Do Not Load") +format_g726:value("auto", "Load as Required") +format_g726.rmempty = true + +format_g729 = module:option(ListValue, "format_g729", "Raw G729 data", "") +format_g729:value("yes", "Load") +format_g729:value("no", "Do Not Load") +format_g729:value("auto", "Load as Required") +format_g729.rmempty = true + +format_gsm = module:option(ListValue, "format_gsm", "Raw GSM data", "") +format_gsm:value("yes", "Load") +format_gsm:value("no", "Do Not Load") +format_gsm:value("auto", "Load as Required") +format_gsm.rmempty = true + +format_h263 = module:option(ListValue, "format_h263", "Raw h263 data", "") +format_h263:value("yes", "Load") +format_h263:value("no", "Do Not Load") +format_h263:value("auto", "Load as Required") +format_h263.rmempty = true + +format_jpeg = module:option(ListValue, "format_jpeg", "JPEG (Joint Picture Experts Group) Image", "") +format_jpeg:value("yes", "Load") +format_jpeg:value("no", "Do Not Load") +format_jpeg:value("auto", "Load as Required") +format_jpeg.rmempty = true + +format_pcm = module:option(ListValue, "format_pcm", "Raw uLaw 8khz Audio support (PCM)", "") +format_pcm:value("yes", "Load") +format_pcm:value("no", "Do Not Load") +format_pcm:value("auto", "Load as Required") +format_pcm.rmempty = true + +format_pcm_alaw = module:option(ListValue, "format_pcm_alaw", "load => .so ; Raw aLaw 8khz PCM Audio support", "") +format_pcm_alaw:value("yes", "Load") +format_pcm_alaw:value("no", "Do Not Load") +format_pcm_alaw:value("auto", "Load as Required") +format_pcm_alaw.rmempty = true + +format_sln = module:option(ListValue, "format_sln", "Raw Signed Linear Audio support (SLN)", "") +format_sln:value("yes", "Load") +format_sln:value("no", "Do Not Load") +format_sln:value("auto", "Load as Required") +format_sln.rmempty = true + +format_vox = module:option(ListValue, "format_vox", "Dialogic VOX (ADPCM) File Format", "") +format_vox:value("yes", "Load") +format_vox:value("no", "Do Not Load") +format_vox:value("auto", "Load as Required") +format_vox.rmempty = true + +format_wav = module:option(ListValue, "format_wav", "Microsoft WAV format (8000hz Signed Line", "") +format_wav:value("yes", "Load") +format_wav:value("no", "Do Not Load") +format_wav:value("auto", "Load as Required") +format_wav.rmempty = true + +format_wav_gsm = module:option(ListValue, "format_wav_gsm", "Microsoft WAV format (Proprietary GSM)", "") +format_wav_gsm:value("yes", "Load") +format_wav_gsm:value("no", "Do Not Load") +format_wav_gsm:value("auto", "Load as Required") +format_wav_gsm.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-func.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-func.lua new file mode 100644 index 0000000..04eb974 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-func.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +func_callerid = module:option(ListValue, "func_callerid", "Caller ID related dialplan functions", "") +func_callerid:value("yes", "Load") +func_callerid:value("no", "Do Not Load") +func_callerid:value("auto", "Load as Required") +func_callerid.rmempty = true + +func_enum = module:option(ListValue, "func_enum", "ENUM Functions", "") +func_enum:value("yes", "Load") +func_enum:value("no", "Do Not Load") +func_enum:value("auto", "Load as Required") +func_enum.rmempty = true + +func_uri = module:option(ListValue, "func_uri", "URI encoding / decoding functions", "") +func_uri:value("yes", "Load") +func_uri:value("no", "Do Not Load") +func_uri:value("auto", "Load as Required") +func_uri.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua new file mode 100644 index 0000000..cca4f34 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua @@ -0,0 +1,53 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +pbx_ael = module:option(ListValue, "pbx_ael", "Asterisk Extension Language Compiler", "") +pbx_ael:value("yes", "Load") +pbx_ael:value("no", "Do Not Load") +pbx_ael:value("auto", "Load as Required") +pbx_ael.rmempty = true + +pbx_config = module:option(ListValue, "pbx_config", "Text Extension Configuration", "") +pbx_config:value("yes", "Load") +pbx_config:value("no", "Do Not Load") +pbx_config:value("auto", "Load as Required") +pbx_config.rmempty = true + +pbx_functions = module:option(ListValue, "pbx_functions", "load => .so ; Builtin dialplan functions", "") +pbx_functions:value("yes", "Load") +pbx_functions:value("no", "Do Not Load") +pbx_functions:value("auto", "Load as Required") +pbx_functions.rmempty = true + +pbx_loopback = module:option(ListValue, "pbx_loopback", "Loopback Switch", "") +pbx_loopback:value("yes", "Load") +pbx_loopback:value("no", "Do Not Load") +pbx_loopback:value("auto", "Load as Required") +pbx_loopback.rmempty = true + +pbx_realtime = module:option(ListValue, "pbx_realtime", "Realtime Switch", "") +pbx_realtime:value("yes", "Load") +pbx_realtime:value("no", "Do Not Load") +pbx_realtime:value("auto", "Load as Required") +pbx_realtime.rmempty = true + +pbx_spool = module:option(ListValue, "pbx_spool", "Outgoing Spool Support", "") +pbx_spool:value("yes", "Load") +pbx_spool:value("no", "Do Not Load") +pbx_spool:value("auto", "Load as Required") +pbx_spool.rmempty = true + +pbx_wilcalu = module:option(ListValue, "pbx_wilcalu", "Wil Cal U (Auto Dialer)", "") +pbx_wilcalu:value("yes", "Load") +pbx_wilcalu:value("no", "Do Not Load") +pbx_wilcalu:value("auto", "Load as Required") +pbx_wilcalu.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua new file mode 100644 index 0000000..783aab2 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua @@ -0,0 +1,100 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +featuremap = cbimap:section(TypedSection, "featuremap", "Feature Key maps", "") +featuremap.anonymous = true +featuremap.addremove = true + +atxfer = featuremap:option(Value, "atxfer", "Attended transfer key", "") +atxfer.rmempty = true + +blindxfer = featuremap:option(Value, "blindxfer", "Blind transfer key", "") +blindxfer.rmempty = true + +disconnect = featuremap:option(Value, "disconnect", "Key to Disconnect call", "") +disconnect.rmempty = true + +parkcall = featuremap:option(Value, "parkcall", "Key to Park call", "") +parkcall.rmempty = true + + +featurepark = cbimap:section(TypedSection, "featurepark", "Parking Feature", "") +featurepark.anonymous = true + +parkenabled = featurepark:option(Flag, "parkenabled", "Enable Parking", "") + +adsipark = featurepark:option(Flag, "adsipark", "ADSI Park", "") +adsipark.rmempty = true +adsipark:depends({ parkenabled = "1" }) + +atxfernoanswertimeout = featurepark:option(Value, "atxfernoanswertimeout", "Attended transfer timeout (sec)", "") +atxfernoanswertimeout.rmempty = true +atxfernoanswertimeout:depends({ parkenabled = "1" }) + +automon = featurepark:option(Value, "automon", "One touch record key", "") +automon.rmempty = true +automon:depends({ parkenabled = "1" }) + +context = featurepark:option(Value, "context", "Name of call context for parking", "") +context.rmempty = true +context:depends({ parkenabled = "1" }) + +courtesytone = featurepark:option(Value, "courtesytone", "Sound file to play to parked caller", "") +courtesytone.rmempty = true +courtesytone:depends({ parkenabled = "1" }) + +featuredigittimeout = featurepark:option(Value, "featuredigittimeout", "Max time (ms) between digits for feature activation", "") +featuredigittimeout.rmempty = true +featuredigittimeout:depends({ parkenabled = "1" }) + +findslot = featurepark:option(ListValue, "findslot", "Method to Find Parking slot", "") +findslot:value("first", "First available slot") +findslot:value("next", "Next free parking space") +findslot.rmempty = true +findslot:depends({ parkenabled = "1" }) + +parkedmusicclass = featurepark:option(ListValue, "parkedmusicclass", "Music on Hold class for the parked channel", "") +parkedmusicclass.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk" ) +parkedmusicclass:depends({ parkenabled = "1" }) +cbimap.uci:foreach( "asterisk", "moh", function(s) parkedmusicclass:value(s['.name']) end ) + +parkedplay = featurepark:option(ListValue, "parkedplay", "Play courtesy tone to", "") +parkedplay:value("caller", "Caller") +parkedplay:value("parked", "Parked user") +parkedplay:value("both", "Both") +parkedplay.rmempty = true +parkedplay:depends({ parkenabled = "1" }) + +parkext = featurepark:option(Value, "parkext", "Extension to dial to park", "") +parkext.rmempty = true +parkext:depends({ parkenabled = "1" }) + +parkingtime = featurepark:option(Value, "parkingtime", "Parking time (secs)", "") +parkingtime.rmempty = true +parkingtime:depends({ parkenabled = "1" }) + +parkpos = featurepark:option(Value, "parkpos", "Range of extensions for call parking", "") +parkpos.rmempty = true +parkpos:depends({ parkenabled = "1" }) + +pickupexten = featurepark:option(Value, "pickupexten", "Pickup extension", "") +pickupexten.rmempty = true +pickupexten:depends({ parkenabled = "1" }) + +transferdigittimeout = featurepark:option(Value, "transferdigittimeout", "Seconds to wait bewteen digits when transferring", "") +transferdigittimeout.rmempty = true +transferdigittimeout:depends({ parkenabled = "1" }) + +xferfailsound = featurepark:option(Value, "xferfailsound", "sound when attended transfer is complete", "") +xferfailsound.rmempty = true +xferfailsound:depends({ parkenabled = "1" }) + +xfersound = featurepark:option(Value, "xfersound", "Sound when attended transfer fails", "") +xfersound.rmempty = true +xfersound:depends({ parkenabled = "1" }) + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res.lua new file mode 100644 index 0000000..4bef199 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res.lua @@ -0,0 +1,77 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +module = cbimap:section(TypedSection, "module", "Modules", "") +module.anonymous = true + +res_config_mysql = module:option(ListValue, "res_config_mysql", "MySQL Config Resource", "") +res_config_mysql:value("yes", "Load") +res_config_mysql:value("no", "Do Not Load") +res_config_mysql:value("auto", "Load as Required") +res_config_mysql.rmempty = true + +res_config_odbc = module:option(ListValue, "res_config_odbc", "ODBC Config Resource", "") +res_config_odbc:value("yes", "Load") +res_config_odbc:value("no", "Do Not Load") +res_config_odbc:value("auto", "Load as Required") +res_config_odbc.rmempty = true + +res_config_pgsql = module:option(ListValue, "res_config_pgsql", "PGSQL Module", "") +res_config_pgsql:value("yes", "Load") +res_config_pgsql:value("no", "Do Not Load") +res_config_pgsql:value("auto", "Load as Required") +res_config_pgsql.rmempty = true + +res_crypto = module:option(ListValue, "res_crypto", "Cryptographic Digital Signatures", "") +res_crypto:value("yes", "Load") +res_crypto:value("no", "Do Not Load") +res_crypto:value("auto", "Load as Required") +res_crypto.rmempty = true + +res_features = module:option(ListValue, "res_features", "Call Parking Resource", "") +res_features:value("yes", "Load") +res_features:value("no", "Do Not Load") +res_features:value("auto", "Load as Required") +res_features.rmempty = true + +res_indications = module:option(ListValue, "res_indications", "Indications Configuration", "") +res_indications:value("yes", "Load") +res_indications:value("no", "Do Not Load") +res_indications:value("auto", "Load as Required") +res_indications.rmempty = true + +res_monitor = module:option(ListValue, "res_monitor", "Call Monitoring Resource", "") +res_monitor:value("yes", "Load") +res_monitor:value("no", "Do Not Load") +res_monitor:value("auto", "Load as Required") +res_monitor.rmempty = true + +res_musiconhold = module:option(ListValue, "res_musiconhold", "Music On Hold Resource", "") +res_musiconhold:value("yes", "Load") +res_musiconhold:value("no", "Do Not Load") +res_musiconhold:value("auto", "Load as Required") +res_musiconhold.rmempty = true + +res_odbc = module:option(ListValue, "res_odbc", "ODBC Resource", "") +res_odbc:value("yes", "Load") +res_odbc:value("no", "Do Not Load") +res_odbc:value("auto", "Load as Required") +res_odbc.rmempty = true + +res_smdi = module:option(ListValue, "res_smdi", "SMDI Module", "") +res_smdi:value("yes", "Load") +res_smdi:value("no", "Do Not Load") +res_smdi:value("auto", "Load as Required") +res_smdi.rmempty = true + +res_snmp = module:option(ListValue, "res_snmp", "SNMP Module", "") +res_snmp:value("yes", "Load") +res_snmp:value("no", "Do Not Load") +res_snmp:value("auto", "Load as Required") +res_snmp.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua new file mode 100644 index 0000000..a095ec3 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua @@ -0,0 +1,98 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +sip = cbimap:section(TypedSection, "sip", "SIP Connection", "") +sip.addremove = true + +alwaysinternational = sip:option(Flag, "alwaysinternational", "Always Dial International", "") +alwaysinternational.optional = true + +canreinvite = sip:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") +canreinvite:value("yes", "Yes") +canreinvite:value("nonat", "Yes when not behind NAT") +canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") +canreinvite:value("no", "No") +canreinvite.optional = true + +context = sip:option(ListValue, "context", "Context to use", "") +context.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) +cbimap.uci:foreach( "asterisk", "dialplan", function(s) context:value(s['.name']) end ) +cbimap.uci:foreach( "asterisk", "dialzone", function(s) context:value(s['.name']) end ) + +countrycode = sip:option(Value, "countrycode", "Country Code for connection", "") +countrycode.optional = true + +dtmfmode = sip:option(ListValue, "dtmfmode", "DTMF mode", "") +dtmfmode:value("info", "Use RFC2833 or INFO for the BudgeTone") +dtmfmode:value("rfc2833", "Use RFC2833 for the BudgeTone") +dtmfmode:value("inband", "Use Inband (only with ulaw/alaw)") +dtmfmode.optional = true + +extension = sip:option(Value, "extension", "Add as Extension", "") +extension.optional = true + +fromdomain = sip:option(Value, "fromdomain", "Primary domain identity for From: headers", "") +fromdomain.optional = true + +fromuser = sip:option(Value, "fromuser", "From user (required by many SIP providers)", "") +fromuser.optional = true + +host = sip:option(Value, "host", "Host name (or blank)", "") +host.optional = true + +incoming = sip:option(DynamicList, "incoming", "Ring on incoming dialplan contexts", "") +incoming.optional = true + +insecure = sip:option(ListValue, "insecure", "Allow Insecure for", "") +insecure:value("port", "Allow mismatched port number") +insecure:value("invite", "Do not require auth of incoming INVITE") +insecure:value("port,invite", "Allow mismatched port and Do not require auth of incoming INVITE") +insecure.optional = true + +internationalprefix = sip:option(Value, "internationalprefix", "International Dial Prefix", "") +internationalprefix.optional = true + +mailbox = sip:option(Value, "mailbox", "Mailbox for MWI", "") +mailbox.optional = true + +nat = sip:option(Flag, "nat", "NAT between phone and Asterisk", "") +nat.optional = true + +pedantic = sip:option(Flag, "pedantic", "Check tags in headers", "") +pedantic.optional = true + +port = sip:option(Value, "port", "SIP Port", "") +port.optional = true + +prefix = sip:option(Value, "prefix", "Dial Prefix (for external line)", "") +prefix.optional = true + +qualify = sip:option(Value, "qualify", "Reply Timeout (ms) for down connection", "") +qualify.optional = true + +register = sip:option(Flag, "register", "Register connection", "") +register.optional = true + +secret = sip:option(Value, "secret", "Secret", "") +secret.optional = true + +selfmailbox = sip:option(Flag, "selfmailbox", "Dial own extension for mailbox", "") +selfmailbox.optional = true + +timeout = sip:option(Value, "timeout", "Dial Timeout (sec)", "") +timeout.optional = true + +type = sip:option(ListValue, "type", "Client Type", "") +type:value("friend", "Friend (outbound/inbound)") +type:value("user", "User (inbound - authenticate by \"from\")") +type:value("peer", "Peer (outbound - match by host)") +type.optional = true + +username = sip:option(Value, "username", "Username", "") +username.optional = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-voice.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-voice.lua new file mode 100644 index 0000000..7341dfb --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-voice.lua @@ -0,0 +1,41 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +voicegeneral = cbimap:section(TypedSection, "voicegeneral", "Voicemail general options", "") + +serveremail = voicegeneral:option(Value, "serveremail", "From Email address of server", "") + + +voicemail = cbimap:section(TypedSection, "voicemail", "Voice Mail boxes", "") +voicemail.addremove = true + +attach = voicemail:option(Flag, "attach", "Email contains attachment", "") +attach.rmempty = true + +email = voicemail:option(Value, "email", "Email", "") +email.rmempty = true + +name = voicemail:option(Value, "name", "Display Name", "") +name.rmempty = true + +password = voicemail:option(Value, "password", "Password", "") +password.rmempty = true + +zone = voicemail:option(ListValue, "zone", "Voice Zone", "") +cbimap.uci:foreach( "asterisk", "voicezone", function(s) zone:value(s['.name']) end ) + + +voicezone = cbimap:section(TypedSection, "voicezone", "Voice Zone settings", "") +voicezone.addremove = true + +message = voicezone:option(Value, "message", "Message Format", "") +message.rmempty = true + +zone = voicezone:option(Value, "zone", "Time Zone", "") +zone.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk.lua new file mode 100644 index 0000000..026aab4 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk.lua @@ -0,0 +1,151 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "asterisk", "") + +asterisk = cbimap:section(TypedSection, "asterisk", "Asterisk General Options", "") +asterisk.anonymous = true + +agidir = asterisk:option(Value, "agidir", "AGI directory", "") +agidir.rmempty = true + +cache_record_files = asterisk:option(Flag, "cache_record_files", "Cache recorded sound files during recording", "") +cache_record_files.rmempty = true + +debug = asterisk:option(Value, "debug", "Debug Level", "") +debug.rmempty = true + +dontwarn = asterisk:option(Flag, "dontwarn", "Disable some warnings", "") +dontwarn.rmempty = true + +dumpcore = asterisk:option(Flag, "dumpcore", "Dump core on crash", "") +dumpcore.rmempty = true + +highpriority = asterisk:option(Flag, "highpriority", "High Priority", "") +highpriority.rmempty = true + +initcrypto = asterisk:option(Flag, "initcrypto", "Initialise Crypto", "") +initcrypto.rmempty = true + +internal_timing = asterisk:option(Flag, "internal_timing", "Use Internal Timing", "") +internal_timing.rmempty = true + +logdir = asterisk:option(Value, "logdir", "Log directory", "") +logdir.rmempty = true + +maxcalls = asterisk:option(Value, "maxcalls", "Maximum number of calls allowed", "") +maxcalls.rmempty = true + +maxload = asterisk:option(Value, "maxload", "Maximum load to stop accepting new calls", "") +maxload.rmempty = true + +nocolor = asterisk:option(Flag, "nocolor", "Disable console colors", "") +nocolor.rmempty = true + +record_cache_dir = asterisk:option(Value, "record_cache_dir", "Sound files Cache directory", "") +record_cache_dir.rmempty = true +record_cache_dir:depends({ ["cache_record_files"] = "true" }) + +rungroup = asterisk:option(Flag, "rungroup", "The Group to run as", "") +rungroup.rmempty = true + +runuser = asterisk:option(Flag, "runuser", "The User to run as", "") +runuser.rmempty = true + +spooldir = asterisk:option(Value, "spooldir", "Voicemail Spool directory", "") +spooldir.rmempty = true + +systemname = asterisk:option(Value, "systemname", "Prefix UniquID with system name", "") +systemname.rmempty = true + +transcode_via_sln = asterisk:option(Flag, "transcode_via_sln", "Build transcode paths via SLINEAR, not directly", "") +transcode_via_sln.rmempty = true + +transmit_silence_during_record = asterisk:option(Flag, "transmit_silence_during_record", "Transmit SLINEAR silence while recording a channel", "") +transmit_silence_during_record.rmempty = true + +verbose = asterisk:option(Value, "verbose", "Verbose Level", "") +verbose.rmempty = true + +zone = asterisk:option(Value, "zone", "Time Zone", "") +zone.rmempty = true + + +hardwarereboot = cbimap:section(TypedSection, "hardwarereboot", "Reload Hardware Config", "") + +method = hardwarereboot:option(ListValue, "method", "Reboot Method", "") +method:value("web", "Web URL (wget)") +method:value("system", "program to run") +method.rmempty = true + +param = hardwarereboot:option(Value, "param", "Parameter", "") +param.rmempty = true + + +iaxgeneral = cbimap:section(TypedSection, "iaxgeneral", "IAX General Options", "") +iaxgeneral.anonymous = true +iaxgeneral.addremove = true + +allow = iaxgeneral:option(MultiValue, "allow", "Allow Codecs", "") +allow:value("alaw", "alaw") +allow:value("gsm", "gsm") +allow:value("g726", "g726") +allow.rmempty = true + +canreinvite = iaxgeneral:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") +canreinvite:value("yes", "Yes") +canreinvite:value("nonat", "Yes when not behind NAT") +canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") +canreinvite:value("no", "No") +canreinvite.rmempty = true + +static = iaxgeneral:option(Flag, "static", "Static", "") +static.rmempty = true + +writeprotect = iaxgeneral:option(Flag, "writeprotect", "Write Protect", "") +writeprotect.rmempty = true + + +sipgeneral = cbimap:section(TypedSection, "sipgeneral", "Section sipgeneral", "") +sipgeneral.anonymous = true +sipgeneral.addremove = true + +allow = sipgeneral:option(MultiValue, "allow", "Allow codecs", "") +allow:value("ulaw", "ulaw") +allow:value("alaw", "alaw") +allow:value("gsm", "gsm") +allow:value("g726", "g726") +allow.rmempty = true + +port = sipgeneral:option(Value, "port", "SIP Port", "") +port.rmempty = true + +realm = sipgeneral:option(Value, "realm", "SIP realm", "") +realm.rmempty = true + + +moh = cbimap:section(TypedSection, "moh", "Music On Hold", "") + +application = moh:option(Value, "application", "Application", "") +application.rmempty = true +application:depends({ ["asterisk.moh.mode"] = "custom" }) + +directory = moh:option(Value, "directory", "Directory of Music", "") +directory.rmempty = true + +mode = moh:option(ListValue, "mode", "Option mode", "") +mode:value("system", "program to run") +mode:value("files", "Read files from directory") +mode:value("quietmp3", "Quite MP3") +mode:value("mp3", "Loud MP3") +mode:value("mp3nb", "unbuffered MP3") +mode:value("quietmp3nb", "Quiet Unbuffered MP3") +mode:value("custom", "Run a custom application") +mode.rmempty = true + +random = moh:option(Flag, "random", "Random Play", "") +random.rmempty = true + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua new file mode 100644 index 0000000..b4c81bb --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua @@ -0,0 +1,125 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +local function find_outgoing_contexts(uci) + local c = { } + local h = { } + +-- uci:foreach("asterisk", "dialplan", +-- function(s) +-- if not h[s['.name']] then +-- c[#c+1] = { s['.name'], "Dialplan: %s" % s['.name'] } +-- h[s['.name']] = true +-- end +-- end) + + uci:foreach("asterisk", "dialzone", + function(s) + if not h[s['.name']] then + c[#c+1] = { s['.name'], "Dialzone: %s" % s['.name'] } + h[s['.name']] = true + end + end) + + return c +end + +local function find_incoming_contexts(uci) + local c = { } + local h = { } + + uci:foreach("asterisk", "sip", + function(s) + if s.context and not h[s.context] and + uci:get_bool("asterisk", s['.name'], "provider") + then + c[#c+1] = { s.context, "Incoming: %s" % s['.name'] or s.context } + h[s.context] = true + end + end) + + return c +end + +local function find_trunks(uci) + local t = { } + + uci:foreach("asterisk", "sip", + function(s) + if uci:get_bool("asterisk", s['.name'], "provider") then + t[#t+1] = { + "SIP/%s" % s['.name'], + "SIP: %s" % s['.name'] + } + end + end) + + uci:foreach("asterisk", "iax", + function(s) + t[#t+1] = { + "IAX/%s" % s['.name'], + "IAX: %s" % s.extension or s['.name'] + } + end) + + return t +end + +--[[ + +dialzone {name} - Outgoing zone. + uses - Outgoing line to use: TYPE/Name + match (list) - Number to match + countrycode - The effective country code of this dialzone + international (list) - International prefix to match + localzone - dialzone for local numbers + addprefix - Prexix required to dial out. + localprefix - Prefix for a local call + +]] + + +-- +-- SIP dialzone configuration +-- +if arg[1] then + cbimap = Map("asterisk", "Edit Dialplan Entry") + + entry = cbimap:section(NamedSection, arg[1]) + + back = entry:option(DummyValue, "_overview", "Back to dialplan overview") + back.value = "" + back.titleref = luci.dispatcher.build_url("admin", "asterisk", "dialplans") + + desc = entry:option(Value, "description", "Description") + function desc.cfgvalue(self, s, ...) + return Value.cfgvalue(self, s, ...) or s + end + + match = entry:option(DynamicList, "match", "Number matches") + + intl = entry:option(DynamicList, "international", "Intl. prefix matches (optional)") + + trunk = entry:option(MultiValue, "uses", "Used trunk") + for _, v in ipairs(find_trunks(cbimap.uci)) do + trunk:value(unpack(v)) + end + + aprefix = entry:option(Value, "addprefix", "Add prefix to dial out (optional)") + --ast.idd.cbifill(aprefix) + + ccode = entry:option(Value, "countrycode", "Effective countrycode (optional)") + ast.cc.cbifill(ccode) + + lzone = entry:option(ListValue, "localzone", "Dialzone for local numbers") + lzone:value("", "no special treatment of local numbers") + for _, v in ipairs(find_outgoing_contexts(cbimap.uci)) do + lzone:value(unpack(v)) + end + + lprefix = entry:option(Value, "localprefix", "Prefix for local calls (optional)") + + return cbimap +end diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplans.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplans.lua new file mode 100644 index 0000000..4ffeca4 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplans.lua @@ -0,0 +1,103 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +cbimap = Map("asterisk", "Registered Trunks") +cbimap.pageaction = false + +local sip_peers = { } +cbimap.uci:foreach("asterisk", "sip", + function(s) + if s.type == "peer" then + s.name = s['.name'] + s.info = ast.sip.peer(s.name) + sip_peers[s.name] = s + end + end) + + +sip_table = cbimap:section(TypedSection, "sip", "SIP Trunks") +sip_table.template = "cbi/tblsection" +sip_table.extedit = luci.dispatcher.build_url("admin", "asterisk", "trunks", "sip", "%s") +sip_table.addremove = true +sip_table.sectionhead = "Extension" + +function sip_table.filter(self, s) + return s and ( + cbimap.uci:get("asterisk", s, "type") == nil or + cbimap.uci:get_bool("asterisk", s, "provider") + ) +end + +function sip_table.create(self, section) + if TypedSection.create(self, section) then + created = section + else + self.invalid_cts = true + end +end + +function sip_table.parse(self, ...) + TypedSection.parse(self, ...) + if created then + cbimap.uci:tset("asterisk", created, { + type = "friend", + qualify = "yes", + provider = "yes" + }) + + cbimap.uci:save("asterisk") + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "trunks", "sip", created + )) + end +end + + +user = sip_table:option(DummyValue, "username", "Username") + +host = sip_table:option(DummyValue, "host", "Hostname") +function host.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.address then + return "%s:%i" %{ sip_peers[s].info.address, sip_peers[s].info.port } + else + return "n/a" + end +end + +context = sip_table:option(DummyValue, "context", "Dialplan") +context.href = luci.dispatcher.build_url("admin", "asterisk", "dialplan") +function context.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "(default)" +end + +online = sip_table:option(DummyValue, "online", "Registered") +function online.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online == nil then + return "n/a" + else + return sip_peers[s] and sip_peers[s].info.online + and "yes" or "no (%s)" %{ + sip_peers[s] and sip_peers[s].info.Status:lower() or "unknown" + } + end +end + +delay = sip_table:option(DummyValue, "delay", "Delay") +function delay.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online then + return "%i ms" % sip_peers[s].info.delay + else + return "n/a" + end +end + +info = sip_table:option(Button, "_info", "Info") +function info.write(self, s) + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "trunks", "sip", s, "info" + )) +end + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua new file mode 100644 index 0000000..5585c06 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua @@ -0,0 +1,123 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") +local uci = require("luci.model.uci").cursor() + +--[[ + Dialzone overview table +]] + +if not arg[1] then + zonemap = Map("asterisk", "Dial Zones", [[ + Dial zones hold patterns of dialed numbers to match. + Each zone has one or more trunks assigned. If the first trunk is + congested, Asterisk will try to use the next available connection. + If all trunks fail, then the following zones in the parent dialplan + are tried. + ]]) + + local zones, znames = ast.dialzone.zones() + + zonetbl = zonemap:section(Table, zones, "Zone Overview") + zonetbl.sectionhead = "Zone" + zonetbl.addremove = true + zonetbl.anonymous = false + zonetbl.extedit = luci.dispatcher.build_url( + "admin", "asterisk", "dialplans", "zones", "%s" + ) + + function zonetbl.cfgsections(self) + return znames + end + + function zonetbl.parse(self) + for k, v in pairs(self.map:formvaluetable( + luci.cbi.REMOVE_PREFIX .. self.config + ) or {}) do + if k:sub(-2) == ".x" then k = k:sub(1, #k - 2) end + uci:delete("asterisk", k) + uci:save("asterisk") + self.data[k] = nil + for i = 1,#znames do + if znames[i] == k then + table.remove(znames, i) + break + end + end + end + + Table.parse(self) + end + + zonetbl:option(DummyValue, "description", "Description") + zonetbl:option(DummyValue, "addprefix") + + match = zonetbl:option(DummyValue, "matches") + function match.cfgvalue(self, s) + return table.concat(zones[s].matches, ", ") + end + + trunks = zonetbl:option(DummyValue, "trunk") + trunks.template = "asterisk/cbi/cell" + function trunks.cfgvalue(self, s) + return ast.tools.hyperlinks(zones[s].trunks) + end + + return zonemap + +--[[ + Zone edit form +]] + +else + zoneedit = Map("asterisk", "Edit Dialzone") + + entry = zoneedit:section(NamedSection, arg[1]) + entry.title = "Zone %q" % arg[1]; + + back = entry:option(DummyValue, "_overview", "Back to dialzone overview") + back.value = "" + back.titleref = luci.dispatcher.build_url( + "admin", "asterisk", "dialplans", "zones" + ) + + desc = entry:option(Value, "description", "Description") + function desc.cfgvalue(self, s, ...) + return Value.cfgvalue(self, s, ...) or s + end + + trunks = entry:option(MultiValue, "uses", "Used trunks") + trunks.widget = "checkbox" + uci:foreach("asterisk", "sip", + function(s) + if s.provider == "yes" then + trunks:value( + "SIP/%s" % s['.name'], + "SIP/%s (%s)" %{ s['.name'], s.host or 'n/a' } + ) + end + end) + + + match = entry:option(DynamicList, "match", "Number matches") + + intl = entry:option(DynamicList, "international", "Intl. prefix matches (optional)") + + aprefix = entry:option(Value, "addprefix", "Add prefix to dial out (optional)") + ccode = entry:option(Value, "countrycode", "Effective countrycode (optional)") + + lzone = entry:option(ListValue, "localzone", "Dialzone for local numbers") + lzone:value("", "no special treatment of local numbers") + for _, z in ipairs(ast.dialzone.zones()) do + lzone:value(z.name, "%q (%s)" %{ z.name, z.description }) + end + --for _, v in ipairs(find_outgoing_contexts(zoneedit.uci)) do + -- lzone:value(unpack(v)) + --end + + lprefix = entry:option(Value, "localprefix", "Prefix for local calls (optional)") + + return zoneedit + +end diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme.lua new file mode 100644 index 0000000..e409d70 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme.lua @@ -0,0 +1,38 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require "luci.asterisk" + +cbimap = Map("asterisk", "MeetMe - Rooms") + +meetme = cbimap:section(TypedSection, "meetme", "MeetMe Rooms") +meetme.addremove = true +meetme.anonymous = true +meetme.template = "cbi/tblsection" +meetme:option(Value, "_description", "Description", "Short room description") + +room = meetme:option(Value, "room", "Room Number", "Unique room identifier") + +function room.write(self, s, val) + if val and #val > 0 then + local old = self:cfgvalue(s) + self.map.uci:foreach("asterisk", "dialplanmeetme", + function(v) + if v.room == old then + self.map:set(v['.name'], "room", val) + end + end) + Value.write(self, s, val) + end +end + + +meetme:option(Value, "pin", "PIN", "PIN required to access") +meetme:option(Value, "adminpin", "Admin PIN", "PIN required for administration") + +function meetme.remove(self, s) + return ast.meetme.remove(self.map:get(s, "room"), self.map.uci) +end + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua new file mode 100644 index 0000000..9e5aed7 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua @@ -0,0 +1,17 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +cbimap = Map("asterisk", "MeetMe - Common Settings", + "Common settings for MeetMe phone conferences.") + +meetme = cbimap:section(TypedSection, "meetmegeneral", "General MeetMe Options") +meetme.addremove = false +meetme.anonymous = true + +audiobuffers = meetme:option(ListValue, "audiobuffers", + "Number of 20ms audio buffers to use for conferences") + +for i = 2, 32 do audiobuffers:value(i) end + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua new file mode 100644 index 0000000..01dfc16 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua @@ -0,0 +1,145 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +local function find_outgoing_contexts(uci) + local c = { } + local h = { } + + uci:foreach("asterisk", "dialplan", + function(s) + if not h[s['.name']] then + c[#c+1] = { s['.name'], "Dialplan: %s" % s['.name'] } + h[s['.name']] = true + end + end) + + return c +end + +local function find_incoming_contexts(uci) + local c = { } + local h = { } + + uci:foreach("asterisk", "sip", + function(s) + if s.context and not h[s.context] and + uci:get_bool("asterisk", s['.name'], "provider") + then + c[#c+1] = { s.context, "Incoming: %s" % s['.name'] or s.context } + h[s.context] = true + end + end) + + return c +end + + +-- +-- SIP phone info +-- +if arg[2] == "info" then + form = SimpleForm("asterisk", "SIP Phone Information") + form.reset = false + form.submit = "Back to overview" + + local info, keys = ast.sip.peer(arg[1]) + local data = { } + + for _, key in ipairs(keys) do + data[#data+1] = { + key = key, + val = type(info[key]) == "boolean" + and ( info[key] and "yes" or "no" ) + or ( info[key] == nil or #info[key] == 0 ) + and "(none)" + or tostring(info[key]) + } + end + + itbl = form:section(Table, data, "SIP Phone %q" % arg[1]) + itbl:option(DummyValue, "key", "Key") + itbl:option(DummyValue, "val", "Value") + + function itbl.parse(...) + luci.http.redirect( + luci.dispatcher.build_url("admin", "asterisk", "phones") + ) + end + + return form + +-- +-- SIP phone configuration +-- +elseif arg[1] then + cbimap = Map("asterisk", "Edit SIP Client") + + peer = cbimap:section(NamedSection, arg[1]) + peer.hidden = { + type = "friend", + qualify = "yes", + host = "dynamic", + nat = "no", + canreinvite = "no" + } + + back = peer:option(DummyValue, "_overview", "Back to phone overview") + back.value = "" + back.titleref = luci.dispatcher.build_url("admin", "asterisk", "phones") + + active = peer:option(Flag, "disable", "Account enabled") + active.enabled = "yes" + active.disabled = "no" + function active.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "yes" + end + + exten = peer:option(Value, "extension", "Extension Number") + cbimap.uci:foreach("asterisk", "dialplanexten", + function(s) + exten:value( + s.extension, + "%s (via %s/%s)" %{ s.extension, s.type:upper(), s.target } + ) + end) + + display = peer:option(Value, "callerid", "Display Name") + + username = peer:option(Value, "username", "Authorization ID") + password = peer:option(Value, "secret", "Authorization Password") + password.password = true + + regtimeout = peer:option(Value, "registertimeout", "Registration Time Value") + function regtimeout.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "60" + end + + sipport = peer:option(Value, "port", "SIP Port") + function sipport.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "5060" + end + + linekey = peer:option(ListValue, "_linekey", "Linekey Mode (broken)") + linekey:value("", "Off") + linekey:value("trunk", "Trunk Appearance") + linekey:value("call", "Call Appearance") + + dialplan = peer:option(ListValue, "context", "Assign Dialplan") + dialplan.titleref = luci.dispatcher.build_url("admin", "asterisk", "dialplans") + for _, v in ipairs(find_outgoing_contexts(cbimap.uci)) do + dialplan:value(unpack(v)) + end + + incoming = peer:option(StaticList, "incoming", "Receive incoming calls from") + for _, v in ipairs(find_incoming_contexts(cbimap.uci)) do + incoming:value(unpack(v)) + end + + --function incoming.cfgvalue(...) + --error(table.concat(MultiValue.cfgvalue(...),".")) + --end + + return cbimap +end diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phones.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phones.lua new file mode 100644 index 0000000..a6c44f9 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phones.lua @@ -0,0 +1,104 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +cbimap = Map("asterisk", "Registered Phones") +cbimap.pageaction = false + +local sip_peers = { } +cbimap.uci:foreach("asterisk", "sip", + function(s) + if s.type ~= "peer" then + s.name = s['.name'] + s.info = ast.sip.peer(s.name) + sip_peers[s.name] = s + end + end) + + +sip_table = cbimap:section(TypedSection, "sip", "SIP Phones") +sip_table.template = "cbi/tblsection" +sip_table.extedit = luci.dispatcher.build_url("admin", "asterisk", "phones", "sip", "%s") +sip_table.addremove = true + +function sip_table.filter(self, s) + return s and not cbimap.uci:get_bool("asterisk", s, "provider") +end + +function sip_table.create(self, section) + if TypedSection.create(self, section) then + created = section + cbimap.uci:tset("asterisk", section, { + type = "friend", + qualify = "yes", + provider = "no", + host = "dynamic", + nat = "no", + canreinvite = "no", + extension = section:match("^%d+$") and section or "", + username = section:match("^%d+$") and section or "" + }) + else + self.invalid_cts = true + end +end + +function sip_table.parse(self, ...) + TypedSection.parse(self, ...) + if created then + cbimap.uci:save("asterisk") + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "phones", "sip", created + )) + end +end + + +user = sip_table:option(DummyValue, "username", "Username") +function user.cfgvalue(self, s) + return sip_peers[s] and sip_peers[s].callerid or + AbstractValue.cfgvalue(self, s) +end + +host = sip_table:option(DummyValue, "host", "Hostname") +function host.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.address then + return "%s:%i" %{ sip_peers[s].info.address, sip_peers[s].info.port } + else + return "n/a" + end +end + +context = sip_table:option(DummyValue, "context", "Dialplan") +context.href = luci.dispatcher.build_url("admin", "asterisk", "dialplan") + +online = sip_table:option(DummyValue, "online", "Registered") +function online.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online == nil then + return "n/a" + else + return sip_peers[s] and sip_peers[s].info.online + and "yes" or "no (%s)" % { + sip_peers[s] and sip_peers[s].info.Status:lower() or "unknown" + } + end +end + +delay = sip_table:option(DummyValue, "delay", "Delay") +function delay.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online then + return "%i ms" % sip_peers[s].info.delay + else + return "n/a" + end +end + +info = sip_table:option(Button, "_info", "Info") +function info.write(self, s) + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "phones", "sip", s, "info" + )) +end + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua new file mode 100644 index 0000000..eedc1c2 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua @@ -0,0 +1,86 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +-- +-- SIP trunk info +-- +if arg[2] == "info" then + form = SimpleForm("asterisk", "SIP Trunk Information") + form.reset = false + form.submit = "Back to overview" + + local info, keys = ast.sip.peer(arg[1]) + local data = { } + + for _, key in ipairs(keys) do + data[#data+1] = { + key = key, + val = type(info[key]) == "boolean" + and ( info[key] and "yes" or "no" ) + or ( info[key] == nil or #info[key] == 0 ) + and "(none)" + or tostring(info[key]) + } + end + + itbl = form:section(Table, data, "SIP Trunk %q" % arg[1]) + itbl:option(DummyValue, "key", "Key") + itbl:option(DummyValue, "val", "Value") + + function itbl.parse(...) + luci.http.redirect( + luci.dispatcher.build_url("admin", "asterisk", "trunks") + ) + end + + return form + +-- +-- SIP trunk config +-- +elseif arg[1] then + cbimap = Map("asterisk", "Edit SIP Trunk") + + peer = cbimap:section(NamedSection, arg[1]) + peer.hidden = { + type = "peer", + qualify = "yes", + } + + back = peer:option(DummyValue, "_overview", "Back to trunk overview") + back.value = "" + back.titleref = luci.dispatcher.build_url("admin", "asterisk", "trunks") + + sipdomain = peer:option(Value, "host", "SIP Domain") + sipport = peer:option(Value, "port", "SIP Port") + function sipport.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "5060" + end + + username = peer:option(Value, "username", "Authorization ID") + password = peer:option(Value, "secret", "Authorization Password") + password.password = true + + outboundproxy = peer:option(Value, "outboundproxy", "Outbound Proxy") + outboundport = peer:option(Value, "outboundproxyport", "Outbound Proxy Port") + + register = peer:option(Flag, "register", "Register with peer") + register.enabled = "yes" + register.disabled = "no" + + regext = peer:option(Value, "registerextension", "Extension to register (optional)") + regext:depends({register="1"}) + + didval = peer:option(ListValue, "_did", "Number of assigned DID numbers") + didval:value("", "(none)") + for i=1,24 do didval:value(i) end + + dialplan = peer:option(ListValue, "context", "Dialplan Context") + dialplan:value(arg[1] .. "_inbound", "(default)") + cbimap.uci:foreach("asterisk", "dialplan", + function(s) dialplan:value(s['.name']) end) + + return cbimap +end diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunks.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunks.lua new file mode 100644 index 0000000..44c8ca8 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunks.lua @@ -0,0 +1,94 @@ +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require("luci.asterisk") + +cbimap = Map("asterisk", "Trunks") +cbimap.pageaction = false + +local sip_peers = { } +cbimap.uci:foreach("asterisk", "sip", + function(s) + if s.type == "peer" then + s.name = s['.name'] + s.info = ast.sip.peer(s.name) + sip_peers[s.name] = s + end + end) + + +sip_table = cbimap:section(TypedSection, "sip", "SIP Trunks") +sip_table.template = "cbi/tblsection" +sip_table.extedit = luci.dispatcher.build_url("admin", "asterisk", "trunks", "sip", "%s") +sip_table.addremove = true +sip_table.sectionhead = "Extension" + +function sip_table.filter(self, s) + return s and ( + cbimap.uci:get("asterisk", s, "type") == nil or + cbimap.uci:get_bool("asterisk", s, "provider") + ) +end + +function sip_table.create(self, section) + if TypedSection.create(self, section) then + created = section + else + self.invalid_cts = true + end +end + +function sip_table.parse(self, ...) + TypedSection.parse(self, ...) + if created then + cbimap.uci:tset("asterisk", created, { + type = "friend", + qualify = "yes", + provider = "yes" + }) + + cbimap.uci:save("asterisk") + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "trunks", "sip", created + )) + end +end + + +user = sip_table:option(DummyValue, "username", "Username") + +context = sip_table:option(DummyValue, "context", "Dialplan") +context.href = luci.dispatcher.build_url("admin", "asterisk", "dialplan") +function context.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "(default)" +end + +online = sip_table:option(DummyValue, "online", "Registered") +function online.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online == nil then + return "n/a" + else + return sip_peers[s] and sip_peers[s].info.online + and "yes" or "no (%s)" %{ + sip_peers[s] and sip_peers[s].info.Status:lower() or "unknown" + } + end +end + +delay = sip_table:option(DummyValue, "delay", "Delay") +function delay.cfgvalue(self, s) + if sip_peers[s] and sip_peers[s].info.online then + return "%i ms" % sip_peers[s].info.delay + else + return "n/a" + end +end + +info = sip_table:option(Button, "_info", "Info") +function info.write(self, s) + luci.http.redirect(luci.dispatcher.build_url( + "admin", "asterisk", "trunks", "sip", s, "info" + )) +end + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail.lua new file mode 100644 index 0000000..51143e6 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail.lua @@ -0,0 +1,48 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ast = require "luci.asterisk" + +cbimap = Map("asterisk", "Voicemail - Mailboxes") + +voicemail = cbimap:section(TypedSection, "voicemail", "Voicemail Boxes") +voicemail.addremove = true +voicemail.anonymous = true +voicemail.template = "cbi/tblsection" + +context = voicemail:option(ListValue, "context", "Context") +context:value("default") + +number = voicemail:option(Value, "number", + "Mailbox Number", "Unique mailbox identifier") + +function number.write(self, s, val) + if val and #val > 0 then + local old = self:cfgvalue(s) + self.map.uci:foreach("asterisk", "dialplanvoice", + function(v) + if v.voicebox == old then + self.map:set(v['.name'], "voicebox", val) + end + end) + Value.write(self, s, val) + end +end + + +voicemail:option(Value, "name", "Ownername", "Human readable display name") +voicemail:option(Value, "password", "Password", "Access protection") +voicemail:option(Value, "email", "eMail", "Where to send voice messages") +voicemail:option(Value, "page", "Pager", "Pager number") + +zone = voicemail:option(ListValue, "zone", "Timezone", "Used time format") +zone.titleref = luci.dispatcher.build_url("admin/asterisk/voicemail/settings") +cbimap.uci:foreach("asterisk", "voicezone", + function(s) zone:value(s['.name']) end) + +function voicemail.remove(self, s) + return ast.voicemail.remove(self.map:get(s, "number"), self.map.uci) +end + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua new file mode 100644 index 0000000..ef52a32 --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua @@ -0,0 +1,51 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require "luci.sys.zoneinfo" + + +cbimap = Map("asterisk", "Voicemail - Common Settings") + +voicegeneral = cbimap:section(TypedSection, "voicegeneral", + "General Voicemail Options", "Common settings for all mailboxes are " .. + "defined here. Most of them are optional. The storage format should " .. + "never be changed once set.") + +voicegeneral.anonymous = true +voicegeneral.addremove = false + +format = voicegeneral:option(MultiValue, "Used storage formats") +format.widget = "checkbox" +format:value("wav49") +format:value("gsm") +format:value("wav") + +voicegeneral:option(Flag, "sendvoicemail", "Enable sending of emails") +voicegeneral:option(Flag, "attach", "Attach voice messages to emails") +voicegeneral:option(Value, "serveremail", "Used email sender address") +voicegeneral:option(Value, "emaildateformat", "Date format used in emails").optional = true +voicegeneral:option(Value, "maxlogins", "Max. failed login attempts").optional = true +voicegeneral:option(Value, "maxmsg", "Max. allowed messages per mailbox").optional = true +voicegeneral:option(Value, "minmessage", "Min. number of seconds for voicemail").optional = true +voicegeneral:option(Value, "maxmessage", "Max. number of seconds for voicemail").optional = true +voicegeneral:option(Value, "maxsilence", "Seconds of silence until stop recording").optional = true +voicegeneral:option(Value, "maxgreet", "Max. number of seconds for greetings").optional = true +voicegeneral:option(Value, "skipms", "Milliseconds to skip for rew./ff.").optional = true +voicegeneral:option(Value, "silencethreshold", "Threshold to detect silence").optional = true + + +voicezone = cbimap:section(TypedSection, "voicezone", "Time Zones", + "Time zones define how dates and times are expressen when used in " .. + "an voice mails. Refer to the asterisk manual for placeholder values.") + +voicezone.addremove = true +voicezone.sectionhead = "Name" +voicezone.template = "cbi/tblsection" + +tz = voicezone:option(ListValue, "zone", "Location") +for _, z in ipairs(luci.sys.zoneinfo.TZ) do tz:value(z[1]) end + +voicezone:option(Value, "message", "Date Format") + + +return cbimap diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm new file mode 100644 index 0000000..3afb26b --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm @@ -0,0 +1,13 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+cbi/valueheader%> +<% if self.href then %><% end -%> + <%=self:cfgvalue(section)%> +<%- if self.href then %><%end%> +  + +<%+cbi/valuefooter%> diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm new file mode 100644 index 0000000..9f644ba --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm @@ -0,0 +1,245 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +<% + local uci = luci.model.uci.cursor_state() + local ast = require "luci.asterisk" + + function digit_pattern(s,t) + return "%s" + %{ t and " title='" .. t .. "'" or "", s } + end + + function rowstyle(i) + return "cbi-rowstyle-%i" %{ + ( i % 2 ) == 0 and 2 or 1 + } + end + + function format_matches(z) + local html = { } + + if type(z) ~= "table" then + z = { matches = { z } } + end + + if z.localprefix then + for _, m in ipairs(z.matches) do + html[#html+1] = + digit_pattern(z.localprefix, "local prefix") .. " " .. + digit_pattern(m) + end + end + + if z.intlmatches and #z.intlmatches > 0 then + for _, i in ipairs(z.intlmatches) do + for _, m in ipairs(z.matches) do + html[#html+1] = "%s %s" %{ + digit_pattern("(%s)" % i, "intl. prefix"), + digit_pattern(m) + } + end + end + else + for _, m in ipairs(z.matches) do + html[#html+1] = digit_pattern(m) + end + end + + return table.concat(html, "; ") + end +%> + + +
+
+ + + +
+ +
+

Outgoing Call Routing

+
+ Here you can manage your dial plans which are used to route outgoing calls from your local extensions.

+ Related tasks:
+ Manage dialzones | + Manage voicemail boxes | + Manage meetme rooms +
+ +
+ +
+ + <% for i, plan in pairs(ast.dialplan.plans()) do %> +
+ + + + + + + + <% local zones_used = { }; local row = 0 %> + <% for i, zone in ipairs(plan.zones) do zones_used[zone.name] = true %> + + + + + <% row = row + 1; end %> + + + + <% local boxes_used = { } %> + <% for ext, box in luci.util.kspairs(plan.voicemailboxes) do boxes_used[box.id] = true %> + + + + + <% row = row + 1; end %> + + + + <% local rooms_used = { } %> + <% for ext, room in luci.util.kspairs(plan.meetmerooms) do rooms_used[room.room] = true %> + + + + + <% row = row + 1; end %> + + + + + + +
+ Dialplan <%=plan.name%> + + + Remove this dialplan + +
+ └ Dialzone <%=zone.name%> (<%=zone.description%>) +

+ Lines: + <%=ast.tools.hyperlinks( + zone.trunks, function(v) + return luci.dispatcher.build_url("admin", "asterisk", "trunks", "%s") % v:lower() + end + )%>
+ Matches: + <%=format_matches(zone)%> +

+
+ + Edit dialzone + + + Remove from this dialplan + +
+ └ Voicemailbox <%=box.id%> (<%=box.name%>) +

+ Owner: <%=box.name%> | + eMail: <%=#box.email > 0 and box.email or 'n/a'%> | + Pager: <%=#box.page > 0 and box.page or 'n/a'%>
+ Matches: <%=format_matches(ext)%> +

+
+ + Manage mailboxes ... + + + Remove from this dialplan + +
+ └ MeetMe Room <%=room.room%> + <% if room.description and #room.description > 0 then %> (<%=room.description%>)<% end %> +

+ Matches: <%=format_matches(ext)%> +

+
+ + Manage conferences ... + + + Remove from this dialplan + +
+
+ + Add Dialzone:
+ +

+ + Add Voicemailbox:
+ + as extension + +

+ + Add MeetMe Conference:
+ + as extension + +

+ + +
+ +
+
+
+ <% end %> + +
+
+

Create a new dialplan

+ The name is required and must be unique. It may only contain the characters A-Z, a-z, 0-9 and _ .
+ + <%- if create_error then %> +
Invalid name given!
+ <% end -%> + +
+ + +
+
+ +
+
+
+
+<%+footer%> diff --git a/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm b/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm new file mode 100644 index 0000000..ffdbbcf --- /dev/null +++ b/applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm @@ -0,0 +1,165 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +<% + local uci = luci.model.uci.cursor_state() + local ast = require("luci.asterisk") + + function digit_pattern(s) + return "%s" % s + end + + function rowstyle(i) + return "cbi-rowstyle-%i" %{ + ( i % 2 ) == 0 and 2 or 1 + } + end + + local function find_trunks() + local t = { } + + uci:foreach("asterisk", "sip", + function(s) + if uci:get_bool("asterisk", s['.name'], "provider") then + t[#t+1] = { + "SIP/%s" % s['.name'], + "SIP: %s" % s['.name'] + } + end + end) + + uci:foreach("asterisk", "iax", + function(s) + t[#t+1] = { + "IAX/%s" % s['.name'], + "IAX: %s" % s.extension or s['.name'] + } + end) + + return t + end + +%> + + +
+
+ + + +
+ +
+

Dial Zone Management

+
+ " class="cbi-title-ref">Back to dialplan overview

+ Here you can manage your dial zones. The zones are used to route outgoing calls to the destination. + Each zone groups multiple trunks and number matches to represent a logical destination. Zones can + also be used to enforce certain dial restrictions on selected extensions. +
+ + +
+
+ + + + + + + + + + + + + + + <% for i, rule in pairs(ast.dialzone.zones()) do %> + + + + + + + + + <% end %> +
+

Dialzone Overview

+
NamePrepend- MatchTrunkDescription
+ <%=rule.name%> + + <% for _ in ipairs(rule.matches) do %> + <%=rule.addprefix and digit_pattern(rule.addprefix)%> 
+ <% end %> +
+ <% for _, m in ipairs(rule.matches) do %> + <%=rule.localprefix and "%s " % digit_pattern(rule.localprefix)%> + <%=digit_pattern(m)%>
+ <% end %> +
+ <%=ast.tools.hyperlinks( + rule.trunks, function(v) + return luci.dispatcher.build_url("admin", "asterisk", "trunks", "%s") % v:lower() + end + )%> + + <%=rule.description or rule.name%> + + + Edit entry + + + Delete entry + +
+
+
+
+ +
+
+

Create a new dialzone

+ The name is required and must be unique. It may only contain the characters A-Z, a-z, 0-9 and _ .
+ You can specifiy multiple number matches by separating them with spaces.
+ + <%- if create_error then %> +
Invalid name given!
+ <% end -%> + + + + + + +
+
+ +

+ +
+ +
+
+ +
+
+ + +
+
+
+
+
+
+<%+footer%> diff --git a/applications/luci-app-asterisk/po/ca/asterisk.po b/applications/luci-app-asterisk/po/ca/asterisk.po new file mode 100644 index 0000000..9775758 --- /dev/null +++ b/applications/luci-app-asterisk/po/ca/asterisk.po @@ -0,0 +1,680 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2009-05-31 19:18+0200\n" +"Last-Translator: Eduard Duran \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Opcions Generals d'Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Directori AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Desa en memòria cau els sons gravats durant la gravació" + +#~ msgid "Debug Level" +#~ msgstr "Nivell de depuració" + +#~ msgid "Disable some warnings" +#~ msgstr "Desactiva algunes alertes" + +#~ msgid "Dump core on crash" +#~ msgstr "Bolca el nucli en cas de fallada" + +#~ msgid "High Priority" +#~ msgstr "Alta Prioritat" + +#~ msgid "Initialise Crypto" +#~ msgstr "Inicialitza Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Utilitza l'hora interna" + +#~ msgid "Log directory" +#~ msgstr "Directori de registres" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Número màxim de trucades permeses" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Càrrega màxima per deixar d'acceptar trucades noves" + +#~ msgid "Disable console colors" +#~ msgstr "Desactiva els colors de consola" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Directori de memòria cau dels fitxers de so" + +#~ msgid "The Group to run as" +#~ msgstr "Executa amb els permisos del Grup" + +#~ msgid "The User to run as" +#~ msgstr "Executa amb els permisos de l'Usuari" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Directori de bústia de correu" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefixa l'UniquID amb el nom del sistema" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Munta les rutes de transcodificació via SLINEAR, no directament" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmet silenci SLINEAR mentre s'enregistri un canal" + +#~ msgid "Verbose Level" +#~ msgstr "Nivell de detall" + +#~ msgid "Section dialplan" +#~ msgstr "Secció Dialplan" + +#~ msgid "include" +#~ msgstr "inclou" + +#~ msgid "Dialplan Extension" +#~ msgstr "Connector Dialplan" + +#~ msgid "Dialplan General Options" +#~ msgstr "Opcions generals de Dialplan" + +#~ msgid "Allow transfer" +#~ msgstr "Permet la transferència" + +#~ msgid "Clear global vars" +#~ msgstr "Buida les variables globals" + +#~ msgid "Dialplan Goto" +#~ msgstr "Dialplan Goto" + +#~ msgid "Dialplan Conference" +#~ msgstr "Conferència Dialplan" + +#~ msgid "Dialplan Time" +#~ msgstr "Dialplan Time" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Bústia de correu Dialplan" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Zones de marcatge per Dialplan" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Prefix per afegir als Dialplan que coincideixin" + +#~ msgid "Match International prefix" +#~ msgstr "Coincideix amb el prefix Internacional" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Prefix (0) per afegir/esborrar a/des de números internacionals" + +#~ msgid "localzone" +#~ msgstr "zona local" + +#~ msgid "Match plan" +#~ msgstr "Pla coincident" + +#~ msgid "Connection to use" +#~ msgstr "Connexió a fer servir" + +#~ msgid "Feature Key maps" +#~ msgstr "Mapa de Funcions Principals" + +#~ msgid "Attended transfer key" +#~ msgstr "Tecla de transferència assistida" + +#~ msgid "Blind transfer key" +#~ msgstr "Tecla de transferència cega" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Tecla per desconnectar trucada" + +#~ msgid "Key to Park call" +#~ msgstr "Tecla per trucada en espera" + +#~ msgid "Parking Feature" +#~ msgstr "Funció de trucada en espera" + +#~ msgid "ADSI Park" +#~ msgstr "Trucada en espera ADSI" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Temps d'espera de transferència assistida (seg)" + +#~ msgid "One touch record key" +#~ msgstr "Tecla de registre d'un toc" + +#~ msgid "Name of call context for parking" +#~ msgstr "Nom del context de la trucada en espera" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Fitxer de so per reproduir a la trucada en espera" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Temps màxim (en ms) entre dígits per l'activació de funció" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Mètode per trobar una ranura de trucada en espera" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Reprodueix to de cortesia a" + +#~ msgid "Enable Parking" +#~ msgstr "Activa les trucades en espera" + +#~ msgid "Extension to dial to park" +#~ msgstr "Extensió per marcar per deixar en espera una trucada" + +#~ msgid "Parking time (secs)" +#~ msgstr "Temps de trucada en espera (secs)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Rang d'extensions per trucada en espera" + +#~ msgid "Pickup extension" +#~ msgstr "Connector de recol·lecció" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Segons a esperar entre dígits quan es transfereix" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "so quan es completa la transferència assistida" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "so quan falla la transferència assitida" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Recarrega la configuració de maquinari" + +#~ msgid "Reboot Method" +#~ msgstr "Mètode de Reinici" + +#~ msgid "Parameter" +#~ msgstr "Paràmetre" + +#~ msgid "Option type" +#~ msgstr "Tipus d'opció" + +#~ msgid "User name" +#~ msgstr "Nom d'usuari" + +#~ msgid "IAX General Options" +#~ msgstr "Opcions generals IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Permet Codecs" + +#~ msgid "Static" +#~ msgstr "Estàtic" + +#~ msgid "Write Protect" +#~ msgstr "Protecció d'escriptura" + +#~ msgid "Meetme Conference" +#~ msgstr "Conferència Meetme" + +#~ msgid "Admin PIN" +#~ msgstr "PIN d'administrador" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN de reunió" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Opcions generals de conferència Meetme" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Número de memòries intermitges d'àudio de 20 ms a utilitzar" + +#~ msgid "Modules" +#~ msgstr "Mòduls" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Aplicació de recepció d'alarma" + +#~ msgid "Authentication Application" +#~ msgstr "Aplicació d'autenticació" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Assegura't que asterisk no desa CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Comprova que el canal estigui disponible" + +#~ msgid "Listen in on any channel" +#~ msgstr "Escolta a qualsevol canal" + +#~ msgid "Control Playback Application" +#~ msgstr "Aplicació de control de reproducció" + +#~ msgid "Cuts up variables" +#~ msgstr "Talla les variables" + +#~ msgid "Database access functions" +#~ msgstr "Funcions d'accés a base de dades" + +#~ msgid "Dialing Application" +#~ msgstr "Aplicació de marcatge" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Aplicació de màquina de dictat virtual" + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Suport de recollida de trucades adreçades" + +#~ msgid "Extension Directory" +#~ msgstr "Directori de connectors" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "Aplicació DISA (Direct Inward System Access)" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Bolca les variables de canal de l'aplicació" + +#~ msgid "Simple Echo Application" +#~ msgstr "Aplicació d'eco simple" + +#~ msgid "ENUM Lookup" +#~ msgstr "Consulta ENUM" + +#~ msgid "Reevaluates strings" +#~ msgstr "Reavalua cadenes" + +#~ msgid "Executes applications" +#~ msgstr "Executa aplicacions" + +#~ msgid "External IVR application interface" +#~ msgstr "Interfície d'aplicació IVR externa" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Bifurca el CDR en 2 entitats separades" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Obtingues la ADSI CPE ID" + +#~ msgid "Group Management Routines" +#~ msgstr "Rutines de gestió de grup" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Codifica i emet via icecast i ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Aplicació de transmissió d'imatge" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Cerca la ID/nom/número de qui truca de negre" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Cerca la ID/nom/número de qui truca de la base de dades local" + +#~ msgid "Extension Macros" +#~ msgstr "Macros de connectors" + +#~ msgid "A simple math Application" +#~ msgstr "Una aplicació de matemàtiques simple" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Aplicació de suma de verificació MD5" + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Aplicació de prova de milliwat digital (mu-law)" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Registra una trucada i mescla l'àudio durant la gravació" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Aplicació d'anunci de trucades i trucada en espera" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Aplicació de reproducció trivial" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Requereix que s'entri un número de telèfon" + +#~ msgid "True Call Queueing" +#~ msgstr "Encuament de trucades real" + +#~ msgid "Random goto" +#~ msgstr "Goto aleatori" + +#~ msgid "Read Variable Application" +#~ msgstr "Aplicació de lectura de variables" + +#~ msgid "Read in a file" +#~ msgstr "Llegeix en un fitxer" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Cerca/reescriptura de dades en temps real" + +#~ msgid "Trivial Record Application" +#~ msgstr "Aplicació d'enregistrament trivial" + +#~ msgid "Say time" +#~ msgstr "Digues l'hora" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Envia aplicació de dígits DTMF" + +#~ msgid "Send Text Applications" +#~ msgstr "Envia aplicacions de text" + +#~ msgid "Set CallerID Application" +#~ msgstr "Estableix l'aplicació CallerID" + +#~ msgid "CDR user field apps" +#~ msgstr "Aplicacions de camp d'usuari CDR" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "load => .so ; Estableix el nom CallerID" + +#~ msgid "load => .so ; Set CallerID Number" +#~ msgstr "load => .so ; Estableix el número CallerID" + +#~ msgid "Set RDNIS Number" +#~ msgstr "Estableix el número RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Estableix la capacitat de transferència XDSI" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "Gestor SMS/PSTN" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Penja el canal sol·licitat" + +#~ msgid "Stack Routines" +#~ msgstr "Rutines de pila" + +#~ msgid "Generic System() application" +#~ msgstr "Aplicació genèrica de System()" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Playback amb Detecció de Parla" + +#~ msgid "Interface Test Application" +#~ msgstr "Aplicació de proves d'interfície" + +#~ msgid "Transfer" +#~ msgstr "Transfereix" + +#~ msgid "TXTCIDName" +#~ msgstr "TXTCIDName" + +#~ msgid "Send URL Applications" +#~ msgstr "Envia aplicacions d'URL" + +#~ msgid "Custom User Event Application" +#~ msgstr "Aplicació d'esdeveniments personalitzats d'usuari" + +#~ msgid "Send verbose output" +#~ msgstr "Envia sortida detallada" + +#~ msgid "Voicemail" +#~ msgstr "Bústia de veu" + +#~ msgid "Waits until first ring after time" +#~ msgstr "Espera fins el primer to després del temps" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Espera l'aplicació de silenci" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "Execució de bucles while i condicionals" + +#~ msgid "Comma Separated Values CDR Backend" +#~ msgstr "Valors de Backend CDR separats per comes" + +#~ msgid "Customizable Comma Separated Values CDR Backend" +#~ msgstr "Valors de Backend CDR personalitzats separats per comes" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "Backend CDR del gestor de trucades Asterisk" + +#~ msgid "MySQL CDR Backend" +#~ msgstr "Backend CDR MySQL" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "Backend CDR PostgreSQL" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "Backend CDR SQLite" + +#~ msgid "Agent Proxy Channel" +#~ msgstr "Canal de l'Agent Proxy" + +#~ msgid "Option chan_iax2" +#~ msgstr "Opció chan_iax2" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Canal de proxy local" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Protocol d'inicialització de sessió (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Codificador/Decodificador PCM adaptatiu diferencial" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "Codificador/Decodificador de llei A" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "Codificador/Decodificador directe de llei A i Mu" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "Transcodificador ITU G.726-32kbps G726" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "Còdec de traducció GSM/PCM16 (lineal amb signe)" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Còdec de traducció Speex/PCM16 (lineal amb signe)" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Codificador/Decodificador llei Mu" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Format AU de Sun Microsystems (lineal amb signe)" + +#~ msgid "G.723.1 Simple Timestamp File Format" +#~ msgstr "Format de fitxer de marca de temps simple G.723.1" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Dades Raw G.726 (16/24/32/40kbps)" + +#~ msgid "Raw G729 data" +#~ msgstr "Dades Raw G729" + +#~ msgid "Raw GSM data" +#~ msgstr "Dades Raw GSM" + +#~ msgid "Raw h263 data" +#~ msgstr "Dades Raw h263" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "Imatge JPEG (Joint Picture Experts Group)" + +#~ msgid "Raw uLaw 8khz Audio support (PCM)" +#~ msgstr "Suport d'àudio Raw llei-u 8khz (PCM)" + +#~ msgid "load => .so ; Raw aLaw 8khz PCM Audio support" +#~ msgstr "load => .so ; suport d'àudio Raw llei-a 8khz PCM" + +#~ msgid "Raw Signed Linear Audio support (SLN)" +#~ msgstr "Suport d'àudio Raw amb signe lineal (SLN)" + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Format de fitxer Dialogic VOX (ADPCM)" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Format Microsoft WAV (8000hz amb signe lineal)" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Format Microsoft WAV (GSM propietari)" + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "Functions de dialplan relacionades amb la ID de qui truca" + +#~ msgid "ENUM Functions" +#~ msgstr "Funcions ENUM" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "Funcions de codificació / decodificació d'URI" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Compilador del llenguatge de connectors d'Asterisk" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Configuració del connector de text" + +#~ msgid "load => .so ; Builtin dialplan functions" +#~ msgstr "load => .s ; Funcions integrades dialplan" + +#~ msgid "Loopback Switch" +#~ msgstr "Switch loopback" + +#~ msgid "Realtime Switch" +#~ msgstr "Switch en temps real" + +#~ msgid "Outgoing Spool Support" +#~ msgstr "Suport de gestió de cues sortint" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Wil Cal U (Auto Marcatge)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "Configuració del recurs MySQL" + +#~ msgid "ODBC Config Resource" +#~ msgstr "Configuració del recurs ODBC" + +#~ msgid "PGSQL Module" +#~ msgstr "Mòdul PGSQL" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Signatures digitals criptogràfiques" + +#~ msgid "Call Parking Resource" +#~ msgstr "Recurs de trucada en espera" + +#~ msgid "Indications Configuration" +#~ msgstr "Configuració d'indicacions" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "Recurs de monitoreig de trucades" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Recurs de música en espera" + +#~ msgid "ODBC Resource" +#~ msgstr "Recurs ODBC" + +#~ msgid "SMDI Module" +#~ msgstr "Mòdul SMDI" + +#~ msgid "SNMP Module" +#~ msgstr "Mòdul SNMP" + +#~ msgid "Music On Hold" +#~ msgstr "Música en espera" + +#~ msgid "Application" +#~ msgstr "Aplicació" + +#~ msgid "Directory of Music" +#~ msgstr "Directori de música" + +#~ msgid "Option mode" +#~ msgstr "Mode d'opció" + +#~ msgid "Random Play" +#~ msgstr "Reproducció aleatòria" + +#~ msgid "DTMF mode" +#~ msgstr "Mode DTMF" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Domini d'identitat primari per les capçaleres From:" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "Usuari d'inici (requerit per diversos proveïdors SIP)" + +#~ msgid "Ring on incoming dialplan contexts" +#~ msgstr "Truca en contextos d'entrades dialplan" + +#~ msgid "Allow Insecure for" +#~ msgstr "Permet insegur per" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Bústia de veu per MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT entre el telèfon i l'Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Comprova etiquetes a les capçaleres" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Temps d'esperi per contestar (ms) per caigudes de connexió" + +#~ msgid "Register connection" +#~ msgstr "Registra connexió" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "Truca el propi connector per la bústia de veu" + +#~ msgid "Client Type" +#~ msgstr "Tipus de client" + +#~ msgid "Username" +#~ msgstr "Nom d'usuari" + +#~ msgid "Section sipgeneral" +#~ msgstr "Secció sipgeneral" + +#~ msgid "Allow codecs" +#~ msgstr "Permet còdecs" + +#~ msgid "SIP realm" +#~ msgstr "Reialme SIP" + +#~ msgid "Voicemail general options" +#~ msgstr "Opcions generals de bústia de veu" + +#~ msgid "From Email address of server" +#~ msgstr "Adreça de correu electrònic d'origen del servidor" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Bústies de la bústia de veu" + +#~ msgid "Email contains attachment" +#~ msgstr "El correu electrònic conté fitxers adjunts" + +#~ msgid "Email" +#~ msgstr "Correu electrònic" + +#~ msgid "Display Name" +#~ msgstr "Nom a mostrar" + +#~ msgid "Password" +#~ msgstr "Contrasenya" + +#~ msgid "zone" +#~ msgstr "zona" + +#~ msgid "Voice Zone settings" +#~ msgstr "Configuració de zona de veu" + +#~ msgid "Message Format" +#~ msgstr "Format de missatge" diff --git a/applications/luci-app-asterisk/po/cs/asterisk.po b/applications/luci-app-asterisk/po/cs/asterisk.po new file mode 100644 index 0000000..7341d57 --- /dev/null +++ b/applications/luci-app-asterisk/po/cs/asterisk.po @@ -0,0 +1,11 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/applications/luci-app-asterisk/po/de/asterisk.po b/applications/luci-app-asterisk/po/de/asterisk.po new file mode 100644 index 0000000..f289849 --- /dev/null +++ b/applications/luci-app-asterisk/po/de/asterisk.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-02-23 16:29+0200\n" +"Last-Translator: Martin \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk Grundeinstellungen" + +#~ msgid "AGI directory" +#~ msgstr "AGI - Verzeichnis" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Audiodateien während der Aufnahme zwischenspeichern" + +#~ msgid "Debug Level" +#~ msgstr "Debug Stufe" + +#~ msgid "Disable some warnings" +#~ msgstr "Schalte einige Warnungen aus" + +#~ msgid "Dump core on crash" +#~ msgstr "Speicherabbild bei Absturz erstellen" + +#~ msgid "High Priority" +#~ msgstr "Hohe Priorität" + +#~ msgid "Initialise Crypto" +#~ msgstr "Verschlüsselung initialisieren" + +#~ msgid "Use Internal Timing" +#~ msgstr "Interne Zeitreferenz benutzen" + +#~ msgid "Log directory" +#~ msgstr "Log - Verzeichnis" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Maximale Anruferanzahl" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Maximale CPU Auslastung um eingehende Anrufe anzunehmen" + +#~ msgid "Disable console colors" +#~ msgstr "Farbige Ausgabe auf der Konsole deaktivieren" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Verzeichnis zum Zwischenspeichern von Audiodateien" + +#~ msgid "The Group to run as" +#~ msgstr "zu benutzende Gruppenkennung" + +#~ msgid "The User to run as" +#~ msgstr "zu benutzende Benutzerkennung" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Sprachnachrichten Puffer" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Systemnamen als Präfix von UniquID benutzen" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Transcode Pfade durch SLINEAR bauen, indirekt" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Ãœbertrage Stille (SLINEAR) während der Aufnahme eines Kanals" + +#~ msgid "Verbose Level" +#~ msgstr "Detailgrad" + +#~ msgid "Allow transfer" +#~ msgstr "Ãœbertragung erlauben" + +#~ msgid "Clear global vars" +#~ msgstr "globale Variablen Zurücksetzen" + +#~ msgid "localzone" +#~ msgstr "Zeitzone" + +#~ msgid "Connection to use" +#~ msgstr "zu verwendende Verbindung" + +#~ msgid "One touch record key" +#~ msgstr "Sofortaufnahmetaste" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Hardwarekonfiguration neuladen" + +#~ msgid "Reboot Method" +#~ msgstr "Neustartmethode" + +#~ msgid "Parameter" +#~ msgstr "Parameter" + +#~ msgid "User name" +#~ msgstr "Benutzername" + +#~ msgid "IAX General Options" +#~ msgstr "IAX Allgemeine Einstellungen" + +#~ msgid "Allow Codecs" +#~ msgstr "Codecs erlauben" + +#~ msgid "Admin PIN" +#~ msgstr "Admin PIN" + +#~ msgid "Modules" +#~ msgstr "Module" + +#~ msgid "Check if channel is available" +#~ msgstr "Prüfen, ob der Kanal verfügbar ist" + +#~ msgid "Control Playback Application" +#~ msgstr "Anwendung zur Wiedergabesteuerung" + +#~ msgid "Executes applications" +#~ msgstr "startet Anwendungen" + +#~ msgid "A simple math Application" +#~ msgstr "Einfache Mathe-Anwendung" + +#~ msgid "MD5 checksum Application" +#~ msgstr "MD5-Prüfsummen Anwendung" diff --git a/applications/luci-app-asterisk/po/el/asterisk.po b/applications/luci-app-asterisk/po/el/asterisk.po new file mode 100644 index 0000000..7a0fee7 --- /dev/null +++ b/applications/luci-app-asterisk/po/el/asterisk.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-03-19 14:55+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Γενικές επιλογές του Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Φάκελος AGI" + +#~ msgid "Debug Level" +#~ msgstr "Επίπεδο αποσφαλμάτωσης" + +#~ msgid "Disable some warnings" +#~ msgstr "ΑπενεÏγοποίηση οÏισμένων μηνυμάτων" + +#~ msgid "High Priority" +#~ msgstr "Υψηλή ΠÏοτεÏαιότητα" + +#~ msgid "Initialise Crypto" +#~ msgstr "ΑÏχικοποίηση Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "ΧÏήση εσωτεÏÎ¹ÎºÎ¿Ï Ï‡ÏονόμετÏου" + +#~ msgid "Log directory" +#~ msgstr "Φάκελος καταγÏαφής" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Μέγιστος επιτÏεπόμενος αÏιθμός κλήσεων" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Μέγιστος φόÏτος για παÏση εισεÏχόμενων κλήσεων" + +#~ msgid "Disable console colors" +#~ msgstr "ΑπενεÏγοποίηση χÏωμάτων κονσόλας" + +#~ msgid "Sound files Cache directory" +#~ msgstr "ΚÏυφός φάκελος αÏχείων ήχου" + +#~ msgid "include" +#~ msgstr "πεÏιλαμβάνω" + +#~ msgid "Clear global vars" +#~ msgstr "ΚαθαÏισμός γενικών μεταβλητών" + +#~ msgid "Connection to use" +#~ msgstr "ΧÏήση σÏνδεσης" + +#~ msgid "Reboot Method" +#~ msgstr "Μέθοδος Επανεκκίνησης" + +#~ msgid "Parameter" +#~ msgstr "ΠαÏάμετÏος" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "Εικόνα JPEG (Joint Picture Experts Group)" + +#~ msgid "Application" +#~ msgstr "ΕφαÏμογή" diff --git a/applications/luci-app-asterisk/po/en/asterisk.po b/applications/luci-app-asterisk/po/en/asterisk.po new file mode 100644 index 0000000..e462f56 --- /dev/null +++ b/applications/luci-app-asterisk/po/en/asterisk.po @@ -0,0 +1,680 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2011-06-03 10:45+0200\n" +"Last-Translator: Ladislav \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk General Options" + +#~ msgid "AGI directory" +#~ msgstr "AGI directory" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Cache recorded sound files during recording" + +#~ msgid "Debug Level" +#~ msgstr "Debug Level" + +#~ msgid "Disable some warnings" +#~ msgstr "Disable some warnings" + +#~ msgid "Dump core on crash" +#~ msgstr "Dump core on crash" + +#~ msgid "High Priority" +#~ msgstr "High Priority" + +#~ msgid "Initialise Crypto" +#~ msgstr "Initialise Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Use Internal Timing" + +#~ msgid "Log directory" +#~ msgstr "Log directory" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Maximum number of calls allowed" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Maximum load to stop accepting new calls" + +#~ msgid "Disable console colors" +#~ msgstr "Disable console colors" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Sound files Cache directory" + +#~ msgid "The Group to run as" +#~ msgstr "The Group to run as" + +#~ msgid "The User to run as" +#~ msgstr "The User to run as" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Voicemail Spool directory" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefix UniquID with system name" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Build transcode paths via SLINEAR, not directly" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmit SLINEAR silence while recording a channel" + +#~ msgid "Verbose Level" +#~ msgstr "Verbose Level" + +#~ msgid "Section dialplan" +#~ msgstr "Section dialplan" + +#~ msgid "include" +#~ msgstr "include" + +#~ msgid "Dialplan Extension" +#~ msgstr "Dialplan Extension" + +#~ msgid "Dialplan General Options" +#~ msgstr "Dialplan General Options" + +#~ msgid "Allow transfer" +#~ msgstr "Allow transfer" + +#~ msgid "Clear global vars" +#~ msgstr "Clear global vars" + +#~ msgid "Dialplan Goto" +#~ msgstr "Dialplan Goto" + +#~ msgid "Dialplan Conference" +#~ msgstr "Dialplan Conference" + +#~ msgid "Dialplan Time" +#~ msgstr "Dialplan Time" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Dialplan Voicemail" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Dial Zones for Dialplan" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Prefix to add matching dialplans" + +#~ msgid "Match International prefix" +#~ msgstr "Match International prefix" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Prefix (0) to add/remove to/from international numbers" + +#~ msgid "localzone" +#~ msgstr "localzone" + +#~ msgid "Match plan" +#~ msgstr "Match plan" + +#~ msgid "Connection to use" +#~ msgstr "Connection to use" + +#~ msgid "Feature Key maps" +#~ msgstr "Feature Key maps" + +#~ msgid "Attended transfer key" +#~ msgstr "Attended transfer key" + +#~ msgid "Blind transfer key" +#~ msgstr "Blind transfer key" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Key to Disconnect call" + +#~ msgid "Key to Park call" +#~ msgstr "Key to Park call" + +#~ msgid "Parking Feature" +#~ msgstr "Parking Feature" + +#~ msgid "ADSI Park" +#~ msgstr "ADSI Park" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Attended transfer timeout (sec)" + +#~ msgid "One touch record key" +#~ msgstr "One touch record key" + +#~ msgid "Name of call context for parking" +#~ msgstr "Name of call context for parking" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Sound file to play to parked caller" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Max time (ms) between digits for feature activation" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Method to Find Parking slot" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Play courtesy tone to" + +#~ msgid "Enable Parking" +#~ msgstr "Enable Parking" + +#~ msgid "Extension to dial to park" +#~ msgstr "Extension to dial to park" + +#~ msgid "Parking time (secs)" +#~ msgstr "Parking time (secs)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Range of extensions for call parking" + +#~ msgid "Pickup extension" +#~ msgstr "Pickup extension" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Seconds to wait bewteen digits when transferring" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "sound when attended transfer is complete" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "Sound when attended transfer fails" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Reload Hardware Config" + +#~ msgid "Reboot Method" +#~ msgstr "Reboot Method" + +#~ msgid "Parameter" +#~ msgstr "Parameter" + +#~ msgid "Option type" +#~ msgstr "Option type" + +#~ msgid "User name" +#~ msgstr "User name" + +#~ msgid "IAX General Options" +#~ msgstr "IAX General Options" + +#~ msgid "Allow Codecs" +#~ msgstr "Allow Codecs" + +#~ msgid "Static" +#~ msgstr "Static" + +#~ msgid "Write Protect" +#~ msgstr "Write Protect" + +#~ msgid "Meetme Conference" +#~ msgstr "Meetme Conference" + +#~ msgid "Admin PIN" +#~ msgstr "Admin PIN" + +#~ msgid "Meeting PIN" +#~ msgstr "Meeting PIN" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Meetme Conference General Options" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Number of 20ms audio buffers to be used" + +#~ msgid "Modules" +#~ msgstr "Modules" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Alarm Receiver Application" + +#~ msgid "Authentication Application" +#~ msgstr "Authentication Application" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Make sure asterisk doesnt save CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Check if channel is available" + +#~ msgid "Listen in on any channel" +#~ msgstr "Listen in on any channel" + +#~ msgid "Control Playback Application" +#~ msgstr "Control Playback Application" + +#~ msgid "Cuts up variables" +#~ msgstr "Cuts up variables" + +#~ msgid "Database access functions" +#~ msgstr "Database access functions" + +#~ msgid "Dialing Application" +#~ msgstr "Dialing Application" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Virtual Dictation Machine Application" + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Directed Call Pickup Support" + +#~ msgid "Extension Directory" +#~ msgstr "Extension Directory" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "DISA (Direct Inward System Access) Application" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Dump channel variables Application" + +#~ msgid "Simple Echo Application" +#~ msgstr "Simple Echo Application" + +#~ msgid "ENUM Lookup" +#~ msgstr "ENUM Lookup" + +#~ msgid "Reevaluates strings" +#~ msgstr "Reevaluates strings" + +#~ msgid "Executes applications" +#~ msgstr "Executes applications" + +#~ msgid "External IVR application interface" +#~ msgstr "External IVR application interface" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Fork The CDR into 2 seperate entities" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Get ADSI CPE ID" + +#~ msgid "Group Management Routines" +#~ msgstr "Group Management Routines" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Encode and Stream via icecast and ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Image Transmission Application" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Look up Caller*ID name/number from black" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Look up CallerID Name from local databas" + +#~ msgid "Extension Macros" +#~ msgstr "Extension Macros" + +#~ msgid "A simple math Application" +#~ msgstr "A simple math Application" + +#~ msgid "MD5 checksum Application" +#~ msgstr "MD5 checksum Application" + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Digital Milliwatt (mu-law) Test Application" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Record a call and mix the audio during the recording" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Call Parking and Announce Application" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Trivial Playback Application" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Require phone number to be entered" + +#~ msgid "True Call Queueing" +#~ msgstr "True Call Queueing" + +#~ msgid "Random goto" +#~ msgstr "Random goto" + +#~ msgid "Read Variable Application" +#~ msgstr "Read Variable Application" + +#~ msgid "Read in a file" +#~ msgstr "Read in a file" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Realtime Data Lookup/Rewrite" + +#~ msgid "Trivial Record Application" +#~ msgstr "Trivial Record Application" + +#~ msgid "Say time" +#~ msgstr "Say time" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Send DTMF digits Application" + +#~ msgid "Send Text Applications" +#~ msgstr "Send Text Applications" + +#~ msgid "Set CallerID Application" +#~ msgstr "Set CallerID Application" + +#~ msgid "CDR user field apps" +#~ msgstr "CDR user field apps" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "load => .so ; Set CallerID Name" + +#~ msgid "load => .so ; Set CallerID Number" +#~ msgstr "load => .so ; Set CallerID Number" + +#~ msgid "Set RDNIS Number" +#~ msgstr "Set RDNIS Number" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Set ISDN Transfer Capability" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "SMS/PSTN handler" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Hangs up the requested channel" + +#~ msgid "Stack Routines" +#~ msgstr "Stack Routines" + +#~ msgid "Generic System() application" +#~ msgstr "Generic System() application" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Playback with Talk Detection" + +#~ msgid "Interface Test Application" +#~ msgstr "Interface Test Application" + +#~ msgid "Transfer" +#~ msgstr "Transfer" + +#~ msgid "TXTCIDName" +#~ msgstr "TXTCIDName" + +#~ msgid "Send URL Applications" +#~ msgstr "Send URL Applications" + +#~ msgid "Custom User Event Application" +#~ msgstr "Custom User Event Application" + +#~ msgid "Send verbose output" +#~ msgstr "Send verbose output" + +#~ msgid "Voicemail" +#~ msgstr "Voicemail" + +#~ msgid "Waits until first ring after time" +#~ msgstr "Waits until first ring after time" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Wait For Silence Application" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "While Loops and Conditional Execution" + +#~ msgid "Comma Separated Values CDR Backend" +#~ msgstr "Comma Separated Values CDR Backend" + +#~ msgid "Customizable Comma Separated Values CDR Backend" +#~ msgstr "Customizable Comma Separated Values CDR Backend" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "Asterisk Call Manager CDR Backend" + +#~ msgid "MySQL CDR Backend" +#~ msgstr "MySQL CDR Backend" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "PostgreSQL CDR Backend" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "SQLite CDR Backend" + +#~ msgid "Agent Proxy Channel" +#~ msgstr "Agent Proxy Channel" + +#~ msgid "Option chan_iax2" +#~ msgstr "Option chan_iax2" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Local Proxy Channel" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Session Initiation Protocol (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Adaptive Differential PCM Coder/Decoder" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "A-law Coder/Decoder" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "A-law and Mulaw direct Coder/Decoder" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "ITU G.726-32kbps G726 Transcoder" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "GSM/PCM16 (signed linear) Codec Translation" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Speex/PCM16 (signed linear) Codec Translator" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Mu-law Coder/Decoder" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Sun Microsystems AU format (signed linear)" + +#~ msgid "G.723.1 Simple Timestamp File Format" +#~ msgstr "G.723.1 Simple Timestamp File Format" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Raw G.726 (16/24/32/40kbps) data" + +#~ msgid "Raw G729 data" +#~ msgstr "Raw G729 data" + +#~ msgid "Raw GSM data" +#~ msgstr "Raw GSM data" + +#~ msgid "Raw h263 data" +#~ msgstr "Raw h263 data" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "JPEG (Joint Picture Experts Group) Image" + +#~ msgid "Raw uLaw 8khz Audio support (PCM)" +#~ msgstr "Raw uLaw 8khz Audio support (PCM)" + +#~ msgid "load => .so ; Raw aLaw 8khz PCM Audio support" +#~ msgstr "load => .so ; Raw aLaw 8khz PCM Audio support" + +#~ msgid "Raw Signed Linear Audio support (SLN)" +#~ msgstr "Raw Signed Linear Audio support (SLN)" + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Dialogic VOX (ADPCM) File Format" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Microsoft WAV format (8000hz Signed Line" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Microsoft WAV format (Proprietary GSM)" + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "Caller ID related dialplan functions" + +#~ msgid "ENUM Functions" +#~ msgstr "ENUM Functions" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "URI encoding / decoding functions" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Asterisk Extension Language Compiler" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Text Extension Configuration" + +#~ msgid "load => .so ; Builtin dialplan functions" +#~ msgstr "load => .so ; Builtin dialplan functions" + +#~ msgid "Loopback Switch" +#~ msgstr "Loopback Switch" + +#~ msgid "Realtime Switch" +#~ msgstr "Realtime Switch" + +#~ msgid "Outgoing Spool Support" +#~ msgstr "Outgoing Spool Support" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Wil Cal U (Auto Dialer)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "MySQL Config Resource" + +#~ msgid "ODBC Config Resource" +#~ msgstr "ODBC Config Resource" + +#~ msgid "PGSQL Module" +#~ msgstr "PGSQL Module" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Cryptographic Digital Signatures" + +#~ msgid "Call Parking Resource" +#~ msgstr "Call Parking Resource" + +#~ msgid "Indications Configuration" +#~ msgstr "Indications Configuration" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "Call Monitoring Resource" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Music On Hold Resource" + +#~ msgid "ODBC Resource" +#~ msgstr "ODBC Resource" + +#~ msgid "SMDI Module" +#~ msgstr "SMDI Module" + +#~ msgid "SNMP Module" +#~ msgstr "SNMP Module" + +#~ msgid "Music On Hold" +#~ msgstr "Music On Hold" + +#~ msgid "Application" +#~ msgstr "Application" + +#~ msgid "Directory of Music" +#~ msgstr "Directory of Music" + +#~ msgid "Option mode" +#~ msgstr "Option mode" + +#~ msgid "Random Play" +#~ msgstr "Random Play" + +#~ msgid "DTMF mode" +#~ msgstr "DTMF mode" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Primary domain identity for From: headers" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "From user (required by many SIP providers)" + +#~ msgid "Ring on incoming dialplan contexts" +#~ msgstr "Ring on incoming dialplan contexts" + +#~ msgid "Allow Insecure for" +#~ msgstr "Allow Insecure for" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Mailbox for MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT between phone and Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Check tags in headers" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Reply Timeout (ms) for down connection" + +#~ msgid "Register connection" +#~ msgstr "Register connection" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "Dial own extension for mailbox" + +#~ msgid "Client Type" +#~ msgstr "Client Type" + +#~ msgid "Username" +#~ msgstr "Username" + +#~ msgid "Section sipgeneral" +#~ msgstr "Section sipgeneral" + +#~ msgid "Allow codecs" +#~ msgstr "Allow codecs" + +#~ msgid "SIP realm" +#~ msgstr "SIP realm" + +#~ msgid "Voicemail general options" +#~ msgstr "Voicemail general options" + +#~ msgid "From Email address of server" +#~ msgstr "From Email address of server" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Voice Mail boxes" + +#~ msgid "Email contains attachment" +#~ msgstr "Email contains attachment" + +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgid "Display Name" +#~ msgstr "Display Name" + +#~ msgid "Password" +#~ msgstr "Password" + +#~ msgid "zone" +#~ msgstr "zone" + +#~ msgid "Voice Zone settings" +#~ msgstr "Voice Zone settings" + +#~ msgid "Message Format" +#~ msgstr "Message Format" diff --git a/applications/luci-app-asterisk/po/es/asterisk.po b/applications/luci-app-asterisk/po/es/asterisk.po new file mode 100644 index 0000000..8e2fe1e --- /dev/null +++ b/applications/luci-app-asterisk/po/es/asterisk.po @@ -0,0 +1,355 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-04-16 00:52+0200\n" +"Last-Translator: Jose \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Opciones Generales de Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Directorio AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Almacena los ficheros de sonido mientras se graba" + +#~ msgid "Debug Level" +#~ msgstr "Nivel de Depuración" + +#~ msgid "Disable some warnings" +#~ msgstr "Desactivar algunos avisos" + +#~ msgid "Dump core on crash" +#~ msgstr "Volcar núcleo en caso de fallo" + +#~ msgid "High Priority" +#~ msgstr "Prioridad Alta" + +#~ msgid "Initialise Crypto" +#~ msgstr "Inicializar Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Usar temporización interna" + +#~ msgid "Log directory" +#~ msgstr "Directorio de registro" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Número máximo de llamadas permitidas" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Carga máxima para dejar de admitir nuevas llamadas" + +#~ msgid "Disable console colors" +#~ msgstr "Desactivar colores en la consola" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Directorio de caché de archivos de sonido" + +#~ msgid "The Group to run as" +#~ msgstr "Grupo en el que ejecutarse" + +#~ msgid "The User to run as" +#~ msgstr "Usuario como el que se ejecutará" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Directorio de la cola de mensajes de voz" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefijo UniquID con el nombre del sistema" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "" +#~ "Construir las rutas de transcodificación usando SLINEAR, no directamente" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmitir silencio SLINEAR mientras graba un canal" + +#~ msgid "Verbose Level" +#~ msgstr "Nivel de detalle" + +#~ msgid "Section dialplan" +#~ msgstr "Sección Dialplan" + +#~ msgid "include" +#~ msgstr "incluir" + +#~ msgid "Dialplan Extension" +#~ msgstr "Extensión Dialplan" + +#~ msgid "Dialplan General Options" +#~ msgstr "Opciones generales de Dialplan" + +#~ msgid "Allow transfer" +#~ msgstr "Permitir transferencia" + +#~ msgid "Clear global vars" +#~ msgstr "Limpiar las variables globales" + +#~ msgid "Dialplan Goto" +#~ msgstr "Dialplan Goto" + +#~ msgid "Dialplan Conference" +#~ msgstr "Conferencia Dialplan" + +#~ msgid "Dialplan Time" +#~ msgstr "Dialplan Time" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Buzón de voz de Dialplan" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Zonas de marcado para Dialplan" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Prefijo para añadir coincidencias de plan de marcado" + +#~ msgid "Match International prefix" +#~ msgstr "Coincidir con el prefijo internacional" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Prefijo (0) para añadir/eliminar a/de números internacionales" + +#~ msgid "localzone" +#~ msgstr "zona local" + +#~ msgid "Match plan" +#~ msgstr "Coincidir con el plan" + +#~ msgid "Connection to use" +#~ msgstr "Conexión que se utilizará" + +#~ msgid "Feature Key maps" +#~ msgstr "Mapa de Funciones Clave" + +#~ msgid "Attended transfer key" +#~ msgstr "Tecla de transferencia asistida" + +#~ msgid "Blind transfer key" +#~ msgstr "Tecla de transferencia ciega" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Tecla para desconectar la llamada" + +#~ msgid "Key to Park call" +#~ msgstr "Tecla para retener la llamada" + +#~ msgid "Parking Feature" +#~ msgstr "Función de llamada en espera" + +#~ msgid "ADSI Park" +#~ msgstr "Llamada en espera ADSI" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Tiempo de espera de transferencia asistida (seg)" + +#~ msgid "One touch record key" +#~ msgstr "Tecla de grabacion con una sola tecla" + +#~ msgid "Name of call context for parking" +#~ msgstr "Nombre del contexto de la llamada en espera" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Archivo de sonido para reproducir en la llamada en espera" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Tiempo máximo (en ms) entre digitos para la activación de funciones" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Método para encontrar una ranura de llamada en espera" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Reproducir tono de cortesía en" + +#~ msgid "Enable Parking" +#~ msgstr "Activar llamadas en espera" + +#~ msgid "Extension to dial to park" +#~ msgstr "Extensión a marcar para dejar en espera una llamada" + +#~ msgid "Parking time (secs)" +#~ msgstr "Tiempo de llamada en espera (segs)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Rango de extensiones para llamadas en espera" + +#~ msgid "Pickup extension" +#~ msgstr "Extensión de Pickup" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Segundos de espera entre digitos mientras se transfiere" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "sonido cuando se completa la transferencia asistida" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "sonido para cuando falla la transferencia asistida" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Recargar la configuración del Hardware" + +#~ msgid "Reboot Method" +#~ msgstr "Método de reinicio" + +#~ msgid "Parameter" +#~ msgstr "Parámetro" + +#~ msgid "Option type" +#~ msgstr "Tipo de opción" + +#~ msgid "User name" +#~ msgstr "Nombre de Usuario" + +#~ msgid "IAX General Options" +#~ msgstr "Opciones Generales de IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Permitir Codecs" + +#~ msgid "Static" +#~ msgstr "Estático" + +#~ msgid "Write Protect" +#~ msgstr "Protección contra escritura" + +#~ msgid "Meetme Conference" +#~ msgstr "Conferencia Meetme (entre dos)" + +#~ msgid "Admin PIN" +#~ msgstr "PIN de Administrador" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN de Reunión (Meeting)" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Opciones generales de conferencia Meetme (entre dos)" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Número de memorias intermedias de audio de 20 ms a utilizar" + +#~ msgid "Modules" +#~ msgstr "Módulos" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Aplicación de Recepción de Alarma" + +#~ msgid "Authentication Application" +#~ msgstr "Aplicación de autenticación" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Asegúrate que asterisk no graba CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Comprueba que el canal esté disponible" + +#~ msgid "Listen in on any channel" +#~ msgstr "Escuchar en cualquier canal" + +#~ msgid "Control Playback Application" +#~ msgstr "Aplicación para el control de reproducción" + +#~ msgid "Cuts up variables" +#~ msgstr "Variables de corte" + +#~ msgid "Database access functions" +#~ msgstr "Funciones de acceso a la Base de Datos" + +#~ msgid "Dialing Application" +#~ msgstr "Aplicación de marcado telefónico" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Aplicación de máquina de Dictado Virtual" + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Apoyo a la captura de llamadas dirigidas" + +#~ msgid "Extension Directory" +#~ msgstr "Directorio de Extensiones" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "Aplicación DISA (Acceso directo entrante al sistema)" + +#~ msgid "Simple Echo Application" +#~ msgstr "Aplicación de Eco Simple" + +#~ msgid "ENUM Lookup" +#~ msgstr "Consulta ENUM" + +#~ msgid "Reevaluates strings" +#~ msgstr "Reevaluar secuencia de caracteres" + +#~ msgid "Executes applications" +#~ msgstr "Ejecuta aplicaciones" + +#~ msgid "External IVR application interface" +#~ msgstr "Interfaz de aplicación IVR externa" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Bifurcar el CDR en 2 entidades separadas" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Obtener el ADSI CPE ID" + +#~ msgid "Group Management Routines" +#~ msgstr "Rutinas de Administración de grupo" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Codifica y emite a través de icecast e ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Aplicación de transmisión de imagen" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Buscar la identidad del llamante nombre/número en la lista negra" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "" +#~ "Buscar el nombre de identidad del llamante en las bases de datos locales" + +#~ msgid "Extension Macros" +#~ msgstr "Macros de Extensión" + +#~ msgid "A simple math Application" +#~ msgstr "Una simple aplicación matemática" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Aplicación de suma de verificación MD5" + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Aplicación de testeo de Milivatios Digitales (mu-law)" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Grabar una llamada y mezclar el sonido durante la grabación" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Aplicación de Anuncio y Llamada en Espera" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Aplicación de reproducción trivial" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Requiere que se introduzca un número de teléfono" + +#~ msgid "True Call Queueing" +#~ msgstr "Lista de espera real de llamadas" + +#~ msgid "Random goto" +#~ msgstr "Goto (ir a) Aleatorio" + +#~ msgid "Read Variable Application" +#~ msgstr "Aplicación de lectura de variables" + +#~ msgid "Read in a file" +#~ msgstr "Leer en un archivo" diff --git a/applications/luci-app-asterisk/po/fr/asterisk.po b/applications/luci-app-asterisk/po/fr/asterisk.po new file mode 100644 index 0000000..75c1d38 --- /dev/null +++ b/applications/luci-app-asterisk/po/fr/asterisk.po @@ -0,0 +1,569 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-11-23 22:34+0200\n" +"Last-Translator: fredb \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Paramètres généraux d'Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Répertoire AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Mes les sons enregistrés en cache pendant l'enregistrement" + +#~ msgid "Debug Level" +#~ msgstr "Niveau de déboguage" + +#~ msgid "Disable some warnings" +#~ msgstr "Désactiver certaines alertes" + +#~ msgid "Dump core on crash" +#~ msgstr "Créer une image-core en cas de crash" + +#~ msgid "High Priority" +#~ msgstr "Priorité haute" + +#~ msgid "Initialise Crypto" +#~ msgstr "Initialise le chiffrage" + +#~ msgid "Use Internal Timing" +#~ msgstr "Utiliser un délai interne" + +#~ msgid "Log directory" +#~ msgstr "Répertoire des journaux" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Nombre maximum d'appels autorisés" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Charge maximum jusqu'à laquelle on accepte de nouveaux appels" + +#~ msgid "Disable console colors" +#~ msgstr "Désactiver les couleurs de la console" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Répertoire de cache des ficihers-sons" + +#~ msgid "The Group to run as" +#~ msgstr "Exécuté avec ce groupe" + +#~ msgid "The User to run as" +#~ msgstr "Exécuté avec cet utilisateur" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Répertoire de stockage du répondeur" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Préfixer le « UniquID » avec le nom du système" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Construire des chemins de traduction via SLINEAR, pas directement" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmettre le silence SLINEAR lors de l'enregistrement d'un canal" + +#~ msgid "Verbose Level" +#~ msgstr "Niveau de verbosité" + +#~ msgid "Section dialplan" +#~ msgstr "Section du plan de numérotation" + +#~ msgid "include" +#~ msgstr "Inclure" + +#~ msgid "Dialplan Extension" +#~ msgstr "Extension du plan de numérotation" + +#~ msgid "Dialplan General Options" +#~ msgstr "Paramètres généraux du plan de numérotation" + +#~ msgid "Allow transfer" +#~ msgstr "Permettre le transfert" + +#~ msgid "Clear global vars" +#~ msgstr "Effacer les variables globales" + +#~ msgid "Dialplan Conference" +#~ msgstr "Règles d'aiguillage pour la conférence" + +#~ msgid "Dialplan Time" +#~ msgstr "Règles d'aiguillage liées au temps" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Règles d'aiguillage de la messagerie vocale" + +#~ msgid "Match International prefix" +#~ msgstr "Préfixe correspondant à l'international" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Préfixe (0) à ajouter à/retirer d'un numéro international" + +#~ msgid "localzone" +#~ msgstr "zone locale" + +#~ msgid "Match plan" +#~ msgstr "Règle de correspondance" + +#~ msgid "Connection to use" +#~ msgstr "Connexion à utiliser" + +#~ msgid "Blind transfer key" +#~ msgstr "Touche de transfert en aveugle" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Touche pour déconnecter un appel" + +#~ msgid "Key to Park call" +#~ msgstr "Touche pour parquer un appel" + +#~ msgid "Parking Feature" +#~ msgstr "Capacité de mise en parking" + +#~ msgid "ADSI Park" +#~ msgstr "Parking ADSI" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Délai max d'un transfert programmé (secondes)" + +#~ msgid "Name of call context for parking" +#~ msgstr "Nom du contexte d'appel pour une mise en parking" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Fichier-son à jouer aux appelants mis en parking" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "" +#~ "Durée max (en ms) entre les chiffres pour l'activation d'une commande" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Méthode pour trouver une place de parking" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Jouer une tonalité de courtoisie à" + +#~ msgid "Enable Parking" +#~ msgstr "Activer la mise en parking" + +#~ msgid "Parking time (secs)" +#~ msgstr "Durée de mise en parking (secondes)" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Attente en secondes entre les chiffres Lors d'un transfert" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "Son joué quand un transfert programmé est effectué" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "Son joué quand nu transfert programmé rate" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Relit la configuration matérielle" + +#~ msgid "Reboot Method" +#~ msgstr "Méthode de redémarrage" + +#~ msgid "Parameter" +#~ msgstr "Paramètre" + +#~ msgid "Option type" +#~ msgstr "Type d'option" + +#~ msgid "User name" +#~ msgstr "Nom d'utilisateur" + +#~ msgid "IAX General Options" +#~ msgstr "Paramètres généraux du protocole IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Codecs autorisés" + +#~ msgid "Static" +#~ msgstr "Statique" + +#~ msgid "Write Protect" +#~ msgstr "Protection contre l'écriture" + +#~ msgid "Meetme Conference" +#~ msgstr "Conférence « Meetme »" + +#~ msgid "Admin PIN" +#~ msgstr "ID d'administrateur" + +#~ msgid "Meeting PIN" +#~ msgstr "Code de conférence" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Options générales de conférence « Meetme »" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Nombre de buffers audio de 20 ms à utiliser" + +#~ msgid "Modules" +#~ msgstr "Modules" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Application de réception d'alarme" + +#~ msgid "Authentication Application" +#~ msgstr "Application d'authentification" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "S'assure qu'Asterisk ne sauve pas le CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Vérifie que le canal est libre" + +#~ msgid "Listen in on any channel" +#~ msgstr "Écoute sur n'importe quel canal" + +#~ msgid "Database access functions" +#~ msgstr "Fonctions d'accès aux bases de données" + +#~ msgid "Dialing Application" +#~ msgstr "Application de numérotation" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Application de dictaphone virtuel" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Application de copie des variables d'un canal" + +#~ msgid "Simple Echo Application" +#~ msgstr "Application de simple écho" + +#~ msgid "ENUM Lookup" +#~ msgstr "Résolution d'un ENUM" + +#~ msgid "Reevaluates strings" +#~ msgstr "Ré-évaluer les chaînes" + +#~ msgid "Executes applications" +#~ msgstr "Lance les applications" + +#~ msgid "External IVR application interface" +#~ msgstr "Interface d'application SVI externe" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Dupliquer le CDR en deux entités séparées" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Obtenir le « ADSI CPE ID »" + +#~ msgid "Group Management Routines" +#~ msgstr "Fonctions de gestion des groupes" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Coder et diffuser via icecast et ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Application d'envoi d'image" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Rechercher le nom de l'appelant dans la base locale" + +#~ msgid "Extension Macros" +#~ msgstr "Macros d'extension" + +#~ msgid "A simple math Application" +#~ msgstr "Une simple application mathématique" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Application de signature MD5" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Enregistre un appelle et mixe le son pendant l'enregistrement" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Application de mise en parking d'appel et annonce" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Application de simple écoute" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Nécessite d'entrer un numéro de téléphone" + +#~ msgid "True Call Queueing" +#~ msgstr "Véritable sérialisation des appels" + +#~ msgid "Read Variable Application" +#~ msgstr "Application de lecture d'une variable" + +#~ msgid "Read in a file" +#~ msgstr "Lire dans un fichier" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Recherche/ré-écriture de données en temps-réel" + +#~ msgid "Trivial Record Application" +#~ msgstr "Application de simple enregistrement" + +#~ msgid "Say time" +#~ msgstr "Dis l'heure" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Application d'envoi de chiffres en DTMF" + +#~ msgid "Send Text Applications" +#~ msgstr "Applications d'envoi de texte" + +#~ msgid "Set CallerID Application" +#~ msgstr "Application de positionnement de l'identifiant de l'appelant" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "" +#~ "charger => .so ; Positionner le nom dans l'identifiant de l'appelant" + +#~ msgid "load => .so ; Set CallerID Number" +#~ msgstr "" +#~ "charger => .so ; Positionner le numéro dans l'identifiant de l'appelant" + +#~ msgid "Set RDNIS Number" +#~ msgstr "Positionner le numéro RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Activer la possibilité de transfert RNIS" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "Gestionnaire SMS/RTC" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Raccroche le canal demandé" + +#~ msgid "Stack Routines" +#~ msgstr "Empile les routines" + +#~ msgid "Generic System() application" +#~ msgstr "Application générique System()" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Jouer un son avec la détection de parole" + +#~ msgid "Interface Test Application" +#~ msgstr "Application de test d'interface" + +#~ msgid "Transfer" +#~ msgstr "Transfert" + +#~ msgid "Send URL Applications" +#~ msgstr "Applications d'envois d'URL" + +#~ msgid "Send verbose output" +#~ msgstr "Envoyer une sortie détaillée" + +#~ msgid "Voicemail" +#~ msgstr "Répondeur" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Application d'attente de silence" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Session Initiation Protocol (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Codec PCM différentiel adaptatif (ADPCM)" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "Codec loi-A" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "Codec loi-A et loi-Mu directs" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "Transcodeur G726 (ITU G.726 32 kbit/s)" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "Codec de traduction GSM/PCM16 (linéaire signé)" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Codec de traduction Speex/PCM16 (linéaire signé)" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Codec loi-Mu" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Format Sun Microsystems AU (linéaire signé)" + +#~ msgid "G.723.1 Simple Timestamp File Format" +#~ msgstr "Format de fichier G.723.1 à horodatage simple" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Données brutes G.726 (16/24/32/40 kbit/s)" + +#~ msgid "Raw G729 data" +#~ msgstr "Données brutes G729" + +#~ msgid "Raw GSM data" +#~ msgstr "Données brutes GSM" + +#~ msgid "Raw h263 data" +#~ msgstr "Données brutes h263" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "Image JPEG (Joint Picture Experts Group)" + +#~ msgid "Raw uLaw 8khz Audio support (PCM)" +#~ msgstr "Gestion de l'audio en loi-µ 8 kHz brute (PCM)" + +#~ msgid "load => .so ; Raw aLaw 8khz PCM Audio support" +#~ msgstr "Charger => .so ; Gestion de l'audio en loi-A brute PCM 8 kHz" + +#~ msgid "Raw Signed Linear Audio support (SLN)" +#~ msgstr "Gestion de l'audio en linéaire signé brut (SLN)" + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Format de fichier Dialogic VOX (ADPCM)" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Format Microsoft WAV (8 kHz linéaire signé)" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Format Microsoft WAV (GSM propriétaire)" + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "Fonctions d'aiguillage des appels liées à l'identifiant d'appel" + +#~ msgid "ENUM Functions" +#~ msgstr "Fonctions ENUM" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "Fonctions de codage/décodage des URI" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Compilateur du langage d'extension d'Asterisk" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Configuration de l'extension Texte" + +#~ msgid "load => .so ; Builtin dialplan functions" +#~ msgstr "charger => .so ; fonctions natives d'aiguillages des appels" + +#~ msgid "Outgoing Spool Support" +#~ msgstr "Gestion d'un spool sortant" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Wil Cal U (composeur automatique)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "Ressource de configuration de MySQL" + +#~ msgid "ODBC Config Resource" +#~ msgstr "Ressource de configuration d'ODBC" + +#~ msgid "PGSQL Module" +#~ msgstr "Module PGSQL" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Signatures de chiffrage numérique" + +#~ msgid "Call Parking Resource" +#~ msgstr "Ressource de mise en parking des appels" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "Ressource de supervision des appels" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Ressource de mise en attente musicale" + +#~ msgid "ODBC Resource" +#~ msgstr "Ressource ODBC" + +#~ msgid "SMDI Module" +#~ msgstr "Module SMDI" + +#~ msgid "SNMP Module" +#~ msgstr "Module SNMP" + +#~ msgid "Music On Hold" +#~ msgstr "Mise en attente musicale" + +#~ msgid "Application" +#~ msgstr "Application" + +#~ msgid "Directory of Music" +#~ msgstr "Répertoire sonore" + +#~ msgid "Random Play" +#~ msgstr "morceau choisi aléatoirement" + +#~ msgid "DTMF mode" +#~ msgstr "Mode DTMF" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Identité du domaine primaire pour les entêtes « From: »" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "Utilisateur « From » (requis par de nombreux fournisseurs SIP)" + +#~ msgid "Allow Insecure for" +#~ msgstr "Autoriser le mode non sécurisé pour" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Boîte aux lettres pour MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT entre le téléphone et Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Vérifier les « tags » dans les entêtes" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Délai de réponse (en ms) indiquant une connexion tombée" + +#~ msgid "Register connection" +#~ msgstr "Connexion au registre" + +#~ msgid "Client Type" +#~ msgstr "Type de client" + +#~ msgid "Username" +#~ msgstr "Nom d'utilisateur" + +#~ msgid "Section sipgeneral" +#~ msgstr "Section générale SIP" + +#~ msgid "Allow codecs" +#~ msgstr "Codecs autorisés" + +#~ msgid "SIP realm" +#~ msgstr "Domaine SIP" + +#~ msgid "Voicemail general options" +#~ msgstr "Options générales de la messagerie vocale" + +#~ msgid "From Email address of server" +#~ msgstr "Adresse de courrier électronique source du serveur" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Boîtes de messagerie vocale" + +#~ msgid "Email contains attachment" +#~ msgstr "Courriel contenant une pièce-jointe" + +#~ msgid "Email" +#~ msgstr "Courriel" + +#~ msgid "Display Name" +#~ msgstr "Nom affiché" + +#~ msgid "Password" +#~ msgstr "Mot de passe" + +#~ msgid "zone" +#~ msgstr "zone" + +#~ msgid "Voice Zone settings" +#~ msgstr "Paramètres de la zone Voix" + +#~ msgid "Message Format" +#~ msgstr "Format de message" diff --git a/applications/luci-app-asterisk/po/he/asterisk.po b/applications/luci-app-asterisk/po/he/asterisk.po new file mode 100644 index 0000000..25ed5bb --- /dev/null +++ b/applications/luci-app-asterisk/po/he/asterisk.po @@ -0,0 +1,194 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-07-14 12:48+0200\n" +"Last-Translator: zstorch \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "הגדרות כלליות של Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "תיקית AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "שמור ×ת קבצי הקול במהלך ההקלטה" + +#~ msgid "Debug Level" +#~ msgstr "רמת מצב ניפוי שגי×ות" + +#~ msgid "Disable some warnings" +#~ msgstr "בטל חלק מה×זהרות" + +#~ msgid "Dump core on crash" +#~ msgstr "תעד ×ת מצב הליבה בעת נפילת המערכת" + +#~ msgid "High Priority" +#~ msgstr "עדיפות גבוהה" + +#~ msgid "Initialise Crypto" +#~ msgstr "מפעיל ×ת Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "השתמש בשעון הפנימי" + +#~ msgid "Log directory" +#~ msgstr "תיקית התיעוד" + +# צריך לבדוק ×× ×ž×“×•×‘×¨ על שיחות "בו זמנית" ×× ×›×Ÿ חשוב לציין ×× ×œ× ×”× ×œ טעות חמורה +#, fuzzy +#~ msgid "Maximum number of calls allowed" +#~ msgstr "×ž×§×¡×™×ž×•× ×©×™×—×•×ª בו זמנית" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "מקסימות שיחות שבו המערכת תדחה שיחות נוספות" + +#~ msgid "Disable console colors" +#~ msgstr "בטל ×¦×‘×¢×™× ×‘×ž×¡×•×£" + +#~ msgid "Sound files Cache directory" +#~ msgstr "תיקית קבצי הקול" + +#~ msgid "The Group to run as" +#~ msgstr "הפעל ×¢× ×”×¨×©×ות קבוצת" + +#~ msgid "The User to run as" +#~ msgstr "הפעל ×¢× ×”×¨×©×ות משתמש" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "תיקית ×”×ª× ×§×•×œ×™" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "הוסף לUniquID ×ת ×©× ×”×ž×¢×¨×›×ª" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "המר תבניות קול ישירות ×¢× SLINEAR" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "שדר שקט של SLINEAR במהלך הקלטה" + +#~ msgid "Verbose Level" +#~ msgstr "רמת דו\"×— המערכת" + +#~ msgid "Time Zone" +#~ msgstr "×זור זמן" + +#~ msgid "Section dialplan" +#~ msgstr "מחלקה בתוכנית השיחות" + +#~ msgid "include" +#~ msgstr "כולל" + +#~ msgid "Dialplan Extension" +#~ msgstr "שלוחה בתוכנית השיחות" + +#~ msgid "Dialplan General Options" +#~ msgstr "הגדרות כללית של תוכנית השיחות" + +#~ msgid "Allow transfer" +#~ msgstr "×פשר העברה" + +#~ msgid "Clear global vars" +#~ msgstr "נקה ×ž×©×ª× ×™× ×›×œ×œ×™×" + +#~ msgid "Dialplan Goto" +#~ msgstr "\"לך ×ל\" בתוכנית השיחות" + +#~ msgid "Dialplan Conference" +#~ msgstr "שיחת ועידה בתוכנית השיחות" + +#~ msgid "Dialplan Time" +#~ msgstr "זמן בתוכנית השיחות" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "×ª× ×§×•×œ×™ בתוכנית השיחות" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "×זורי חיוג עבור תוכנית השיחות" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "קידומת להוספה עבור תוכניות שיחה דומות" + +#~ msgid "Match International prefix" +#~ msgstr "השווה קידומת בין ל×ומית" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "קידומת (0) להוספה ×ו הסרה במספר בין ל×ומי" + +#~ msgid "localzone" +#~ msgstr "מיקו×" + +#~ msgid "Match plan" +#~ msgstr "תוכנית מת×ימה" + +#~ msgid "Connection to use" +#~ msgstr "השתמש בחיבור מסוג" + +#~ msgid "Feature Key maps" +#~ msgstr "מיפוי ×ž×§×©×™× ×™×¢×•×“×™×™×" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "נתב (NAT) בין מכשיר הטלפון לAsterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "בדוק ×ת התגיות בהקדמה" + +#, fuzzy +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "החזר ×ת פרק זמן (timeout) במילישניות עבור ×—×‘×•×¨×™× ×¡×’×•×¨×™×" + +#~ msgid "Register connection" +#~ msgstr "חיבור ×¨×©×•× (מנוי)" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "חיוג סיפרה בודדת עבור ×ª× ×“×•×ר" + +#~ msgid "Client Type" +#~ msgstr "סוג הלקוח" + +#~ msgid "Username" +#~ msgstr "×©× ×ž×©×ª×ž×©" + +#~ msgid "Allow codecs" +#~ msgstr "×ž×§×•×“×“×™× ×ž×ושרי×" + +#~ msgid "SIP realm" +#~ msgstr "×ž×ª×—× SIP" + +#~ msgid "Voicemail general options" +#~ msgstr "הגדרות כלליות עבור ×”×ª× ×§×•×œ×™" + +#~ msgid "From Email address of server" +#~ msgstr "שדה דו×ר ×לקטרוני מ×ת (של השרת)" + +#~ msgid "Voice Mail boxes" +#~ msgstr "ת××™× ×§×•×œ×™×™×" + +#~ msgid "Email contains attachment" +#~ msgstr "מצורף תוכן ההודעה" + +#~ msgid "Email" +#~ msgstr "דו×ר ×לקטרוני" + +#~ msgid "Display Name" +#~ msgstr "×©× ×ª×¦×•×’×”" + +#~ msgid "Password" +#~ msgstr "סיסמה" + +#~ msgid "zone" +#~ msgstr "×זור" + +#~ msgid "Voice Zone settings" +#~ msgstr "הגדרות ×זוריות עבור הקול" + +#~ msgid "Message Format" +#~ msgstr "תבנית ההודעה" diff --git a/applications/luci-app-asterisk/po/hu/asterisk.po b/applications/luci-app-asterisk/po/hu/asterisk.po new file mode 100644 index 0000000..c6a5d81 --- /dev/null +++ b/applications/luci-app-asterisk/po/hu/asterisk.po @@ -0,0 +1,134 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-18 23:18+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Ãltalános Asterisk beállítások" + +#~ msgid "AGI directory" +#~ msgstr "AGI könyvtár" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "A felvett hang fájlok gyorsítótárazása a felvétel alatt" + +#~ msgid "Debug Level" +#~ msgstr "Nyomkövetési szint" + +#~ msgid "Disable some warnings" +#~ msgstr "Néhány figyelmeztetés letilása" + +#~ msgid "Dump core on crash" +#~ msgstr "Memóriatartalom kiírása összeomláskor" + +#~ msgid "High Priority" +#~ msgstr "Magas prioritás" + +#~ msgid "Initialise Crypto" +#~ msgstr "Titkosítás inicializálása" + +#~ msgid "Use Internal Timing" +#~ msgstr "BelsÅ‘ idÅ‘zítés használata" + +#~ msgid "Log directory" +#~ msgstr "Napló könyvtár" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "A hivások megengedett maximális száma" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "A CPU maximális terhelése új hívások fogadásához" + +#~ msgid "Disable console colors" +#~ msgstr "Konzol színek letiltása" + +#~ msgid "Sound files Cache directory" +#~ msgstr "A gyorsítótárazott hang fájlok könyvtára" + +#~ msgid "The Group to run as" +#~ msgstr "Csoport futtatása mint" + +#~ msgid "The User to run as" +#~ msgstr "Felhasználó futtatása mint" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Hangposta puffer könyvtár" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Rendszer név használata UniquID elÅ‘tagként" + +#~ msgid "Verbose Level" +#~ msgstr "Részletes szint" + +#~ msgid "Time Zone" +#~ msgstr "IdÅ‘zóna" + +#~ msgid "include" +#~ msgstr "tartalmaz" + +#~ msgid "Allow transfer" +#~ msgstr "Ãtvitel engedélyezése" + +#~ msgid "Clear global vars" +#~ msgstr "Globális változók törlése" + +#~ msgid "Enable Parking" +#~ msgstr "Várakoztatás engedélyezése" + +#~ msgid "Parking time (secs)" +#~ msgstr "Várakoztatási idÅ‘ (másodperc)" + +#~ msgid "Reboot Method" +#~ msgstr "Újraindítás módja" + +#~ msgid "Parameter" +#~ msgstr "Paraméter" + +#~ msgid "IAX General Options" +#~ msgstr "Ãltalános IAX beállítások" + +#~ msgid "Static" +#~ msgstr "Statikus" + +#~ msgid "Write Protect" +#~ msgstr "Ãrásvédelem" + +#~ msgid "Modules" +#~ msgstr "Modulok" + +#~ msgid "DTMF mode" +#~ msgstr "DTMF mód" + +#~ msgid "Client Type" +#~ msgstr "Ãœgyfél típusa" + +#~ msgid "Username" +#~ msgstr "Felhasználónév" + +#~ msgid "Email" +#~ msgstr "E-mail" + +#~ msgid "Display Name" +#~ msgstr "MegjelenítendÅ‘ név" + +#~ msgid "Password" +#~ msgstr "Jelszó" + +#~ msgid "zone" +#~ msgstr "zóna" + +#~ msgid "Voice Zone settings" +#~ msgstr "Hang zóna beállítások" + +#~ msgid "Message Format" +#~ msgstr "Ãœzenet formátuma" diff --git a/applications/luci-app-asterisk/po/it/asterisk.po b/applications/luci-app-asterisk/po/it/asterisk.po new file mode 100644 index 0000000..9eb24da --- /dev/null +++ b/applications/luci-app-asterisk/po/it/asterisk.po @@ -0,0 +1,162 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-04-19 23:40+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk Opzioni Generali" + +#~ msgid "AGI directory" +#~ msgstr "AGI directory" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Cache dei file audio registrati durante la registrazione" + +#~ msgid "Debug Level" +#~ msgstr "Livello di debug" + +#~ msgid "Disable some warnings" +#~ msgstr "Disattivare alcuni avvis" + +#~ msgid "Dump core on crash" +#~ msgstr "Effettua il core dump al crash" + +#~ msgid "High Priority" +#~ msgstr "Alta Priorità" + +#~ msgid "Use Internal Timing" +#~ msgstr "Usa temporizzazione interna" + +#~ msgid "Log directory" +#~ msgstr "Accedi alla directory" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Numero massimo di chiamate consentite" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Smettere di accettare carico massimo di nuove chiamate" + +#~ msgid "Disable console colors" +#~ msgstr "Disabilitare la console dei colori" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Cache directori files suoni" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefisso UniquID con il nome di sistema" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Costruire percorsi di transcodifica via SLINEAR, non direttamente" + +#~ msgid "Verbose Level" +#~ msgstr "Livello verbose" + +#~ msgid "Section dialplan" +#~ msgstr "Sezione dialplan" + +#~ msgid "include" +#~ msgstr "include" + +#~ msgid "Dialplan Extension" +#~ msgstr "Estensione Dialplan" + +#~ msgid "Dialplan General Options" +#~ msgstr "Opzioni generali Dialplan" + +#~ msgid "Allow transfer" +#~ msgstr "Permettere il trasferimento" + +#~ msgid "Clear global vars" +#~ msgstr "Cancella le variabili globali" + +#~ msgid "Dialplan Conference" +#~ msgstr "Conferenza Dialplan" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Aggiungere il prefisso corrispondente per Dialplans" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "" +#~ "Prefisso (0) per aggiungere / rimuovere a / da numeri internazionali" + +#~ msgid "localzone" +#~ msgstr "localzone" + +#~ msgid "Connection to use" +#~ msgstr "Connessione da utilizzare" + +#~ msgid "Feature Key maps" +#~ msgstr "Caratteristica chiave delle mappe" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Chiave per disconnettere una chiamata" + +#~ msgid "Key to Park call" +#~ msgstr "Chiave di riserva per chiamata" + +#~ msgid "Parking Feature" +#~ msgstr "Riserva futura" + +#~ msgid "ADSI Park" +#~ msgstr "Riserva ADSI" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Ascolta il tono di cortesia per" + +#~ msgid "Enable Parking" +#~ msgstr "Abilita la sosta" + +#~ msgid "Parking time (secs)" +#~ msgstr "Ora di sosta (in secondi)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Gamma di estensioni per la sosta di chiamata" + +#~ msgid "Pickup extension" +#~ msgstr "Estensione Pickup" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Secondi di attesa tra le cifre per il trasferimento" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "Suono quando il trasferimento non ha partecipato" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Ricarica Hardware Config" + +#~ msgid "Reboot Method" +#~ msgstr "Metodo per riavviare" + +#~ msgid "Parameter" +#~ msgstr "Parametro" + +#~ msgid "Option type" +#~ msgstr "Tipo di opzione" + +#~ msgid "User name" +#~ msgstr "Usare il nome" + +#~ msgid "IAX General Options" +#~ msgstr "Opzione generale per IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Lasciare il codec" + +#~ msgid "Static" +#~ msgstr "Statico" + +#~ msgid "Write Protect" +#~ msgstr "Protezione da scrittura" + +#~ msgid "Message Format" +#~ msgstr "Formato messaggio" diff --git a/applications/luci-app-asterisk/po/ja/asterisk.po b/applications/luci-app-asterisk/po/ja/asterisk.po new file mode 100644 index 0000000..98bd10b --- /dev/null +++ b/applications/luci-app-asterisk/po/ja/asterisk.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-01-08 13:20+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk ã®å…¨èˆ¬ã‚ªãƒ—ション" + +#~ msgid "AGI directory" +#~ msgstr "AGI ディレクトリ" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "録音ã•ã‚ŒãŸã‚µã‚¦ãƒ³ãƒ‰ã‚’録音中ã«ã‚­ãƒ£ãƒƒã‚·ãƒ¥" + +#~ msgid "Debug Level" +#~ msgstr "デãƒãƒƒã‚°ãƒ¬ãƒ™ãƒ«" + +#~ msgid "Disable some warnings" +#~ msgstr "ã„ãã¤ã‹ã®è­¦å‘Šã‚’無効ã«ã™ã‚‹" + +#~ msgid "Dump core on crash" +#~ msgstr "クラッシュ時ã«ã‚³ã‚¢ãƒ€ãƒ³ãƒ—を出力ã™ã‚‹" + +#~ msgid "High Priority" +#~ msgstr "高優先度" + +#~ msgid "Log directory" +#~ msgstr "ログ ディレクトリ" + +#~ msgid "Allow transfer" +#~ msgstr "転é€ã‚’許å¯" + +#~ msgid "Clear global vars" +#~ msgstr "グローãƒãƒ«å¤‰æ•°ã‚’消去" diff --git a/applications/luci-app-asterisk/po/ms/asterisk.po b/applications/luci-app-asterisk/po/ms/asterisk.po new file mode 100644 index 0000000..e1260e1 --- /dev/null +++ b/applications/luci-app-asterisk/po/ms/asterisk.po @@ -0,0 +1,611 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-05-03 12:40+1000\n" +"PO-Revision-Date: 2010-05-05 23:32+1000\n" +"Last-Translator: Wai Chet Teow \n" +"Language-Team: LANGUAGE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Pilihan Umum Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "AGI Direktori" + +#, fuzzy +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Cache dicatat semasa rakaman fail bunyi" + +#, fuzzy +#~ msgid "Debug Level" +#~ msgstr "Tingkatan debug" + +#~ msgid "Disable some warnings" +#~ msgstr "Mematikan beberapa amaran" + +#, fuzzy +#~ msgid "Dump core on crash" +#~ msgstr "Dump teras dalam kemalangan" + +#~ msgid "High Priority" +#~ msgstr "Keutamaan Tinggi" + +#~ msgid "Initialise Crypto" +#~ msgstr "Menginisialisasinya Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Gunakan Intern pemilihan waktu" + +#, fuzzy +#~ msgid "Log directory" +#~ msgstr "Direktori log" + +#, fuzzy +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Jumlah maksimum panggilan dibenarkan" + +#, fuzzy +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "beban maksimum untuk berhenti menerima panggilan baru" + +#, fuzzy +#~ msgid "Disable console colors" +#~ msgstr "Matikan warna konsol" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Sound fail Direktori Cache" + +#, fuzzy +#~ msgid "The Group to run as" +#~ msgstr "Kumpulan untuk menjalankan sebagai" + +#, fuzzy +#~ msgid "The User to run as" +#~ msgstr "Pengguna untuk menjalankan sebagai" + +#, fuzzy +#~ msgid "Voicemail Spool directory" +#~ msgstr "Surat suara spool Direktori" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Awalan UniquID dengan nama sistem" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Membangun transcode jalan melalui SLINEAR, tidak secara langsung" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmit SLINEAR keheningan ketika sedang merakam saluran" + +#, fuzzy +#~ msgid "Verbose Level" +#~ msgstr "Tingkat verbose" + +#~ msgid "Section dialplan" +#~ msgstr "Bahagian dial rencana" + +#~ msgid "include" +#~ msgstr "memasukkan" + +#~ msgid "Dialplan Extension" +#~ msgstr "Ekstensi dial rencana" + +#~ msgid "Dialplan General Options" +#~ msgstr "Pilihan Umum Dialplan" + +#~ msgid "Allow transfer" +#~ msgstr "Membolehkan pemindahan" + +#~ msgid "Clear global vars" +#~ msgstr "Hapus variable global" + +#~ msgid "Dialplan Goto" +#~ msgstr "Buka dial rencana" + +#~ msgid "Dialplan Conference" +#~ msgstr "Persidangan dial rencana" + +#~ msgid "Dialplan Time" +#~ msgstr "Masa dial rencana" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Surat suara dial rencana" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Dial Zon untuk dial rencana" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Prefix untuk menambah pencocokan dial rencana" + +#~ msgid "Match International prefix" +#~ msgstr "Awalan Antarabangsa Match" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Awalan (0) untuk menambah / memadam ke / dari nombor antarabangsa" + +#~ msgid "localzone" +#~ msgstr "zon tempatan" + +#~ msgid "Match plan" +#~ msgstr "Rencana sesuai" + +#~ msgid "Connection to use" +#~ msgstr "Sambungan yang digunakan" + +#~ msgid "Feature Key maps" +#~ msgstr "Ciri-ciri kunci peta" + +#~ msgid "Attended transfer key" +#~ msgstr "Mengikuti memindahkan kunci" + +#~ msgid "Blind transfer key" +#~ msgstr "kunci pemindahkan buta" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Kunci untuk Putus panggilan" + +#~ msgid "Key to Park call" +#~ msgstr "Kunci untuk Park panggilan" + +#~ msgid "Parking Feature" +#~ msgstr "Parkir Ciri-ciri" + +#~ msgid "ADSI Park" +#~ msgstr "ADSI Park" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Mengikuti pemindahan timeout (saat)" + +#~ msgid "One touch record key" +#~ msgstr "Satu nota sentuh butang" + +#~ msgid "Name of call context for parking" +#~ msgstr "Nama konteks panggilan untuk parkir" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Fail bunyi untuk memainkan ke pemanggil parkir" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Maksimum masa (milidetik) antara nombor untuk pengaktifan ciri" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Kaedah untuk Menemukan slot Parkir" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkir muzik kelas" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Nada kebaikan yang dimainkan untuk" + +#~ msgid "Enable Parking" +#~ msgstr "Aktifkan Parkir" + +#~ msgid "Extension to dial to park" +#~ msgstr "Extension untuk dial ke taman" + +#~ msgid "Parking time (secs)" +#~ msgstr "Parkir waktu (saat)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Rentang sambungan untuk parkir panggilan" + +#~ msgid "Pickup extension" +#~ msgstr "Angkat sambungan" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Detik untuk menunggu antara nombor ketika memindahkan" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "suara saat menghadiri pemindahan selesai" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "Suara saat menghadiri gagal transfer" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Beban kembali menatarajah peranti keras" + +#~ msgid "Reboot Method" +#~ msgstr "Kaedah Reboot" + +#~ msgid "Parameter" +#~ msgstr "Parameter" + +#~ msgid "Option type" +#~ msgstr "Pilihan jenis" + +#~ msgid "User name" +#~ msgstr "Nama pemakai" + +#~ msgid "IAX General Options" +#~ msgstr "Pilihan Umum IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Izinkan Codec" + +#~ msgid "Static" +#~ msgstr "Statik" + +#~ msgid "Write Protect" +#~ msgstr "Dilindungi Menulis" + +#~ msgid "Meetme Conference" +#~ msgstr "Persidangan Meetme" + +#~ msgid "Admin PIN" +#~ msgstr "PIN Admin" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN Pertemuan" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Pilihan Umum Persidangan Meetme" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Jumlah buffer audio yang akan digunakan dalam 20 mili detik" + +#~ msgid "Modules" +#~ msgstr "Modul" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Penggera Aplikasi Penerima" + +#~ msgid "Authentication Application" +#~ msgstr "Pengesahan Aplikasi" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Membuat asterisk yakin tidak menyimpan CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Periksa sama ada saluran sedia" + +#~ msgid "Listen in on any channel" +#~ msgstr "Mendengar pada setiap saluran" + +#~ msgid "Control Playback Application" +#~ msgstr "Kawalan Main Aplikasi" + +#~ msgid "Cuts up variables" +#~ msgstr "Memotong pembolehubah" + +#~ msgid "Database access functions" +#~ msgstr "fungsi untuk mengakses dasar data" + +#~ msgid "Dialing Application" +#~ msgstr "Aplikasi Panggilan" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Aplikasi Dikte Virtual Machine" + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Sokongan Pengarah Angkatan Pangillan" + +#~ msgid "Extension Directory" +#~ msgstr "Extension Direktori" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "Aplikasi DISA (Direct Inward System Access)" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Aplikasi membuang variable saluran" + +#~ msgid "Simple Echo Application" +#~ msgstr "Echo Aplikasi Mudah" + +#~ msgid "ENUM Lookup" +#~ msgstr "Pencarian ENUM" + +#~ msgid "Reevaluates strings" +#~ msgstr "Menilai semula string" + +#~ msgid "Executes applications" +#~ msgstr "Menjalankan aplikasi" + +#~ msgid "External IVR application interface" +#~ msgstr "IVR aplikasi antara muka luaran" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "CDR garpu menjadi 2 entiti yang berasingan" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Dapatkan ADSI CPE ID" + +#~ msgid "Group Management Routines" +#~ msgstr "Pengurusan Kumpulan Rutinitas" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Menyandi dan Stream melalui icecast dan es" + +#~ msgid "Image Transmission Application" +#~ msgstr "Aplikasi Transmisi Gambar" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Mencari nama / nombor Pemangil dari hitam" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Mencari Nama Pemangil dari database tempatan" + +#~ msgid "Extension Macros" +#~ msgstr "Makro Extension" + +#~ msgid "A simple math Application" +#~ msgstr "Sebuah Aplikasi matematik senang" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Aplikasi MD5 checksum" + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Milliwatt digital (mu-law) Aplikasi Uji" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Merakam panggilan dan campuran audio semasa rakaman" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Panggilan Parkir dan Aplikasi Pengumuman" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Aplikasi Pemain Trivial" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Nombor telefon diperlukan untuk dimasuk" + +#~ msgid "True Call Queueing" +#~ msgstr "Panggilan antrian benar" + +#~ msgid "Random goto" +#~ msgstr "Pergi ke random" + +#~ msgid "Read Variable Application" +#~ msgstr "Aplikasi Baca Variabel" + +#~ msgid "Read in a file" +#~ msgstr "Baca dalam fail" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Masa benar mencari / menulis kembali data " + +#~ msgid "Trivial Record Application" +#~ msgstr "Aplikasi Trivial Rakam" + +#~ msgid "Say time" +#~ msgstr "Katakan masa" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Aplikasi Hantar DTMF angka" + +#~ msgid "Send Text Applications" +#~ msgstr "Aplikasi Kirim Mesej" + +#~ msgid "Set CallerID Application" +#~ msgstr "Aplikasi menetapkan CallerID" + +#~ msgid "CDR user field apps" +#~ msgstr "Aplikasi CDR bidang pengguna" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "beban => .so ; Menetapkan Nama CallerID" + +#~ msgid "Set RDNIS Number" +#~ msgstr "Menetapkan Nombor RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Menetapkan Kemampuan Transfer ISDN" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "Penangan SMS/PSTN" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Menutup saluran yang diminta" + +#~ msgid "Stack Routines" +#~ msgstr "Rutinitas Stack" + +#~ msgid "Generic System() application" +#~ msgstr "Aplikasi Generic Sistem()" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Putar dengan Pengesanan Bicara" + +#~ msgid "Interface Test Application" +#~ msgstr "Aplikasi Antarmuka Test" + +#~ msgid "Transfer" +#~ msgstr "Transfer" + +#~ msgid "TXTCIDName" +#~ msgstr "Nama TXTCID" + +#~ msgid "Send URL Applications" +#~ msgstr "Aplikasi Kirim URL" + +#~ msgid "Custom User Event Application" +#~ msgstr "Aplikasi Acara Pengguna Tersuai" + +#~ msgid "Send verbose output" +#~ msgstr "Kirim keluaran verbose" + +#~ msgid "Voicemail" +#~ msgstr "Voicemail" + +#~ msgid "Waits until first ring after time" +#~ msgstr "Menunggu waktu sampai setelah deringan pertama" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Aplikasi Tunggu Untuk Tenang" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "Sementara Loops dan Pelaksanaan bersyarat" + +#~ msgid "Comma Separated Values CDR Backend" +#~ msgstr "Hujung belakang nilai-nilai dipisahkan koma CDR" + +#~ msgid "Customizable Comma Separated Values CDR Backend" +#~ msgstr "Nilai-nilai dipisahkan koma CDR hujung belakang yang disesuaikan" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "Hujung belakang asterisk panggilan pengurus CDR " + +#~ msgid "MySQL CDR Backend" +#~ msgstr "Hujung belakang MySQL CDR" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "Hujung belakang PostgreSQL CDR" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "Hujung belakang SQLite CDR" + +#~ msgid "Agent Proxy Channel" +#~ msgstr "Agen Proksi Saluran" + +#~ msgid "Option chan_iax2" +#~ msgstr "Pilihan chan_iax2" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Saluran Proksi Tempatan" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Session Initiation Protocol (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Adaptif Pengkamiran PCM Coder/Decoder" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "GSM/PCM16 (ditandatangani linier) Codec Terjemahan" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Speex/PCM16 (ditandatangani linier) Codec Terjemahan" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Sun Microsystems AU format (ditandatangani linier)" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Asterisk Sambungan Bahasa Compiler" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Teks Sambungan Tatarajah" + +#~ msgid "Loopback Switch" +#~ msgstr "Loop Beralih Kembali" + +#~ msgid "MySQL Config Resource" +#~ msgstr "MySQL menatarajah sumber daya" + +#~ msgid "ODBC Config Resource" +#~ msgstr "ODBC tatarajah sumber daya" + +#~ msgid "PGSQL Module" +#~ msgstr "Modul PGSQL" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "tanda tangan digital kriptografi" + +#~ msgid "Call Parking Resource" +#~ msgstr "Panggilan Parkir Sumber Daya" + +#~ msgid "Indications Configuration" +#~ msgstr "Penunjuk Konfigurasi" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "panggilan pemantauan sumber daya" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Muzik Pada Sumber Daya Tahan" + +#~ msgid "ODBC Resource" +#~ msgstr "Sumber ODBC" + +#~ msgid "SMDI Module" +#~ msgstr "Modul SMDI" + +#~ msgid "SNMP Module" +#~ msgstr "Modul SNMP" + +#~ msgid "Music On Hold" +#~ msgstr "Muzik Di Tahan" + +#~ msgid "Application" +#~ msgstr "Aplikasi" + +#~ msgid "Directory of Music" +#~ msgstr "Direktori Muzik" + +#~ msgid "Option mode" +#~ msgstr "Pilihan mod" + +#~ msgid "Random Play" +#~ msgstr "Bermain Rawak" + +#~ msgid "DTMF mode" +#~ msgstr "Mode DTMF" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Domain utama identiti untuk Dari: header" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "Dari pengguna (diperlukan oleh banyak pembekal SIP)" + +#~ msgid "Ring on incoming dialplan contexts" +#~ msgstr "Dering pada konteks rancangan panggilan masuk" + +#~ msgid "Allow Insecure for" +#~ msgstr "Biarkan tidak selamat untuk" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Peti mel untuk MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT antara telefon dan asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Menyemak tag di header" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Balas Masa tamat (ms) untuk sambungan ke bawah" + +#~ msgid "Register connection" +#~ msgstr "Register sambungan" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "Dial perpanjangan sendiri untuk peti mel" + +#~ msgid "Client Type" +#~ msgstr "Pelanggan Jenis" + +#~ msgid "Section sipgeneral" +#~ msgstr "Bahagian sipgeneral" + +#~ msgid "Allow codecs" +#~ msgstr "Membenarkan codec" + +#~ msgid "SIP realm" +#~ msgstr "Dunia SIP" + +#~ msgid "Voicemail general options" +#~ msgstr "Pilihan umum Voicemail" + +#~ msgid "From Email address of server" +#~ msgstr "Dari alamat email server" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Kotak mail suara" + +#~ msgid "Email contains attachment" +#~ msgstr "Email mengandungi lampiran" + +#~ msgid "Display Name" +#~ msgstr "Nama Paparan" + +#~ msgid "Password" +#~ msgstr "Kata laluan" + +#~ msgid "zone" +#~ msgstr "daerah" + +#~ msgid "Voice Zone settings" +#~ msgstr "Tetapan Zon Suara" + +#~ msgid "Message Format" +#~ msgstr "Format Mesej" diff --git a/applications/luci-app-asterisk/po/no/asterisk.po b/applications/luci-app-asterisk/po/no/asterisk.po new file mode 100644 index 0000000..70c448d --- /dev/null +++ b/applications/luci-app-asterisk/po/no/asterisk.po @@ -0,0 +1,12 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/applications/luci-app-asterisk/po/pl/asterisk.po b/applications/luci-app-asterisk/po/pl/asterisk.po new file mode 100644 index 0000000..f092853 --- /dev/null +++ b/applications/luci-app-asterisk/po/pl/asterisk.po @@ -0,0 +1,75 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-18 01:39+0200\n" +"Last-Translator: MichaÅ‚ \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Ustawienia Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Katalog AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Buforuj nagrane pliki podczas nagrywania" + +#~ msgid "Debug Level" +#~ msgstr "Poziom debugowania" + +#~ msgid "Disable some warnings" +#~ msgstr "WyÅ‚Ä…cz niektóre ostrzeżenia" + +#~ msgid "Dump core on crash" +#~ msgstr "Wykonaj zrzut pamiÄ™ci podczas awarii" + +#~ msgid "High Priority" +#~ msgstr "Wysoki Priorytet" + +#~ msgid "Initialise Crypto" +#~ msgstr "Uruchom Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Użyj wbudowanego próbkowania" + +#~ msgid "Log directory" +#~ msgstr "Katalog logów" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Max. dozwolona ilość poÅ‚Ä…czeÅ„" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Max. obciążenie powodujÄ…ce odrzucanie nowych poÅ‚Ä…czeÅ„" + +#~ msgid "Disable console colors" +#~ msgstr "WyÅ‚Ä…cz kolory konsoli" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Katalog tymczasowy dla plików dźwiÄ™kowych" + +#~ msgid "The Group to run as" +#~ msgstr "Grupa dla uruchamiania" + +#~ msgid "The User to run as" +#~ msgstr "Użytkownik dla uruchamiania" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Katalog bufora poczty gÅ‚osowej" + +#~ msgid "Time Zone" +#~ msgstr "Strefa Czasowa" + +#~ msgid "localzone" +#~ msgstr "localzone" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" diff --git a/applications/luci-app-asterisk/po/pt-br/asterisk.po b/applications/luci-app-asterisk/po/pt-br/asterisk.po new file mode 100644 index 0000000..07d7052 --- /dev/null +++ b/applications/luci-app-asterisk/po/pt-br/asterisk.po @@ -0,0 +1,691 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2011-10-18 22:20+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Opções Gerais do Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Diretório do AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Guardar em cache os arquivos de som durante a gravação" + +#~ msgid "Debug Level" +#~ msgstr "Nível de detalhamento" + +#~ msgid "Disable some warnings" +#~ msgstr "Desativar alguns avisos" + +#~ msgid "Dump core on crash" +#~ msgstr "Guardar o core quando o programa estourar" + +#~ msgid "High Priority" +#~ msgstr "Alta Prioridade" + +#~ msgid "Initialise Crypto" +#~ msgstr "Inicializar Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Usar Temporização Interna" + +#~ msgid "Log directory" +#~ msgstr "Diretório de registos" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Número máximo de chamadas permitidas" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Carga máxima para deixar de aceitar novas chamadas" + +#~ msgid "Disable console colors" +#~ msgstr "Desativar cores no console" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Diretório de cache para arquivos de som" + +#~ msgid "The Group to run as" +#~ msgstr "O grupo sob o qual o asterisk será executado" + +#~ msgid "The User to run as" +#~ msgstr "O usuário sob o qual o asterisk será executado" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Directorio da spool de voicemail" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefixar o nome de sistema à UniquID" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "" +#~ "Construir os caminhos de transcode atraves de SLINEAR e não directamente" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmitir silencio SLINEAR durante a gravação de um canal" + +#~ msgid "Verbose Level" +#~ msgstr "Nível de Detalhamento" + +#~ msgid "Time Zone" +#~ msgstr "Fuso Horário" + +#~ msgid "Section dialplan" +#~ msgstr "Seção do Plano de Marcação" + +#~ msgid "include" +#~ msgstr "incluir" + +#~ msgid "Dialplan Extension" +#~ msgstr "Extensão do Plano de Discagem" + +#~ msgid "Dialplan General Options" +#~ msgstr "Opções Gerais do Plano de Discagem" + +#~ msgid "Allow transfer" +#~ msgstr "Permitir transferência" + +#~ msgid "Reinvite/redirect media connections" +#~ msgstr "Reconvidar/redirecionar conexões multimídia" + +#~ msgid "Clear global vars" +#~ msgstr "Limpar variáveis globais" + +#~ msgid "Dialplan Goto" +#~ msgstr "Encaminhamento do Plano de Discagem" + +#~ msgid "Dialplan Conference" +#~ msgstr "Conferência do Plano de Discagem" + +#~ msgid "Dialplan Time" +#~ msgstr "Tempo do Plano de Discagem" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Correio de voz do Plano de Discagem" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Zonas do Plano de Discagem" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Prefixo para adicionar aos planos de discagem correspondentes" + +#~ msgid "Match International prefix" +#~ msgstr "Coincidir com o prefixo internacional" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Prefixo (0) para adicionar/remover para/de números internacionais" + +#~ msgid "localzone" +#~ msgstr "zona local" + +#~ msgid "Match plan" +#~ msgstr "Plano de combinação" + +#~ msgid "Connection to use" +#~ msgstr "Conexão usada" + +#~ msgid "Feature Key maps" +#~ msgstr "Mapeamentos de Tecla de Função" + +#~ msgid "Attended transfer key" +#~ msgstr "Tecla de transferência assistida" + +#~ msgid "Blind transfer key" +#~ msgstr "Tecla de transferência cega" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Tecla para Desligar a chamada" + +#~ msgid "Key to Park call" +#~ msgstr "Tecla para Estacionar a chamada" + +#~ msgid "Parking Feature" +#~ msgstr "Recurso de Estacionamento" + +#~ msgid "ADSI Park" +#~ msgstr "Estacionamento ADSI" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Tempo limite (seg) da transferência assistida" + +#~ msgid "One touch record key" +#~ msgstr "Tecla de gravação em um toque" + +#~ msgid "Name of call context for parking" +#~ msgstr "Nome do contexto de chamada para o estacionamento" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Arquivo de som para tocar para o chamador estacionado" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Tempo máximo (ms) entre os dígitos para ativação de recursos" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Método para Encontrar uma Vaga de Estacionamento" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Toque o tom de cortesia para" + +#~ msgid "Enable Parking" +#~ msgstr "Habilitar Estacionamento" + +#~ msgid "Extension to dial to park" +#~ msgstr "Extensão para discar para estacionar" + +#~ msgid "Parking time (secs)" +#~ msgstr "Tempo de estacionamento (seg)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "faixa de extensões para o estacionamento de chamada" + +#~ msgid "Pickup extension" +#~ msgstr "Extensão de captura" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Segundos para esperar entre os dígitos quando transferindo" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "emitir som quando a transferência assistida estiver completa" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "Emitir som quando a transferência assistida falhar" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Recarregar a Configuração de Hardware" + +#~ msgid "Reboot Method" +#~ msgstr "Método de Reinicialização" + +#~ msgid "Parameter" +#~ msgstr "Parâmetro" + +#~ msgid "Option type" +#~ msgstr "Tipo de Opção" + +#~ msgid "User name" +#~ msgstr "Nome do usuário" + +#~ msgid "IAX General Options" +#~ msgstr "Opções Gerais do Plano de Discagem" + +#~ msgid "Allow Codecs" +#~ msgstr "Permitir Codificadores (codecs)" + +#~ msgid "Static" +#~ msgstr "Estático" + +#~ msgid "Write Protect" +#~ msgstr "Proteção à Escrita" + +#~ msgid "Meetme Conference" +#~ msgstr "Conferência Encontre-me" + +#~ msgid "Admin PIN" +#~ msgstr "PIN do Administrador" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN da Conferência" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Opções Gerais da Conferência Encontre-me" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Número de buffers de 20ms que serão usados" + +#~ msgid "Modules" +#~ msgstr "Módulos" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Aplicativo de Recepção de Alarmes" + +#~ msgid "Authentication Application" +#~ msgstr "Aplicativo de Autenticação" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Garanta que o asterisk não salva o CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Verifique se o canal está disponível" + +#~ msgid "Listen in on any channel" +#~ msgstr "Escute em qualquer canal" + +#~ msgid "Control Playback Application" +#~ msgstr "Controlar o Aplicativo de Reprodução" + +#~ msgid "Cuts up variables" +#~ msgstr "Variáveis de Cortes" + +#~ msgid "Database access functions" +#~ msgstr "Funções de acesso ao banco de dados" + +#~ msgid "Dialing Application" +#~ msgstr "Aplicativo de Discagem" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Aplicativo de Máquina de Ditado Virtual" + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Suporte a Captura de Chamadas Direcionadas" + +#~ msgid "Extension Directory" +#~ msgstr "Diretório de Extensão" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "Aplicativo DISA (Acesso Direto ao Sistema Interior)" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Descarregar Aplicativo de variáveis do canal" + +#~ msgid "Simple Echo Application" +#~ msgstr "Aplicativo de Eco Simples" + +#~ msgid "ENUM Lookup" +#~ msgstr "Pesquisa ENUM" + +#~ msgid "Reevaluates strings" +#~ msgstr "Reavaliar sequências de caracteres" + +#~ msgid "Executes applications" +#~ msgstr "Executa aplicativos" + +#~ msgid "External IVR application interface" +#~ msgstr "Interface de aplicativo IVR externo" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Bifurcar o CDR em duas entidades separadas" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Pegar o ID do CPE ADSI" + +#~ msgid "Group Management Routines" +#~ msgstr "Rotinas de Gerenciamento e Grupo" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Codificar e Transmitir através do icecast e ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Aplicativo de Transmissão de Imagem" + +# what is this black? Seems to be truncated! +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Buscar o Identificador de chamadas/nome/número do preto" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Buscar o Identificador de chamadas/nome/número do banco de dados" + +#~ msgid "Extension Macros" +#~ msgstr "Macros de extensão" + +#~ msgid "A simple math Application" +#~ msgstr "Um Aplicativo simples de matemática" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Aplicativo de soma de verificação MD5" + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Aplicativo de Teste de Miliwatt (mu-law) Digital" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Gravar uma ligação e mixar o áudio durante a gravação" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Aplicativo de Anúncio e Estacionamento de Chamada" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Aplicativo de Reprodução Trivial" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Requer que seja informado um número de telefone" + +#~ msgid "True Call Queueing" +#~ msgstr "Enfileiramento Real da Chamada" + +#~ msgid "Random goto" +#~ msgstr "Vá para aleatório" + +#~ msgid "Read Variable Application" +#~ msgstr "Aplicativo de Leitura de Variável" + +#~ msgid "Read in a file" +#~ msgstr "Ler em um arquivo" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Escrita/Consulta de Dados em Tempo Real" + +#~ msgid "Trivial Record Application" +#~ msgstr "Aplicativo de Gravação Trivial" + +#~ msgid "Say time" +#~ msgstr "Dizer a hora" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Aplicativo para Enviar dígitos DTMF" + +#~ msgid "Send Text Applications" +#~ msgstr "Aplicativos para Enviar Texto" + +#~ msgid "Set CallerID Application" +#~ msgstr "Aplicativo de Definir a Identificação da Chamada" + +# I guess there is something wrong with English here +#~ msgid "CDR user field apps" +#~ msgstr "Aplicativos do campo do usuário no CDR" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "Carregar => .so ; Definir o Nome na Identificação da Chamada" + +#~ msgid "load => .so ; Set CallerID Number" +#~ msgstr "Carregar => .so ; Definir o Número na Identificação da Chamada" + +#~ msgid "Set RDNIS Number" +#~ msgstr "Definir o Número do RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Definir Capacidade de Transferência ISDN" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "Tratador do SMS/PSTN" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Termina a ligação no canal requisitado" + +#~ msgid "Stack Routines" +#~ msgstr "Rotinas de Empilhamento" + +#~ msgid "Generic System() application" +#~ msgstr "Aplicativo de Sistema Genérico" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Reprodução com Detecção de Conversa" + +#~ msgid "Interface Test Application" +#~ msgstr "Aplicativo de Teste de Interface" + +#~ msgid "Transfer" +#~ msgstr "Transferir" + +#~ msgid "TXTCIDName" +#~ msgstr "TXTCIDName" + +#~ msgid "Send URL Applications" +#~ msgstr "Aplicativo para Enviar URL" + +#~ msgid "Custom User Event Application" +#~ msgstr "Aplicativo para Eventos do Usuário Personalizados" + +#~ msgid "Send verbose output" +#~ msgstr "Enviar saída detalhada" + +#~ msgid "Voicemail" +#~ msgstr "Correio de Voz" + +#~ msgid "Waits until first ring after time" +#~ msgstr "Espere até o primeiro toque após tempo" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Aplicativo para Esperar Por Silêncio" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "Laços de Repetição e Execução Condicional" + +#~ msgid "Comma Separated Values CDR Backend" +#~ msgstr "Serviço de CDR em Valores Separados por Vírgula" + +#~ msgid "Customizable Comma Separated Values CDR Backend" +#~ msgstr "Serviço de CDR em Valores Separados por Vírgula Personalizável" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "Serviço de CDR de Gerenciamento de Chamadas Asterisk" + +#~ msgid "MySQL CDR Backend" +#~ msgstr "Serviço de CDR em MySQL" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "Serviço de CDR em PostgreSQL" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "Serviço de CDR em SQLite" + +#~ msgid "Agent Proxy Channel" +#~ msgstr "Canal de Proxy do Agente" + +#~ msgid "Option chan_iax2" +#~ msgstr "Opção chan_iax2" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Canal de Proxy Local" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Protocolo de Iniciação de Sessão (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Codificador/Decodificador PCM Diferencial Adaptativo" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "Codificador/Decodificador A-law" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "Codificador/Decodificador direto A-law e Mulaw" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "Transcodificador G726 ITU G.726-32kbps" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "Tradutor de codificação GSM/PCM16 (linear com sinal)" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Tradutor de codificação Speex/PCM16 (linear com sinal)" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Codificador/Decodificador Mu-law" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Formato AU Sun Microsystems (linear com sinal)" + +#~ msgid "G.723.1 Simple Timestamp File Format" +#~ msgstr "Formato de Arquivo de Selo Temporal Simples G.723.1" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Dado G.726 bruto (16/24/32/40kbps)" + +#~ msgid "Raw G729 data" +#~ msgstr "Dado G729 bruto" + +#~ msgid "Raw GSM data" +#~ msgstr "Dado GSM bruto" + +#~ msgid "Raw h263 data" +#~ msgstr "Dado h263 bruto" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "Imagem JPEG ((Joint Picture Experts Group)" + +#~ msgid "Raw uLaw 8khz Audio support (PCM)" +#~ msgstr "Suporte a uLaw 8khz Ãudio bruto (PCM)" + +#~ msgid "load => .so ; Raw aLaw 8khz PCM Audio support" +#~ msgstr "carregar => .so ; Suporte a uLaw 8khz Ãudio PCM bruto" + +#~ msgid "Raw Signed Linear Audio support (SLN)" +#~ msgstr "Suporte a Ãudio Linear com Sinal (SLN)" + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Formato de Arquivo Dialogic VOX (ADPCM)" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Formato WAV da Microsoft (8000hz Linear com Sinal)" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Formato WAV da Microsoft (GSM Proprietário) " + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "" +#~ "Funções do plano de discagem relacionadas ao identificador da chamada" + +#~ msgid "ENUM Functions" +#~ msgstr "Funções ENUM" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "Funções de codificação / decodificação de URI" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Compilador da Linguagem de Extensão do Asterisk" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Configuração da Extensão de Texto" + +#~ msgid "load => .so ; Builtin dialplan functions" +#~ msgstr "carregar => .so ; Funções de plano de discagem embutidas" + +#~ msgid "Loopback Switch" +#~ msgstr "Interruptor loopback" + +#~ msgid "Realtime Switch" +#~ msgstr "Interruptor de Tempo Real" + +#~ msgid "Outgoing Spool Support" +#~ msgstr "Suporte a bufferização da Saída" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Wil Cal U (Discador Automático)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "Recurso de Configuração do Mysql" + +#~ msgid "ODBC Config Resource" +#~ msgstr "Recurso de Configuração do ODBC" + +#~ msgid "PGSQL Module" +#~ msgstr "Módulo do PGSQL" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Assinaturas Digitais Criptográficas" + +#~ msgid "Call Parking Resource" +#~ msgstr "Recurso de Estacionamento de Chamadas" + +#~ msgid "Indications Configuration" +#~ msgstr "Configuração dos Indicadores" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "Recurso de Monitoramento de Chamada" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Recurso da Música de Espera" + +#~ msgid "ODBC Resource" +#~ msgstr "Recurso do ODBC" + +#~ msgid "SMDI Module" +#~ msgstr "Módulo SMDI" + +#~ msgid "SNMP Module" +#~ msgstr "Módulo SNMP" + +#~ msgid "Music On Hold" +#~ msgstr "Música de Espera" + +#~ msgid "Application" +#~ msgstr "Aplicativo" + +#~ msgid "Directory of Music" +#~ msgstr "Diretório de Música" + +#~ msgid "Option mode" +#~ msgstr "Modo da opção" + +#~ msgid "Random Play" +#~ msgstr "Toque Aleatoriamente" + +#~ msgid "DTMF mode" +#~ msgstr "Modo DTMF" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Identidade do primeiro domínio para cabeçalhos De:" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "Do usuário (necessário para muitos provedores de SIP)" + +# I didn't undestand this one +#~ msgid "Ring on incoming dialplan contexts" +#~ msgstr "Tocar no contextos de plano de discagem recebidas" + +#~ msgid "Allow Insecure for" +#~ msgstr "Permitir Inseguro para" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Caixa de Correio para MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT entre o telefone e o Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Verifique as etiquetas nos cabeçalhos" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Tempo Limite da Resposta (ms) para conexões desconectadas" + +#~ msgid "Register connection" +#~ msgstr "Registro da conexão" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "Discar extensão própria para a caixa de correio" + +#~ msgid "Client Type" +#~ msgstr "Tipo de Cliente" + +#~ msgid "Username" +#~ msgstr "Usuário" + +#~ msgid "Section sipgeneral" +#~ msgstr "Opções Gerais do SIP" + +#~ msgid "Allow codecs" +#~ msgstr "Permitir codificações" + +#~ msgid "SIP realm" +#~ msgstr "Domínio do SIP (realm)" + +#~ msgid "Voicemail general options" +#~ msgstr "Opções gerais do correio de voz" + +#~ msgid "From Email address of server" +#~ msgstr "Endereço do email de origem do servidor" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Caixas de Correio de Voz" + +#~ msgid "Email contains attachment" +#~ msgstr "O email contém anexos" + +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgid "Display Name" +#~ msgstr "Nome para exibição" + +#~ msgid "Password" +#~ msgstr "Senha" + +#~ msgid "zone" +#~ msgstr "zona" + +#~ msgid "Voice Zone settings" +#~ msgstr "Configuração de Zona da Voz" + +#~ msgid "Message Format" +#~ msgstr "Formato da Mensagem" diff --git a/applications/luci-app-asterisk/po/pt/asterisk.po b/applications/luci-app-asterisk/po/pt/asterisk.po new file mode 100644 index 0000000..d1b9836 --- /dev/null +++ b/applications/luci-app-asterisk/po/pt/asterisk.po @@ -0,0 +1,150 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2009-05-20 11:54+0200\n" +"Last-Translator: Jose Monteiro \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Opções Gerais do Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Directorio AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Guardar em cache os ficheiros de som durante a gravação" + +#~ msgid "Debug Level" +#~ msgstr "Nível de debug" + +#~ msgid "Disable some warnings" +#~ msgstr "Desactivar alguns avisos" + +#~ msgid "Dump core on crash" +#~ msgstr "Guardar o core quando houver crash" + +#~ msgid "High Priority" +#~ msgstr "Alta Prioridade" + +#~ msgid "Initialise Crypto" +#~ msgstr "Inicializar Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Usar temporizações internas" + +#~ msgid "Log directory" +#~ msgstr "Directorio de registos" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Maximo de chamadas permitidas" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Maximo de carga para deixar de aceitar novas chamadas" + +#~ msgid "Disable console colors" +#~ msgstr "Desactivar cores na consola" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Directorio de cache para ficheiros de som" + +#~ msgid "The Group to run as" +#~ msgstr "O grupo sob o qual o asterisk será executado" + +#~ msgid "The User to run as" +#~ msgstr "O utilizador sob o qual o asterisk será executado" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Directorio da spool de voicemail" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Prefixar o nome de sistema à UniquID" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "" +#~ "Construir os caminhos de transcode atraves de SLINEAR e não directamente" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Transmitir silencio SLINEAR durante a gravação de um canal" + +#~ msgid "Verbose Level" +#~ msgstr "Nivel de verbosidade" + +#~ msgid "Time Zone" +#~ msgstr "Fuso Horário" + +#~ msgid "Section dialplan" +#~ msgstr "Secção do Plano de Marcação" + +#~ msgid "include" +#~ msgstr "incluir" + +#~ msgid "Dialplan Extension" +#~ msgstr "Extensão do Plano de Marcação" + +#~ msgid "Dialplan General Options" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#~ msgid "Allow transfer" +#~ msgstr "Permitir transferência" + +#~ msgid "Reinvite/redirect media connections" +#~ msgstr "Redirigir/Repetir ligações multimedia" + +#~ msgid "Clear global vars" +#~ msgstr "Limpar variaveis globais" + +#~ msgid "Dialplan Goto" +#~ msgstr "Encaminhamento do Plano de Marcação" + +#~ msgid "Dialplan Conference" +#~ msgstr "Conferencia do Plano de Marcação" + +#, fuzzy +#~ msgid "Dialplan Time" +#~ msgstr "Conferencia do Plano de Marcação" + +#, fuzzy +#~ msgid "Dialplan Voicemail" +#~ msgstr "Encaminhamento do Plano de Marcação" + +#, fuzzy +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Secção do Plano de Marcação" + +#, fuzzy +#~ msgid "Connection to use" +#~ msgstr "Secção do Plano de Marcação" + +#, fuzzy +#~ msgid "IAX General Options" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "Allow Codecs" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "Section sipgeneral" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "Allow codecs" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "SIP realm" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "Voicemail general options" +#~ msgstr "Opções Gerais do Plano de Marcação" + +#, fuzzy +#~ msgid "Voice Zone settings" +#~ msgstr "Secção do Plano de Marcação" diff --git a/applications/luci-app-asterisk/po/ro/asterisk.po b/applications/luci-app-asterisk/po/ro/asterisk.po new file mode 100644 index 0000000..e271370 --- /dev/null +++ b/applications/luci-app-asterisk/po/ro/asterisk.po @@ -0,0 +1,54 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 00:35+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Optiunile generale Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Director AGI" + +#~ msgid "Disable some warnings" +#~ msgstr "Dezactiveaza cateva avertizari" + +#~ msgid "High Priority" +#~ msgstr "Prioritate inalta" + +#~ msgid "Log directory" +#~ msgstr "Director de loguri" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Incarcarea maxima de cand se refuza apeluri noi" + +#~ msgid "Disable console colors" +#~ msgstr "Dezactiveaza culorile in consola" + +#~ msgid "The Group to run as" +#~ msgstr "Ruleaza sub grupul" + +#~ msgid "The User to run as" +#~ msgstr "Ruleaza sub utilizatorul" + +#~ msgid "Time Zone" +#~ msgstr "Fusul orar" + +#~ msgid "Allow transfer" +#~ msgstr "Permite transferul" + +#~ msgid "Clear global vars" +#~ msgstr "Goleste variabilele globale" + +#~ msgid "Connection to use" +#~ msgstr "Conexiunea pentru folosire" diff --git a/applications/luci-app-asterisk/po/ru/asterisk.po b/applications/luci-app-asterisk/po/ru/asterisk.po new file mode 100644 index 0000000..acedb82 --- /dev/null +++ b/applications/luci-app-asterisk/po/ru/asterisk.po @@ -0,0 +1,515 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-04-02 15:02+0200\n" +"Last-Translator: Kamal \n" +"Language-Team: LANGUAGE \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Общие наÑтройки Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "Каталог AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "КÑшировать звуковые файлы во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð¿Ð¸Ñи" + +#~ msgid "Debug Level" +#~ msgstr "Уровень отладки" + +#~ msgid "Disable some warnings" +#~ msgstr "Отключить некоторые предупреждениÑ" + +#~ msgid "Dump core on crash" +#~ msgstr "СохранÑÑ‚ÑŒ дамп Ñдра при фатальной ошибке" + +#~ msgid "High Priority" +#~ msgstr "Ð’Ñ‹Ñокий приоритет" + +#~ msgid "Initialise Crypto" +#~ msgstr "Включить шифрование" + +#~ msgid "Use Internal Timing" +#~ msgstr "ИÑпользовать внутренние тайминги" + +#~ msgid "Log directory" +#~ msgstr "Каталог файлов журнала" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "МакÑимальное разрешённое количеÑтво вызовов" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð½Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‚Ð° приёма новых вызовов" + +#~ msgid "Disable console colors" +#~ msgstr "Выключить цвета конÑоли" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Каталог кÑша звуковых файлов" + +#~ msgid "The Group to run as" +#~ msgstr "Группа, от имени которой запуÑкать" + +#~ msgid "The User to run as" +#~ msgstr "Пользователь, от имени которого запуÑкать" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "ДобавлÑÑ‚ÑŒ Ð¸Ð¼Ñ ÑиÑтемы к уникальному идентификатору (UID)" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Передавать тишину в формате SLINEAR при запиÑи канала" + +#~ msgid "Section dialplan" +#~ msgstr "Раздел правил набора" + +#~ msgid "include" +#~ msgstr "включить" + +#~ msgid "Dialplan Extension" +#~ msgstr "Раcширение правила набора" + +#~ msgid "Dialplan General Options" +#~ msgstr "Общие наÑтройки правил набора" + +#~ msgid "Allow transfer" +#~ msgstr "Разрешить перевод" + +#~ msgid "Clear global vars" +#~ msgstr "ОчиÑтить глобальные переменные" + +#~ msgid "Dialplan Conference" +#~ msgstr "Правила набора Ð´Ð»Ñ ÐºÐ¾Ð½Ñ„ÐµÑ€ÐµÐ½Ñ†Ð¸Ð¸" + +#~ msgid "Dialplan Time" +#~ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð» набора" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Правила набора Ð´Ð»Ñ Ð³Ð¾Ð»Ð¾Ñовой почты" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Зоны Ð´Ð»Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð» набора" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "ÐŸÑ€ÐµÑ„Ð¸ÐºÑ (0) Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ/ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ðº/из международных номеров" + +#~ msgid "localzone" +#~ msgstr "меÑÑ‚Ð½Ð°Ñ Ð·Ð¾Ð½Ð°" + +#~ msgid "Connection to use" +#~ msgstr "ИÑпользовать Ñоединение" + +#~ msgid "Feature Key maps" +#~ msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð»Ð½Ð°Ð»ÑŒÐ½Ñ‹Ñ… клавиш" + +#~ msgid "Key to Disconnect call" +#~ msgstr "Клавиша Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€Ñ‹Ð²Ð° ÑоединениÑ" + +#~ msgid "Key to Park call" +#~ msgstr "Клавиша Ð´Ð»Ñ \"парковки\" вызова " + +#~ msgid "Parking Feature" +#~ msgstr "Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ \"Парковка\"" + +#~ msgid "One touch record key" +#~ msgstr "Клавиша запиÑи в одно каÑание" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Ðудио файл, проигрываемый \"припаркованному\"" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ (мÑ) между нажатиÑми Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¸ функции" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "Метод поиÑка Ñлота Ð´Ð»Ñ Ð¿Ð°Ñ€ÐºÐ¾Ð²ÐºÐ¸" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Играть тон вежливоÑти длÑ" + +#~ msgid "Enable Parking" +#~ msgstr "Разрешить \"Парковку\"" + +#~ msgid "Extension to dial to park" +#~ msgstr "РаÑширение набора Ð´Ð»Ñ \"парковки\"" + +#~ msgid "Parking time (secs)" +#~ msgstr "Ð’Ñ€ÐµÐ¼Ñ \"Парковки\" (Ñекунды)" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Диапазон раÑширений Ð´Ð»Ñ \"парковки\" вызова" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Перезагрузить конфигурацию оборудованиÑ" + +#~ msgid "Reboot Method" +#~ msgstr "Метод перезагрузки" + +#~ msgid "Parameter" +#~ msgstr "Параметр" + +#~ msgid "Option type" +#~ msgstr "Тип параметра" + +#~ msgid "User name" +#~ msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#~ msgid "IAX General Options" +#~ msgstr "Общие параметры IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Разрешить кодеки" + +#~ msgid "Static" +#~ msgstr "СтатичеÑкий" + +#~ msgid "Write Protect" +#~ msgstr "Защита от запиÑи" + +#~ msgid "Meetme Conference" +#~ msgstr "ÐšÐ¾Ð½Ñ„ÐµÑ€ÐµÐ½Ñ†Ð¸Ñ Meetme" + +#~ msgid "Admin PIN" +#~ msgstr "PIN админиÑтратора" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN ÑовещаниÑ" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Общие параметры конференции Meetme" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "КоличеÑтво иÑпользуемых 20 Ð¼Ñ Ð±ÑƒÑ„ÐµÑ€Ð¾Ð²" + +#~ msgid "Modules" +#~ msgstr "Модули" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Приложение Ñбора Ñигналов тревоги" + +#~ msgid "Authentication Application" +#~ msgstr "Приложение аутентификации" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "УбедитеÑÑŒ что Asterisk не ÑохранÑет CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Проверить канал на доÑтупноÑÑ‚ÑŒ" + +#~ msgid "Listen in on any channel" +#~ msgstr "Слашать на любом канале" + +#~ msgid "Database access functions" +#~ msgstr "Функции доÑтупа базы данных" + +#~ msgid "Dialing Application" +#~ msgstr "Приложение набора" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "" +#~ "Приложение доÑтупа к добавочной линии путем прÑмого уÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ " +#~ "входÑщего ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ (DISA)" + +#~ msgid "Dump channel variables Application" +#~ msgstr "Приложение Ñбора переменных канала" + +#~ msgid "Simple Echo Application" +#~ msgstr "Приложение Ñха" + +#~ msgid "Executes applications" +#~ msgstr "ВыполнÑет приложение" + +#~ msgid "External IVR application interface" +#~ msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð²Ð½ÐµÑˆÐ½ÐµÐ³Ð¾ IVR приложениÑ" + +#~ msgid "Group Management Routines" +#~ msgstr "Операции ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð¾Ð¹" + +#~ msgid "Image Transmission Application" +#~ msgstr "Приложение передачи изображений" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "ИÑкать Ð¸Ð¼Ñ CallerID в \"черном\" ÑпиÑке" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "ИÑкать Ð¸Ð¼Ñ CallerID в локальной базе" + +#~ msgid "Extension Macros" +#~ msgstr "ÐœÐ°ÐºÑ€Ð¾Ñ Ñ€Ð°ÑширениÑ" + +#~ msgid "A simple math Application" +#~ msgstr "ПроÑтое математичеÑкое приложение" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Приложение MD5" + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "ЗапиÑать вызов и микшировать аудио во Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð¿Ð¸Ñи" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Приложение Ð´Ð»Ñ Ð²Ð¾ÑпроизведениÑ" + +#~ msgid "Require phone number to be entered" +#~ msgstr "Требовать номер телефона, который необходимо ввеÑти" + +#~ msgid "True Call Queueing" +#~ msgstr "ПоÑтановка вызовов на ожидание" + +#~ msgid "Read Variable Application" +#~ msgstr "Приложение Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ñ…" + +#~ msgid "Read in a file" +#~ msgstr "Читать в файл" + +#~ msgid "Trivial Record Application" +#~ msgstr "ÐŸÑ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Приложение отправки DTMF" + +#~ msgid "Send Text Applications" +#~ msgstr "ÐŸÑ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ текÑта" + +#~ msgid "Set CallerID Application" +#~ msgstr "Приложение уÑтановки CallerID" + +#~ msgid "Set RDNIS Number" +#~ msgstr "УÑтановить номер RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "УÑтановить возможноÑти передачи ISDN " + +#~ msgid "SMS/PSTN handler" +#~ msgstr "Обработчик SMS/PSTN" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "ОтÑоединÑет запрошенный канал" + +#~ msgid "Stack Routines" +#~ msgstr "Функции Ñтека" + +#~ msgid "Generic System() application" +#~ msgstr "Приложение System()" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "ВоÑпроизведение Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸ÐµÐ¼ разговора" + +#~ msgid "Interface Test Application" +#~ msgstr "Приложение Ð´Ð»Ñ Ñ‚ÐµÑÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа" + +#~ msgid "Transfer" +#~ msgstr "ПереÑылка" + +#~ msgid "TXTCIDName" +#~ msgstr "Ð˜Ð¼Ñ TXTCID" + +#~ msgid "Send URL Applications" +#~ msgstr "ÐŸÑ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ñылки URL" + +#~ msgid "Custom User Event Application" +#~ msgstr "Приложение пользовательÑких Ñобытий" + +#~ msgid "Send verbose output" +#~ msgstr "ОтправлÑÑ‚ÑŒ подробный вывод" + +#~ msgid "Voicemail" +#~ msgstr "ГолоÑÐ¾Ð²Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "Циклы while и уÑловное выполнение" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "БÑкенд CDR менеджера вызовов Asterisk" + +#~ msgid "MySQL CDR Backend" +#~ msgstr "БÑкенд MySQL CDR" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "БÑкенд PostgreSQL CDR" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "БÑкенд SQLite CDR" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Локальный прокÑи-канал" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Session Initiation Protocol - протокол уÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÑеанÑа (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Ðдаптивный дифференциальный PCM кодер/декодер" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "A-law кодер/декодер" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "A-law и Mu-law прÑмой кодер/декодер" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "ITU G.726-32кбит/Ñ G726 транÑкодер" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "ТранÑлÑтор кодека GSM/PCM16 (знаковый линейный)" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "ТранÑлÑтор кодека Speex/PCM16 (знаковый линейный)" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Mu-law кодер/декодер" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Формат Sun Microsystems AU (знаковый линейный)" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Ðеобработанные данные G.726 (16/24/32/40кбит/Ñ)" + +#~ msgid "Raw G729 data" +#~ msgstr "Ðеобработанные данные G729" + +#~ msgid "Raw GSM data" +#~ msgstr "Ðеобработанные данные GSM" + +#~ msgid "Raw h263 data" +#~ msgstr "Ðеобработанные данные h263" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "Изображение JPEG (Joint Picture Experts Group) " + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Формат Dialogic VOX (ADPCM)" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Формат Microsoft WAV (800Гц, линейный знаковый)" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Формат Microsoft WAV (проприетарный GSM)" + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "Функции правил набора Caller ID" + +#~ msgid "ENUM Functions" +#~ msgstr "Функции ENUM" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "Функции кодированиÑ/Ð´ÐµÐºÐ¾Ð´Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ URI" + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "КомпилÑтор Ñзыка раÑширений Asterisk" + +#~ msgid "Text Extension Configuration" +#~ msgstr "ÐаÑтройка текÑтового раÑширениÑ" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Позвоню тебе (Wil Cal U, автодозвонщик)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "РеÑÑƒÑ€Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸ MySQL" + +#~ msgid "ODBC Config Resource" +#~ msgstr "РеÑÑƒÑ€Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸ ODBC" + +#~ msgid "PGSQL Module" +#~ msgstr "PGSQL модуль" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Цифровые подпиÑи" + +#~ msgid "Call Parking Resource" +#~ msgstr "РеÑÑƒÑ€Ñ \"парковки\"" + +#~ msgid "Indications Configuration" +#~ msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¸Ð½Ð´Ð¸ÐºÐ°Ñ†Ð¸Ð¹" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "РеÑÑƒÑ€Ñ Ð¼Ð¾Ð½Ð¸Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ð° вызова" + +#~ msgid "ODBC Resource" +#~ msgstr "РеÑÑƒÑ€Ñ ODBC" + +#~ msgid "SMDI Module" +#~ msgstr "Модуль SMDI" + +#~ msgid "SNMP Module" +#~ msgstr "Модуль SNMP" + +#~ msgid "Music On Hold" +#~ msgstr "Музыка при ожидании" + +#~ msgid "Application" +#~ msgstr "Приложение" + +#~ msgid "Directory of Music" +#~ msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð¼ÑƒÐ·Ñ‹ÐºÐ¸" + +#~ msgid "Random Play" +#~ msgstr "ВоÑпроизведение в Ñлучайном порÑдке" + +#~ msgid "DTMF mode" +#~ msgstr "DTMF режим" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "From user (от пользователÑ, требуетÑÑ Ð¼Ð½Ð¾Ð³Ð¸Ð¼Ð¸ SIP-провайдерами)" + +#~ msgid "Allow Insecure for" +#~ msgstr "Разрешить небезопаÑные длÑ" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Почтовый Ñщик Ð´Ð»Ñ MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT между телефоном и Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "ПроверÑÑ‚ÑŒ метки в заголовках" + +#~ msgid "Register connection" +#~ msgstr "ЗарегиÑтрировать Ñоединение" + +#~ msgid "Client Type" +#~ msgstr "Тип клиента" + +#~ msgid "Username" +#~ msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#~ msgid "Section sipgeneral" +#~ msgstr "Общие SIP" + +#~ msgid "SIP realm" +#~ msgstr "SIP realm" + +#~ msgid "Voicemail general options" +#~ msgstr "Общие наÑтройки голоÑовой почты" + +#~ msgid "From Email address of server" +#~ msgstr "От адреÑа Ñл. почты Ñервера" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Ящики голоÑовой почты" + +#~ msgid "Email contains attachment" +#~ msgstr "ПиÑьмо Ñодержит вложение" + +#~ msgid "Email" +#~ msgstr "Эл. почта" + +#~ msgid "Display Name" +#~ msgstr "Отображаемое имÑ" + +#~ msgid "Password" +#~ msgstr "Пароль" + +#~ msgid "zone" +#~ msgstr "зона" + +#~ msgid "Voice Zone settings" +#~ msgstr "ÐаÑтройки голоÑовой зоны" + +#~ msgid "Message Format" +#~ msgstr "Формат ÑообщениÑ" diff --git a/applications/luci-app-asterisk/po/sk/asterisk.po b/applications/luci-app-asterisk/po/sk/asterisk.po new file mode 100644 index 0000000..e69de29 diff --git a/applications/luci-app-asterisk/po/sv/asterisk.po b/applications/luci-app-asterisk/po/sv/asterisk.po new file mode 100644 index 0000000..e69de29 diff --git a/applications/luci-app-asterisk/po/templates/asterisk.pot b/applications/luci-app-asterisk/po/templates/asterisk.pot new file mode 100644 index 0000000..e69de29 diff --git a/applications/luci-app-asterisk/po/tr/asterisk.po b/applications/luci-app-asterisk/po/tr/asterisk.po new file mode 100644 index 0000000..c8b4e58 --- /dev/null +++ b/applications/luci-app-asterisk/po/tr/asterisk.po @@ -0,0 +1,12 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" diff --git a/applications/luci-app-asterisk/po/uk/asterisk.po b/applications/luci-app-asterisk/po/uk/asterisk.po new file mode 100644 index 0000000..d6dd63e --- /dev/null +++ b/applications/luci-app-asterisk/po/uk/asterisk.po @@ -0,0 +1,79 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-21 14:22+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Головні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Asterisk" + +#~ msgid "AGI directory" +#~ msgstr "AGI тека " + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Кешувати файли запиÑів поки йде запиÑ" + +#~ msgid "Debug Level" +#~ msgstr "Рівень налагоджуваннÑ" + +#~ msgid "Disable some warnings" +#~ msgstr "Вимкнути деÑкі попередженнÑ" + +#~ msgid "Dump core on crash" +#~ msgstr "Зберегти дамп Ñдра в разі фатальної помилки" + +#~ msgid "High Priority" +#~ msgstr "ВиÑокий пріоритет" + +#~ msgid "Initialise Crypto" +#~ msgstr "Ініціалізувати шифруваннÑ" + +#~ msgid "Use Internal Timing" +#~ msgstr "ВикориÑтовувати внутрішні таймінги" + +#~ msgid "Log directory" +#~ msgstr "Тека з журналом" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "МакÑимальна кількіÑÑ‚ÑŒ дозволених дзвінків" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "МакÑимальне навантаженнÑ, при Ñкому зупинÑти прийом дзвінків" + +#~ msgid "Disable console colors" +#~ msgstr "Вимкнути кольори в конÑолі" + +#~ msgid "Sound files Cache directory" +#~ msgstr "Тека з кешованими звуковими файлами" + +#~ msgid "The Group to run as" +#~ msgstr "ЗапуÑтити з правами Групи" + +#~ msgid "The User to run as" +#~ msgstr "ЗапуÑтити з правами КориÑтувача" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "Тека з голоÑовою поштою" + +#, fuzzy +#~ msgid "Prefix UniquID with system name" +#~ msgstr "ÐŸÑ€ÐµÑ„Ñ–ÐºÑ Uniquid з назвою ÑиÑтеми " + +#~ msgid "Time Zone" +#~ msgstr "ЧаÑовий поÑÑ" + +#~ msgid "Allow transfer" +#~ msgstr "Дозволити переадреÑацію" + +#~ msgid "Clear global vars" +#~ msgstr "Видалити глобальні змінні" diff --git a/applications/luci-app-asterisk/po/vi/asterisk.po b/applications/luci-app-asterisk/po/vi/asterisk.po new file mode 100644 index 0000000..d1cc6b2 --- /dev/null +++ b/applications/luci-app-asterisk/po/vi/asterisk.po @@ -0,0 +1,680 @@ +# asterisk.pot +# generated from ./applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-16 08:36+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk những tùy chá»n căn bản" + +#~ msgid "AGI directory" +#~ msgstr "ThÆ° mục AGI" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "Cache ghi lại tập tin âm thanh trong suốt qua trình recording" + +#~ msgid "Debug Level" +#~ msgstr "Debug Level" + +#~ msgid "Disable some warnings" +#~ msgstr "Vô hiệu hóa má»™t số cảnh báo" + +#~ msgid "Dump core on crash" +#~ msgstr "Dump core on crash" + +#~ msgid "High Priority" +#~ msgstr "High Priority" + +#~ msgid "Initialise Crypto" +#~ msgstr "Initialise Crypto" + +#~ msgid "Use Internal Timing" +#~ msgstr "Sá»­ dụng thá»i gian ná»™i bá»™" + +#~ msgid "Log directory" +#~ msgstr "ThÆ° mục log" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "Số lượng cuá»™c gá»i tối Ä‘a cho phép" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "Mức Ä‘á»™ tải tối Ä‘a để ngừng thu nhận cuá»™c gá»i má»›i" + +#~ msgid "Disable console colors" +#~ msgstr "Vô hiệu hóa bản Ä‘iá»u khiển màu sắc" + +#~ msgid "Sound files Cache directory" +#~ msgstr "ThÆ° mục sound files cache" + +#~ msgid "The Group to run as" +#~ msgstr "Nhóm vận hành nhÆ°" + +#~ msgid "The User to run as" +#~ msgstr "NgÆ°á»i sá»­ dụng vận hành nhÆ°" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "ThÆ° mục Voicemail Spool " + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "Tiá»n tố UniquID vá»›i tên hệ thống" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "Xây dá»±ng đừng dẫn transcode via SLINEAR, không trá»±c tiếp" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "Truyá»n SLINEAR silence trong khi recording má»™t channel" + +#~ msgid "Verbose Level" +#~ msgstr "Verbose Level" + +#~ msgid "Section dialplan" +#~ msgstr "Section dialplan" + +#~ msgid "include" +#~ msgstr "bao gồm" + +#~ msgid "Dialplan Extension" +#~ msgstr "Dialplan Extension" + +#~ msgid "Dialplan General Options" +#~ msgstr "Dialplan tùy chá»n tổng quát" + +#~ msgid "Allow transfer" +#~ msgstr "Cho phép chuyển đổi" + +#~ msgid "Clear global vars" +#~ msgstr "Xóa global vars" + +#~ msgid "Dialplan Goto" +#~ msgstr "Dialplan Goto" + +#~ msgid "Dialplan Conference" +#~ msgstr "Dialplan Conference" + +#~ msgid "Dialplan Time" +#~ msgstr "Dialplan Time" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "Dialplan Voicemail" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "Dial Zones cho Dialplan" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "Tiá»n tố để thêm vào matching dialplans" + +#~ msgid "Match International prefix" +#~ msgstr "Match tiá»n tố quốc tê" + +#~ msgid "Prefix (0) to add/remove to/from international numbers" +#~ msgstr "Tiá»n tố để thêm vào/ bá» ra/ từ số gá»i quốc tế" + +#~ msgid "localzone" +#~ msgstr "vùng địa phÆ°Æ¡ng" + +#~ msgid "Match plan" +#~ msgstr "Match plan" + +#~ msgid "Connection to use" +#~ msgstr "Kết nối sá»­ dụng" + +#~ msgid "Feature Key maps" +#~ msgstr "Bản đồ phím tính năng" + +#~ msgid "Attended transfer key" +#~ msgstr "Attended transfer key" + +#~ msgid "Blind transfer key" +#~ msgstr "phím chuyển đổi ẩn" + +#~ msgid "Key to Disconnect call" +#~ msgstr "phím để vô hiệu hóa cuá»™c gá»i" + +#~ msgid "Key to Park call" +#~ msgstr "phím để định vị cuá»™c gá»i" + +#~ msgid "Parking Feature" +#~ msgstr "Tính năng định vị" + +#~ msgid "ADSI Park" +#~ msgstr "định vị ADSI" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "Attended transfer timeout (sec)" + +#~ msgid "One touch record key" +#~ msgstr "Phím thu chạm má»™t lần" + +#~ msgid "Name of call context for parking" +#~ msgstr "Tên của call context cho parking" + +#~ msgid "Sound file to play to parked caller" +#~ msgstr "Tập tin âm thanh để play to parked caller" + +#~ msgid "Max time (ms) between digits for feature activation" +#~ msgstr "Thá»i gian tối Ä‘a (ms) giữa các digits cho feature activation" + +#~ msgid "Method to Find Parking slot" +#~ msgstr "PhÆ°Æ¡ng pháp tìm Ä‘iểm định vị" + +#~ msgid "parkedmusicclass" +#~ msgstr "parkedmusicclass" + +#~ msgid "Play courtesy tone to" +#~ msgstr "Play courtesy tone để" + +#~ msgid "Enable Parking" +#~ msgstr "cho phép định vị" + +#~ msgid "Extension to dial to park" +#~ msgstr "nhanh số để gá»i để định vị" + +#~ msgid "Parking time (secs)" +#~ msgstr "Thá»i gian định vị" + +#~ msgid "Range of extensions for call parking" +#~ msgstr "Vùng của Ä‘uôi mở rá»™ng cho call parking" + +#~ msgid "Pickup extension" +#~ msgstr "Pickup extension" + +#~ msgid "Seconds to wait bewteen digits when transferring" +#~ msgstr "Thá»i gian chá» giữa những chữ số khi chuyển đổi" + +#~ msgid "sound when attended transfer is complete" +#~ msgstr "âm thanh khi chuyển đổi hoàn tất" + +#~ msgid "Sound when attended transfer fails" +#~ msgstr "âm thanh khi chuyển đổi không thành công" + +#~ msgid "Reload Hardware Config" +#~ msgstr "Tải lại cấu hình phần cứng" + +#~ msgid "Reboot Method" +#~ msgstr "phÆ°Æ¡ng pháp khởi Ä‘á»™ng lại" + +#~ msgid "Parameter" +#~ msgstr "Tham số" + +#~ msgid "Option type" +#~ msgstr "Lá»±a chá»n" + +#~ msgid "User name" +#~ msgstr "Tên ngÆ°á»i dùng" + +#~ msgid "IAX General Options" +#~ msgstr "Những lá»±a chá»n tổng quát IAX" + +#~ msgid "Allow Codecs" +#~ msgstr "Cho phép Codecs" + +#~ msgid "Static" +#~ msgstr "TÄ©nh" + +#~ msgid "Write Protect" +#~ msgstr "Viết bảo vệ" + +#~ msgid "Meetme Conference" +#~ msgstr "Gặp mặt thảo luận" + +#~ msgid "Admin PIN" +#~ msgstr "PIN quản trị" + +#~ msgid "Meeting PIN" +#~ msgstr "PIN cuá»™c gặp" + +#~ msgid "Meetme Conference General Options" +#~ msgstr "Lá»±u chá»n chung vá» thảo luận trá»±c tiếp" + +#~ msgid "Number of 20ms audio buffers to be used" +#~ msgstr "Số của 20ms audio buffers để được dùng" + +#~ msgid "Modules" +#~ msgstr "Modules" + +#~ msgid "Alarm Receiver Application" +#~ msgstr "Ứng dụng nhận báo thức" + +#~ msgid "Authentication Application" +#~ msgstr "Ứng dụng xác thá»±c" + +#~ msgid "Make sure asterisk doesnt save CDR" +#~ msgstr "Bảo đảm asterisk không lÆ°u CDR" + +#~ msgid "Check if channel is available" +#~ msgstr "Kiểm tra xem nếu kênh đã có sẵn" + +#~ msgid "Listen in on any channel" +#~ msgstr "Nghe trên bất kỳ kênh nào" + +#~ msgid "Control Playback Application" +#~ msgstr "Äiá»u khiển ứng dụng phát lại" + +#~ msgid "Cuts up variables" +#~ msgstr "Cuts up variables" + +#~ msgid "Database access functions" +#~ msgstr "Chức năng truy cập cÆ¡ sở dữ liệu" + +#~ msgid "Dialing Application" +#~ msgstr "Ứng dụng quay số" + +#~ msgid "Virtual Dictation Machine Application" +#~ msgstr "Ứng dụng virtual Dictation Machine " + +#~ msgid "Directed Call Pickup Support" +#~ msgstr "Directed há»— trợ call pickup" + +#~ msgid "Extension Directory" +#~ msgstr "Danh bạ nhánh số" + +#~ msgid "DISA (Direct Inward System Access) Application" +#~ msgstr "Ứng dụng DISA (Direct Inward System Access) " + +#~ msgid "Dump channel variables Application" +#~ msgstr "Dump channel variables Application" + +#~ msgid "Simple Echo Application" +#~ msgstr "Ứng dụng Echo Ä‘Æ¡n giản" + +#~ msgid "ENUM Lookup" +#~ msgstr "ENUM tra cứu" + +#~ msgid "Reevaluates strings" +#~ msgstr "Äánh giá lại strings" + +#~ msgid "Executes applications" +#~ msgstr "thá»±c thi ứng dụng" + +#~ msgid "External IVR application interface" +#~ msgstr "Ứng dụng giao diện bên ngoài IVR" + +#~ msgid "Fork The CDR into 2 seperate entities" +#~ msgstr "Fork The CDR into 2 nhân riêng biệt" + +#~ msgid "Get ADSI CPE ID" +#~ msgstr "Lấy ADSI CPE ID" + +#~ msgid "Group Management Routines" +#~ msgstr "Group Management Routines" + +#~ msgid "Encode and Stream via icecast and ices" +#~ msgstr "Encode và Stream via icecast và ices" + +#~ msgid "Image Transmission Application" +#~ msgstr "Ứng dụng truyá»n hình ảnh" + +#~ msgid "Look up Caller*ID name/number from black" +#~ msgstr "Tra cứu tên/số của ngÆ°á»i gá»i" + +#~ msgid "Look up CallerID Name from local databas" +#~ msgstr "Tra cứu tên ngÆ°á»i gá»i từ cÆ¡ sở dữ liệu địa phÆ°Æ¡ng" + +#~ msgid "Extension Macros" +#~ msgstr "Nhánh số Macro" + +#~ msgid "A simple math Application" +#~ msgstr "Ứng dụng tính toán Ä‘Æ¡n giản" + +#~ msgid "MD5 checksum Application" +#~ msgstr "Ứng dụng MD5 checksum " + +#~ msgid "Digital Milliwatt (mu-law) Test Application" +#~ msgstr "Ứng dụng kiểm tra Digital Milliwatt (mu-law) " + +#~ msgid "Record a call and mix the audio during the recording" +#~ msgstr "Thu âm cuá»™c gá»i và phối âm trong khi thu" + +#~ msgid "Call Parking and Announce Application" +#~ msgstr "Äịnh vị cuá»™c gá»i và ứng dụng thông báo" + +#~ msgid "Trivial Playback Application" +#~ msgstr "Ứng dụng trivial Playback " + +#~ msgid "Require phone number to be entered" +#~ msgstr "Yêu cầu nhập số Ä‘iện thoại" + +#~ msgid "True Call Queueing" +#~ msgstr "True Call Queueing" + +#~ msgid "Random goto" +#~ msgstr "Random goto" + +#~ msgid "Read Variable Application" +#~ msgstr "Ứng dụng Ä‘á»c variable " + +#~ msgid "Read in a file" +#~ msgstr "Äá»c trong má»™t tập tin" + +#~ msgid "Realtime Data Lookup/Rewrite" +#~ msgstr "Tra cứu dữ liệu đúng lúc/ Viết lại" + +#~ msgid "Trivial Record Application" +#~ msgstr "Ứng dụng trivial record" + +#~ msgid "Say time" +#~ msgstr "Nói thá»i gian" + +#~ msgid "Send DTMF digits Application" +#~ msgstr "Ứng dụng gá»­i những chữ số DTMF" + +#~ msgid "Send Text Applications" +#~ msgstr "Gá»­i ứng dụng tin nhắn" + +#~ msgid "Set CallerID Application" +#~ msgstr "Ứng dụng cài đặt định dạng cuá»™c gá»i" + +#~ msgid "CDR user field apps" +#~ msgstr "CDR user field apps" + +#~ msgid "load => .so ; Set CallerID Name" +#~ msgstr "load =&gt; .so ; Äặt tên CallerID " + +#~ msgid "load => .so ; Set CallerID Number" +#~ msgstr "load =&gt; .so ; Äặt số CallerID " + +#~ msgid "Set RDNIS Number" +#~ msgstr "Cài đặt số RDNIS" + +#~ msgid "Set ISDN Transfer Capability" +#~ msgstr "Cài đặt công suất truyá»n tải ISDN" + +#~ msgid "SMS/PSTN handler" +#~ msgstr "SMS/PSTN handler" + +#~ msgid "Hangs up the requested channel" +#~ msgstr "Bãi bá» kênh yêu cầu" + +#~ msgid "Stack Routines" +#~ msgstr "Ngăn xếp Routines" + +#~ msgid "Generic System() application" +#~ msgstr "Ứng dụng Genetic System" + +#~ msgid "Playback with Talk Detection" +#~ msgstr "Playback vá»›i bá»™ phát hiện tiếng nói" + +#~ msgid "Interface Test Application" +#~ msgstr "Ứng dụng kiểm tra giao diện" + +#~ msgid "Transfer" +#~ msgstr "truyá»n tải" + +#~ msgid "TXTCIDName" +#~ msgstr "TXTCIDName" + +#~ msgid "Send URL Applications" +#~ msgstr "Gá»­i những ứng dụng URL" + +#~ msgid "Custom User Event Application" +#~ msgstr "Ứng dụng Custom User Event " + +#~ msgid "Send verbose output" +#~ msgstr "Gá»­i verbose output" + +#~ msgid "Voicemail" +#~ msgstr "ThÆ° thoại" + +#~ msgid "Waits until first ring after time" +#~ msgstr "Äợi tá»›i tiếng ring đầu tiên sau khi" + +#~ msgid "Wait For Silence Application" +#~ msgstr "Äợi ứng dụng im lặng" + +#~ msgid "While Loops and Conditional Execution" +#~ msgstr "Trong khi Loops và Conditional Execution" + +#~ msgid "Comma Separated Values CDR Backend" +#~ msgstr "Comma Separated Values CDR Backend" + +#~ msgid "Customizable Comma Separated Values CDR Backend" +#~ msgstr "Tùy chỉnh Comma Separated Values CDR Backend" + +#~ msgid "Asterisk Call Manager CDR Backend" +#~ msgstr "Asterisk Call Manager CDR Backend" + +#~ msgid "MySQL CDR Backend" +#~ msgstr "MySQL CDR Backend" + +#~ msgid "PostgreSQL CDR Backend" +#~ msgstr "PostgreSQL CDR Backend" + +#~ msgid "SQLite CDR Backend" +#~ msgstr "SQLite CDR Backend" + +#~ msgid "Agent Proxy Channel" +#~ msgstr "Agent Proxy Channel" + +#~ msgid "Option chan_iax2" +#~ msgstr "Tùy chá»n chan_iax2" + +#~ msgid "Local Proxy Channel" +#~ msgstr "Local Proxy Channel" + +#~ msgid "Session Initiation Protocol (SIP)" +#~ msgstr "Session Initiation Protocol (SIP)" + +#~ msgid "Adaptive Differential PCM Coder/Decoder" +#~ msgstr "Adaptive Differential PCM Coder/Decoder" + +#~ msgid "A-law Coder/Decoder" +#~ msgstr "A-law Coder/Decoder" + +#~ msgid "A-law and Mulaw direct Coder/Decoder" +#~ msgstr "A-law and Mulaw direct Coder/Decoder" + +#~ msgid "ITU G.726-32kbps G726 Transcoder" +#~ msgstr "ITU G.726-32kbps G726 Transcoder" + +#~ msgid "GSM/PCM16 (signed linear) Codec Translation" +#~ msgstr "GSM/PCM16 (signed linear) Codec Translation" + +#~ msgid "Speex/PCM16 (signed linear) Codec Translator" +#~ msgstr "Speex/PCM16 (signed linear) Codec Translator" + +#~ msgid "Mu-law Coder/Decoder" +#~ msgstr "Mu-law Coder/Decoder" + +#~ msgid "Sun Microsystems AU format (signed linear)" +#~ msgstr "Sun Microsystems AU format (signed linear)" + +#~ msgid "G.723.1 Simple Timestamp File Format" +#~ msgstr "G.723.1 Simple Timestamp File Format" + +#~ msgid "Raw G.726 (16/24/32/40kbps) data" +#~ msgstr "Raw G.726 (16/24/32/40kbps) data" + +#~ msgid "Raw G729 data" +#~ msgstr "Raw G729 data" + +#~ msgid "Raw GSM data" +#~ msgstr "Raw GSM data" + +#~ msgid "Raw h263 data" +#~ msgstr "Raw h263 data" + +#~ msgid "JPEG (Joint Picture Experts Group) Image" +#~ msgstr "JPEG (Joint Picture Experts Group) Image" + +#~ msgid "Raw uLaw 8khz Audio support (PCM)" +#~ msgstr "Raw uLaw 8khz Audio support (PCM)" + +#~ msgid "load => .so ; Raw aLaw 8khz PCM Audio support" +#~ msgstr "load =&gt; .so ; Raw aLaw 8khz PCM Audio support" + +#~ msgid "Raw Signed Linear Audio support (SLN)" +#~ msgstr "Raw Signed Linear Audio support (SLN)" + +#~ msgid "Dialogic VOX (ADPCM) File Format" +#~ msgstr "Dialogic VOX (ADPCM) File Format" + +#~ msgid "Microsoft WAV format (8000hz Signed Line" +#~ msgstr "Microsoft WAV format (8000hz Signed Line" + +#~ msgid "Microsoft WAV format (Proprietary GSM)" +#~ msgstr "Microsoft WAV format (Proprietary GSM)" + +#~ msgid "Caller ID related dialplan functions" +#~ msgstr "Caller ID liên quan đến chức năng dialplan " + +#~ msgid "ENUM Functions" +#~ msgstr "chức năng ENUM" + +#~ msgid "URI encoding / decoding functions" +#~ msgstr "Chức năng URI encoding / decoding " + +#~ msgid "Asterisk Extension Language Compiler" +#~ msgstr "Asterisk Extension Language Compiler" + +#~ msgid "Text Extension Configuration" +#~ msgstr "Cấu hình Text Extension " + +#~ msgid "load => .so ; Builtin dialplan functions" +#~ msgstr "load =&gt; .so ; chức năng Builtin dialplan " + +#~ msgid "Loopback Switch" +#~ msgstr "Loopback Switch" + +#~ msgid "Realtime Switch" +#~ msgstr "Realtime Switch" + +#~ msgid "Outgoing Spool Support" +#~ msgstr "Há»— trợ outgoing spool" + +#~ msgid "Wil Cal U (Auto Dialer)" +#~ msgstr "Wil Cal U (Auto Dialer)" + +#~ msgid "MySQL Config Resource" +#~ msgstr "MySQL Config Resource" + +#~ msgid "ODBC Config Resource" +#~ msgstr "ODBC Config Resource" + +#~ msgid "PGSQL Module" +#~ msgstr "PGSQL Module" + +#~ msgid "Cryptographic Digital Signatures" +#~ msgstr "Cryptographic Digital Signatures" + +#~ msgid "Call Parking Resource" +#~ msgstr "Call Parking Resource" + +#~ msgid "Indications Configuration" +#~ msgstr "Cấu hình indications" + +#~ msgid "Call Monitoring Resource" +#~ msgstr "Call Monitoring Resource" + +#~ msgid "Music On Hold Resource" +#~ msgstr "Music On Hold Resource" + +#~ msgid "ODBC Resource" +#~ msgstr "ODBC Resource" + +#~ msgid "SMDI Module" +#~ msgstr "SMDI Module" + +#~ msgid "SNMP Module" +#~ msgstr "SNMP Module" + +#~ msgid "Music On Hold" +#~ msgstr "Music On Hold" + +#~ msgid "Application" +#~ msgstr "Ứng dụng" + +#~ msgid "Directory of Music" +#~ msgstr "ThÆ° mục music" + +#~ msgid "Option mode" +#~ msgstr "Chế Ä‘á»™ tùy chá»n" + +#~ msgid "Random Play" +#~ msgstr "Random Play" + +#~ msgid "DTMF mode" +#~ msgstr "chế Ä‘á»™ DTMF" + +#~ msgid "Primary domain identity for From: headers" +#~ msgstr "Nhận dạng primary domain cho From: headers" + +#~ msgid "From user (required by many SIP providers)" +#~ msgstr "Từ user (yêu cầu bởi nhiá»u nhà cung cấp SIP)" + +#~ msgid "Ring on incoming dialplan contexts" +#~ msgstr "Ring on incoming dialplan contexts" + +#~ msgid "Allow Insecure for" +#~ msgstr "Cho phép không an toàn cho" + +#~ msgid "Mailbox for MWI" +#~ msgstr "Há»™p thÆ° cho MWI" + +#~ msgid "NAT between phone and Asterisk" +#~ msgstr "NAT giữa Ä‘iện thoại và Asterisk" + +#~ msgid "Check tags in headers" +#~ msgstr "Kiểm tra tags trong headers" + +#~ msgid "Reply Timeout (ms) for down connection" +#~ msgstr "Trả lá»i Timeout (ms) cho down kết nối" + +#~ msgid "Register connection" +#~ msgstr "Äăng ký kết nối" + +#~ msgid "Dial own extension for mailbox" +#~ msgstr "Gá»i nhánh số cho há»™p thÆ°" + +#~ msgid "Client Type" +#~ msgstr "Loại Client" + +#~ msgid "Username" +#~ msgstr "Username" + +#~ msgid "Section sipgeneral" +#~ msgstr "Section sipgeneral" + +#~ msgid "Allow codecs" +#~ msgstr "Cho phép Codecs" + +#~ msgid "SIP realm" +#~ msgstr "SIP realm" + +#~ msgid "Voicemail general options" +#~ msgstr "ThÆ° thoại tùy chá»n tổng quát" + +#~ msgid "From Email address of server" +#~ msgstr "Từ địa chỉ email của server" + +#~ msgid "Voice Mail boxes" +#~ msgstr "Há»™p thÆ° thoại" + +#~ msgid "Email contains attachment" +#~ msgstr "Email bao gồm attachment" + +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgid "Display Name" +#~ msgstr "Tên display" + +#~ msgid "Password" +#~ msgstr "Mật khẩu" + +#~ msgid "zone" +#~ msgstr "zone" + +#~ msgid "Voice Zone settings" +#~ msgstr "Cài đặt voice zone" + +#~ msgid "Message Format" +#~ msgstr "Message Format" diff --git a/applications/luci-app-asterisk/po/zh-cn/asterisk.po b/applications/luci-app-asterisk/po/zh-cn/asterisk.po new file mode 100644 index 0000000..9ef2f1f --- /dev/null +++ b/applications/luci-app-asterisk/po/zh-cn/asterisk.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-04-02 19:34+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +#~ msgid "Asterisk General Options" +#~ msgstr "Asterisk 基本选项" + +# test +#~ msgid "AGI directory" +#~ msgstr "AGI 目录" + +#~ msgid "Cache recorded sound files during recording" +#~ msgstr "录音时缓存录音文件" + +#~ msgid "Debug Level" +#~ msgstr "调试级别" + +#~ msgid "Disable some warnings" +#~ msgstr "å±è”½éƒ¨åˆ†è­¦å‘Š" + +#~ msgid "Dump core on crash" +#~ msgstr "系统崩溃时记录错误信æ¯" + +#~ msgid "High Priority" +#~ msgstr "高优先级" + +#~ msgid "Initialise Crypto" +#~ msgstr "åˆå§‹åŒ–加密" + +#~ msgid "Use Internal Timing" +#~ msgstr "使用内部计时器" + +#~ msgid "Log directory" +#~ msgstr "日志目录" + +#~ msgid "Maximum number of calls allowed" +#~ msgstr "最大å…许呼å«æ•°" + +#~ msgid "Maximum load to stop accepting new calls" +#~ msgstr "å…许接å—新呼å«çš„最大负载" + +#~ msgid "Disable console colors" +#~ msgstr "ç¦ç”¨æŽ§åˆ¶å°è‰²å½©" + +#~ msgid "Sound files Cache directory" +#~ msgstr "音效文件缓存目录" + +#~ msgid "The Group to run as" +#~ msgstr "以此“组â€æƒé™è¿è¡Œ" + +#~ msgid "The User to run as" +#~ msgstr "以此“用户â€èº«ä»½è¿è¡Œ" + +#~ msgid "Voicemail Spool directory" +#~ msgstr "语音邮件缓存目录" + +#~ msgid "Prefix UniquID with system name" +#~ msgstr "UniquIDå‰åŠ ç³»ç»Ÿååšå‰ç¼€" + +#~ msgid "Build transcode paths via SLINEAR, not directly" +#~ msgstr "ç”±SLINEAR间接建立转ç è·¯å¾„" + +#~ msgid "Transmit SLINEAR silence while recording a channel" +#~ msgstr "对频é“录音时传é€SLINEARé™é»˜" + +#~ msgid "Verbose Level" +#~ msgstr "详细级别" + +#~ msgid "Time Zone" +#~ msgstr "时区" + +#~ msgid "Section dialplan" +#~ msgstr "段内拨å·è®¡åˆ’" + +#~ msgid "include" +#~ msgstr "包å«" + +#~ msgid "Dialplan Extension" +#~ msgstr "拨å·è®¡åˆ’ 扩展" + +#~ msgid "Dialplan General Options" +#~ msgstr "拨å·è®¡åˆ’ 基本å‚æ•°" + +#~ msgid "Allow transfer" +#~ msgstr "å…许 呼å«è½¬ç§»" + +#~ msgid "Clear global vars" +#~ msgstr "清除全局å˜é‡" + +#~ msgid "Dialplan Goto" +#~ msgstr "拨å·è®¡åˆ’至" + +#~ msgid "Dialplan Conference" +#~ msgstr "会议拨å·è®¡åˆ’" + +#~ msgid "Dialplan Time" +#~ msgstr "时间拨å·è®¡åˆ’" + +#~ msgid "Dialplan Voicemail" +#~ msgstr "语音信箱拨å·è®¡åˆ’" + +#~ msgid "Dial Zones for Dialplan" +#~ msgstr "适用拨å·è®¡åˆ’的拨å·åŒºåŸŸ" + +#~ msgid "Prefix to add matching dialplans" +#~ msgstr "用于匹é…拨å·è®¡åˆ’çš„å‰ç¼€" + +#~ msgid "Match International prefix" +#~ msgstr "匹é…的国际å‰ç¼€" + +#~ msgid "localzone" +#~ msgstr "本地区域" + +#~ msgid "Match plan" +#~ msgstr "匹é…计划" + +#~ msgid "Connection to use" +#~ msgstr "使用连接" + +#~ msgid "Feature Key maps" +#~ msgstr "特殊键映射" + +#~ msgid "Attended transfer key" +#~ msgstr "加入传输键" + +#~ msgid "Blind transfer key" +#~ msgstr "å±è”½ä¼ è¾“é”®" + +#~ msgid "Key to Disconnect call" +#~ msgstr "结æŸå‘¼å«é”®" + +#~ msgid "Key to Park call" +#~ msgstr "呼å«é©»ç•™é”®" + +#~ msgid "Parking Feature" +#~ msgstr "驻留特性" + +#~ msgid "ADSI Park" +#~ msgstr "ADSI驻留" + +#~ msgid "Attended transfer timeout (sec)" +#~ msgstr "加入传输超时(秒)" + +#~ msgid "One touch record key" +#~ msgstr "一键录制" + +#~ msgid "Email" +#~ msgstr "Email" + +#~ msgid "Display Name" +#~ msgstr "显示åå­—" + +#~ msgid "Password" +#~ msgstr "密ç " + +#~ msgid "zone" +#~ msgstr "区" + +#~ msgid "Message Format" +#~ msgstr "消æ¯æ ¼å¼" diff --git a/applications/luci-app-asterisk/po/zh-tw/asterisk.po b/applications/luci-app-asterisk/po/zh-tw/asterisk.po new file mode 100644 index 0000000..c7eef9d --- /dev/null +++ b/applications/luci-app-asterisk/po/zh-tw/asterisk.po @@ -0,0 +1,13 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-08-06 23:52+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.9.0\n" diff --git a/applications/luci-app-asterisk/root/etc/config/asterisk b/applications/luci-app-asterisk/root/etc/config/asterisk new file mode 100644 index 0000000..2484097 --- /dev/null +++ b/applications/luci-app-asterisk/root/etc/config/asterisk @@ -0,0 +1,231 @@ +config 'asterisk' + option 'verbose' 3 + option 'debug' 3 + option 'zone' 'Australia/Perth' + +config 'hardware' 'reboot' + option 'method' 'web' + option 'param' 'http://ata.lan/admin/reboot' + +config 'feature' 'park' + option 'parkenabled' 'yes' + option 'parkext' '700' + option 'parkpos' '701-720' + option 'context' 'parkedcalls' + option 'parkingtime' '45' + option 'courtesytone' 'beep' + option 'parkedplay' 'caller' + option 'adsipark' 'yes' + option 'findslot' 'first' + option 'parkedmusicclass' 'default' + option 'transferdigittimeout' '3' + option 'xfersound' 'beep' + option 'xferfailsound' 'beeperr' + option 'pickupexten' '"*8"' + option 'featuredigittimeout' '500' + option 'atxfernoanswertimeout' '15' + +config 'feature' 'map' + option 'blindxfer' '#1' + option 'disconnect' '*0' + option 'automon' '*1' + option 'atxfer' '#2' + option 'parkcall' '#30' + +config 'sipgeneral' + option 'realm' 'sip.mydomain.net' + option 'allow' 'alaw' + option 'extension' '102' + +config 'module' + option 'res_config_mysql' 'no' + option 'res_crypto' 'auto' + option 'chan_iax2' 'yes' + +config 'sip' 'PAP2T' + option 'type' 'friend' + option 'extension' '101' + option 'username' 'PAP2T' + option 'secret' 'mypass' + option 'port' '5061' + option 'host' '' + option 'dtmfmode' 'rfc2833' + option 'insecure' 'very' + option 'context' 'internal' + option 'mailbox' '1001@default' + option 'nat' 'no' + option 'canreinvite' 'nonat' + option 'selfmailbox' 'yes' + option 'incoming' 'provider_inbound' + +config 'sip' 'PAP2T2' + option 'type' 'friend' + option 'extension' '101' + option 'username' 'PAP2T2' + option 'secret' 'mysecret' + option 'port' '5060' + option 'host' '' + option 'dtmfmode' 'rfc2833' + option 'insecure' 'very' + option 'context' 'internal' + option 'mailbox' '1001@default' + option 'nat' 'no' + option 'canreinvite' 'nonat' + option 'selfmailbox' 'yes' + option 'incoming' 'provider_inbound' + +config 'sip' 'providerphone' + option 'provider' 'yes' + option 'type' 'friend' + option 'timeout' '55' + option 'internationalprefix' '0011' + option 'alwaysinternational' 'no' + option 'countrycode' '63' + option 'register' 'yes' + option 'host' '200.200.200.200' + option 'username' '0899999999' + option 'fromuser' '0899999999' + option 'secret' 'mysecret' + option 'fromdomain' 'providerphone.provider.net.au' + option 'context' 'provider_inbound' + option 'canreinvite' 'no' + option 'nat' 'yes' + option 'qualify' 'yes' + option 'insecure' 'very' + option 'pedantic' 'no' + option 'qualify' '1000' + +config 'iaxgeneral' + option 'static' 'yes' + option 'writeprotect' 'no' + option 'canreinvite' 'no' + option 'allow' 'ulaw,gsm' + +config 'iax' 'nell' + option 'type' 'friend' + option 'extension' '108' + option 'host' '' + option 'username' 'nell' + option 'secret' 'mypass' + option 'context' 'internal' + +config 'iax' 'iax_vista' + option 'extension' '106' + option 'type' 'friend' + option 'host' '' + option 'username' 'vista' + option 'secret' 'mysecret' + option 'context' 'internal' + +config 'iax' 'sam' + option 'type' 'friend' + option 'extension' '103' + option 'host' '' + option 'username' 'sam' + option 'secret' 'mysecret' + option 'context' 'internal' + +config 'voicegeneral' + option 'serveremail' 'voice@sip.mydomain.net' + +config 'voicemail' + option 'number' '1001' + option 'context' 'default' + option 'password' '0000' + option 'name' 'Family' + option 'email' 'us@mydomain.net' + option 'zone' 'wa' + option 'attach' 'no' + +config 'voicezone' 'wa' + option 'zone' 'Australia/Perth' + option 'message' 'Q IMp' + +config 'voicezone' 'military' + option 'zone' 'Zulu' + option 'message' '"vm-received" q "digits/at" H N "hours" "phonetic/z_p"' + +config 'incominggeneral' + option 'allowtransfer' 'no' + option 'timeout' '20' + option 'answerfirst' 'no' + option 'mailbox' '1001@default' + +config 'dialplangeneral' + option 'static' 'yes' + option 'writeprotect' 'no' + option 'canreinvite' 'no' + option 'clearglobalvars' 'no' + option 'allowtransfer' 'no' + +config 'dialplan' 'internal' + option 'include' 'localcall interstate smartnumber emergency extensions' + +config 'dialplanvoice' + option 'dialplan' 'internal' + option 'extension' '1001' + option 'voicecontext' 'default' + option 'voicebox' '1001' + +config 'dialplansaytime' + option 'dialplan' 'internal' + option 'extension' '108' + +config 'dialplanmeetme' + option 'dialplan' 'internal' + option 'extension' '109' + option 'room' '101' + +config 'dialplanmeetme' + option 'dialplan' 'internal' + option 'extension' '1009' + option 'room' '' + +config 'dialplan' 'localinternational' + option 'include' 'mobile interstate' + +config 'dialzone' 'interstate' + option 'uses' 'SIP/providerphone' + option 'match' '0[235-8]NXXXXXXX' + option 'localprefix' '0' + +config 'dialzone' 'mobile' + option 'uses' 'SIP/providerphone' + option 'match' '04XXXXXXXX' + option 'localprefix' '0' + +config 'dialzone' 'smartnumber' + option 'uses' 'SIP/providerphone' + option 'match' '1[835]00.' + option 'match' '13ZXXX' + +config 'dialzone' 'emergency' + option 'uses' 'SIP/providerphone' + option 'match' '000' + option 'match' '112' + +config 'dialzone' 'localcall' + option 'uses' 'SIP/providerphone' + option 'match' 'NXXXXXXX' + option 'addprefix' '08' + option 'localprefix' '0' + +config 'dialzone' 'international' + option 'uses' 'SIP/providerphone' + option 'international' '0011,+' + option 'localzone' 'localinternational' + option 'localprefix' '0' + option 'addprefix' '' + +config 'meetmegeneral' + option 'audiobuffers' '32' + +config 'meetme' + option 'room' '101' + option 'pin' '' + option 'adminpin' '' + +config 'moh' 'default' + option 'mode' 'files' + option 'directory' '/opt/moh' + option 'random' 'no' diff --git a/applications/luci-app-asterisk/root/etc/uci-defaults/luci-asterisk b/applications/luci-app-asterisk/root/etc/uci-defaults/luci-asterisk new file mode 100755 index 0000000..e45819f --- /dev/null +++ b/applications/luci-app-asterisk/root/etc/uci-defaults/luci-asterisk @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@asterisk[-1] + add ucitrack asterisk + set ucitrack.@asterisk[-1].init=asterisk + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-commands/Makefile b/applications/luci-app-commands/Makefile new file mode 100644 index 0000000..dc5d0ca --- /dev/null +++ b/applications/luci-app-commands/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Shell Command Module +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-commands/luasrc/controller/commands.lua b/applications/luci-app-commands/luasrc/controller/commands.lua new file mode 100644 index 0000000..16528d1 --- /dev/null +++ b/applications/luci-app-commands/luasrc/controller/commands.lua @@ -0,0 +1,227 @@ +-- Copyright 2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.commands", package.seeall) + +function index() + entry({"admin", "system", "commands"}, firstchild(), _("Custom Commands"), 80) + entry({"admin", "system", "commands", "dashboard"}, template("commands"), _("Dashboard"), 1) + entry({"admin", "system", "commands", "config"}, cbi("commands"), _("Configure"), 2) + entry({"admin", "system", "commands", "run"}, call("action_run"), nil, 3).leaf = true + entry({"admin", "system", "commands", "download"}, call("action_download"), nil, 3).leaf = true + + entry({"command"}, call("action_public"), nil, 1).leaf = true +end + +--- Decode a given string into arguments following shell quoting rules +--- [[abc \def "foo\"bar" abc'def']] -> [[abc def]] [[foo"bar]] [[abcdef]] +local function parse_args(str) + local args = { } + + local function isspace(c) + if c == 9 or c == 10 or c == 11 or c == 12 or c == 13 or c == 32 then + return c + end + end + + local function isquote(c) + if c == 34 or c == 39 or c == 96 then + return c + end + end + + local function isescape(c) + if c == 92 then + return c + end + end + + local function ismeta(c) + if c == 36 or c == 92 or c == 96 then + return c + end + end + + --- Convert given table of byte values into a Lua string and append it to + --- the "args" table. Segment byte value sequence into chunks of 256 values + --- to not trip over the parameter limit for string.char() + local function putstr(bytes) + local chunks = { } + local csz = 256 + local upk = unpack + local chr = string.char + local min = math.min + local len = #bytes + local off + + for off = 1, len, csz do + chunks[#chunks+1] = chr(upk(bytes, off, min(off + csz - 1, len))) + end + + args[#args+1] = table.concat(chunks) + end + + --- Scan substring defined by the indexes [s, e] of the string "str", + --- perform unquoting and de-escaping on the fly and store the result in + --- a table of byte values which is passed to putstr() + local function unquote(s, e) + local off, esc, quote + local res = { } + + for off = s, e do + local byte = str:byte(off) + local q = isquote(byte) + local e = isescape(byte) + local m = ismeta(byte) + + if e then + esc = true + elseif esc then + if m then res[#res+1] = 92 end + res[#res+1] = byte + esc = false + elseif q and quote and q == quote then + quote = nil + elseif q and not quote then + quote = q + else + if m then res[#res+1] = 92 end + res[#res+1] = byte + end + end + + putstr(res) + end + + --- Find substring boundaries in "str". Ignore escaped or quoted + --- whitespace, pass found start- and end-index for each substring + --- to unquote() + local off, esc, start, quote + for off = 1, #str + 1 do + local byte = str:byte(off) + local q = isquote(byte) + local s = isspace(byte) or (off > #str) + local e = isescape(byte) + + if esc then + esc = false + elseif e then + esc = true + elseif q and quote and q == quote then + quote = nil + elseif q and not quote then + start = start or off + quote = q + elseif s and not quote then + if start then + unquote(start, off - 1) + start = nil + end + else + start = start or off + end + end + + --- If the "quote" is still set we encountered an unfinished string + if quote then + unquote(start, #str) + end + + return args +end + +local function parse_cmdline(cmdid, args) + local uci = require "luci.model.uci".cursor() + if uci:get("luci", cmdid) == "command" then + local cmd = uci:get_all("luci", cmdid) + local argv = parse_args(cmd.command) + local i, v + + if cmd.param == "1" and args then + for i, v in ipairs(parse_args(luci.http.urldecode(args))) do + argv[#argv+1] = v + end + end + + for i, v in ipairs(argv) do + if v:match("[^%w%.%-i/]") then + argv[i] = '"%s"' % v:gsub('"', '\\"') + end + end + + return argv + end +end + +function action_run(...) + local fs = require "nixio.fs" + local argv = parse_cmdline(...) + if argv then + local outfile = os.tmpname() + local errfile = os.tmpname() + + local rv = os.execute(table.concat(argv, " ") .. " >%s 2>%s" %{ outfile, errfile }) + local stdout = fs.readfile(outfile, 1024 * 512) or "" + local stderr = fs.readfile(errfile, 1024 * 512) or "" + + fs.unlink(outfile) + fs.unlink(errfile) + + local binary = not not (stdout:match("[%z\1-\8\14-\31]")) + + luci.http.prepare_content("application/json") + luci.http.write_json({ + command = table.concat(argv, " "), + stdout = not binary and stdout, + stderr = stderr, + exitcode = rv, + binary = binary + }) + else + luci.http.status(404, "No such command") + end +end + +function action_download(...) + local fs = require "nixio.fs" + local argv = parse_cmdline(...) + if argv then + local fd = io.popen(table.concat(argv, " ") .. " 2>/dev/null") + if fd then + local chunk = fd:read(4096) or "" + local name + if chunk:match("[%z\1-\8\14-\31]") then + luci.http.header("Content-Disposition", "attachment; filename=%s" + % fs.basename(argv[1]):gsub("%W+", ".") .. ".bin") + luci.http.prepare_content("application/octet-stream") + else + luci.http.header("Content-Disposition", "attachment; filename=%s" + % fs.basename(argv[1]):gsub("%W+", ".") .. ".txt") + luci.http.prepare_content("text/plain") + end + + while chunk do + luci.http.write(chunk) + chunk = fd:read(4096) + end + + fd:close() + else + luci.http.status(500, "Failed to execute command") + end + else + luci.http.status(404, "No such command") + end +end + +function action_public(cmdid, args) + local uci = require "luci.model.uci".cursor() + if cmdid and + uci:get("luci", cmdid) == "command" and + uci:get("luci", cmdid, "public") == "1" + then + action_download(cmdid, args) + else + luci.http.status(403, "Access to command denied") + end +end diff --git a/applications/luci-app-commands/luasrc/model/cbi/commands.lua b/applications/luci-app-commands/luasrc/model/cbi/commands.lua new file mode 100644 index 0000000..7794f15 --- /dev/null +++ b/applications/luci-app-commands/luasrc/model/cbi/commands.lua @@ -0,0 +1,27 @@ +-- Copyright 2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local m, s + +m = Map("luci", translate("Custom Commands"), + translate("This page allows you to configure custom shell commands which can be easily invoked from the web interface.")) + +s = m:section(TypedSection, "command", "") +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true + + +s:option(Value, "name", translate("Description"), + translate("A short textual description of the configured command")) + +s:option(Value, "command", translate("Command"), + translate("Command line to execute")) + +s:option(Flag, "param", translate("Custom arguments"), + translate("Allow the user to provide additional command line arguments")) + +s:option(Flag, "public", translate("Public access"), + translate("Allow executing the command and downloading its output without prior authentication")) + +return m diff --git a/applications/luci-app-commands/luasrc/view/commands.htm b/applications/luci-app-commands/luasrc/view/commands.htm new file mode 100644 index 0000000..73b9e6a --- /dev/null +++ b/applications/luci-app-commands/luasrc/view/commands.htm @@ -0,0 +1,169 @@ +<%# + Copyright 2012 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<% css = [[ + +.commandbox { + height: 12em; + width: 30%; + float: left; + height: 12em; + margin: 5px; + position: relative; +} + +.commandbox h3 { + font-size: 1.5em !important; + line-height: 2em !important; + margin: 0 !important; +} + +.commandbox input[type="text"] { + width: 50% !important; +} + +.commandbox div { + position: absolute; + left: 0; + bottom: 1.5em; +} + +]] -%> + +<%+header%> + + + + +<% + local uci = require "luci.model.uci".cursor() + local commands = { } + + uci:foreach("luci", "command", function(s) commands[#commands+1] = s end) +%> + +
"> +
+

<%:Custom Commands%>

+ +
+ <% local _, command; for _, command in ipairs(commands) do %> +
+

<%=pcdata(command.name)%>

+

<%:Command:%> <%=pcdata(command.command)%>

+ <% if command.param == "1" then %> +

<%:Arguments:%>

+ <% end %> +
+ + + <% if command.public == "1" then %> + + <% end %> +
+
+ <% end %> + +

+ +
+
+ + +
+ +<%+footer%> diff --git a/applications/luci-app-commands/po/ca/commands.po b/applications/luci-app-commands/po/ca/commands.po new file mode 100644 index 0000000..9dc23b2 --- /dev/null +++ b/applications/luci-app-commands/po/ca/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-06 10:41+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Una breva descripció textual de l'ordre configurat" + +msgid "Access command with" +msgstr "Accedeix l'ordre amb" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permet la execució de l'ordre i la baixada de la seva sortida sense " +"autenticació prèvia" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permet que l'usuari proveïa paràmetres de línia de consola addicionals" + +msgid "Arguments:" +msgstr "Paràmetres:" + +msgid "Binary data not displayed, download instead." +msgstr "Els dades binaris no es mostren, descarregueu-los." + +msgid "Code:" +msgstr "Codi:" + +msgid "Collecting data..." +msgstr "Recollint dades..." + +msgid "Command" +msgstr "Ordre" + +msgid "Command failed" +msgstr "L'ordre ha fallat" + +msgid "Command line to execute" +msgstr "Línia d'ordre per executar" + +msgid "Command successful" +msgstr "L'ordre ha tingut èxit" + +msgid "Command:" +msgstr "Ordre;" + +msgid "Configure" +msgstr "Configura" + +msgid "Custom Commands" +msgstr "Ordres personalitzats" + +msgid "Custom arguments" +msgstr "Paràmetres personalitzats" + +msgid "Dashboard" +msgstr "Panell" + +msgid "Description" +msgstr "Descripció" + +msgid "Download" +msgstr "Baixa" + +msgid "Failed to execute command!" +msgstr "L'execució de l'ordre ha fallat!" + +msgid "Link" +msgstr "Enllaç" + +msgid "Loading" +msgstr "Carregant" + +msgid "Public access" +msgstr "Accés públic" + +msgid "Run" +msgstr "Executa" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Aquesta pàgina us permet configurar ordres de consola personalitzats que es " +"poden invocar fàcilment de la interfície web." + +msgid "Waiting for command to complete..." +msgstr "Esperant que l'ordre acabi..." diff --git a/applications/luci-app-commands/po/cs/commands.po b/applications/luci-app-commands/po/cs/commands.po new file mode 100644 index 0000000..64949bd --- /dev/null +++ b/applications/luci-app-commands/po/cs/commands.po @@ -0,0 +1,96 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 19:01+0200\n" +"Last-Translator: KubaCZ \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Krátky popis nastaveného příkazu" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "Povolit vykonání příkazu a stažení výstupu bez pÅ™edchozí autentizace." + +msgid "Allow the user to provide additional command line arguments" +msgstr "Povolit uživateli poskytnout dodateÄné argumenty příkazového řádku" + +msgid "Arguments:" +msgstr "Argumenty:" + +msgid "Binary data not displayed, download instead." +msgstr "Binární data nezobrazena, stáhnÄ›te si je." + +msgid "Code:" +msgstr "Kód:" + +msgid "Collecting data..." +msgstr "Sbírání dat..." + +msgid "Command" +msgstr "Příkaz" + +msgid "Command failed" +msgstr "Příkaz selhal" + +msgid "Command line to execute" +msgstr "Příkazový řádek k vykonání" + +msgid "Command successful" +msgstr "Příkaz úspěšný." + +msgid "Command:" +msgstr "Příkaz:" + +msgid "Configure" +msgstr "Konfigurovat" + +msgid "Custom Commands" +msgstr "Vlastní příkazy" + +msgid "Custom arguments" +msgstr "Vlastní parametry" + +msgid "Dashboard" +msgstr "Řídicí panel" + +msgid "Description" +msgstr "Popis" + +msgid "Download" +msgstr "Stáhnout" + +msgid "Failed to execute command!" +msgstr "Chyba pÅ™i zpracování příkazu!" + +msgid "Link" +msgstr "Odkaz" + +msgid "Loading" +msgstr "Nahrávám" + +msgid "Public access" +msgstr "VeÅ™ejný přístup" + +msgid "Run" +msgstr "Spustit" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Tato stránka umožňuje nastavit vlastní příkazy shellu, které lze snadno " +"vyvolat z webového rozhraní." + +msgid "Waiting for command to complete..." +msgstr "ÄŒekejte na dokonÄení příkazu..." diff --git a/applications/luci-app-commands/po/de/commands.po b/applications/luci-app-commands/po/de/commands.po new file mode 100644 index 0000000..2b7c631 --- /dev/null +++ b/applications/luci-app-commands/po/de/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-21 18:45+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Kurze Beschreibung des abgespeicherten Kommandos" + +msgid "Access command with" +msgstr "Kommando aufrufen mit" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Ausführen des Kommandos und Herunterladen der Ausgabe ohne vorherige " +"Authentifizierung ermöglichen" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Erlaube dem Nutzer zusätzliche Kommandozeilenargumente zu übergeben" + +msgid "Arguments:" +msgstr "Argumente:" + +msgid "Binary data not displayed, download instead." +msgstr "Binärdaten ausgeblendet, laden Sie die Ausgaben stattdessen herunter" + +msgid "Code:" +msgstr "Rückgabewert:" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Command" +msgstr "Kommando" + +msgid "Command failed" +msgstr "Kommando fehlgeschlagen" + +msgid "Command line to execute" +msgstr "Auszuführende Kommandozeile" + +msgid "Command successful" +msgstr "Kommando erfolgreich" + +msgid "Command:" +msgstr "Kommando:" + +msgid "Configure" +msgstr "Konfigurieren" + +msgid "Custom Commands" +msgstr "Benutzerdefinierte Kommandos" + +msgid "Custom arguments" +msgstr "Benutzerdefinierte Argumente" + +msgid "Dashboard" +msgstr "Ãœbersicht" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Download" +msgstr "Herunterladen" + +msgid "Failed to execute command!" +msgstr "Kommando konnte nicht ausgeführt werden!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Lade" + +msgid "Public access" +msgstr "Öffentlicher Zugriff" + +msgid "Run" +msgstr "Ausführen" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Diese Seite ermöglicht die Konfiguration eigener Shell-Kommandos um diese " +"einfach über das Webinterface ausführen zu können." + +msgid "Waiting for command to complete..." +msgstr "Warte auf die Ausführung des Kommandos..." diff --git a/applications/luci-app-commands/po/el/commands.po b/applications/luci-app-commands/po/el/commands.po new file mode 100644 index 0000000..0e9e65d --- /dev/null +++ b/applications/luci-app-commands/po/el/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/en/commands.po b/applications/luci-app-commands/po/en/commands.po new file mode 100644 index 0000000..754a229 --- /dev/null +++ b/applications/luci-app-commands/po/en/commands.po @@ -0,0 +1,95 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "A short textual description of the configured command" + +msgid "Access command with" +msgstr "Access command with" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Allow executing the command and downloading its output without prior " +"authentication" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Allow the user to provide additional command line arguments" + +msgid "Arguments:" +msgstr "Arguments:" + +msgid "Binary data not displayed, download instead." +msgstr "Binary data not displayed, download instead." + +msgid "Code:" +msgstr "Code:" + +msgid "Collecting data..." +msgstr "Collecting data..." + +msgid "Command" +msgstr "Command" + +msgid "Command failed" +msgstr "Command failed" + +msgid "Command line to execute" +msgstr "Command line to execute" + +msgid "Command successful" +msgstr "Command successful" + +msgid "Command:" +msgstr "Command:" + +msgid "Configure" +msgstr "Configure" + +msgid "Custom Commands" +msgstr "Custom Commands" + +msgid "Custom arguments" +msgstr "Custom arguments" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Description" + +msgid "Download" +msgstr "Download" + +msgid "Failed to execute command!" +msgstr "Failed to execute command!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Loading" + +msgid "Public access" +msgstr "Public access" + +msgid "Run" +msgstr "Run" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." + +msgid "Waiting for command to complete..." +msgstr "Waiting for command to complete..." diff --git a/applications/luci-app-commands/po/es/commands.po b/applications/luci-app-commands/po/es/commands.po new file mode 100644 index 0000000..8052452 --- /dev/null +++ b/applications/luci-app-commands/po/es/commands.po @@ -0,0 +1,97 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-24 10:16+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Descripción breve del comando a configurar" + +msgid "Access command with" +msgstr "Acceder al comando con" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permitir ejecutar el comando y descargar su salida sin más autentificación" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permitir al usuario añadir parámetros de línea de comandos" + +msgid "Arguments:" +msgstr "Parámetros:" + +msgid "Binary data not displayed, download instead." +msgstr "No se pueden mostrar datos binarios, descárguelos." + +msgid "Code:" +msgstr "Código:" + +msgid "Collecting data..." +msgstr "Recuperando datos..." + +msgid "Command" +msgstr "Comando" + +msgid "Command failed" +msgstr "Falló" + +msgid "Command line to execute" +msgstr "Comando a ejecutar" + +msgid "Command successful" +msgstr "OK" + +msgid "Command:" +msgstr "Comando:" + +msgid "Configure" +msgstr "Configurar" + +msgid "Custom Commands" +msgstr "Comandos propios" + +msgid "Custom arguments" +msgstr "Parámetros propios" + +msgid "Dashboard" +msgstr "Panel" + +msgid "Description" +msgstr "Descripción" + +msgid "Download" +msgstr "Descarga" + +msgid "Failed to execute command!" +msgstr "¡Error al ejecutar el comando!" + +msgid "Link" +msgstr "Enlace" + +msgid "Loading" +msgstr "Cargando" + +msgid "Public access" +msgstr "Acceso público" + +msgid "Run" +msgstr "Ejecutar" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Aquí puede configurar sus propios comandos shell para lanzarlos fácilmente " +"desde el interfaz web." + +msgid "Waiting for command to complete..." +msgstr "Esperando a que termine el comando..." diff --git a/applications/luci-app-commands/po/fr/commands.po b/applications/luci-app-commands/po/fr/commands.po new file mode 100644 index 0000000..fac1aff --- /dev/null +++ b/applications/luci-app-commands/po/fr/commands.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-12-12 13:36+0200\n" +"Last-Translator: maximeguillaud \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Une courte description de la commande configurée" + +msgid "Access command with" +msgstr "Accéder à la commande par" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Autoriser l'exécution de la commande et le téléchargement de son résultat " +"sans authentification préalable" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" +"Autoriser l'utilisateur à fournir des arguments de ligne de commande " +"supplémentaires" + +msgid "Arguments:" +msgstr "Arguments :" + +msgid "Binary data not displayed, download instead." +msgstr "Données binaires non affichables, elle peuvent être téléchargées." + +msgid "Code:" +msgstr "Code : " + +msgid "Collecting data..." +msgstr "Récupération des données ..." + +msgid "Command" +msgstr "Commande" + +msgid "Command failed" +msgstr "Echec de la commande" + +msgid "Command line to execute" +msgstr "Ligne de commande à exécuter" + +msgid "Command successful" +msgstr "Commande réussie" + +msgid "Command:" +msgstr "Commande :" + +msgid "Configure" +msgstr "Configurer" + +msgid "Custom Commands" +msgstr "Commandes personnalisées" + +msgid "Custom arguments" +msgstr "Arguments personnalisés" + +msgid "Dashboard" +msgstr "Tableau de bord" + +msgid "Description" +msgstr "Description" + +msgid "Download" +msgstr "Télécharger" + +msgid "Failed to execute command!" +msgstr "Echec de l'exécution de la commande ! " + +msgid "Link" +msgstr "Lien" + +msgid "Loading" +msgstr "Chargement" + +msgid "Public access" +msgstr "Accès public" + +msgid "Run" +msgstr "Exécuter" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Cette page vous permet de configurer des commandes shell personnalisées, " +"pouvant être invoquées facilement depuis l'interface web." + +msgid "Waiting for command to complete..." +msgstr "En attente de la commande pour finir..." diff --git a/applications/luci-app-commands/po/he/commands.po b/applications/luci-app-commands/po/he/commands.po new file mode 100644 index 0000000..0e9e65d --- /dev/null +++ b/applications/luci-app-commands/po/he/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/hu/commands.po b/applications/luci-app-commands/po/hu/commands.po new file mode 100644 index 0000000..5cd0ec7 --- /dev/null +++ b/applications/luci-app-commands/po/hu/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-24 18:47+0200\n" +"Last-Translator: Gábor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "A beállított parancs rövid szöveges leírása" + +msgid "Access command with" +msgstr "Parancs hozzáférése" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Engedélyezi a parancs végrehajtását és kimenetének letöltését elÅ‘zetes " +"hitelesítés nélkül" + +msgid "Allow the user to provide additional command line arguments" +msgstr "A felhasználó által további parancsori argumentumok adhatók meg" + +msgid "Arguments:" +msgstr "Argumentumok:" + +msgid "Binary data not displayed, download instead." +msgstr "Bináris adat nem jelenik meg, töltse le helyette." + +msgid "Code:" +msgstr "Kód:" + +msgid "Collecting data..." +msgstr "Adatgyűjtés..." + +msgid "Command" +msgstr "Paracs" + +msgid "Command failed" +msgstr "Parancs végrehajtás sikertelen" + +msgid "Command line to execute" +msgstr "Futtatandó parancssor" + +msgid "Command successful" +msgstr "Parancs végrehajtás sikeres" + +msgid "Command:" +msgstr "Parancs:" + +msgid "Configure" +msgstr "Beállítás" + +msgid "Custom Commands" +msgstr "Egyedi parancsok" + +msgid "Custom arguments" +msgstr "Egyedi argumentumok" + +msgid "Dashboard" +msgstr "VezérlÅ‘pult" + +msgid "Description" +msgstr "Leírás" + +msgid "Download" +msgstr "Letöltés" + +msgid "Failed to execute command!" +msgstr "Parancs végrehajtása sikertelen!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Betöltés" + +msgid "Public access" +msgstr "Nyilvános hozzáférés" + +msgid "Run" +msgstr "Futtatás" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Ezen az oldalon egyéni shell parancsokat állíthat be, amelyeket könnyen " +"felhasználhat a webes felületen." + +msgid "Waiting for command to complete..." +msgstr "Várakozás a parancs befejezésére..." diff --git a/applications/luci-app-commands/po/it/commands.po b/applications/luci-app-commands/po/it/commands.po new file mode 100644 index 0000000..c14b910 --- /dev/null +++ b/applications/luci-app-commands/po/it/commands.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 13:52+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Una breve descrizione testuale del comando configurato" + +msgid "Access command with" +msgstr "Accesso comando con" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Consentire l'esecuzione del comando e il download del suo output senza " +"previa autenticazione" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" +"Consente all'utente di fornire ulteriori argomenti della riga di comando" + +msgid "Arguments:" +msgstr "Argomenti:" + +msgid "Binary data not displayed, download instead." +msgstr "I dati binari non vengono visualizzati, ma possono essere scaricati." + +msgid "Code:" +msgstr "Codice:" + +msgid "Collecting data..." +msgstr "Raccolta dei dati..." + +msgid "Command" +msgstr "Comando" + +msgid "Command failed" +msgstr "Comando fallito" + +msgid "Command line to execute" +msgstr "Riga di comando da eseguire" + +msgid "Command successful" +msgstr "Comando riuscito" + +msgid "Command:" +msgstr "Comando:" + +msgid "Configure" +msgstr "Configura" + +msgid "Custom Commands" +msgstr "Comandi Personalizzati" + +msgid "Custom arguments" +msgstr "Argomenti Personalizzati" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Descrizione" + +msgid "Download" +msgstr "Download" + +msgid "Failed to execute command!" +msgstr "Impossibile eseguire il comando!" + +msgid "Link" +msgstr "Collegamento" + +msgid "Loading" +msgstr "Caricamento" + +msgid "Public access" +msgstr "Accesso Pubblico" + +msgid "Run" +msgstr "Esegui" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Questa pagina consente di configurare i comandi della shell personalizzate " +"che possono essere facilmente richiamati dall'interfaccia web." + +msgid "Waiting for command to complete..." +msgstr "In attesa del comando da completare..." diff --git a/applications/luci-app-commands/po/ja/commands.po b/applications/luci-app-commands/po/ja/commands.po new file mode 100644 index 0000000..3b01a35 --- /dev/null +++ b/applications/luci-app-commands/po/ja/commands.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-05 17:15+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "設定ã—ãŸã‚³ãƒžãƒ³ãƒ‰ã®ç°¡å˜ãªèª¬æ˜Žæ–‡ã‚’記載ã—ã¾ã™" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "コマンドラインã«å¯¾ã™ã‚‹å¼•æ•°ã®è¿½è¨˜ã‚’許å¯ã™ã‚‹ã‹è¨­å®šã—ã¾ã™" + +msgid "Arguments:" +msgstr "引数:" + +msgid "Binary data not displayed, download instead." +msgstr "ãƒã‚¤ãƒŠãƒªãƒ‡ãƒ¼ã‚¿ã¯è¡¨ç¤ºã•ã‚Œãšã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã•ã‚Œã¾ã™ã€‚" + +msgid "Code:" +msgstr "コード:" + +msgid "Collecting data..." +msgstr "データåŽé›†ä¸­ã§ã™..." + +msgid "Command" +msgstr "コマンド" + +msgid "Command failed" +msgstr "コマンド失敗" + +msgid "Command line to execute" +msgstr "実行ã™ã‚‹ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã‚’記載ã—ã¾ã™" + +msgid "Command successful" +msgstr "コマンドæˆåŠŸ" + +msgid "Command:" +msgstr "コマンド:" + +msgid "Configure" +msgstr "設定" + +msgid "Custom Commands" +msgstr "カスタムコマンド" + +msgid "Custom arguments" +msgstr "カスタム引数" + +msgid "Dashboard" +msgstr "ダッシュボード" + +msgid "Description" +msgstr "説明" + +msgid "Download" +msgstr "ダウンロード" + +msgid "Failed to execute command!" +msgstr "コマンドã®å®Ÿè¡Œã«å¤±æ•—ã—ã¾ã—ãŸ!" + +msgid "Link" +msgstr "リンク" + +msgid "Loading" +msgstr "読ã¿è¾¼ã¿ä¸­" + +msgid "Public access" +msgstr "パブリック・アクセス" + +msgid "Run" +msgstr "実行" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "ã“ã®ãƒšãƒ¼ã‚¸ã§ã¯ã€ã‚¦ã‚§ãƒ–インターフェースã‹ã‚‰ç°¡å˜ã«ã‚·ã‚§ãƒ«ãƒ»ã‚³ãƒžãƒ³ãƒ‰ã‚’実行ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Waiting for command to complete..." +msgstr "コマンド実行中ã§ã™..." diff --git a/applications/luci-app-commands/po/ms/commands.po b/applications/luci-app-commands/po/ms/commands.po new file mode 100644 index 0000000..6fbb983 --- /dev/null +++ b/applications/luci-app-commands/po/ms/commands.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/no/commands.po b/applications/luci-app-commands/po/no/commands.po new file mode 100644 index 0000000..29b76e5 --- /dev/null +++ b/applications/luci-app-commands/po/no/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-03-25 23:38+0200\n" +"Last-Translator: protx \n" +"Language-Team: none\n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "En kort tekstlig beskrivelse av den konfigurerte kommandoen" + +msgid "Access command with" +msgstr "Ã…pne kommandoen med" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Tillat Ã¥ utføre kommandoen og laste ned resultatet uten forutgÃ¥ende " +"godkjenning" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Tillat brukeren Ã¥ gi ytterligere kommandolinjeargumenter" + +msgid "Arguments:" +msgstr "Argumenter:" + +msgid "Binary data not displayed, download instead." +msgstr "Binære data vises ikke, last ned i stedet." + +msgid "Code:" +msgstr "Kode:" + +msgid "Collecting data..." +msgstr "Henter data..." + +msgid "Command" +msgstr "Kommando" + +msgid "Command failed" +msgstr "Kommando feilet" + +msgid "Command line to execute" +msgstr "Kommandolinje Ã¥ utføre" + +msgid "Command successful" +msgstr "Kommando vellykket" + +msgid "Command:" +msgstr "Kommando:" + +msgid "Configure" +msgstr "Konfigurer" + +msgid "Custom Commands" +msgstr "Egendefinerte Kommandoer" + +msgid "Custom arguments" +msgstr "Egendefinerte argumenter" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Download" +msgstr "Nedlasting" + +msgid "Failed to execute command!" +msgstr "Kunne ikke utføre kommandoen!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Laster" + +msgid "Public access" +msgstr "Tilgjengelig for alle" + +msgid "Run" +msgstr "Kjør" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Denne siden lar deg konfigurere egendefinerte shell-kommandoer som lett kan " +"startes fra webgrensesnittet." + +msgid "Waiting for command to complete..." +msgstr "Venter pÃ¥ at kommandoen fullføres..." diff --git a/applications/luci-app-commands/po/pl/commands.po b/applications/luci-app-commands/po/pl/commands.po new file mode 100644 index 0000000..6f660ba --- /dev/null +++ b/applications/luci-app-commands/po/pl/commands.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-02-25 18:03+0200\n" +"Last-Translator: TheTranslator2238 \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Krótki opis konfigurowanej komendy" + +msgid "Access command with" +msgstr "DostÄ™p do komendy przez" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Zezwól na uruchomienie komendy i pobranie wyjÅ›cia bez uprzedniego " +"uwierzytelnienia" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Pozwól użytkownikowi dodać argumenty wiersza poleceÅ„" + +msgid "Arguments:" +msgstr "Argumenty:" + +msgid "Binary data not displayed, download instead." +msgstr "Nie wyÅ›wietlono danych binarnych, możesz je pobrać." + +msgid "Code:" +msgstr "Kod:" + +msgid "Collecting data..." +msgstr "Zbieram dane:" + +msgid "Command" +msgstr "Komenda" + +msgid "Command failed" +msgstr "ZÅ‚a komenda" + +msgid "Command line to execute" +msgstr "Linia Komendy do wykonania" + +msgid "Command successful" +msgstr "Komenda Wykonana" + +msgid "Command:" +msgstr "Komenda:" + +msgid "Configure" +msgstr "Konfiguracja" + +msgid "Custom Commands" +msgstr "WÅ‚asne komendy" + +msgid "Custom arguments" +msgstr "WÅ‚asne argumenty" + +msgid "Dashboard" +msgstr "Tablica" + +msgid "Description" +msgstr "Opis" + +msgid "Download" +msgstr "Download" + +msgid "Failed to execute command!" +msgstr "Nie można wykonać komendy!" + +msgid "Link" +msgstr "ÅÄ…cze" + +msgid "Loading" +msgstr "Åadowanie" + +msgid "Public access" +msgstr "Publiczny dostÄ™p" + +msgid "Run" +msgstr "Uruchom" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Ta strona pozwala ci skonfigurować niestandardowÄ… komendÄ™ którÄ… można Å‚atwo " +"użyć z Web Interfejsa" + +msgid "Waiting for command to complete..." +msgstr "Czekanie na wykonanie komendy..." diff --git a/applications/luci-app-commands/po/pt-br/commands.po b/applications/luci-app-commands/po/pt-br/commands.po new file mode 100644 index 0000000..83c7bd5 --- /dev/null +++ b/applications/luci-app-commands/po/pt-br/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-03-15 22:02+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Uma pequena descrição textual do comando configurado" + +msgid "Access command with" +msgstr "Acessar o comando com" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permitir a execução do comando e descarregar o resultado sem autenticação " +"prévia" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permitir ao usuário inserir argumentos de linha de comando adicionais" + +msgid "Arguments:" +msgstr "Argumentos:" + +msgid "Binary data not displayed, download instead." +msgstr "Dados binários não mostrados, mas podem ser baixados." + +msgid "Code:" +msgstr "Código:" + +msgid "Collecting data..." +msgstr "Adquirindo dados..." + +msgid "Command" +msgstr "Comando" + +msgid "Command failed" +msgstr "O comando falhou" + +msgid "Command line to execute" +msgstr "Linha de comandos a executar" + +msgid "Command successful" +msgstr "Comando executado com sucesso" + +msgid "Command:" +msgstr "Comando:" + +msgid "Configure" +msgstr "Configurar" + +msgid "Custom Commands" +msgstr "Comandos Personalizados" + +msgid "Custom arguments" +msgstr "Argumentos personalizados" + +msgid "Dashboard" +msgstr "Painel de Controle" + +msgid "Description" +msgstr "Descrição" + +msgid "Download" +msgstr "Baixar" + +msgid "Failed to execute command!" +msgstr "Falha ao executar comando!" + +msgid "Link" +msgstr "Endereço" + +msgid "Loading" +msgstr "Carregando" + +msgid "Public access" +msgstr "Acesso público" + +msgid "Run" +msgstr "Executar" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Esta página permite a configuração de comandos personalizados que podem ser " +"facilmente executados através da interface web." + +msgid "Waiting for command to complete..." +msgstr "Aguardando a conclusão do comando..." diff --git a/applications/luci-app-commands/po/pt/commands.po b/applications/luci-app-commands/po/pt/commands.po new file mode 100644 index 0000000..a46b7d2 --- /dev/null +++ b/applications/luci-app-commands/po/pt/commands.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-02 19:17+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Uma pequena descrição textual do comando configurado" + +msgid "Access command with" +msgstr "Aceder ao comando com" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permitir a execução do comando e descarregar o resultado sem autenticação " +"prévia" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" +"Permitir que o utilizador forneça argumentos adicionais na linha de comandos" + +msgid "Arguments:" +msgstr "Argumentos:" + +msgid "Binary data not displayed, download instead." +msgstr "Dados binários não mostrados, mas pode descarregar." + +msgid "Code:" +msgstr "Código:" + +msgid "Collecting data..." +msgstr "A obter dados..." + +msgid "Command" +msgstr "Comando" + +msgid "Command failed" +msgstr "O comando falhou" + +msgid "Command line to execute" +msgstr "Linha de comandos a executar" + +msgid "Command successful" +msgstr "Comando executado com sucesso" + +msgid "Command:" +msgstr "Comando:" + +msgid "Configure" +msgstr "Configurar" + +msgid "Custom Commands" +msgstr "Comandos Personalizados" + +msgid "Custom arguments" +msgstr "Argumentos personalizados" + +msgid "Dashboard" +msgstr "Painel de Controlo" + +msgid "Description" +msgstr "Descrição" + +msgid "Download" +msgstr "Descarregar" + +msgid "Failed to execute command!" +msgstr "Falha ao executar comando!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "A carregar" + +msgid "Public access" +msgstr "Acesso público" + +msgid "Run" +msgstr "Executar" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Esta página permite-lhe configurar uma linha de comandos personalizada que " +"pode facilmente ser executada a partir da interface web." + +msgid "Waiting for command to complete..." +msgstr "A aguardar que o comando termine..." diff --git a/applications/luci-app-commands/po/ro/commands.po b/applications/luci-app-commands/po/ro/commands.po new file mode 100644 index 0000000..05c4574 --- /dev/null +++ b/applications/luci-app-commands/po/ro/commands.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 18:45+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "O scurta descriere textuala a comenzii configurate" + +msgid "Access command with" +msgstr "Acces la comanda cu" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permite executarea comenzii si descarcarea rezultatului fara o autentificare " +"anterioara" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permite utilizatorului sa adauge parametrii in linia de comanda" + +msgid "Arguments:" +msgstr "Parametrii:" + +msgid "Binary data not displayed, download instead." +msgstr "Datele binare nu sunt afisate, descarcale in schimb" + +msgid "Code:" +msgstr "Cod:" + +msgid "Collecting data..." +msgstr "Colectare date..." + +msgid "Command" +msgstr "Comandă" + +msgid "Command failed" +msgstr "Comandă eÅŸuată" + +msgid "Command line to execute" +msgstr "Linie de comanda pentru a executa" + +msgid "Command successful" +msgstr "Comanda reusita" + +msgid "Command:" +msgstr "Comanda:" + +msgid "Configure" +msgstr "Configureaza" + +msgid "Custom Commands" +msgstr "Comenzi particulare" + +msgid "Custom arguments" +msgstr "Argumenta particulare" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Descriere" + +msgid "Download" +msgstr "Descarca" + +msgid "Failed to execute command!" +msgstr "S-a esuat executarea comenzii!!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Se incarca" + +msgid "Public access" +msgstr "Access public" + +msgid "Run" +msgstr "Ruleaza" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Aceasta pagina permite configurarea de comenzi personale ce pot fi usor " +"apelate din interfata grafica" + +msgid "Waiting for command to complete..." +msgstr "Astept finalizarea comenzii..." diff --git a/applications/luci-app-commands/po/ru/commands.po b/applications/luci-app-commands/po/ru/commands.po new file mode 100644 index 0000000..6197231 --- /dev/null +++ b/applications/luci-app-commands/po/ru/commands.po @@ -0,0 +1,102 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-15 16:48+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: none\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Короткое текÑтовое опиÑание команды" + +msgid "Access command with" +msgstr "ДоÑтуп к команде через" + +#, fuzzy +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Разрешить выполнение команды и загрузку ее вывода без предварительной " +"аутентификации" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" +"Разрешить пользователÑм иÑпользовать дополнительные аргументы командной " +"Ñтроки" + +msgid "Arguments:" +msgstr "Ðргументы:" + +msgid "Binary data not displayed, download instead." +msgstr "Двоичные данные не отображаютÑÑ, вмеÑто Ñтого - выгружаютÑÑ" + +msgid "Code:" +msgstr "Код:" + +msgid "Collecting data..." +msgstr "Сбор данных..." + +msgid "Command" +msgstr "Команда" + +msgid "Command failed" +msgstr "Команда не выполнена" + +msgid "Command line to execute" +msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ" + +msgid "Command successful" +msgstr "Команда выполнена" + +msgid "Command:" +msgstr "Команда:" + +msgid "Configure" +msgstr "ÐаÑтроить" + +msgid "Custom Commands" +msgstr "ПользовательÑкие команды" + +msgid "Custom arguments" +msgstr "ПользовательÑкие аргументы" + +msgid "Dashboard" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ" + +msgid "Description" +msgstr "ОпиÑание" + +msgid "Download" +msgstr "Скачать" + +msgid "Failed to execute command!" +msgstr "Ошибка Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹!" + +msgid "Link" +msgstr "СÑылка" + +msgid "Loading" +msgstr "Загрузка" + +msgid "Public access" +msgstr "Публичный доÑтуп" + +msgid "Run" +msgstr "ЗапуÑк" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Эта Ñтраница предоÑтавлÑет возможноÑÑ‚ÑŒ наÑтраивать пользовательÑкие " +"конÑольные команды, которые могут быть легко вызваны из веб-интерфейÑа" + +msgid "Waiting for command to complete..." +msgstr "Ожидание Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹..." diff --git a/applications/luci-app-commands/po/sk/commands.po b/applications/luci-app-commands/po/sk/commands.po new file mode 100644 index 0000000..4133dfb --- /dev/null +++ b/applications/luci-app-commands/po/sk/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/sv/commands.po b/applications/luci-app-commands/po/sv/commands.po new file mode 100644 index 0000000..9fbe0af --- /dev/null +++ b/applications/luci-app-commands/po/sv/commands.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/templates/commands.pot b/applications/luci-app-commands/po/templates/commands.pot new file mode 100644 index 0000000..5d2ffae --- /dev/null +++ b/applications/luci-app-commands/po/templates/commands.pot @@ -0,0 +1,84 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/tr/commands.po b/applications/luci-app-commands/po/tr/commands.po new file mode 100644 index 0000000..4132274 --- /dev/null +++ b/applications/luci-app-commands/po/tr/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/uk/commands.po b/applications/luci-app-commands/po/uk/commands.po new file mode 100644 index 0000000..74a19f3 --- /dev/null +++ b/applications/luci-app-commands/po/uk/commands.po @@ -0,0 +1,103 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-14 12:14+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +#, fuzzy +msgid "A short textual description of the configured command" +msgstr "Короткий Ð¾Ð¿Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ налаштуваннÑ" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +#, fuzzy +msgid "Arguments:" +msgstr "Ðргументи:" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "Код:" + +msgid "Collecting data..." +msgstr "Ð—Ð±Ð¸Ñ€Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…..." + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "Команда не виконана" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "КонфігураціÑ" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +#, fuzzy +msgid "Dashboard" +msgstr "Панель керуваннÑ" + +msgid "Description" +msgstr "ОпиÑ" + +msgid "Download" +msgstr "Завантажити" + +#, fuzzy +msgid "Failed to execute command!" +msgstr "Помилка під Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑку команди!" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "Триває завантаженнÑ" + +msgid "Public access" +msgstr "Відкритий доÑтуп" + +msgid "Run" +msgstr "ЗапуÑтити" + +#, fuzzy +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Ð¦Ñ Ñторінка дозволÑÑ” налаштувати кориÑтувацькі команди оболонки, Ñка може " +"бути легко запущена з веб-інтерфейÑу." + +#, fuzzy +msgid "Waiting for command to complete..." +msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸..." diff --git a/applications/luci-app-commands/po/vi/commands.po b/applications/luci-app-commands/po/vi/commands.po new file mode 100644 index 0000000..4132274 --- /dev/null +++ b/applications/luci-app-commands/po/vi/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/applications/luci-app-commands/po/zh-cn/commands.po b/applications/luci-app-commands/po/zh-cn/commands.po new file mode 100644 index 0000000..8b2b032 --- /dev/null +++ b/applications/luci-app-commands/po/zh-cn/commands.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 15:47+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "简短æ述命令用途" + +msgid "Access command with" +msgstr "访问命令" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "å…许在ä¸è®¤è¯çš„å‰æ下执行命令,并获å–其输出。" + +msgid "Allow the user to provide additional command line arguments" +msgstr "å…许用户æä¾›é¢å¤–的命令行å‚æ•°" + +msgid "Arguments:" +msgstr "å‚数:" + +msgid "Binary data not displayed, download instead." +msgstr "ä¸æ˜¾ç¤ºäºŒè¿›åˆ¶æ•°æ®ï¼Œä½¿ç”¨ä¸‹è½½æ–¹å¼æ›¿ä»£ã€‚" + +msgid "Code:" +msgstr "代ç ï¼š" + +msgid "Collecting data..." +msgstr "收集数æ®ï¼š" + +msgid "Command" +msgstr "命令" + +msgid "Command failed" +msgstr "执行命令失败" + +msgid "Command line to execute" +msgstr "执行命令行" + +msgid "Command successful" +msgstr "执行命令æˆåŠŸ" + +msgid "Command:" +msgstr "命令:" + +msgid "Configure" +msgstr "é…ç½®" + +msgid "Custom Commands" +msgstr "自定义命令" + +msgid "Custom arguments" +msgstr "自定义å‚æ•°" + +msgid "Dashboard" +msgstr "看æ¿" + +msgid "Description" +msgstr "æè¿°" + +msgid "Download" +msgstr "下载" + +msgid "Failed to execute command!" +msgstr "执行命令失败ï¼" + +msgid "Link" +msgstr "连接" + +msgid "Loading" +msgstr "加载中" + +msgid "Public access" +msgstr "公共访问" + +msgid "Run" +msgstr "è¿è¡Œ" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "此页é¢å…许您é…置自定义Shell命令,并å¯ä»¥ä»ŽWebç•Œé¢è°ƒç”¨shell命令。" + +msgid "Waiting for command to complete..." +msgstr "等待命令执行完æˆ... ..." diff --git a/applications/luci-app-commands/po/zh-tw/commands.po b/applications/luci-app-commands/po/zh-tw/commands.po new file mode 100644 index 0000000..4377ead --- /dev/null +++ b/applications/luci-app-commands/po/zh-tw/commands.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-18 19:59+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "以短文æ述設定指令" + +msgid "Access command with" +msgstr "å­˜å–指令" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "å…許執行這指令åŠä¸‹è¼‰å®ƒçš„輸出無須事先驗證" + +msgid "Allow the user to provide additional command line arguments" +msgstr "å…許用戶æä¾›é¡å¤–的指令行åƒæ•¸" + +msgid "Arguments:" +msgstr "åƒæ•¸:" + +msgid "Binary data not displayed, download instead." +msgstr "二進進資料未顯示, 以下載替代." + +msgid "Code:" +msgstr "碼:" + +msgid "Collecting data..." +msgstr "收集資料中..." + +msgid "Command" +msgstr "指令" + +msgid "Command failed" +msgstr "命令失敗" + +msgid "Command line to execute" +msgstr "è¦åŸ·è¡Œçš„指令行" + +msgid "Command successful" +msgstr "命令æˆåŠŸ" + +msgid "Command:" +msgstr "命令:" + +msgid "Configure" +msgstr "設定" + +msgid "Custom Commands" +msgstr "自訂指令集" + +msgid "Custom arguments" +msgstr "自訂åƒæ•¸é›†" + +msgid "Dashboard" +msgstr "儀表æ¿" + +msgid "Description" +msgstr "æè¿°" + +msgid "Download" +msgstr "下載" + +msgid "Failed to execute command!" +msgstr "執行指令失敗!" + +msgid "Link" +msgstr "連çµ" + +msgid "Loading" +msgstr "掛載" + +msgid "Public access" +msgstr "公用存å–" + +msgid "Run" +msgstr "執行" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "åªè¦å¯ä»¥å¾žweb介輕易調用, 這é é¢å…許你自定shell指令." + +msgid "Waiting for command to complete..." +msgstr "等待完整命令中..." diff --git a/applications/luci-app-coovachilli/Makefile b/applications/luci-app-coovachilli/Makefile new file mode 100644 index 0000000..6120991 --- /dev/null +++ b/applications/luci-app-coovachilli/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Coova Chilli +LUCI_DEPENDS:=@BROKEN + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua b/applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua new file mode 100644 index 0000000..f962b9b --- /dev/null +++ b/applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.coovachilli", package.seeall) + +function index() + local cc + + cc = entry( { "admin", "services", "coovachilli" }, cbi("coovachilli"), _("CoovaChilli"), 90) + cc.subindex = true + + entry( { "admin", "services", "coovachilli", "network" }, cbi("coovachilli_network"), _("Network Configuration"), 10) + entry( { "admin", "services", "coovachilli", "radius" }, cbi("coovachilli_radius"), _("RADIUS configuration"), 20) + entry( { "admin", "services", "coovachilli", "auth" }, cbi("coovachilli_auth"), _("UAM and MAC Authentication"), 30) +end diff --git a/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli.lua b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli.lua new file mode 100644 index 0000000..7a2056c --- /dev/null +++ b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli.lua @@ -0,0 +1,19 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("coovachilli") + +-- general +s = m:section(TypedSection, "general") +s.anonymous = true + +s:option( Flag, "debug" ) +s:option( Value, "interval" ) +s:option( Value, "pidfile" ).optional = true +s:option( Value, "statedir" ).optional = true +s:option( Value, "cmdsock" ).optional = true +s:option( Value, "logfacility" ).optional = true + + +return m diff --git a/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_auth.lua b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_auth.lua new file mode 100644 index 0000000..4123532 --- /dev/null +++ b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_auth.lua @@ -0,0 +1,64 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("coovachilli") + +-- uam config +s1 = m:section(TypedSection, "uam") +s1.anonymous = true + +s1:option( Value, "uamserver" ) +s1:option( Value, "uamsecret" ).password = true + +s1:option( Flag, "uamanydns" ) +s1:option( Flag, "nouamsuccess" ) +s1:option( Flag, "nouamwispr" ) +s1:option( Flag, "chillixml" ) +s1:option( Flag, "uamanyip" ).optional = true +s1:option( Flag, "dnsparanoia" ).optional = true +s1:option( Flag, "usestatusfile" ).optional = true + +s1:option( Value, "uamhomepage" ).optional = true +s1:option( Value, "uamlisten" ).optional = true +s1:option( Value, "uamport" ).optional = true +s1:option( Value, "uamiport" ).optional = true +s1:option( DynamicList, "uamdomain" ).optional = true +s1:option( Value, "uamlogoutip" ).optional = true +s1:option( DynamicList, "uamallowed" ).optional = true +s1:option( Value, "uamui" ).optional = true + +s1:option( Value, "wisprlogin" ).optional = true + +s1:option( Value, "defsessiontimeout" ).optional = true +s1:option( Value, "defidletimeout" ).optional = true +s1:option( Value, "definteriminterval" ).optional = true + +s1:option( Value, "ssid" ).optional = true +s1:option( Value, "vlan" ).optional = true +s1:option( Value, "nasip" ).optional = true +s1:option( Value, "nasmac" ).optional = true +s1:option( Value, "wwwdir" ).optional = true +s1:option( Value, "wwwbin" ).optional = true + +s1:option( Value, "localusers" ).optional = true +s1:option( Value, "postauthproxy" ).optional = true +s1:option( Value, "postauthproxyport" ).optional = true +s1:option( Value, "locationname" ).optional = true + + +-- mac authentication +s2 = m:section(TypedSection, "macauth") +s2.anonymous = true + +s2:option( Flag, "macauth" ) +s2:option( Flag, "macallowlocal" ) +s2:option( DynamicList, "macallowed" ) + +pw = s2:option( Value, "macpasswd" ) +pw.optional = true +pw.password = true + +s2:option( Value, "macsuffix" ).optional = true + +return m diff --git a/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_network.lua b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_network.lua new file mode 100644 index 0000000..025bc17 --- /dev/null +++ b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_network.lua @@ -0,0 +1,56 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sys = require"luci.sys" +local ip = require "luci.ip" + +m = Map("coovachilli") + +-- tun +s1 = m:section(TypedSection, "tun") +s1.anonymous = true + +s1:option( Flag, "usetap" ) +s1:option( Value, "tundev" ).optional = true +s1:option( Value, "txqlen" ).optional = true + +net = s1:option( Value, "net" ) +for _, route in ipairs(ip.routes({ family = 4, type = 1 })) do + if route.dest:prefix() > 0 and route.dest:prefix() < 32 then + net:value( route.dest:string() ) + end +end + +s1:option( Value, "dynip" ).optional = true +s1:option( Value, "statip" ).optional = true + +s1:option( Value, "dns1" ).optional = true +s1:option( Value, "dns2" ).optional = true +s1:option( Value, "domain" ).optional = true + +s1:option( Value, "ipup" ).optional = true +s1:option( Value, "ipdown" ).optional = true + +s1:option( Value, "conup" ).optional = true +s1:option( Value, "condown" ).optional = true + + +-- dhcp config +s2 = m:section(TypedSection, "dhcp") +s2.anonymous = true + +dif = s2:option( Value, "dhcpif" ) +for _, nif in ipairs(sys.net.devices()) do + if nif ~= "lo" then dif:value(nif) end +end + +s2:option( Value, "dhcpmac" ).optional = true +s2:option( Value, "lease" ).optional = true +s2:option( Value, "dhcpstart" ).optional = true +s2:option( Value, "dhcpend" ).optional = true + +s2:option( Flag, "eapolenable" ) + + +return m diff --git a/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_radius.lua b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_radius.lua new file mode 100644 index 0000000..e2cbe49 --- /dev/null +++ b/applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_radius.lua @@ -0,0 +1,55 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("coovachilli") + +-- radius server +s1 = m:section(TypedSection, "radius") +s1.anonymous = true + +s1:option( Value, "radiusserver1" ) +s1:option( Value, "radiusserver2" ) +s1:option( Value, "radiussecret" ).password = true + +s1:option( Value, "radiuslisten" ).optional = true +s1:option( Value, "radiusauthport" ).optional = true +s1:option( Value, "radiusacctport" ).optional = true + +s1:option( Value, "radiusnasid" ).optional = true +s1:option( Value, "radiusnasip" ).optional = true + +s1:option( Value, "radiuscalled" ).optional = true +s1:option( Value, "radiuslocationid" ).optional = true +s1:option( Value, "radiuslocationname" ).optional = true + +s1:option( Value, "radiusnasporttype" ).optional = true + +s1:option( Flag, "radiusoriginalurl" ) + +s1:option( Value, "adminuser" ).optional = true +rs = s1:option( Value, "adminpassword" ) +rs.optional = true +rs.password = true + +s1:option( Flag, "swapoctets" ) +s1:option( Flag, "openidauth" ) +s1:option( Flag, "wpaguests" ) +s1:option( Flag, "acctupdate" ) + +s1:option( Value, "coaport" ).optional = true +s1:option( Flag, "coanoipcheck" ) + + +-- radius proxy +s2 = m:section(TypedSection, "proxy") +s2.anonymous = true + +s2:option( Value, "proxylisten" ).optional = true +s2:option( Value, "proxyport" ).optional = true +s2:option( Value, "proxyclient" ).optional = true +ps = s2:option( Value, "proxysecret" ) +ps.optional = true +ps.password = true + +return m diff --git a/applications/luci-app-coovachilli/po/ca/coovachilli.po b/applications/luci-app-coovachilli/po/ca/coovachilli.po new file mode 100644 index 0000000..085d991 --- /dev/null +++ b/applications/luci-app-coovachilli/po/ca/coovachilli.po @@ -0,0 +1,655 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-06-01 22:48+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configuració de xarxa" + +msgid "RADIUS configuration" +msgstr "Configuració RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Autenticació UAM i MAC" + +#~ msgid "General configuration" +#~ msgstr "Configuració general" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Configuració CoovaChilli general" + +#~ msgid "Command socket" +#~ msgstr "Socket de comanda" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "SocketUNIX usat per comunicació amb chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Configuració d'interval de refresc" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Re-llegeix el fitxer de configuració i les consultes DNS cada interval " +#~ "segons. Això té el mateix efecte que enviar el senyal HUP. Si l'interval " +#~ "és 0 (zero) es deshabilita la funció." + +#~ msgid "Pid file" +#~ msgstr "Fitxer PID" + +#~ msgid "Filename to put the process id" +#~ msgstr "Nom de fitxer on posar la ID de procés" + +#~ msgid "State directory" +#~ msgstr "Directori d'estat" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Directori de dades no volàtils" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Configuració TUN/TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Configuració de xarxa/tun" + +#~ msgid "Network down script" +#~ msgstr "Script de baixada de xarxa" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script executat quan es mou una sessió des de l'estat autoritzat a no " +#~ "autoritzat" + +#~ msgid "Network up script" +#~ msgstr "Script de pujada de xarxa" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script executat després que la interfície de xarxa tun s'hagi alçat" + +#~ msgid "Primary DNS Server" +#~ msgstr "Servidor DNS primari" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Servidor DNS secundari" + +#~ msgid "Domain name" +#~ msgstr "Nom de domini" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "S'utilitza per informar el client sobre el no mde domini a utilitzar per " +#~ "les consultes DNS" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Bateria d'adreces IP dinàmiques" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Especifica una bateria d'adreces IP dinàmiques" + +#~ msgid "IP down script" +#~ msgstr "Scripts de baixada IP" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "" +#~ "Script executat després que s'hagi abaixat la interfície de xarxa tun" + +#~ msgid "IP up script" +#~ msgstr "Script de pujada IP" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "" +#~ "Script executat després que s'hagi apujat la interfície de xarxa TUN/TAP" + +#~ msgid "Uplink subnet" +#~ msgstr "Subxarxa de pujada" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Adreça de xarxa de la interfície d'enllaç de pujada (notació CIDR)" + +#~ msgid "Static IP address pool" +#~ msgstr "Bateria d'adreces IP estàtiques" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Especifica una bateria d'adreces IP estàtiques" + +#~ msgid "TUN/TAP device" +#~ msgstr "Dispositiu TUN/TAP" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "El dispositiu específic utilitzar per la interfície TUN/TAP" + +#~ msgid "TX queue length" +#~ msgstr "Llargària de la cua TX" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "La llargària de la cua TX per establir la interfície TUN/TAP" + +#~ msgid "Use TAP device" +#~ msgstr "Utilitza dispositiu TAP" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Utilitza la interfície TAP en comptes de TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "Configuració DHCP" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Estebleix les opcions DHCP pels clients connectats" + +#~ msgid "DHCP end number" +#~ msgstr "Número final de DHCP" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Quan deixar d'assignar adreces IP (per defecte 254)" + +#~ msgid "DHCP interface" +#~ msgstr "Interfície DHCP" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "" +#~ "Interfície Ethernet per escoltar les connexions a la interfície de baixada" + +#~ msgid "Listen MAC address" +#~ msgstr "Escolta adreça MAC" + +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "" +#~ "Adreça MAC per escoltar. Si no s'especifica, s'utilitzarà l'adreça MAC de " +#~ "la interfície." + +#~ msgid "DHCP start number" +#~ msgstr "Número d'inici de DHCP" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Quan començar a assignar adreces IP (per defecte 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Activa IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Activa l'autenticació IEEE 802.1x i escolta peticions EAP" + +#~ msgid "Leasetime" +#~ msgstr "Temps de Lease" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Utilitza un lease de segons (per defecte 600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Permet l'actualització de sessió a través de RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Permet l'actualització dels paràmetres de sessió amb atributs RADIUS " +#~ "enviats per Accounting-Response" + +#~ msgid "Admin password" +#~ msgstr "Contrasenya d'administració" + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Contrasenya per utilitzar per autenticació d'usuari administrador per " +#~ "agafar configurcions Chilli i establir una sessió \"system\" de dispositiu" + +#~ msgid "Admin user" +#~ msgstr "Usuari administrador" + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Nom d'usuari per utilitzar per autenticació d'usuari administrador per " +#~ "agafar configurcions Chilli i establir una sessió \"system\" de dispositiu" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "No comprovis les peticions de desconnexió" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "" +#~ "No comprovis l'origen de l'adreça IP de les peticions de desconnexió " +#~ "RADIUS" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "Port de desconnexió RADIUS" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "Port UDP per acceptar peticions de desconnexió RADIUS" + +#~ msgid "NAS IP" +#~ msgstr "NAS IP" + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Valor per utilitzar a l'atribut RADIUS adreça NAS-IP" + +#~ msgid "NAS MAC" +#~ msgstr "NAS MAC" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "" +#~ "Valor d'adreça MAC per utilitzar a l'atribiut RADIUS Called-Station-ID" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Permet autenticació OpenID" + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Permet autenticació OpenID enviant ChilliSpot-Config=allow-openidauth als " +#~ "Access-Requests de RADIUS" + +#~ msgid "RADIUS accounting port" +#~ msgstr "Port d'accounting RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "" +#~ "Port UDP a utilitzar per les peticions d'accounting RADIUS (per defecte " +#~ "1813)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "Port d'autenticació RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "" +#~ "Port UDP a utilitzar per les peticions d'autenticació RADIUS (per defecte " +#~ "1812)" + +#~ msgid "Option radiuscalled" +#~ msgstr "Opció radiuscalled" + +#~ msgid "RADIUS listen address" +#~ msgstr "Adreça per rebre connexions RADIUS" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Adreça IP d'interfície local per utilitzar per la interfície RADIUS" + +#~ msgid "RADIUS location ID" +#~ msgstr "ID de localització RADIUS" + +#~ msgid "WISPr Location ID" +#~ msgstr "ID de localització WISPr" + +#~ msgid "RADIUS location name" +#~ msgstr "Nom de localització RADIUS" + +#~ msgid "WISPr Location Name" +#~ msgstr "Nom de localització WISPr" + +#~ msgid "NAS ID" +#~ msgstr "NAS ID" + +#~ msgid "Network access server identifier" +#~ msgstr "Identificació de servidor d'accés de xarxa" + +#~ msgid "Option radiusnasip" +#~ msgstr "Opció radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "Tipus de port NAS" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "" +#~ "Valor de l'atribut NAS-Port-Type. Per defecte 19 (Wireless-IEEE-802.11)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "Envia RADIUS VSA" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "Envia el RADIUS VSA ChilliSpot-OriginalURl al Access-Request" + +#~ msgid "RADIUS secret" +#~ msgstr "Secret RADIUS" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Secret compartit RADIUS pels dos servidors" + +#~ msgid "RADIUS server 1" +#~ msgstr "Servidor RADIUS 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "L'adreça IP del servidor RADIUS 1" + +#~ msgid "RADIUS server 2" +#~ msgstr "Servidor RADIUS 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "L'adreça IP del servidor RADIUS 2" + +#~ msgid "Swap octets" +#~ msgstr "Intercanvia octets" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Intercanvia el significat dels \"octets d'entrada\" i els \"octets de " +#~ "sortida\" com es relacionen els atributs RADIUS" + +#~ msgid "Allow WPA guests" +#~ msgstr "Permet convidats WPA" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Permet l'autenticació de convidats WPA enviant un ChilliSpot-Config=allow-" +#~ "wpa-guests als Access-Requests de RADIUS" + +#~ msgid "Proxy client" +#~ msgstr "Client proxy" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "Adreça IP des de la qual s'accepten les peticions RADIUS. Si s'omet, el " +#~ "servidor no acceptarà peticions RADIUS" + +#~ msgid "Proxy listen address" +#~ msgstr "Adreça que rep connexions del proxy" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "" +#~ "L'adreça IP de la interfície local a utilitzar per acceptar peticions " +#~ "RADIUS" + +#~ msgid "Proxy port" +#~ msgstr "Port proxy" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "Port UDP a rebre connexions per acceptar peticions RADIUS" + +#~ msgid "Proxy secret" +#~ msgstr "Secret de proxy" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Secret compartit de RADIUS pels clients" + +#~ msgid "UAM configuration" +#~ msgstr "Configuració UAM" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Preferències de Mètode de Configuració Unificat" + +#~ msgid "Use Chilli XML" +#~ msgstr "Utilitza XML Chilli" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Retorna l'XML Chilli juntament amb l'XML WISPr" + +#~ msgid "Default idle timeout" +#~ msgstr "Temps d'espera d'inactivitat màxim per defecte" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Temps d'espera d'inactivitat màxim per defecte excepte si s'estableix pel " +#~ "RADIUS (per defecte 0)" + +#~ msgid "Default interim interval" +#~ msgstr "Interval provisional predeterminat" + +#~ msgid "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Interval provisional predeterminat per accounting RADIUS excepte si " +#~ "s'estableix pel RADIUS (per defecte 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Temps d'espera màxim de sessió per defecte" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Temps d'espera màxim de sessió per defecte excepte si s'estableix pel " +#~ "RADIUS (per defecte 0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Inspeccions tràfic DNS" + +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "" +#~ "Inspecciona paquets DNS i descarta ls respostes per qualsevol registre " +#~ "que no sigui A, CNAME, SOA o MX per prevenir túnels DNS (experimental)" + +#~ msgid "Local users file" +#~ msgstr "Fitxers d'usuaris local" + +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "Un fitxer contenint usuaris i contrasenyes separats per punts d'usuaris " +#~ "autenticats localment" + +#~ msgid "Location name" +#~ msgstr "Nom de localització" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Nom de localització llegible utilitzat en l'interfície JSON" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "No readrecis al servidor UAM" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "No retornis al servidor UAM amb quan s'iniciï la sessió amb èxit, " +#~ "readreça només a la URL original" + +#~ msgid "Do not do WISPr" +#~ msgstr "No facis WISPr" + +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "No facis cap XML WISPr, assumeix que el back-end ho està fent" + +#~ msgid "Post auth proxy" +#~ msgstr "Proxy post autenticació" + +#~ msgid "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" +#~ msgstr "" +#~ "Utilitzat amb postauthproxyport per definir una autenticació HTTP " +#~ "posterior de proxy server" + +#~ msgid "Post auth proxy port" +#~ msgstr "Port proxy post autenticació" + +#~ msgid "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" +#~ msgstr "" +#~ "Utilitzat amb postauthproxy per definir un servidor proxy HTTP " +#~ "d'autenticació posterior" + +#~ msgid "Allowed resources" +#~ msgstr "Recursos permesos" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "Llista dels recursos que el client pot accedir sense autenticar-se primer" + +#~ msgid "Allow any DNS server" +#~ msgstr "Permet qualsevol servidor DNS" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Permet qualsevol servidor DNS per clients no autenticats" + +#~ msgid "Allow any IP address" +#~ msgstr "Permet qualsevol adreça IP" + +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Permet que els clients utilitzin qualsevol configuració IP que vulguin " +#~ "fent ARP spoofind (experimental)" + +#~ msgid "Allowed domains" +#~ msgstr "Dominis permesos" + +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Defineix una llista de noms de domini per afegir automàticament al jardí " +#~ "tancat" + +#~ msgid "UAM homepage" +#~ msgstr "Pàgina d'inici UAM" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "URL de la pàgina d'inici per readreçar usuari no autenticats" + +#~ msgid "UAM static content port" +#~ msgstr "Port de contingut estàtic UAM" + +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "Port TCP on escoltar per servir només contingut empotrat" + +#~ msgid "UAM listening address" +#~ msgstr "Adreça per on escoltar UAM" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "Adreça IP on escoltar pels l'autenticació dels clients" + +#~ msgid "UAM logout IP" +#~ msgstr "IP de final de sessió UAM" + +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Utilitza aquesta adreça IP per finalitzar la sessió d'un que hi accedeix " +#~ "instantàniament (per defecte 1.1.1.1)" + +#~ msgid "UAM listening port" +#~ msgstr "Port on escoltar UAM" + +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "" +#~ "Port TCP per on escoltar l'autenticació de clients (per defecte 3990)" + +#~ msgid "UAM secret" +#~ msgstr "Secret UAM" + +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Secret compartit entre el uamserver i el chilli" + +#~ msgid "UAM server" +#~ msgstr "Servidor UAM" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL del servidor URL a utilitzar per clients autenticats" + +#~ msgid "UAM user interface" +#~ msgstr "Interfície d'usuari UAM" + +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "" +#~ "Un programa de l'stil init.d per gestionar el contingut local al servidor " +#~ "web uamuiport" + +#~ msgid "Use status file" +#~ msgstr "Utilitza fitxer d'estat" + +#~ msgid "" +#~ "Write the status of clients in a non-volatile state file (experimental)" +#~ msgstr "" +#~ "Escriu l'estat dels clients en un fitxer d'estat no volàtil (experimental)" + +#~ msgid "WISPr login url" +#~ msgstr "URL d'inici de sessió WISPr" + +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "URL específica a donar a la URL d'inici de sessió de l'XML WISPr" + +#~ msgid "CGI program" +#~ msgstr "Programa CGI" + +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "" +#~ "Executable per executar com un programa de tipus CGI (com el haserl) per " +#~ "URLs amb extensió .chi" + +#~ msgid "Web content directory" +#~ msgstr "Directori de contingut web" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Directori on se situa el contingut web local empotrat" + +#~ msgid "MAC configuration" +#~ msgstr "Configuració MAC" + +#~ msgid "Configure MAC authentication" +#~ msgstr "Configura l'autenticació MAC" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Adreces MAC permeses" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "Llista d'adreces MAC per les que es realitzarà autenticació MAC" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Autentica localment les MACs permeses" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Autentica les adreces MAC permeses sense l'ús del RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Activa l'autenticació MAC" + +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "" +#~ "Intenta autenticar tots els usuaris basats només en la seva adreça MAC" + +#~ msgid "Password" +#~ msgstr "Contrasenya" + +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Contrasenya utilitzada quan es realitza autenticació MAC" + +#~ msgid "Suffix" +#~ msgstr "Sufix" + +#~ msgid "coovachilli_macauth_macsuffix_desc" +#~ msgstr "" +#~ "Sufix per afegir a l'adreça MAC per formar el nm d'usuari, que s'enviarà " +#~ "al servidor RADIUS" diff --git a/applications/luci-app-coovachilli/po/cs/coovachilli.po b/applications/luci-app-coovachilli/po/cs/coovachilli.po new file mode 100644 index 0000000..0dc5fc0 --- /dev/null +++ b/applications/luci-app-coovachilli/po/cs/coovachilli.po @@ -0,0 +1,348 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-30 10:33+0200\n" +"Last-Translator: Astran \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Nastavení sítÄ›" + +msgid "RADIUS configuration" +msgstr "Nastavení RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "UAM a MAC ověřování" + +#~ msgid "General configuration" +#~ msgstr "Obecná konfigurace" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Obecné nastavení CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Příkazový socket" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "UNIX socket, používaný pro komunikaci s chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Interval obnovení konfigurace" + +#~ msgid "Pid file" +#~ msgstr "PID soubor" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Nastavení TUN/TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Nastavení sítÄ›/Tun" + +#~ msgid "Network down script" +#~ msgstr "Network down skript" + +#~ msgid "Network up script" +#~ msgstr "Network up skript" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Skript, spuÅ¡tÄ›ný po nahození síťového rozhraní TUN" + +#~ msgid "Primary DNS Server" +#~ msgstr "Primární DNS server" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Sekundární DNS server" + +#~ msgid "Domain name" +#~ msgstr "Doménové jméno" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Pool dynamických IP adres" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "UrÄi rozsah, z nÄ›hož se budou pÅ™idÄ›lovat dynamické IP adresy" + +#~ msgid "IP down script" +#~ msgstr "IP down skript" + +#~ msgid "IP up script" +#~ msgstr "IP up skript" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Síťová adresa uplink rozhraní (CIDR notace)" + +#~ msgid "Static IP address pool" +#~ msgstr "Pool statických IP adres" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "UrÄuje rozsah, z nÄ›hož se budou pÅ™idÄ›lovat statické IP adresy" + +#~ msgid "TX queue length" +#~ msgstr "Délka odchozí fronty" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "Délka odchozí fronty na zařízení TUN/TAP" + +#~ msgid "Use TAP device" +#~ msgstr "Použít zařízení TAP" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Použít TAP rozhraní namísto TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "Nastavení DHCP" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Nastavit možnosti DHCP pro příchozí klienty" + +#~ msgid "DHCP end number" +#~ msgstr "DHCP koncové Äíslo" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Kde pÅ™estat pÅ™idÄ›lovat IP adresy (standardnÄ› 254)" + +#~ msgid "DHCP interface" +#~ msgstr "DHCP rozhraní" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Odkud zaÄít pÅ™idÄ›lovat IP adresy" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Povolit IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Povolit IEEE 802.1x autentizaci a naslouchat požadavkům EAP" + +#~ msgid "Admin password" +#~ msgstr "Administrátorské heslo" + +#~ msgid "Admin user" +#~ msgstr "Administrátorský uživatel" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Neověřovat požadavky na odpojení" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "" +#~ "Neověřovat zdrojovou IP adresu požadavku na odpojení protokolu RADIUS" + +#~ msgid "NAS IP" +#~ msgstr "NAS IP" + +#~ msgid "NAS MAC" +#~ msgstr "NAS MAC" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Povolit autentizaci pomocí OpenID" + +#~ msgid "RADIUS server 1" +#~ msgstr "RADIUS server 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "IP adresa prvního radius serveru" + +#~ msgid "RADIUS server 2" +#~ msgstr "RADIUS server 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "IP adresa druhého radius serveru" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Prohodit významy spojení \"vstupní oktety\" a \"výstupní oktety\", " +#~ "vztahující se k atributům protokolu RADIUS" + +#~ msgid "Allow WPA guests" +#~ msgstr "Povolit WPA hosty" + +#~ msgid "Proxy client" +#~ msgstr "Proxy klient" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "IP adresa, ze které budou pÅ™ijímány požadavky radius. Pokud necháte " +#~ "prázdné, server nebude pÅ™ijímat požadavky protokolu RADIUS." + +#~ msgid "Proxy listen address" +#~ msgstr "Naslouchající adresa Proxy" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "" +#~ "IP adresa místního rozhraní, urÄená pro naslouchání požadavkům protokolu " +#~ "RADIUS" + +#~ msgid "Proxy port" +#~ msgstr "Port Proxy" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "UDP port, urÄený pro naslouchání požadavkům protokolu RADIUS" + +#~ msgid "UAM configuration" +#~ msgstr "Konfigurace UAM" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Nastavení 'Unified Configuration Method'" + +#~ msgid "Use Chilli XML" +#~ msgstr "Použít Chilli XML" + +#~ msgid "Default idle timeout" +#~ msgstr "Výchozí Äasový limit neÄinnosti" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Výchozí Äasový limit neÄinnosti, pokud nebyl nastaven pomocí RADIUS " +#~ "(standardnÄ› 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Výchozí Äasový limit sezení" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Výchozí Äasový limit sezení, pokud není RADIUS nastaven jinak (standardnÄ› " +#~ "0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Kontrolovat DNS provoz" + +#~ msgid "Local users file" +#~ msgstr "Soubor s místními uživateli" + +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "Soubor, obsahující uživatelská jména a hesla místnÄ› ověřovaných " +#~ "uživatelů. Jednotlivé položky jsou oddÄ›leny dvojteÄkou." + +#~ msgid "Location name" +#~ msgstr "Název umístÄ›ní" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "ÄŒitelný název umístÄ›ní, používán v rozhraní JSON" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "NepÅ™esmÄ›rovávat na UAM server" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "PÅ™i úspěšném pÅ™ihlášení nevracet na UAM server, pouze pÅ™esmÄ›rovat na " +#~ "původní URL" + +#~ msgid "Do not do WISPr" +#~ msgstr "NeprovádÄ›t WISPr" + +#~ msgid "Allowed resources" +#~ msgstr "Povolené zdroje" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "Seznam zdrojů, jež může klient využívat bez nutnosti autentizace" + +#~ msgid "Allow any DNS server" +#~ msgstr "Povolit libovolný DNS server" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Povolí libovolný DNS server neověřeným klientům" + +#~ msgid "Allow any IP address" +#~ msgstr "Povolit libovolnou IP adresu" + +#~ msgid "Allowed domains" +#~ msgstr "Povolené domény" + +#~ msgid "UAM homepage" +#~ msgstr "Domovská stránka UAM" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "" +#~ "URL domovské stránky, na kterou budou pÅ™esmÄ›rováni neověření uživatelé" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "IP adresa, na které naslouchat za úÄelem ověřování klientů" + +#~ msgid "UAM logout IP" +#~ msgstr "OdhlaÅ¡ovací IP UAM" + +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Adresa, sloužící k okamžitému odhlášení klienta, pokud na ní pÅ™istoupí " +#~ "(standardnÄ› 1.1.1.1)" + +#~ msgid "UAM listening port" +#~ msgstr "Naslouchající port UAM" + +#~ msgid "UAM server" +#~ msgstr "UAM server" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL web serveru, sloužícího k ověřování klientů" + +#~ msgid "UAM user interface" +#~ msgstr "Uživatelské rozhraní UAM" + +#~ msgid "Use status file" +#~ msgstr "Použít stavový soubor" + +#~ msgid "" +#~ "Write the status of clients in a non-volatile state file (experimental)" +#~ msgstr "" +#~ "Zapisovat stavy klientů do stálého stavového souboru (experimentální)" + +#~ msgid "WISPr login url" +#~ msgstr "PÅ™ihlaÅ¡ovací URL WISPr" + +#~ msgid "CGI program" +#~ msgstr "CGI program" + +#~ msgid "Web content directory" +#~ msgstr "Adresář s webovým obsahem" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Adresář, ve kterém je umístÄ›n místní webový obsah." + +#~ msgid "MAC configuration" +#~ msgstr "Nastavení MAC" + +#~ msgid "Configure MAC authentication" +#~ msgstr "Nastavit ověřování pomocí MAC" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Povolené MAC adresy" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "Seznam MAC adres, pro které bude provádÄ›no ověřování pomocí MAC" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Ověřit lokálnÄ› povolené MAC" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Ověří povolené MAC adresy bez použití protokolu RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Povolit ověřování pomocí MAC" + +#~ msgid "Password" +#~ msgstr "Heslo" + +#~ msgid "Suffix" +#~ msgstr "Přípona" diff --git a/applications/luci-app-coovachilli/po/de/coovachilli.po b/applications/luci-app-coovachilli/po/de/coovachilli.po new file mode 100644 index 0000000..d8322db --- /dev/null +++ b/applications/luci-app-coovachilli/po/de/coovachilli.po @@ -0,0 +1,658 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-07-17 15:05+0200\n" +"Last-Translator: Martin \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Netzwerk-Konfiguration" + +msgid "RADIUS configuration" +msgstr "RADIUS Konfiguration" + +msgid "UAM and MAC Authentication" +msgstr "UAM- und MAC-Authentifizierung" + +#~ msgid "General configuration" +#~ msgstr "Allgemeine Einstellungen" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Allgemeine Einstellungen zu CoovaChilli" + +#, fuzzy +#~ msgid "Command socket" +#~ msgstr "Eingabeschnittstelle" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "" +#~ "UNIX socket der fuer die Kommunikation mit chilli_query benutzt wird" + +#, fuzzy +#~ msgid "Config refresh interval" +#~ msgstr "Zeit zwischen neuladen der Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "Zeit zwischen neuladen der Konfiguration" + +#~ msgid "Pid file" +#~ msgstr "Pid-Datei" + +#~ msgid "Filename to put the process id" +#~ msgstr "" +#~ "Name der Datei, in der die Pid gespeichert wird" + +#, fuzzy +#~ msgid "State directory" +#~ msgstr "Statisches Verzeichniss" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Verzeichniss für statische Daten" + +#, fuzzy +#~ msgid "TUN/TAP configuration" +#~ msgstr "TUN/TAP Konfiguration" + +#, fuzzy +#~ msgid "Network/Tun configuration" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Network down script" +#~ msgstr "" +#~ "Script, das nach einer Umwandlung von einer autorisierten zu einer " +#~ "unautorisierten Sitzung ausgeführt wird" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Skript, das nach einer Umwandlung von einer autorisierten zu einer " +#~ "unautorisierten Sitzung ausgeführt wird" + +#~ msgid "Network up script" +#~ msgstr "Netzwerk Up Skript" + +#, fuzzy +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script, dass nach erfolgreicher tun - Verbindung ausgeführt wird" + +#~ msgid "Primary DNS Server" +#~ msgstr "Primärer DNS-Server" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Sekundärer DNS-Server" + +#, fuzzy +#~ msgid "Domain name" +#~ msgstr "Domain Name" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Wird benutzt um Clients ueber den zu benutzenden Domain Namen fuer DNS " +#~ "Anfragen zu informieren" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Dynamischer IP-Adressen Pool" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Legt einen Bereich von dynamischen IP-Adressen fest" + +#~ msgid "IP down script" +#~ msgstr "IP down Skript" + +#, fuzzy +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "" +#~ "Script, das nach einer Umwandlung von einer autorisierten zu einer " +#~ "unautorisierten Sitzung ausgeführt wird" + +#, fuzzy +#~ msgid "IP up script" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "Script, dass nach erfolgreicher tun - Verbindung ausgeführt wird" + +#, fuzzy +#~ msgid "Uplink subnet" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "" +#~ "Zur Auflösung der Host-Namen benötigter DNS Server, die an den client " +#~ "übertragen wird" + +#, fuzzy +#~ msgid "Static IP address pool" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Script, dass nach erfolgreicher tun - Verbindung ausgeführt wird" + +#, fuzzy +#~ msgid "TUN/TAP device" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "" +#~ "Script, das nach einer Umwandlung von einer autorisierten zu einer " +#~ "unautorisierten Sitzung ausgeführt wird" + +#, fuzzy +#~ msgid "TX queue length" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "" +#~ "Script, das nach einer Umwandlung von einer autorisierten zu einer " +#~ "unautorisierten Sitzung ausgeführt wird" + +#, fuzzy +#~ msgid "Use TAP device" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Script, dass nach erfolgreicher tun - Verbindung ausgeführt wird" + +#, fuzzy +#~ msgid "DHCP configuration" +#~ msgstr "TUN/TAP Konfiguration" + +#, fuzzy +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "DHCP end number" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "DHCP interface" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Listen MAC address" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "DHCP start number" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Leasetime" +#~ msgstr "Vorhaltezeit" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Benutze eine DHCP-Vorhaltezeit in Sekunden (voreingestelllt 600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Erlaube Sitzungsupdates durch RADIUS" + +#, fuzzy +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Erlaubt das Aktuallisieren der Sitzungsparameter mit RADIUS-attributen, " +#~ "die im der Konten-Antwort enthalten sind" + +#~ msgid "Admin password" +#~ msgstr "Administratorkennwort" + +#, fuzzy +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Kennwort zur Administratoren-Authentifizierung um die chilli- " +#~ "konfigurationen aufzunehmen und eine Systemsitzung fürs Gerät zu erstellen" + +#, fuzzy +#~ msgid "Admin user" +#~ msgstr "Adminstratorenkennung" + +#, fuzzy +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "Benutzername des für Administration berechtigten Benutzers. " + +#, fuzzy +#~ msgid "Do not check disconnection requests" +#~ msgstr "Ignoriere die Verbindungstrennungsanfragen" + +#, fuzzy +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "Prüft nicht die Quell-IP einer RADIUS Verbindungstrennungsanfrage." + +#, fuzzy +#~ msgid "RADIUS disconnect port" +#~ msgstr "Port für die Verbindungstrennung" + +#, fuzzy +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "NAS IP" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "NAS MAC" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allow OpenID authentication" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS accounting port" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS authentication port" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Option radiuscalled" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS listen address" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS location ID" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "WISPr Location ID" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS location name" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "WISPr Location Name" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "NAS ID" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Network access server identifier" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Option radiusnasip" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "NAS port type" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Send RADIUS VSA" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS secret" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS server 1" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "The IP address of radius server 1" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "RADIUS server 2" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "The IP address of radius server 2" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Swap octets" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allow WPA guests" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "UAM configuration" +#~ msgstr "TUN/TAP Konfiguration" + +#, fuzzy +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Inspect DNS traffic" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Local users file" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Do not do WISPr" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allowed resources" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allow any DNS server" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Allow any IP address" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allowed domains" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM homepage" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM static content port" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM listening address" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM logout IP" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM listening port" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "UAM secret" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM server" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "UAM user interface" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "WISPr login url" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "CGI program" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Web content directory" +#~ msgstr "Domain Name" + +#, fuzzy +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "MAC configuration" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Configure MAC authentication" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Allowed MAC addresses" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Enable MAC authentification" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Password" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "Suffix" +#~ msgstr "Netzwerk/TUN Konfiguration" + +#, fuzzy +#~ msgid "coovachilli_macauth_macsuffix_desc" +#~ msgstr "Netzwerk/TUN Konfiguration" diff --git a/applications/luci-app-coovachilli/po/el/coovachilli.po b/applications/luci-app-coovachilli/po/el/coovachilli.po new file mode 100644 index 0000000..90d693d --- /dev/null +++ b/applications/luci-app-coovachilli/po/el/coovachilli.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-03-19 15:27+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" + +#~ msgid "General configuration" +#~ msgstr "Γενική παÏαμετÏοποίηση" + +#~ msgid "DHCP configuration" +#~ msgstr "ΠαÏαμετÏοποίηση DHCP" + +#~ msgid "DHCP interface" +#~ msgstr "Διεπαφή DHCP" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "ΕνεÏγοποίηση IEEE 802.1x" + +#~ msgid "Admin password" +#~ msgstr "Κωδικός Ï€Ïόσβασης διαχειÏιστή" + +#~ msgid "Location name" +#~ msgstr "Όνομα τοποθεσίας" + +#~ msgid "CGI program" +#~ msgstr "ΠÏόγÏαμμα CGI" + +#~ msgid "Password" +#~ msgstr "Κωδικός Ï€Ïόσβασης" diff --git a/applications/luci-app-coovachilli/po/en/coovachilli.po b/applications/luci-app-coovachilli/po/en/coovachilli.po new file mode 100644 index 0000000..ebaa345 --- /dev/null +++ b/applications/luci-app-coovachilli/po/en/coovachilli.po @@ -0,0 +1,639 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-03-18 05:30+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" + +#, fuzzy +#~ msgid "General configuration" +#~ msgstr "General configuration" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "General CoovaChilli settings" + +#~ msgid "Command socket" +#~ msgstr "Command socket" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "UNIX socket used for communication with chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Config refresh interval" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " + +#~ msgid "Pid file" +#~ msgstr "Pid file" + +#~ msgid "Filename to put the process id" +#~ msgstr "Filename to put the process id" + +#~ msgid "State directory" +#~ msgstr "State directory" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Directory of non-volatile data" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "TUN/TAP configuration" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Network/Tun configuration" + +#~ msgid "Network down script" +#~ msgstr "Network down script" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" + +#~ msgid "Network up script" +#~ msgstr "Network up script" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script executed after the tun network interface has been brought up" + +#~ msgid "Primary DNS Server" +#~ msgstr "Primary DNS Server" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Secondary DNS Server" + +#~ msgid "Domain name" +#~ msgstr "Domain name" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Dynamic IP address pool" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Specifies a pool of dynamic IP addresses" + +#~ msgid "IP down script" +#~ msgstr "IP down script" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "Script executed after the tun network interface has been taken down" + +#~ msgid "IP up script" +#~ msgstr "IP up script" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "" +#~ "Script executed after the TUN/TAP network interface has been brought up" + +#~ msgid "Uplink subnet" +#~ msgstr "Uplink subnet" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Network address of the uplink interface (CIDR notation)" + +#~ msgid "Static IP address pool" +#~ msgstr "Static IP address pool" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Specifies a pool of static IP addresses" + +#~ msgid "TUN/TAP device" +#~ msgstr "TUN/TAP device" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "The specific device to use for the TUN/TAP interface" + +#~ msgid "TX queue length" +#~ msgstr "TX queue length" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "The TX queue length to set on the TUN/TAP interface" + +#~ msgid "Use TAP device" +#~ msgstr "Use TAP device" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Use the TAP interface instead of TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "DHCP configuration" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Set DHCP options for connecting clients" + +#~ msgid "DHCP end number" +#~ msgstr "DHCP end number" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Where to stop assigning IP addresses (default 254)" + +#~ msgid "DHCP interface" +#~ msgstr "DHCP interface" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Ethernet interface to listen to for the downlink interface" + +#~ msgid "Listen MAC address" +#~ msgstr "Listen MAC address" + +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" + +#~ msgid "DHCP start number" +#~ msgstr "DHCP start number" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Where to start assigning IP addresses (default 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Enable IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Enable IEEE 802.1x authentication and listen for EAP requests" + +#~ msgid "Leasetime" +#~ msgstr "Leasetime" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Use a DHCP lease of seconds (default 600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Allow session update through RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" + +#~ msgid "Admin password" +#~ msgstr "Admin password" + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" + +#~ msgid "Admin user" +#~ msgstr "Admin user" + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Do not check disconnection requests" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "Do not check the source IP address of radius disconnect requests" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "RADIUS disconnect port" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "UDP port to listen to for accepting radius disconnect requests" + +#~ msgid "NAS IP" +#~ msgstr "NAS IP" + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Value to use in RADIUS NAS-IP-Address attribute" + +#~ msgid "NAS MAC" +#~ msgstr "NAS MAC" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "MAC address value to use in RADIUS Called-Station-ID attribute" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Allow OpenID authentication" + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" + +#~ msgid "RADIUS accounting port" +#~ msgstr "RADIUS accounting port" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "RADIUS authentication port" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" + +#~ msgid "Option radiuscalled" +#~ msgstr "Option radiuscalled" + +#~ msgid "RADIUS listen address" +#~ msgstr "RADIUS listen address" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Local interface IP address to use for the radius interface" + +#~ msgid "RADIUS location ID" +#~ msgstr "RADIUS location ID" + +#~ msgid "WISPr Location ID" +#~ msgstr "WISPr Location ID" + +#~ msgid "RADIUS location name" +#~ msgstr "RADIUS location name" + +#~ msgid "WISPr Location Name" +#~ msgstr "WISPr Location Name" + +#~ msgid "NAS ID" +#~ msgstr "NAS ID" + +#~ msgid "Network access server identifier" +#~ msgstr "Network access server identifier" + +#~ msgid "Option radiusnasip" +#~ msgstr "Option radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "NAS port type" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "Send RADIUS VSA" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" + +#~ msgid "RADIUS secret" +#~ msgstr "RADIUS secret" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Radius shared secret for both servers" + +#~ msgid "RADIUS server 1" +#~ msgstr "RADIUS server 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "The IP address of radius server 1" + +#~ msgid "RADIUS server 2" +#~ msgstr "RADIUS server 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "The IP address of radius server 2" + +#~ msgid "Swap octets" +#~ msgstr "Swap octets" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" + +#~ msgid "Allow WPA guests" +#~ msgstr "Allow WPA guests" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" + +#~ msgid "Proxy client" +#~ msgstr "Proxy client" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" + +#~ msgid "Proxy listen address" +#~ msgstr "Proxy listen address" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "Local interface IP address to use for accepting radius requests" + +#~ msgid "Proxy port" +#~ msgstr "Proxy port" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "UDP Port to listen to for accepting radius requests" + +#~ msgid "Proxy secret" +#~ msgstr "Proxy secret" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Radius shared secret for clients" + +#~ msgid "UAM configuration" +#~ msgstr "UAM configuration" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Unified Configuration Method settings" + +#~ msgid "Use Chilli XML" +#~ msgstr "Use Chilli XML" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Return the so-called Chilli XML along with WISPr XML" + +#~ msgid "Default idle timeout" +#~ msgstr "Default idle timeout" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" + +#~ msgid "Default interim interval" +#~ msgstr "Default interim interval" + +#~ msgid "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Default session timeout" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Inspect DNS traffic" + +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" + +#~ msgid "Local users file" +#~ msgstr "Local users file" + +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" + +#~ msgid "Location name" +#~ msgstr "Location name" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Human readable location name used in JSON interface" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Do not redirect to UAM server" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" + +#~ msgid "Do not do WISPr" +#~ msgstr "Do not do WISPr" + +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "Do not do any WISPr XML, assume the back-end is doing this instead" + +#~ msgid "Post auth proxy" +#~ msgstr "Post auth proxy" + +#~ msgid "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" +#~ msgstr "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" + +#~ msgid "Post auth proxy port" +#~ msgstr "Post auth proxy port" + +#~ msgid "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" +#~ msgstr "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" + +#~ msgid "Allowed resources" +#~ msgstr "Allowed resources" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "List of resources the client can access without first authenticating" + +#~ msgid "Allow any DNS server" +#~ msgstr "Allow any DNS server" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Allow any DNS server for unauthenticated clients" + +#~ msgid "Allow any IP address" +#~ msgstr "Allow any IP address" + +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" + +#~ msgid "Allowed domains" +#~ msgstr "Allowed domains" + +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Defines a list of domain names to automatically add to the walled garden" + +#~ msgid "UAM homepage" +#~ msgstr "UAM homepage" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "URL of homepage to redirect unauthenticated users to" + +#~ msgid "UAM static content port" +#~ msgstr "UAM static content port" + +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "TCP port to bind to for only serving embedded content" + +#~ msgid "UAM listening address" +#~ msgstr "UAM listening address" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "IP address to listen to for authentication of clients" + +#~ msgid "UAM logout IP" +#~ msgstr "UAM logout IP" + +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" + +#~ msgid "UAM listening port" +#~ msgstr "UAM listening port" + +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "TCP port to bind to for authenticating clients (default 3990)" + +#~ msgid "UAM secret" +#~ msgstr "UAM secret" + +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Shared secret between uamserver and chilli" + +#~ msgid "UAM server" +#~ msgstr "UAM server" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL of web server to use for authenticating clients" + +#~ msgid "UAM user interface" +#~ msgstr "UAM user interface" + +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" + +#~ msgid "Use status file" +#~ msgstr "Use status file" + +#~ msgid "" +#~ "Write the status of clients in a non-volatile state file (experimental)" +#~ msgstr "" +#~ "Write the status of clients in a non-volatile state file (experimental)" + +#~ msgid "WISPr login url" +#~ msgstr "WISPr login url" + +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "Specific URL to be given in WISPr XML LoginURL" + +#~ msgid "CGI program" +#~ msgstr "CGI program" + +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" + +#~ msgid "Web content directory" +#~ msgstr "Web content directory" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Directory where embedded local web content is placed" + +#~ msgid "MAC configuration" +#~ msgstr "MAC configuration" + +#~ msgid "Configure MAC authentication" +#~ msgstr "Configure MAC authentication" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Allowed MAC addresses" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "" +#~ "List of MAC addresses for which MAC authentication will be performed" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Authenticate locally allowed MACs" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Authenticate allowed MAC addresses without the use of RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Enable MAC authentification" + +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "Try to authenticate all users based on their mac address alone" + +#~ msgid "Password" +#~ msgstr "Password" + +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Password used when performing MAC authentication" + +#~ msgid "Suffix" +#~ msgstr "Suffix" + +#~ msgid "coovachilli_macauth_macsuffix_desc" +#~ msgstr "" +#~ "Suffix to add to the MAC address in order to form the User-Name, which is " +#~ "sent to the radius server" diff --git a/applications/luci-app-coovachilli/po/es/coovachilli.po b/applications/luci-app-coovachilli/po/es/coovachilli.po new file mode 100644 index 0000000..886da59 --- /dev/null +++ b/applications/luci-app-coovachilli/po/es/coovachilli.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-07-28 23:18+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configuración de Red" + +msgid "RADIUS configuration" +msgstr "Configuración RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Autenticación UAM y MAC" + +#~ msgid "General configuration" +#~ msgstr "Configuración General" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Configuración General de CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Socket de Comando" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "SocketUNIX utilizado para comunicación con chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Configuración del intervalo de refresco " + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Vuelve a leer el fichero de configuracion y las consultas DNS cada " +#~ "intervalo de segundos. Eso tiene el mismo efecto que enviar la señal HUP. " +#~ "Si el intervalo es 0 (cero) se inhabilita la función." + +#~ msgid "Pid file" +#~ msgstr "Fichero Pid" + +#~ msgid "Filename to put the process id" +#~ msgstr "Nombre de archivo donde poner el ID del proceso" + +#~ msgid "State directory" +#~ msgstr "Directorio de estado" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Directorio de datos no volátiles" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Configuración TUN / TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Configuración de Red / Tun" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script ejecutado cuando el estado de una sesión es alterado de autorizado " +#~ "a no autorizado" + +#~ msgid "Network up script" +#~ msgstr "Script de subida de red" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "" +#~ "Script ejecutado después de que la interfaz de red tun haya sido " +#~ "levantado." + +#~ msgid "Primary DNS Server" +#~ msgstr "Servidor DNS primario" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Servidor DNS secundario" + +#~ msgid "Domain name" +#~ msgstr "Nombre de dominio" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Se utiliza para informar al cliente sobre el nombre de dominio a utilizar " +#~ "para las consultas DNS" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Conjunto de direcciones IP Dinámicas" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Especifica un conjunto de direcciones IP Dinámicas" + +#~ msgid "IP down script" +#~ msgstr "Scripts de bajada IP" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "Script ejecutado después de que la red de interfaz tun sea bajado" + +#~ msgid "IP up script" +#~ msgstr "Script de subida IP" diff --git a/applications/luci-app-coovachilli/po/fr/coovachilli.po b/applications/luci-app-coovachilli/po/fr/coovachilli.po new file mode 100644 index 0000000..b95bb44 --- /dev/null +++ b/applications/luci-app-coovachilli/po/fr/coovachilli.po @@ -0,0 +1,26 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-11-06 13:16+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configuration Réseau" + +msgid "RADIUS configuration" +msgstr "Configuration RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Authentification UAM et MAC" diff --git a/applications/luci-app-coovachilli/po/he/coovachilli.po b/applications/luci-app-coovachilli/po/he/coovachilli.po new file mode 100644 index 0000000..04efb54 --- /dev/null +++ b/applications/luci-app-coovachilli/po/he/coovachilli.po @@ -0,0 +1,26 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:37+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "" + +msgid "Network Configuration" +msgstr "תצורת רשת" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "×ימות UAM ן- MAC" diff --git a/applications/luci-app-coovachilli/po/hu/coovachilli.po b/applications/luci-app-coovachilli/po/hu/coovachilli.po new file mode 100644 index 0000000..5ac8278 --- /dev/null +++ b/applications/luci-app-coovachilli/po/hu/coovachilli.po @@ -0,0 +1,26 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-05 16:44+0200\n" +"Last-Translator: Gyula \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Hálózati konfiguráció" + +msgid "RADIUS configuration" +msgstr "RADIUS konfiguráció" + +msgid "UAM and MAC Authentication" +msgstr "UAM és MAC azonosítás" diff --git a/applications/luci-app-coovachilli/po/it/coovachilli.po b/applications/luci-app-coovachilli/po/it/coovachilli.po new file mode 100644 index 0000000..dbf5b96 --- /dev/null +++ b/applications/luci-app-coovachilli/po/it/coovachilli.po @@ -0,0 +1,75 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2013-02-03 13:43+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configurazione della Rete" + +msgid "RADIUS configuration" +msgstr "Configurazione RAGGIO" + +msgid "UAM and MAC Authentication" +msgstr "Autenticazione UAM e MAC" + +#~ msgid "General configuration" +#~ msgstr "Configurazione generale" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Impostazioni generali di CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Socket di comando" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "Socket UNIX usato per la comunicazione con chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Intervallo di aggiornamento configurazione" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Rilegge il file di configurazione ed esegue una ricerca DNS ogni " +#~ "intervallo in secondi. Questo ha lo stesso risultato dell'invio del " +#~ "segnale HUP. Se l'intervallo è 0 (zero) questa funzionalità è " +#~ "disabilitata." + +#~ msgid "Pid file" +#~ msgstr "File Pid" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Configurazione TUN/TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Configurazione Rete/TUN" + +#~ msgid "Primary DNS Server" +#~ msgstr "Server DNS Primario" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Server DNS Secondario" + +#~ msgid "Domain name" +#~ msgstr "Nome di dominio" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Specifica un pool di indirizzi IP dinamici" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Indirizzo di rete dell'interfaccia di uplink (CIDR notazione)" diff --git a/applications/luci-app-coovachilli/po/ja/coovachilli.po b/applications/luci-app-coovachilli/po/ja/coovachilli.po new file mode 100644 index 0000000..9415712 --- /dev/null +++ b/applications/luci-app-coovachilli/po/ja/coovachilli.po @@ -0,0 +1,25 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "CoovaChilli" +msgstr "" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" diff --git a/applications/luci-app-coovachilli/po/ms/coovachilli.po b/applications/luci-app-coovachilli/po/ms/coovachilli.po new file mode 100644 index 0000000..d910ef2 --- /dev/null +++ b/applications/luci-app-coovachilli/po/ms/coovachilli.po @@ -0,0 +1,22 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "CoovaChilli" +msgstr "" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" diff --git a/applications/luci-app-coovachilli/po/no/coovachilli.po b/applications/luci-app-coovachilli/po/no/coovachilli.po new file mode 100644 index 0000000..f37afdd --- /dev/null +++ b/applications/luci-app-coovachilli/po/no/coovachilli.po @@ -0,0 +1,26 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-04-05 08:41+0200\n" +"Last-Translator: protx \n" +"Language-Team: none\n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Nettverk Konfigurasjon" + +msgid "RADIUS configuration" +msgstr "RADIUS Konfigurasjon" + +msgid "UAM and MAC Authentication" +msgstr "UAM og MAC Autentisering" diff --git a/applications/luci-app-coovachilli/po/pl/coovachilli.po b/applications/luci-app-coovachilli/po/pl/coovachilli.po new file mode 100644 index 0000000..7dc2ef8 --- /dev/null +++ b/applications/luci-app-coovachilli/po/pl/coovachilli.po @@ -0,0 +1,27 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-25 06:22+0200\n" +"Last-Translator: obsy \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Konfiguracja sieci" + +msgid "RADIUS configuration" +msgstr "Konfiguracja RADIUS`a" + +msgid "UAM and MAC Authentication" +msgstr "Uwierzytelnianie UAM oraz MAC" diff --git a/applications/luci-app-coovachilli/po/pt-br/coovachilli.po b/applications/luci-app-coovachilli/po/pt-br/coovachilli.po new file mode 100644 index 0000000..9c21981 --- /dev/null +++ b/applications/luci-app-coovachilli/po/pt-br/coovachilli.po @@ -0,0 +1,657 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2011-10-18 20:37+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configuração de rede" + +msgid "RADIUS configuration" +msgstr "Configuração de RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Autenticação UAM e MAC" + +#~ msgid "General configuration" +#~ msgstr "Configuração Geral" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Definições gerais do CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Soquete de comando" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "Soquete UNIX para comunicação com chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Intervalo de atualização da configuração" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Reler o arquivo de configuração e faça a busca DNS a cada intervalo de " +#~ "segundos. Isto tem o mesmo efeito que o envio do sinal HUP. Se o " +#~ "intervalo for 0, (zero) esta funcionalidade será desativada." + +#~ msgid "Pid file" +#~ msgstr "Arquivo de PID" + +#~ msgid "Filename to put the process id" +#~ msgstr "Nome do arquivo onde será armazenado o PID" + +#~ msgid "State directory" +#~ msgstr "Diretório de estado" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Diretório para dados não-voláteis" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Configuração TUN/TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Configuração de Rede/Tun" + +#~ msgid "Network down script" +#~ msgstr "Script de descida de rede" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script executado após o estado de uma sessão ser alterado de autorizado " +#~ "para não-autorizado" + +#~ msgid "Network up script" +#~ msgstr "Script de subida da rede" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script executado após a interface tun de rede ter sido levantada" + +#~ msgid "Primary DNS Server" +#~ msgstr "Servidor DNS primário" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Servidor DNS secundário" + +#~ msgid "Domain name" +#~ msgstr "Domínio" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o domínio a ser utilizado para " +#~ "consultas DNS" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Conjunto de endereços IP dinâmicos" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Especifica um conjunto de endereços IP dinâmicos" + +#~ msgid "IP down script" +#~ msgstr "Script de descida da rede IP" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "Script executado após a rede da interface tun seja baixada" + +#~ msgid "IP up script" +#~ msgstr "Script de subida da rede IP" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "Script executado após a rede da interface TUN/TAP seja levantadas" + +#~ msgid "Uplink subnet" +#~ msgstr "Subrede do enlace superior (uplink)" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Endereço de rede da interface do enlace superior (notação CIDR)" + +#~ msgid "Static IP address pool" +#~ msgstr "Conjunto de endereços IP estáticos" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Especifica um conjunto de endereços IP estáticos" + +#~ msgid "TUN/TAP device" +#~ msgstr "Dispositivo TUN/TAP" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "O dispositivo especificado para ser usado pela interface TUN/TAP" + +#~ msgid "TX queue length" +#~ msgstr "Tamanho da fila de envio (TX)" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "O tamanho da fila de envio (TX) para ser usado na interface TUN/TAP" + +#~ msgid "Use TAP device" +#~ msgstr "Use dispositivo TAP" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Use o dispositivo TAP ao invés de TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "Configuração do DHCP" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Ajusta as opções do DHCP para clientes a se conectarem" + +#~ msgid "DHCP end number" +#~ msgstr "Número final do DHCP" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Onde terminar a atribuição de endereços IP (padrão 254)" + +#~ msgid "DHCP interface" +#~ msgstr "Interface DHCP" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Interface Ethernet para escutar por conexões dos clientes" + +#~ msgid "Listen MAC address" +#~ msgstr "Endereço MAC de escuta" + +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "" +#~ "Endereço MAC de escuta. Se não especificado, o endereço MAC da interface " +#~ "será usado" + +#~ msgid "DHCP start number" +#~ msgstr "Número inicial do DHCP" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "A partir de onde iniciará a atribuição de endereços IP (padrão 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Habilite IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Habilite autenticação IEEE 802.1x e escute por requisições EAP" + +#~ msgid "Leasetime" +#~ msgstr "Tempo de atribuição" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Use o tempo de atribuição do DHCP, em segundos (padrão 600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Permite a atualização da sessão através do RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Permite a atualização dos parâmetros da sessão com atributos RADIUS " +#~ "enviados na Contabilidade-Resposta" + +#~ msgid "Admin password" +#~ msgstr "Senha do Administrador" + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Senha para a autenticação do usuário administrador para pegar as " +#~ "configurações do chili e estabelecer uma sessão de dispositivo \"sistema\"" + +#~ msgid "Admin user" +#~ msgstr "Usuário administrador" + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Nome do usuário para a autenticação do usuário administrador para pegar " +#~ "as configurações do chili e estabelecer uma sessão de dispositivo " +#~ "\"sistema\"" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Não verifique as requisições de desconexão" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "" +#~ "Não verifique o endereço IP de origem das requisições de desconexão do " +#~ "radius" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "Porta de desconexão do RADIUS" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "" +#~ "Porta UDP de escuta para aceitar requisições de desconexão do radius" + +#~ msgid "NAS IP" +#~ msgstr "IP do NAS" + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Valor para usar no atributo NAS-IP-Address do RADIUS" + +#~ msgid "NAS MAC" +#~ msgstr "MAC do NAS" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "Endereço MAC para usar no atributo Called-Station-ID do RADIUS" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Permitir autenticação OpenID" + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Permitir autenticação OpenID enviando ChilliSpot-Config=allow-openidauth " +#~ "na Resquisição de Acesso do Radius" + +#~ msgid "RADIUS accounting port" +#~ msgstr "Porta de contabilidade do RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "" +#~ "O número da porta UDP para ser usada pela requisição de contabilização do " +#~ "radius (padrão 1813)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "Porta de autenticação do RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "" +#~ "O número da porta UDP para ser usada pela requisição de autenticação do " +#~ "radius (padrão 1812)" + +#~ msgid "Option radiuscalled" +#~ msgstr "Opção radiuscalled" + +#~ msgid "RADIUS listen address" +#~ msgstr "Endereço de escuta do RADIUS" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Endereço IP da interface local para a interface radius" + +#~ msgid "RADIUS location ID" +#~ msgstr "ID da localização do RADIUS" + +#~ msgid "WISPr Location ID" +#~ msgstr "ID da Localização WISPr" + +#~ msgid "RADIUS location name" +#~ msgstr "Nome da localização do RADIUS" + +#~ msgid "WISPr Location Name" +#~ msgstr "Nome da localização WISPr" + +#~ msgid "NAS ID" +#~ msgstr "ID do NAS" + +#~ msgid "Network access server identifier" +#~ msgstr "Identificador do servidor de acesso à rede" + +#~ msgid "Option radiusnasip" +#~ msgstr "Opção radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "Tipo de porta NAS" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "" +#~ "Valor do atributo do NAS-Port-Type. O padrão é 19 (IEEE-802.11-Sem fio)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "Enviar VSA do RADIUS" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "" +#~ "Enviar o ChilliSpot-OriginalURL do VSA do RADIUS na Requisição de Acesso" + +#~ msgid "RADIUS secret" +#~ msgstr "Segredo do RADIUS" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Segredo compartilhado entre ambos os servidores Radius" + +#~ msgid "RADIUS server 1" +#~ msgstr "Servidor 1 do RADIUS" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "Endereço IP do servidor 1 do radius" + +#~ msgid "RADIUS server 2" +#~ msgstr "Servidor 2 do RADIUS" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "Endereço IP do servidor 2 do radius" + +#~ msgid "Swap octets" +#~ msgstr "Troque octetos" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Troca o significado de \"octetos de entrada\" e \"octetos de saída\" como " +#~ "está relatado nos atributos RADIUS" + +#~ msgid "Allow WPA guests" +#~ msgstr "Permite convidados WPA" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Permite a autenticação de convidados WPA enviando ChilliSpot-Config=allow-" +#~ "wpa-guests na Requisição de Acesso do RADIUS" + +#~ msgid "Proxy client" +#~ msgstr "Cliente proxy" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "Endereço IP do qual as requisições radius serão aceitas. Se omitido, o " +#~ "servidor não vai aceitar requisições radius" + +#~ msgid "Proxy listen address" +#~ msgstr "Endereço de escuta do proxy" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "" +#~ "Endereço IP da interface local usado para aceitar as requisições radius" + +#~ msgid "Proxy port" +#~ msgstr "Porta do Proxy" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "Porta UDP para aceitar requisições radius" + +#~ msgid "Proxy secret" +#~ msgstr "Segredo do Proxy" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Segredo compartilhado do Radius para clientes" + +#~ msgid "UAM configuration" +#~ msgstr "Configuração UAM" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Configurações do Método de Configuração Unificado" + +#~ msgid "Use Chilli XML" +#~ msgstr "Use XML do Chilli" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Retorna o famoso XML do Chili juntamente com o XML do WISPr" + +#~ msgid "Default idle timeout" +#~ msgstr "Estouro de tempo de ociosidade padrão" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Estouro de tempo de ociosidade padrão, a não ser que seja definido pelo " +#~ "RADIUS (padrão é 0)" + +#~ msgid "Default interim interval" +#~ msgstr "Intervalo padrão como interino" + +#~ msgid "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Intervalo padrão como interino para a contabilidade do RADIUS, a não ser " +#~ "que seja definido pelo RADIUS (padrão é 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Estouro de tempo padrão da sessão" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Estouro de tempo padrão da sessão, a não ser que seja definido pelo " +#~ "RADIUS (padrão é 0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Inspeciona tráfego DNS" + +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "" +#~ "Inspeciona os pacotes DNS e descarta respostas para qualquer registro que " +#~ "não seja A, CNAME, SOA ou MX. Isto evita túneis pelo DNS (experimental)" + +#~ msgid "Local users file" +#~ msgstr "Arquivo de usuários locais" + +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "Um arquivo separado por dois pontos (:) contendo o nome de usuário e " +#~ "senhas para usuários autenticados localmente" + +#~ msgid "Location name" +#~ msgstr "Nome da localização" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Nome da localização legível usado na interface JSON" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Não redirecionar para servidor UAM" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "Não redirecione para o servidor UAM quando o login for bem sucedido. " +#~ "Somente redirecione para a URL original" + +#~ msgid "Do not do WISPr" +#~ msgstr "Não faça WISPr" + +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "" +#~ "Não faça qualquer XML do WISPr. Ao invés disto, assuma que o servidor " +#~ "está fazendo isto" + +#~ msgid "Post auth proxy" +#~ msgstr "Proxy após a autenticação" + +#~ msgid "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" +#~ msgstr "" +#~ "Usado em conjunto com postauthproxyport para definir um servidor PROXY " +#~ "HTTP após a autenticação" + +#~ msgid "Post auth proxy port" +#~ msgstr "Porta do proxy após a autenticação" + +#~ msgid "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" +#~ msgstr "" +#~ "Usado em conjunto com postauthproxyport para definir um servidor PROXY " +#~ "HTTP após a autenticação" + +#~ msgid "Allowed resources" +#~ msgstr "Recursos permitidos" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "Lista de recursos que o cliente pode acessar sem antes se autenticar" + +#~ msgid "Allow any DNS server" +#~ msgstr "Permitir qualquer Servidor DNS" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Permitir qualquer servidor DNS para clientes não autenticados" + +#~ msgid "Allow any IP address" +#~ msgstr "Permitir qualquer endereço IP" + +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Permitir que clientes usem qualquer configuração de IP desejada usando a " +#~ "técnica de falsificação de APR (experimental)" + +#~ msgid "Allowed domains" +#~ msgstr "Domínios permitidos" + +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Define uma lista de domínios automaticamente adicionados para acesso da " +#~ "zona controlada" + +#~ msgid "UAM homepage" +#~ msgstr "Página do UAM" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "URL da página para onde redirecionar os usuários não autenticados" + +#~ msgid "UAM static content port" +#~ msgstr "Porta de conteúdo estático do UAM" + +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "Porta TCP para somente servidor conteúdo embutido" + +#~ msgid "UAM listening address" +#~ msgstr "Endereço de escuta do UAM" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "Endereço IP para escutar pela autenticação dos clientes" + +#~ msgid "UAM logout IP" +#~ msgstr "IP de desautenticação do UAM" + +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Use este endereço IP para instantaneamente desautenticar um cliente que a " +#~ "acessar (padrão é 1.1.1.1)" + +#~ msgid "UAM listening port" +#~ msgstr "Porta de escuta do UAM" + +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "Porta de escuta do UAM para autenticar clientes (padrão é 3990)" + +#~ msgid "UAM secret" +#~ msgstr "Segredo do UAM" + +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Segredo compatilhado entre o servidor UAM e o chilli" + +#~ msgid "UAM server" +#~ msgstr "Servidor UAM" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL do servidor web usado para autenticar os clientes" + +#~ msgid "UAM user interface" +#~ msgstr "Interface do usuário do UAM" + +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "" +#~ "Um programa estilo init.d para tratar o conteúdo local no servidor web " +#~ "uamuiport" + +#~ msgid "Use status file" +#~ msgstr "Usar o arquivo de estado" + +#~ msgid "" +#~ "Write the status of clients in a non-volatile state file (experimental)" +#~ msgstr "" +#~ "Escreva o estado dos clientes em um arquivo de estado não volátil " +#~ "(experimental)" + +#~ msgid "WISPr login url" +#~ msgstr "URL de login do WISPr" + +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "Especifica a URL para ser dada no LoginURL do XML do WISPr" + +#~ msgid "CGI program" +#~ msgstr "Programa CGI" + +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "" +#~ "Executável para rodar como um programa do tipo CGI (como o haserl) para " +#~ "URLs com a extensão .chi" + +#~ msgid "Web content directory" +#~ msgstr "Diretório de conteúdo Web" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Diretório onde o conteúdo web local embutido fica localizado" + +#~ msgid "MAC configuration" +#~ msgstr "Configuração do MAC" + +#~ msgid "Configure MAC authentication" +#~ msgstr "Configurar a autenticação MAC" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Endereços MAC permitidos" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "" +#~ "Lista dos endereços MAC permitidos para os quais a autenticação MAC será " +#~ "realizada" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Autenticar MACs autorizados localmente" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Autenticar os endereços MAC autorizados sem usar o RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Habilita a autenticação MAC" + +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "" +#~ "Tente autenticar todos os usuários baseados somente no seu endereço MAC" + +#~ msgid "Password" +#~ msgstr "Senha" + +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Senha usada para realizar a autenticação MAC" + +#~ msgid "Suffix" +#~ msgstr "Sufixo" + +#~ msgid "" +#~ "Suffix to add to the MAC address in order to form the User-Name, which is " +#~ "sent to the radius server" +#~ msgstr "" +#~ "Sufixo para adicionar ao endereço MAC que forma o nome do usuário, o qual " +#~ "é enviado ao servidor radius" diff --git a/applications/luci-app-coovachilli/po/pt/coovachilli.po b/applications/luci-app-coovachilli/po/pt/coovachilli.po new file mode 100644 index 0000000..115ae03 --- /dev/null +++ b/applications/luci-app-coovachilli/po/pt/coovachilli.po @@ -0,0 +1,372 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-05-01 00:43+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configuração da Rede" + +msgid "RADIUS configuration" +msgstr "Configuração RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Autenticação UAM e MAC" + +#~ msgid "General configuration" +#~ msgstr "Configuração Geral" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Definições gerais do CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Socket de comando" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "Socket UNIX para comunicação com chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Intervalo de refrescamento da configuração" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Reler o ficheiro de configuração e executar verificações DNS n segundos " +#~ "de intervalo. Tem o mesmo efeito que o envio do sinal HUP. Se o intervalo " +#~ "for 0 (zero) esta funcionalidade será desactivada." + +#~ msgid "Pid file" +#~ msgstr "Ficheiro PID" + +#~ msgid "Filename to put the process id" +#~ msgstr "Nome do ficheiro onde será guardado o PID" + +#~ msgid "State directory" +#~ msgstr "Directorio de estado" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "Directorio para dados não-volateis" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Configuração tun/tap" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Configuração de rede/tun" + +#~ msgid "Network down script" +#~ msgstr "Script de rede/tun em baixo" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script executado após o estado de uma sessão ser alterado de autorizado " +#~ "para não-autorizado " + +#~ msgid "Network up script" +#~ msgstr "Script de rede/tun em cima" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script executado apos o interface tun de rede ter sido levantado" + +#~ msgid "Primary DNS Server" +#~ msgstr "Servidor primário de DNS" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Servidor secundário de DNS" + +#~ msgid "Domain name" +#~ msgstr "Domínio" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Dynamic IP address pool" +#~ msgstr "Servidor primário de DNS" + +#, fuzzy +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o endereço de servidor DNS a usar " +#~ "para a resolução de nomes" + +#, fuzzy +#~ msgid "IP down script" +#~ msgstr "Script de rede/tun em baixo" + +#, fuzzy +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "" +#~ "Script executado após o estado de uma sessão ser alterado de autorizado " +#~ "para não-autorizado " + +#, fuzzy +#~ msgid "IP up script" +#~ msgstr "Script de rede/tun em cima" + +#, fuzzy +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "Script executado apos o interface tun de rede ter sido levantado" + +#, fuzzy +#~ msgid "Uplink subnet" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o endereço de servidor DNS a usar " +#~ "para a resolução de nomes" + +#, fuzzy +#~ msgid "Static IP address pool" +#~ msgstr "Script de rede/tun em cima" + +#, fuzzy +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Script executado apos o interface tun de rede ter sido levantado" + +#, fuzzy +#~ msgid "TUN/TAP device" +#~ msgstr "Script de rede/tun em baixo" + +#, fuzzy +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "" +#~ "Script executado após o estado de uma sessão ser alterado de autorizado " +#~ "para não-autorizado " + +#, fuzzy +#~ msgid "TX queue length" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Use TAP device" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Script executado apos o interface tun de rede ter sido levantado" + +#, fuzzy +#~ msgid "DHCP configuration" +#~ msgstr "Configuração tun/tap" + +#, fuzzy +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "DHCP end number" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "DHCP interface" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Listen MAC address" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Leasetime" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Admin user" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "NAS IP" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "NAS MAC" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Allow WPA guests" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "UAM configuration" +#~ msgstr "Configuração tun/tap" + +#, fuzzy +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Allow any DNS server" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Allow any IP address" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Allowed domains" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM homepage" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM static content port" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM listening address" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM logout IP" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM listening port" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM secret" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM server" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "UAM user interface" +#~ msgstr "Domínio" + +#, fuzzy +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "" +#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS" + +#, fuzzy +#~ msgid "MAC configuration" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Configure MAC authentication" +#~ msgstr "Configuração de rede/tun" + +#, fuzzy +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "Configuração de rede/tun" diff --git a/applications/luci-app-coovachilli/po/ro/coovachilli.po b/applications/luci-app-coovachilli/po/ro/coovachilli.po new file mode 100644 index 0000000..8f458bb --- /dev/null +++ b/applications/luci-app-coovachilli/po/ro/coovachilli.po @@ -0,0 +1,27 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:15+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Configurare reÅ£ea" + +msgid "RADIUS configuration" +msgstr "Configurare RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "Autentificare UAM ÅŸi MAC" diff --git a/applications/luci-app-coovachilli/po/ru/coovachilli.po b/applications/luci-app-coovachilli/po/ru/coovachilli.po new file mode 100644 index 0000000..379ff7e --- /dev/null +++ b/applications/luci-app-coovachilli/po/ru/coovachilli.po @@ -0,0 +1,560 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: coovachilli\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 11:29+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñети" + +msgid "RADIUS configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ UAM и MAC" + +#~ msgid "General configuration" +#~ msgstr "Общие наÑтройки" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Общие наÑтройки CoovaChilli" + +#~ msgid "Command socket" +#~ msgstr "Сокет команд" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "UNIX Ñокет Ð´Ð»Ñ ÑвÑзи Ñ chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Интервал Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Считывание файла конфигурации и запуÑк DNS поиÑка раз в указанный " +#~ "интервал. ДоÑтигаетÑÑ Ñ‚Ð¾Ñ‚ же Ñффект что и при отÑылке HUP Ñигнала. " +#~ "Значение интервала выражено в Ñекундах. Ð’ Ñлучае ÑƒÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð½ÑƒÐ»ÐµÐ²Ð¾Ð³Ð¾ " +#~ "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸Ð½Ñ‚ÐµÑ€Ð²Ð°Ð»Ð°, Ð´Ð°Ð½Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ ÑтановитÑÑ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð¹." + +#~ msgid "Pid file" +#~ msgstr "Pid файл" + +#~ msgid "Filename to put the process id" +#~ msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°, который будет Ñодержать идентификатор процеÑÑа (PID)" + +#~ msgid "State directory" +#~ msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ ÑоÑтоÑниÑ" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "TUN/TAP конфигурациÑ" + +#~ msgid "Network down script" +#~ msgstr "Скрипт Ð²Ñ‹ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñети" + +#~ msgid "Network up script" +#~ msgstr "Скрипт Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñети" + +#~ msgid "Primary DNS Server" +#~ msgstr "Первичный DNS Ñервер" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Вторичный DNS Ñервер" + +#~ msgid "Domain name" +#~ msgstr "Доменное имÑ" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "ИÑпользуетÑÑ, чтобы Ñообщить клиенту Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° при DNS поиÑках" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Диапазон динамичеÑких IP адреÑов" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "ОпределÑет диапазон динамичеÑких IP адреÑов" + +#~ msgid "IP down script" +#~ msgstr "Скрипт ÑброÑа IP-адреÑа" + +#~ msgid "IP up script" +#~ msgstr "Скрипт уÑтановки IP-адреÑа" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "Скрипт, выполнÑемый поÑле Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñетевого интерфейÑа TUN/TAP" + +#~ msgid "Uplink subnet" +#~ msgstr "ПодÑеть uplink'а" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Сетевой Ð°Ð´Ñ€ÐµÑ uplink-интерфейÑа (в нотации CIDR)" + +#~ msgid "Static IP address pool" +#~ msgstr "Диапазон ÑтатичеÑких IP адреÑов" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "ОпределÑет диапазон ÑтатичеÑких IP адреÑов" + +#~ msgid "TUN/TAP device" +#~ msgstr "TUN/TAP уÑтройÑтво" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "УÑтройÑтво Ð´Ð»Ñ TUN/TAP интерфейÑа" + +#~ msgid "TX queue length" +#~ msgstr "Длина очереди TX" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "Длина TX очереди TUN/TAP интерфейÑа" + +#~ msgid "Use TAP device" +#~ msgstr "ИÑпользовать уÑтройÑтво TAP" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "ИÑпользовать Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ TAP вмеÑто TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "ÐаÑтройки DHCP" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "УÑтановите параметры DHCP Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð²" + +#~ msgid "DHCP end number" +#~ msgstr "Конечное значение DHCP" + +#~ msgid "DHCP interface" +#~ msgstr "DHCP интерфейÑ" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Ethernet Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð´Ð»Ñ Ð¿Ñ€Ð¾ÑÐ»ÑƒÑˆÐ¸Ð²Ð°Ð½Ð¸Ñ downlink-интерфеÑа" + +#~ msgid "Listen MAC address" +#~ msgstr "ПроÑлушиваемые MAC адреÑа" + +#~ msgid "DHCP start number" +#~ msgstr "Ðачальное значение DHCP" + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Ðачать приÑÐ²Ð¾ÐµÐ½Ð¸Ñ IP-адреÑов Ñ (по умолчанию 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Включить IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Включить IEEE 802.1x аутентификацию и обработку запроÑов EAP" + +#~ msgid "Leasetime" +#~ msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð°Ñ€ÐµÐ½Ð´Ñ‹" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "ИÑпользовать DHCP аренду заданное Ð²Ñ€ÐµÐ¼Ñ (Ñекунды, 600 по умолчанию)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Разрешить обновление ÑеÑÑии через RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Разрешить обновление параметров ÑеÑÑии иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ RADIUS атрибуты " +#~ "поÑланные через Accounting-Response" + +#~ msgid "Admin password" +#~ msgstr "Пароль админиÑтратора" + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Пароль админиÑтратора Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ " +#~ "наÑтроек chilli Ñ Ñозданием \"ÑиÑтемной\" ÑеÑÑии уÑтройÑтва" + +#~ msgid "Admin user" +#~ msgstr "ÐдминиÑтратор" + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Ð˜Ð¼Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратора Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð½Ð°Ñтроек " +#~ "chilli Ñ Ñозданием \"ÑиÑтемной\" ÑеÑÑии уÑтройÑтва" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Ðе проверÑÑ‚ÑŒ запроÑÑ‹ на разъединение" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "Ðе проверÑÑ‚ÑŒ IP-Ð°Ð´Ñ€ÐµÑ Ð·Ð°Ð¿Ñ€Ð¾Ñов Ñ€Ð°Ð·ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ radius" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "Порт Ñ€Ð°Ð·ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ RADIUS" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "UDP порт Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов Ñ€Ð°Ð·ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ RADIUS" + +#~ msgid "NAS IP" +#~ msgstr "IP-Ð°Ð´Ñ€ÐµÑ NAS" + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Значение RADIUS NAS-IP-Address атрибута" + +#~ msgid "NAS MAC" +#~ msgstr "MAC Ð°Ð´Ñ€ÐµÑ NAS" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "Значение MAC адреÑа RADIUS Called-Station-ID атрибута" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Разрешить OpenID аутентификацию" + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Разрешает аутентификацию OpenID, поÑÑ‹Ð»Ð°Ñ ChilliSpot-Config=allow-" +#~ "openidauth в запроÑах доÑтупа RADIUS." + +#~ msgid "RADIUS accounting port" +#~ msgstr "Порт RADIUS Accounting" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "Порт UDP Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов RADIUS Accounting (1813 по умолчанию)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "Порт аутентификации RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "UDP порт Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов аутентификации radius (1812 по умолчанию)" + +#~ msgid "RADIUS listen address" +#~ msgstr "Слушающий Ð°Ð´Ñ€ÐµÑ RADIUS" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "IP Ð°Ð´Ñ€ÐµÑ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ интерфейÑа Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа radius" + +#~ msgid "RADIUS location ID" +#~ msgstr "Идентификатор раÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ RADIUS" + +#~ msgid "WISPr Location ID" +#~ msgstr "Идентификатор раÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ WISPr" + +#~ msgid "RADIUS location name" +#~ msgstr "Ð˜Ð¼Ñ Ñ€Ð°ÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ RADIUS" + +#~ msgid "WISPr Location Name" +#~ msgstr "Ð˜Ð¼Ñ Ñ€Ð°ÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ WISPr" + +#~ msgid "NAS ID" +#~ msgstr "Идентификатор NAS" + +#~ msgid "Network access server identifier" +#~ msgstr "Идентификатор Ñервера доÑтупа к Ñети (NAS)" + +#~ msgid "Option radiusnasip" +#~ msgstr "ÐžÐ¿Ñ†Ð¸Ñ radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "Тип порта NAS" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "Значение аттрибута NAS-Port-Type. По умолчанию 19 (IEEE-802.11)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "ОтÑылать RADIUS VSA" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "ОтÑылать ChilliSpot-OriginalURL RADIUS VSA в запроÑах доÑтупа" + +#~ msgid "RADIUS secret" +#~ msgstr "Секрет RADIUS" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Общий Ñекрет RADIUS Ð´Ð»Ñ Ð¾Ð±Ð¾Ð¸Ñ… Ñерверов" + +#~ msgid "RADIUS server 1" +#~ msgstr "RADIUS Ñервер 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "IP Ð°Ð´Ñ€ÐµÑ RADIUS Ñервера 1" + +#~ msgid "RADIUS server 2" +#~ msgstr "RADIUS Ñервер 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "IP Ð°Ð´Ñ€ÐµÑ RADIUS Ñервера 2" + +#~ msgid "Swap octets" +#~ msgstr "ПереÑтавлÑÑ‚ÑŒ октеты" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "МенÑÑ‚ÑŒ меÑтами Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ \"входной октет\" и \"выходной октет\"" + +#~ msgid "Allow WPA guests" +#~ msgstr "Разрешить гоÑтевой WPA вход" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Разрешает гÑтевую WPA аутентификацию, отÑÑ‹Ð»Ð°Ñ ChilliSpot-Config=allow-wpa-" +#~ "guests в запроÑах доÑтупа RADIUS" + +#~ msgid "Proxy client" +#~ msgstr "Клиент прокÑи" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "IP Ð°Ð´Ñ€ÐµÑ Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ запроÑÑ‹ radius принимаютÑÑ. ЕÑли не указан, то Ñервер " +#~ "не будет принимать запроÑÑ‹ radius" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "IP Ð°Ð´Ñ€ÐµÑ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ интерфейÑа Ð´Ð»Ñ Ð¿Ñ€Ð¸ÐµÐ¼Ð° запроÑов radius" + +#~ msgid "Proxy port" +#~ msgstr "Порт прокÑи" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "Порт UDP Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов RADIUS" + +#~ msgid "Proxy secret" +#~ msgstr "Секрет прокÑи" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Общий RADIUS Ñекрет Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð²" + +#~ msgid "UAM configuration" +#~ msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ UAM" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "ÐаÑтройки UAM" + +#~ msgid "Use Chilli XML" +#~ msgstr "ИÑпользовать Chilli XML" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Возвращать так называемый Chilli XML вмеÑте Ñ WISPr XML" + +#~ msgid "Default idle timeout" +#~ msgstr "Таймаут Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾ умолчанию" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Таймаут Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾ умолчанию еÑли не уÑтановлен RADIUS'ом (0 по " +#~ "умолчанию)" + +#~ msgid "Default session timeout" +#~ msgstr "Таймаут ÑеÑÑии (значение по умолчанию)" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Таймаут ÑеÑÑии по умолчанию еÑли не уÑтановлено RADIUS'ом (0 по умолчанию)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "ИнÑпектировать траффик DNS" + +#~ msgid "" +#~ "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX " +#~ "records to prevent dns tunnels (experimental)" +#~ msgstr "" +#~ "ПроверÑÑ‚ÑŒ DNS пакеты и отбраÑывать ответы без A, CNAME, SOA, или MX " +#~ "запиÑей Ð´Ð»Ñ Ð¿Ñ€ÐµÐ´Ð¾Ñ‚Ð²Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ DNS туннелей (ÑкÑÐ¿ÐµÑ€Ð¸Ð¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ñ„-циÑ)." + +#~ msgid "Local users file" +#~ msgstr "Локальный файл пользователей" + +#~ msgid "" +#~ "A colon seperated file containing usernames and passwords of locally " +#~ "authenticated users" +#~ msgstr "" +#~ "Файл, Ñодержащий логины и пароли локально авторизованных пользователей " +#~ "(запиÑи разделены двоеточием)" + +#~ msgid "Location name" +#~ msgstr "Ð˜Ð¼Ñ Ñ€Ð°ÑположениÑ" + +#~ msgid "Human readable location name used in JSON interface" +#~ msgstr "Ð˜Ð¼Ñ Ñ€Ð°ÑположениÑ, иÑпользуемой в интерфейÑе JSON" + +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Ðе перенаправлÑÑ‚ÑŒ на Ñервер UAM" + +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "" +#~ "Ðе возвращатьÑÑ Ð½Ð° UAM Ñервер при удачном входе, перенаправить на " +#~ "иÑходный URL" + +#~ msgid "Do not do WISPr" +#~ msgstr "Ðе выполнÑÑ‚ÑŒ WISPr" + +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "Ðе выполнÑÑ‚ÑŒ WISPr XML, Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ð»Ð°Ð³Ð°Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ в бÑкенд'е" + +#~ msgid "Post auth proxy" +#~ msgstr "ПрокÑи поÑÑ‚-аутентификации" + +#~ msgid "" +#~ "Used with postauthproxyport to define a post authentication HTTP proxy " +#~ "server" +#~ msgstr "" +#~ "ИÑпользуетÑÑ Ñ Ð¿Ð¾Ñ€Ñ‚Ð¾Ð¼ прокÑи поÑÑ‚-аутентификации Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ HTTP " +#~ "прокÑи-Ñервера аутентификации" + +#~ msgid "Post auth proxy port" +#~ msgstr "Порт прокÑи поÑÑ‚-аутентификации" + +#~ msgid "" +#~ "Used with postauthproxy to define a post authentication HTTP proxy server" +#~ msgstr "" +#~ "ИпользуетÑÑ Ñ Ð¿Ñ€Ð¾ÐºÑи поÑÑ‚-аутентификации Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ HTTP прокÑи-" +#~ "Ñервера поÑÑ‚-аутентификации" + +#~ msgid "Allowed resources" +#~ msgstr "Разрешенные реÑурÑÑ‹" + +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "" +#~ "СпиÑок реÑурÑов к которым клиент может получить доÑтуп без " +#~ "предварительной аутентификации" + +#~ msgid "Allow any DNS server" +#~ msgstr "Разрешить любой DNS Ñервер" + +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Разрешить любой DNS Ñервер Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² не прошедших аутентификацию" + +#~ msgid "Allow any IP address" +#~ msgstr "Разрешить любой IP-адреÑ" + +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "" +#~ "Разрешить клиентам иÑпользовать любые наÑтройки IP за Ñчет \"Ñпуфинга\" " +#~ "ARP (ÑкÑÐ¿ÐµÑ€Ð¸Ð¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ñ„-циÑ)" + +#~ msgid "Allowed domains" +#~ msgstr "Разрешенные домены" + +#~ msgid "UAM homepage" +#~ msgstr "ДомашнÑÑ Ñтраница UAM" + +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "" +#~ "URL домашней Ñтраницы Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ не прошедших " +#~ "аутентификацию" + +#~ msgid "UAM static content port" +#~ msgstr "Порт UAM ÑтатичеÑкого контента" + +#~ msgid "UAM listening address" +#~ msgstr "Слашающий Ð°Ð´Ñ€ÐµÑ UAM" + +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "IP Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ Ð¿Ñ€Ð¸ÐµÐ¼Ð° аутентификации клиентов" + +#~ msgid "UAM logout IP" +#~ msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð²Ñ‹Ñ…Ð¾Ð´Ð° UAM" + +#~ msgid "UAM listening port" +#~ msgstr "Слушающий порт UAM" + +#~ msgid "UAM secret" +#~ msgstr "Секрет UAM" + +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Общий Ñекрет Ð´Ð»Ñ Ñервера UAM и Chilli" + +#~ msgid "UAM server" +#~ msgstr "Сервер UAM" + +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "URL или веб-Ñервер Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸ клиентов" + +#~ msgid "UAM user interface" +#~ msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ UAM" + +#~ msgid "Use status file" +#~ msgstr "ИÑпользовать ÑтатуÑ-файл" + +#~ msgid "WISPr login url" +#~ msgstr "URL входа WISPr" + +#~ msgid "Specific URL to be given in WISPr XML LoginURL" +#~ msgstr "ОÑобый URL в WISPr XML LoginURL" + +#~ msgid "CGI program" +#~ msgstr "Программа GCI" + +#~ msgid "Web content directory" +#~ msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Web-контента" + +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ ÐºÑƒÐ´Ð° будет помещен вÑтроенный Web-контент" + +#~ msgid "MAC configuration" +#~ msgstr "ÐаÑтройка MAC" + +#~ msgid "Configure MAC authentication" +#~ msgstr "ÐаÑтройка аутентификации по MAC адреÑу" + +#~ msgid "Allowed MAC addresses" +#~ msgstr "Разрешенные MAC адреÑа" + +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "СпиÑок MAC адреÑов Ð´Ð»Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… будет производитьÑÑ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ" + +#~ msgid "Authenticate locally allowed MACs" +#~ msgstr "Ðутентифицировать локально разрешенные MAC адреÑа" + +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Ðутентифицировать разрешенные MAC адреÑа без иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ RADIUS" + +#~ msgid "Enable MAC authentification" +#~ msgstr "Разрешить MAC аутентификацию" + +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "" +#~ "Пробовать аутентификацию вÑех пользователей только на оÑнове их MAC " +#~ "адреÑов" + +#~ msgid "Password" +#~ msgstr "Пароль" + +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Пароль Ð´Ð»Ñ MAC аутентификации" + +#~ msgid "Suffix" +#~ msgstr "СуффикÑ" + +#~ msgid "" +#~ "Suffix to add to the MAC address in order to form the User-Name, which is " +#~ "sent to the radius server" +#~ msgstr "" +#~ "СуффикÑ, добавлÑемый в MAC адреÑ, Ð´Ð»Ñ Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð¼ÐµÐ½Ð¸ пользователÑ, " +#~ "которое поÑылаетÑÑ radius Ñерверу" diff --git a/applications/luci-app-coovachilli/po/sk/coovachilli.po b/applications/luci-app-coovachilli/po/sk/coovachilli.po new file mode 100644 index 0000000..bb5b1b9 --- /dev/null +++ b/applications/luci-app-coovachilli/po/sk/coovachilli.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "CoovaChilli" +msgstr "" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" diff --git a/applications/luci-app-coovachilli/po/sv/coovachilli.po b/applications/luci-app-coovachilli/po/sv/coovachilli.po new file mode 100644 index 0000000..8695ce5 --- /dev/null +++ b/applications/luci-app-coovachilli/po/sv/coovachilli.po @@ -0,0 +1,24 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-28 06:16+0200\n" +"Last-Translator: Umeaboy \n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChili" + +msgid "Network Configuration" +msgstr "Nätverkskonfiguration" + +msgid "RADIUS configuration" +msgstr "RADIUS-konfiguration" + +msgid "UAM and MAC Authentication" +msgstr "UAM och MAC-autensiering" diff --git a/applications/luci-app-coovachilli/po/templates/coovachilli.pot b/applications/luci-app-coovachilli/po/templates/coovachilli.pot new file mode 100644 index 0000000..c1a2bed --- /dev/null +++ b/applications/luci-app-coovachilli/po/templates/coovachilli.pot @@ -0,0 +1,14 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "CoovaChilli" +msgstr "" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" diff --git a/applications/luci-app-coovachilli/po/tr/coovachilli.po b/applications/luci-app-coovachilli/po/tr/coovachilli.po new file mode 100644 index 0000000..b70a840 --- /dev/null +++ b/applications/luci-app-coovachilli/po/tr/coovachilli.po @@ -0,0 +1,26 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 23:09+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "Network Yapılandırması" + +msgid "RADIUS configuration" +msgstr "Radius Yapılandırması" + +msgid "UAM and MAC Authentication" +msgstr "UAM ve MAC Kimlik DoÄŸrulaması" diff --git a/applications/luci-app-coovachilli/po/uk/coovachilli.po b/applications/luci-app-coovachilli/po/uk/coovachilli.po new file mode 100644 index 0000000..07ffc55 --- /dev/null +++ b/applications/luci-app-coovachilli/po/uk/coovachilli.po @@ -0,0 +1,27 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-29 13:00+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð¼ÐµÑ€ÐµÐ¶Ñ–" + +msgid "RADIUS configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ RADIUS" + +msgid "UAM and MAC Authentication" +msgstr "ÐÐ²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ñ‡ÐµÑ€ÐµÐ· UAM Ñ– MAC" diff --git a/applications/luci-app-coovachilli/po/vi/coovachilli.po b/applications/luci-app-coovachilli/po/vi/coovachilli.po new file mode 100644 index 0000000..66abf0d --- /dev/null +++ b/applications/luci-app-coovachilli/po/vi/coovachilli.po @@ -0,0 +1,607 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-16 07:05+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli" + +msgid "Network Configuration" +msgstr "" + +msgid "RADIUS configuration" +msgstr "" + +msgid "UAM and MAC Authentication" +msgstr "" + +#~ msgid "General configuration" +#~ msgstr "Cấu hình tổng quát" + +#~ msgid "General CoovaChilli settings" +#~ msgstr "Các cài đặt CoovaChilli tổng quát" + +#~ msgid "Command socket" +#~ msgstr "Command socket" + +#~ msgid "UNIX socket used for communication with chilli_query" +#~ msgstr "UNIX socket dùng để giao tiếp vá»›i chilli_query" + +#~ msgid "Config refresh interval" +#~ msgstr "Config refresh interval" + +#~ msgid "" +#~ "Re-read configuration file and do DNS lookups every interval seconds. " +#~ "This has the same effect as sending the HUP signal. If interval is 0 " +#~ "(zero) this feature is disabled. " +#~ msgstr "" +#~ "Äá»c lại tập tin cấu hình và tra cưứ DNS má»—i giây. Cái này có ảnh hưởng " +#~ "giống nhÆ° Ä‘ang gá»­i má»™t tín hiệu HUP. Nếu interval là 0, tính năng này sẽ " +#~ "bị vô hiệu hóa. " + +#~ msgid "Pid file" +#~ msgstr "Tập tin Pid" + +#~ msgid "Filename to put the process id" +#~ msgstr "Tên tập tin để đặt làm ID xá»­ lý" + +#~ msgid "State directory" +#~ msgstr "Dạnh bạ vùng" + +#~ msgid "Directory of non-volatile data" +#~ msgstr "ThÆ° mục của những dữ liệu cố định" + +#~ msgid "TUN/TAP configuration" +#~ msgstr "Cấu hình TUN/TAP" + +#~ msgid "Network/Tun configuration" +#~ msgstr "Mạng lÆ°á»›i/ Cấu hình TUN" + +#~ msgid "Network down script" +#~ msgstr "Network down script" + +#~ msgid "" +#~ "Script executed after a session has moved from authorized state to " +#~ "unauthorized" +#~ msgstr "" +#~ "Script đã thá»±c hiện sau khi má»™t section đã di chuyển từ nÆ¡i có thẩm quyá»n " +#~ "đến nÆ¡i không" + +#~ msgid "Network up script" +#~ msgstr "Network up script" + +#~ msgid "Script executed after the tun network interface has been brought up" +#~ msgstr "Script thi hành sau khi giao diện mạng tun được Ä‘Æ°a lên" + +#~ msgid "Primary DNS Server" +#~ msgstr "Primary DNS Server" + +#~ msgid "Secondary DNS Server" +#~ msgstr "Secondary DNS Server" + +#~ msgid "Domain name" +#~ msgstr "Tên miá»n" + +#~ msgid "" +#~ "Is used to inform the client about the domain name to use for DNS lookups" +#~ msgstr "" +#~ "Äược sá»­ dụng để thông báo cho khách hàng vá» tên miá»n để dùng cho các tra " +#~ "cứu DNS" + +#~ msgid "Dynamic IP address pool" +#~ msgstr "Dynamic IP address pool" + +#~ msgid "Specifies a pool of dynamic IP addresses" +#~ msgstr "Chỉ định má»™t pool of dynamic IP addresses" + +#~ msgid "IP down script" +#~ msgstr "IP down script" + +#~ msgid "Script executed after the tun network interface has been taken down" +#~ msgstr "Script thá»±c hiện sau khi giao diện mạng tun bị lấy xuống" + +#~ msgid "IP up script" +#~ msgstr "IP up script" + +#~ msgid "" +#~ "Script executed after the TUN/TAP network interface has been brought up" +#~ msgstr "Script thá»±c hiện sau khi giao diện mạng TUN/TAP đã được Ä‘Æ°a lên" + +#~ msgid "Uplink subnet" +#~ msgstr "Uplink subnet" + +#~ msgid "Network address of the uplink interface (CIDR notation)" +#~ msgstr "Äịa chỉ mạng của giao diện uplink (CIDR chú thích)" + +#~ msgid "Static IP address pool" +#~ msgstr "Static IP address pool" + +#~ msgid "Specifies a pool of static IP addresses" +#~ msgstr "Chỉ định má»™t pool of static IP addresses" + +#~ msgid "TUN/TAP device" +#~ msgstr "TUN/TAP device" + +#~ msgid "The specific device to use for the TUN/TAP interface" +#~ msgstr "Thiết bị cụ thể để dùng cho giao diện TUN/TAP" + +#~ msgid "TX queue length" +#~ msgstr "Äá»™ dài của TX queue" + +#~ msgid "The TX queue length to set on the TUN/TAP interface" +#~ msgstr "Äá»™ dài TX queue để đặt trên giao diện TUN/TAP " + +#~ msgid "Use TAP device" +#~ msgstr "Dùng dụng cụ TAP" + +#~ msgid "Use the TAP interface instead of TUN" +#~ msgstr "Dùng giao diện TAP thay cho TUN" + +#~ msgid "DHCP configuration" +#~ msgstr "Cấu hình DHCP" + +#~ msgid "Set DHCP options for connecting clients" +#~ msgstr "Äặt lá»±a chá»n DHCP cho đối tượng kết nối" + +#~ msgid "DHCP end number" +#~ msgstr "Số cuối DHCP" + +#~ msgid "Where to stop assigning IP addresses (default 254)" +#~ msgstr "Chá»— để stop những gán IP (mặc định 254)" + +#~ msgid "DHCP interface" +#~ msgstr "Giao diện DHCP" + +#~ msgid "Ethernet interface to listen to for the downlink interface" +#~ msgstr "Giao diện Ethernet để listen cho những giao diện downlink " + +#~ msgid "Listen MAC address" +#~ msgstr "Nghe địa chỉ MAC" + +#~ msgid "" +#~ "MAC address to listen to. If not specified the MAC address of the " +#~ "interface will be used" +#~ msgstr "" +#~ "Äịa chỉ MAC để nghe. Nếu địa chỉ MAC chỉ định của giao diện sẽ được sá»­ " +#~ "dụng " + +#~ msgid "DHCP start number" +#~ msgstr "Số DHCP bắt đầu " + +#~ msgid "Where to start assigning IP addresses (default 10)" +#~ msgstr "Chá»— để bắt đầu gán địa chỉ IP (mặc định 10)" + +#~ msgid "Enable IEEE 802.1x" +#~ msgstr "Kích hoạt IEEE 802.1x" + +#~ msgid "Enable IEEE 802.1x authentication and listen for EAP requests" +#~ msgstr "Kích hoạt quá trình xác thá»±c IEEE 802.1x và lắng nghe yêu cầu EAP" + +#~ msgid "Leasetime" +#~ msgstr "Leasetime" + +#~ msgid "Use a DHCP lease of seconds (default 600)" +#~ msgstr "Dùng má»™t DHCP lease ở giây (600)" + +#~ msgid "Allow session update through RADIUS" +#~ msgstr "Cho phép phiên cập nhật thông qua RADIUS" + +#~ msgid "" +#~ "Allow updating of session parameters with RADIUS attributes sent in " +#~ "Accounting-Response" +#~ msgstr "" +#~ "Cho phép phiên cập nhật tham số phiên vá»›i RADIUS được gá»­i trong " +#~ "Accounting-Response" + +#~ msgid "Admin password" +#~ msgstr "Mật mã quản trị " + +#~ msgid "" +#~ "Password to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "Mật mã dùng để xác thá»±c chế Ä‘á»™ quản trị để pick up cấu hình chilli và " +#~ "thành lập má»™t công cụ &quot;system&quot; session" + +#~ msgid "Admin user" +#~ msgstr "NgÆ°á»i quản trị " + +#~ msgid "" +#~ "User-name to use for Administrative-User authentication in order to pick " +#~ "up chilli configurations and establish a device \"system\" session" +#~ msgstr "" +#~ "User name dùng để xác thá»±c chế Ä‘á»™ quản trị để pick up cấu hình chilli và " +#~ "thành lập má»™t công cụ &quot;system&quot; session" + +#~ msgid "Do not check disconnection requests" +#~ msgstr "Không kiểm tra yêu cầu ngừng kết nối" + +#~ msgid "Do not check the source IP address of radius disconnect requests" +#~ msgstr "" +#~ "Không tên kiểm tra nguồn địa chỉ IP trong bán kính yêu cầu ngừng kết nối" + +#~ msgid "RADIUS disconnect port" +#~ msgstr "Cá»­a ngừng kết nối RADIUS" + +#~ msgid "UDP port to listen to for accepting radius disconnect requests" +#~ msgstr "Cá»­a UDP để nghe khi chấp nhận má»™t yêu cầu ngừng kết nối" + +#~ msgid "NAS IP" +#~ msgstr "NAS IP " + +#~ msgid "Value to use in RADIUS NAS-IP-Address attribute" +#~ msgstr "Giá trị để dùng trong RADIUS NAS-IP-Address attribute" + +#~ msgid "NAS MAC" +#~ msgstr "NAS MAC" + +#~ msgid "MAC address value to use in RADIUS Called-Station-ID attribute" +#~ msgstr "" +#~ "Giá trị địa chỉ MAC để dùng trong RADIUS Called-Station-ID attribute" + +#~ msgid "Allow OpenID authentication" +#~ msgstr "Cho phép xác thá»±c OpenID " + +#~ msgid "" +#~ "Allows OpenID authentication by sending ChilliSpot-Config=allow-" +#~ "openidauth in RADIUS Access-Requests" +#~ msgstr "" +#~ "Cho phép xác thá»±c OpenID bằng cách gá»­i ChilliSpot-Config=allow-openidauth " +#~ "in RADIUS Access-Requests" + +#~ msgid "RADIUS accounting port" +#~ msgstr "Cổng RADIUS accounting" + +#~ msgid "" +#~ "The UDP port number to use for radius accounting requests (default 1813)" +#~ msgstr "Số của cổng UDP dùng cho yêu cầu radius accounting (mặcđịnh 1813)" + +#~ msgid "RADIUS authentication port" +#~ msgstr "Cổng xác thá»±c RADIUS" + +#~ msgid "" +#~ "The UDP port number to use for radius authentication requests (default " +#~ "1812)" +#~ msgstr "Số của cổng UDP để yêu cầu xác thá»±c radius (default 1812)" + +#~ msgid "Option radiuscalled" +#~ msgstr "Tùy chá»n radiuscalled" + +#~ msgid "RADIUS listen address" +#~ msgstr "Äịa chỉ nghe RADIUS" + +#~ msgid "Local interface IP address to use for the radius interface" +#~ msgstr "Äịa chỉ IP giao diện địa phÆ°Æ¡ng để dùng cho giao diện radius" + +#~ msgid "RADIUS location ID" +#~ msgstr "RADIUS vị tri ID" + +#~ msgid "WISPr Location ID" +#~ msgstr "WISPr vị trí ID" + +#~ msgid "RADIUS location name" +#~ msgstr "Tên vị trí RADIUS" + +#~ msgid "WISPr Location Name" +#~ msgstr "Tên vị trí WISPr" + +#~ msgid "NAS ID" +#~ msgstr "NAS ID" + +#~ msgid "Network access server identifier" +#~ msgstr "Network truy cập server identifier" + +#~ msgid "Option radiusnasip" +#~ msgstr "Lá»±a chá»n radiusnasip" + +#~ msgid "NAS port type" +#~ msgstr "Loại cổng NAS" + +#~ msgid "" +#~ "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)" +#~ msgstr "" +#~ "Giá trị của NAS-Port-Type attribute. Mặc định tá»›i 19 (Wireless-" +#~ "IEEE-802.11)" + +#~ msgid "Send RADIUS VSA" +#~ msgstr "Gá»­i RADIUS VSA" + +#~ msgid "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request" +#~ msgstr "Gá»­i ChilliSpot-OriginalURL RADIUS VSA trong yêu cầu truy cập" + +#~ msgid "RADIUS secret" +#~ msgstr "RADIUS bí mật" + +#~ msgid "Radius shared secret for both servers" +#~ msgstr "Radius chia sẻ bí mật cho cả 2 servers" + +#~ msgid "RADIUS server 1" +#~ msgstr "RADIUS server 1" + +#~ msgid "The IP address of radius server 1" +#~ msgstr "Äịa chỉ IP của radius server 1" + +#~ msgid "RADIUS server 2" +#~ msgstr "RADIUS server 2" + +#~ msgid "The IP address of radius server 2" +#~ msgstr "Äịa chỉ IP của radius server 2" + +#~ msgid "Swap octets" +#~ msgstr "Swap octets" + +#~ msgid "" +#~ "Swap the meaning of \"input octets\" and \"output octets\" as it related " +#~ "to RADIUS attribtues" +#~ msgstr "" +#~ "Hoán ý nghÄ©a của &quot;input octets&quot; và &quot;output " +#~ "octets&quot; khi nó liên quan tá»›i RADIUS attribtues" + +#~ msgid "Allow WPA guests" +#~ msgstr "Cho phép WPA guests" + +#~ msgid "" +#~ "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-" +#~ "guests in RADIUS Access-Requests" +#~ msgstr "" +#~ "Cho phép xác thá»±c WPA Guest bằng cách gá»­i ChilliSpot-Config=allow-wpa-" +#~ "guests trong RADIUS yêu cầu truy cập" + +#~ msgid "Proxy client" +#~ msgstr "Proxy client" + +#~ msgid "" +#~ "IP address from which radius requests are accepted. If omitted the server " +#~ "will not accept radius requests" +#~ msgstr "" +#~ "Äịa chỉ IP mà yêu cầu radius được chấp nhận. Nếu bá» qua server sẽ không " +#~ "chấp nhận yêu cầu radius." + +#~ msgid "Proxy listen address" +#~ msgstr "Proxy listen address" + +#~ msgid "Local interface IP address to use for accepting radius requests" +#~ msgstr "Äịa chỉ giao diện IP địa phÆ°Æ¡ng dùng để chấp nhận yêu cầu radius" + +#~ msgid "Proxy port" +#~ msgstr "Proxy port" + +#~ msgid "UDP Port to listen to for accepting radius requests" +#~ msgstr "Cổng UDP để listen để chấp nhận yêu cầu radius" + +#~ msgid "Proxy secret" +#~ msgstr "Proxy bí mật" + +#~ msgid "Radius shared secret for clients" +#~ msgstr "Radius chia sẻ bí mật cho các client" + +#~ msgid "UAM configuration" +#~ msgstr "Cấu hình UAM" + +#~ msgid "Unified Configuration Method settings" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#~ msgid "Use Chilli XML" +#~ msgstr "Dùng Chilli XML" + +#~ msgid "Return the so-called Chilli XML along with WISPr XML" +#~ msgstr "Trở vá» cái gá»i là Chilli XML cùng vá»›i WISPr XML" + +#~ msgid "Default idle timeout" +#~ msgstr "Mặc định idle timeout" + +#~ msgid "Default idle timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "Mặc định idle timeout trừ khi đặt bởi RADIUS (mặc định tá»›i 0)" + +#~ msgid "Default interim interval" +#~ msgstr "Mặc định interim interval" + +#~ msgid "" +#~ "Default interim-interval for RADIUS accounting unless otherwise set by " +#~ "RADIUS (defaults to 0)" +#~ msgstr "" +#~ "Mặc định interim-interval cho RADIUS accounting trừ khi đặt bởi RADIUS " +#~ "(defaults tá»›i 0)" + +#~ msgid "Default session timeout" +#~ msgstr "Mặc định session timeout" + +#~ msgid "" +#~ "Default session timeout unless otherwise set by RADIUS (defaults to 0)" +#~ msgstr "Mặc định session timeout trừ khi đặt bởi RADIUS (mặc định tá»›i 0)" + +#~ msgid "Inspect DNS traffic" +#~ msgstr "Kiểm tra lÆ°u thông DNS" + +#, fuzzy +#~ msgid "Do not redirect to UAM server" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "" +#~ "Do not return to UAM server on login success, just redirect to original " +#~ "URL" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Do not do WISPr" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Do not do any WISPr XML, assume the back-end is doing this instead" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "List of resources the client can access without first authenticating" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Allow any DNS server" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Allow any DNS server for unauthenticated clients" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Allow any IP address" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "" +#~ "Allow clients to use any IP settings they wish by spoofing ARP " +#~ "(experimental)" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Allowed domains" +#~ msgstr "Tên miá»n" + +#, fuzzy +#~ msgid "" +#~ "Defines a list of domain names to automatically add to the walled garden" +#~ msgstr "" +#~ "Äược sá»­ dụng để thông báo cho khách hàng vá» tên miá»n để dùng cho các tra " +#~ "cứu DNS" + +#, fuzzy +#~ msgid "UAM homepage" +#~ msgstr "Tên miá»n" + +#, fuzzy +#~ msgid "URL of homepage to redirect unauthenticated users to" +#~ msgstr "" +#~ "Äược sá»­ dụng để thông báo cho khách hàng vá» tên miá»n để dùng cho các tra " +#~ "cứu DNS" + +#, fuzzy +#~ msgid "UAM static content port" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "TCP port to bind to for only serving embedded content" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM listening address" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "IP address to listen to for authentication of clients" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM logout IP" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "" +#~ "Use this IP address to instantly logout a client accessing it (defaults " +#~ "to 1.1.1.1)" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM listening port" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "TCP port to bind to for authenticating clients (default 3990)" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM secret" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Shared secret between uamserver and chilli" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM server" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "URL of web server to use for authenticating clients" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "UAM user interface" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "" +#~ "An init.d style program to handle local content on the uamuiport web " +#~ "server" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "CGI program" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "" +#~ "Executable to run as a CGI type program (like haserl) for URLs with " +#~ "extention .chi" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Web content directory" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "Directory where embedded local web content is placed" +#~ msgstr "Thống nhất cấu hình phÆ°Æ¡ng pháp cài đặt" + +#, fuzzy +#~ msgid "MAC configuration" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Configure MAC authentication" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Allowed MAC addresses" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "List of MAC addresses for which MAC authentication will be performed" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Authenticate allowed MAC addresses without the use of RADIUS" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Enable MAC authentification" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Try to authenticate all users based on their mac address alone" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Password" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Password used when performing MAC authentication" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "Suffix" +#~ msgstr "Cấu hình RADIUS" + +#, fuzzy +#~ msgid "coovachilli_macauth_macsuffix_desc" +#~ msgstr "Cấu hình RADIUS" diff --git a/applications/luci-app-coovachilli/po/zh-cn/coovachilli.po b/applications/luci-app-coovachilli/po/zh-cn/coovachilli.po new file mode 100644 index 0000000..7ab0032 --- /dev/null +++ b/applications/luci-app-coovachilli/po/zh-cn/coovachilli.po @@ -0,0 +1,26 @@ +# coovachilli.pot +# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-05 14:32+0200\n" +"Last-Translator: nKsyn \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilli 网页认è¯" + +msgid "Network Configuration" +msgstr "网络é…ç½®" + +msgid "RADIUS configuration" +msgstr "RADIUSé…ç½®" + +msgid "UAM and MAC Authentication" +msgstr "UAMå’ŒMAC认è¯" diff --git a/applications/luci-app-coovachilli/po/zh-tw/coovachilli.po b/applications/luci-app-coovachilli/po/zh-tw/coovachilli.po new file mode 100644 index 0000000..aad8a4d --- /dev/null +++ b/applications/luci-app-coovachilli/po/zh-tw/coovachilli.po @@ -0,0 +1,24 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-18 19:49+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CoovaChilli" +msgstr "CoovaChilliæœå‹™" + +msgid "Network Configuration" +msgstr "網路設定" + +msgid "RADIUS configuration" +msgstr "RADIUS設定" + +msgid "UAM and MAC Authentication" +msgstr "微軟UAM模組和MACä½æŒ‡é©—è­‰" diff --git a/applications/luci-app-coovachilli/root/etc/config/coovachilli b/applications/luci-app-coovachilli/root/etc/config/coovachilli new file mode 100644 index 0000000..0b6be2c --- /dev/null +++ b/applications/luci-app-coovachilli/root/etc/config/coovachilli @@ -0,0 +1,243 @@ +############################################################################## +# +# Sample CoovaChilli configuration file +# +############################################################################## + +# General settings +config general + + # Enable this flag to include debug information. + option debug 0 + + # Re-read configuration file at this interval. Will also cause new domain + # name lookups to be performed. Value is given in seconds. + option interval 3600 + + # File to store information about the process id of the program. + # The program must have write access to this file/directory. + option pidfile /var/run/chilli.pid + + # Directory to use for nonvolatile storage. + # The program must have write access to this directory. + # This tag is currently ignored + #option statedir ./ + + +# TUN parameters +config tun + + # IP network address of external packet data network + # Used to allocate dynamic IP addresses and set up routing. + # Normally you do not need to uncomment this tag. + option net 192.168.182.0/24 + + # Dynamic IP address pool + # Used to allocate dynamic IP addresses to clients. + # If not set it defaults to the net tag. + # Do not uncomment this tag unless you are an experienced user! + #option dynip 192.168.182.0/24 + + # Static IP address pool + # Used to allocate static IP addresses to clients. + # Do not uncomment this tag unless you are an experienced user! + #option statip 192.168.182.0/24 + + # Primary DNS server. + # Will be suggested to the client. + # If omitted the system default will be used. + # Normally you do not need to uncomment this tag. + #option dns1 172.16.0.5 + + # Secondary DNS server. + # Will be suggested to the client. + # If omitted the system default will be used. + # Normally you do not need to uncomment this tag. + #option dns2 172.16.0.6 + + # Domain name + # Will be suggested to the client. + # Normally you do not need to uncomment this tag. + option domain key.chillispot.org + + # Script executed after network interface has been brought up. + # Executed with the following parameters: + # Normally you do not need to uncomment this tag. + #option ipup /etc/chilli.ipup + + # Script executed after network interface has been taken down. + # Executed with the following parameters: + # Normally you do not need to uncomment this tag. + #option ipdown /etc/chilli.ipdown + + # Script executed after a user has been authenticated. + # Executed with the following parameters: + # + # Normally you do not need to uncomment this tag. + #option conup /etc/chilli.conup + + # Script executed after a user has disconnected. + # Executed with the following parameters: + # + # Normally you do not need to uncomment this tag. + #option condown /etc/chilli.condown + + +# DHCP Parameters +config dhcp + + # Ethernet interface to listen to. + # This is the network interface which is connected to the access points. + # In a typical configuration this tag should be set to eth1. + option dhcpif eth1 + + # Use specified MAC address. + # An address in the range 00:00:5E:00:02:00 - 00:00:5E:FF:FF:FF falls + # within the IANA range of addresses and is not allocated for other + # purposes. + # Normally you do not need to uncomment this tag. + #option dhcpmac 00:00:5E:00:02:00 + + # Time before DHCP lease expires + # Normally you do not need to uncomment this tag. + #option lease 600 + + +# Radius parameters +config radius + + # IP address to listen to + # Normally you do not need to uncomment this tag. + #option radiuslisten 127.0.0.1 + + # IP address of radius server 1 + # For most installations you need to modify this tag. + option radiusserver1 rad01.chillispot.org + + # IP address of radius server 2 + # If you have only one radius server you should set radiusserver2 to the + # same value as radiusserver1. + # For most installations you need to modify this tag. + option radiusserver2 rad02.chillispot.org + + # Radius authentication port + # The UDP port number to use for radius authentication requests. + # The same port number is used for both radiusserver1 and radiusserver2. + # Normally you do not need to uncomment this tag. + #option radiusauthport 1812 + + # Radius accounting port + # The UDP port number to use for radius accounting requests. + # The same port number is used for both radiusserver1 and radiusserver2. + # Normally you do not need to uncomment this tag. + #option radiusacctport 1813 + + # Radius shared secret for both servers + # For all installations you should modify this tag. + #option radiussecret testing123 + + # Radius NAS-Identifier + # Normally you do not need to uncomment this tag. + #option radiusnasid nas01 + + # Radius NAS-IP-Address + # Normally you do not need to uncomment this tag. + #option radiusnasip 127.0.0.1 + + # Radius Called-Station-ID + # Normally you do not need to uncomment this tag. + #option radiuscalled 00133300 + + # WISPr Location ID. Should be in the format: isocc=, + # cc=,ac=,network= + # Normally you do not need to uncomment this tag. + #option radiuslocationid isocc=us,cc=1,ac=408,network=ACMEWISP_NewarkAirport + + # WISPr Location Name. Should be in the format: + # , + # Normally you do not need to uncomment this tag. + #option radiuslocationname ACMEWISP,Gate_14_Terminal_C_of_Newark_Airport + + +# Radius proxy parameters +config proxy + + # IP address to listen to + # Normally you do not need to uncomment this tag. + #option proxylisten 10.0.0.1 + + # UDP port to listen to. + # If not specified a port will be selected by the system + # Normally you do not need to uncomment this tag. + #option proxyport 1645 + + # Client(s) from which we accept radius requests + # Normally you do not need to uncomment this tag. + #option proxyclient 10.0.0.1/24 + + # Radius proxy shared secret for all clients + # If not specified defaults to radiussecret + # Normally you do not need to uncomment this tag. + #option proxysecret testing123 + + +# Universal access method (UAM) parameters +config uam + + # URL of web server handling authentication. + option uamserver https://radius.chillispot.org/hotspotlogin + + # URL of welcome homepage. + # Unauthenticated users will be redirected to this URL. If not specified + # users will be redirected to the uamserver instead. + # Normally you do not need to uncomment this tag. + #option uamhomepage http://192.168.182.1/welcome.html + + # Shared between chilli and authentication web server + #option uamsecret ht2eb8ej6s4et3rg1ulp + + # IP address to listen to for authentication requests + # Do not uncomment this tag unless you are an experienced user! + #option uamlisten 192.168.182.1 + + # TCP port to listen to for authentication requests + # Do not uncomment this tag unless you are an experienced user! + #option uamport 3990 + + # Comma separated list of domain names, IP addresses or network segments + # the client can access without first authenticating. + # It is possible to specify this tag multiple times. + # Normally you do not need to uncomment this tag. + #list uamallowed www.chillispot.org + #list uamallowed 10.11.12.0/24 + + # If this flag is given unauthenticated users are allowed to use + # any DNS server. + # Normally you do not need to uncomment this tag. + #uamanydns + + +# MAC authentication +config macauth + + # If this flag is given users will be authenticated only on their MAC + # address. + # Normally you do not need to enable this flag. + option macauth 0 + + # List of MAC addresses. + # The MAC addresses specified in this list will be authenticated only on + # their MAC address. + # This tag is ignored if the macauth tag is given. + # It is possible to specify this tag multiple times. + # Normally you do not need to uncomment this tag. + #list macallowed 00-0A-5E-AC-BE-51 + #list macallowed 00-30-1B-3C-32-E9 + + # Password to use for MAC authentication. + # Normally you do not need to uncomment this tag. + #option macpasswd password + + # Suffix to add to MAC address in order to form the username. + # Normally you do not need to uncomment this tag. + #option macsuffix suffix diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile new file mode 100644 index 0000000..0e1e5df --- /dev/null +++ b/applications/luci-app-ddns/Makefile @@ -0,0 +1,38 @@ +# +# Copyright (C) 2008-2015 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-app-ddns + +# Version == major.minor.patch +# increase on new functionality (minor) or patches (patch) +PKG_VERSION:=2.2.4 + +# Release == build +# increase on changes of translation files +PKG_RELEASE:=1 + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Christian Schoenebeck + +# LuCI specific settings +LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts) +LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts +LUCI_PKGARCH:=all + +define Package/$(PKG_NAME)/config +# shown in make menuconfig +help + $(LUCI_TITLE) + . + Version: $(PKG_VERSION)-$(PKG_RELEASE) + $(PKG_MAINTAINER) +endef + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ddns/luasrc/controller/ddns.lua b/applications/luci-app-ddns/luasrc/controller/ddns.lua new file mode 100644 index 0000000..946dfef --- /dev/null +++ b/applications/luci-app-ddns/luasrc/controller/ddns.lua @@ -0,0 +1,237 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Copyright 2013 Manuel Munz +-- Copyright 2014 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ddns", package.seeall) + +local NX = require "nixio" +local NXFS = require "nixio.fs" +local DISP = require "luci.dispatcher" +local HTTP = require "luci.http" +local UCI = require "luci.model.uci" +local SYS = require "luci.sys" +local DDNS = require "luci.tools.ddns" -- ddns multiused functions +local UTIL = require "luci.util" + +DDNS_MIN = "2.4.2-1" -- minimum version of service required + +function index() + local nxfs = require "nixio.fs" -- global definitions not available + local sys = require "luci.sys" -- in function index() + local ddns = require "luci.tools.ddns" -- ddns multiused functions + local verinst = ddns.ipkg_ver_installed("ddns-scripts") + local verok = ddns.ipkg_ver_compare(verinst, ">=", "2.0.0-0") + -- do NOT start it not ddns-scripts version 2.x + if not verok then + return + end + -- no config create an empty one + if not nxfs.access("/etc/config/ddns") then + nxfs.writefile("/etc/config/ddns", "") + end + + entry( {"admin", "services", "ddns"}, cbi("ddns/overview"), _("Dynamic DNS"), 59) + entry( {"admin", "services", "ddns", "detail"}, cbi("ddns/detail"), nil ).leaf = true + entry( {"admin", "services", "ddns", "hints"}, cbi("ddns/hints", + {hideapplybtn=true, hidesavebtn=true, hideresetbtn=true}), nil ).leaf = true + entry( {"admin", "services", "ddns", "global"}, cbi("ddns/global"), nil ).leaf = true + entry( {"admin", "services", "ddns", "logview"}, call("logread") ).leaf = true + entry( {"admin", "services", "ddns", "startstop"}, call("startstop") ).leaf = true + entry( {"admin", "services", "ddns", "status"}, call("status") ).leaf = true +end + +-- function to read all sections status and return data array +local function _get_status() + local uci = UCI.cursor() + local service = SYS.init.enabled("ddns") and 1 or 0 + local url_start = DISP.build_url("admin", "system", "startup") + local data = {} -- Array to transfer data to javascript + + data[#data+1] = { + enabled = service, -- service enabled + url_up = url_start, -- link to enable DDS (System-Startup) + } + + uci:foreach("ddns", "service", function (s) + + -- Get section we are looking at + -- and enabled state + local section = s[".name"] + local enabled = tonumber(s["enabled"]) or 0 + local datelast = "_empty_" -- formatted date of last update + local datenext = "_empty_" -- formatted date of next update + + -- get force seconds + local force_seconds = DDNS.calc_seconds( + tonumber(s["force_interval"]) or 72 , + s["force_unit"] or "hours" ) + -- get/validate pid and last update + local pid = DDNS.get_pid(section) + local uptime = SYS.uptime() + local lasttime = DDNS.get_lastupd(section) + if lasttime > uptime then -- /var might not be linked to /tmp + lasttime = 0 -- and/or not cleared on reboot + end + + -- no last update happen + if lasttime == 0 then + datelast = "_never_" + + -- we read last update + else + -- calc last update + -- sys.epoch - sys uptime + lastupdate(uptime) + local epoch = os.time() - uptime + lasttime + -- use linux date to convert epoch + datelast = DDNS.epoch2date(epoch) + -- calc and fill next update + datenext = DDNS.epoch2date(epoch + force_seconds) + end + + -- process running but update needs to happen + -- problems if force_seconds > uptime + force_seconds = (force_seconds > uptime) and uptime or force_seconds + if pid > 0 and ( lasttime + force_seconds - uptime ) <= 0 then + datenext = "_verify_" + + -- run once + elseif force_seconds == 0 then + datenext = "_runonce_" + + -- no process running and NOT enabled + elseif pid == 0 and enabled == 0 then + datenext = "_disabled_" + + -- no process running and enabled + elseif pid == 0 and enabled ~= 0 then + datenext = "_stopped_" + end + + -- get/set monitored interface and IP version + local iface = s["interface"] or "_nonet_" + local use_ipv6 = tonumber(s["use_ipv6"]) or 0 + if iface ~= "_nonet_" then + local ipv = (use_ipv6 == 1) and "IPv6" or "IPv4" + iface = ipv .. " / " .. iface + end + + -- try to get registered IP + local domain = s["domain"] or "_nodomain_" + local dnsserver = s["dns_server"] or "" + local force_ipversion = tonumber(s["force_ipversion"] or 0) + local force_dnstcp = tonumber(s["force_dnstcp"] or 0) + local command = [[/usr/lib/ddns/dynamic_dns_lucihelper.sh]] + command = command .. [[ get_registered_ip ]] .. domain .. [[ ]] .. use_ipv6 .. + [[ ]] .. force_ipversion .. [[ ]] .. force_dnstcp .. [[ ]] .. dnsserver + local reg_ip = SYS.exec(command) + if reg_ip == "" then + reg_ip = "_nodata_" + end + + -- fill transfer array + data[#data+1] = { + section = section, + enabled = enabled, + iface = iface, + domain = domain, + reg_ip = reg_ip, + pid = pid, + datelast = datelast, + datenext = datenext + } + end) + + uci:unload("ddns") + return data +end + +-- called by XHR.get from detail_logview.htm +function logread(section) + -- read application settings + local uci = UCI.cursor() + local log_dir = uci:get("ddns", "global", "log_dir") or "/var/log/ddns" + local lfile = log_dir .. "/" .. section .. ".log" + local ldata = NXFS.readfile(lfile) + + if not ldata or #ldata == 0 then + ldata="_nodata_" + end + uci:unload("ddns") + HTTP.write(ldata) +end + +-- called by XHR.get from overview_status.htm +function startstop(section, enabled) + local uci = UCI.cursor() + local pid = DDNS.get_pid(section) + local data = {} -- Array to transfer data to javascript + + -- if process running we want to stop and return + if pid > 0 then + local tmp = NX.kill(pid, 15) -- terminate + NX.nanosleep(2) -- 2 second "show time" + -- status changed so return full status + data = _get_status() + HTTP.prepare_content("application/json") + HTTP.write_json(data) + return + end + + -- read uncommitted changes + -- we don't save and commit data from other section or other options + -- only enabled will be done + local exec = true + local changed = uci:changes("ddns") + for k_config, v_section in pairs(changed) do + -- security check because uci.changes only gets our config + if k_config ~= "ddns" then + exec = false + break + end + for k_section, v_option in pairs(v_section) do + -- check if only section of button was changed + if k_section ~= section then + exec = false + break + end + for k_option, v_value in pairs(v_option) do + -- check if only enabled was changed + if k_option ~= "enabled" then + exec = false + break + end + end + end + end + + -- we can not execute because other + -- uncommitted changes pending, so exit here + if not exec then + HTTP.write("_uncommitted_") + return + end + + -- save enable state + uci:set("ddns", section, "enabled", ( (enabled == "true") and "1" or "0") ) + uci:save("ddns") + uci:commit("ddns") + uci:unload("ddns") + + -- start dynamic_dns_updater.sh script + os.execute ([[/usr/lib/ddns/dynamic_dns_updater.sh %s 0 > /dev/null 2>&1 &]] % section) + NX.nanosleep(3) -- 3 seconds "show time" + + -- status changed so return full status + data = _get_status() + HTTP.prepare_content("application/json") + HTTP.write_json(data) +end + +-- called by XHR.poll from overview_status.htm +function status() + local data = _get_status() + HTTP.prepare_content("application/json") + HTTP.write_json(data) +end diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua new file mode 100644 index 0000000..e655ce5 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua @@ -0,0 +1,1239 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Copyright 2013 Manuel Munz +-- Copyright 2014-2015 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +local NX = require "nixio" +local NXFS = require "nixio.fs" +local SYS = require "luci.sys" +local UTIL = require "luci.util" +local DISP = require "luci.dispatcher" +local WADM = require "luci.tools.webadmin" +local DTYP = require "luci.cbi.datatypes" +local DDNS = require "luci.tools.ddns" -- ddns multiused functions + +-- takeover arguments -- ####################################################### +local section = arg[1] + +-- check supported options -- ################################################## +-- saved to local vars here because doing multiple os calls slow down the system +local has_ipv6 = DDNS.check_ipv6() -- IPv6 support +local has_ssl = DDNS.check_ssl() -- HTTPS support +local has_proxy = DDNS.check_proxy() -- Proxy support +local has_dnstcp = DDNS.check_bind_host() -- DNS TCP support +local has_force = has_ssl and has_dnstcp -- Force IP Protocoll + +-- html constants -- ########################################################### +local font_red = "" +local font_off = "" +local bold_on = "" +local bold_off = "" + +-- error text constants -- ##################################################### +err_ipv6_plain = translate("IPv6 not supported") .. " - " .. + translate("please select 'IPv4' address version") +err_ipv6_basic = bold_on .. + font_red .. + translate("IPv6 not supported") .. + font_off .. + "
" .. translate("please select 'IPv4' address version") .. + bold_off +err_ipv6_other = bold_on .. + font_red .. + translate("IPv6 not supported") .. + font_off .. + "
" .. translate("please select 'IPv4' address version in") .. " " .. + [[]] .. + translate("Basic Settings") .. + [[]] .. + bold_off + +function err_tab_basic(self) + return translate("Basic Settings") .. " - " .. self.title .. ": " +end +function err_tab_adv(self) + return translate("Advanced Settings") .. " - " .. self.title .. ": " +end +function err_tab_timer(self) + return translate("Timer Settings") .. " - " .. self.title .. ": " +end + +-- function to verify settings around ip_source +-- will use dynamic_dns_lucihelper to check if +-- local IP can be read +local function _verify_ip_source() + -- section is globally defined here be calling agrument (see above) + local _network = "-" + local _url = "-" + local _interface = "-" + local _script = "-" + local _proxy = "" + + local _ipv6 = usev6:formvalue(section) + local _source = (_ipv6 == "1") + and src6:formvalue(section) + or src4:formvalue(section) + if _source == "network" then + _network = (_ipv6 == "1") + and ipn6:formvalue(section) + or ipn4:formvalue(section) + elseif _source == "web" then + _url = (_ipv6 == "1") + and iurl6:formvalue(section) + or iurl4:formvalue(section) + -- proxy only needed for checking url + _proxy = (pxy) and pxy:formvalue(section) or "" + elseif _source == "interface" then + _interface = ipi:formvalue(section) + elseif _source == "script" then + _script = ips:formvalue(section) + end + + local command = [[/usr/lib/ddns/dynamic_dns_lucihelper.sh get_local_ip ]] .. + _ipv6 .. [[ ]] .. _source .. [[ ]] .. _network .. [[ ]] .. + _url .. [[ ]] .. _interface .. [[ ']] .. _script.. [[' ]] .. _proxy + local ret = SYS.call(command) + + if ret == 0 then + return true -- valid + else + return nil -- invalid + end +end + +-- cbi-map definition -- ####################################################### +m = Map("ddns") + +m.title = [[]] .. + translate("Dynamic DNS") .. [[]] + +m.description = translate("Dynamic DNS allows that your router can be reached with " .. + "a fixed hostname while having a dynamically changing " .. + "IP address.") + +m.redirect = DISP.build_url("admin", "services", "ddns") + +m.on_after_commit = function(self) + if self.changed then -- changes ? + local pid = DDNS.get_pid(section) + if pid > 0 then -- running ? + local tmp = NX.kill(pid, 1) -- send SIGHUP + end + end +end + +-- read application settings -- ################################################ +-- date format; if not set use ISO format +date_format = m.uci:get(m.config, "global", "date_format") or "%F %R" +-- log directory +log_dir = m.uci:get(m.config, "global", "log_dir") or "/var/log/ddns" + +-- cbi-section definition -- ################################################### +ns = m:section( NamedSection, section, "service", + translate("Details for") .. ([[: %s]] % section), + translate("Configure here the details for selected Dynamic DNS service.") + .. [[
]] + .. translate("For detailed information about parameter settings look here.") + .. [[]] ) +ns.instance = section -- arg [1] +ns:tab("basic", translate("Basic Settings"), nil ) +ns:tab("advanced", translate("Advanced Settings"), nil ) +ns:tab("timer", translate("Timer Settings"), nil ) +ns:tab("logview", translate("Log File Viewer"), nil ) + +-- TAB: Basic ##################################################################################### +-- enabled -- ################################################################# +en = ns:taboption("basic", Flag, "enabled", + translate("Enabled"), + translate("If this service section is disabled it could not be started." .. "
" .. + "Neither from LuCI interface nor from console") ) +en.orientation = "horizontal" +function en.parse(self, section) + DDNS.flag_parse(self, section) +end + +-- use_ipv6 (NEW) -- ########################################################## +usev6 = ns:taboption("basic", ListValue, "use_ipv6", + translate("IP address version"), + translate("Defines which IP address 'IPv4/IPv6' is send to the DDNS provider") ) +usev6.widget = "radio" +usev6.default = "0" +usev6:value("0", translate("IPv4-Address") ) +function usev6.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if has_ipv6 or (value == "1" and not has_ipv6) then + self:value("1", translate("IPv6-Address") ) + end + if value == "1" and not has_ipv6 then + self.description = err_ipv6_basic + end + return value +end +function usev6.validate(self, value) + if (value == "1" and has_ipv6) or value == "0" then + return value + end + return nil, err_tab_basic(self) .. err_ipv6_plain +end +function usev6.write(self, section, value) + if value == "0" then -- force rmempty + return self.map:del(section, self.option) + else + return self.map:set(section, self.option, value) + end +end + +-- IPv4 - service_name -- ###################################################### +svc4 = ns:taboption("basic", ListValue, "ipv4_service_name", + translate("DDNS Service provider") .. " [IPv4]" ) +svc4.default = "-" +svc4:depends("use_ipv6", "0") -- only show on IPv4 + +local services4 = { } +local fd4 = io.open("/usr/lib/ddns/services", "r") + +if fd4 then + local ln + repeat + ln = fd4:read("*l") + local s = ln and ln:match('^%s*"([^"]+)"') + if s then services4[#services4+1] = s end + until not ln + fd4:close() +end + +for _, v in UTIL.vspairs(services4) do svc4:value(v) end +svc4:value("-", translate("-- custom --") ) + +function svc4.cfgvalue(self, section) + local v = DDNS.read_value(self, section, "service_name") + if not v or #v == 0 then + return "-" + else + return v + end +end +function svc4.validate(self, value) + if usev6:formvalue(section) == "0" then -- do only on IPv4 + return value + else + return "" -- supress validate error + end +end +function svc4.write(self, section, value) + if usev6:formvalue(section) == "0" then -- do only IPv4 here + self.map:del(section, self.option) -- to be shure + if value ~= "-" then -- and write "service_name + self.map:del(section, "update_url") -- delete update_url + return self.map:set(section, "service_name", value) + else + return self.map:del(section, "service_name") + end + end +end + +-- IPv6 - service_name -- ###################################################### +svc6 = ns:taboption("basic", ListValue, "ipv6_service_name", + translate("DDNS Service provider") .. " [IPv6]" ) +svc6.default = "-" +svc6:depends("use_ipv6", "1") -- only show on IPv6 +if not has_ipv6 then + svc6.description = err_ipv6_basic +end + +local services6 = { } +local fd6 = io.open("/usr/lib/ddns/services_ipv6", "r") + +if fd6 then + local ln + repeat + ln = fd6:read("*l") + local s = ln and ln:match('^%s*"([^"]+)"') + if s then services6[#services6+1] = s end + until not ln + fd6:close() +end + +for _, v in UTIL.vspairs(services6) do svc6:value(v) end +svc6:value("-", translate("-- custom --") ) + +function svc6.cfgvalue(self, section) + local v = DDNS.read_value(self, section, "service_name") + if not v or #v == 0 then + return "-" + else + return v + end +end +function svc6.validate(self, value) + if usev6:formvalue(section) == "1" then -- do only on IPv6 + if has_ipv6 then return value end + return nil, err_tab_basic(self) .. err_ipv6_plain + else + return "" -- supress validate error + end +end +function svc6.write(self, section, value) + if usev6:formvalue(section) == "1" then -- do only when IPv6 + self.map:del(section, self.option) -- delete "ipv6_service_name" helper + if value ~= "-" then -- and write "service_name + self.map:del(section, "update_url") -- delete update_url + return self.map:set(section, "service_name", value) + else + return self.map:del(section, "service_name") + end + end +end + +-- IPv4/IPv6 - update_url -- ################################################### +uurl = ns:taboption("basic", Value, "update_url", + translate("Custom update-URL"), + translate("Update URL to be used for updating your DDNS Provider." .. "
" .. + "Follow instructions you will find on their WEB page.") ) +uurl:depends("ipv4_service_name", "-") +uurl:depends("ipv6_service_name", "-") +function uurl.validate(self, value) + local script = ush:formvalue(section) + + if (usev6:formvalue(section) == "0" and svc4:formvalue(section) ~= "-") or + (usev6:formvalue(section) == "1" and svc6:formvalue(section) ~= "-") then + return "" -- suppress validate error + elseif not value then + if not script or not (#script > 0) then + return nil, err_tab_basic(self) .. translate("missing / required") + else + return "" -- suppress validate error / update_script is given + end + elseif (#script > 0) then + return nil, err_tab_basic(self) .. translate("either url or script could be set") + end + + local url = DDNS.parse_url(value) + if not url.scheme == "http" then + return nil, err_tab_basic(self) .. translate("must start with 'http://'") + elseif not url.query then + return nil, err_tab_basic(self) .. " " .. translate("missing / required") + elseif not url.host then + return nil, err_tab_basic(self) .. " " .. translate("missing / required") + elseif SYS.call([[nslookup ]] .. url.host .. [[ >/dev/null 2>&1]]) ~= 0 then + return nil, err_tab_basic(self) .. translate("can not resolve host: ") .. url.host + end + + return value +end + +-- IPv4/IPv6 - update_script -- ################################################ +ush = ns:taboption("basic", Value, "update_script", + translate("Custom update-script"), + translate("Custom update script to be used for updating your DDNS Provider.") ) +ush:depends("ipv4_service_name", "-") +ush:depends("ipv6_service_name", "-") +function ush.validate(self, value) + local url = uurl:formvalue(section) + + if (usev6:formvalue(section) == "0" and svc4:formvalue(section) ~= "-") or + (usev6:formvalue(section) == "1" and svc6:formvalue(section) ~= "-") then + return "" -- suppress validate error + elseif not value then + if not url or not (#url > 0) then + return nil, err_tab_basic(self) .. translate("missing / required") + else + return "" -- suppress validate error / update_url is given + end + elseif (#url > 0) then + return nil, err_tab_basic(self) .. translate("either url or script could be set") + elseif not NXFS.access(value) then + return nil, err_tab_basic(self) .. translate("File not found") + end + return value +end + +-- IPv4/IPv6 - domain -- ####################################################### +dom = ns:taboption("basic", Value, "domain", + translate("Hostname/Domain"), + translate("Replaces [DOMAIN] in Update-URL") ) +dom.rmempty = false +dom.placeholder = "mypersonaldomain.dyndns.org" +function dom.validate(self, value) + if not value + or not (#value > 0) + or not DTYP.hostname(value) then + return nil, err_tab_basic(self) .. translate("invalid - Sample") .. ": 'mypersonaldomain.dyndns.org'" + else + return value + end +end + +-- IPv4/IPv6 - username -- ##################################################### +user = ns:taboption("basic", Value, "username", + translate("Username"), + translate("Replaces [USERNAME] in Update-URL") ) +user.rmempty = false +function user.validate(self, value) + if not value then + return nil, err_tab_basic(self) .. translate("missing / required") + end + return value +end + +-- IPv4/IPv6 - password -- ##################################################### +pw = ns:taboption("basic", Value, "password", + translate("Password"), + translate("Replaces [PASSWORD] in Update-URL") ) +pw.rmempty = false +pw.password = true +function pw.validate(self, value) + if not value then + return nil, err_tab_basic(self) .. translate("missing / required") + end + return value +end + +-- IPv4/IPv6 - use_https (NEW) -- ############################################## +if has_ssl or ( ( m:get(section, "use_https") or "0" ) == "1" ) then + https = ns:taboption("basic", Flag, "use_https", + translate("Use HTTP Secure") ) + https.orientation = "horizontal" + https.rmempty = false -- force validate function + function https.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if not has_ssl and value == "1" then + self.description = bold_on .. font_red .. + translate("HTTPS not supported") .. font_off .. "
" .. + translate("please disable") .. " !" .. bold_off + else + self.description = translate("Enable secure communication with DDNS provider") + end + return value + end + function https.parse(self, section) + DDNS.flag_parse(self, section) + end + function https.validate(self, value) + if (value == "1" and has_ssl ) or value == "0" then return value end + return nil, err_tab_basic(self) .. translate("HTTPS not supported") .. " !" + end + function https.write(self, section, value) + if value == "1" then + return self.map:set(section, self.option, value) + else + self.map:del(section, "cacert") + return self.map:del(section, self.option) + end + end +end + +-- IPv4/IPv6 - cacert (NEW) -- ################################################# +if has_ssl then + cert = ns:taboption("basic", Value, "cacert", + translate("Path to CA-Certificate"), + translate("directory or path/file") .. "
" .. + translate("or") .. bold_on .. " IGNORE " .. bold_off .. + translate("to run HTTPS without verification of server certificates (insecure)") ) + cert:depends("use_https", "1") + cert.rmempty = false -- force validate function + cert.default = "/etc/ssl/certs" + function cert.validate(self, value) + if https:formvalue(section) == "0" then + return "" -- supress validate error if NOT https + end + if value then -- otherwise errors in datatype check + if DTYP.directory(value) + or DTYP.file(value) + or value == "IGNORE" then + return value + end + end + return nil, err_tab_basic(self) .. + translate("file or directory not found or not 'IGNORE'") .. " !" + end +end + +-- TAB: Advanced ################################################################################## +-- IPv4 - ip_source -- ######################################################### +src4 = ns:taboption("advanced", ListValue, "ipv4_source", + translate("IP address source") .. " [IPv4]", + translate("Defines the source to read systems IPv4-Address from, that will be send to the DDNS provider") ) +src4:depends("use_ipv6", "0") -- IPv4 selected +src4.default = "network" +src4:value("network", translate("Network")) +src4:value("web", translate("URL")) +src4:value("interface", translate("Interface")) +src4:value("script", translate("Script")) +function src4.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_source") +end +function src4.validate(self, value) + if usev6:formvalue(section) == "1" then + return "" -- ignore on IPv6 selected + elseif not _verify_ip_source() then + return nil, err_tab_adv(self) .. + translate("can not detect local IP. Please select a different Source combination") + else + return value + end +end +function src4.write(self, section, value) + if usev6:formvalue(section) == "1" then + return true -- ignore on IPv6 selected + elseif value == "network" then + self.map:del(section, "ip_url") -- delete not need parameters + self.map:del(section, "ip_interface") + self.map:del(section, "ip_script") + elseif value == "web" then + self.map:del(section, "ip_network") -- delete not need parameters + self.map:del(section, "ip_interface") + self.map:del(section, "ip_script") + elseif value == "interface" then + self.map:del(section, "ip_network") -- delete not need parameters + self.map:del(section, "ip_url") + self.map:del(section, "ip_script") + elseif value == "script" then + self.map:del(section, "ip_network") + self.map:del(section, "ip_url") -- delete not need parameters + self.map:del(section, "ip_interface") + end + self.map:del(section, self.option) -- delete "ipv4_source" helper + return self.map:set(section, "ip_source", value) -- and write "ip_source +end + +-- IPv6 - ip_source -- ######################################################### +src6 = ns:taboption("advanced", ListValue, "ipv6_source", + translate("IP address source") .. " [IPv6]", + translate("Defines the source to read systems IPv6-Address from, that will be send to the DDNS provider") ) +src6:depends("use_ipv6", 1) -- IPv6 selected +src6.default = "network" +src6:value("network", translate("Network")) +src6:value("web", translate("URL")) +src6:value("interface", translate("Interface")) +src6:value("script", translate("Script")) +if not has_ipv6 then + src6.description = err_ipv6_other +end +function src6.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_source") +end +function src6.validate(self, value) + if usev6:formvalue(section) == "0" then + return "" -- ignore on IPv4 selected + elseif not has_ipv6 then + return nil, err_tab_adv(self) .. err_ipv6_plain + elseif not _verify_ip_source() then + return nil, err_tab_adv(self) .. + translate("can not detect local IP. Please select a different Source combination") + else + return value + end +end +function src6.write(self, section, value) + if usev6:formvalue(section) == "0" then + return true -- ignore on IPv4 selected + elseif value == "network" then + self.map:del(section, "ip_url") -- delete not need parameters + self.map:del(section, "ip_interface") + self.map:del(section, "ip_script") + elseif value == "web" then + self.map:del(section, "ip_network") -- delete not need parameters + self.map:del(section, "ip_interface") + self.map:del(section, "ip_script") + elseif value == "interface" then + self.map:del(section, "ip_network") -- delete not need parameters + self.map:del(section, "ip_url") + self.map:del(section, "ip_script") + elseif value == "script" then + self.map:del(section, "ip_network") + self.map:del(section, "ip_url") -- delete not need parameters + self.map:del(section, "ip_interface") + end + self.map:del(section, self.option) -- delete "ipv4_source" helper + return self.map:set(section, "ip_source", value) -- and write "ip_source +end + +-- IPv4 - ip_network (default "wan") -- ######################################## +ipn4 = ns:taboption("advanced", ListValue, "ipv4_network", + translate("Network") .. " [IPv4]", + translate("Defines the network to read systems IPv4-Address from") ) +ipn4:depends("ipv4_source", "network") +ipn4.default = "wan" +WADM.cbi_add_networks(ipn4) +function ipn4.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_network") +end +function ipn4.validate(self, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) ~= "network" then + -- ignore if IPv6 selected OR + -- ignore everything except "network" + return "" + else + return value + end +end +function ipn4.write(self, section, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) ~= "network" then + -- ignore if IPv6 selected OR + -- ignore everything except "network" + return true + else + -- set also as "interface" for monitoring events changes/hot-plug + self.map:set(section, "interface", value) + self.map:del(section, self.option) -- delete "ipv4_network" helper + return self.map:set(section, "ip_network", value) -- and write "ip_network" + end +end + +-- IPv6 - ip_network (default "wan6") -- ####################################### +ipn6 = ns:taboption("advanced", ListValue, "ipv6_network", + translate("Network") .. " [IPv6]" ) +ipn6:depends("ipv6_source", "network") +ipn6.default = "wan6" +WADM.cbi_add_networks(ipn6) +if has_ipv6 then + ipn6.description = translate("Defines the network to read systems IPv6-Address from") +else + ipn6.description = err_ipv6_other +end +function ipn6.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_network") +end +function ipn6.validate(self, value) + if usev6:formvalue(section) == "0" + or src6:formvalue(section) ~= "network" then + -- ignore if IPv4 selected OR + -- ignore everything except "network" + return "" + elseif has_ipv6 then + return value + else + return nil, err_tab_adv(self) .. err_ipv6_plain + end +end +function ipn6.write(self, section, value) + if usev6:formvalue(section) == "0" + or src6:formvalue(section) ~= "network" then + -- ignore if IPv4 selected OR + -- ignore everything except "network" + return true + else + -- set also as "interface" for monitoring events changes/hotplug + self.map:set(section, "interface", value) + self.map:del(section, self.option) -- delete "ipv6_network" helper + return self.map:set(section, "ip_network", value) -- and write "ip_network" + end +end + +-- IPv4 - ip_url (default "checkip.dyndns.com") -- ############################# +iurl4 = ns:taboption("advanced", Value, "ipv4_url", + translate("URL to detect") .. " [IPv4]", + translate("Defines the Web page to read systems IPv4-Address from") ) +iurl4:depends("ipv4_source", "web") +iurl4.default = "http://checkip.dyndns.com" +function iurl4.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_url") +end +function iurl4.validate(self, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) ~= "web" then + -- ignore if IPv6 selected OR + -- ignore everything except "web" + return "" + elseif not value or #value == 0 then + return nil, err_tab_adv(self) .. translate("missing / required") + end + + local url = DDNS.parse_url(value) + if not (url.scheme == "http" or url.scheme == "https") then + return nil, err_tab_adv(self) .. translate("must start with 'http://'") + elseif not url.host then + return nil, err_tab_adv(self) .. " " .. translate("missing / required") + elseif SYS.call([[nslookup ]] .. url.host .. [[>/dev/null 2>&1]]) ~= 0 then + return nil, err_tab_adv(self) .. translate("can not resolve host: ") .. url.host + else + return value + end +end +function iurl4.write(self, section, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) ~= "web" then + -- ignore if IPv6 selected OR + -- ignore everything except "web" + return true + else + self.map:del(section, self.option) -- delete "ipv4_url" helper + return self.map:set(section, "ip_url", value) -- and write "ip_url" + end +end + +-- IPv6 - ip_url (default "checkipv6.dyndns.com") -- ########################### +iurl6 = ns:taboption("advanced", Value, "ipv6_url", + translate("URL to detect") .. " [IPv6]" ) +iurl6:depends("ipv6_source", "web") +iurl6.default = "http://checkipv6.dyndns.com" +if has_ipv6 then + iurl6.description = translate("Defines the Web page to read systems IPv6-Address from") +else + iurl6.description = err_ipv6_other +end +function iurl6.cfgvalue(self, section) + return DDNS.read_value(self, section, "ip_url") +end +function iurl6.validate(self, value) + if usev6:formvalue(section) == "0" + or src6:formvalue(section) ~= "web" then + -- ignore if IPv4 selected OR + -- ignore everything except "web" + return "" + elseif not has_ipv6 then + return nil, err_tab_adv(self) .. err_ipv6_plain + elseif not value or #value == 0 then + return nil, err_tab_adv(self) .. translate("missing / required") + end + + local url = DDNS.parse_url(value) + if not (url.scheme == "http" or url.scheme == "https") then + return nil, err_tab_adv(self) .. translate("must start with 'http://'") + elseif not url.host then + return nil, err_tab_adv(self) .. " " .. translate("missing / required") + elseif SYS.call([[nslookup ]] .. url.host .. [[>/dev/null 2>&1]]) ~= 0 then + return nil, err_tab_adv(self) .. translate("can not resolve host: ") .. url.host + else + return value + end +end +function iurl6.write(self, section, value) + if usev6:formvalue(section) == "0" + or src6:formvalue(section) ~= "web" then + -- ignore if IPv4 selected OR + -- ignore everything except "web" + return true + else + self.map:del(section, self.option) -- delete "ipv6_url" helper + return self.map:set(section, "ip_url", value) -- and write "ip_url" + end +end + +-- IPv4 + IPv6 - ip_interface -- ############################################### +ipi = ns:taboption("advanced", ListValue, "ip_interface", + translate("Interface"), + translate("Defines the interface to read systems IP-Address from") ) +ipi:depends("ipv4_source", "interface") -- IPv4 +ipi:depends("ipv6_source", "interface") -- or IPv6 +for _, v in pairs(SYS.net.devices()) do + -- show only interface set to a network + -- and ignore loopback + net = WADM.iface_get_network(v) + if net and net ~= "loopback" then + ipi:value(v) + end +end +function ipi.validate(self, value) + if (usev6:formvalue(section) == "0" and src4:formvalue(section) ~= "interface") + or (usev6:formvalue(section) == "1" and src6:formvalue(section) ~= "interface") then + return "" + else + return value + end +end +function ipi.write(self, section, value) + if (usev6:formvalue(section) == "0" and src4:formvalue(section) ~= "interface") + or (usev6:formvalue(section) == "1" and src6:formvalue(section) ~= "interface") then + return true + else + -- get network from device to + -- set also as "interface" for monitoring events changes/hotplug + local net = WADM.iface_get_network(value) + self.map:set(section, "interface", net) + return self.map:set(section, self.option, value) + end +end + +-- IPv4 + IPv6 - ip_script (NEW) -- ############################################ +ips = ns:taboption("advanced", Value, "ip_script", + translate("Script"), + translate("User defined script to read systems IP-Address") ) +ips:depends("ipv4_source", "script") -- IPv4 +ips:depends("ipv6_source", "script") -- or IPv6 +ips.rmempty = false +ips.placeholder = "/path/to/script.sh" +function ips.validate(self, value) + local split + if value then split = UTIL.split(value, " ") end + + if (usev6:formvalue(section) == "0" and src4:formvalue(section) ~= "script") + or (usev6:formvalue(section) == "1" and src6:formvalue(section) ~= "script") then + return "" + elseif not value or not (#value > 0) or not NXFS.access(split[1], "x") then + return nil, err_tab_adv(self) .. + translate("not found or not executable - Sample: '/path/to/script.sh'") + else + return value + end +end +function ips.write(self, section, value) + if (usev6:formvalue(section) == "0" and src4:formvalue(section) ~= "script") + or (usev6:formvalue(section) == "1" and src6:formvalue(section) ~= "script") then + return true + else + return self.map:set(section, self.option, value) + end +end + +-- IPv4 - interface - default "wan" -- ######################################### +-- event network to monitor changes/hotplug/dynamic_dns_updater.sh +-- only needs to be set if "ip_source"="web" or "script" +-- if "ip_source"="network" or "interface" we use their network +eif4 = ns:taboption("advanced", ListValue, "ipv4_interface", + translate("Event Network") .. " [IPv4]", + translate("Network on which the ddns-updater scripts will be started") ) +eif4:depends("ipv4_source", "web") +eif4:depends("ipv4_source", "script") +eif4.default = "wan" +WADM.cbi_add_networks(eif4) +function eif4.cfgvalue(self, section) + return DDNS.read_value(self, section, "interface") +end +function eif4.validate(self, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) == "network" + or src4:formvalue(section) == "interface" then + return "" -- ignore IPv6, network, interface + else + return value + end +end +function eif4.write(self, section, value) + if usev6:formvalue(section) == "1" + or src4:formvalue(section) == "network" + or src4:formvalue(section) == "interface" then + return true -- ignore IPv6, network, interface + else + self.map:del(section, self.option) -- delete "ipv4_interface" helper + return self.map:set(section, "interface", value) -- and write "interface" + end +end + +-- IPv6 - interface (NEW) - default "wan6" -- ################################## +-- event network to monitor changes/hotplug (NEW) +-- only needs to be set if "ip_source"="web" or "script" +-- if "ip_source"="network" or "interface" we use their network +eif6 = ns:taboption("advanced", ListValue, "ipv6_interface", + translate("Event Network") .. " [IPv6]" ) +eif6:depends("ipv6_source", "web") +eif6:depends("ipv6_source", "script") +eif6.default = "wan6" +WADM.cbi_add_networks(eif6) +if not has_ipv6 then + eif6.description = err_ipv6_other +else + eif6.description = translate("Network on which the ddns-updater scripts will be started") +end +function eif6.cfgvalue(self, section) + return DDNS.read_value(self, section, "interface") +end +function eif6.validate(self, value) + if usev6:formvalue(section) == "0" + or src4:formvalue(section) == "network" + or src4:formvalue(section) == "interface" then + return "" -- ignore IPv4, network, interface + elseif not has_ipv6 then + return nil, err_tab_adv(self) .. err_ipv6_plain + else + return value + end +end +function eif6.write(self, section, value) + if usev6:formvalue(section) == "0" + or src4:formvalue(section) == "network" + or src4:formvalue(section) == "interface" then + return true -- ignore IPv4, network, interface + else + self.map:del(section, self.option) -- delete "ipv6_interface" helper + return self.map:set(section, "interface", value) -- and write "interface" + end +end + +-- IPv4/IPv6 - bind_network -- ################################################# +if has_ssl or ( ( m:get(section, "bind_network") or "" ) ~= "" ) then + bnet = ns:taboption("advanced", ListValue, "bind_network", + translate("Bind Network") ) + bnet:depends("ipv4_source", "web") + bnet:depends("ipv6_source", "web") + bnet.rmempty = true + bnet.default = "" + bnet:value("", translate("-- default --")) + WADM.cbi_add_networks(bnet) + function bnet.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if not has_ssl and value ~= "" then + self.description = bold_on .. font_red .. + translate("Binding to a specific network not supported") .. font_off .. "
" .. + translate("please set to 'default'") .. " !" .. bold_off + else + self.description = translate("OPTIONAL: Network to use for communication") .. + "
" .. translate("Casual users should not change this setting") + end + return value + end + function bnet.validate(self, value) + if (value ~= "" and has_ssl ) or value == "" then return value end + return nil, err_tab_adv(self) .. translate("Binding to a specific network not supported") .. " !" + end +end + +-- IPv4 + IPv6 - force_ipversion (NEW) -- ###################################### +-- optional to force wget/curl and host to use only selected IP version +-- command parameter "-4" or "-6" +if has_force or ( ( m:get(section, "force_ipversion") or "0" ) ~= "0" ) then + fipv = ns:taboption("advanced", Flag, "force_ipversion", + translate("Force IP Version") ) + fipv.orientation = "horizontal" + function fipv.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if not has_force and value ~= "0" then + self.description = bold_on .. font_red .. + translate("Force IP Version not supported") .. font_off .. "
" .. + translate("please disable") .. " !" .. bold_off + else + self.description = translate("OPTIONAL: Force the usage of pure IPv4/IPv6 only communication.") + end + return value + end + function fipv.validate(self, value) + if (value == "1" and has_force) or value == "0" then return value end + return nil, err_tab_adv(self) .. translate("Force IP Version not supported") + end + function fipv.parse(self, section) + DDNS.flag_parse(self, section) + end + function fipv.write(self, section, value) + if value == "1" then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end + end +end + +-- IPv4 + IPv6 - dns_server (NEW) -- ########################################### +-- optional DNS Server to use resolving my IP if "ip_source"="web" +dns = ns:taboption("advanced", Value, "dns_server", + translate("DNS-Server"), + translate("OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'.") .. "
" .. + translate("Format: IP or FQDN")) +dns.placeholder = "mydns.lan" +function dns.validate(self, value) + -- if .datatype is set, then it is checked before calling this function + if not value then + return "" -- ignore on empty + elseif not DTYP.host(value) then + return nil, err_tab_adv(self) .. translate("use hostname, FQDN, IPv4- or IPv6-Address") + else + local ipv6 = usev6:formvalue(section) + local force = (fipv) and fipv:formvalue(section) or "0" + local command = [[/usr/lib/ddns/dynamic_dns_lucihelper.sh verify_dns ]] .. + value .. [[ ]] .. ipv6 .. [[ ]] .. force + local ret = SYS.call(command) + if ret == 0 then return value -- everything OK + elseif ret == 2 then return nil, err_tab_adv(self) .. translate("nslookup can not resolve host") + elseif ret == 3 then return nil, err_tab_adv(self) .. translate("nc (netcat) can not connect") + elseif ret == 4 then return nil, err_tab_adv(self) .. translate("Forced IP Version don't matched") + else return nil, err_tab_adv(self) .. translate("unspecific error") + end + end +end + +-- IPv4 + IPv6 - force_dnstcp (NEW) -- ######################################### +if has_dnstcp or ( ( m:get(section, "force_dnstcp") or "0" ) ~= "0" ) then + tcp = ns:taboption("advanced", Flag, "force_dnstcp", + translate("Force TCP on DNS") ) + tcp.orientation = "horizontal" + function tcp.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if not has_dnstcp and value ~= "0" then + self.description = bold_on .. font_red .. + translate("DNS requests via TCP not supported") .. font_off .. "
" .. + translate("please disable") .. " !" .. bold_off + else + self.description = translate("OPTIONAL: Force the use of TCP instead of default UDP on DNS requests.") + end + return value + end + function tcp.validate(self, value) + if (value == "1" and has_dnstcp ) or value == "0" then + return value + end + return nil, err_tab_adv(self) .. translate("DNS requests via TCP not supported") + end + function tcp.parse(self, section) + DDNS.flag_parse(self, section) + end +end + +-- IPv4 + IPv6 - proxy (NEW) -- ################################################ +-- optional Proxy to use for http/https requests [user:password@]proxyhost[:port] +if has_proxy or ( ( m:get(section, "proxy") or "" ) ~= "" ) then + pxy = ns:taboption("advanced", Value, "proxy", + translate("PROXY-Server") ) + pxy.placeholder="user:password@myproxy.lan:8080" + function pxy.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) + if not has_proxy and value ~= "" then + self.description = bold_on .. font_red .. + translate("PROXY-Server not supported") .. font_off .. "
" .. + translate("please remove entry") .. "!" .. bold_off + else + self.description = translate("OPTIONAL: Proxy-Server for detection and updates.") .. "
" .. + translate("Format") .. ": " .. bold_on .. "[user:password@]proxyhost:port" .. bold_off .. "
" .. + translate("IPv6 address must be given in square brackets") .. ": " .. + bold_on .. " [2001:db8::1]:8080" .. bold_off + end + return value + end + function pxy.validate(self, value) + -- if .datatype is set, then it is checked before calling this function + if not value then + return "" -- ignore on empty + elseif has_proxy then + local ipv6 = usev6:formvalue(section) or "0" + local force = (fipv) and fipv:formvalue(section) or "0" + local command = [[/usr/lib/ddns/dynamic_dns_lucihelper.sh verify_proxy ]] .. + value .. [[ ]] .. ipv6 .. [[ ]] .. force + local ret = SYS.call(command) + if ret == 0 then return value + elseif ret == 2 then return nil, err_tab_adv(self) .. translate("nslookup can not resolve host") + elseif ret == 3 then return nil, err_tab_adv(self) .. translate("nc (netcat) can not connect") + elseif ret == 4 then return nil, err_tab_adv(self) .. translate("Forced IP Version don't matched") + elseif ret == 5 then return nil, err_tab_adv(self) .. translate("proxy port missing") + else return nil, err_tab_adv(self) .. translate("unspecific error") + end + else + return nil, err_tab_adv(self) .. translate("PROXY-Server not supported") + end + end +end + +-- use_syslog -- ############################################################### +slog = ns:taboption("advanced", ListValue, "use_syslog", + translate("Log to syslog"), + translate("Writes log messages to syslog. Critical Errors will always be written to syslog.") ) +slog.default = "2" +slog:value("0", translate("No logging")) +slog:value("1", translate("Info")) +slog:value("2", translate("Notice")) +slog:value("3", translate("Warning")) +slog:value("4", translate("Error")) + +-- use_logfile (NEW) -- ######################################################## +logf = ns:taboption("advanced", Flag, "use_logfile", + translate("Log to file"), + translate("Writes detailed messages to log file. File will be truncated automatically.") .. "
" .. + translate("File") .. [[: "]] .. log_dir .. [[/]] .. section .. [[.log"]] ) +logf.orientation = "horizontal" +logf.rmempty = false -- we want to save in /etc/config/ddns file on "0" because +logf.default = "1" -- if not defined write to log by default +function logf.parse(self, section) + DDNS.flag_parse(self, section) +end + +-- TAB: Timer ##################################################################################### +-- check_interval -- ########################################################### +ci = ns:taboption("timer", Value, "check_interval", + translate("Check Interval") ) +ci.template = "ddns/detail_value" +ci.default = 10 +ci.rmempty = false -- validate ourselves for translatable error messages +function ci.validate(self, value) + if not DTYP.uinteger(value) + or tonumber(value) < 1 then + return nil, err_tab_timer(self) .. translate("minimum value 5 minutes == 300 seconds") + end + + local secs = DDNS.calc_seconds(value, cu:formvalue(section)) + if secs >= 300 then + return value + else + return nil, err_tab_timer(self) .. translate("minimum value 5 minutes == 300 seconds") + end +end +function ci.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(value, cu:formvalue(section)) + if secs ~= 600 then --default 10 minutes + return self.map:set(section, self.option, value) + else + self.map:del(section, "check_unit") + return self.map:del(section, self.option) + end +end + +-- check_unit -- ############################################################### +cu = ns:taboption("timer", ListValue, "check_unit", "not displayed, but needed otherwise error", + translate("Interval to check for changed IP" .. "
" .. + "Values below 5 minutes == 300 seconds are not supported") ) +cu.template = "ddns/detail_lvalue" +cu.default = "minutes" +cu.rmempty = false -- want to control write process +cu:value("seconds", translate("seconds")) +cu:value("minutes", translate("minutes")) +cu:value("hours", translate("hours")) +--cu:value("days", translate("days")) +function cu.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(ci:formvalue(section), value) + if secs ~= 600 then --default 10 minutes + return self.map:set(section, self.option, value) + else + return true + end +end + +-- force_interval (modified) -- ################################################ +fi = ns:taboption("timer", Value, "force_interval", + translate("Force Interval") ) +fi.template = "ddns/detail_value" +fi.default = 72 -- see dynamic_dns_updater.sh script +fi.rmempty = false -- validate ourselves for translatable error messages +function fi.validate(self, value) + if not DTYP.uinteger(value) + or tonumber(value) < 0 then + return nil, err_tab_timer(self) .. translate("minimum value '0'") + end + + local force_s = DDNS.calc_seconds(value, fu:formvalue(section)) + if force_s == 0 then + return value + end + + local ci_value = ci:formvalue(section) + if not DTYP.uinteger(ci_value) then + return "" -- ignore because error in check_interval above + end + + local check_s = DDNS.calc_seconds(ci_value, cu:formvalue(section)) + if force_s >= check_s then + return value + end + + return nil, err_tab_timer(self) .. translate("must be greater or equal 'Check Interval'") +end +function fi.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(value, fu:formvalue(section)) + if secs ~= 259200 then --default 72 hours == 3 days + return self.map:set(section, self.option, value) + else + self.map:del(section, "force_unit") + return self.map:del(section, self.option) + end +end + +-- force_unit -- ############################################################### +fu = ns:taboption("timer", ListValue, "force_unit", "not displayed, but needed otherwise error", + translate("Interval to force updates send to DDNS Provider" .. "
" .. + "Setting this parameter to 0 will force the script to only run once" .. "
" .. + "Values lower 'Check Interval' except '0' are not supported") ) +fu.template = "ddns/detail_lvalue" +fu.default = "hours" +fu.rmempty = false -- want to control write process +--fu:value("seconds", translate("seconds")) +fu:value("minutes", translate("minutes")) +fu:value("hours", translate("hours")) +fu:value("days", translate("days")) +function fu.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(fi:formvalue(section), value) + if secs ~= 259200 and secs ~= 0 then --default 72 hours == 3 days + return self.map:set(section, self.option, value) + else + return true + end +end + +-- retry_count (NEW) -- ######################################################## +rc = ns:taboption("timer", Value, "retry_count") +rc.title = translate("Error Retry Counter") +rc.description = translate("On Error the script will stop execution after given number of retrys") + .. "
" + .. translate("The default setting of '0' will retry infinite.") +rc.default = 0 +rc.rmempty = false -- validate ourselves for translatable error messages +function rc.validate(self, value) + if not DTYP.uinteger(value) then + return nil, err_tab_timer(self) .. translate("minimum value '0'") + else + return value + end +end +function rc.write(self, section, value) + -- simulate rmempty=true remove default + if tonumber(value) ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- retry_interval -- ########################################################### +ri = ns:taboption("timer", Value, "retry_interval", + translate("Error Retry Interval") ) +ri.template = "ddns/detail_value" +ri.default = 60 +ri.rmempty = false -- validate ourselves for translatable error messages +function ri.validate(self, value) + if not DTYP.uinteger(value) + or tonumber(value) < 1 then + return nil, err_tab_timer(self) .. translate("minimum value '1'") + else + return value + end +end +function ri.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(value, ru:formvalue(section)) + if secs ~= 60 then --default 60seconds + return self.map:set(section, self.option, value) + else + self.map:del(section, "retry_unit") + return self.map:del(section, self.option) + end +end + +-- retry_unit -- ############################################################### +ru = ns:taboption("timer", ListValue, "retry_unit", "not displayed, but needed otherwise error", + translate("On Error the script will retry the failed action after given time") ) +ru.template = "ddns/detail_lvalue" +ru.default = "seconds" +ru.rmempty = false -- want to control write process +ru:value("seconds", translate("seconds")) +ru:value("minutes", translate("minutes")) +--ru:value("hours", translate("hours")) +--ru:value("days", translate("days")) +function ru.write(self, section, value) + -- simulate rmempty=true remove default + local secs = DDNS.calc_seconds(ri:formvalue(section), value) + if secs ~= 60 then --default 60seconds + return self.map:set(section, self.option, value) + else + return true -- will be deleted by retry_interval + end +end + +-- TAB: LogView (NEW) ############################################################################# +lv = ns:taboption("logview", DummyValue, "_logview") +lv.template = "ddns/detail_logview" +lv.inputtitle = translate("Read / Reread log file") +lv.rows = 50 +function lv.cfgvalue(self, section) + local lfile=log_dir .. "/" .. section .. ".log" + if NXFS.access(lfile) then + return lfile .. "\n" .. translate("Please press [Read] button") + end + return lfile .. "\n" .. translate("File not found or empty") +end + +return m diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua new file mode 100644 index 0000000..25d09b7 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua @@ -0,0 +1,155 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +local NX = require "nixio" +local NXFS = require "nixio.fs" +local DISP = require "luci.dispatcher" +local SYS = require "luci.sys" +local DDNS = require "luci.tools.ddns" -- ddns multiused functions + +-- cbi-map definition -- ####################################################### +local m = Map("ddns") + +m.title = [[]] + .. translate("Dynamic DNS") .. [[]] + +m.description = translate("Dynamic DNS allows that your router can be reached with " .. + "a fixed hostname while having a dynamically changing IP address.") + +m.redirect = DISP.build_url("admin", "services", "ddns") + +function m.commit_handler(self) + if self.changed then -- changes ? + os.execute("/etc/init.d/ddns reload &") -- reload configuration + end +end + +-- cbi-section definition -- ################################################### +local ns = m:section( NamedSection, "global", "ddns", + translate("Global Settings"), + translate("Configure here the details for all Dynamic DNS services including this LuCI application.") + .. [[
]] + .. translate("It is NOT recommended for casual users to change settings on this page.") + .. [[
]] + .. [[]] + .. translate("For detailed information about parameter settings look here.") + .. [[]] + ) + +-- section might not exist +function ns.cfgvalue(self, section) + if not self.map:get(section) then + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- allow_local_ip -- ########################################################## +local ali = ns:option(Flag, "allow_local_ip") +ali.title = translate("Allow non-public IP's") +ali.description = translate("Non-public and by default blocked IP's") .. ":" + .. [[
IPv4: ]] + .. "0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, 192.168/16" + .. [[
IPv6: ]] + .. "::/32, f000::/4" +ali.reempty = true +ali.default = "0" +function ali.parse(self, section) + DDNS.flag_parse(self, section) +end +function ali.validate(self, value) + if value == self.default then + return "" -- default = empty + end + return value +end + +-- date_format -- ############################################################# +local df = ns:option(Value, "date_format") +df.title = translate("Date format") +df.description = [[]] + .. translate("For supported codes look here") + .. [[]] +df.template = "ddns/global_value" +df.rmempty = true +df.default = "%F %R" +df.date_string = "" +function df.cfgvalue(self, section) + local value = AbstractValue.cfgvalue(self, section) or self.default + local epoch = os.time() + self.date_string = DDNS.epoch2date(epoch, value) + return value +end +function df.validate(self, value) + if value == self.default then + return "" -- default = empty + end + return value +end + +-- run_dir -- ################################################################# +local rd = ns:option(Value, "run_dir") +rd.title = translate("Status directory") +rd.description = translate("Directory contains PID and other status information for each running section") +rd.rmempty = true +rd.default = "/var/run/ddns" +function rd.validate(self, value) + if value == self.default then + return "" -- default = empty + end + return value +end + +-- log_dir -- ################################################################# +local ld = ns:option(Value, "log_dir") +ld.title = translate("Log directory") +ld.description = translate("Directory contains Log files for each running section") +ld.rmempty = true +ld.default = "/var/log/ddns" +function ld.validate(self, value) + if value == self.default then + return "" -- default = empty + end + return value +end + +-- log_lines -- ############################################################### +local ll = ns:option(Value, "log_lines") +ll.title = translate("Log length") +ll.description = translate("Number of last lines stored in log files") +ll.rmempty = true +ll.default = "250" +function ll.validate(self, value) + local n = tonumber(value) + if not n or math.floor(n) ~= n or n < 1 then + return nil, self.title .. ": " .. translate("minimum value '1'") + end + if value == self.default then + return "" -- default = empty + end + return value +end + +-- use_curl -- ################################################################ +if (SYS.call([[ grep -i "\+ssl" /usr/bin/wget >/dev/null 2>&1 ]]) == 0) +and NXFS.access("/usr/bin/curl") then + local pc = ns:option(Flag, "use_curl") + pc.title = translate("Use cURL") + pc.description = translate("If both cURL and GNU Wget are installed, Wget is used by default.") + .. [[
]] + .. translate("To use cURL activate this option.") + pc.orientation = "horizontal" + pc.rmempty = true + pc.default = "0" + function pc.parse(self, section) + DDNS.flag_parse(self, section) + end + function pc.validate(self, value) + if value == self.default then + return "" -- default = empty + end + return value + end +end + +return m diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua new file mode 100644 index 0000000..2a65fd0 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua @@ -0,0 +1,152 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +local CTRL = require "luci.controller.ddns" -- this application's controller +local DISP = require "luci.dispatcher" +local SYS = require "luci.sys" +local DDNS = require "luci.tools.ddns" -- ddns multiused functions + +-- check supported options -- ################################################## +-- saved to local vars here because doing multiple os calls slow down the system +has_ssl = DDNS.check_ssl() -- HTTPS support and --bind-network / --interface +has_proxy = DDNS.check_proxy() -- Proxy support +has_dnstcp = DDNS.check_bind_host() -- DNS TCP support +-- correct ddns-scripts version +need_update = DDNS.ipkg_ver_compare(DDNS.ipkg_ver_installed("ddns-scripts"), "<<", CTRL.DDNS_MIN) + +-- html constants +font_red = [[]] +font_off = [[]] +bold_on = [[]] +bold_off = [[]] + +-- cbi-map definition -- ####################################################### +m = Map("ddns") + +m.title = [[]] .. + translate("Dynamic DNS") .. [[]] + +m.description = translate("Dynamic DNS allows that your router can be reached with " .. + "a fixed hostname while having a dynamically changing " .. + "IP address.") + +m.redirect = DISP.build_url("admin", "services", "ddns") + +-- SimpleSection definition -- ################################################# +-- show Hints to optimize installation and script usage +s = m:section( SimpleSection, + translate("Hints"), + translate("Below a list of configuration tips for your system to run Dynamic DNS updates without limitations") ) + +-- ddns_scripts needs to be updated for full functionality +if need_update then + local dv = s:option(DummyValue, "_update_needed") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = font_red .. bold_on .. + translate("Software update required") .. bold_off .. font_off + dv.value = translate("The currently installed 'ddns-scripts' package did not support all available settings.") .. + "
" .. + translate("Please update to the current version!") +end + +-- DDNS Service disabled +if not SYS.init.enabled("ddns") then + local dv = s:option(DummyValue, "_not_enabled") + dv.titleref = DISP.build_url("admin", "system", "startup") + dv.rawhtml = true + dv.title = bold_on .. + translate("DDNS Autostart disabled") .. bold_off + dv.value = translate("Currently DDNS updates are not started at boot or on interface events." .. "
" .. + "This is the default if you run DDNS scripts by yourself (i.e. via cron with force_interval set to '0')" ) +end + +-- No IPv6 support +if not DDNS.check_ipv6() then + local dv = s:option(DummyValue, "_no_ipv6") + dv.titleref = 'http://www.openwrt.org" target="_blank' + dv.rawhtml = true + dv.title = bold_on .. + translate("IPv6 not supported") .. bold_off + dv.value = translate("IPv6 is currently not (fully) supported by this system" .. "
" .. + "Please follow the instructions on OpenWrt's homepage to enable IPv6 support" .. "
" .. + "or update your system to the latest OpenWrt Release") +end + +-- No HTTPS support +if not has_ssl then + local dv = s:option(DummyValue, "_no_https") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = bold_on .. + translate("HTTPS not supported") .. bold_off + dv.value = translate("Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS protocol.") .. + "
- " .. + translate("You should install GNU Wget with SSL (prefered) or cURL package.") .. + "
- " .. + translate("In some versions cURL/libcurl in OpenWrt is compiled without proxy support.") +end + +-- No bind_network +if not has_ssl then + local dv = s:option(DummyValue, "_no_bind_network") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = bold_on .. + translate("Binding to a specific network not supported") .. bold_off + dv.value = translate("Neither GNU Wget with SSL nor cURL installed to select a network to use for communication.") .. + "
- " .. + translate("You should install GNU Wget with SSL or cURL package.") .. + "
- " .. + translate("GNU Wget will use the IP of given network, cURL will use the physical interface.") .. + "
- " .. + translate("In some versions cURL/libcurl in OpenWrt is compiled without proxy support.") +end + +-- cURL without proxy support +if has_ssl and not has_proxy then + local dv = s:option(DummyValue, "_no_proxy") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = bold_on .. + translate("cURL without Proxy Support") .. bold_off + dv.value = translate("cURL is installed, but libcurl was compiled without proxy support.") .. + "
- " .. + translate("You should install GNU Wget with SSL or replace libcurl.") .. + "
- " .. + translate("In some versions cURL/libcurl in OpenWrt is compiled without proxy support.") +end + +-- "Force IP Version not supported" +if not (has_ssl and has_dnstcp) then + local dv = s:option(DummyValue, "_no_force_ip") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = bold_on .. + translate("Force IP Version not supported") .. bold_off + local value = translate("BusyBox's nslookup and Wget do not support to specify " .. + "the IP version to use for communication with DDNS Provider.") + if not has_ssl then + value = value .. "
- " .. + translate("You should install GNU Wget with SSL (prefered) or cURL package.") + end + if not has_dnstcp then + value = value .. "
- " .. + translate("You should install BIND host package for DNS requests.") + end + dv.value = value +end + +-- "DNS requests via TCP not supported" +if not has_dnstcp then + local dv = s:option(DummyValue, "_no_dnstcp") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = bold_on .. + translate("DNS requests via TCP not supported") .. bold_off + dv.value = translate("BusyBox's nslookup does not support to specify to use TCP instead of default UDP when requesting DNS server") .. + "
- " .. + translate("You should install BIND host package for DNS requests.") +end + +return m diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua new file mode 100644 index 0000000..5b5925b --- /dev/null +++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua @@ -0,0 +1,256 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +local NXFS = require "nixio.fs" +local CTRL = require "luci.controller.ddns" -- this application's controller +local DISP = require "luci.dispatcher" +local HTTP = require "luci.http" +local SYS = require "luci.sys" +local DDNS = require "luci.tools.ddns" -- ddns multiused functions + +-- show hints ? +show_hints = not (DDNS.check_ipv6() -- IPv6 support + and DDNS.check_ssl() -- HTTPS support + and DDNS.check_proxy() -- Proxy support + and DDNS.check_bind_host() -- DNS TCP support + ) +-- correct ddns-scripts version +need_update = DDNS.ipkg_ver_compare(DDNS.ipkg_ver_installed("ddns-scripts"), "<<", CTRL.DDNS_MIN) + +-- html constants +font_red = [[]] +font_off = [[]] +bold_on = [[]] +bold_off = [[]] + +-- cbi-map definition -- ####################################################### +m = Map("ddns") + +m.title = [[]] + .. translate("Dynamic DNS") .. [[]] + +m.description = translate("Dynamic DNS allows that your router can be reached with " .. + "a fixed hostname while having a dynamically changing " .. + "IP address.") + +m.on_after_commit = function(self) + if self.changed then -- changes ? + if SYS.init.enabled("ddns") then -- ddns service enabled, restart all + os.execute("/etc/init.d/ddns restart") + else -- ddns service disabled, send SIGHUP to running + os.execute("killall -1 dynamic_dns_updater.sh") + end + end +end + +-- SimpleSection definiton -- ################################################## +-- with all the JavaScripts we need for "a good Show" +a = m:section( SimpleSection ) +a.template = "ddns/overview_status" + +-- SimpleSection definition -- ################################################# +-- show Hints to optimize installation and script usage +-- only show if service not enabled +-- or no IPv6 support +-- or not GNU Wget and not cURL (for https support) +-- or not GNU Wget but cURL without proxy support +-- or not BIND's host +-- or ddns-scripts package need update +if show_hints or need_update or not SYS.init.enabled("ddns") then + s = m:section( SimpleSection, translate("Hints") ) + + -- ddns_scripts needs to be updated for full functionality + if need_update then + local dv = s:option(DummyValue, "_update_needed") + dv.titleref = DISP.build_url("admin", "system", "packages") + dv.rawhtml = true + dv.title = font_red .. bold_on .. + translate("Software update required") .. bold_off .. font_off + dv.value = translate("The currently installed 'ddns-scripts' package did not support all available settings.") .. + "
" .. + translate("Please update to the current version!") + end + + -- DDNS Service disabled + if not SYS.init.enabled("ddns") then + local dv = s:option(DummyValue, "_not_enabled") + dv.titleref = DISP.build_url("admin", "system", "startup") + dv.rawhtml = true + dv.title = bold_on .. + translate("DDNS Autostart disabled") .. bold_off + dv.value = translate("Currently DDNS updates are not started at boot or on interface events." .. "
" .. + "You can start/stop each configuration here. It will run until next reboot.") + end + + -- Show more hints on a separate page + if show_hints then + local dv = s:option(DummyValue, "_separate") + dv.titleref = DISP.build_url("admin", "services", "ddns", "hints") + dv.rawhtml = true + dv.title = bold_on .. + translate("Show more") .. bold_off + dv.value = translate("Follow this link" .. "
" .. + "You will find more hints to optimize your system to run DDNS scripts with all options") + end +end + +-- TableSection definition -- ################################################## +ts = m:section( TypedSection, "service", + translate("Overview"), + translate("Below is a list of configured DDNS configurations and their current state.") + .. "
" + .. translate("If you want to send updates for IPv4 and IPv6 you need to define two separate Configurations " + .. "i.e. 'myddns_ipv4' and 'myddns_ipv6'") + .. "
" + .. [[]] + .. translate("To change global settings click here") .. [[]] ) +ts.sectionhead = translate("Configuration") +ts.template = "cbi/tblsection" +ts.addremove = true +ts.extedit = DISP.build_url("admin", "services", "ddns", "detail", "%s") +function ts.create(self, name) + AbstractSection.create(self, name) + HTTP.redirect( self.extedit:format(name) ) +end + +-- Domain and registered IP -- ################################################# +dom = ts:option(DummyValue, "_domainIP", + translate("Hostname/Domain") .. "
" .. translate("Registered IP") ) +dom.template = "ddns/overview_doubleline" +function dom.set_one(self, section) + local domain = self.map:get(section, "domain") or "" + if domain ~= "" then + return domain + else + return [[]] .. translate("config error") .. [[]] + end +end +function dom.set_two(self, section) + local domain = self.map:get(section, "domain") or "" + if domain == "" then return "" end + local dnsserver = self.map:get(section, "dnsserver") or "" + local use_ipv6 = tonumber(self.map:get(section, "use_ipv6") or 0) + local force_ipversion = tonumber(self.map:get(section, "force_ipversion") or 0) + local force_dnstcp = tonumber(self.map:get(section, "force_dnstcp") or 0) + local command = [[/usr/lib/ddns/dynamic_dns_lucihelper.sh]] + if not NXFS.access(command, "rwx", "rx", "rx") then + NXFS.chmod(command, 755) + end + command = command .. [[ get_registered_ip ]] .. domain .. [[ ]] .. use_ipv6 .. + [[ ]] .. force_ipversion .. [[ ]] .. force_dnstcp .. [[ ]] .. dnsserver + local ip = SYS.exec(command) + if ip == "" then ip = translate("no data") end + return ip +end + +-- enabled +ena = ts:option( Flag, "enabled", + translate("Enabled")) +ena.template = "ddns/overview_enabled" +ena.rmempty = false +function ena.parse(self, section) + DDNS.flag_parse(self, section) +end + +-- show PID and next update +upd = ts:option( DummyValue, "_update", + translate("Last Update") .. "
" .. translate("Next Update")) +upd.template = "ddns/overview_doubleline" +function upd.set_one(self, section) -- fill Last Update + -- get/validate last update + local uptime = SYS.uptime() + local lasttime = DDNS.get_lastupd(section) + if lasttime > uptime then -- /var might not be linked to /tmp and cleared on reboot + lasttime = 0 + end + + -- no last update happen + if lasttime == 0 then + return translate("never") + + -- we read last update + else + -- calc last update + -- os.epoch - sys.uptime + lastupdate(uptime) + local epoch = os.time() - uptime + lasttime + -- use linux date to convert epoch + return DDNS.epoch2date(epoch) + end +end +function upd.set_two(self, section) -- fill Next Update + -- get enabled state + local enabled = tonumber(self.map:get(section, "enabled") or 0) + local datenext = translate("unknown error") -- formatted date of next update + + -- get force seconds + local force_interval = tonumber(self.map:get(section, "force_interval") or 72) + local force_unit = self.map:get(section, "force_unit") or "hours" + local force_seconds = DDNS.calc_seconds(force_interval, force_unit) + + -- get last update and get/validate PID + local uptime = SYS.uptime() + local lasttime = DDNS.get_lastupd(section) + if lasttime > uptime then -- /var might not be linked to /tmp and cleared on reboot + lasttime = 0 + end + local pid = DDNS.get_pid(section) + + -- calc next update + if lasttime > 0 then + local epoch = os.time() - uptime + lasttime + force_seconds + -- use linux date to convert epoch + datelast = DDNS.epoch2date(epoch) + end + + -- process running but update needs to happen + if pid > 0 and ( lasttime + force_seconds - uptime ) < 0 then + datenext = translate("Verify") + + -- run once + elseif force_seconds == 0 then + datenext = translate("Run once") + + -- no process running and NOT enabled + elseif pid == 0 and enabled == 0 then + datenext = translate("Disabled") + + -- no process running and NOT + elseif pid == 0 and enabled ~= 0 then + datenext = translate("Stopped") + end + + return datenext +end + +-- start/stop button +btn = ts:option( Button, "_startstop", + translate("Process ID") .. "
" .. translate("Start / Stop") ) +btn.template = "ddns/overview_startstop" +function btn.cfgvalue(self, section) + local pid = DDNS.get_pid(section) + if pid > 0 then + btn.inputtitle = "PID: " .. pid + btn.inputstyle = "reset" + btn.disabled = false + elseif (self.map:get(section, "enabled") or "0") ~= "0" then + btn.inputtitle = translate("Start") + btn.inputstyle = "apply" + btn.disabled = false + else + btn.inputtitle = "----------" + btn.inputstyle = "button" + btn.disabled = true + end + return true +end + +return m diff --git a/applications/luci-app-ddns/luasrc/tools/ddns.lua b/applications/luci-app-ddns/luasrc/tools/ddns.lua new file mode 100644 index 0000000..4466063 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/tools/ddns.lua @@ -0,0 +1,303 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed to the public under the Apache License 2.0. + +module("luci.tools.ddns", package.seeall) + +local NX = require "nixio" +local NXFS = require "nixio.fs" +local OPKG = require "luci.model.ipkg" +local UCI = require "luci.model.uci" +local SYS = require "luci.sys" +local UTIL = require "luci.util" + +-- function to calculate seconds from given interval and unit +function calc_seconds(interval, unit) + if not tonumber(interval) then + return nil + elseif unit == "days" then + return (tonumber(interval) * 86400) -- 60 sec * 60 min * 24 h + elseif unit == "hours" then + return (tonumber(interval) * 3600) -- 60 sec * 60 min + elseif unit == "minutes" then + return (tonumber(interval) * 60) -- 60 sec + elseif unit == "seconds" then + return tonumber(interval) + else + return nil + end +end + +-- check if IPv6 supported by OpenWrt +function check_ipv6() + return NXFS.access("/proc/net/ipv6_route") + and NXFS.access("/usr/sbin/ip6tables") +end + +-- check if Wget with SSL support or cURL installed +function check_ssl() + if (SYS.call([[ grep -i "\+ssl" /usr/bin/wget >/dev/null 2>&1 ]]) == 0) then + return true + else + return NXFS.access("/usr/bin/curl") + end +end + +-- check if Wget with SSL or cURL with proxy support installed +function check_proxy() + -- we prefere GNU Wget for communication + if (SYS.call([[ grep -i "\+ssl" /usr/bin/wget >/dev/null 2>&1 ]]) == 0) then + return true + + -- if not installed cURL must support proxy + elseif NXFS.access("/usr/bin/curl") then + return (SYS.call([[ grep -i all_proxy /usr/lib/libcurl.so* >/dev/null 2>&1 ]]) == 0) + + -- only BusyBox Wget is installed + else + return NXFS.access("/usr/bin/wget") + end +end + +-- check if BIND host installed +function check_bind_host() + return NXFS.access("/usr/bin/host") +end + +-- convert epoch date to given format +function epoch2date(epoch, format) + if not format or #format < 2 then + local uci = UCI.cursor() + format = uci:get("ddns", "global", "date_format") or "%F %R" + uci:unload("ddns") + end + format = format:gsub("%%n", "
") -- replace newline + format = format:gsub("%%t", " ") -- replace tab + return os.date(format, epoch) +end + +-- read lastupdate from [section].update file +function get_lastupd(section) + local uci = UCI.cursor() + local run_dir = uci:get("ddns", "global", "run_dir") or "/var/run/ddns" + local etime = tonumber(NXFS.readfile("%s/%s.update" % { run_dir, section } ) or 0 ) + uci:unload("ddns") + return etime +end + +-- read PID from run file and verify if still running +function get_pid(section) + local uci = UCI.cursor() + local run_dir = uci:get("ddns", "global", "run_dir") or "/var/run/ddns" + local pid = tonumber(NXFS.readfile("%s/%s.pid" % { run_dir, section } ) or 0 ) + if pid > 0 and not NX.kill(pid, 0) then + pid = 0 + end + uci:unload("ddns") + return pid +end + +-- compare versions using "<=" "<" ">" ">=" "=" "<<" ">>" +function ipkg_ver_compare(ver1, comp, ver2) + if not ver1 or not ver2 + or not comp or not (#comp > 0) then return nil end + -- correct compare string + if comp == "<>" or comp == "><" or comp == "!=" or comp == "~=" then comp = "~=" + elseif comp == "<=" or comp == "<" or comp == "=<" then comp = "<=" + elseif comp == ">=" or comp == ">" or comp == "=>" then comp = ">=" + elseif comp == "=" or comp == "==" then comp = "==" + elseif comp == "<<" then comp = "<" + elseif comp == ">>" then comp = ">" + else return nil end + + local av1 = UTIL.split(ver1, "[%.%-]", nil, true) + local av2 = UTIL.split(ver2, "[%.%-]", nil, true) + + for i = 1, math.max(table.getn(av1),table.getn(av2)), 1 do + local s1 = av1[i] or "" + local s2 = av2[i] or "" + + -- first "not equal" found return true + if comp == "~=" and (s1 ~= s2) then return true end + -- first "lower" found return true + if (comp == "<" or comp == "<=") and (s1 < s2) then return true end + -- first "greater" found return true + if (comp == ">" or comp == ">=") and (s1 > s2) then return true end + -- not equal then return false + if (s1 ~= s2) then return false end + end + + -- all equal and not compare greater or lower then true + return not (comp == "<" or comp == ">") +end + +-- read version information for given package if installed +function ipkg_ver_installed(pkg) + local version = nil + local control = io.open("/usr/lib/opkg/info/%s.control" % pkg, "r") + if control then + local ln + repeat + ln = control:read("*l") + if ln and ln:match("^Version: ") then + version = ln:gsub("^Version: ", "") + break + end + until not ln + control:close() + end + return version +end + +-- replacement of build-in read of UCI option +-- modified AbstractValue.cfgvalue(self, section) from cbi.lua +-- needed to read from other option then current value definition +function read_value(self, section, option) + local value + if self.tag_error[section] then + value = self:formvalue(section) + else + value = self.map:get(section, option) + end + + if not value then + return nil + elseif not self.cast or self.cast == type(value) then + return value + elseif self.cast == "string" then + if type(value) == "table" then + return value[1] + end + elseif self.cast == "table" then + return { value } + end +end + +-- replacement of build-in Flag.parse of cbi.lua +-- modified to mark section as changed if value changes +-- current parse did not do this, but it is done AbstaractValue.parse() +function flag_parse(self, section) + local fexists = self.map:formvalue( + luci.cbi.FEXIST_PREFIX .. self.config .. "." .. section .. "." .. self.option) + + if fexists then + local fvalue = self:formvalue(section) and self.enabled or self.disabled + local cvalue = self:cfgvalue(section) + if fvalue ~= self.default or (not self.optional and not self.rmempty) then + self:write(section, fvalue) + else + self:remove(section) + end + if (fvalue ~= cvalue) then self.section.changed = true end + else + self:remove(section) + self.section.changed = true + end +end + +----------------------------------------------------------------------------- +-- copied from https://svn.nmap.org/nmap/nselib/url.lua +-- @author Diego Nehab +-- @author Eddie Bell +--[[ + URI parsing, composition and relative URL resolution + LuaSocket toolkit. + Author: Diego Nehab + RCS ID: $Id: url.lua,v 1.37 2005/11/22 08:33:29 diego Exp $ + parse_query and build_query added For nmap (Eddie Bell ) +]]-- +--- +-- Parses a URL and returns a table with all its parts according to RFC 2396. +-- +-- The following grammar describes the names given to the URL parts. +-- +-- ::= :///;?# +-- ::= @: +-- ::= [:] +-- :: = {/} +-- +-- +-- The leading / in / is considered part of +-- . +-- @param url URL of request. +-- @param default Table with default values for each field. +-- @return A table with the following fields, where RFC naming conventions have +-- been preserved: +-- scheme, authority, userinfo, +-- user, password, host, +-- port, path, params, +-- query, and fragment. +----------------------------------------------------------------------------- +function parse_url(url) --, default) + -- initialize default parameters + local parsed = {} +-- for i,v in base.pairs(default or parsed) do +-- parsed[i] = v +-- end + + -- remove whitespace +-- url = string.gsub(url, "%s", "") + -- get fragment + url = string.gsub(url, "#(.*)$", + function(f) + parsed.fragment = f + return "" + end) + -- get scheme. Lower-case according to RFC 3986 section 3.1. + url = string.gsub(url, "^([%w][%w%+%-%.]*)%:", + function(s) + parsed.scheme = string.lower(s); + return "" + end) + -- get authority + url = string.gsub(url, "^//([^/]*)", + function(n) + parsed.authority = n + return "" + end) + -- get query stringing + url = string.gsub(url, "%?(.*)", + function(q) + parsed.query = q + return "" + end) + -- get params + url = string.gsub(url, "%;(.*)", + function(p) + parsed.params = p + return "" + end) + -- path is whatever was left + parsed.path = url + + local authority = parsed.authority + if not authority then + return parsed + end + authority = string.gsub(authority,"^([^@]*)@", + function(u) + parsed.userinfo = u; + return "" + end) + authority = string.gsub(authority, ":([0-9]*)$", + function(p) + if p ~= "" then + parsed.port = p + end; + return "" + end) + if authority ~= "" then + parsed.host = authority + end + + local userinfo = parsed.userinfo + if not userinfo then + return parsed + end + userinfo = string.gsub(userinfo, ":([^:]*)$", + function(p) + parsed.password = p; + return "" + end) + parsed.user = userinfo + return parsed +end diff --git a/applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm b/applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm new file mode 100644 index 0000000..9791065 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm @@ -0,0 +1 @@ +<%+ddns/system_status%> diff --git a/applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm b/applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm new file mode 100644 index 0000000..4dcb7bb --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm @@ -0,0 +1,56 @@ + + + + +<%+cbi/valueheader%> + +
+ +<% +-- one button on top, one at the buttom +%> + /> + +

+ +<% +-- set a readable style taken from openwrt theme for textarea#syslog +-- in openwrt theme there are problems with a width of 100 so we check for theme and set to lower value +%> + +

+ +<% +-- one button on top, one at the buttom +%> + /> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm b/applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm new file mode 100644 index 0000000..0bcfd44 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm @@ -0,0 +1,22 @@ + + + +  +<% if self.widget == "select" then %> + +<% elseif self.widget == "radio" then + local c = 0 + for i, key in pairs(self.keylist) do + c = c + 1 +%> + /> + ><%=self.vallist[i]%> +<% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %>
<% end %> +<% end end %> +<% end %> +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm b/applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm new file mode 100644 index 0000000..cbe76ab --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm @@ -0,0 +1,9 @@ + + +<%+cbi/valueheader%> + /> + + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm b/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm new file mode 100644 index 0000000..159cb60 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm @@ -0,0 +1,34 @@ + + +<%+cbi/valueheader%> + + + +/> +
+
+ <%:help%><%=self.description%> +
+ <%:Current setting%>: <%=self.date_string%> +
+ + + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm b/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm new file mode 100644 index 0000000..1d1b4be --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm @@ -0,0 +1,10 @@ + + +<%+cbi/valueheader%> + +<%=self:set_one(section)%> +
+<%=self:set_two(section)%> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm b/applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm new file mode 100644 index 0000000..64b3dae --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm @@ -0,0 +1,15 @@ + + +<%+cbi/valueheader%> + + /> + + /> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm b/applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm new file mode 100644 index 0000000..327028c --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm @@ -0,0 +1,17 @@ + + +<%+cbi/valueheader%> + +<% if self:cfgvalue(section) ~= false then +-- We need to garantie that function cfgvalue run first to set missing parameters +%> + + + " style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)" + <%= + attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled") + %> /> +<% end %> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm b/applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm new file mode 100644 index 0000000..5464812 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm @@ -0,0 +1,180 @@ + + + + + + diff --git a/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm new file mode 100644 index 0000000..06dca48 --- /dev/null +++ b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm @@ -0,0 +1,144 @@ + + + + +
+ <%:Dynamic DNS%> + + + + + + + + + + + + +
<%:Configuration%><%:Next Update%><%:Hostname/Domain%><%:Registered IP%><%:Network%>

<%:Collecting data...%>
+
+ diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po new file mode 100644 index 0000000..c57b689 --- /dev/null +++ b/applications/luci-app-ddns/po/ca/ddns.po @@ -0,0 +1,706 @@ +# ddns.pot +# generated from ./applications/luci-ddns/luasrc/i18n/ddns.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2014-07-03 20:30+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#, fuzzy +msgid "Custom update-URL" +msgstr "URL d'actualització personalitzada" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS dinàmic" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"El DNS dinàmic permet que el teu router sigui localitzable amb un nom de " +"màquin fix mentre té una adreça IP dinàmica." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfície" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Xarxa" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Contrasenya" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nom d'usuari" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Comprova si s'ha canviat la IP cada" + +#, fuzzy +#~ msgid "Check-time unit" +#~ msgstr "Unitat de temps de comprovació" + +#~ msgid "Enable" +#~ msgstr "Habilita" + +#~ msgid "Force update every" +#~ msgstr "Força actualització cada" + +#, fuzzy +#~ msgid "Force-time unit" +#~ msgstr "Unitat de temps de forceig" + +#~ msgid "Service" +#~ msgstr "Servei" + +#~ msgid "Source of IP address" +#~ msgstr "Origen de l'adreça IP" + +#~ msgid "custom" +#~ msgstr "personalitzat" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interfície" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "xarxa" + +#~ msgid "Event interface" +#~ msgstr "Interfície d'esdeveniment" diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po new file mode 100644 index 0000000..e957d58 --- /dev/null +++ b/applications/luci-app-ddns/po/cs/ddns.po @@ -0,0 +1,704 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2014-06-20 23:22+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Vlastní aktualizaÄní-URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dynamické DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamické DNS umožňuje, aby mohl být váš router dostupný pod pevným " +"hostname, zatímco se jeho IP adresa dynamicky mÄ›ní." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Síť" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Heslo" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Uživatelské jméno" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Zkontrolovat změnu IP každých" + +#~ msgid "Check-time unit" +#~ msgstr "Check-time jednotka" + +#~ msgid "Enable" +#~ msgstr "Povolit" + +#~ msgid "Force update every" +#~ msgstr "Vynutit aktualizaci každých" + +#~ msgid "Force-time unit" +#~ msgstr "Force-time jednotka" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Service" +#~ msgstr "Služba" + +#~ msgid "Source of IP address" +#~ msgstr "Zdroj IP adresy" + +#~ msgid "custom" +#~ msgstr "vlastní" + +# Hours +# Hodin +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "rozhraní" + +# Minutes (not minimum) +# Minut +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "síť" diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po new file mode 100644 index 0000000..6ffde5d --- /dev/null +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -0,0 +1,745 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-ddns\n" +"POT-Creation-Date: 2015-05-08 21:29+0100\n" +"PO-Revision-Date: 2015-05-08 21:47+0100\n" +"Last-Translator: Christian Schoenebeck \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.7.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: .\n" + +msgid "&" +msgstr "&" + +msgid "-- custom --" +msgstr "-- benutzerdefiniert --" + +msgid "-- default --" +msgstr "-- Standard --" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Allow non-public IP's" +msgstr "Erlaube Nicht-öffentliche IPs" + +msgid "Applying changes" +msgstr "Änderungen anwenden" + +msgid "Basic Settings" +msgstr "Grundlegende Einstellungen" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" +"Liste der Konfigurationshinweise um Dynamische DNS Aktualisierungen ohne " +"Einschränkungen zu nutzen" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" +"Liste der konfigurierten DDNS Konfigurationen und ihr momentaner Status." + +msgid "Bind Network" +msgstr "Bind-Netzwerk" + +msgid "Binding to a specific network not supported" +msgstr "'Bind' an ein bestimmtes Netzwerk wird nicht unterstützt" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" +"BusyBox's nslookup und Wget unterstützen nicht die IP Version für die " +"Kommunikation festzulegen." + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" +"BusyBox's nslookup unterstützt es nicht das TCP-Protokoll für DNS Anfragen " +"anstelle des standardmäßigen UDP-Protokolls." + +msgid "Casual users should not change this setting" +msgstr "Standard Benutzer sollten diese Einstellung nicht ändern." + +msgid "Check Interval" +msgstr "Prüfinterval" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Config error" +msgstr "Konfigurationsfehler" + +msgid "Configuration" +msgstr "Einstellungen" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" +"Konfiguriere hier die Details für alle Dynamik DNS Dienste einschließlich " +"dieser LuCI Anwendung." + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "Konfiguriere hier die Details für den gewählten Dynamik DNS Dienst." + +msgid "Current setting" +msgstr "Aktuelle Einstellung" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" +"Aktuell werden keine DDNS Aktualisierungen beim Systemstart oder bei " +"Netzwerkereignissen gestartet.
Dieses ist der Standard, wenn Sie die " +"DDSN Skripte über eigene Routinen (z.B. cron und Erzwungener Aktualisierung " +"von '0') starten." + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" +"Aktuell werden DDNS Aktualisierungen nicht bei Systemstart oder bei " +"Netzwerkereignissen gestartet.
Sie können jede Konfiguration hier " +"starten und stoppen. Sie wird bis zum nächsten Neustart ausgeführt." + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "Update-Skript um Aktualisierungen an Ihren DDNS Anbieter zu senden." + +msgid "Custom update-URL" +msgstr "Eigene Update-URL" + +msgid "Custom update-script" +msgstr "Eigenes Update-Skript" + +msgid "DDNS Autostart disabled" +msgstr "DDNS Autostart deaktiviert" + +msgid "DDNS Service provider" +msgstr "DDNS-Dienstanbieter" + +msgid "DNS requests via TCP not supported" +msgstr "DNS Anfragen über TCP nicht unterstützt" + +msgid "DNS-Server" +msgstr "DNS-Server" + +msgid "Date format" +msgstr "Datumsformat " + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" +"Definiert die Web-Seite von der die aktuelle IPv4-Adresse des System gelesen " +"wird." + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" +"Definiert die Web-Seite von der die aktuelle IPv6-Adresse des System gelesen " +"wird." + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" +"Definiert die Schnittstelle von der die aktuelle IP-Adresse des System " +"gelesen wird." + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" +"Definiert das Netzwerk von dem die aktuelle IPv4-Adresse des System gelesen " +"wird." + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" +"Definiert das Netzwerk von dem die aktuelle IPv6-Adresse des System gelesen " +"wird." + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" +"Definiert die Quelle von der die aktuelle IPv4-Adresse des Systems gelesen " +"wird, die an Ihren DDNS Anbieter gesendet wird." + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" +"Definiert die Quelle von der die aktuelle IPv6-Adresse des Systems gelesen " +"wird, die an Ihren DDNS Anbieter gesendet wird." + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" +"Legt fest welche IP-Adresse 'IPv4/IPv6' zum DDNS Anbieter gesendet wird" + +msgid "Details for" +msgstr "Details für" + +msgid "Directory contains Log files for each running section" +msgstr "" +"Das Verzeichnis enthält die Protokolldateien aller laufenden Konfigurationen." + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" +"Das Verzeichnis enthält die PID und andere Statusinformationen aller " +"laufenden Konfigurationen." + +msgid "Disabled" +msgstr "Deaktiviert" + +msgid "Dynamic DNS" +msgstr "Dynamisches DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen " +"festen DNS-Namen zu erreichen." + +msgid "Enable secure communication with DDNS provider" +msgstr "Aktiviert sichere Kommunikation mit dem DDNS Anbieter" + +msgid "Enabled" +msgstr "Aktiviert" + +msgid "Error" +msgstr "Fehler" + +msgid "Error Retry Counter" +msgstr "Wiederholungszähler bei Fehler" + +msgid "Error Retry Interval" +msgstr "Wiederholungsintervall bei Fehler" + +msgid "Event Network" +msgstr "Ereignis Netzwerk" + +msgid "File" +msgstr "Datei" + +msgid "File not found" +msgstr "Datei nicht gefunden" + +msgid "File not found or empty" +msgstr "Datei nicht gefunden oder leer" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" +"Folgen Sie dem Link
Hier finden Sie weitere Hinweise um Ihr System für " +"die Nutzung aller Optionen der DDNS Skripte zu optimieren." + +msgid "For detailed information about parameter settings look here." +msgstr "" +"Detaillierte Informationen zu den Parametereinstellungen finden Sie hier." + +msgid "For supported codes look here" +msgstr "Unterstützte Kodierungen finden Sie hier." + +msgid "Force IP Version" +msgstr "Erzwinge IP-Version" + +msgid "Force IP Version not supported" +msgstr "Erzwinge IP-Version nicht unterstützt" + +msgid "Force Interval" +msgstr "Erzwungene Aktualisierung" + +msgid "Force TCP on DNS" +msgstr "Erzwinge TCP bei DNS-Anfragen" + +msgid "Forced IP Version don't matched" +msgstr "Erzwungene IP Version stimmt nicht überein" + +msgid "Format" +msgstr "Format" + +msgid "Format: IP or FQDN" +msgstr "Format: IP-Adresse oder FQDN" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" +"GNU Wget verwendet die IP des gewählten Netzwerkes; cURL verwendet die " +"physikalische Schnittstelle." + +msgid "Global Settings" +msgstr "Globale Einstellungen" + +msgid "HTTPS not supported" +msgstr "HTTPS nicht unterstützt" + +msgid "Hints" +msgstr "Hinweise" + +msgid "Hostname/Domain" +msgstr "Rechnername/Domäne" + +msgid "IP address source" +msgstr "IP-Adressquelle" + +msgid "IP address version" +msgstr "IP-Adressversion" + +msgid "IPv4-Address" +msgstr "IPv4-Adresse" + +msgid "IPv6 address must be given in square brackets" +msgstr "Eine IPv6 Adresse muss in eckigen Klammern angegeben werden" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" +"IPv6 wird vom System nicht (voll) unterstützt.
Bitte folgen Sie den " +"Hinweisen auf der Homepage von OpenWrt um die volle IPv6-Unterstützung zu " +"aktivieren
oder installieren Sie die aktuellste OpenWrt Version." + +msgid "IPv6 not supported" +msgstr "IPv6 nicht unterstützt" + +msgid "IPv6-Address" +msgstr "IPv6-Adresse" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "Wenn cURL und GNU Wget installiert sind, wird Wget verwendet." + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" +"Wenn deaktiviert kann die Aktualisierung nicht gestartet werden.
Weder " +"über das LuCI Web Interface noch von der Geräte-Konsole" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" +"Wenn Sie Aktualisierungen für IPv4 und IPv6 senden möchten benötigen Sie " +"zwei Konfigurationen z.B. 'myddns_ipv4' und 'myddns_ipv6'" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" +"In einigen Versionen von OpenWrt wurde cURL/libcurl ohne Proxy Unterstützung " +"compiliert." + +msgid "Info" +msgstr "Informationen" + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" +"Intervall zur Prüfung auf geänderte IP-Adresse
Minimum Wert 5 Minuten " +"== 300 Sekunden" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" +"Intervall mit dem Aktualisierungen erzwungen an den DDNS Anbieter gesendet " +"werden.
Ein Wert von '0' führt das Skript nur einmalig aus.
Der " +"Wert muss größer als das Prüfintervall sein oder '0'." + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" +"Es wird nicht empfohlen, dass Standard Benutzer die Einstellungen auf dieser " +"Seite ändern." + +msgid "Last Update" +msgstr "Letztes Aktualisierung" + +msgid "Loading" +msgstr "Lade" + +msgid "Log File Viewer" +msgstr "Protokolldatei" + +msgid "Log directory" +msgstr "Protokoll-Verzeichnis" + +msgid "Log length" +msgstr "Protokolllänge" + +msgid "Log to file" +msgstr "Protokoll in Datei schreiben" + +msgid "Log to syslog" +msgstr "Systemprotokoll verwenden" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" +"Weder GNU Wget mit SSL noch cURL sind installiert um ein Netzwerk zur " +"Kommunikation festzulegen." + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" +"Weder GNU Wget mit SSL noch cURL sind installiert um Aktualisierungen über " +"HTTPS Protokoll zu unterstützen." + +msgid "Network" +msgstr "Netzwerk" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "Netzwerk auf dem Ereignisse die ddns-updater Skripte starten" + +msgid "Never" +msgstr "Nie" + +msgid "Next Update" +msgstr "Nächste Aktualisierung" + +msgid "No data" +msgstr "Keine Daten" + +msgid "No logging" +msgstr "Keine Protokollierung" + +msgid "Non-public and by default blocked IP's" +msgstr "Nicht-öffentliche und standardmäßig blockierte IPs." + +msgid "Notice" +msgstr "Notiz" + +msgid "Number of last lines stored in log files" +msgstr "" +"Anzahl der letzten Zeilen die in der Protokolldatei gespeichert werden." + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" +"OPTIONAL: Erzwingt die Verwendung einer reinen IPv4/IPv6 Kommunikation." + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" +"OPTIONAL: Erzwingt die Verwendung von TCP anstelle von UDP bei DNS Anfragen." + +msgid "OPTIONAL: Network to use for communication" +msgstr "OPTIONAL: Netzwerk das zur Kommunikation verwendet werden soll." + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "OPTIONAL: Proxy-Server für Adresserkennung und Aktualisierungen" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" +"OPTIONAL: Ersetzt den voreingestellten DNS-Server um die 'Registrierte IP' " +"zu ermitteln." + +msgid "On Error the script will retry the failed action after given time" +msgstr "" +"Bei Fehlern wird das Skript die fehlerhafte Aktion nach der gegebenen Zeit " +"wiederholen" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "Das Skript wird nach der gegebenen Anzahl von Fehlversuchen beendet." + +msgid "Overview" +msgstr "Übersicht" + +msgid "PROXY-Server" +msgstr "Proxy-Server" + +msgid "PROXY-Server not supported" +msgstr "Proxy-Server nicht unterstützt" + +msgid "Password" +msgstr "Passwort" + +msgid "Path to CA-Certificate" +msgstr "Pfad zum CA-Zertifikat" + +msgid "Please [Save & Apply] your changes first" +msgstr "Bitte [Speichern & Anwenden] Sie Änderungen zunächst" + +msgid "Please press [Read] button" +msgstr "Bitte Protokolldatei einlesen" + +msgid "Please update to the current version!" +msgstr "Aktualisieren Sie bitte auf die aktuelle Version!" + +msgid "Process ID" +msgstr "Prozess ID" + +msgid "Read / Reread log file" +msgstr "Protokolldatei (neu) einlesen" + +msgid "Registered IP" +msgstr "Registrierte IP" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "Ersetzt [DOMAIN] in der Update-URL" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "Ersetzt [PASSWORD] in der Update-URL" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "Ersetzt [USERNAME] in der Update-URL" + +msgid "Run once" +msgstr "Einmalig ausführen" + +msgid "Script" +msgstr "Skript" + +msgid "Show more" +msgstr "Zeige mehr" + +msgid "Software update required" +msgstr "Softwareaktualisierung nötig" + +msgid "Start" +msgstr "Start" + +msgid "Start / Stop" +msgstr "Start / Stopp" + +msgid "Status directory" +msgstr "Status-Verzeichnis" + +msgid "Stopped" +msgstr "Angehalten" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" +"Die installierte Software 'ddns-scripts' unterstützt nicht alle verfügbaren " +"Optionen." + +msgid "The default setting of '0' will retry infinite." +msgstr "Der Standard-Wert von '0' wird es endlosen erneut versuchen." + +msgid "There is no service configured." +msgstr "Kein Dienst konfiguriert" + +msgid "Timer Settings" +msgstr "Zeitgeber Einstellungen" + +msgid "To change global settings click here" +msgstr "Globale Einstellungen können sie hier ändern." + +msgid "To use cURL activate this option." +msgstr "Um cURL zu verwenden aktivieren sie diese Einstellung." + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "URL zur Adresserkennung für" + +msgid "Unknown error" +msgstr "Unbekannter Fehler" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" +"Update-URL um Aktualisierungen an Ihren DDNS Anbieter zu senden.
Folgen " +"Sie der Anleitung auf der Internet Seite des Anbieters." + +msgid "Update error" +msgstr "Aktualisierungsfehler" + +msgid "Use HTTP Secure" +msgstr "Verwende sicheres HTTP" + +msgid "Use cURL" +msgstr "Verwende cURL" + +msgid "User defined script to read systems IP-Address" +msgstr "" +"Definiert das Skript mit dem die aktuelle IP-Adresse des System gelesen " +"wird." + +msgid "Username" +msgstr "Benutzername" + +msgid "Verify" +msgstr "überprüfen" + +msgid "Version" +msgstr "Version" + +msgid "Version Information" +msgstr "Versionsinformationen" + +msgid "Waiting for changes to be applied..." +msgstr "Änderungen werden angewandt..." + +msgid "Warning" +msgstr "Warnung" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" +"Schreibt detaillierte Meldungen in die Protokolldatei. Die Datei wird " +"automatisch gekürzt." + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" +"Schreibt Meldungen ins Systemprotokoll. Kritische Fehler werden immer in das " +"Systemprotokoll geschrieben." + +msgid "You should install BIND host package for DNS requests." +msgstr "" +"Sie sollten das Programmpakete BIND host for DNS Anfragen installieren." + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" +"Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL " +"installieren." + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "Sie sollten das Programmpaket GNU Wget mit SSL oder cURL installieren." + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" +"Sie sollten das Programmpaket GNU Wget mit SSL installieren oder libcurl " +"austauschen." + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" +"cURL ist installiert, aber libcurl wurde ohne Proxy Unterstützung compiliert" + +msgid "cURL without Proxy Support" +msgstr "cURL ohne Proxy Unterstützung" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" +"kann lokale IP-Adresse nicht ermitteln. Bitte wählen Sie eine andere Quelle." + +msgid "can not resolve host:" +msgstr "Konnte Server nicht finden:" + +msgid "config error" +msgstr "Konfigurationsfehler" + +msgid "days" +msgstr "Tage" + +msgid "directory or path/file" +msgstr "Verzeichnis oder Pfad/zur/Datei" + +msgid "either url or script could be set" +msgstr "Weder Url noch Script ist definiert" + +msgid "enable here" +msgstr "hier aktivieren" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "Datei oder Verzeichnis nicht gefunden oder nicht 'IGNORE'" + +msgid "help" +msgstr "Hilfe" + +msgid "hours" +msgstr "Stunden" + +msgid "installed" +msgstr "installiert" + +msgid "invalid - Sample" +msgstr "ungültig - Beispiel" + +msgid "minimum value '0'" +msgstr "Minimum Wert '0'" + +msgid "minimum value '1'" +msgstr "Minimum Wert '1'" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "Minimum Wert 5 Minuten == 300 Sekunden" + +msgid "minutes" +msgstr "Minuten" + +msgid "missing / required" +msgstr "fehlt / Pflichteingabe" + +msgid "must be greater or equal 'Check Interval'" +msgstr "muss größer als das Prüfintervall sein" + +msgid "must start with 'http://'" +msgstr "muss mit 'http://' beginnen" + +msgid "nc (netcat) can not connect" +msgstr "nc (netcat) kann keine Verbindung herstellen" + +msgid "never" +msgstr "nie" + +msgid "no data" +msgstr "Keine Daten" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" +"Skript nicht gefunden oder nicht ausführbar. - Beispiel: 'Pfad/zum/Skript.sh'" + +msgid "nslookup can not resolve host" +msgstr "nslookup kann den Namen nicht auflösen" + +msgid "or" +msgstr "oder" + +msgid "or higher" +msgstr "oder höher" + +msgid "please disable" +msgstr "Bitte deaktivieren" + +msgid "please remove entry" +msgstr "Bitte Eintrag entfernen" + +msgid "please select 'IPv4' address version" +msgstr "Bitte 'IPv4' Adressversion auswählen" + +msgid "please select 'IPv4' address version in" +msgstr "Bitte 'IPv4' Adressversion auswählen in den" + +msgid "please set to 'default'" +msgstr "Bitte auf 'Standard' setzen" + +msgid "proxy port missing" +msgstr "Proxy-Port fehlt" + +msgid "required" +msgstr "erforderlich" + +msgid "seconds" +msgstr "Sekunden" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" +"um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)" + +msgid "unknown error" +msgstr "Unbekannter Fehler" + +msgid "unspecific error" +msgstr "Unspezifischer Fehler" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "verwende Rechnername, FQDN, IPv4- oder IPv6-Adresse" diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po new file mode 100644 index 0000000..821e17e --- /dev/null +++ b/applications/luci-app-ddns/po/el/ddns.po @@ -0,0 +1,707 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-03-18 17:08+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "ΠÏοσαÏμοσμένο URL-ενημέÏωσης" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Δυναμικό DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Το Δυναμικό DNS επιτÏέπει στον δÏομολογητή σας να είναι Ï€Ïοσβάσιμος μέσω " +"ενός σταθεÏÎ¿Ï Î¿Î½ÏŒÎ¼Î±Ï„Î¿Ï‚ υπολογιστή παÏόλο που η διεÏθυνση IP του μποÏεί να " +"αλλάζει δυναμικά." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Δίκτυο" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Κωδικός Ï€Ïόσβασης" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Όνομα χÏήστη" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Έλεγχος για αλλαγή IP κάθε" + +#~ msgid "Check-time unit" +#~ msgstr "Μονάδα χÏόνου ελέγχου" + +#~ msgid "Enable" +#~ msgstr "ΕνεÏγοποίηση" + +#~ msgid "Force update every" +#~ msgstr "Εξαναγκασμός ενημέÏωσης κάθε" + +#, fuzzy +#~ msgid "Force-time unit" +#~ msgstr "Μονάδα χÏόνου εξαναγκαστικής ενημέÏωσης" + +#~ msgid "Hostname" +#~ msgstr "Όνομα υπολογιστή" + +#~ msgid "Service" +#~ msgstr "ΥπηÏεσία" + +#, fuzzy +#~ msgid "Source of IP address" +#~ msgstr "Πηγή της διεÏθυνσης IP" + +#~ msgid "custom" +#~ msgstr "Ï€ÏοσαÏμοσμένο" + +# Hours +#~ msgid "h" +#~ msgstr "ω" + +#~ msgid "interface" +#~ msgstr "διεπαφή" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "λεπτά" + +#~ msgid "network" +#~ msgstr "δίκτυο" + +#, fuzzy +#~ msgid "ddns_service_updateurl" +#~ msgstr "ΠÏοσαÏμογή URL ενημέÏωσης" diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po new file mode 100644 index 0000000..a6ba0bb --- /dev/null +++ b/applications/luci-app-ddns/po/en/ddns.po @@ -0,0 +1,705 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Custom update-URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dynamic DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Network" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Password" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Username" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Check for changed IP every" + +#~ msgid "Check-time unit" +#~ msgstr "Check-time unit" + +#~ msgid "Enable" +#~ msgstr "Enable" + +#~ msgid "Force update every" +#~ msgstr "Force update every" + +#~ msgid "Force-time unit" +#~ msgstr "Force-time unit" + +#~ msgid "Hostname" +#~ msgstr "Hostname" + +#~ msgid "Service" +#~ msgstr "Service" + +#~ msgid "Source of IP address" +#~ msgstr "Source of IP address" + +#~ msgid "custom" +#~ msgstr "custom" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interface" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "network" + +#~ msgid "Event interface" +#~ msgstr "Event interface" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "On which interface up should start the ddns script process." diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po new file mode 100644 index 0000000..ebee43d --- /dev/null +++ b/applications/luci-app-ddns/po/es/ddns.po @@ -0,0 +1,706 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-01 23:37+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "URL de actualización personalizada" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS dinámico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS Dinámico le permite conectar a su router con un nombre concreto aunque " +"su dirección IP cambie dinámicamente." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfaz" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Red" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Contraseña" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nombre de usuario" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Verificar cambios de IP cada" + +#~ msgid "Check-time unit" +#~ msgstr "Unidad de tiempo" + +#~ msgid "Enable" +#~ msgstr "Activar" + +#~ msgid "Force update every" +#~ msgstr "Forzar actualización cada" + +#~ msgid "Force-time unit" +#~ msgstr "Unidad de tiempo" + +#~ msgid "Hostname" +#~ msgstr "Nombre de máquina" + +#~ msgid "Service" +#~ msgstr "Servicio" + +#~ msgid "Source of IP address" +#~ msgstr "Dirección IP de origen" + +#~ msgid "custom" +#~ msgstr "personalizado" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interfaz" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "red" + +#~ msgid "Event interface" +#~ msgstr "Interfaz de eventos" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Tras qué interfaz debe arrancar ddns." diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po new file mode 100644 index 0000000..84e86a9 --- /dev/null +++ b/applications/luci-app-ddns/po/fr/ddns.po @@ -0,0 +1,706 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-06 13:19+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "URL de mise à jour personnalisée" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS Dynamique" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Le DNS Dynamique permet au routeur d'être joint avec un nom d'hôte fixe bien " +"que changeant dynamiquement d'adresse IP." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Réseau" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Mot de passe" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nom d'utilisateur" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Vérifier si l'adresse IP a changé toutes les" + +#~ msgid "Check-time unit" +#~ msgstr "Unité de temps pour la vérification" + +#~ msgid "Enable" +#~ msgstr "Activer" + +#~ msgid "Force update every" +#~ msgstr "Vérification forcée toutes les" + +#~ msgid "Force-time unit" +#~ msgstr "Unité de temps pour la vérification forcée" + +#~ msgid "Hostname" +#~ msgstr "Nom d'hôte" + +#~ msgid "Service" +#~ msgstr "Service" + +#~ msgid "Source of IP address" +#~ msgstr "Source de l'adresse IP" + +#~ msgid "custom" +#~ msgstr "personnalisé" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interface" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "réseau" + +#~ msgid "Event interface" +#~ msgstr "Événement sur l'interface" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Sur quelle interface devrait démarrer le processus du script ddns." diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po new file mode 100644 index 0000000..45f5a6d --- /dev/null +++ b/applications/luci-app-ddns/po/he/ddns.po @@ -0,0 +1,701 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-09-10 04:26+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#, fuzzy +msgid "Custom update-URL" +msgstr "עדכן URL ב×ופן ידני" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS דינ×מי" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"שירות DDNS מ×פשר גישה לנתב שלך ×¢\"×™ ×©× ×“×•×ž×™×™×Ÿ קבוע, בעוד כתובת ×”- IP שלך " +"משתנה ב×ופן דינמי." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "ממשק" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "רשת" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "סיסמ×" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "×©× ×ž×©×ª×ž×©" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "בצע בדיקה ל- IP שהתחלף כל" + +#~ msgid "Check-time unit" +#~ msgstr "בדוק-יחידת זמן" + +#~ msgid "Enable" +#~ msgstr "×פשר" + +#~ msgid "Force update every" +#~ msgstr "×לץ עדכון כל" + +#, fuzzy +#~ msgid "Force-time unit" +#~ msgstr "יחידת זמן של ×ילוץ" + +#~ msgid "Service" +#~ msgstr "שירות" + +#~ msgid "Source of IP address" +#~ msgstr "מקור כתובת IP" + +#~ msgid "custom" +#~ msgstr "מות×× ×ישית" + +# Hours +#~ msgid "h" +#~ msgstr "ש'" + +#~ msgid "interface" +#~ msgstr "ממשק" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "דק'" + +#~ msgid "network" +#~ msgstr "רשת" diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po new file mode 100644 index 0000000..20388d3 --- /dev/null +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -0,0 +1,708 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-01-28 13:49+0200\n" +"Last-Translator: Gábor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Egyéni update-URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dinamikus DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"A dinamikus DNS lehetővé teszi, hogy a routere elérhető legyen egy fix host " +"névvel akkor is ha dinamikusan változó IP címmel rendelkezik." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfész" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Hálózat" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Jelszó" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Felhasználónév" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "IP-cím változás ellenőrzése minden" + +#~ msgid "Check-time unit" +#~ msgstr "Időegység" + +#~ msgid "Enable" +#~ msgstr "Engedélyezés" + +#~ msgid "Force update every" +#~ msgstr "Frissítés erőltetése minden" + +#~ msgid "Force-time unit" +#~ msgstr "Időegység" + +#~ msgid "Hostname" +#~ msgstr "Hostnév" + +#~ msgid "Service" +#~ msgstr "Szervíz" + +#~ msgid "Source of IP address" +#~ msgstr "Az IP cím forrása" + +#~ msgid "custom" +#~ msgstr "egyéni" + +# Hours +#~ msgid "h" +#~ msgstr "óra" + +#~ msgid "interface" +#~ msgstr "interfész" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "perc" + +#~ msgid "network" +#~ msgstr "hálózat" + +#~ msgid "Event interface" +#~ msgstr "Esemény interfész" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Melyik interfész indulása váltsa ki a ddns script indítását." diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po new file mode 100644 index 0000000..77ebfb7 --- /dev/null +++ b/applications/luci-app-ddns/po/it/ddns.po @@ -0,0 +1,706 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-02-03 13:53+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "URL di aggiornamento personalizzato" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS Dinamico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS Dinamico permette al tuo router di essere raggiunto con un indirizzo " +"statico anche nel caso in cui tu disponga di un indirizzo IP dinamico." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfaccia" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Rete" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Password" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nome Utente" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Controlla se cambia l'IP ogni" + +#~ msgid "Check-time unit" +#~ msgstr "Check-time unit" + +#~ msgid "Enable" +#~ msgstr "Abilita" + +#~ msgid "Force update every" +#~ msgstr "Forza aggiornamento ogni" + +#~ msgid "Force-time unit" +#~ msgstr "Unità di tempo per l'aggiornamento" + +#~ msgid "Hostname" +#~ msgstr "Nome Host" + +#~ msgid "Service" +#~ msgstr "Servizio" + +#~ msgid "Source of IP address" +#~ msgstr "Origine dell'indirizzo IP" + +#~ msgid "custom" +#~ msgstr "personalizzato" + +# Hours +#~ msgid "h" +#~ msgstr "o" + +#~ msgid "interface" +#~ msgstr "interfaccia" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "rete" + +#~ msgid "Event interface" +#~ msgstr "Evento interfaccia" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Su quale interfaccia dovrebbe iniziare il processo di script DDNS." diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po new file mode 100644 index 0000000..1b608aa --- /dev/null +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -0,0 +1,708 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-10-05 17:19+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "手動アップデート-URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "ダイナミックDNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"ダイナミックDNSを使用ã™ã‚‹ã“ã¨ã§ã€IPアドレスãŒå¤‰æ›´ã•ã‚Œã¦ã‚‚固定ã®ãƒ›ã‚¹ãƒˆåを使ã£" +"ã¦ãƒ«ãƒ¼ã‚¿ãƒ¼ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "インターフェース" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "パスワード" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "ユーザーå" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "IPアドレスãŒå¤‰åŒ–ã—ãŸã‹ãƒã‚§ãƒƒã‚¯ã‚’è¡Œã†é–“éš”" + +#~ msgid "Check-time unit" +#~ msgstr "ãƒã‚§ãƒƒã‚¯ã®æ™‚é–“å˜ä½" + +#~ msgid "Enable" +#~ msgstr "有効" + +#~ msgid "Force update every" +#~ msgstr "強制的ã«ã‚¢ãƒƒãƒ—デートを行ã†é–“éš”" + +#~ msgid "Force-time unit" +#~ msgstr "アップデートã®æ™‚é–“å˜ä½" + +#~ msgid "Hostname" +#~ msgstr "ホストå" + +#~ msgid "Service" +#~ msgstr "サービス" + +#~ msgid "Source of IP address" +#~ msgstr "é€ä¿¡å…ƒIPアドレス" + +#~ msgid "custom" +#~ msgstr "手動設定" + +# Hours +#~ msgid "h" +#~ msgstr "時" + +#~ msgid "interface" +#~ msgstr "インターフェース" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "分" + +#~ msgid "network" +#~ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +#~ msgid "Event interface" +#~ msgstr "イベントインターフェース" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "ã©ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ãŒèµ·å‹•ã—ãŸéš›ã«ddnsスクリプトを開始ã™ã‚‹ã‹è¨­å®šã—ã¦ãã ã•" +#~ "ã„。" diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po new file mode 100644 index 0000000..ea11b9e --- /dev/null +++ b/applications/luci-app-ddns/po/ms/ddns.po @@ -0,0 +1,657 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2010-04-02 13:44+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" diff --git a/applications/luci-app-ddns/po/no/ddns.po b/applications/luci-app-ddns/po/no/ddns.po new file mode 100644 index 0000000..80374ee --- /dev/null +++ b/applications/luci-app-ddns/po/no/ddns.po @@ -0,0 +1,689 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Egendefinert oppdaterings-URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dynamisk DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamisk DNS tillater at enheten kan kontaktes ved hjelp av et fast " +"vertsnavn, uavhengig av om IP adressen endres dynamisk." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Grensesnitt" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Nettverk" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Passord" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Brukernavn" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Undersøk om IP er endret hver" + +#~ msgid "Check-time unit" +#~ msgstr "Tidsenhet" + +#~ msgid "Enable" +#~ msgstr "Aktiver" + +#~ msgid "Force update every" +#~ msgstr "Tving oppdatering hver" + +#~ msgid "Force-time unit" +#~ msgstr "Tidsenhet" + +#~ msgid "Hostname" +#~ msgstr "Vertsnavn" + +#~ msgid "Service" +#~ msgstr "Tjeneste" + +#~ msgid "Source of IP address" +#~ msgstr "Kilden til IP adresse" + +#~ msgid "custom" +#~ msgstr "egendefinert" + +#~ msgid "h" +#~ msgstr "timer" + +#~ msgid "interface" +#~ msgstr "grensesnitt" + +#~ msgid "min" +#~ msgstr "minutter" + +#~ msgid "network" +#~ msgstr "nettverk" diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po new file mode 100644 index 0000000..9907b1e --- /dev/null +++ b/applications/luci-app-ddns/po/pl/ddns.po @@ -0,0 +1,707 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-01-06 13:08+0200\n" +"Last-Translator: obsy \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Niestandardowy adres aktualizacyjny" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dynamiczny DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamiczny DNS umożliwia dostęp do routera z użyciem stałej nazwy hosta, " +"pomimo posiadania dynamicznie zmieniającego się adresu IP." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfejs" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Sieć" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Hasło" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nazwa użytkownika" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Sprawdzaj zmiany adresu IP co" + +#~ msgid "Check-time unit" +#~ msgstr "Jednostka czasu sprawdzania" + +#~ msgid "Enable" +#~ msgstr "Włącz" + +#~ msgid "Force update every" +#~ msgstr "Wymuszaj aktualizację co" + +#~ msgid "Force-time unit" +#~ msgstr "Jednostka czasu wymuszania" + +#~ msgid "Hostname" +#~ msgstr "Nazwa hosta" + +#~ msgid "Service" +#~ msgstr "Usługa" + +#~ msgid "Source of IP address" +#~ msgstr "Źródło adresu IP" + +#~ msgid "custom" +#~ msgstr "niestandardowe" + +# Hours +#~ msgid "h" +#~ msgstr "godz." + +#~ msgid "interface" +#~ msgstr "interfejs" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "sieć" + +#~ msgid "Event interface" +#~ msgstr "Interfejs" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Określa interfejs na którym zostanie uruchomiony skrypt ddns." diff --git a/applications/luci-app-ddns/po/pt-br/ddns.po b/applications/luci-app-ddns/po/pt-br/ddns.po new file mode 100644 index 0000000..5dd243f --- /dev/null +++ b/applications/luci-app-ddns/po/pt-br/ddns.po @@ -0,0 +1,708 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-03 07:02+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "URL para atualização personalizada" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS Dinâmico" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"O DNS dinâmico permite que o seu roteador possa ser encontrado a partir de " +"um nome fixo, mesmo usando um Endereço IP dinâmico." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Rede" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Senha" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Usuário" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Verifique por alterações no endereço IP a cada" + +#~ msgid "Check-time unit" +#~ msgstr "Unidade de tempo para verificação" + +#~ msgid "Enable" +#~ msgstr "Habilitar" + +#~ msgid "Force update every" +#~ msgstr "Forçar atualização a cada" + +#~ msgid "Force-time unit" +#~ msgstr "Unidade de tempo para atualização forçada" + +#~ msgid "Hostname" +#~ msgstr "Nome do computador" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "Source of IP address" +#~ msgstr "Origem do Endereço IP" + +#~ msgid "custom" +#~ msgstr "personalizado" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interface" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "rede" + +#~ msgid "Event interface" +#~ msgstr "Interface de eventos" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "Na subida de qual interface que o processo do script ddns deve ser " +#~ "iniciado" diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po new file mode 100644 index 0000000..a788ad2 --- /dev/null +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -0,0 +1,711 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-05-31 23:52+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#, fuzzy +msgid "Custom update-URL" +msgstr "URL para actualização personalizada" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS Dinâmico" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"O DNS dinâmico permite que o seu router possa ser encontrado a partir de um " +"hostname fixo, mesmo usando um Endereço IP dinâmico." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Rede" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Password" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Nome de Utilizador" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Intervalo para verificação de alteração do endereço IP" + +#, fuzzy +#~ msgid "Check-time unit" +#~ msgstr "Unidade de tempo para verificação" + +#~ msgid "Enable" +#~ msgstr "Ativar" + +#~ msgid "Force update every" +#~ msgstr "Forçar actualização a cada" + +#, fuzzy +#~ msgid "Force-time unit" +#~ msgstr "Unidade de tempo para actualização forçada" + +#~ msgid "Hostname" +#~ msgstr "Nome de Host" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "Source of IP address" +#~ msgstr "Origem do Endereço IP" + +#~ msgid "custom" +#~ msgstr "personalizado" + +# Hours +#~ msgid "h" +#~ msgstr "h" + +#~ msgid "interface" +#~ msgstr "interface" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "min" + +#~ msgid "network" +#~ msgstr "rede" + +#~ msgid "Event interface" +#~ msgstr "Interface do evento" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "Em que interface deve ser iniciado o script para o processo de ddns." diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po new file mode 100644 index 0000000..f32c6e9 --- /dev/null +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -0,0 +1,709 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-09-25 19:11+0200\n" +"Last-Translator: Mihai \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "Adresa particularizata de actualizare" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "DNS dinamic" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"DNS-ul dinamic permite accesarea routerului printr-un nume dns fix legat de " +"adresa dinamic IP." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Interfata" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Retea" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Parola" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Utilizator" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Verifica pentru adresa IP schimbata la fiecare" + +#~ msgid "Check-time unit" +#~ msgstr "Unitatea de verificare timp" + +#~ msgid "Enable" +#~ msgstr "Activeaza" + +#~ msgid "Force update every" +#~ msgstr "Forteaza actualizarea la fiecare" + +#~ msgid "Force-time unit" +#~ msgstr "Unitatea de timp la fortare actualizare" + +#~ msgid "Hostname" +#~ msgstr "Nume host" + +#~ msgid "Service" +#~ msgstr "Serviciu" + +#~ msgid "Source of IP address" +#~ msgstr "Sursa adresei IP" + +#~ msgid "custom" +#~ msgstr "particularizat" + +# Hours +#~ msgid "h" +#~ msgstr "ore" + +#~ msgid "interface" +#~ msgstr "interfata" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "minut(e)" + +#~ msgid "network" +#~ msgstr "retea" + +#~ msgid "Event interface" +#~ msgstr "Interfata eveniment" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "Pe care interfata trebuie sa porneasca scriptul ddns" diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po new file mode 100644 index 0000000..e76cda6 --- /dev/null +++ b/applications/luci-app-ddns/po/ru/ddns.po @@ -0,0 +1,709 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: ddns\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-11-01 21:54+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "ПользовательÑкий URL обновлениÑ" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "ДинамичеÑкий DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"ДинамичеÑкий DNS позволÑет вашему маршрутизатору иметь поÑтоÑнное доменное " +"Ð¸Ð¼Ñ Ð¿Ñ€Ð¸ динамичеÑком IP-адреÑе." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Сеть" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Пароль" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "ПроверÑÑ‚ÑŒ, изменилÑÑ Ð»Ð¸ IP Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ð¶Ð´Ñ‹Ðµ" + +#~ msgid "Check-time unit" +#~ msgstr "Единица Ð¸Ð·Ð¼ÐµÑ€ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸" + +#~ msgid "Enable" +#~ msgstr "Включить" + +#~ msgid "Force update every" +#~ msgstr "Принудительно обновлÑÑ‚ÑŒ каждые" + +#~ msgid "Force-time unit" +#~ msgstr "Единица Ð¸Ð·Ð¼ÐµÑ€ÐµÐ½Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ" + +#~ msgid "Hostname" +#~ msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +#~ msgid "Service" +#~ msgstr "СервиÑ" + +#~ msgid "Source of IP address" +#~ msgstr "ИÑточник IP-адреÑа" + +#~ msgid "custom" +#~ msgstr "пользовательÑкий" + +# Hours +#~ msgid "h" +#~ msgstr "ч" + +#~ msgid "interface" +#~ msgstr "интерфейÑ" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "мин" + +#~ msgid "network" +#~ msgstr "Ñеть" + +#~ msgid "Event interface" +#~ msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ ÑобытиÑ" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "" +#~ "При включении какого интерфейÑа должен запуÑкатьÑÑ Ð¿Ñ€Ð¾Ñ†ÐµÑÑ Ñкрипта DDNS." diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po new file mode 100644 index 0000000..45e6632 --- /dev/null +++ b/applications/luci-app-ddns/po/sk/ddns.po @@ -0,0 +1,652 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po new file mode 100644 index 0000000..c3b7c56 --- /dev/null +++ b/applications/luci-app-ddns/po/sv/ddns.po @@ -0,0 +1,653 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot new file mode 100644 index 0000000..3538680 --- /dev/null +++ b/applications/luci-app-ddns/po/templates/ddns.pot @@ -0,0 +1,645 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po new file mode 100644 index 0000000..74be14a --- /dev/null +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -0,0 +1,672 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2013-11-25 14:27+0200\n" +"Last-Translator: qbilay \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "Arabirim" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "AÄŸ" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Parola" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Kullanıcı adı" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Service" +#~ msgstr "Servis" + +#~ msgid "Source of IP address" +#~ msgstr "Ip adresi kaynağı" + +# "arayüz" olarakta kullanılabilir. +#~ msgid "interface" +#~ msgstr "arabirim" + +#~ msgid "network" +#~ msgstr "ağ" diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po new file mode 100644 index 0000000..58ded21 --- /dev/null +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -0,0 +1,709 @@ +# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2012-12-29 12:47+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "КориÑтувацький URL оновленнÑ" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Динамічний DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Динамічний DNS дозволÑÑ” вашому маршрутизатору бути доÑтупним за фікÑованим " +"доменним ім'Ñм, маючи динамічну IP-адреÑу." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "ІнтерфейÑ" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "Мережа" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "Пароль" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "ПеревірÑти, чи змінилаÑÑ IP-адреÑа кожні" + +#~ msgid "Check-time unit" +#~ msgstr "ÐžÐ´Ð¸Ð½Ð¸Ñ†Ñ Ñ‡Ð°Ñу перевірки" + +#~ msgid "Enable" +#~ msgstr "Увімкнути" + +#~ msgid "Force update every" +#~ msgstr "ПримуÑово оновлювати кожні" + +#~ msgid "Force-time unit" +#~ msgstr "ÐžÐ´Ð¸Ð½Ð¸Ñ†Ñ Ñ‡Ð°Ñу оновленнÑ" + +#~ msgid "Hostname" +#~ msgstr "Ім'Ñ Ð²ÑƒÐ·Ð»Ð°" + +#~ msgid "Service" +#~ msgstr "СервіÑ" + +#~ msgid "Source of IP address" +#~ msgstr "Джерело IP-адреÑи" + +#~ msgid "custom" +#~ msgstr "кориÑтувацький" + +# Hours +#~ msgid "h" +#~ msgstr "г" + +#~ msgid "interface" +#~ msgstr "інтерфейÑ" + +# Minutes (not minimum) +#~ msgid "min" +#~ msgstr "хв" + +#~ msgid "network" +#~ msgstr "мережа" + +#~ msgid "Event interface" +#~ msgstr "Ð†Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð¿Ð¾Ð´Ñ–Ñ—" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "При вмиканні Ñкого інтерфейÑу має запуÑкатиÑÑ Ð¿Ñ€Ð¾Ñ†ÐµÑ Ñкрипта DDNS." diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po new file mode 100644 index 0000000..4b0cc91 --- /dev/null +++ b/applications/luci-app-ddns/po/vi/ddns.po @@ -0,0 +1,680 @@ +# ddns.pot +# generated from ./applications/luci-ddns/luasrc/i18n/ddns.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2009-08-12 18:06+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#, fuzzy +msgid "Custom update-URL" +msgstr "Tùy chỉnh cập nhật - URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "Dynamic DNS" + +#, fuzzy +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"Dynamic DNS cho phép bộ định tuyến có thể được đạt đến với một hostname cố " +"định, trong khi có một địa chỉ AP thay đổi năng động." + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "Kiểm tra má»—i thay đổi IP" + +#, fuzzy +#~ msgid "Check-time unit" +#~ msgstr "ÄÆ¡n vị kiểm tra thá»i gian" + +#~ msgid "Force update every" +#~ msgstr "Buá»™c cập nhật má»—i" + +#, fuzzy +#~ msgid "Force-time unit" +#~ msgstr "Force-Ä‘Æ¡n vị thá»i gian" + +#, fuzzy +#~ msgid "Source of IP address" +#~ msgstr "Nguồn của địa chỉ IP" diff --git a/applications/luci-app-ddns/po/zh-cn/ddns.po b/applications/luci-app-ddns/po/zh-cn/ddns.po new file mode 100644 index 0000000..381e668 --- /dev/null +++ b/applications/luci-app-ddns/po/zh-cn/ddns.po @@ -0,0 +1,670 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"PO-Revision-Date: 2015-04-23 13:00+0800\n" +"Last-Translator: Syrone Wong \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 1.7.5\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "-- 自定义 --" + +msgid "-- default --" +msgstr "-- 默认 --" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Allow non-public IP's" +msgstr "å…许éžå…¬ç½‘IP" + +msgid "Applying changes" +msgstr "正在应用更改" + +msgid "Basic Settings" +msgstr "基础设置" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "以下是一个能够让你的系统ä¸å—é™åˆ¶åœ°è¿›è¡ŒåŠ¨æ€DNS更新的设置贴士." + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "一下是当å‰å·²ç»é…置好的DDNS设置项列表以åŠå®ƒä»¬çš„当å‰çŠ¶æ€." + +msgid "Bind Network" +msgstr "使用的接å£" + +msgid "Binding to a specific network not supported" +msgstr "ä¸æ”¯æŒç»‘定到一个指定的网络" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "与DDNS供应商通讯时BusyBoxçš„nslookupå’ŒWgetä¸æ”¯æŒè®¾ç½®ç‰¹å®šçš„IPå议版本." + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "BusyBoxçš„nslookupä¸æ”¯æŒä½¿ç”¨TCPå议代替UDPå议请求DNS记录" + +msgid "Casual users should not change this setting" +msgstr "普通用户ä¸åº”该改å˜è¿™ä¸ªè®¾ç½®" + +msgid "Check Interval" +msgstr "检查时间周期" + +msgid "Collecting data..." +msgstr "正在收集数æ®..." + +msgid "Config error" +msgstr "é…置错误" + +msgid "Configuration" +msgstr "设置" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "在这里修改动æ€DNSæœåŠ¡çš„详细é…ç½®" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "在这里修改选择的DDNSæœåŠ¡çš„详细é…ç½®" + +msgid "Current setting" +msgstr "当å‰è®¾ç½®" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" +"现在,DDNS更新在开机或者接å£åŠ¨ä½œæ—¶ä¸ä¼šè¢«è§¦å‘
如果你手工è¿è¡ŒDDNS脚本的è¯" +"(例如使用cron时把force_interval设置为0),这是默认设置." + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" +"现在,DDNS更新在开机或者接å£åŠ¨ä½œæ—¶ä¸ä¼šè¢«è§¦å‘
ä½ å¯ä»¥åœ¨è¿™é‡Œå¼€å§‹/åœæ­¢æ¯ä¸€ä¸ª" +"设置的æ¡ç›®.它在下次é‡å¯ä¹‹å‰ä¸€ç›´æœ‰æ•ˆ." + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "用æ¥æ›´æ–°åŠ¨æ€DNS的自定义脚本" + +msgid "Custom update-URL" +msgstr "自定义更新URL" + +msgid "Custom update-script" +msgstr "自定义更新脚本" + +msgid "DDNS Autostart disabled" +msgstr "DDNS自动å¯åŠ¨å·²ç¦ç”¨." + +msgid "DDNS Service provider" +msgstr "DDNSæœåŠ¡æ供商" + +msgid "DNS requests via TCP not supported" +msgstr "ä¸æ”¯æŒä½¿ç”¨TCP进行DNS解æž" + +msgid "DNS-Server" +msgstr "DNSæœåŠ¡å™¨" + +msgid "Date format" +msgstr "日期格å¼" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "设定用æ¥è¯»å–系统IPv4地å€çš„网页" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "设定用æ¥è¯»å–系统IPv6地å€çš„网页" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "设定用æ¥è¯»å–系统IP地å€çš„接å£" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "设定用æ¥è¯»å–系统IPv4地å€çš„网络" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "设定用æ¥è¯»å–系统IPv6地å€çš„网络" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "设定IPv4地å€çš„æ¥æº.这将会被å‘é€ç»™DDNSæ供商" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "设定IPv6地å€çš„æ¥æº.这将会被å‘é€ç»™DDNSæ供商" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "设定哪一个IP地å€(IPv4或IPv6)会被å‘é€ç»™DDNSæ供商" + +msgid "Details for" +msgstr "详情:" + +msgid "Directory contains Log files for each running section" +msgstr "ä¿å­˜æ¯ä¸€ä¸ªè¿è¡Œä¸­çš„设置的è¿è¡Œæ—¥å¿—的目录" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "ä¿å­˜æ¯ä¸ªè¿è¡Œä¸­çš„设置的PID以åŠå…¶å®ƒçŠ¶æ€ä¿¡æ¯çš„目录" + +msgid "Disabled" +msgstr "å·²ç¦ç”¨" + +msgid "Dynamic DNS" +msgstr "动æ€DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "动æ€DNSå…许为拥有动æ€IP的主机é…置一个固定的å¯è®¿é—®åŸŸå." + +msgid "Enable secure communication with DDNS provider" +msgstr "å¯ç”¨å®‰å…¨è¿žæŽ¥ä¸ŽDDNS供应商è”ç³»" + +msgid "Enabled" +msgstr "å·²å¯ç”¨" + +msgid "Error" +msgstr "错误" + +msgid "Error Retry Counter" +msgstr "错误é‡è¯•è®¡æ•°" + +msgid "Error Retry Interval" +msgstr "错误é‡è¯•é—´éš”" + +msgid "Event Network" +msgstr "事件网络" + +msgid "File" +msgstr "文件" + +msgid "File not found" +msgstr "文件未找到" + +msgid "File not found or empty" +msgstr "文件未找到或为空" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" +"打开这个链接
你将会得到更多关于如何通过所有设置项优化你的系统以è¿è¡ŒDDNS" +"脚本的æ示." + +msgid "For detailed information about parameter settings look here." +msgstr "请看这里获得关于å‚数设置的详细信æ¯" + +msgid "For supported codes look here" +msgstr "查看这里获å–支æŒçš„ç¼–ç " + +msgid "Force IP Version" +msgstr "强制设定IP版本" + +msgid "Force IP Version not supported" +msgstr "ä¸æ”¯æŒå¼ºåˆ¶è®¾å®šIP版本" + +msgid "Force Interval" +msgstr "设定周期" + +msgid "Force TCP on DNS" +msgstr "强制使用TCP进行DNS查询" + +msgid "Forced IP Version don't matched" +msgstr "强制设定的IP版本ä¸åŒ¹é…" + +msgid "Format" +msgstr "æ ¼å¼" + +msgid "Format: IP or FQDN" +msgstr "æ ¼å¼:IP或者FQDN" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "GNU Wget将会使用给定的网络的IP地å€,而cURL将会使用物ç†æŽ¥å£" + +msgid "Global Settings" +msgstr "全局设置" + +msgid "HTTPS not supported" +msgstr "ä¸æ”¯æŒHTTPS" + +msgid "Hints" +msgstr "æ示" + +msgid "Hostname/Domain" +msgstr "主机å/域å" + +msgid "IP address source" +msgstr "IP地å€æ¥æº" + +msgid "IP address version" +msgstr "IP地å€ç‰ˆæœ¬" + +msgid "IPv4-Address" +msgstr "IPv4地å€" + +msgid "IPv6 address must be given in square brackets" +msgstr "IPv6地å€å¿…须填写在中括å·(\"[ ]\")内" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" +"当å‰ç³»ç»Ÿæš‚æ—¶ä¸èƒ½(完整地)支æŒIPv6
请查看OpenWrt首页的介ç»ä»¥å¯ç”¨IPv6支æŒ" +"
或者更新你的系统到最新OpenWrt版本" + +msgid "IPv6 not supported" +msgstr "IPv6ä¸è¢«æ”¯æŒ" + +msgid "IPv6-Address" +msgstr "IPv6地å€" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "如果cURLå’ŒGNU WgetåŒæ—¶è¢«å®‰è£…,那么Wget将会被优先使用." + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" +"如果æœåŠ¡é…置被ç¦ç”¨é‚£ä¹ˆå®ƒå°†ä¸èƒ½è¢«å¯åŠ¨.
无论是通过LuCI页é¢æˆ–者是通过终端." + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" +"如果你需è¦åŒæ—¶æ›´æ–°IPv4å’ŒIPv6地å€,你需è¦å•ç‹¬æ·»åŠ ä¸¤ä¸ªé…置项(例" +"如'myddns_ipv4'å’Œ'myddns_ipv6')" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "OpenWrt中,cURL/libcurlçš„æŸäº›ç‰ˆæœ¬ç¼–译时没有å¯ç”¨ä»£ç†æœåŠ¡å™¨æ”¯æŒ" + +msgid "Info" +msgstr "ä¿¡æ¯" + +msgid "Interface" +msgstr "接å£" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "检查IP是å¦æ”¹å˜çš„时间隔
ä¸æ”¯æŒä½ŽäºŽ5分钟(300秒)的数值." + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" +"强制å‘æ供商更新DDNS的时间周期
把这个å‚数设置为0将会让脚本仅执行一次" +"
ä¸æ”¯æŒä½ŽäºŽ\"检查时间周期\"的数值(除了0)." + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "强烈ä¸å»ºè®®åˆæ¬¡ä½¿ç”¨çš„用户修改本页设定." + +msgid "Last Update" +msgstr "上次更新" + +msgid "Loading" +msgstr "加载中" + +msgid "Log File Viewer" +msgstr "日志查看器" + +msgid "Log directory" +msgstr "日志目录" + +msgid "Log length" +msgstr "日志长度" + +msgid "Log to file" +msgstr "把日志记录到文件" + +msgid "Log to syslog" +msgstr "把日志记录到系统日志" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "包å«SSL支æŒçš„GNU Wget或者cURLå‡æœªè¢«å®‰è£….无法选择一个网络用于通信." + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "包å«SSL支æŒçš„GNU Wget或者cURLå‡æœªè¢«å®‰è£….无法使用HTTPSæ›´æ–°DDNS" + +msgid "Network" +msgstr "网络" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "DDNS更新脚本将会被è¿è¡ŒäºŽè¯¥ç½‘络" + +msgid "Never" +msgstr "从ä¸" + +msgid "Next Update" +msgstr "下次更新" + +msgid "No data" +msgstr "æ— æ•°æ®" + +msgid "No logging" +msgstr "无日志" + +msgid "Non-public and by default blocked IP's" +msgstr "éžå…¬ç½‘IP以åŠé»˜è®¤è¢«é”定的IP" + +msgid "Notice" +msgstr "æ示" + +msgid "Number of last lines stored in log files" +msgstr "日志文件中的最åŽå‡ è¡Œ" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "å¯é€‰:强制使用仅IPv4/IPv6通信." + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "å¯é€‰:强制使用TCP而éžUDP请求DNS." + +msgid "OPTIONAL: Network to use for communication" +msgstr "å¯é€‰:用于通信的网络" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "å¯é€‰:用于检测以åŠæ›´æ–°çš„代ç†æœåŠ¡å™¨" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "å¯é€‰:使用éžé»˜è®¤DNSæœåŠ¡å™¨æ£€æµ‹\"已注册的IP地å€\"" + +msgid "On Error the script will retry the failed action after given time" +msgstr "当出错时,脚本将会é‡è¯•å¤±è´¥çš„动作的次数" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "当出错时,脚本将会é‡è¯•è¯¥æ¬¡æ•°ä¹‹åŽé€€å‡º" + +msgid "Overview" +msgstr "总览" + +msgid "PROXY-Server" +msgstr "代ç†æœåŠ¡å™¨" + +msgid "PROXY-Server not supported" +msgstr "ä¸æ”¯æŒä»£ç†æœåŠ¡å™¨" + +msgid "Password" +msgstr "密ç " + +msgid "Path to CA-Certificate" +msgstr "CAè¯ä¹¦è·¯å¾„" + +msgid "Please [Save & Apply] your changes first" +msgstr "请先ä¿å­˜å¹¶åº”用您的设置" + +msgid "Please press [Read] button" +msgstr "请按下\"读å–\"按钮" + +msgid "Please update to the current version!" +msgstr "请更新到最新版本!" + +msgid "Process ID" +msgstr "处ç†ID" + +msgid "Read / Reread log file" +msgstr "读å–/é‡æ–°è¯»å–日志文件" + +msgid "Registered IP" +msgstr "已注册的IP地å€" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "在更新URL中使用[DOMAIN]替æ¢åŸŸå" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "在更新URL中使用[PASSWORD]替æ¢å¯†ç " + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "在更新URL中使用[USERNAME]替æ¢ç”¨æˆ·å" + +msgid "Run once" +msgstr "è¿è¡Œä¸€æ¬¡" + +msgid "Script" +msgstr "脚本" + +msgid "Show more" +msgstr "查看更多" + +msgid "Software update required" +msgstr "需è¦è¿›è¡Œè½¯ä»¶æ›´æ–°" + +msgid "Start" +msgstr "å¯ç”¨" + +msgid "Start / Stop" +msgstr "å¯ç”¨/ç¦ç”¨" + +msgid "Status directory" +msgstr "状æ€ç›®å½•" + +msgid "Stopped" +msgstr "å·²åœæ­¢" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "当å‰å·²å®‰è£…çš„'ddns-scripts'软件包暂ä¸æ”¯æŒæ‰€æœ‰å¯ç”¨è®¾ç½®é¡¹" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "没有已ç»é…置好的æœåŠ¡é¡¹" + +msgid "Timer Settings" +msgstr "计时器设定" + +msgid "To change global settings click here" +msgstr "点击这里以更改全局设置" + +msgid "To use cURL activate this option." +msgstr "选中这个项以使用cURL" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "用于检测的URL" + +msgid "Unknown error" +msgstr "未知错误" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" +"DDNSæ供商用于更新DDNSçš„URL
è·Ÿéšæ•™ç¨‹ä½ å°†ä¼šåœ¨å®ƒä»¬çš„网站上æ供这个URL." + +msgid "Update error" +msgstr "更新错误" + +msgid "Use HTTP Secure" +msgstr "使用HTTPS" + +msgid "Use cURL" +msgstr "使用cURL" + +msgid "User defined script to read systems IP-Address" +msgstr "使用设定的脚本æ¥è¯»å–系统IP地å€" + +msgid "Username" +msgstr "用户å" + +msgid "Verify" +msgstr "验è¯" + +msgid "Version" +msgstr "版本" + +msgid "Version Information" +msgstr "版本信æ¯" + +msgid "Waiting for changes to be applied..." +msgstr "正在应用更改..." + +msgid "Warning" +msgstr "等待" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "å‘日志中写入详细信æ¯.文件将会被自动å‡å°." + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "把日志写入系统日志.无论是å¦å¯ç”¨è¿™é¡¹,错误信æ¯æ€»æ˜¯ä¼šè¢«å†™å…¥ç³»ç»Ÿæ—¥å¿—" + +msgid "You should install BIND host package for DNS requests." +msgstr "你需è¦å®‰è£…BIND以请求DNS记录." + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "你需è¦å®‰è£…包å«SSL支æŒçš„GNU Wget(推è)或是cURL软件包." + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "你需è¦å®‰è£…包å«SSL支æŒçš„GNU Wget或是cURL软件包." + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "你需è¦å®‰è£…包å«SSL支æŒçš„GNU Wget或替æ¢libcurl." + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "cURLå·²ç»å®‰è£…,但是libcurl编译时没有å¯ç”¨ä»£ç†æ”¯æŒ." + +msgid "cURL without Proxy Support" +msgstr "cURLä¸åŒ…å«ä»£ç†æ”¯æŒ" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "ä¸èƒ½ç¡®å®šæœ¬åœ°IP.请更æ¢IPæ¥æº." + +msgid "can not resolve host:" +msgstr "ä¸èƒ½è§£æžä¸»æœº:" + +msgid "config error" +msgstr "é…置错误" + +msgid "days" +msgstr "天" + +msgid "directory or path/file" +msgstr "目录或者到文件的路径" + +msgid "either url or script could be set" +msgstr "接å—URL或者脚本" + +msgid "enable here" +msgstr "在这里å¯ç”¨" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "文件或目录未找到或未\"被忽视\"" + +msgid "help" +msgstr "帮助" + +msgid "hours" +msgstr "å°æ—¶" + +msgid "installed" +msgstr "已安装" + +msgid "invalid - Sample" +msgstr "ä¸åˆæ³• - 示例" + +msgid "minimum value '0'" +msgstr "最å°å€¼0" + +msgid "minimum value '1'" +msgstr "最å°å€¼1" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "最å°å€¼ä¸º5分钟(300秒)" + +msgid "minutes" +msgstr "分钟" + +msgid "missing / required" +msgstr "必须填写" + +msgid "must be greater or equal 'Check Interval'" +msgstr "必须大于或等于\"检查时间周期\"" + +msgid "must start with 'http://'" +msgstr "必须以'http://'开头" + +msgid "nc (netcat) can not connect" +msgstr "nc(netcat)ä¸å¯è¿žæŽ¥" + +msgid "never" +msgstr "从ä¸" + +msgid "no data" +msgstr "æ— æ•°æ®" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "未找到或者ä¸å¯æ‰§è¡Œ - 示例: '/path/to/script.sh'" + +msgid "nslookup can not resolve host" +msgstr "nslookupä¸èƒ½è§£æžä¸»æœº" + +msgid "or" +msgstr "或者" + +msgid "or higher" +msgstr "或者更大" + +msgid "please disable" +msgstr "请ç¦ç”¨" + +msgid "please remove entry" +msgstr "请移除该字段" + +msgid "please select 'IPv4' address version" +msgstr "请设定IPv4地å€" + +msgid "please select 'IPv4' address version in" +msgstr "请设定IPv4地å€äºŽ" + +msgid "please set to 'default'" +msgstr "请设置为\"默认\"" + +msgid "proxy port missing" +msgstr "代ç†ç«¯å£æœªå¡«" + +msgid "required" +msgstr "必须填写" + +msgid "seconds" +msgstr "秒" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "使用HTTPS但ä¸æ£€æŸ¥æœåŠ¡å™¨è¯ä¹¦(ä¸å®‰å…¨)" + +msgid "unknown error" +msgstr "未知错误" + +msgid "unspecific error" +msgstr "未指定的错误" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "使用主机å或IPv4/IPv6地å€" diff --git a/applications/luci-app-ddns/po/zh-tw/ddns.po b/applications/luci-app-ddns/po/zh-tw/ddns.po new file mode 100644 index 0000000..ec1fe77 --- /dev/null +++ b/applications/luci-app-ddns/po/zh-tw/ddns.po @@ -0,0 +1,701 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-07 15:53+0200\n" +"Last-Translator: Ethan \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "&" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "-- default --" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow non-public IP's" +msgstr "" + +msgid "Applying changes" +msgstr "" + +msgid "Basic Settings" +msgstr "" + +msgid "" +"Below a list of configuration tips for your system to run Dynamic DNS " +"updates without limitations" +msgstr "" + +msgid "" +"Below is a list of configured DDNS configurations and their current state." +msgstr "" + +msgid "Bind Network" +msgstr "" + +msgid "Binding to a specific network not supported" +msgstr "" + +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider." +msgstr "" + +msgid "" +"BusyBox's nslookup does not support to specify to use TCP instead of default " +"UDP when requesting DNS server" +msgstr "" + +msgid "Casual users should not change this setting" +msgstr "" + +msgid "Check Interval" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Config error" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Configure here the details for all Dynamic DNS services including this LuCI " +"application." +msgstr "" + +msgid "Configure here the details for selected Dynamic DNS service." +msgstr "" + +msgid "Current setting" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +msgid "" +"Currently DDNS updates are not started at boot or on interface events.
You can start/stop each configuration here. It will run until next reboot." +msgstr "" + +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +msgid "Custom update-URL" +msgstr "自訂更新的URL" + +msgid "Custom update-script" +msgstr "" + +msgid "DDNS Autostart disabled" +msgstr "" + +msgid "DDNS Service provider" +msgstr "" + +msgid "DNS requests via TCP not supported" +msgstr "" + +msgid "DNS-Server" +msgstr "" + +msgid "Date format" +msgstr "" + +msgid "Defines the Web page to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the Web page to read systems IPv6-Address from" +msgstr "" + +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv4-Address from" +msgstr "" + +msgid "Defines the network to read systems IPv6-Address from" +msgstr "" + +msgid "" +"Defines the source to read systems IPv4-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "" +"Defines the source to read systems IPv6-Address from, that will be send to " +"the DDNS provider" +msgstr "" + +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +msgid "Details for" +msgstr "" + +msgid "Directory contains Log files for each running section" +msgstr "" + +msgid "" +"Directory contains PID and other status information for each running section" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Dynamic DNS" +msgstr "å‹•æ…‹DNS" + +msgid "" +"Dynamic DNS allows that your router can be reached with a fixed hostname " +"while having a dynamically changing IP address." +msgstr "" +"å‹•æ…‹DNSå…許為主機é…置一個固定的網域å稱,但該網路å稱å»æ˜¯å°æ‡‰åˆ°å‹•æ…‹çš„IPä½ç½®" + +msgid "Enable secure communication with DDNS provider" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Retry Counter" +msgstr "" + +msgid "Error Retry Interval" +msgstr "" + +msgid "Event Network" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File not found" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "" +"Follow this link
You will find more hints to optimize your system to " +"run DDNS scripts with all options" +msgstr "" + +msgid "For detailed information about parameter settings look here." +msgstr "" + +msgid "For supported codes look here" +msgstr "" + +msgid "Force IP Version" +msgstr "" + +msgid "Force IP Version not supported" +msgstr "" + +msgid "Force Interval" +msgstr "" + +msgid "Force TCP on DNS" +msgstr "" + +msgid "Forced IP Version don't matched" +msgstr "" + +msgid "Format" +msgstr "" + +msgid "Format: IP or FQDN" +msgstr "" + +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +msgid "Global Settings" +msgstr "" + +msgid "HTTPS not supported" +msgstr "" + +msgid "Hints" +msgstr "" + +msgid "Hostname/Domain" +msgstr "" + +msgid "IP address source" +msgstr "" + +msgid "IP address version" +msgstr "" + +msgid "IPv4-Address" +msgstr "" + +msgid "IPv6 address must be given in square brackets" +msgstr "" + +msgid "" +"IPv6 is currently not (fully) supported by this system
Please follow " +"the instructions on OpenWrt's homepage to enable IPv6 support
or update " +"your system to the latest OpenWrt Release" +msgstr "" + +msgid "IPv6 not supported" +msgstr "" + +msgid "IPv6-Address" +msgstr "" + +msgid "If both cURL and GNU Wget are installed, Wget is used by default." +msgstr "" + +msgid "" +"If this service section is disabled it could not be started.
Neither " +"from LuCI interface nor from console" +msgstr "" + +msgid "" +"If you want to send updates for IPv4 and IPv6 you need to define two " +"separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" +msgstr "" + +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Interface" +msgstr "ç•Œé¢" + +msgid "" +"Interval to check for changed IP
Values below 5 minutes == 300 seconds " +"are not supported" +msgstr "" + +msgid "" +"Interval to force updates send to DDNS Provider
Setting this parameter " +"to 0 will force the script to only run once
Values lower 'Check " +"Interval' except '0' are not supported" +msgstr "" + +msgid "It is NOT recommended for casual users to change settings on this page." +msgstr "" + +msgid "Last Update" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log directory" +msgstr "" + +msgid "Log length" +msgstr "" + +msgid "Log to file" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS " +"protocol." +msgstr "" + +msgid "Network" +msgstr "網路" + +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "Next Update" +msgstr "" + +msgid "No data" +msgstr "" + +msgid "No logging" +msgstr "" + +msgid "Non-public and by default blocked IP's" +msgstr "" + +msgid "Notice" +msgstr "" + +msgid "Number of last lines stored in log files" +msgstr "" + +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +msgid "On Error the script will retry the failed action after given time" +msgstr "" + +msgid "On Error the script will stop execution after given number of retrys" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PROXY-Server" +msgstr "" + +msgid "PROXY-Server not supported" +msgstr "" + +msgid "Password" +msgstr "密碼" + +msgid "Path to CA-Certificate" +msgstr "" + +msgid "Please [Save & Apply] your changes first" +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Process ID" +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Registered IP" +msgstr "" + +msgid "Replaces [DOMAIN] in Update-URL" +msgstr "" + +msgid "Replaces [PASSWORD] in Update-URL" +msgstr "" + +msgid "Replaces [USERNAME] in Update-URL" +msgstr "" + +msgid "Run once" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Show more" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Status directory" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "" +"The currently installed 'ddns-scripts' package did not support all available " +"settings." +msgstr "" + +msgid "The default setting of '0' will retry infinite." +msgstr "" + +msgid "There is no service configured." +msgstr "" + +msgid "Timer Settings" +msgstr "" + +msgid "To change global settings click here" +msgstr "" + +msgid "To use cURL activate this option." +msgstr "" + +msgid "URL" +msgstr "URL" + +msgid "URL to detect" +msgstr "" + +msgid "Unknown error" +msgstr "" + +msgid "" +"Update URL to be used for updating your DDNS Provider.
Follow " +"instructions you will find on their WEB page." +msgstr "" + +msgid "Update error" +msgstr "" + +msgid "Use HTTP Secure" +msgstr "" + +msgid "Use cURL" +msgstr "" + +msgid "User defined script to read systems IP-Address" +msgstr "" + +msgid "Username" +msgstr "使用者å稱" + +msgid "Verify" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Waiting for changes to be applied..." +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +msgid "You should install BIND host package for DNS requests." +msgstr "" + +msgid "You should install GNU Wget with SSL (prefered) or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or cURL package." +msgstr "" + +msgid "You should install GNU Wget with SSL or replace libcurl." +msgstr "" + +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +msgid "cURL without Proxy Support" +msgstr "" + +msgid "can not detect local IP. Please select a different Source combination" +msgstr "" + +msgid "can not resolve host:" +msgstr "" + +msgid "config error" +msgstr "" + +msgid "days" +msgstr "" + +msgid "directory or path/file" +msgstr "" + +msgid "either url or script could be set" +msgstr "" + +msgid "enable here" +msgstr "" + +msgid "file or directory not found or not 'IGNORE'" +msgstr "" + +msgid "help" +msgstr "" + +msgid "hours" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "invalid - Sample" +msgstr "" + +msgid "minimum value '0'" +msgstr "" + +msgid "minimum value '1'" +msgstr "" + +msgid "minimum value 5 minutes == 300 seconds" +msgstr "" + +msgid "minutes" +msgstr "" + +msgid "missing / required" +msgstr "" + +msgid "must be greater or equal 'Check Interval'" +msgstr "" + +msgid "must start with 'http://'" +msgstr "" + +msgid "nc (netcat) can not connect" +msgstr "" + +msgid "never" +msgstr "" + +msgid "no data" +msgstr "" + +msgid "not found or not executable - Sample: '/path/to/script.sh'" +msgstr "" + +msgid "nslookup can not resolve host" +msgstr "" + +msgid "or" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "please disable" +msgstr "" + +msgid "please remove entry" +msgstr "" + +msgid "please select 'IPv4' address version" +msgstr "" + +msgid "please select 'IPv4' address version in" +msgstr "" + +msgid "please set to 'default'" +msgstr "" + +msgid "proxy port missing" +msgstr "" + +msgid "required" +msgstr "" + +msgid "seconds" +msgstr "" + +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" + +msgid "unknown error" +msgstr "" + +msgid "unspecific error" +msgstr "" + +msgid "use hostname, FQDN, IPv4- or IPv6-Address" +msgstr "" + +#~ msgid "Check for changed IP every" +#~ msgstr "檢查IP變動的時間間隔" + +#~ msgid "Check-time unit" +#~ msgstr "時間單ä½" + +#~ msgid "Enable" +#~ msgstr "啟用" + +#~ msgid "Force update every" +#~ msgstr "強制更新間隔" + +#~ msgid "Force-time unit" +#~ msgstr "強制更新的時間單ä½" + +#~ msgid "Hostname" +#~ msgstr "主機å稱" + +#~ msgid "Service" +#~ msgstr "æœå‹™æ供者" + +#~ msgid "Source of IP address" +#~ msgstr "IPä½ç½®ä¾†æº" + +#~ msgid "custom" +#~ msgstr "自訂" + +#~ msgid "h" +#~ msgstr "å°æ™‚" + +#~ msgid "interface" +#~ msgstr "ç•Œé¢" + +#~ msgid "min" +#~ msgstr "分é˜" + +#~ msgid "network" +#~ msgstr "網路" + +#~ msgid "Event interface" +#~ msgstr "事件界é¢" + +#~ msgid "On which interface up should start the ddns script process." +#~ msgstr "介é¢æ‡‰è©²å•Ÿç”¨å‹•æ…‹DNS指令程åº" diff --git a/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns new file mode 100755 index 0000000..9fd875e --- /dev/null +++ b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns @@ -0,0 +1,10 @@ +#!/bin/sh + +# no longer needed for "Save and Apply" to restart ddns +uci -q batch <<-EOF >/dev/null + delete ucitrack.@ddns[-1] + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-diag-core/Makefile b/applications/luci-app-diag-core/Makefile new file mode 100644 index 0000000..ac9f499 --- /dev/null +++ b/applications/luci-app-diag-core/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Diagnostics Tools (Core) +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-diag-core/luasrc/controller/luci_diag.lua b/applications/luci-app-diag-core/luasrc/controller/luci_diag.lua new file mode 100644 index 0000000..b662d7f --- /dev/null +++ b/applications/luci-app-diag-core/luasrc/controller/luci_diag.lua @@ -0,0 +1,16 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_diag", package.seeall) + +function index() + local e + + e = entry({"admin", "network", "diag_config"}, template("diag/network_config_index") , _("Configure Diagnostics"), 120) + e.index = true + e.dependent = true + + e = entry({"mini", "diag"}, template("diag/index"), _("Diagnostics"), 120) + e.index = true + e.dependent = true +end diff --git a/applications/luci-app-diag-core/luasrc/view/diag/index.htm b/applications/luci-app-diag-core/luasrc/view/diag/index.htm new file mode 100644 index 0000000..c667767 --- /dev/null +++ b/applications/luci-app-diag-core/luasrc/view/diag/index.htm @@ -0,0 +1,10 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

<%:Diagnostics%>

+

<%:The entries in the menu allow you to perform diagnostic tests on your system to aid in troubleshooting.%>

+

<%:The diagnostics available under this menu depend on what modules you have installed on your device.%>

+<%+footer%> diff --git a/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm new file mode 100644 index 0000000..3d01453 --- /dev/null +++ b/applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm @@ -0,0 +1,10 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

<%:Diagnostics%>

+

<%:With this menu you can configure network diagnostics, such as network device scans and ping tests.%>

+

<%:The diagnostics available under this menu depend on what modules you have installed on your device.%>

+<%+footer%> diff --git a/applications/luci-app-diag-core/po/ca/diag_core.po b/applications/luci-app-diag-core/po/ca/diag_core.po new file mode 100644 index 0000000..ffe0ded --- /dev/null +++ b/applications/luci-app-diag-core/po/ca/diag_core.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-01 23:52+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configuració de diagnòstics" + +msgid "Diagnostics" +msgstr "Diagnòstics" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/cs/diag_core.po b/applications/luci-app-diag-core/po/cs/diag_core.po new file mode 100644 index 0000000..dcfea77 --- /dev/null +++ b/applications/luci-app-diag-core/po/cs/diag_core.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-20 23:19+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Nastavení diagnostiky" + +msgid "Diagnostics" +msgstr "Diagnostika" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"PoÄet diagnostických testů, které jsou k dispozici v tomto menu je závislý " +"na modulech nainstalovaných ve vaÅ¡em zařízení." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Položky v menu vám umožní provádÄ›t systémové diagnostické testy, které vám " +"pomohou vyÅ™eÅ¡it problémy." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"V tomto menu můžete nastavit síťovou diagnostiku, jako je skenování síťových " +"zařízení a ping testů." diff --git a/applications/luci-app-diag-core/po/de/diag_core.po b/applications/luci-app-diag-core/po/de/diag_core.po new file mode 100644 index 0000000..feda0fc --- /dev/null +++ b/applications/luci-app-diag-core/po/de/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-02 08:24+0200\n" +"Last-Translator: dgolle \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Diagnose-Tests konfigurieren" + +msgid "Diagnostics" +msgstr "Diagnose" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Die verfügbaren Diagnose-Programme in diesem Menü hängen von den auf Ihrem " +"Gerät installierten Modulen ab." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Falls es mit ihrem Gerät Probleme gibt können hier Diagnose-Tests " +"durchgeführt werden." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Hier werden die Netzwerk Diagnose Tools konfiguriert (zB. Netzwerkscans und " +"Pings)." + +#~ msgid "l_d_diag" +#~ msgstr "Diagnose" diff --git a/applications/luci-app-diag-core/po/el/diag_core.po b/applications/luci-app-diag-core/po/el/diag_core.po new file mode 100644 index 0000000..8e57c52 --- /dev/null +++ b/applications/luci-app-diag-core/po/el/diag_core.po @@ -0,0 +1,38 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 14:53+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configure Diagnostics" +msgstr "ΡÏθμιση Διαγνωστικών" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Η καταχωÏήσεις στο μενοÏ, σας επιτÏέπουν να Ï€Ïοβαίνετε σε διαγνωστικές " +"δοκιμές στο σÏστημά σας, για την διευκόλυνση αντιμετώπισης Ï€Ïοβλημάτων." + +#, fuzzy +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Με αυτό το μενοÏ, μποÏείτε να παÏαμετÏοποιήσετε διαγνωστικά δικτÏου, όπως " +"σαÏώσεις συσκευών δικτÏου και δοκιμές ping." diff --git a/applications/luci-app-diag-core/po/en/diag_core.po b/applications/luci-app-diag-core/po/en/diag_core.po new file mode 100644 index 0000000..aa030ef --- /dev/null +++ b/applications/luci-app-diag-core/po/en/diag_core.po @@ -0,0 +1,42 @@ +# Diagnostics Core. +# Copyright (C) 2009 Daniel Dickinson. +# Daniel Dickinson , 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: diag-core 0.1\n" +"PO-Revision-Date: 2009-07-17 04:54-0400\n" +"Last-Translator: Daniel Dickinson \n" +"Language-Team: en \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Configure Diagnostics" +msgstr "Configure Diagnostics" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." + +#~ msgid "l_d_diag" +#~ msgstr "Diagnostics" diff --git a/applications/luci-app-diag-core/po/es/diag_core.po b/applications/luci-app-diag-core/po/es/diag_core.po new file mode 100644 index 0000000..8b9b3b5 --- /dev/null +++ b/applications/luci-app-diag-core/po/es/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-28 23:25+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configurar diagnósticos" + +msgid "Diagnostics" +msgstr "Diagnósticos" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Los diagnósticos disponibles bajo este menú dependen de qué módulos haya " +"instalado en su dispositivo." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Este menú le permite realizar test de prueba de su sistema para ayudar en la " +"resolución de problemas." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"En este menú puede configurar diagnósticos de red como el escaneo de equipos " +"en red o pings." + +#~ msgid "l_d_diag" +#~ msgstr "DiagnoÅ›ticos" diff --git a/applications/luci-app-diag-core/po/fr/diag_core.po b/applications/luci-app-diag-core/po/fr/diag_core.po new file mode 100644 index 0000000..a5b4e6a --- /dev/null +++ b/applications/luci-app-diag-core/po/fr/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-06 13:21+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configuration des diagnostics" + +msgid "Diagnostics" +msgstr "Diagnostiques" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Les diagnostics disponible ci-dessous dépendent des modules que vous avez " +"installé sur votre appareil. " + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Les items de ce menu vous permettent d'accomplir des diagnostics sur votre " +"système pour vous aider à le dépanner." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Ce menu vous permet de configurer des diagnostics réseau, comme des " +"recherches de périphérique réseau et des tests par ping." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/he/diag_core.po b/applications/luci-app-diag-core/po/he/diag_core.po new file mode 100644 index 0000000..b4d73e0 --- /dev/null +++ b/applications/luci-app-diag-core/po/he/diag_core.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/hu/diag_core.po b/applications/luci-app-diag-core/po/hu/diag_core.po new file mode 100644 index 0000000..f9f6e66 --- /dev/null +++ b/applications/luci-app-diag-core/po/hu/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-05 16:44+0200\n" +"Last-Translator: Gyula \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Diagnosztikai beállítások" + +msgid "Diagnostics" +msgstr "Diagnosztika" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Az itt található statisztikák attól függÅ‘en változnak, hogy milyen modulokat " +"telepítettél az eszközödre." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Ennek a menünek az elemei lehetÅ‘vé teszik hálózati diagnosztikai tesztek " +"elvégzését a rendszeren a hibaelhárítás megkönnyítésére." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Ebben a menüben beállíthatók a hálózati diagnosztika elemei, mint például " +"eszközök keresése és ping teszt." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/it/diag_core.po b/applications/luci-app-diag-core/po/it/diag_core.po new file mode 100644 index 0000000..39d4ced --- /dev/null +++ b/applications/luci-app-diag-core/po/it/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 13:54+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configura Diagnostici" + +msgid "Diagnostics" +msgstr "Diagnostiche" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Le funzioni di diagnostica disponibili in questo menu dipendono dai moduli " +"che avete installato sul vostro dispositivo." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Gli stumenti nel menù possono servirti per diagnosi e test per aiutarti " +"nello scoprire le problematiche." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Con questo menu puoi configurare la diagnostica di rete, come la scansione " +"di un dispositivo di rete o dei ping di test." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/ja/diag_core.po b/applications/luci-app-diag-core/po/ja/diag_core.po new file mode 100644 index 0000000..f67657f --- /dev/null +++ b/applications/luci-app-diag-core/po/ja/diag_core.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 14:36+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configure Diagnostics" +msgstr "診断機能設定" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/ms/diag_core.po b/applications/luci-app-diag-core/po/ms/diag_core.po new file mode 100644 index 0000000..90fefc5 --- /dev/null +++ b/applications/luci-app-diag-core/po/ms/diag_core.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/no/diag_core.po b/applications/luci-app-diag-core/po/no/diag_core.po new file mode 100644 index 0000000..4955d47 --- /dev/null +++ b/applications/luci-app-diag-core/po/no/diag_core.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Configure Diagnostics" +msgstr "Konfigurer Diagnostikk" + +msgid "Diagnostics" +msgstr "Diagnostikk" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Diagnostikken tilgjengelig under denne menyen avhenger av hvilke moduler du " +"har installert pÃ¥ enheten." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Oppføringene i menyen lar deg utføre diagnostiske tester pÃ¥ systemet ditt " +"til hjelp ved feilsøking." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Her kan du konfigurere nettverks diagnostikk, som skanning etter nettverks " +"enheter og ping tester." + +#~ msgid "l_d_diag" +#~ msgstr "Nettverks Diagnostikk" diff --git a/applications/luci-app-diag-core/po/pl/diag_core.po b/applications/luci-app-diag-core/po/pl/diag_core.po new file mode 100644 index 0000000..0935fdb --- /dev/null +++ b/applications/luci-app-diag-core/po/pl/diag_core.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-08 13:17+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Konfiguracja diagnostyki" + +msgid "Diagnostics" +msgstr "Diagnostyka" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Liczba testów diagnostycznych dostÄ™pnych w tym menu jest uzależniona od " +"modułów zainstalowanych w tym urzÄ…dzeniu." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Wpisy w menu pozwalajÄ… na wykonanie testów diagnostycznych systemu pomocnych " +"w rozwiÄ…zywaniu problemów." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"W tym menu można skonfigurować diagnostykÄ™ sieci, jak np. skanowanie " +"urzÄ…dzeÅ„ sieciowych lub testy ping." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/pt-br/diag_core.po b/applications/luci-app-diag-core/po/pt-br/diag_core.po new file mode 100644 index 0000000..e27315b --- /dev/null +++ b/applications/luci-app-diag-core/po/pt-br/diag_core.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-08 03:14+0200\n" +"Last-Translator: luizluca \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configure Diagnostics" +msgstr "Configura os Diagnósticos" + +msgid "Diagnostics" +msgstr "Diagnósticos" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Os diagnósticos disponíveis neste menu dependem de quais módulos você tem " +"instalado no seu dispositivo." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"As entradas no menu permitem que você realize diagnósticos em seu sistema " +"para ajudar na resolução de problemas." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Com este menu, você pode configurar o diagnóstico de rede como varredura de " +"dispositivos e testes de ping." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/pt/diag_core.po b/applications/luci-app-diag-core/po/pt/diag_core.po new file mode 100644 index 0000000..6083f28 --- /dev/null +++ b/applications/luci-app-diag-core/po/pt/diag_core.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-30 22:57+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configurar Diagnósticos" + +msgid "Diagnostics" +msgstr "Diagnósticos " + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Os diagnósticos disponíveis neste menu dependem dos módulos que tem " +"instalados no seu dispositivo. " + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"As entradas neste menu permitem levar a cabo testes de diagnóstico no seu " +"sistema para o ajudar na resolução de problemas." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Com este menu pode configurar o diagnóstico de rede, tal como explorar " +"dispositivos de rede e testes ping." diff --git a/applications/luci-app-diag-core/po/ro/diag_core.po b/applications/luci-app-diag-core/po/ro/diag_core.po new file mode 100644 index 0000000..604841e --- /dev/null +++ b/applications/luci-app-diag-core/po/ro/diag_core.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-09 14:24+0200\n" +"Last-Translator: lex404 \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "Configurează diagnozele" + +# diagnostic/ diagnostice; suna oricum prea medical. Tehnic se foloseste diagnoza, din cate stiu. +msgid "Diagnostics" +msgstr "Diagnoze" + +# . +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"Diagnozele disponibile sub acest meniu depind de ce module aveÈ›i instalate " +"pe device-ul dumneavoastră." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Intrările din acest meniu permit utilizarea testelor de diagnoză în sistem " +"pentru a vă ajuta la rezolvarea problemelor." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"Cu acest meniu poÈ›i configura diagnoza în reÈ›ea, cum ar fi scanarea unor " +"dispozitive din reÈ›ea sau teste ping." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/ru/diag_core.po b/applications/luci-app-diag-core/po/ru/diag_core.po new file mode 100644 index 0000000..1abaa8c --- /dev/null +++ b/applications/luci-app-diag-core/po/ru/diag_core.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: diag_core\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 11:44+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Configure Diagnostics" +msgstr "ÐаÑтройки диагноÑтики" + +msgid "Diagnostics" +msgstr "ДиагноÑтика" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"ДоÑтупные в данном меню виды диагноÑтики завиÑÑÑ‚ от уÑтановленных на вашем " +"уÑтройÑтве модулей. " + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"ЗапиÑи в меню позволÑÑ‚ÑŒ вам выполнить диагноÑтику ÑиÑтемы, чтобы помочь в " +"обнаружении проблем." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñто меню, вы можете наÑтроить диагноÑтику Ñети, например, " +"Ñканирование Ñетевых уÑтройÑтв или ping-теÑÑ‚." + +#~ msgid "l_d_diag" +#~ msgstr "l_d_diag" diff --git a/applications/luci-app-diag-core/po/sk/diag_core.po b/applications/luci-app-diag-core/po/sk/diag_core.po new file mode 100644 index 0000000..389516f --- /dev/null +++ b/applications/luci-app-diag-core/po/sk/diag_core.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/sv/diag_core.po b/applications/luci-app-diag-core/po/sv/diag_core.po new file mode 100644 index 0000000..dd0a81a --- /dev/null +++ b/applications/luci-app-diag-core/po/sv/diag_core.po @@ -0,0 +1,31 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/templates/diag_core.pot b/applications/luci-app-diag-core/po/templates/diag_core.pot new file mode 100644 index 0000000..1b34f83 --- /dev/null +++ b/applications/luci-app-diag-core/po/templates/diag_core.pot @@ -0,0 +1,23 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/tr/diag_core.po b/applications/luci-app-diag-core/po/tr/diag_core.po new file mode 100644 index 0000000..d0b6211 --- /dev/null +++ b/applications/luci-app-diag-core/po/tr/diag_core.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/uk/diag_core.po b/applications/luci-app-diag-core/po/uk/diag_core.po new file mode 100644 index 0000000..eae9886 --- /dev/null +++ b/applications/luci-app-diag-core/po/uk/diag_core.po @@ -0,0 +1,40 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-26 17:55+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ñ–Ð°Ð³Ð½Ð¾Ñтики" + +msgid "Diagnostics" +msgstr "ДіагноÑтика" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" +"ДоÑтупні в цьому меню види діагноÑтики залежать від того, Ñкі модулі " +"інÑтальовані на вашому приÑтроі." + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" +"Пункти меню дозволÑÑŽÑ‚ÑŒ виконувати діагноÑтичні теÑти на вашій ÑиÑтемі, щоб " +"допомогти при уÑуненні неполадок." + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" +"ВикориÑтовуючи це меню, ви можете Ñконфігурувати діагноÑтику мережі, " +"наприклад, ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼ÐµÑ€ÐµÐ¶ÐµÐ²Ð¸Ñ… приÑтроїв та пінг-теÑти." diff --git a/applications/luci-app-diag-core/po/vi/diag_core.po b/applications/luci-app-diag-core/po/vi/diag_core.po new file mode 100644 index 0000000..d0b6211 --- /dev/null +++ b/applications/luci-app-diag-core/po/vi/diag_core.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Configure Diagnostics" +msgstr "" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "" diff --git a/applications/luci-app-diag-core/po/zh-cn/diag_core.po b/applications/luci-app-diag-core/po/zh-cn/diag_core.po new file mode 100644 index 0000000..e857d3d --- /dev/null +++ b/applications/luci-app-diag-core/po/zh-cn/diag_core.po @@ -0,0 +1,36 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-05 14:39+0200\n" +"Last-Translator: nKsyn \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "é…置诊断" + +msgid "Diagnostics" +msgstr "诊断" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "å¯ç”¨çš„诊断ä¾èµ–于设备上已ç»å®‰è£…的诊断模å—" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "下é¢çš„æ¡ç›®å¯ä»¥è¯Šæ–­æµ‹è¯•ç³»ç»Ÿï¼Œä¸ºæŽ’除故障æ供信æ¯" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "在这里å¯ä»¥é…置网络诊断,例如:扫æ网络设备,进行ping测试等。" + +#~ msgid "l_d_diag" +#~ msgstr "l_d诊断" diff --git a/applications/luci-app-diag-core/po/zh-tw/diag_core.po b/applications/luci-app-diag-core/po/zh-tw/diag_core.po new file mode 100644 index 0000000..3cb3169 --- /dev/null +++ b/applications/luci-app-diag-core/po/zh-tw/diag_core.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 12:47+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configure Diagnostics" +msgstr "診斷設定" + +msgid "Diagnostics" +msgstr "診斷" + +msgid "" +"The diagnostics available under this menu depend on what modules you have " +"installed on your device." +msgstr "這é¸å–®ä¸‹çš„診斷機制å¯é‹ç”¨æ€§, 端看你設備上已安è£çš„模組而定" + +msgid "" +"The entries in the menu allow you to perform diagnostic tests on your system " +"to aid in troubleshooting." +msgstr "é¸å–®å…§çš„é …ç›®å…許你在系統內執行診斷測試以便解決疑難雜症" + +msgid "" +"With this menu you can configure network diagnostics, such as network device " +"scans and ping tests." +msgstr "採用這é¸é …å¯ä»¥è®“你設定網路診斷, 例如網路設備掃æè·Ÿping的測試." diff --git a/applications/luci-app-diag-devinfo/Makefile b/applications/luci-app-diag-devinfo/Makefile new file mode 100644 index 0000000..258fdee --- /dev/null +++ b/applications/luci-app-diag-devinfo/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Diagnostics Tools (Device Info) +LUCI_DEPENDS:=+luci-app-diag-core +smap +netdiscover +mac-to-devinfo +httping +smap-to-devinfo +netdiscover-to-devinfo + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua new file mode 100644 index 0000000..93f735c --- /dev/null +++ b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua @@ -0,0 +1,185 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_diag.devinfo_common", package.seeall) + +require("luci.i18n") +require("luci.util") +require("luci.sys") +require("luci.cbi") +require("luci.model.uci") + +local translate = luci.i18n.translate +local DummyValue = luci.cbi.DummyValue +local SimpleSection = luci.cbi.SimpleSection + +function index() + return -- no-op +end + +function run_processes(outnets, cmdfunc) + i = next(outnets, nil) + while (i) do + outnets[i]["output"] = luci.sys.exec(cmdfunc(outnets, i)) + i = next(outnets, i) + end +end + +function parse_output(devmap, outnets, haslink, type, mini, debug) + local curnet = next(outnets, nil) + + while (curnet) do + local output = outnets[curnet]["output"] + local subnet = outnets[curnet]["subnet"] + local ports = outnets[curnet]["ports"] + local interface = outnets[curnet]["interface"] + local netdevs = {} + devlines = luci.util.split(output) + if not devlines then + devlines = {} + table.insert(devlines, output) + end + + local j = nil + j = next(devlines, j) + + local found_a_device = false + + while (j) do + if devlines[j] and ( devlines[j] ~= "" ) then + found_a_device = true + local devtable + local row = {} + devtable = luci.util.split(devlines[j], ' | ') + row["ip"] = devtable[1] + if (not mini) then + row["mac"] = devtable[2] + end + if ( devtable[4] == 'unknown' ) then + row["vendor"] = devtable[3] + else + row["vendor"] = devtable[4] + end + row["type"] = devtable[5] + if (not mini) then + row["model"] = devtable[6] + end + if (haslink) then + row["config_page"] = devtable[7] + end + + if (debug) then + row["raw"] = devlines[j] + end + table.insert(netdevs, row) + end + j = next(devlines, j) + end + if not found_a_device then + local row = {} + row["ip"] = curnet + if (not mini) then + row["mac"] = "" + end + if (type == "smap") then + row["vendor"] = luci.i18n.translate("No SIP devices") + else + row["vendor"] = luci.i18n.translate("No devices detected") + end + row["type"] = luci.i18n.translate("check other networks") + if (not mini) then + row["model"] = "" + end + if (haslink) then + row["config_page"] = "" + end + if (debug) then + row["raw"] = output + end + table.insert(netdevs, row) + end + local s + if (type == "smap") then + if (mini) then + s = devmap:section(luci.cbi.Table, netdevs, luci.i18n.translate("SIP devices discovered for") .. " " .. curnet) + else + local interfacestring = "" + if ( interface ~= "" ) then + interfacestring = ", " .. interface + end + s = devmap:section(luci.cbi.Table, netdevs, luci.i18n.translate("SIP devices discovered for") .. " " .. curnet .. " (" .. subnet .. ":" .. ports .. interfacestring .. ")") + end + s.template = "diag/smapsection" + else + if (mini) then + s = devmap:section(luci.cbi.Table, netdevs, luci.i18n.translate("Devices discovered for") .. " " .. curnet) + else + local interfacestring = "" + if ( interface ~= "" ) then + interfacestring = ", " .. interface + end + s = devmap:section(luci.cbi.Table, netdevs, luci.i18n.translate("Devices discovered for") .. " " .. curnet .. " (" .. subnet .. interfacestring .. ")") + end + end + s:option(DummyValue, "ip", translate("IP Address")) + if (not mini) then + s:option(DummyValue, "mac", translate("MAC Address")) + end + s:option(DummyValue, "vendor", translate("Vendor")) + s:option(DummyValue, "type", translate("Device Type")) + if (not mini) then + s:option(DummyValue, "model", translate("Model")) + end + if (haslink) then + s:option(DummyValue, "config_page", translate("Link to Device")) + end + if (debug) then + s:option(DummyValue, "raw", translate("Raw")) + end + curnet = next(outnets, curnet) + end +end + +function get_network_device(interface) + local state = luci.model.uci.cursor_state() + state:load("network") + local dev + + return state:get("network", interface, "ifname") +end + + +function cbi_add_networks(field) + uci.cursor():foreach("network", "interface", + function (section) + if section[".name"] ~= "loopback" then + field:value(section[".name"]) + end + end + ) + field.titleref = luci.dispatcher.build_url("admin", "network", "network") +end + +function config_devinfo_scan(map, scannet) + local o + o = scannet:option(luci.cbi.Flag, "enable", translate("Enable")) + o.optional = false + o.rmempty = false + + o = scannet:option(luci.cbi.Value, "interface", translate("Interface")) + o.optional = false + luci.controller.luci_diag.devinfo_common.cbi_add_networks(o) + + local scansubnet + scansubnet = scannet:option(luci.cbi.Value, "subnet", translate("Subnet")) + scansubnet.optional = false + + o = scannet:option(luci.cbi.Value, "timeout", translate("Timeout"), translate("Time to wait for responses in seconds (default 10)")) + o.optional = true + + o = scannet:option(luci.cbi.Value, "repeat_count", translate("Repeat Count"), translate("Number of times to send requests (default 1)")) + o.optional = true + + o = scannet:option(luci.cbi.Value, "sleepreq", translate("Sleep Between Requests"), translate("Milliseconds to sleep between requests (default 100)")) + o.optional = true +end diff --git a/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua new file mode 100644 index 0000000..ebba03f --- /dev/null +++ b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua @@ -0,0 +1,46 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_diag.luci_diag_devinfo", package.seeall) + +function index() + local e + + e = entry({"admin", "voice", "diag", "phones"}, arcombine(cbi("luci_diag/smap_devinfo"), cbi("luci_diag/smap_devinfo_config")), _("Phones"), 10) + e.leaf = true + e.subindex = true + e.dependent = true + + e = entry({"admin", "voice", "diag", "phones", "config"}, cbi("luci_diag/smap_devinfo_config"), _("Configure"), 10) + + e = entry({"admin", "status", "smap_devinfo"}, cbi("luci_diag/smap_devinfo"), _("SIP Devices on Network"), 120) + e.leaf = true + e.dependent = true + + e = entry({"admin", "network", "diag_config", "netdiscover_devinfo_config"}, cbi("luci_diag/netdiscover_devinfo_config"), _("Network Device Scan"), 100) + e.leaf = true + e.dependent = true + + e = entry({"admin", "network", "diag_config", "smap_devinfo_config"}, cbi("luci_diag/smap_devinfo_config"), _("SIP Device Scan")) + e.leaf = true + e.dependent = true + + e = entry({"admin", "status", "netdiscover_devinfo"}, cbi("luci_diag/netdiscover_devinfo"), _("Devices on Network"), 90) + e.dependent = true + + e = entry({"admin", "network", "mactodevinfo"}, cbi("luci_diag/mactodevinfo"), _("MAC Device Info Overrides"), 190) + e.dependent = true + + e = entry({"mini", "diag", "phone_scan"}, cbi("luci_diag/smap_devinfo_mini"), _("Phone Scan"), 100) + e.dependent = true + + e = entry({"mini", "voice", "phones", "phone_scan_config"}, cbi("luci_diag/smap_devinfo_config_mini"), _("Config Phone Scan"), 90) + e.dependent = true + + e = entry({"mini", "diag", "netdiscover_devinfo"}, cbi("luci_diag/netdiscover_devinfo_mini"), _("Network Device Scan"), 10) + e.dependent = true + + e = entry({"mini", "network", "netdiscover_devinfo_config"}, cbi("luci_diag/netdiscover_devinfo_config_mini"), _("Device Scan Config")) + e.dependent = true + +end diff --git a/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua new file mode 100644 index 0000000..2e879a6 --- /dev/null +++ b/applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua @@ -0,0 +1,91 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_diag.netdiscover_common", package.seeall) + +require("luci.i18n") +require("luci.util") +require("luci.sys") +require("luci.cbi") +require("luci.model.uci") + +local translate = luci.i18n.translate +local DummyValue = luci.cbi.DummyValue +local SimpleSection = luci.cbi.SimpleSection + +function index() + return -- no-op +end + +function get_params() + + local netdiscover_uci = luci.model.uci.cursor() + netdiscover_uci:load("luci_devinfo") + local nettable = netdiscover_uci:get_all("luci_devinfo") + + local i + local subnet + local netdout + + local outnets = {} + + i = next(nettable, nil) + + while (i) do + if (netdiscover_uci:get("luci_devinfo", i) == "netdiscover_scannet") then + local scannet = netdiscover_uci:get_all("luci_devinfo", i) + if scannet["subnet"] and (scannet["subnet"] ~= "") and scannet["enable"] and ( scannet["enable"] == "1") then + local output = "" + local outrow = {} + outrow["interface"] = scannet["interface"] + outrow["timeout"] = 10 + local timeout = tonumber(scannet["timeout"]) + if timeout and ( timeout > 0 ) then + outrow["timeout"] = scannet["timeout"] + end + + outrow["repeat_count"] = 1 + local repcount = tonumber(scannet["repeat_count"]) + if repcount and ( repcount > 0 ) then + outrow["repeat_count"] = scannet["repeat_count"] + end + + outrow["sleepreq"] = 100 + local repcount = tonumber(scannet["sleepreq"]) + if repcount and ( repcount > 0 ) then + outrow["sleepreq"] = scannet["sleepreq"] + end + + outrow["subnet"] = scannet["subnet"] + outrow["output"] = output + outnets[i] = outrow + end + end + i = next(nettable, i) + end + return outnets +end + +function command_function(outnets, i) + local interface = luci.controller.luci_diag.devinfo_common.get_network_device(outnets[i]["interface"]) + + return "/usr/bin/netdiscover-to-devinfo " .. outnets[i]["subnet"] .. " " .. interface .. " " .. outnets[i]["timeout"] .. " -r " .. outnets[i]["repeat_count"] .. " -s " .. outnets[i]["sleepreq"] .. " 0 ) then + outrow["timeout"] = scannet["timeout"] + end + + outrow["repeat_count"] = 1 + local repcount = tonumber(scannet["repeat_count"]) + if repcount and ( repcount > 0 ) then + outrow["repeat_count"] = scannet["repeat_count"] + end + + outrow["sleepreq"] = 100 + local repcount = tonumber(scannet["sleepreq"]) + if repcount and ( repcount > 0 ) then + outrow["sleepreq"] = scannet["sleepreq"] + end + + if scannet["interface"] and ( scannet["interface"] ~= "" ) then + outrow["interface"] = scannet["interface"] + else + outrow["interface"] = "" + end + + outrow["ports"] = ports + outrow["output"] = output + outnets[i] = outrow + end + end + i = next(nettable, i) + end + return outnets +end + +function command_function(outnets, i) + + local interface = luci.controller.luci_diag.devinfo_common.get_network_device(outnets[i]["interface"]) + + return "/usr/bin/netsmap-to-devinfo -r " .. outnets[i]["subnet"] .. " -t " .. outnets[i]["timeout"] .. " -i " .. interface .. " -x -p " .. outnets[i]["ports"] .. " -c " .. outnets[i]["repeat_count"] .. " -s " .. outnets[i]["sleepreq"] .. " + +<%- +local rowcnt = 1 +function rowstyle() + rowcnt = rowcnt + 1 + return (rowcnt % 2) + 1 +end +-%> + + +
+ <% if self.title and #self.title > 0 then -%> + <%=self.title%> + <%- end %> +
<%=self.description%>
+
+ <%- local count = 0 -%> + + + <%- if not self.anonymous then -%> + <%- if self.sectionhead then -%> + + <%- else -%> + + <%- end -%> + <%- end -%> + <%- for i, k in pairs(self.children) do if not k.optional then -%> + + <%- count = count + 1; end; end; if self.extedit or self.addremove then -%> + + <%- count = count + 1; end -%> + + + <%- if not self.anonymous then -%> + <%- if self.sectiondesc then -%> + + <%- else -%> + + <%- end -%> + <%- end -%> + <%- for i, k in pairs(self.children) do if not k.optional then -%> + + <%- end; end; if self.extedit or self.addremove then -%> + + <%- end -%> + + <%- local isempty = true + for i, k in ipairs(self:cfgsections()) do + section = k + isempty = false + scope = { valueheader = "cbi/cell_valueheader", valuefooter = "cbi/cell_valuefooter" } + -%> + + <% if not self.anonymous then -%> + + <%- end %> + + <%- for k, node in ipairs(self.children) do -%> + <%- if not node.optional then -%> + <%- nodevalue = node:cfgvalue(section) -%> + <%- if nodevalue and ( nodevalue ~= "" ) and string.find(nodevalue, 'http://', 1, plain) then + node.href = nodevalue + node.template = "diag/smapvalue" + end + -%> + <%- node:render(section, scope or {}) -%> + <%- end -%> + <%- end -%> + + <%- if self.extedit or self.addremove then -%> + + <%- end -%> + + <%- end -%> + + <%- if isempty then -%> + + + + <%- end -%> +
<%=self.sectionhead%>  + <%- if k.titleref then -%><%- end -%> + <%-=k.title-%> + <%- if k.titleref then -%><%- end -%> +  
<%=self.sectiondesc%><%=k.description%>

<%=k%>

+ <%- if self.extedit then -%> + + <%=self.extedit:format(section)%> + <%- elseif type(self.extedit) == "function" then -%> + <%=self:extedit(section)%> + <%- end -%> + " title="<%:Edit%>"><%:Edit%> + <%- end; if self.addremove then %> + + <%- end -%> +

<%:This section contains no values yet%>
+ + <% if self.error then %> +
+
    <% for _, c in pairs(self.error) do for _, e in ipairs(c) do -%> +
  • <%=luci.util.pcdata(e):gsub("\n","
    ")%>
  • + <%- end end %>
+
+ <% end %> + + <%- if self.addremove then -%> + <% if self.template_addremove then include(self.template_addremove) else -%> +
+ <% if self.anonymous then %> + + <% else %> + <% if self.invalid_cts then -%>
<% end %> + + + <% if self.invalid_cts then -%> +
<%:Invalid%>
+ <%- end %> + <% end %> +
+ <%- end %> + <%- end -%> +
+
+ diff --git a/applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm b/applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm new file mode 100644 index 0000000..278985c --- /dev/null +++ b/applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm @@ -0,0 +1,12 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+cbi/valueheader%> +<% if self.href then %><% end -%> + <%=luci.util.pcdata(self:cfgvalue(section))%> +<%- if self.href then %><%end%> +  + +<%+cbi/valuefooter%> diff --git a/applications/luci-app-diag-devinfo/po/ca/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/ca/diag_devinfo.po new file mode 100644 index 0000000..9739a4b --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/ca/diag_devinfo.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-02 05:29+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Accions" + +msgid "Add" +msgstr "Afegeix" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "Configura" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Suprimeix" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "Edita" + +msgid "Enable" +msgstr "Habilita" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "Adreça IP" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "Model" + +msgid "Name" +msgstr "Nom" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "Cap dispositiu SIP" + +msgid "No devices detected" +msgstr "Cap dispositiu detectat" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "Propietari OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "Informació de telèfon" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "Telèfons" + +msgid "Ports" +msgstr "Ports" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "Subxarxa" + +msgid "This section contains no values yet" +msgstr "Esta secció encara no conté valors" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "Temps d'espera" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "Venedor" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/cs/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/cs/diag_devinfo.po new file mode 100644 index 0000000..73fe67e --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/cs/diag_devinfo.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-11 19:32+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Akce" + +msgid "Add" +msgstr "PÅ™idat" + +msgid "Beginning of MAC address range" +msgstr "ZaÄátek rozsahu MAC adres" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "Konfigurace" + +msgid "Configure Scans" +msgstr "Konfigurace skenů" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Odstranit" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "Typ zařízení" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "Zařízení na síti" + +msgid "Edit" +msgstr "Upravit" + +msgid "Enable" +msgstr "Povolit" + +msgid "End of MAC address range" +msgstr "Konec rozsahu MAC adres" + +msgid "Go to relevant configuration page" +msgstr "PÅ™ejít na přísluÅ¡nou konfiguraÄní stránku" + +msgid "IP Address" +msgstr "IP adresa" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "Invalid" +msgstr "Neplatný" + +msgid "Link to Device" +msgstr "Odkaz na zařízení" + +msgid "MAC Address" +msgstr "MAC adresa" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Jak dlouho spát mezi požadavky (milisekundy, výchozí 100)" + +msgid "Model" +msgstr "Model" + +msgid "Name" +msgstr "Jméno" + +msgid "Network Device Scan" +msgstr "Vyhledání síťových zařízení" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "Žádná zařízení SIP" + +msgid "No devices detected" +msgstr "Nebyla detekována žádná zařízení" + +msgid "Number of times to send requests (default 1)" +msgstr "Kolikrát odeslat požadavek (standardnÄ› 1)" + +msgid "OUI Owner" +msgstr "Vlastník OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Provést skenování (může trvat nÄ›kolik minut)" + +msgid "Phone Information" +msgstr "Informace o telefonu" + +msgid "Phone Scan" +msgstr "Vyhledání telefonů" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "Telefony" + +msgid "Ports" +msgstr "Porty" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "PoÄet opakování" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Opakování skenování (může trvat nÄ›kolik minut)" + +msgid "SIP Device Information" +msgstr "Informace o zařízení SIP" + +msgid "SIP Device Scan" +msgstr "Skenování SIP zařízení" + +msgid "SIP Device Scanning Configuration" +msgstr "Konfigurace skenování SIP zařízení" + +msgid "SIP Devices on Network" +msgstr "Zařízení SIP na síti" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "Hledat zařízení na zadané síti" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "Nastavení skenování" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "Uspat mezi jednotlivými požadavky" + +msgid "Subnet" +msgstr "Podsíť" + +msgid "This section contains no values yet" +msgstr "Tato sekce zatím neobsahuje žádné hodnoty" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Doba Äekání na odpovÄ›di v sekundách (výchozí 10)" + +msgid "Timeout" +msgstr "ÄŒasový limit" + +msgid "Use Configuration" +msgstr "Použít nastavení" + +msgid "Vendor" +msgstr "Prodejce" + +msgid "check other networks" +msgstr "zkontrolovat ostatní sítÄ›" diff --git a/applications/luci-app-diag-devinfo/po/de/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/de/diag_devinfo.po new file mode 100644 index 0000000..2401ece --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/de/diag_devinfo.po @@ -0,0 +1,221 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-10 02:08+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Aktionen" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "Beginning of MAC address range" +msgstr "Beginn des MAC-Adress-Bereiches" + +msgid "Config Phone Scan" +msgstr "Telefonsuche konfigurieren" + +msgid "Configure" +msgstr "Konfigurieren" + +msgid "Configure Scans" +msgstr "Suche konfigurieren" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Konfiguriere Suche für Geräte in gewählten Netzwerken. Das Verringern von " +"'Zeitüberschreitung', 'Wiederholungszähler' und/oder 'Pause zwischen " +"Anfragen' kann die Geschwindigkeit der Suche erhöhen, aber auch das Finden " +"einzelner Geräte verhindern." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Konfiguriere Suche für SIP-Gerätein gewählten Netzwerken. Das Verringern von " +"'Zeitüberschreitung', 'Wiederholungszähler' und/oder 'Pause zwischen " +"Anfragen' kann die Geschwindigkeit der Suche erhöhen, aber auch das Finden " +"einzelner Geräte verhindern." + +msgid "Delete" +msgstr "Löschen" + +msgid "Device Scan Config" +msgstr "Gerätesuche konfigurieren" + +msgid "Device Type" +msgstr "Geräte-Typ" + +msgid "Devices discovered for" +msgstr "Geräte gefunden für" + +msgid "Devices on Network" +msgstr "Geräte im Netzwerk" + +msgid "Edit" +msgstr "Bearbeiten" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "End of MAC address range" +msgstr "Ende des MAC-Adress-Bereiches" + +msgid "Go to relevant configuration page" +msgstr "Gehe zu entsprechender Konfigurations-Seite" + +msgid "IP Address" +msgstr "IP-Adresse" + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "Invalid" +msgstr "Ungültig" + +msgid "Link to Device" +msgstr "Verknüpfung zu Gerät" + +msgid "MAC Address" +msgstr "MAC-Adresse" + +msgid "MAC Device Info Overrides" +msgstr "Benutzerdefinierte MAC-zu-Gerät-Benennungen" + +msgid "MAC Device Override" +msgstr "Benutzerdefinierte MAC-zu-Gerät-Benennung" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"MAC-Adressbereich und Benennungen um die Informationen der System- und IEEE-" +"Datenbanken zu überschreiben" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Wartezeit zwischen den Anfragen in Millisekunden (Standard 100)" + +msgid "Model" +msgstr "Modell" + +msgid "Name" +msgstr "Name" + +msgid "Network Device Scan" +msgstr "Netzwerkgerätesuche" + +msgid "Network Device Scanning Configuration" +msgstr "Konfiguration der Netzwerkgerätesuche" + +msgid "Networks to scan for devices" +msgstr "Zu durchsuchende Netzwerke" + +msgid "Networks to scan for supported devices" +msgstr "Nach unterstützten Geräten zu durchsuchende Netzwerke" + +msgid "No SIP devices" +msgstr "keine SIP-Geräte" + +msgid "No devices detected" +msgstr "keine Geräte gefunden" + +msgid "Number of times to send requests (default 1)" +msgstr "Anzahl der Versuche Anfragen zu senden (Standard 1)" + +msgid "OUI Owner" +msgstr "OUI-Organisation" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Ãœberschreibt die Informationen die durch das MAC-zu-Gerätename-Programm (mac-" +"to-devinfo) für einen bestimmten MAC-Adressbereich zurückgegeben werden" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Führe Suche aus (Dies kann einige Minuten dauern)" + +msgid "Phone Information" +msgstr "Informationen zum Telefon" + +msgid "Phone Scan" +msgstr "Telefonsuche" + +msgid "Phone Scanning Configuration" +msgstr "Konfiguration der Telefonsuche" + +msgid "Phones" +msgstr "Telefone" + +msgid "Ports" +msgstr "Ports" + +msgid "Raw" +msgstr "Rohdaten" + +msgid "Repeat Count" +msgstr "Wiederholungsanzahl" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Wiederhole Suche (Dies kann einige Minuten dauern)" + +msgid "SIP Device Information" +msgstr "SIP-Geräteinformationen" + +msgid "SIP Device Scan" +msgstr "SIP-Gerätesuche" + +msgid "SIP Device Scanning Configuration" +msgstr "Konfiguration der SIP-Gerätesuche" + +msgid "SIP Devices on Network" +msgstr "SIP-Geräte im Netzwerk" + +msgid "SIP devices discovered for" +msgstr "SIP-Geräte entdeckt für" + +msgid "Scan for devices on specified networks." +msgstr "Suche nach Geräten im spezifizierten Netzwerk" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Suche nach SIP-unterstützenden Geräten im spezifizierten Netzwerk" + +msgid "Scanning Configuration" +msgstr "Such-Konfiguration" + +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + +msgid "Sleep Between Requests" +msgstr "Wartezeit zwischen den Versuchen" + +msgid "Subnet" +msgstr "Subnetz" + +msgid "This section contains no values yet" +msgstr "Dieser Abschnitt enthält noch keine Werte" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Antwortwartezeit in Sekunden (Standard: 10)" + +msgid "Timeout" +msgstr "Zeitüberschreitung" + +msgid "Use Configuration" +msgstr "Verwende Konfiguration" + +msgid "Vendor" +msgstr "Hersteller" + +msgid "check other networks" +msgstr "Prüfe andere Netzwerke" diff --git a/applications/luci-app-diag-devinfo/po/el/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/el/diag_devinfo.po new file mode 100644 index 0000000..7a247cb --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/el/diag_devinfo.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-19 15:30+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "ΠÏοσθήκη" + +msgid "Beginning of MAC address range" +msgstr "ΑÏχή εÏÏους διευθÏνσεων MAC" + +msgid "Config Phone Scan" +msgstr "ΡÏθμιση ΣάÏωσης Τηλεφώνων" + +msgid "Configure" +msgstr "ΠαÏαμετÏοποίηση" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "ΔιαγÏαφή" + +msgid "Device Scan Config" +msgstr "ΡÏθμιση ΣάÏωσης Συσκευών" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "Συσκευές στο Δίκτυο" + +msgid "Edit" +msgstr "ΕπεξεÏγασία" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "End of MAC address range" +msgstr "Τέλος εÏÏους διευθÏνσεων MAC" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "ΔιεÏθυνση IP" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "Invalid" +msgstr "Μη έγκυÏο" + +msgid "Link to Device" +msgstr "ΖεÏξη με Συσκευή" + +msgid "MAC Address" +msgstr "ΔιεÏθυνση MAC" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "Όνομα" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "Δεν υπάÏχουν συσκευές SIP" + +msgid "No devices detected" +msgstr "Δεν ανιχνεÏτηκαν συσκευές" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "Ιδιοκτήτης OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "ΠληÏοφοÏίες Τηλεφώνου" + +msgid "Phone Scan" +msgstr "ΣάÏωση Τηλεφώνων" + +msgid "Phone Scanning Configuration" +msgstr "ΠαÏαμετÏοποίηση ΣάÏωσης Τηλεφώνων" + +msgid "Phones" +msgstr "Τηλέφωνα" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "ΑνεπεξέÏγαστα" + +msgid "Repeat Count" +msgstr "Επανάληψη ΜέτÏησης" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "ΠληÏοφοÏίες Συσκευής SIP" + +msgid "SIP Device Scan" +msgstr "ΣάÏωση για συσκευές SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "ΠαÏαμετÏοποίηση ΣάÏωσης Συσκευών SIP" + +msgid "SIP Devices on Network" +msgstr "Συσκευές SIP στο Δίκτυο" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "ΣάÏωση για συσκευές σε καθοÏισμένα δίκτυα." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "Υποδίκτυο" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "έλεγχος άλλων δικτÏων" diff --git a/applications/luci-app-diag-devinfo/po/en/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/en/diag_devinfo.po new file mode 100644 index 0000000..7adbbea --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/en/diag_devinfo.po @@ -0,0 +1,213 @@ +# Diagnostics (Device Info). +# Copyright (C) 2009 Daniel Dickinson +# Daniel Dickinson , 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2009-07-17 04:22-0400\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "Add" + +msgid "Beginning of MAC address range" +msgstr "Beginning of MAC address range" + +msgid "Config Phone Scan" +msgstr "Config Phone Scan" + +msgid "Configure" +msgstr "Configure" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Delete" + +msgid "Device Scan Config" +msgstr "Device Scan Config" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "" + +msgid "Devices on Network" +msgstr "Devices on Network" + +msgid "Edit" +msgstr "Edit" + +msgid "Enable" +msgstr "Enable" + +msgid "End of MAC address range" +msgstr "End of MAC address range" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "IP Address" + +msgid "Interface" +msgstr "Interface" + +msgid "Invalid" +msgstr "Invalid" + +msgid "Link to Device" +msgstr "Link to Device" + +msgid "MAC Address" +msgstr "MAC Address" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "MAC Device Override" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "MAC range and information used to override system and IEEE databases" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Milliseconds to sleep between requests (default 100)" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "Name" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "No SIP devices" + +msgid "No devices detected" +msgstr "No devices detected" + +msgid "Number of times to send requests (default 1)" +msgstr "Number of times to send requests (default 1)" + +msgid "OUI Owner" +msgstr "OUI Owner" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "Phone Information" + +msgid "Phone Scan" +msgstr "Phone Scan" + +msgid "Phone Scanning Configuration" +msgstr "Phone Scanning Configuration" + +msgid "Phones" +msgstr "Phones" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "Raw" + +msgid "Repeat Count" +msgstr "Repeat Count" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "SIP Device Information" + +msgid "SIP Device Scan" +msgstr "SIP Device Scan" + +msgid "SIP Device Scanning Configuration" +msgstr "SIP Device Scanning Configuration" + +msgid "SIP Devices on Network" +msgstr "SIP Devices on Network" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "Scan for devices on specified networks." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + +msgid "Sleep Between Requests" +msgstr "Sleep Between Requests" + +msgid "Subnet" +msgstr "Subnet" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Time to wait for responses in seconds (default 10)" + +msgid "Timeout" +msgstr "Timeout" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "check other networks" diff --git a/applications/luci-app-diag-devinfo/po/es/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/es/diag_devinfo.po new file mode 100644 index 0000000..0b44ff3 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/es/diag_devinfo.po @@ -0,0 +1,222 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-26 20:14+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Acciones" + +msgid "Add" +msgstr "Añadir" + +msgid "Beginning of MAC address range" +msgstr "Inicio del rango de direcciones MAC" + +msgid "Config Phone Scan" +msgstr "Configurar escaneo de teléfono" + +msgid "Configure" +msgstr "Configurar" + +msgid "Configure Scans" +msgstr "Explorar configuraciones" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Configure la exploración de dispositivos en las redes especificadas. " +"Reduciendo \"Espera\", \"Repeticiones\" y/o \"Parar entre peticiones\" puede " +"acelerar las exploración, pero también puede que no encuentre algunos " +"dispositivos." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Configure la exploración de dispositivos SIP soportados en las redes " +"especificadas. Reduciendo \"Espera\", \"Repeticiones\" y/o \"Parar entre " +"peticiones\" puede acelerar la exploración, pero también puede que no " +"encuentre algunos dispositivos." + +msgid "Delete" +msgstr "Borrar" + +msgid "Device Scan Config" +msgstr "Configuración del escaneo de dispositivos" + +msgid "Device Type" +msgstr "Tipo de dispositivo" + +msgid "Devices discovered for" +msgstr "Dispositivos encontrados para" + +msgid "Devices on Network" +msgstr "Dispositivos en red" + +msgid "Edit" +msgstr "Editar" + +msgid "Enable" +msgstr "Activar" + +msgid "End of MAC address range" +msgstr "Fin del rango de direcciones MAC" + +msgid "Go to relevant configuration page" +msgstr "Ir a la página de configuración pertinente" + +msgid "IP Address" +msgstr "Dirección IP" + +msgid "Interface" +msgstr "Interfaz" + +msgid "Invalid" +msgstr "No válido" + +msgid "Link to Device" +msgstr "Enlazar con dispositivo" + +msgid "MAC Address" +msgstr "Dirección MAC" + +msgid "MAC Device Info Overrides" +msgstr "Ignorar la información del dispositivo MAC" + +msgid "MAC Device Override" +msgstr "Ignorar MAC del dispositivo" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"Dirección MAC e información usada para ignorar el sistema y bases de datos " +"IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Milisegundos a detenerse entre peticiones (100 por defecto)" + +msgid "Model" +msgstr "Modelo" + +msgid "Name" +msgstr "Nombre" + +msgid "Network Device Scan" +msgstr "Exploración de dispositivos de red" + +msgid "Network Device Scanning Configuration" +msgstr "Configuración de la exploración de dispositivos de red" + +msgid "Networks to scan for devices" +msgstr "Redes en las que escanear dispositivos" + +msgid "Networks to scan for supported devices" +msgstr "Redes en las que escanear dispositivos soportados" + +msgid "No SIP devices" +msgstr "No hay dispositivos SIP" + +msgid "No devices detected" +msgstr "No se detectan dispositivos" + +msgid "Number of times to send requests (default 1)" +msgstr "Número de veces que se enviarán peticiones (1 por defecto)" + +msgid "OUI Owner" +msgstr "Propietario del OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Ignorar la información devuelta por el script de información MAC a " +"dispositivo (mac-to-devinfo) para el rango de direcciones MAC que se " +"especifica" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Realizar exploraciones (puede llevar unos minutos)" + +msgid "Phone Information" +msgstr "Información de teléfono" + +msgid "Phone Scan" +msgstr "Escanear teléfono" + +msgid "Phone Scanning Configuration" +msgstr "Configuración del escaneo telefónico" + +msgid "Phones" +msgstr "Teléfonos" + +msgid "Ports" +msgstr "Puertos" + +msgid "Raw" +msgstr "Sin tratar" + +msgid "Repeat Count" +msgstr "Número de repeticiones" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Repetir exploraciones (puede llevar unos minutos)" + +msgid "SIP Device Information" +msgstr "Información de dispositivos SIP" + +msgid "SIP Device Scan" +msgstr "Escanear dispositivos SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Configuración de escaneo de dispositivos SIP" + +msgid "SIP Devices on Network" +msgstr "Dispositivos SIP en red" + +msgid "SIP devices discovered for" +msgstr "Dispositivos SIP para los que descubrir" + +msgid "Scan for devices on specified networks." +msgstr "Buscar dispositivos en las redes especificadas." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Explorar dispositivos SIP soportados en las redes especificadas." + +msgid "Scanning Configuration" +msgstr "Configuración de la exploración" + +msgid "Scans for devices on specified networks." +msgstr "Explora dispositivos en las redes especificadas." + +msgid "Sleep Between Requests" +msgstr "Detenerse entre peticiones" + +msgid "Subnet" +msgstr "Subred" + +msgid "This section contains no values yet" +msgstr "Esta sección aún no tiene valores" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Esperar de respuestas en segundos (10 por defecto)" + +msgid "Timeout" +msgstr "Espera" + +msgid "Use Configuration" +msgstr "Use la configuración" + +msgid "Vendor" +msgstr "Vendedor" + +msgid "check other networks" +msgstr "comprueba otras redes" diff --git a/applications/luci-app-diag-devinfo/po/fr/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/fr/diag_devinfo.po new file mode 100644 index 0000000..e3d3809 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/fr/diag_devinfo.po @@ -0,0 +1,220 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-26 12:49+0200\n" +"Last-Translator: kyas \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Actions" + +msgid "Add" +msgstr "Ajouter" + +msgid "Beginning of MAC address range" +msgstr "Début de la plage d'adresses MAC" + +msgid "Config Phone Scan" +msgstr "Configurer la recherche de téléphone" + +msgid "Configure" +msgstr "Configurer" + +msgid "Configure Scans" +msgstr "Configurer la recherche" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Configurer la recherche d'appareils sur un réseau spécifié. Réduire le " +"'Timeout', 'Repeat Count', et/ou 'Sleep Between Requests' peut augmenter la " +"vitesse des scans, mais peut aussi ne pas trouver certains appareils." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Configurer la recherche d'appareils SIP supporté sur un réseau spécifié. " +"Réduire le 'Timeout', 'Repeat Count', et/ou 'Sleep Between Requests' peut " +"augmenter la vitesse des scans, mais peut aussi ne pas trouver certains " +"appareils." + +msgid "Delete" +msgstr "Supprimer" + +msgid "Device Scan Config" +msgstr "Configuration de la recherche de périphériques" + +msgid "Device Type" +msgstr "Type d'appareil" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "Périphériques sur le réseau" + +msgid "Edit" +msgstr "Éditer" + +msgid "Enable" +msgstr "Activer" + +msgid "End of MAC address range" +msgstr "Fin de la plage d'adresses MAC" + +msgid "Go to relevant configuration page" +msgstr "Aller à la page de configuration appropriée" + +msgid "IP Address" +msgstr "Adresse IP" + +msgid "Interface" +msgstr "Interface" + +msgid "Invalid" +msgstr "Invalide" + +msgid "Link to Device" +msgstr "Lien vers le périphérique" + +msgid "MAC Address" +msgstr "Adresse MAC" + +msgid "MAC Device Info Overrides" +msgstr "Modification info MAC du périphérique" + +msgid "MAC Device Override" +msgstr "Modification de MAC de périphériques" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"Gamme d'adresses MAC et informations utilisées pour modifier les bases " +"système et IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Durée d'attente en millisecondes entre les requêtes (par défaut 100)" + +msgid "Model" +msgstr "Modèle" + +msgid "Name" +msgstr "Nom" + +msgid "Network Device Scan" +msgstr "Analyse des périphériques réseau" + +msgid "Network Device Scanning Configuration" +msgstr "Configuration de l'analyse des périphériques réseau" + +msgid "Networks to scan for devices" +msgstr "Réseaux à scanner pour les périphériques " + +msgid "Networks to scan for supported devices" +msgstr "Réseaux à scanner pour les périphériques supporté" + +msgid "No SIP devices" +msgstr "Pas de périphérique SIP" + +msgid "No devices detected" +msgstr "Pas de périphérique détecté" + +msgid "Number of times to send requests (default 1)" +msgstr "Nombre de tentatives d'envois des requêtes (1 par défaut)" + +msgid "OUI Owner" +msgstr "OUI du fabricant" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Modifie les informations renvoyées par le script d'information « MAC vers " +"Périphérique » (mac-to-devinfo) pour une gamme donnée d'adresses MAC" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Faire un scan ( Cela peut prendre quelques minutes)" + +msgid "Phone Information" +msgstr "Informations concernant le téléphone" + +msgid "Phone Scan" +msgstr "Recherche d'un téléphone" + +msgid "Phone Scanning Configuration" +msgstr "Configuration de la recherche d'un téléphone" + +msgid "Phones" +msgstr "Téléphones" + +msgid "Ports" +msgstr "Ports" + +msgid "Raw" +msgstr "Brut" + +msgid "Repeat Count" +msgstr "Nombre de tentatives" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Refaire scans (cela peut prendre quelques minutes )" + +msgid "SIP Device Information" +msgstr "Informations concernant le périphérique SIP" + +msgid "SIP Device Scan" +msgstr "Recherche de périphérique SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Configuration de la recherche de périphériques SIP" + +msgid "SIP Devices on Network" +msgstr "Périphériques SIP sur le réseau" + +msgid "SIP devices discovered for" +msgstr "Périphériques SIP découvert pour" + +msgid "Scan for devices on specified networks." +msgstr "Rechercher des périphériques sur les réseaux spécifiés." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Rechercher des périphériques SIP supportés sur les réseaux spécifiés." + +msgid "Scanning Configuration" +msgstr "Analyse de la configuration" + +msgid "Scans for devices on specified networks." +msgstr "Recherches des périphériques sur les réseaux spécifiés." + +msgid "Sleep Between Requests" +msgstr "Attente entre les requêtes" + +msgid "Subnet" +msgstr "Sous-réseau" + +msgid "This section contains no values yet" +msgstr "Cette partie ne contient pas encore de valeur." + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Durée d'attente des réponses en secondes (par défaut 10)" + +msgid "Timeout" +msgstr "Timeout" + +msgid "Use Configuration" +msgstr "Utiliser la configuration" + +msgid "Vendor" +msgstr "Vendeur" + +msgid "check other networks" +msgstr "Explorer d'autres réseaux" diff --git a/applications/luci-app-diag-devinfo/po/he/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/he/diag_devinfo.po new file mode 100644 index 0000000..7161955 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/he/diag_devinfo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/hu/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/hu/diag_devinfo.po new file mode 100644 index 0000000..5201994 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/hu/diag_devinfo.po @@ -0,0 +1,222 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 10:01+0200\n" +"Last-Translator: Gabor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Műveletek" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "Beginning of MAC address range" +msgstr "MAC cím tartomány kezdete" + +msgid "Config Phone Scan" +msgstr "Telefon keresés beállításai" + +msgid "Configure" +msgstr "Beállítás" + +msgid "Configure Scans" +msgstr "Keresési beállítások" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Ãllítsa be az eszközkeresést a megadott hálózatokon. Az 'IdÅ‘limit', " +"'Ismétlésszám', és/vagy 'Alvás a lekérdezések között' csökkentése " +"felgyorsíthatja a keresést, de lehet, hogy nem talál meg néhány eszközt." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Ãllítsa be a támogatott SIP eszközök keresését a megadott hálózatokon. Az " +"'IdÅ‘limit', 'Ismétlésszám', és/vagy 'Alvás a lekérdezések között' " +"csökkentése felgyorsíthatja a keresést, de lehet, hogy nem talál meg néhány " +"eszközt." + +msgid "Delete" +msgstr "Törlés" + +msgid "Device Scan Config" +msgstr "Eszköz keresés beállításai" + +msgid "Device Type" +msgstr "Eszköztípus" + +msgid "Devices discovered for" +msgstr "Felfedezett eszközök" + +msgid "Devices on Network" +msgstr "Eszközök a hálózatban" + +msgid "Edit" +msgstr "Szerkesztés" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "End of MAC address range" +msgstr "MAC cím tartomány vége" + +msgid "Go to relevant configuration page" +msgstr "Ugrás a kapcsolódó beállítások oldalára" + +msgid "IP Address" +msgstr "IP cím" + +msgid "Interface" +msgstr "Interfész" + +msgid "Invalid" +msgstr "Érvénytelen" + +msgid "Link to Device" +msgstr "Eszközre mutató hivatkozás" + +msgid "MAC Address" +msgstr "MAC cím" + +msgid "MAC Device Info Overrides" +msgstr "MAC eszköz információ felülbírálások" + +msgid "MAC Device Override" +msgstr "MAC eszköz felülbírálása" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"A rendszer és IEEE adatbázisok felülbíráláshoz használt MAC cím tartomány és " +"információ" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" +"A kérések küldése közötti szünet idÅ‘tartama ezredmásodpercben " +"(alapértelmezés: 100)" + +msgid "Model" +msgstr "Típus" + +msgid "Name" +msgstr "Név" + +msgid "Network Device Scan" +msgstr "Hálózati eszközök keresése" + +msgid "Network Device Scanning Configuration" +msgstr "Hálózati eszközök keresési beállításai" + +msgid "Networks to scan for devices" +msgstr "Eszközök keresése ezekben a hálózatokban" + +msgid "Networks to scan for supported devices" +msgstr "Támogatott eszközök keresése ezekben a hálózatokban" + +msgid "No SIP devices" +msgstr "Nem találhatóak SIP eszközök" + +msgid "No devices detected" +msgstr "Nem található semmilyen eszköz" + +msgid "Number of times to send requests (default 1)" +msgstr "Az elküldött kérések száma (alapértelmezés: 1)" + +msgid "OUI Owner" +msgstr "OUI tulajdonos" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"A meghatározott tartományba tartozó MAC címeknél felülbírálja a 'MAC to " +"Device Info' szkript (mac-to-devinfo) által visszadott információt." + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Keresés (ez eltarthat néhány percig)" + +msgid "Phone Information" +msgstr "Telefon információ" + +msgid "Phone Scan" +msgstr "Telefon keresés" + +msgid "Phone Scanning Configuration" +msgstr "Telefon keresési beállítások" + +msgid "Phones" +msgstr "Telefonok" + +msgid "Ports" +msgstr "Portok" + +msgid "Raw" +msgstr "Nyers" + +msgid "Repeat Count" +msgstr "Ismétlés száma" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Keresés megismétlése (ez eltarthat néhány percig)" + +msgid "SIP Device Information" +msgstr "SIP eszköz információ" + +msgid "SIP Device Scan" +msgstr "SIP eszközök keresése" + +msgid "SIP Device Scanning Configuration" +msgstr "SIP eszköz keresés beállításai" + +msgid "SIP Devices on Network" +msgstr "SIP eszközök a hálózatban" + +msgid "SIP devices discovered for" +msgstr "Megtalált SIP eszközök ehhez:" + +msgid "Scan for devices on specified networks." +msgstr "Eszközök keresése a megadott hálózatokban." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Támogatott SIP eszközök keresése a megadott hálózatokban." + +msgid "Scanning Configuration" +msgstr "Keresési beállítások" + +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + +msgid "Sleep Between Requests" +msgstr "Kérések közötti szünet" + +msgid "Subnet" +msgstr "Alhálózat" + +msgid "This section contains no values yet" +msgstr "Ez a rész még nem tartlamaz értékeket" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Várakozási idÅ‘ a válasz beérkezésére (alapértelemezés: 10)" + +msgid "Timeout" +msgstr "Várakozási idÅ‘" + +msgid "Use Configuration" +msgstr "Beállítás használata" + +msgid "Vendor" +msgstr "Gyártó" + +msgid "check other networks" +msgstr "egyéb hálózatok ellenÅ‘rzése" diff --git a/applications/luci-app-diag-devinfo/po/it/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/it/diag_devinfo.po new file mode 100644 index 0000000..767245c --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/it/diag_devinfo.po @@ -0,0 +1,221 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-09 20:40+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Azioni" + +msgid "Add" +msgstr "Aggiungi" + +msgid "Beginning of MAC address range" +msgstr "Inizio del campo di indirizzi MAC" + +msgid "Config Phone Scan" +msgstr "Configura Scansione Telefono" + +msgid "Configure" +msgstr "Configura" + +msgid "Configure Scans" +msgstr "Configura Scansioni" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Configurare la scansione per i dispositivi su reti specifiche. Diminuendo il " +"'Timeout', 'Numero Ripetizioni' e/o ''Pausa tra le Richieste' è possibile " +"aumentare la velocità delle scansioni, ma può anche non riuscire a trovare " +"alcuni dispositivo." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Configurare la scansione dei dispositivi SIP supportati su reti specifiche. " +"Diminuendo il 'Timeout', 'Numero ripetizioni' e / o ''Pausa tra le " +"richieste' è possibile aumentare la velocità delle scansioni, ma può anche " +"non riuscire a trovare alcuni dispositivo." + +msgid "Delete" +msgstr "Elimina" + +msgid "Device Scan Config" +msgstr "Configura Scansione Periferica" + +msgid "Device Type" +msgstr "Tipo di Periferica" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "Periferiche in Rete" + +msgid "Edit" +msgstr "Modifica" + +msgid "Enable" +msgstr "Attiva" + +msgid "End of MAC address range" +msgstr "Fine intervallo dell' indirizzo MAC" + +msgid "Go to relevant configuration page" +msgstr "Vai alla pagina di configurazione rilevanti" + +msgid "IP Address" +msgstr "Indirizzo IP" + +msgid "Interface" +msgstr "Interfaccia" + +msgid "Invalid" +msgstr "Non valido" + +msgid "Link to Device" +msgstr "Collegamento alla Periferica" + +msgid "MAC Address" +msgstr "Indirizzo MAC" + +msgid "MAC Device Info Overrides" +msgstr "Informazioni su Sostituzioni della Periferica MAC" + +msgid "MAC Device Override" +msgstr "Sostituzione del MAC del dispositivo" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"La gamma e le informazioni MAC utilizzate per eseguire la sostituzione dei " +"database di sistema e IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Millisecondi di attesa tra le richieste (predefinito: 100)" + +msgid "Model" +msgstr "Modello" + +msgid "Name" +msgstr "Nome" + +msgid "Network Device Scan" +msgstr "Dispositivo Scansione della Rete" + +msgid "Network Device Scanning Configuration" +msgstr "Configurazione Dispositivo di Scansione della Rete" + +msgid "Networks to scan for devices" +msgstr "Reti da scandire per i dispositivi" + +msgid "Networks to scan for supported devices" +msgstr "Reti da scandire per i dispositivi supportati" + +msgid "No SIP devices" +msgstr "Nessun dispositivo SIP" + +msgid "No devices detected" +msgstr "Nessun dispositivo rilevato" + +msgid "Number of times to send requests (default 1)" +msgstr "Numero di volte delle richieste da inviare (predefinito: 1)" + +msgid "OUI Owner" +msgstr "Proprietario OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Ignora le informazioni restituite dal MAC su Script per le Informazioni sul " +"dispositivo (mac-in-devinfo) per un determinato intervallo di indirizzi MAC" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Rilevamento (richiede alcuni minuti)" + +msgid "Phone Information" +msgstr "Informazione Telefono" + +msgid "Phone Scan" +msgstr "Rilevamento Telefono" + +msgid "Phone Scanning Configuration" +msgstr "Configurazione Rilevamento Telefono" + +msgid "Phones" +msgstr "Telefoni" + +msgid "Ports" +msgstr "Porte" + +msgid "Raw" +msgstr "Raw" + +msgid "Repeat Count" +msgstr "Ripetizione Conteggio" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Ripetizione Rilevamento (richiede alcuni minuti)" + +msgid "SIP Device Information" +msgstr "Informazioni Periferica SIP" + +msgid "SIP Device Scan" +msgstr "Rilevamento Periferica SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Configurazione Rilevamento Periferica SIP" + +msgid "SIP Devices on Network" +msgstr "Periferiche SIP in Rete" + +msgid "SIP devices discovered for" +msgstr "Periferiche SIP rilevate per" + +msgid "Scan for devices on specified networks." +msgstr "Rilevamento per periferiche su reti specificate." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Rilevamento per periferiche SIP supportate sulle reti specificate." + +msgid "Scanning Configuration" +msgstr "Configurazione Rilevamento" + +msgid "Scans for devices on specified networks." +msgstr "Rilevamento periferiche sulle reti specificate." + +msgid "Sleep Between Requests" +msgstr "Attendi tra le richieste" + +msgid "Subnet" +msgstr "Sottorete" + +msgid "This section contains no values yet" +msgstr "Questa sezione non contiene ancora valori" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Tempo di attesa per le risposte in secondi (predefinito: 10)" + +msgid "Timeout" +msgstr "Timeout" + +msgid "Use Configuration" +msgstr "Usa Configurazione" + +msgid "Vendor" +msgstr "Produttore" + +msgid "check other networks" +msgstr "Controlla altre reti" diff --git a/applications/luci-app-diag-devinfo/po/ja/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/ja/diag_devinfo.po new file mode 100644 index 0000000..1ef3dad --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/ja/diag_devinfo.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-19 07:59+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "追加" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "設定" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "削除" + +msgid "Device Scan Config" +msgstr "デãƒã‚¤ã‚¹ã‚¹ã‚­ãƒ£ãƒ³è¨­å®š" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "" + +msgid "Devices on Network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ä¸Šã®ãƒ‡ãƒã‚¤ã‚¹" + +msgid "Edit" +msgstr "編集" + +msgid "Enable" +msgstr "有効" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "IPアドレス" + +msgid "Interface" +msgstr "インターフェース" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "MACアドレス" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "リクエスト間ã®ã‚¹ãƒªãƒ¼ãƒ—時間 (å˜ä½:ミリ秒, 標準設定:100)" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "SIPデãƒã‚¤ã‚¹ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚" + +msgid "No devices detected" +msgstr "デãƒã‚¤ã‚¹ã¯æ¤œå‡ºã•ã‚Œã¾ã›ã‚“ã§ã—ãŸã€‚" + +msgid "Number of times to send requests (default 1)" +msgstr "リクエストé€ä¿¡å›žæ•° (標準設定:1)" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "電話" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "リピート回数" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "SIPデãƒã‚¤ã‚¹æƒ…å ±" + +msgid "SIP Device Scan" +msgstr "SIPデãƒã‚¤ã‚¹ã®ã‚¹ã‚­ãƒ£ãƒ³" + +msgid "SIP Device Scanning Configuration" +msgstr "SIPデãƒã‚¤ã‚¹ã‚¹ã‚­ãƒ£ãƒ³è¨­å®š" + +msgid "SIP Devices on Network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ä¸Šã®SIPデãƒã‚¤ã‚¹" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "リクエスト間ã®ã‚¹ãƒªãƒ¼ãƒ—時間" + +msgid "Subnet" +msgstr "サブãƒãƒƒãƒˆ" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "応答待ã¡æ™‚é–“ (å˜ä½:秒, 標準設定:10)" + +msgid "Timeout" +msgstr "タイムアウト" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/ms/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/ms/diag_devinfo.po new file mode 100644 index 0000000..27d2b46 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/ms/diag_devinfo.po @@ -0,0 +1,205 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/no/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/no/diag_devinfo.po new file mode 100644 index 0000000..4ada96b --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/no/diag_devinfo.po @@ -0,0 +1,213 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Actions" +msgstr "Handlinger" + +msgid "Add" +msgstr "Legg til" + +msgid "Beginning of MAC address range" +msgstr "Begynnelsen av MAC adresseomrÃ¥de" + +msgid "Config Phone Scan" +msgstr "Konfigurer Telefon Skanning" + +msgid "Configure" +msgstr "Konfigurer" + +msgid "Configure Scans" +msgstr "Konfigurer Skanning" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Konfigurer skanning etter enheter pÃ¥ angitte nettverk. Ved Ã¥ minske verdiene " +"til 'Tidsavbrudd', 'Gjentagelser' og/eller Tid mellom forespørsler blir " +"skanningen utført raskere, men det kan ogsÃ¥ medføre at noen enheter ikke " +"blir funnet." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Konfigurer skanning etter støttede SIP enheter pÃ¥ angitte nettverk. Ved Ã¥ " +"minske verdiene til 'Tidsavbrudd', 'Gjentagelser' og/eller tid mellom " +"forespørsler blir skanningen utført raskere, men det kan ogsÃ¥ medføre at " +"noen enheter ikke blir funnet." + +msgid "Delete" +msgstr "Slett" + +msgid "Device Scan Config" +msgstr "Enhets skann konfigurasjon" + +msgid "Device Type" +msgstr "Enhets type" + +msgid "Devices discovered for" +msgstr "Enheter oppdaget for" + +msgid "Devices on Network" +msgstr "Enheter i Nettverket" + +msgid "Edit" +msgstr "Rediger" + +msgid "Enable" +msgstr "Aktiver" + +msgid "End of MAC address range" +msgstr "Slutten av MAC omrÃ¥de" + +msgid "Go to relevant configuration page" +msgstr "GÃ¥ til relevant konfigurasjons side" + +msgid "IP Address" +msgstr "IP Adresse" + +msgid "Interface" +msgstr "Grensesnitt" + +msgid "Invalid" +msgstr "Ugyldig" + +msgid "Link to Device" +msgstr "Link til Enhet" + +msgid "MAC Address" +msgstr "MAC Adresse" + +msgid "MAC Device Info Overrides" +msgstr "MAC Enhets Info Overstyring" + +msgid "MAC Device Override" +msgstr "MAC Enhets Overstyring" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"MAC omrÃ¥de og informasjon brukt til Ã¥ overstyre system og IEEE databaser" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Antall millisekunder ventetid mellom forespørsler (standard 100)" + +msgid "Model" +msgstr "Modell" + +msgid "Name" +msgstr "Navn" + +msgid "Network Device Scan" +msgstr "Nettverks Enhets Skanning" + +msgid "Network Device Scanning Configuration" +msgstr "Nettverks Enhets Skanning Konfigurasjon" + +msgid "Networks to scan for devices" +msgstr "Nettverk som blir skannet" + +msgid "Networks to scan for supported devices" +msgstr "Nettverk som blir skannet for støttede enheter" + +msgid "No SIP devices" +msgstr "Ingen SIP enheter" + +msgid "No devices detected" +msgstr "Ingen enheter oppdaget" + +msgid "Number of times to send requests (default 1)" +msgstr "Antall ganger Ã¥ sende forespørsel (standard 1)" + +msgid "OUI Owner" +msgstr "OUI Eier" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Overstyr informasjonen hentet fra MAC til enhets info skriptet (mac-til-" +"devinfo) for et gitt omrÃ¥de med MAC adresser" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Utfør Skanning (dette kan ta noen minutter)" + +msgid "Phone Information" +msgstr "Telefon Informasjon" + +msgid "Phone Scan" +msgstr "Telefon skanning" + +msgid "Phone Scanning Configuration" +msgstr "Telefon skanning konfigurasjon" + +msgid "Phones" +msgstr "Telefoner" + +msgid "Ports" +msgstr "Porter" + +msgid "Raw" +msgstr "RÃ¥" + +msgid "Repeat Count" +msgstr "Gjentagelser" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Gjennta Skanning (dette kan ta noen minutter)" + +msgid "SIP Device Information" +msgstr "SIP Enhets Informasjon" + +msgid "SIP Device Scan" +msgstr "SIP Enhets Skanning" + +msgid "SIP Device Scanning Configuration" +msgstr "SIP Enhets Skann Konfigurasjon" + +msgid "SIP Devices on Network" +msgstr "SIP Enheter i Nettverket" + +msgid "SIP devices discovered for" +msgstr "SIP enheter oppdaget pÃ¥" + +msgid "Scan for devices on specified networks." +msgstr "Skann etter enheter pÃ¥ spesifiserte nettverk" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Skann etter SIP enheter pÃ¥ spesifiserte nettverk" + +msgid "Scanning Configuration" +msgstr "Skanning Konfigurasjon" + +msgid "Scans for devices on specified networks." +msgstr "Nettverks Skanning Informasjon" + +msgid "Sleep Between Requests" +msgstr "Tid mellom forespørsler" + +msgid "Subnet" +msgstr "Subnett" + +msgid "This section contains no values yet" +msgstr "Denne seksjonen inneholder ennÃ¥ ingen verdier" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Tid for Ã¥ vente pÃ¥ svar i sekunder (standard 10)" + +msgid "Timeout" +msgstr "Tidsavbrudd" + +msgid "Use Configuration" +msgstr "Bruk Konfigurasjonen" + +msgid "Vendor" +msgstr "Leverandør" + +msgid "check other networks" +msgstr "skjekk andre nettverk" diff --git a/applications/luci-app-diag-devinfo/po/pl/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/pl/diag_devinfo.po new file mode 100644 index 0000000..32ccdce --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/pl/diag_devinfo.po @@ -0,0 +1,222 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 13:44+0200\n" +"Last-Translator: mesiu84 \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Akcje" + +msgid "Add" +msgstr "Dodaj" + +msgid "Beginning of MAC address range" +msgstr "PoczÄ…tek zakresu MAC adresów" + +msgid "Config Phone Scan" +msgstr "Konfiguruj skanowanie telefonów" + +msgid "Configure" +msgstr "Konfiguruj" + +msgid "Configure Scans" +msgstr "Konfiguruj skany" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Konfiguruj skanowanie dla urzÄ…dzeÅ„ w wybranych sieciach. Zmniejszanie " +"\"Limitu czasu\", \"Liczby powtórzeÅ„\" i/lub \"Oczekiwania miÄ™dzy żądaniami" +"\" może przyspieszyć skany, ale może też uniemożliwić wykrycie niektórych " +"urzÄ…dzeÅ„." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Konfiguruj skanowanie dla wspieranych urzÄ…dzeÅ„ SIP w wybranych sieciach. " +"Zmniejszanie \"Limitu czasu\", \"Liczby powtórzeÅ„\" i/lub \"Oczekiwania " +"miÄ™dzy żądaniami\" może przyspieszyć skany, ale może też uniemożliwić " +"wykrycie niektórych urzÄ…dzeÅ„." + +msgid "Delete" +msgstr "UsuÅ„" + +msgid "Device Scan Config" +msgstr "Konfiguruj skanowanie urzÄ…dzeÅ„" + +msgid "Device Type" +msgstr "Typ urzÄ…dzenia" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "UrzÄ…dzenia w sieci" + +msgid "Edit" +msgstr "Edytuj" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "End of MAC address range" +msgstr "Koniec zakresu adresów MAC" + +msgid "Go to relevant configuration page" +msgstr "Idź do stosownej strony konfiguracyjnej" + +msgid "IP Address" +msgstr "Adres IP" + +msgid "Interface" +msgstr "Interfejs" + +msgid "Invalid" +msgstr "NieprawidÅ‚owe" + +msgid "Link to Device" +msgstr "PoÅ‚Ä…czenie do urzÄ…dzenia" + +msgid "MAC Address" +msgstr "Adres MAC" + +msgid "MAC Device Info Overrides" +msgstr "Nadpisywanie informacji o adresie MAC urzÄ…dzenia" + +msgid "MAC Device Override" +msgstr "Pomijanie adresu MAC urzÄ…dzenia" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"Zakres adresów MAC i informacje użyte do zastÄ…pienia baz danych systemowych " +"i IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Ilośś milisekund pauzy pomiÄ™dzy zapytaniami (domyÅ›lnie 100)" + +msgid "Model" +msgstr "Model" + +msgid "Name" +msgstr "Nazwa" + +msgid "Network Device Scan" +msgstr "Skan urzÄ…dzeÅ„ w sieci" + +msgid "Network Device Scanning Configuration" +msgstr "Ustawienia skanowania urzÄ…dzeÅ„ w sieci" + +msgid "Networks to scan for devices" +msgstr "Sieci do skanowania w poszukiwaniu urzÄ…dzeÅ„" + +msgid "Networks to scan for supported devices" +msgstr "Sieci do skanowania w poszukiwaniu wspieranych urzÄ…dzeÅ„" + +msgid "No SIP devices" +msgstr "Brak urzÄ…dzeÅ„ SIP" + +msgid "No devices detected" +msgstr "Nie wykryto urzÄ…dzeÅ„" + +msgid "Number of times to send requests (default 1)" +msgstr "Ilość powtórzeÅ„ wysÅ‚ania żądania (domyÅ›lnie 1)" + +msgid "OUI Owner" +msgstr "WÅ‚aÅ›ciciel OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"ZastÄ…p informacje zwracanych przez skrypt MAC to Device Info Script (MAC-to-" +"devinfo) dla okreÅ›lonego zakresu adresów MAC" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Wykonaj skany (to może potrwać kilka minut)" + +msgid "Phone Information" +msgstr "Informacje o telefonie" + +msgid "Phone Scan" +msgstr "Skanowanie telefonów" + +msgid "Phone Scanning Configuration" +msgstr "Konfiguracja skanowania telefonu" + +msgid "Phones" +msgstr "Telefony" + +msgid "Ports" +msgstr "Porty" + +msgid "Raw" +msgstr "Surowe" + +msgid "Repeat Count" +msgstr "Ilość powtórzeÅ„" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Powtórz skany (to może potrwać kilka minut)" + +msgid "SIP Device Information" +msgstr "Informacje o urzÄ…dzeniu SIP" + +msgid "SIP Device Scan" +msgstr "Skanowanie urzÄ…dzeÅ„ SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Konfiguracja skanowania urzÄ…dzeÅ„ SIP" + +msgid "SIP Devices on Network" +msgstr "UrzÄ…dzenia SIP w sieci" + +msgid "SIP devices discovered for" +msgstr "UrzÄ…dzenia SIP znalezione dla" + +msgid "Scan for devices on specified networks." +msgstr "Skanuj w poszukiwaniu urzÄ…dzeÅ„ w wybranych sieciach." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Skanuj w poszukiwaniu wspieranych urzÄ…dzeÅ„ SIP w wybranych sieciach." + +msgid "Scanning Configuration" +msgstr "Ustawienia skanowania" + +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + +msgid "Sleep Between Requests" +msgstr "Pauza pomiÄ™dzy zapytaniami" + +msgid "Subnet" +msgstr "Podsieć" + +msgid "This section contains no values yet" +msgstr "Ta sekcja nie zawiera jeszcze wartoÅ›ci" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Czas oczekiwania na odpowiedź w sekundach (domyÅ›lnie 10)" + +msgid "Timeout" +msgstr "Czas oczekiwania" + +msgid "Use Configuration" +msgstr "Użyj konfiguracji" + +msgid "Vendor" +msgstr "Sprzedawca" + +msgid "check other networks" +msgstr "sprawdź inne sieci" diff --git a/applications/luci-app-diag-devinfo/po/pt-br/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/pt-br/diag_devinfo.po new file mode 100644 index 0000000..53face0 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/pt-br/diag_devinfo.po @@ -0,0 +1,220 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-17 23:51+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Actions" +msgstr "Ações" + +msgid "Add" +msgstr "Adicionar" + +msgid "Beginning of MAC address range" +msgstr "Começo da faixa de endereços MAC" + +msgid "Config Phone Scan" +msgstr "Configurar a Busca por Telefone" + +msgid "Configure" +msgstr "Configurar" + +msgid "Configure Scans" +msgstr "Configurar Scans" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"Configura busca por dispositivos em redes específicas. Ao se reduzir " +"'Timeout', 'Repeat Count' e/ou 'Sleep Between Requests' pode-se agilizar " +"buscas, mas também pode não encontrar alguns dispositivos." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"Configura busca por dispositivos com suporte a SIP em redes específicas. Ao " +"se reduzir 'Timeout', 'Repeat Count' e/ou 'Sleep Between Requests' pode-se " +"agilizar buscas, mas também pode não encontrar alguns dispositivos." + +msgid "Delete" +msgstr "Apagar" + +msgid "Device Scan Config" +msgstr "Configurar a Busca por Dispositivos" + +msgid "Device Type" +msgstr "Tipo de dispositivo" + +msgid "Devices discovered for" +msgstr "Dispositivos descobertos para" + +msgid "Devices on Network" +msgstr "Dispositivos na Rede" + +msgid "Edit" +msgstr "Editar" + +msgid "Enable" +msgstr "Habilitar" + +msgid "End of MAC address range" +msgstr "Final da faixa de endereços MAC" + +msgid "Go to relevant configuration page" +msgstr "Vá para página de configuração relevante" + +msgid "IP Address" +msgstr "Endereço IP" + +msgid "Interface" +msgstr "Interface" + +msgid "Invalid" +msgstr "Inválido" + +# Link like or network link? +msgid "Link to Device" +msgstr "Ligar ao Dispositivo" + +msgid "MAC Address" +msgstr "Endereço MAC" + +msgid "MAC Device Info Overrides" +msgstr "Sobrescrição da informação do dispositivo MAC" + +msgid "MAC Device Override" +msgstr "Sobrescreve o Dispositivo MAC" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"Faixa MAC e informação usada para sobrescrever os bancos de dados do sistema " +"e IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Milissegundos para esperar entre requisições (padrão 100)" + +msgid "Model" +msgstr "Modelo" + +msgid "Name" +msgstr "Nome" + +msgid "Network Device Scan" +msgstr "Busca por dispositivo de rede" + +msgid "Network Device Scanning Configuration" +msgstr "Configuração de busca por dispositivo de rede" + +msgid "Networks to scan for devices" +msgstr "Redes a serem pesquisadas por dispositivos" + +msgid "Networks to scan for supported devices" +msgstr "Redes a serem pesquisadas por dispositivos suportados" + +msgid "No SIP devices" +msgstr "Nenhum dispositivo SIP" + +msgid "No devices detected" +msgstr "Nenhum dispositivo detectado" + +msgid "Number of times to send requests (default 1)" +msgstr "Número de vezes para enviar requisições (padrão 1 )" + +msgid "OUI Owner" +msgstr "Dono da OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Sobrescrever a informação retornada pelo MAC para o Script de Informação do " +"Dispositivo (mac-to_devinfo) para uma faixa especificada de Endereços MAC" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "Realiza buscas (pode levar alguns minutos)" + +msgid "Phone Information" +msgstr "Informação do Telefone" + +msgid "Phone Scan" +msgstr "Busca por Telefone" + +msgid "Phone Scanning Configuration" +msgstr "Configuração da Busca por Telefone" + +msgid "Phones" +msgstr "Telefones" + +msgid "Ports" +msgstr "Portas" + +msgid "Raw" +msgstr "Bruto" + +msgid "Repeat Count" +msgstr "Quantidade de Repetições" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Buscas Repetidas (pode levar alguns minutos)" + +msgid "SIP Device Information" +msgstr "Informação de Dispositivo SIP" + +msgid "SIP Device Scan" +msgstr "Busca por Dispositivos SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Configuração da Busca por Dispositivos SIP" + +msgid "SIP Devices on Network" +msgstr "Dispositivos SIP na Rede" + +msgid "SIP devices discovered for" +msgstr "Dispositivos SIP descobertos para" + +msgid "Scan for devices on specified networks." +msgstr "Busca por dispositivos nas redes especificadas." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Busca por dispositivos com suporte a SIP em redes especificadas." + +msgid "Scanning Configuration" +msgstr "Configuração de busca" + +msgid "Scans for devices on specified networks." +msgstr "Busca por dispositivos nas redes especificadas." + +msgid "Sleep Between Requests" +msgstr "Espera Entre Requisições" + +msgid "Subnet" +msgstr "Subrede" + +msgid "This section contains no values yet" +msgstr "Esta seção contém nenhum valor ainda" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Tempo para esperar por respostas em segundos (padrão 10)" + +msgid "Timeout" +msgstr "Estouro de tempo" + +msgid "Use Configuration" +msgstr "Usar configuração" + +msgid "Vendor" +msgstr "Fabricante" + +msgid "check other networks" +msgstr "verifique outras redes" diff --git a/applications/luci-app-diag-devinfo/po/pt/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/pt/diag_devinfo.po new file mode 100644 index 0000000..afe4885 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/pt/diag_devinfo.po @@ -0,0 +1,209 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-03 12:23+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "Acções" + +msgid "Add" +msgstr "Adicionar" + +msgid "Beginning of MAC address range" +msgstr "Inicio da gama de endereços MAC" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "Configurar" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Apagar" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "Tipo de Dispositivo" + +msgid "Devices discovered for" +msgstr "Dispositivos descobertos para" + +msgid "Devices on Network" +msgstr "Dispositivos na Rede" + +msgid "Edit" +msgstr "Editar" + +msgid "Enable" +msgstr "Ativar" + +msgid "End of MAC address range" +msgstr "Fim da gama de endereços MAC" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "Endereço IP" + +msgid "Interface" +msgstr "Interface" + +msgid "Invalid" +msgstr "Inválido" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "Endereço MAC" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "Modelo" + +msgid "Name" +msgstr "Nome" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "Não há dispositivos SIP" + +msgid "No devices detected" +msgstr "Não foram detetados dispositivos" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "Dono OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "Informação do Telefone" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "Portas" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "Repetir Contagem" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "Sub-rede" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "verificar outras redes" diff --git a/applications/luci-app-diag-devinfo/po/ro/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/ro/diag_devinfo.po new file mode 100644 index 0000000..eefbd5e --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/ro/diag_devinfo.po @@ -0,0 +1,210 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-09 14:27+0200\n" +"Last-Translator: lex404 \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "AcÈ›iuni" + +msgid "Add" +msgstr "Adauga" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "Configureaza scanarea telefonului" + +msgid "Configure" +msgstr "Configureaza" + +msgid "Configure Scans" +msgstr "Configurează scanări" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Sterge" + +msgid "Device Scan Config" +msgstr "Configureaza scanarea dispozitivului" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Dispozitive descoperite pentru" + +msgid "Devices on Network" +msgstr "Dispozitive in retea" + +msgid "Edit" +msgstr "Editeaza" + +msgid "Enable" +msgstr "Activeaza" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "Adresa IP" + +msgid "Interface" +msgstr "Interfata" + +msgid "Invalid" +msgstr "Invalid" + +msgid "Link to Device" +msgstr "Legatura spre dispozitiv" + +msgid "MAC Address" +msgstr "Adresa MAC" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Milisecunde de asteptare intre cereri (100 implicit)" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "Nume" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "Nici un device SIP" + +msgid "No devices detected" +msgstr "Nici un dispozitiv detectat" + +msgid "Number of times to send requests (default 1)" +msgstr "Numarul de trimiteri cereri (1 implicit)" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "Informatii despre telefon" + +msgid "Phone Scan" +msgstr "Scanare telefon" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "Telefoane" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "Numarul de repetitii" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "Informatii despre dispozitivul SIP" + +msgid "SIP Device Scan" +msgstr "Scanare dispozitiv SIP" + +msgid "SIP Device Scanning Configuration" +msgstr "Configurarea scanarii dispozitivului SIP" + +msgid "SIP Devices on Network" +msgstr "Dispozitive SIP in retea" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "Pauza dintre cereri" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Timpul de asteptare pentru raspunsuri in secunde (10 implicit)" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "verifica alte retele" diff --git a/applications/luci-app-diag-devinfo/po/ru/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/ru/diag_devinfo.po new file mode 100644 index 0000000..7531dde --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/ru/diag_devinfo.po @@ -0,0 +1,223 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: diag_devinfo\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-01-31 21:07+0200\n" +"Last-Translator: Moon_dark \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Actions" +msgstr "ДейÑтвиÑ" + +msgid "Add" +msgstr "Добавить" + +msgid "Beginning of MAC address range" +msgstr "Ðачало диапазона MAC-адреÑов" + +msgid "Config Phone Scan" +msgstr "ÐаÑтроить Ñканирование телефонов" + +msgid "Configure" +msgstr "ÐаÑтроить" + +msgid "Configure Scans" +msgstr "ÐаÑтроить Ñканирование" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" +"ÐаÑтроить Ñканирование уÑтройÑтв в указанных ÑетÑÑ…. Уменьшение таймаута, " +"количеÑтва повторов и/или паузы между запроÑами может уÑкорить Ñканирование, " +"но также вызвать проблемы поиÑка некоторых уÑтройÑтв." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"ÐаÑтроить Ñканирование поддерживаемых SIP-уÑтройÑтв в указанных ÑетÑÑ…. " +"Уменьшение таймаута, количеÑтва повторов и/или паузы между запроÑами может " +"уÑкорить Ñканирование, но также вызвать проблемы поиÑка некоторых уÑтройÑтв." + +msgid "Delete" +msgstr "Удалить" + +msgid "Device Scan Config" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтва" + +msgid "Device Type" +msgstr "Тип уÑтройÑтва" + +msgid "Devices discovered for" +msgstr "УÑтройÑтва, найденные в" + +msgid "Devices on Network" +msgstr "УÑтройÑтва в Ñети" + +msgid "Edit" +msgstr "Редактировать" + +msgid "Enable" +msgstr "Включить" + +msgid "End of MAC address range" +msgstr "Конец диапазона MAC адреÑов" + +msgid "Go to relevant configuration page" +msgstr "Перейти на ÑоответÑтвующую Ñтраницу конфигурации" + +msgid "IP Address" +msgstr "IP-адреÑ" + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "Invalid" +msgstr "Ðеверный" + +msgid "Link to Device" +msgstr "Соединение Ñ ÑƒÑтройÑтвом" + +msgid "MAC Address" +msgstr "MAC-адреÑ" + +#, fuzzy +msgid "MAC Device Info Overrides" +msgstr "Переопределение информации о MAC-уÑтройÑтве" + +msgid "MAC Device Override" +msgstr "Задать MAC-Ð°Ð´Ñ€ÐµÑ ÑƒÑтройÑтва" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" +"Диапазон MAC-адреÑов и Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ ÑиÑтемной базы данных " +"и базы данных IEEE" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð±ÐµÐ·Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ Ð¼ÐµÐ¶Ð´Ñƒ запроÑами (мÑ, 100 по умолчанию)" + +msgid "Model" +msgstr "Модель" + +msgid "Name" +msgstr "ИмÑ" + +msgid "Network Device Scan" +msgstr "Сканирование Ñетевых уÑтройÑтв" + +msgid "Network Device Scanning Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñетевых уÑтройÑтв" + +msgid "Networks to scan for devices" +msgstr "Сети, в которых производить Ñканирование уÑтройÑтв" + +msgid "Networks to scan for supported devices" +msgstr "Сети, в которых производить Ñканирование поддерживаемых уÑтройÑтв" + +msgid "No SIP devices" +msgstr "SIP-уÑтройÑтва отÑутÑтвуют" + +msgid "No devices detected" +msgstr "УÑтройÑтва не обнаружены" + +msgid "Number of times to send requests (default 1)" +msgstr "КоличеÑтво запроÑов (1 по умолчанию)" + +msgid "OUI Owner" +msgstr "Владелец OUI" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" +"Переопределить значениÑ, полученные из Ñкрипта \"MAC to Device\" (mac-to-" +"devinfo), Ð´Ð»Ñ Ð·Ð°Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ диапазона MAC-адреÑов" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "ПроизвеÑти Ñканирование (Ñто может занÑÑ‚ÑŒ неÑколько минут)" + +msgid "Phone Information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ телефоне" + +msgid "Phone Scan" +msgstr "Сканировать телефоны" + +msgid "Phone Scanning Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ð¾Ð²" + +msgid "Phones" +msgstr "Телефоны" + +msgid "Ports" +msgstr "Порты" + +msgid "Raw" +msgstr "Ðеобработанные (Ñырые) данные" + +msgid "Repeat Count" +msgstr "КоличеÑтво повторов" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "Повторить Ñканирование (Ñто может занÑÑ‚ÑŒ неÑколько минут)" + +msgid "SIP Device Information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ SIP-уÑтройÑтве" + +msgid "SIP Device Scan" +msgstr "Сканировать SIP-уÑтройÑтва" + +msgid "SIP Device Scanning Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑÐºÐ°Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ SIP-уÑтройÑтв" + +msgid "SIP Devices on Network" +msgstr "SIP-уÑтройÑтва в Ñети" + +msgid "SIP devices discovered for" +msgstr "SIP-уÑтройÑтва, найденные в" + +msgid "Scan for devices on specified networks." +msgstr "Сканировать уÑтройÑтва в заданных ÑетÑÑ…." + +msgid "Scan for supported SIP devices on specified networks." +msgstr "Сканировать поддерживаемые SIP-уÑтройÑтва в заданных ÑетÑÑ…." + +msgid "Scanning Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÑканированиÑ" + +msgid "Scans for devices on specified networks." +msgstr "Сканирует уÑтройÑтва в заданных ÑетÑÑ…." + +msgid "Sleep Between Requests" +msgstr "Пауза между запроÑами" + +msgid "Subnet" +msgstr "ПодÑеть" + +msgid "This section contains no values yet" +msgstr "Эта ÑÐµÐºÑ†Ð¸Ñ Ð¿Ð¾ÐºÐ° не Ñодержит значений." + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð¾Ñ‚Ð²ÐµÑ‚Ð¾Ð² (Ñек, 10 по умолчанию)" + +msgid "Timeout" +msgstr "Таймаут" + +msgid "Use Configuration" +msgstr "ИÑпользовать конфигурацию" + +msgid "Vendor" +msgstr "Производитель" + +msgid "check other networks" +msgstr "проверить другие Ñети" diff --git a/applications/luci-app-diag-devinfo/po/sk/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/sk/diag_devinfo.po new file mode 100644 index 0000000..0d62204 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/sk/diag_devinfo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/sv/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/sv/diag_devinfo.po new file mode 100644 index 0000000..cf74fbc --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/sv/diag_devinfo.po @@ -0,0 +1,207 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot b/applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot new file mode 100644 index 0000000..350466c --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot @@ -0,0 +1,199 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/tr/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/tr/diag_devinfo.po new file mode 100644 index 0000000..3251675 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/tr/diag_devinfo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/uk/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/uk/diag_devinfo.po new file mode 100644 index 0000000..03f49eb --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/uk/diag_devinfo.po @@ -0,0 +1,219 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 15:23+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "Додати" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "КонфігураціÑ" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "Вилучити" + +msgid "Device Scan Config" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¸Ñтрою ÑкануваннÑ" + +msgid "Device Type" +msgstr "Тип приÑтрою" + +msgid "Devices discovered for" +msgstr "ВиÑвленні приÑтрої на" + +msgid "Devices on Network" +msgstr "ПриÑтрої в мережі" + +msgid "Edit" +msgstr "Редагувати" + +msgid "Enable" +msgstr "Ðктивувати" + +msgid "End of MAC address range" +msgstr "" + +#, fuzzy +msgid "Go to relevant configuration page" +msgstr "Перейти до відповідної Ñторінки конфігурації" + +msgid "IP Address" +msgstr "IP-адреÑа" + +msgid "Interface" +msgstr "ІнтерфейÑ" + +msgid "Invalid" +msgstr "ÐеÑправніÑÑ‚ÑŒ" + +msgid "Link to Device" +msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° приÑтрій" + +msgid "MAC Address" +msgstr "MAC-адреÑа" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "Модель" + +msgid "Name" +msgstr "Ðазва" + +msgid "Network Device Scan" +msgstr "Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼ÐµÑ€ÐµÐ¶ÐµÐ²Ð¸Ñ… приÑтроїв" + +msgid "Network Device Scanning Configuration" +msgstr "Мережевий ПриÑтрій ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ" + +#, fuzzy +msgid "Networks to scan for devices" +msgstr "Мережі Ð´Ð»Ñ ÑÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтроїв" + +#, fuzzy +msgid "Networks to scan for supported devices" +msgstr "Мережі Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ підтримуваних приÑтроїв" + +msgid "No SIP devices" +msgstr "Ðемає SIP приÑтроїв" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ" + +#, fuzzy +msgid "Scans for devices on specified networks." +msgstr "Ð¡ÐºÐ°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ñтроїв у вказаних мережах." + +#, fuzzy +msgid "Sleep Between Requests" +msgstr "Сон між запитами" + +#, fuzzy +msgid "Subnet" +msgstr "Підмережі" + +#, fuzzy +msgid "This section contains no values yet" +msgstr "Цей розділ ще не міÑтить значень" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´Ð¿Ð¾Ð²Ñ–Ð´Ñ– в Ñекундах (типово 10)" + +#, fuzzy +msgid "Timeout" +msgstr "Затримка" + +#, fuzzy +msgid "Use Configuration" +msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ—" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "перевірити інші мережі" diff --git a/applications/luci-app-diag-devinfo/po/vi/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/vi/diag_devinfo.po new file mode 100644 index 0000000..3251675 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/vi/diag_devinfo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Actions" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Beginning of MAC address range" +msgstr "" + +msgid "Config Phone Scan" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Configure Scans" +msgstr "" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Device Scan Config" +msgstr "" + +msgid "Device Type" +msgstr "" + +msgid "Devices discovered for" +msgstr "Devices discovered for" + +msgid "Devices on Network" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "End of MAC address range" +msgstr "" + +msgid "Go to relevant configuration page" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Link to Device" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC Device Info Overrides" +msgstr "" + +msgid "MAC Device Override" +msgstr "" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "" + +msgid "Model" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Device Scan" +msgstr "" + +msgid "Network Device Scanning Configuration" +msgstr "" + +msgid "Networks to scan for devices" +msgstr "" + +msgid "Networks to scan for supported devices" +msgstr "" + +msgid "No SIP devices" +msgstr "" + +msgid "No devices detected" +msgstr "" + +msgid "Number of times to send requests (default 1)" +msgstr "" + +msgid "OUI Owner" +msgstr "" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "" + +msgid "Phone Information" +msgstr "" + +msgid "Phone Scan" +msgstr "" + +msgid "Phone Scanning Configuration" +msgstr "" + +msgid "Phones" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Raw" +msgstr "" + +msgid "Repeat Count" +msgstr "" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "" + +msgid "SIP Device Information" +msgstr "" + +msgid "SIP Device Scan" +msgstr "" + +msgid "SIP Device Scanning Configuration" +msgstr "" + +msgid "SIP Devices on Network" +msgstr "" + +msgid "SIP devices discovered for" +msgstr "" + +msgid "Scan for devices on specified networks." +msgstr "" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "" + +msgid "Scanning Configuration" +msgstr "" + +msgid "Scans for devices on specified networks." +msgstr "" + +msgid "Sleep Between Requests" +msgstr "" + +msgid "Subnet" +msgstr "" + +msgid "This section contains no values yet" +msgstr "" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Use Configuration" +msgstr "" + +msgid "Vendor" +msgstr "" + +msgid "check other networks" +msgstr "" diff --git a/applications/luci-app-diag-devinfo/po/zh-cn/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/zh-cn/diag_devinfo.po new file mode 100644 index 0000000..fe4d241 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/zh-cn/diag_devinfo.po @@ -0,0 +1,210 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-10 05:33+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "动作" + +msgid "Add" +msgstr "添加" + +msgid "Beginning of MAC address range" +msgstr "MAC起始地å€" + +msgid "Config Phone Scan" +msgstr "é…ç½®è¯æœºè¯†åˆ«å‚æ•°" + +msgid "Configure" +msgstr "é…ç½®" + +msgid "Configure Scans" +msgstr "识别å‚æ•°é…ç½®" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "é…置识别指定网络上设备的过程å‚数。å‡å°'​​超时时长','é‡å¤æ¬¡æ•°',和/或“休眠请求â€å¯åŠ å¿«è¯†åˆ«è¿‡ç¨‹ï¼Œä½†ä¹Ÿå¯èƒ½å› æ­¤å¯¼è‡´è¯†åˆ«ä¸€äº›è®¾å¤‡ä¼šå¤±è´¥ã€‚" + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"é…置识别指定网络上SIP设备的过程å‚数。é™ä½Ž'​​超时时长','é‡å¤æ¬¡æ•°',和/或“休眠请求â€å¯åŠ å¿«è¯†åˆ«è¿‡ç¨‹ï¼Œä½†ä¹Ÿå¯èƒ½å› æ­¤å¯¼è‡´è¯†åˆ«ä¸€äº›è®¾å¤‡ä¼šå¤±è´¥ã€‚" + +msgid "Delete" +msgstr "删除" + +msgid "Device Scan Config" +msgstr "设备识别å‚æ•°é…ç½®" + +msgid "Device Type" +msgstr "设备类型" + +msgid "Devices discovered for" +msgstr "对å‘现​​的设备" + +msgid "Devices on Network" +msgstr "网络上的设备" + +msgid "Edit" +msgstr "编辑" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "End of MAC address range" +msgstr "MAC地å€æ®µç»“æŸ" + +msgid "Go to relevant configuration page" +msgstr "相关é…置页é¢" + +msgid "IP Address" +msgstr "IP地å€" + +msgid "Interface" +msgstr "接å£" + +msgid "Invalid" +msgstr "ä¸åˆæ³•" + +msgid "Link to Device" +msgstr "连接到设备" + +msgid "MAC Address" +msgstr "MAC地å€" + +msgid "MAC Device Info Overrides" +msgstr "覆盖MAC设备信æ¯" + +msgid "MAC Device Override" +msgstr "覆盖MAC设备" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "MAC范围和使用信æ¯è¦†ç›–系统和IEEEæ•°æ®åº“" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "两次请求间ç¡çœ æ¯«ç§’数(默认为100)" + +msgid "Model" +msgstr "åž‹å·" + +msgid "Name" +msgstr "åå­—" + +msgid "Network Device Scan" +msgstr "识别网络设备" + +msgid "Network Device Scanning Configuration" +msgstr "网络设备识别å‚æ•°" + +msgid "Networks to scan for devices" +msgstr "网络识别设备" + +msgid "Networks to scan for supported devices" +msgstr "网络识别支æŒçš„设备" + +msgid "No SIP devices" +msgstr "æ— SIP设备" + +msgid "No devices detected" +msgstr "没有识别到设备" + +msgid "Number of times to send requests (default 1)" +msgstr "å‘é€è¯·æ±‚次数(默认为1)" + +msgid "OUI Owner" +msgstr "OUI所有者" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "返回指定MAC地å€èŒƒå›´å†…覆盖MAC设备信æ¯è„šæœ¬(mac-to-devinfo)çš„ä¿¡æ¯ã€‚" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "执行识别过程(这å¯èƒ½éœ€è¦å‡ åˆ†é’Ÿï¼‰" + +msgid "Phone Information" +msgstr "è¯æœºä¿¡æ¯" + +msgid "Phone Scan" +msgstr "识别è¯æœº" + +msgid "Phone Scanning Configuration" +msgstr "è¯æœºè¯†åˆ«è¿‡ç¨‹å‚æ•°" + +msgid "Phones" +msgstr "è¯æœº" + +msgid "Ports" +msgstr "端å£" + +msgid "Raw" +msgstr "原始数æ®" + +msgid "Repeat Count" +msgstr "é‡å¤æ¬¡æ•°" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "é‡å¤è¯†åˆ«ï¼ˆè¿™å¯èƒ½éœ€è¦å‡ åˆ†é’Ÿï¼‰" + +msgid "SIP Device Information" +msgstr "SIP设备信æ¯" + +msgid "SIP Device Scan" +msgstr "SIP设备识别" + +msgid "SIP Device Scanning Configuration" +msgstr "SIP设备识别过程å‚æ•°é…ç½®" + +msgid "SIP Devices on Network" +msgstr "在线的SIP设备" + +msgid "SIP devices discovered for" +msgstr "å‘掘SIP设备" + +msgid "Scan for devices on specified networks." +msgstr "在指定网络上识别设备" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "在指定网络上识别SIP设备" + +msgid "Scanning Configuration" +msgstr "识别过程é…ç½®" + +msgid "Scans for devices on specified networks." +msgstr "识别指定网络上的设备" + +msgid "Sleep Between Requests" +msgstr "请求间等待间隙" + +msgid "Subnet" +msgstr "å­ç½‘" + +msgid "This section contains no values yet" +msgstr "这部分任然ä¸åŒ…å«çš„值" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "等待å“应秒数(默认10)" + +msgid "Timeout" +msgstr "超时" + +msgid "Use Configuration" +msgstr "使用é…ç½®" + +msgid "Vendor" +msgstr "厂商" + +msgid "check other networks" +msgstr "检查其他网络" diff --git a/applications/luci-app-diag-devinfo/po/zh-tw/diag_devinfo.po b/applications/luci-app-diag-devinfo/po/zh-tw/diag_devinfo.po new file mode 100644 index 0000000..fe14f68 --- /dev/null +++ b/applications/luci-app-diag-devinfo/po/zh-tw/diag_devinfo.po @@ -0,0 +1,210 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 14:54+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Actions" +msgstr "æ“作" + +msgid "Add" +msgstr "新增" + +msgid "Beginning of MAC address range" +msgstr "MACä½å€èµ·å§‹ç¯„åœ" + +msgid "Config Phone Scan" +msgstr "設定電話掃æ" + +msgid "Configure" +msgstr "設置" + +msgid "Configure Scans" +msgstr "掃æ設置" + +msgid "" +"Configure scanning for devices on specified networks. Decreasing 'Timeout', " +"'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " +"may fail to find some devices." +msgstr "é‡å°ç‰¹å®šç¶²è·¯çš„掃æ設定值. 增加\"超時\",\"é‡è¤‡æ•¸é‡,\"並且/或者\"傳到ç¡è‘—者\"å¯ä»¥åŠ é€ŸæŽƒæ, 但也有å¯èƒ½å°‡è¦åŽ»æœå°‹æŸäº›è¨­å‚™æ™‚會失敗." + +msgid "" +"Configure scanning for supported SIP devices on specified networks. " +"Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " +"speed up scans, but also may fail to find some devices." +msgstr "" +"å°æŒ‡å®šçš„網路上已支æ´çš„SIP設備設定掃æ,減少\"超時\",\"é‡è¤‡æ•¸é‡,\"並且/或者\"傳到ç¡è‘—者\"å¯ä»¥åŠ é€Ÿæ, 但也有å¯èƒ½å°‡è¦åŽ»æœå°‹æŸäº›è¨­å‚™æ™‚會失敗." + +msgid "Delete" +msgstr "刪除" + +msgid "Device Scan Config" +msgstr "設備掃æ設定" + +msgid "Device Type" +msgstr "設備型態" + +msgid "Devices discovered for" +msgstr "已發ç¾çš„設備為" + +msgid "Devices on Network" +msgstr "網路中的設備" + +msgid "Edit" +msgstr "編輯" + +msgid "Enable" +msgstr "啟用" + +msgid "End of MAC address range" +msgstr "MACä½å€çš„çµæŸç¯„åœ" + +msgid "Go to relevant configuration page" +msgstr "到相應的設定é é¢" + +msgid "IP Address" +msgstr "IPä½å€" + +msgid "Interface" +msgstr "介é¢" + +msgid "Invalid" +msgstr "無效" + +msgid "Link to Device" +msgstr "連çµåˆ°è¨­å‚™ä¸Š" + +msgid "MAC Address" +msgstr "MACä½å€" + +msgid "MAC Device Info Overrides" +msgstr "MAC設備資訊覆寫" + +msgid "MAC Device Override" +msgstr "MAC設備覆寫" + +msgid "MAC range and information used to override system and IEEE databases" +msgstr "MAC範åœåŠè³‡è¨Šç”¨ä¾†è¦†å¯«ç³»çµ±å’ŒIEEE資料庫" + +msgid "Milliseconds to sleep between requests (default 100)" +msgstr "è¦æ±‚多久(毫)秒後進入ç¡çœ " + +msgid "Model" +msgstr "型號" + +msgid "Name" +msgstr "å稱" + +msgid "Network Device Scan" +msgstr "網路設備掃æ" + +msgid "Network Device Scanning Configuration" +msgstr "網路設備掃æ設定值" + +msgid "Networks to scan for devices" +msgstr "è¦æŽƒæ的網路設備" + +msgid "Networks to scan for supported devices" +msgstr "è¦æŽƒæ的已支æ´ç¶²è·¯è¨­å‚™" + +msgid "No SIP devices" +msgstr "無任何SIP設備" + +msgid "No devices detected" +msgstr "åµæ¸¬ä¸åˆ°è¨­å‚™" + +msgid "Number of times to send requests (default 1)" +msgstr "傳é€è¦æ±‚的次數(é è¨­1)" + +msgid "OUI Owner" +msgstr "OUIæ“有者" + +msgid "" +"Override the information returned by the MAC to Device Info Script (mac-to-" +"devinfo) for a specified range of MAC Addresses" +msgstr "é‡å°æŒ‡å®šç¯„åœçš„MACä½å€,由設備資訊腳本回傳的MACä½å€è³‡è¨Šé€²è¡Œè¦†è“‹" + +msgid "Perform Scans (this can take a few minutes)" +msgstr "掃ææ“作(å¯èƒ½æœƒèŠ±è²»æ•¸åˆ†é˜)" + +msgid "Phone Information" +msgstr "電話資訊" + +msgid "Phone Scan" +msgstr "電話掃æ" + +msgid "Phone Scanning Configuration" +msgstr "電話掃æ設定值" + +msgid "Phones" +msgstr "電話" + +msgid "Ports" +msgstr "埠" + +msgid "Raw" +msgstr "原生RAW" + +msgid "Repeat Count" +msgstr "é‡è¤‡æ¬¡æ•¸" + +msgid "Repeat Scans (this can take a few minutes)" +msgstr "é‡è¤‡æŽƒæ(å¯èƒ½èŠ±è²»æ•¸åˆ†é˜)" + +msgid "SIP Device Information" +msgstr "SIP設備資訊" + +msgid "SIP Device Scan" +msgstr "SIP設備掃æ" + +msgid "SIP Device Scanning Configuration" +msgstr "SIP設備掃æ設定值" + +msgid "SIP Devices on Network" +msgstr "網路中的SIP設備" + +msgid "SIP devices discovered for" +msgstr "已發ç¾çš„SIP設備" + +msgid "Scan for devices on specified networks." +msgstr "é‡å°ç‰¹å®šç¶²è·¯æŽƒæ設備" + +msgid "Scan for supported SIP devices on specified networks." +msgstr "é‡å°ç‰¹å®šç¶²è·¯æŽƒæ有支æ´çš„SIP設備" + +msgid "Scanning Configuration" +msgstr "掃æ設定值" + +msgid "Scans for devices on specified networks." +msgstr "é‡å°ç‰¹å®šç¶²è·¯æŽƒæ設備" + +msgid "Sleep Between Requests" +msgstr "請求之間的ç¡çœ " + +msgid "Subnet" +msgstr "å­ç¶²è·¯" + +msgid "This section contains no values yet" +msgstr "這個部分尚無任何數值" + +msgid "Time to wait for responses in seconds (default 10)" +msgstr "秒計等待回應時間(é è¨­10)" + +msgid "Timeout" +msgstr "超時" + +msgid "Use Configuration" +msgstr "使用設定值" + +msgid "Vendor" +msgstr "供應製造商" + +msgid "check other networks" +msgstr "檢查它網" diff --git a/applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo b/applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo new file mode 100644 index 0000000..1bcdc19 --- /dev/null +++ b/applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo @@ -0,0 +1,20 @@ +config 'smap_scannet' 'SIP_LAN' + option 'enable' '0' + option 'interface' 'lan' + option 'subnet' '192.168.99.0/24' + +config 'smap_scannet' 'SIP_WAN' + option 'enable' '0' + option 'interface' 'wan' + option 'subnet' '216.218.0.0/16' + +config 'netdiscover_scannet' 'SCAN_LAN' + option 'enable' '0' + option 'interface' 'lan' + option 'subnet' '192.168.99.0/24' + +config 'netdiscover_scannet' 'SCAN_WAN' + option 'enable' '0' + option 'interface' 'wan' + option 'subnet' '216.218.0.0/16' + diff --git a/applications/luci-app-dump1090/Makefile b/applications/luci-app-dump1090/Makefile new file mode 100644 index 0000000..e6abd44 --- /dev/null +++ b/applications/luci-app-dump1090/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for dump1090 +LUCI_DEPENDS:=+dump1090 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-dump1090/luasrc/controller/dump1090.lua b/applications/luci-app-dump1090/luasrc/controller/dump1090.lua new file mode 100644 index 0000000..bc2b36d --- /dev/null +++ b/applications/luci-app-dump1090/luasrc/controller/dump1090.lua @@ -0,0 +1,14 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.dump1090", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/dump1090") then + return + end + + local page = entry({"admin", "services", "dump1090"}, cbi("dump1090"), _("dump1090")) + page.dependent = true + +end diff --git a/applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua b/applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua new file mode 100644 index 0000000..4470a0d --- /dev/null +++ b/applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua @@ -0,0 +1,199 @@ +-- Copyright 2014-2015 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +m = Map("dump1090", "dump1090", translate("dump1090 is a Mode S decoder specifically designed for RTLSDR devices, here you can configure the settings.")) + +s = m:section(TypedSection, "dump1090", "") +s.addremove = true +s.anonymous = false + +enable=s:option(Flag, "disabled", translate("Enabled")) +enable.enabled="0" +enable.disabled="1" +enable.default = "1" +enable.rmempty = false + +respawn=s:option(Flag, "respawn", translate("Respawn")) +respawn.default = false + +device_index=s:option(Value, "device_index", translate("RTL device index")) +device_index.rmempty = true +device_index.datatype = "uinteger" + +gain=s:option(Value, "gain", translate("Gain (-10 for auto-gain)")) +gain.rmempty = true +gain.datatype = "integer" + +enable_agc=s:option(Flag, "enable_agc", translate("Enable automatic gain control")) +enable_agc.default = false + +freq=s:option(Value, "freq", translate("Frequency")) +freq.rmempty = true +freq.datatype = "uinteger" + +ifile=s:option(Value, "ifile", translate("Data file")) +ifile.rmempty = true +ifile.datatype = "file" + +iformat=s:option(ListValue, "iformat", translate("Sample format for data file")) +iformat:value("", translate("Default")) +iformat:value("UC8") +iformat:value("SC16") +iformat:value("SC16Q11") + +throttle=s:option(Flag, "throttle", translate("When reading from a file play back in realtime, not at max speed")) +throttle.default = false + +raw=s:option(Flag, "raw", translate("Show only messages hex values")) +raw.default = false + +net=s:option(Flag, "net", translate("Enable networking")) + +modeac=s:option(Flag, "modeac", translate("Enable decoding of SSR Modes 3/A & 3/C")) +modeac.default = false + +net_beast=s:option(Flag, "net_beast", translate("TCP raw output in Beast binary format")) +net_beast.default = false + +net_only=s:option(Flag, "net_only", translate("Enable just networking, no RTL device or file used")) +net_only.default = false + +net_bind_address=s:option(Value, "net_bind_address", translate("IP address to bind to")) +net_bind_address.rmempty = true +net_bind_address.datatype = "ipaddr" + +net_http_port=s:option(Value, "net_http_port", translate("HTTP server port")) +net_http_port.rmempty = true +net_http_port.datatype = "port" + +net_ri_port=s:option(Value, "net_ri_port", translate("TCP raw input listen port")) +net_ri_port.rmempty = true +net_ri_port.datatype = "port" + +net_ro_port=s:option(Value, "net_ro_port", translate("TCP raw output listen port")) +net_ro_port.rmempty = true +net_ro_port.datatype = "port" + +net_sbs_port=s:option(Value, "net_sbs_port", translate("TCP BaseStation output listen port")) +net_sbs_port.rmempty = true +net_sbs_port.datatype = "port" + +net_bi_port=s:option(Value, "net_bi_port", translate("TCP Beast input listen port")) +net_bi_port.rmempty = true +net_bi_port.datatype = "port" + +net_bo_port=s:option(Value, "net_bo_port", translate("TCP Beast output listen port")) +net_bo_port.rmempty = true +net_bo_port.datatype = "port" + +net_fatsv_port=s:option(Value, "net_fatsv_port", translate("FlightAware TSV output port")) +net_fatsv_port.rmempty = true +net_fatsv_port.datatype = "port" + +net_ro_size=s:option(Value, "net_ro_size", translate("TCP raw output minimum size")) +net_ro_size.rmempty = true +net_ro_size.datatype = "uinteger" + +net_ro_interval=s:option(Value, "net_ro_interval", translate("TCP raw output memory flush rate in seconds")) +net_ro_interval.rmempty = true +net_ro_interval.datatype = "uinteger" + +net_heartbeat=s:option(Value, "net_heartbeat", translate("TCP heartbeat rate in seconds")) +net_heartbeat.rmempty = true +net_heartbeat.datatype = "uinteger" + +net_buffer=s:option(Value, "net_buffer", translate("TCP buffer size 64Kb * (2^n)")) +net_buffer.rmempty = true +net_buffer.datatype = "uinteger" + +net_verbatim=s:option(Flag, "net_verbatim", translate("Do not apply CRC corrections to messages we forward")) +net_verbatim.default = false + +forward_mlat=s:option(Flag, "forward_mlat", translate("Allow forwarding of received mlat results to output ports")) +forward_mlat.default = false + +lat=s:option(Value, "lat", translate("Reference/receiver latitude for surface posn")) +lat.rmempty = true +lat.datatype = "float" + +lon=s:option(Value, "lon", translate("Reference/receiver longitude for surface posn")) +lon.rmempty = true +lon.datatype = "float" + +max_range=s:option(Value, "max_range", translate("Absolute maximum range for position decoding")) +max_range.rmempty = true +max_range.datatype = "uinteger" + +fix=s:option(Flag, "fix", translate("Enable single-bits error correction using CRC")) +fix.default = false + +no_fix=s:option(Flag, "no_fix", translate("Disable single-bits error correction using CRC")) +no_fix.default = false + +no_crc_check=s:option(Flag, "no_crc_check", translate("Disable messages with broken CRC")) +no_crc_check.default = false + +phase_enhance=s:option(Flag, "phase_enhance", translate("Enable phase enhancement")) +phase_enhance.default = false + +agressive=s:option(Flag, "agressive", translate("More CPU for more messages")) +agressive.default = false + +mlat=s:option(Flag, "mlat", translate("Display raw messages in Beast ascii mode")) +mlat.default = false + +stats=s:option(Flag, "stats", translate("Print stats at exit")) +stats.default = false + +stats_range=s:option(Flag, "stats_range", translate("Collect/show range histogram")) +stats_range.default = false + +stats_every=s:option(Value, "stats_every", translate("Show and reset stats every seconds")) +stats_every.rmempty = true +stats_every.datatype = "uinteger" + +onlyaddr=s:option(Flag, "onlyaddr", translate("Show only ICAO addresses")) +onlyaddr.default = false + +metric=s:option(Flag, "metric", translate("Use metric units")) +metric.default = false + +snip=s:option(Value, "snip", translate("Strip IQ file removing samples")) +snip.rmempty = true +snip.datatype = "uinteger" + +debug_mode=s:option(Value, "debug", translate("Debug mode flags")) +debug_mode.rmempty = true + +ppm=s:option(Value, "ppm", translate("Set receiver error in parts per million")) +ppm.rmempty = true +ppm.datatype = "uinteger" + +html_dir=s:option(Value, "html_dir", translate("Base directory for the internal HTTP server")) +html_dir.rmempty = true +html_dir.datatype = "directory" + +write_json=s:option(Value, "write_json", translate("Periodically write json output to a directory")) +write_json.rmempty = true +write_json.datatype = "directory" + +write_json_every=s:option(Flag, "write_json_every", translate("Write json output every t seconds")) +write_json_every.rmempty = true +write_json_every.datatype = "uinteger" + +json_location_accuracy=s:option(ListValue, "json_location_accuracy", translate("Accuracy of receiver location in json metadata")) +json_location_accuracy:value("", translate("Default")) +json_location_accuracy:value("0", "No location") +json_location_accuracy:value("1", "Approximate") +json_location_accuracy:value("2", "Exact") + +oversample=s:option(Flag, "oversample", translate("Use the 2.4MHz demodulator")) +oversample.default = false + +dcfilter=s:option(Flag, "dcfilter", translate("Apply a 1Hz DC filter to input data")) +dcfilter.default = false + +measure_noise=s:option(Flag, "measure_noise", translate("Measure noise power")) +measure_noise.default = false + +return m diff --git a/applications/luci-app-dump1090/root/etc/uci-defaults/luci-dump1090 b/applications/luci-app-dump1090/root/etc/uci-defaults/luci-dump1090 new file mode 100644 index 0000000..4475d2f --- /dev/null +++ b/applications/luci-app-dump1090/root/etc/uci-defaults/luci-dump1090 @@ -0,0 +1,12 @@ +#!/bin/sh + +# needed for "Save and Apply" to restart dump1090 +uci -q batch <<-EOF >/dev/null + delete ucitrack.@dump1090[-1] + add ucitrack dump1090 + set ucitrack.@dump1090[-1].init="dump1090" + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-firewall/Makefile b/applications/luci-app-firewall/Makefile new file mode 100644 index 0000000..21804d7 --- /dev/null +++ b/applications/luci-app-firewall/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Firewall and Portforwarding application +LUCI_DEPENDS:=+firewall + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-firewall/luasrc/controller/firewall.lua b/applications/luci-app-firewall/luasrc/controller/firewall.lua new file mode 100644 index 0000000..5a6ab0a --- /dev/null +++ b/applications/luci-app-firewall/luasrc/controller/firewall.lua @@ -0,0 +1,23 @@ +module("luci.controller.firewall", package.seeall) + +function index() + entry({"admin", "network", "firewall"}, + alias("admin", "network", "firewall", "zones"), + _("Firewall"), 60) + + entry({"admin", "network", "firewall", "zones"}, + arcombine(cbi("firewall/zones"), cbi("firewall/zone-details")), + _("General Settings"), 10).leaf = true + + entry({"admin", "network", "firewall", "forwards"}, + arcombine(cbi("firewall/forwards"), cbi("firewall/forward-details")), + _("Port Forwards"), 20).leaf = true + + entry({"admin", "network", "firewall", "rules"}, + arcombine(cbi("firewall/rules"), cbi("firewall/rule-details")), + _("Traffic Rules"), 30).leaf = true + + entry({"admin", "network", "firewall", "custom"}, + cbi("firewall/custom"), + _("Custom Rules"), 40).leaf = true +end diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua new file mode 100644 index 0000000..968ac36 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua @@ -0,0 +1,27 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local fs = require "nixio.fs" + +local f = SimpleForm("firewall", + translate("Firewall - Custom Rules"), + translate("Custom rules allow you to execute arbritary iptables commands \ + which are not otherwise covered by the firewall framework. \ + The commands are executed after each firewall restart, right after \ + the default ruleset has been loaded.")) + +local o = f:field(Value, "_custom") + +o.template = "cbi/tvalue" +o.rows = 20 + +function o.cfgvalue(self, section) + return fs.readfile("/etc/firewall.user") +end + +function o.write(self, section, value) + value = value:gsub("\r\n?", "\n") + fs.writefile("/etc/firewall.user", value) +end + +return f diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua new file mode 100644 index 0000000..22f1c77 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua @@ -0,0 +1,150 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sys = require "luci.sys" +local dsp = require "luci.dispatcher" +local ft = require "luci.tools.firewall" + +local m, s, o + +arg[1] = arg[1] or "" + +m = Map("firewall", + translate("Firewall - Port Forwards"), + translate("This page allows you to change advanced properties of the port \ + forwarding entry. In most cases there is no need to modify \ + those settings.")) + +m.redirect = dsp.build_url("admin/network/firewall/forwards") + +if m.uci:get("firewall", arg[1]) ~= "redirect" then + luci.http.redirect(m.redirect) + return +else + local name = m:get(arg[1], "name") or m:get(arg[1], "_name") + if not name or #name == 0 then + name = translate("(Unnamed Entry)") + end + m.title = "%s - %s" %{ translate("Firewall - Port Forwards"), name } +end + +s = m:section(NamedSection, arg[1], "redirect", "") +s.anonymous = true +s.addremove = false + +ft.opt_enabled(s, Button) +ft.opt_name(s, Value, translate("Name")) + + +o = s:option(Value, "proto", translate("Protocol")) +o:value("tcp udp", "TCP+UDP") +o:value("tcp", "TCP") +o:value("udp", "UDP") +o:value("icmp", "ICMP") + +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + if not v or v == "tcpudp" then + return "tcp udp" + end + return v +end + + +o = s:option(Value, "src", translate("Source zone")) +o.nocreate = true +o.default = "wan" +o.template = "cbi/firewall_zonelist" + + +o = s:option(DynamicList, "src_mac", + translate("Source MAC address"), + translate("Only match incoming traffic from these MACs.")) +o.rmempty = true +o.datatype = "neg(macaddr)" +o.placeholder = translate("any") + +luci.sys.net.mac_hints(function(mac, name) + o:value(mac, "%s (%s)" %{ mac, name }) +end) + + +o = s:option(Value, "src_ip", + translate("Source IP address"), + translate("Only match incoming traffic from this IP or range.")) +o.rmempty = true +o.datatype = "neg(ip4addr)" +o.placeholder = translate("any") + +luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) +end) + + +o = s:option(Value, "src_port", + translate("Source port"), + translate("Only match incoming traffic originating from the given source port or port range on the client host")) +o.rmempty = true +o.datatype = "neg(portrange)" +o.placeholder = translate("any") + + +o = s:option(Value, "src_dip", + translate("External IP address"), + translate("Only match incoming traffic directed at the given IP address.")) + +luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) +end) + + +o.rmempty = true +o.datatype = "neg(ip4addr)" +o.placeholder = translate("any") + + +o = s:option(Value, "src_dport", translate("External port"), + translate("Match incoming traffic directed at the given " .. + "destination port or port range on this host")) +o.datatype = "neg(portrange)" + + + +o = s:option(Value, "dest", translate("Internal zone")) +o.nocreate = true +o.default = "lan" +o.template = "cbi/firewall_zonelist" + + +o = s:option(Value, "dest_ip", translate("Internal IP address"), + translate("Redirect matched incoming traffic to the specified \ + internal host")) +o.datatype = "ip4addr" + +luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) +end) + + +o = s:option(Value, "dest_port", + translate("Internal port"), + translate("Redirect matched incoming traffic to the given port on \ + the internal host")) +o.placeholder = translate("any") +o.datatype = "portrange" + + +o = s:option(Flag, "reflection", translate("Enable NAT Loopback")) +o.rmempty = true +o.default = o.enabled +o.cfgvalue = function(...) + return Flag.cfgvalue(...) or "1" +end + + +s:option(Value, "extra", + translate("Extra arguments"), + translate("Passes additional arguments to iptables. Use with care!")) + + +return m diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua new file mode 100644 index 0000000..e61ce73 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua @@ -0,0 +1,134 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010-2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ds = require "luci.dispatcher" +local ft = require "luci.tools.firewall" + +m = Map("firewall", translate("Firewall - Port Forwards"), + translate("Port forwarding allows remote computers on the Internet to \ + connect to a specific computer or service within the \ + private LAN.")) + +-- +-- Port Forwards +-- + +s = m:section(TypedSection, "redirect", translate("Port Forwards")) +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true +s.sortable = true +s.extedit = ds.build_url("admin/network/firewall/forwards/%s") +s.template_addremove = "firewall/cbi_addforward" + +function s.create(self, section) + local n = m:formvalue("_newfwd.name") + local p = m:formvalue("_newfwd.proto") + local E = m:formvalue("_newfwd.extzone") + local e = m:formvalue("_newfwd.extport") + local I = m:formvalue("_newfwd.intzone") + local a = m:formvalue("_newfwd.intaddr") + local i = m:formvalue("_newfwd.intport") + + if p == "other" or (p and a) then + created = TypedSection.create(self, section) + + self.map:set(created, "target", "DNAT") + self.map:set(created, "src", E or "wan") + self.map:set(created, "dest", I or "lan") + self.map:set(created, "proto", (p ~= "other") and p or "all") + self.map:set(created, "src_dport", e) + self.map:set(created, "dest_ip", a) + self.map:set(created, "dest_port", i) + self.map:set(created, "name", n) + end + + if p ~= "other" then + created = nil + end +end + +function s.parse(self, ...) + TypedSection.parse(self, ...) + if created then + m.uci:save("firewall") + luci.http.redirect(ds.build_url( + "admin/network/firewall/redirect", created + )) + end +end + +function s.filter(self, sid) + return (self.map:get(sid, "target") ~= "SNAT") +end + + +ft.opt_name(s, DummyValue, translate("Name")) + + +local function forward_proto_txt(self, s) + return "%s-%s" %{ + translate("IPv4"), + ft.fmt_proto(self.map:get(s, "proto"), + self.map:get(s, "icmp_type")) or "TCP+UDP" + } +end + +local function forward_src_txt(self, s) + local z = ft.fmt_zone(self.map:get(s, "src"), translate("any zone")) + local a = ft.fmt_ip(self.map:get(s, "src_ip"), translate("any host")) + local p = ft.fmt_port(self.map:get(s, "src_port")) + local m = ft.fmt_mac(self.map:get(s, "src_mac")) + + if p and m then + return translatef("From %s in %s with source %s and %s", a, z, p, m) + elseif p or m then + return translatef("From %s in %s with source %s", a, z, p or m) + else + return translatef("From %s in %s", a, z) + end +end + +local function forward_via_txt(self, s) + local a = ft.fmt_ip(self.map:get(s, "src_dip"), translate("any router IP")) + local p = ft.fmt_port(self.map:get(s, "src_dport")) + + if p then + return translatef("Via %s at %s", a, p) + else + return translatef("Via %s", a) + end +end + +match = s:option(DummyValue, "match", translate("Match")) +match.rawhtml = true +match.width = "50%" +function match.cfgvalue(self, s) + return "%s
%s
%s
" % { + forward_proto_txt(self, s), + forward_src_txt(self, s), + forward_via_txt(self, s) + } +end + + +dest = s:option(DummyValue, "dest", translate("Forward to")) +dest.rawhtml = true +dest.width = "40%" +function dest.cfgvalue(self, s) + local z = ft.fmt_zone(self.map:get(s, "dest"), translate("any zone")) + local a = ft.fmt_ip(self.map:get(s, "dest_ip"), translate("any host")) + local p = ft.fmt_port(self.map:get(s, "dest_port")) or + ft.fmt_port(self.map:get(s, "src_dport")) + + if p then + return translatef("%s, %s in %s", a, p, z) + else + return translatef("%s in %s", a, z) + end +end + +ft.opt_enabled(s, Flag, translate("Enable")).width = "1%" + +return m diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua new file mode 100644 index 0000000..0cb30b5 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua @@ -0,0 +1,319 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010-2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sys = require "luci.sys" +local utl = require "luci.util" +local dsp = require "luci.dispatcher" +local nxo = require "nixio" + +local ft = require "luci.tools.firewall" +local nw = require "luci.model.network" +local m, s, o, k, v + +arg[1] = arg[1] or "" + +m = Map("firewall", + translate("Firewall - Traffic Rules"), + translate("This page allows you to change advanced properties of the \ + traffic rule entry, such as matched source and destination \ + hosts.")) + +m.redirect = dsp.build_url("admin/network/firewall/rules") + +nw.init(m.uci) + +local rule_type = m.uci:get("firewall", arg[1]) +if rule_type == "redirect" and m:get(arg[1], "target") ~= "SNAT" then + rule_type = nil +end + +if not rule_type then + luci.http.redirect(m.redirect) + return + +-- +-- SNAT +-- +elseif rule_type == "redirect" then + + local name = m:get(arg[1], "name") or m:get(arg[1], "_name") + if not name or #name == 0 then + name = translate("(Unnamed SNAT)") + else + name = "SNAT %s" % name + end + + m.title = "%s - %s" %{ translate("Firewall - Traffic Rules"), name } + + local wan_zone = nil + + m.uci:foreach("firewall", "zone", + function(s) + local n = s.network or s.name + if n then + local i + for i in utl.imatch(n) do + if i == "wan" then + wan_zone = s.name + return false + end + end + end + end) + + s = m:section(NamedSection, arg[1], "redirect", "") + s.anonymous = true + s.addremove = false + + + ft.opt_enabled(s, Button) + ft.opt_name(s, Value, translate("Name")) + + + o = s:option(Value, "proto", + translate("Protocol"), + translate("You may specify multiple by selecting \"-- custom --\" and \ + then entering protocols separated by space.")) + + o:value("all", "All protocols") + o:value("tcp udp", "TCP+UDP") + o:value("tcp", "TCP") + o:value("udp", "UDP") + o:value("icmp", "ICMP") + + function o.cfgvalue(...) + local v = Value.cfgvalue(...) + if not v or v == "tcpudp" then + return "tcp udp" + end + return v + end + + + o = s:option(Value, "src", translate("Source zone")) + o.nocreate = true + o.default = "wan" + o.template = "cbi/firewall_zonelist" + + + o = s:option(Value, "src_ip", translate("Source IP address")) + o.rmempty = true + o.datatype = "neg(ipaddr)" + o.placeholder = translate("any") + + luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) + end) + + + o = s:option(Value, "src_port", + translate("Source port"), + translate("Match incoming traffic originating from the given source \ + port or port range on the client host.")) + o.rmempty = true + o.datatype = "neg(portrange)" + o.placeholder = translate("any") + + + o = s:option(Value, "dest", translate("Destination zone")) + o.nocreate = true + o.default = "lan" + o.template = "cbi/firewall_zonelist" + + + o = s:option(Value, "dest_ip", translate("Destination IP address")) + o.datatype = "neg(ip4addr)" + + luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) + end) + + + o = s:option(Value, "dest_port", + translate("Destination port"), + translate("Match forwarded traffic to the given destination port or \ + port range.")) + + o.rmempty = true + o.placeholder = translate("any") + o.datatype = "neg(portrange)" + + + o = s:option(Value, "src_dip", + translate("SNAT IP address"), + translate("Rewrite matched traffic to the given address.")) + o.rmempty = false + o.datatype = "ip4addr" + + for k, v in ipairs(nw:get_interfaces()) do + local a + for k, a in ipairs(v:ipaddrs()) do + o:value(a:host():string(), '%s (%s)' %{ + a:host():string(), v:shortname() + }) + end + end + + + o = s:option(Value, "src_dport", translate("SNAT port"), + translate("Rewrite matched traffic to the given source port. May be \ + left empty to only rewrite the IP address.")) + o.datatype = "portrange" + o.rmempty = true + o.placeholder = translate('Do not rewrite') + + + s:option(Value, "extra", + translate("Extra arguments"), + translate("Passes additional arguments to iptables. Use with care!")) + + +-- +-- Rule +-- +else + local name = m:get(arg[1], "name") or m:get(arg[1], "_name") + if not name or #name == 0 then + name = translate("(Unnamed Rule)") + end + + m.title = "%s - %s" %{ translate("Firewall - Traffic Rules"), name } + + + s = m:section(NamedSection, arg[1], "rule", "") + s.anonymous = true + s.addremove = false + + ft.opt_enabled(s, Button) + ft.opt_name(s, Value, translate("Name")) + + + o = s:option(ListValue, "family", translate("Restrict to address family")) + o.rmempty = true + o:value("", translate("IPv4 and IPv6")) + o:value("ipv4", translate("IPv4 only")) + o:value("ipv6", translate("IPv6 only")) + + + o = s:option(Value, "proto", translate("Protocol")) + o:value("all", translate("Any")) + o:value("tcp udp", "TCP+UDP") + o:value("tcp", "TCP") + o:value("udp", "UDP") + o:value("icmp", "ICMP") + + function o.cfgvalue(...) + local v = Value.cfgvalue(...) + if not v or v == "tcpudp" then + return "tcp udp" + end + return v + end + + + o = s:option(DynamicList, "icmp_type", translate("Match ICMP type")) + o:value("", "any") + o:value("echo-reply") + o:value("destination-unreachable") + o:value("network-unreachable") + o:value("host-unreachable") + o:value("protocol-unreachable") + o:value("port-unreachable") + o:value("fragmentation-needed") + o:value("source-route-failed") + o:value("network-unknown") + o:value("host-unknown") + o:value("network-prohibited") + o:value("host-prohibited") + o:value("TOS-network-unreachable") + o:value("TOS-host-unreachable") + o:value("communication-prohibited") + o:value("host-precedence-violation") + o:value("precedence-cutoff") + o:value("source-quench") + o:value("redirect") + o:value("network-redirect") + o:value("host-redirect") + o:value("TOS-network-redirect") + o:value("TOS-host-redirect") + o:value("echo-request") + o:value("router-advertisement") + o:value("router-solicitation") + o:value("time-exceeded") + o:value("ttl-zero-during-transit") + o:value("ttl-zero-during-reassembly") + o:value("parameter-problem") + o:value("ip-header-bad") + o:value("required-option-missing") + o:value("timestamp-request") + o:value("timestamp-reply") + o:value("address-mask-request") + o:value("address-mask-reply") + + + o = s:option(Value, "src", translate("Source zone")) + o.nocreate = true + o.allowany = true + o.default = "wan" + o.template = "cbi/firewall_zonelist" + + + o = s:option(Value, "src_mac", translate("Source MAC address")) + o.datatype = "list(macaddr)" + o.placeholder = translate("any") + + luci.sys.net.mac_hints(function(mac, name) + o:value(mac, "%s (%s)" %{ mac, name }) + end) + + + o = s:option(Value, "src_ip", translate("Source address")) + o.datatype = "neg(ipaddr)" + o.placeholder = translate("any") + + luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) + end) + + + o = s:option(Value, "src_port", translate("Source port")) + o.datatype = "list(neg(portrange))" + o.placeholder = translate("any") + + + o = s:option(Value, "dest", translate("Destination zone")) + o.nocreate = true + o.allowany = true + o.allowlocal = true + o.template = "cbi/firewall_zonelist" + + + o = s:option(Value, "dest_ip", translate("Destination address")) + o.datatype = "neg(ipaddr)" + o.placeholder = translate("any") + + luci.sys.net.ipv4_hints(function(ip, name) + o:value(ip, "%s (%s)" %{ ip, name }) + end) + + + o = s:option(Value, "dest_port", translate("Destination port")) + o.datatype = "list(neg(portrange))" + o.placeholder = translate("any") + + + o = s:option(ListValue, "target", translate("Action")) + o.default = "ACCEPT" + o:value("DROP", translate("drop")) + o:value("ACCEPT", translate("accept")) + o:value("REJECT", translate("reject")) + o:value("NOTRACK", translate("don't track")) + + + s:option(Value, "extra", + translate("Extra arguments"), + translate("Passes additional arguments to iptables. Use with care!")) +end + +return m diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua new file mode 100644 index 0000000..c533491 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua @@ -0,0 +1,259 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010-2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ds = require "luci.dispatcher" +local ft = require "luci.tools.firewall" + +m = Map("firewall", + translate("Firewall - Traffic Rules"), + translate("Traffic rules define policies for packets traveling between \ + different zones, for example to reject traffic between certain hosts \ + or to open WAN ports on the router.")) + +-- +-- Rules +-- + +s = m:section(TypedSection, "rule", translate("Traffic Rules")) +s.addremove = true +s.anonymous = true +s.sortable = true +s.template = "cbi/tblsection" +s.extedit = ds.build_url("admin/network/firewall/rules/%s") +s.defaults.target = "ACCEPT" +s.template_addremove = "firewall/cbi_addrule" + + +function s.create(self, section) + created = TypedSection.create(self, section) +end + +function s.parse(self, ...) + TypedSection.parse(self, ...) + + local i_n = m:formvalue("_newopen.name") + local i_p = m:formvalue("_newopen.proto") + local i_e = m:formvalue("_newopen.extport") + local i_x = m:formvalue("_newopen.submit") + + local f_n = m:formvalue("_newfwd.name") + local f_s = m:formvalue("_newfwd.src") + local f_d = m:formvalue("_newfwd.dest") + local f_x = m:formvalue("_newfwd.submit") + + if i_x then + created = TypedSection.create(self, section) + + self.map:set(created, "target", "ACCEPT") + self.map:set(created, "src", "wan") + self.map:set(created, "proto", (i_p ~= "other") and i_p or "all") + self.map:set(created, "dest_port", i_e) + self.map:set(created, "name", i_n) + + if i_p ~= "other" and i_e and #i_e > 0 then + created = nil + end + + elseif f_x then + created = TypedSection.create(self, section) + + self.map:set(created, "target", "ACCEPT") + self.map:set(created, "src", f_s) + self.map:set(created, "dest", f_d) + self.map:set(created, "name", f_n) + end + + if created then + m.uci:save("firewall") + luci.http.redirect(ds.build_url( + "admin/network/firewall/rules", created + )) + end +end + +ft.opt_name(s, DummyValue, translate("Name")) + +local function rule_proto_txt(self, s) + local f = self.map:get(s, "family") + local p = ft.fmt_proto(self.map:get(s, "proto"), + self.map:get(s, "icmp_type")) or translate("traffic") + + if f and f:match("4") then + return "%s-%s" %{ translate("IPv4"), p } + elseif f and f:match("6") then + return "%s-%s" %{ translate("IPv6"), p } + else + return "%s %s" %{ translate("Any"), p } + end +end + +local function rule_src_txt(self, s) + local z = ft.fmt_zone(self.map:get(s, "src"), translate("any zone")) + local a = ft.fmt_ip(self.map:get(s, "src_ip"), translate("any host")) + local p = ft.fmt_port(self.map:get(s, "src_port")) + local m = ft.fmt_mac(self.map:get(s, "src_mac")) + + if p and m then + return translatef("From %s in %s with source %s and %s", a, z, p, m) + elseif p or m then + return translatef("From %s in %s with source %s", a, z, p or m) + else + return translatef("From %s in %s", a, z) + end +end + +local function rule_dest_txt(self, s) + local z = ft.fmt_zone(self.map:get(s, "dest")) + local p = ft.fmt_port(self.map:get(s, "dest_port")) + + -- Forward + if z then + local a = ft.fmt_ip(self.map:get(s, "dest_ip"), translate("any host")) + if p then + return translatef("To %s, %s in %s", a, p, z) + else + return translatef("To %s in %s", a, z) + end + + -- Input + else + local a = ft.fmt_ip(self.map:get(s, "dest_ip"), + translate("any router IP")) + + if p then + return translatef("To %s at %s on this device", a, p) + else + return translatef("To %s on this device", a) + end + end +end + +local function snat_dest_txt(self, s) + local z = ft.fmt_zone(self.map:get(s, "dest"), translate("any zone")) + local a = ft.fmt_ip(self.map:get(s, "dest_ip"), translate("any host")) + local p = ft.fmt_port(self.map:get(s, "dest_port")) or + ft.fmt_port(self.map:get(s, "src_dport")) + + if p then + return translatef("To %s, %s in %s", a, p, z) + else + return translatef("To %s in %s", a, z) + end +end + + +match = s:option(DummyValue, "match", translate("Match")) +match.rawhtml = true +match.width = "70%" +function match.cfgvalue(self, s) + return "%s
%s
%s
" % { + rule_proto_txt(self, s), + rule_src_txt(self, s), + rule_dest_txt(self, s) + } +end + +target = s:option(DummyValue, "target", translate("Action")) +target.rawhtml = true +target.width = "20%" +function target.cfgvalue(self, s) + local t = ft.fmt_target(self.map:get(s, "target"), self.map:get(s, "dest")) + local l = ft.fmt_limit(self.map:get(s, "limit"), + self.map:get(s, "limit_burst")) + + if l then + return translatef("%s and limit to %s", t, l) + else + return "%s" % t + end +end + +ft.opt_enabled(s, Flag, translate("Enable")).width = "1%" + + +-- +-- SNAT +-- + +s = m:section(TypedSection, "redirect", + translate("Source NAT"), + translate("Source NAT is a specific form of masquerading which allows \ + fine grained control over the source IP used for outgoing traffic, \ + for example to map multiple WAN addresses to internal subnets.")) +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true +s.sortable = true +s.extedit = ds.build_url("admin/network/firewall/rules/%s") +s.template_addremove = "firewall/cbi_addsnat" + +function s.create(self, section) + created = TypedSection.create(self, section) +end + +function s.parse(self, ...) + TypedSection.parse(self, ...) + + local n = m:formvalue("_newsnat.name") + local s = m:formvalue("_newsnat.src") + local d = m:formvalue("_newsnat.dest") + local a = m:formvalue("_newsnat.dip") + local p = m:formvalue("_newsnat.dport") + local x = m:formvalue("_newsnat.submit") + + if x and a and #a > 0 then + created = TypedSection.create(self, section) + + self.map:set(created, "target", "SNAT") + self.map:set(created, "src", s) + self.map:set(created, "dest", d) + self.map:set(created, "proto", "all") + self.map:set(created, "src_dip", a) + self.map:set(created, "src_dport", p) + self.map:set(created, "name", n) + end + + if created then + m.uci:save("firewall") + luci.http.redirect(ds.build_url( + "admin/network/firewall/rules", created + )) + end +end + +function s.filter(self, sid) + return (self.map:get(sid, "target") == "SNAT") +end + +ft.opt_name(s, DummyValue, translate("Name")) + +match = s:option(DummyValue, "match", translate("Match")) +match.rawhtml = true +match.width = "70%" +function match.cfgvalue(self, s) + return "%s
%s
%s
" % { + rule_proto_txt(self, s), + rule_src_txt(self, s), + snat_dest_txt(self, s) + } +end + +snat = s:option(DummyValue, "via", translate("Action")) +snat.rawhtml = true +snat.width = "20%" +function snat.cfgvalue(self, s) + local a = ft.fmt_ip(self.map:get(s, "src_dip")) + local p = ft.fmt_port(self.map:get(s, "src_dport")) + + if a and p then + return translatef("Rewrite to source %s, %s", a, p) + else + return translatef("Rewrite to source %s", a or p) + end +end + +ft.opt_enabled(s, Flag, translate("Enable")).width = "1%" + + +return m diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua new file mode 100644 index 0000000..6c90476 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua @@ -0,0 +1,232 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010-2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local nw = require "luci.model.network" +local fw = require "luci.model.firewall" +local ds = require "luci.dispatcher" +local ut = require "luci.util" + +local m, p, i, v +local s, name, net, family, msrc, mdest, log, lim +local s2, out, inp + + +m = Map("firewall", translate("Firewall - Zone Settings")) +m.redirect = luci.dispatcher.build_url("admin/network/firewall/zones") + +fw.init(m.uci) +nw.init(m.uci) + + +local zone = fw:get_zone(arg[1]) +if not zone then + luci.http.redirect(dsp.build_url("admin/network/firewall/zones")) + return +else + m.title = "%s - %s" %{ + translate("Firewall - Zone Settings"), + translatef("Zone %q", zone:name() or "?") + } +end + + +s = m:section(NamedSection, zone.sid, "zone", + translatef("Zone %q", zone:name()), + translatef("This section defines common properties of %q. \ + The input and output options set the default \ + policies for traffic entering and leaving this zone while the \ + forward option describes the policy for forwarded traffic \ + between different networks within the zone. \ + Covered networks specifies which available networks are \ + members of this zone.", zone:name())) + +s.anonymous = true +s.addremove = false + +m.on_commit = function(map) + local zone = fw:get_zone(arg[1]) + if zone then + s.section = zone.sid + s2.section = zone.sid + end +end + + +s:tab("general", translate("General Settings")) +s:tab("advanced", translate("Advanced Settings")) + + +name = s:taboption("general", Value, "name", translate("Name")) +name.optional = false +name.forcewrite = true +name.datatype = "and(uciname,maxlength(14))" + +function name.write(self, section, value) + if zone:name() ~= value then + fw:rename_zone(zone:name(), value) + out.exclude = value + inp.exclude = value + end + + m.redirect = ds.build_url("admin/network/firewall/zones", value) + m.title = "%s - %s" %{ + translate("Firewall - Zone Settings"), + translatef("Zone %q", value or "?") + } +end + +p = { + s:taboption("general", ListValue, "input", translate("Input")), + s:taboption("general", ListValue, "output", translate("Output")), + s:taboption("general", ListValue, "forward", translate("Forward")) +} + +for i, v in ipairs(p) do + v:value("REJECT", translate("reject")) + v:value("DROP", translate("drop")) + v:value("ACCEPT", translate("accept")) +end + +s:taboption("general", Flag, "masq", translate("Masquerading")) +s:taboption("general", Flag, "mtu_fix", translate("MSS clamping")) + +net = s:taboption("general", Value, "network", translate("Covered networks")) +net.template = "cbi/network_netlist" +net.widget = "checkbox" +net.cast = "string" + +function net.formvalue(self, section) + return Value.formvalue(self, section) or "-" +end + +function net.cfgvalue(self, section) + return Value.cfgvalue(self, section) or name:cfgvalue(section) +end + +function net.write(self, section, value) + zone:clear_networks() + + local n + for n in ut.imatch(value) do + zone:add_network(n) + end +end + + +family = s:taboption("advanced", ListValue, "family", + translate("Restrict to address family")) + +family.rmempty = true +family:value("", translate("IPv4 and IPv6")) +family:value("ipv4", translate("IPv4 only")) +family:value("ipv6", translate("IPv6 only")) + +msrc = s:taboption("advanced", DynamicList, "masq_src", + translate("Restrict Masquerading to given source subnets")) + +msrc.optional = true +msrc.datatype = "list(neg(or(uciname,hostname,ip4addr)))" +msrc.placeholder = "0.0.0.0/0" +msrc:depends("family", "") +msrc:depends("family", "ipv4") + +mdest = s:taboption("advanced", DynamicList, "masq_dest", + translate("Restrict Masquerading to given destination subnets")) + +mdest.optional = true +mdest.datatype = "list(neg(or(uciname,hostname,ip4addr)))" +mdest.placeholder = "0.0.0.0/0" +mdest:depends("family", "") +mdest:depends("family", "ipv4") + +s:taboption("advanced", Flag, "conntrack", + translate("Force connection tracking")) + +log = s:taboption("advanced", Flag, "log", + translate("Enable logging on this zone")) + +log.rmempty = true +log.enabled = "1" + +lim = s:taboption("advanced", Value, "log_limit", + translate("Limit log messages")) + +lim.placeholder = "10/minute" +lim:depends("log", "1") + + +s2 = m:section(NamedSection, zone.sid, "fwd_out", + translate("Inter-Zone Forwarding"), + translatef("The options below control the forwarding policies between \ + this zone (%s) and other zones. Destination zones cover \ + forwarded traffic originating from %q. \ + Source zones match forwarded traffic from other zones \ + targeted at %q. The forwarding rule is \ + unidirectional, e.g. a forward from lan to wan does \ + not imply a permission to forward from wan to lan as well.", + zone:name(), zone:name(), zone:name() + + )) + +out = s2:option(Value, "out", + translate("Allow forward to destination zones:")) + +out.nocreate = true +out.widget = "checkbox" +out.exclude = zone:name() +out.template = "cbi/firewall_zonelist" + +inp = s2:option(Value, "in", + translate("Allow forward from source zones:")) + +inp.nocreate = true +inp.widget = "checkbox" +inp.exclude = zone:name() +inp.template = "cbi/firewall_zonelist" + +function out.cfgvalue(self, section) + local v = { } + local f + for _, f in ipairs(zone:get_forwardings_by("src")) do + v[#v+1] = f:dest() + end + return table.concat(v, " ") +end + +function inp.cfgvalue(self, section) + local v = { } + local f + for _, f in ipairs(zone:get_forwardings_by("dest")) do + v[#v+1] = f:src() + end + return v +end + +function out.formvalue(self, section) + return Value.formvalue(self, section) or "-" +end + +function inp.formvalue(self, section) + return Value.formvalue(self, section) or "-" +end + +function out.write(self, section, value) + zone:del_forwardings_by("src") + + local f + for f in ut.imatch(value) do + zone:add_forwarding_to(f) + end +end + +function inp.write(self, section, value) + zone:del_forwardings_by("dest") + + local f + for f in ut.imatch(value) do + zone:add_forwarding_from(f) + end +end + +return m diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua new file mode 100644 index 0000000..60968ce --- /dev/null +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua @@ -0,0 +1,77 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +local ds = require "luci.dispatcher" +local fw = require "luci.model.firewall" + +local m, s, o, p, i, v + +m = Map("firewall", + translate("Firewall - Zone Settings"), + translate("The firewall creates zones over your network interfaces to control network traffic flow.")) + +fw.init(m.uci) + +s = m:section(TypedSection, "defaults", translate("General Settings")) +s.anonymous = true +s.addremove = false + +s:option(Flag, "syn_flood", translate("Enable SYN-flood protection")) + +o = s:option(Flag, "drop_invalid", translate("Drop invalid packets")) +o.default = o.disabled + +p = { + s:option(ListValue, "input", translate("Input")), + s:option(ListValue, "output", translate("Output")), + s:option(ListValue, "forward", translate("Forward")) +} + +for i, v in ipairs(p) do + v:value("REJECT", translate("reject")) + v:value("DROP", translate("drop")) + v:value("ACCEPT", translate("accept")) +end + + +s = m:section(TypedSection, "zone", translate("Zones")) +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true +s.extedit = ds.build_url("admin", "network", "firewall", "zones", "%s") + +function s.create(self) + local z = fw:new_zone() + if z then + luci.http.redirect( + ds.build_url("admin", "network", "firewall", "zones", z.sid) + ) + end +end + +function s.remove(self, section) + return fw:del_zone(section) +end + +o = s:option(DummyValue, "_info", translate("Zone ⇒ Forwardings")) +o.template = "cbi/firewall_zoneforwards" +o.cfgvalue = function(self, section) + return self.map:get(section, "name") +end + +p = { + s:option(ListValue, "input", translate("Input")), + s:option(ListValue, "output", translate("Output")), + s:option(ListValue, "forward", translate("Forward")) +} + +for i, v in ipairs(p) do + v:value("REJECT", translate("reject")) + v:value("DROP", translate("drop")) + v:value("ACCEPT", translate("accept")) +end + +s:option(Flag, "masq", translate("Masquerading")) +s:option(Flag, "mtu_fix", translate("MSS clamping")) + +return m diff --git a/applications/luci-app-firewall/luasrc/tools/firewall.lua b/applications/luci-app-firewall/luasrc/tools/firewall.lua new file mode 100644 index 0000000..6d08fe1 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/tools/firewall.lua @@ -0,0 +1,279 @@ +-- Copyright 2011-2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.tools.firewall", package.seeall) + +local ut = require "luci.util" +local ip = require "luci.ip" +local nx = require "nixio" + +local translate, translatef = luci.i18n.translate, luci.i18n.translatef + +local function tr(...) + return tostring(translate(...)) +end + +function fmt_neg(x) + if type(x) == "string" then + local v, neg = x:gsub("^ *! *", "") + if neg > 0 then + return v, "%s " % tr("not") + else + return x, "" + end + end + return x, "" +end + +function fmt_mac(x) + if x and #x > 0 then + local m, n + local l = { tr("MAC"), " " } + for m in ut.imatch(x) do + m, n = fmt_neg(m) + l[#l+1] = "%s%s" %{ n, m } + l[#l+1] = ", " + end + if #l > 1 then + l[#l] = nil + if #l > 3 then + l[1] = tr("MACs") + end + return table.concat(l, "") + end + end +end + +function fmt_port(x, d) + if x and #x > 0 then + local p, n + local l = { tr("port"), " " } + for p in ut.imatch(x) do + p, n = fmt_neg(p) + local a, b = p:match("(%d+)%D+(%d+)") + if a and b then + l[1] = tr("ports") + l[#l+1] = "%s%d-%d" %{ n, a, b } + else + l[#l+1] = "%s%d" %{ n, p } + end + l[#l+1] = ", " + end + if #l > 1 then + l[#l] = nil + if #l > 3 then + l[1] = tr("ports") + end + return table.concat(l, "") + end + end + return d and "%s" % d +end + +function fmt_ip(x, d) + if x and #x > 0 then + local l = { tr("IP"), " " } + local v, a, n + for v in ut.imatch(x) do + v, n = fmt_neg(v) + a, m = v:match("(%S+)/(%d+%.%S+)") + a = a or v + a = a:match(":") and ip.IPv6(a, m) or ip.IPv4(a, m) + if a and (a:is6() and a:prefix() < 128 or a:prefix() < 32) then + l[1] = tr("IP range") + l[#l+1] = "%s%s" %{ + a:minhost():string(), + a:maxhost():string(), + n, a:string() + } + else + l[#l+1] = "%s%s" %{ + n, + a and a:string() or v + } + end + l[#l+1] = ", " + end + if #l > 1 then + l[#l] = nil + if #l > 3 then + l[1] = tr("IPs") + end + return table.concat(l, "") + end + end + return d and "%s" % d +end + +function fmt_zone(x, d) + if x == "*" then + return "%s" % tr("any zone") + elseif x and #x > 0 then + return "%s" % x + elseif d then + return "%s" % d + end +end + +function fmt_icmp_type(x) + if x and #x > 0 then + local t, v, n + local l = { tr("type"), " " } + for v in ut.imatch(x) do + v, n = fmt_neg(v) + l[#l+1] = "%s%s" %{ n, v } + l[#l+1] = ", " + end + if #l > 1 then + l[#l] = nil + if #l > 3 then + l[1] = tr("types") + end + return table.concat(l, "") + end + end +end + +function fmt_proto(x, icmp_types) + if x and #x > 0 then + local v, n + local l = { } + local t = fmt_icmp_type(icmp_types) + for v in ut.imatch(x) do + v, n = fmt_neg(v) + if v == "tcpudp" then + l[#l+1] = "TCP" + l[#l+1] = ", " + l[#l+1] = "UDP" + l[#l+1] = ", " + elseif v ~= "all" then + local p = nx.getproto(v) + if p then + -- ICMP + if (p.proto == 1 or p.proto == 58) and t then + l[#l+1] = translatef( + "%s%s with %s", + n, p.aliases[1] or p.name, t + ) + else + l[#l+1] = "%s%s" %{ + n, + p.aliases[1] or p.name + } + end + l[#l+1] = ", " + end + end + end + if #l > 0 then + l[#l] = nil + return table.concat(l, "") + end + end +end + +function fmt_limit(limit, burst) + burst = tonumber(burst) + if limit and #limit > 0 then + local l, u = limit:match("(%d+)/(%w+)") + l = tonumber(l or limit) + u = u or "second" + if l then + if u:match("^s") then + u = tr("second") + elseif u:match("^m") then + u = tr("minute") + elseif u:match("^h") then + u = tr("hour") + elseif u:match("^d") then + u = tr("day") + end + if burst and burst > 0 then + return translatef("%d pkts. per %s, \ + burst %d pkts.", l, u, burst) + else + return translatef("%d pkts. per %s", l, u) + end + end + end +end + +function fmt_target(x, dest) + if dest and #dest > 0 then + if x == "ACCEPT" then + return tr("Accept forward") + elseif x == "REJECT" then + return tr("Refuse forward") + elseif x == "NOTRACK" then + return tr("Do not track forward") + else --if x == "DROP" then + return tr("Discard forward") + end + else + if x == "ACCEPT" then + return tr("Accept input") + elseif x == "REJECT" then + return tr("Refuse input") + elseif x == "NOTRACK" then + return tr("Do not track input") + else --if x == "DROP" then + return tr("Discard input") + end + end +end + + +function opt_enabled(s, t, ...) + if t == luci.cbi.Button then + local o = s:option(t, "__enabled") + function o.render(self, section) + if self.map:get(section, "enabled") ~= "0" then + self.title = tr("Rule is enabled") + self.inputtitle = tr("Disable") + self.inputstyle = "reset" + else + self.title = tr("Rule is disabled") + self.inputtitle = tr("Enable") + self.inputstyle = "apply" + end + t.render(self, section) + end + function o.write(self, section, value) + if self.map:get(section, "enabled") ~= "0" then + self.map:set(section, "enabled", "0") + else + self.map:del(section, "enabled") + end + end + return o + else + local o = s:option(t, "enabled", ...) + o.default = "1" + return o + end +end + +function opt_name(s, t, ...) + local o = s:option(t, "name", ...) + + function o.cfgvalue(self, section) + return self.map:get(section, "name") or + self.map:get(section, "_name") or "-" + end + + function o.write(self, section, value) + if value ~= "-" then + self.map:set(section, "name", value) + self.map:del(section, "_name") + else + self:remove(section) + end + end + + function o.remove(self, section) + self.map:del(section, "name") + self.map:del(section, "_name") + end + + return o +end diff --git a/applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm new file mode 100644 index 0000000..3c46e22 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm @@ -0,0 +1,116 @@ +<%- + local fw = require "luci.model.firewall".init() + local izl = { } + local ezl = { } + local _, z + for _, z in ipairs(fw:get_zones()) do + if z:name() ~= "wan" then + izl[#izl+1] = z + end + if z:name() ~= "lan" then + ezl[#ezl+1] = z + end + end +-%> +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
<%:New port forward%>:
<%:Name%><%:Protocol%><%:External zone%><%:External port%><%:Internal zone%><%:Internal IP address%><%:Internal port%>
+ + + + + + + + + + + + + + + +
+ + +
diff --git a/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm new file mode 100644 index 0000000..463b2e0 --- /dev/null +++ b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm @@ -0,0 +1,112 @@ +<% + local fw = require "luci.model.firewall".init() + local wz = fw:get_zone("wan") + local lz = fw:get_zone("lan") +%> + +
+ <% if wz and lz then %> +
+ + + + + + + + + + + + + + + + +
<%:Open ports on router%>:
<%:Name%><%:Protocol%><%:External port%>
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +

<%:New forward rule%>:
<%:Name%><%:Source zone%><%:Destination zone%>
+ + + + + + + +
+ + + <% else %> + + <% end %> +
diff --git a/applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm new file mode 100644 index 0000000..4e1681c --- /dev/null +++ b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm @@ -0,0 +1,66 @@ +<% + local fw = require "luci.model.firewall".init() + local nw = require "luci.model.network".init() + local wz = fw:get_zone("wan") + local lz = fw:get_zone("lan") +%> + +
+ <% if wz and lz then %> +
+ + + + + + + + + + + + + + + + + + + + +
<%:New source NAT%>:
<%:Name%><%:Source zone%><%:Destination zone%><%:To source IP%><%:To source port%>
+ + + + + + + + + + + +
+ + + <% else %> + + <% end %> +
diff --git a/applications/luci-app-firewall/po/ca/firewall.po b/applications/luci-app-firewall/po/ca/firewall.po new file mode 100644 index 0000000..1843a16 --- /dev/null +++ b/applications/luci-app-firewall/po/ca/firewall.po @@ -0,0 +1,603 @@ +# luci-fw.pot +# generated from ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2014-06-17 09:40+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s en %s" + +msgid "%s%s with %s" +msgstr "%s%s amb %s" + +msgid "%s, %s in %s" +msgstr "%s, %s en %s" + +msgid "(Unnamed Entry)" +msgstr "(Entrada sense nom)" + +msgid "(Unnamed Rule)" +msgstr "(Regla sense nom)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT sense nom)" + +msgid "-- Please choose --" +msgstr "-- Si us plau, trieu --" + +msgid "-- custom --" +msgstr "-- personalitzats --" + +msgid "%d pkts. per %s" +msgstr "%d paquets al %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "%s i limita a %s" + +msgid "Action" +msgstr "Acció" + +msgid "Add" +msgstr "Afegeix" + +msgid "Add and edit..." +msgstr "Afegeix i edita..." + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Allow forward from source zones:" +msgstr "Permet el reenviament des dels zones d'origen:" + +msgid "Allow forward to destination zones:" +msgstr "Permet el reenviament als zones de destí:" + +msgid "Any" +msgstr "Qualsevol" + +msgid "Covered networks" +msgstr "Xarxes cobertes" + +msgid "Custom Rules" +msgstr "Regles personalitzades" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Les regles personalitzades us permet executar ordres del iptables arbitraris " +"que la infraestructura de tallafocs no cobreix d'altra manera. Aquests " +"ordres s'executen després de cada reinici de tallafocs, just després el " +"conjunt de regles per defecte s'ha carregat." + +msgid "Destination IP address" +msgstr "Adreça IP de destí" + +msgid "Destination address" +msgstr "Adreça de destí" + +msgid "Destination port" +msgstr "Port de destí" + +msgid "Destination zone" +msgstr "Zona de destí" + +msgid "Do not rewrite" +msgstr "No reescriguis" + +msgid "Drop invalid packets" +msgstr "Descarta els paquets invàlids" + +msgid "Enable" +msgstr "Habilita" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "Habilita protecció contra la inundació SYN" + +msgid "Enable logging on this zone" +msgstr "Habilita el registre d'aquesta zona" + +msgid "External IP address" +msgstr "Adreça IP extern" + +msgid "External port" +msgstr "Port extern" + +msgid "External zone" +msgstr "Zona extern" + +msgid "Extra arguments" +msgstr "Paràmetres extres" + +msgid "Firewall" +msgstr "Tallafocs" + +msgid "Firewall - Custom Rules" +msgstr "Tallafocs - Regles personalitzades" + +msgid "Firewall - Port Forwards" +msgstr "Tallafocs - Reenviaments de port" + +msgid "Firewall - Traffic Rules" +msgstr "Tallafocs - Regles de tràfic" + +msgid "Firewall - Zone Settings" +msgstr "Tallafocs - Ajusts de zona" + +msgid "Force connection tracking" +msgstr "Força el rastreig de connexió" + +msgid "Forward" +msgstr "Reenvia" + +msgid "Forward to" +msgstr "Reenvia a" + +msgid "From %s in %s" +msgstr "Des de %s en %s" + +msgid "From %s in %s with source %s" +msgstr "Des de %s en %s amb origen %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Des de %s en %s amb orígens %s i %s" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 i IPv6" + +msgid "IPv4 only" +msgstr "Només IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Només IPv6" + +msgid "Input" +msgstr "Entrada" + +msgid "Inter-Zone Forwarding" +msgstr "Reenviament interzonal" + +msgid "Internal IP address" +msgstr "Adreça IP interna" + +msgid "Internal port" +msgstr "Port intern" + +msgid "Internal zone" +msgstr "Zona interna" + +msgid "Limit log messages" +msgstr "Limita els missatges de registre" + +msgid "MSS clamping" +msgstr "Fixació MSS" + +msgid "Masquerading" +msgstr "Mascarada" + +msgid "Match" +msgstr "Coincideix" + +msgid "Match ICMP type" +msgstr "Coincideix amb el tipus ICMP" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Coincideix amb trànsit reenviat al port o rang de ports de destí donat." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Coincideix amb trànsit entrant dirigit al port o rang de ports de destí en " +"aquest host donat" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Coincideix amb trànsit entrant originant en el host client des del port o " +"rang de ports d'origen donat." + +msgid "Name" +msgstr "Nom" + +msgid "New SNAT rule" +msgstr "Nova regla SNAT" + +msgid "New forward rule" +msgstr "Nova regla de reenviament" + +msgid "New input rule" +msgstr "Nova regla d'entrada" + +msgid "New port forward" +msgstr "Nou reenviament de port" + +msgid "New source NAT" +msgstr "Nou origen NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Només coincideix amb trànsit entrant dirigit a la adreça IP donada." + +msgid "Only match incoming traffic from these MACs." +msgstr "Només coincideix amb trànsit entrant des d'aquests MAC." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Només coincideix amb trànsit entrant des d'aquest IP o rang." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Només coincideix amb trànsit originant en el host client des del port o del " +"rang de ports d'origen donat" + +msgid "Open ports on router" +msgstr "Obre els ports en el encaminador" + +msgid "Other..." +msgstr "Altre..." + +msgid "Output" +msgstr "Sortida" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "Passa paràmetres addicionals al iptables. Utilitzeu-ho amb cura!" + +msgid "Port Forwards" +msgstr "Reenviaments de port" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"El reenviament de ports permet que els ordinadors remots en el Internet " +"connectin a un ordinador o servei específic dins del LAN privat." + +msgid "Protocol" +msgstr "Protocol" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "Redirigeix trànsit entrant coincidit al port donat en el host intern" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Redirigeix trànsit entrant coincidit al host intern especificat" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Restringeix la mascarada a les subxarxes de destí donades" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Restringeix la mascarada a les subxarxes d'origen donades" + +msgid "Restrict to address family" +msgstr "Restringeix a la família d'adreces" + +msgid "Rewrite matched traffic to the given address." +msgstr "Reescriu el trànsit coincidint cap a la adreça donada." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Reescriu el trànsit coincidint cap al port d'origen donat. Pot ser deixat en " +"blanc per només reescriure l'adreça IP." + +msgid "Rewrite to source %s" +msgstr "Reescriu a l'origen %s" + +msgid "Rewrite to source %s, %s" +msgstr "Reescriu als orígens %s, %s" + +msgid "SNAT IP address" +msgstr "Adreça IP de SNAT" + +msgid "SNAT port" +msgstr "Port SNAT" + +msgid "Source IP address" +msgstr "Adreça IP d'origen" + +msgid "Source MAC address" +msgstr "Adreça MAC d'origen" + +msgid "Source NAT" +msgstr "NAT d'origen" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"El NAT d'origen és un forma específic de mascarada que permet control de gra " +"fi sobre l'IP d'origen utilitzat pel trànsit sortint, per exemple per " +"associar múltiples adreces WAN a subxarxes internes." + +msgid "Source address" +msgstr "Adreça d'origen" + +msgid "Source port" +msgstr "Port d'origen" + +msgid "Source zone" +msgstr "Zona d'origen" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"El tallafocs crea zones a les teves interfícies de xarxa per controlar el " +"flux de tràfic de xarxa." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Les opcions a sota controlen les polítiques de reenviament entre aquesta " +"zona (%s) i altres zones. Zones de destí cobreixen trànsit reenviat " +"originant des de %q. Zones d'origen coincideixen " +"amb trànsit reenviat des de altres zones apuntat a %q. La " +"regla de reenviament es unidirectional, per exemple un reenviament " +"de lan a wan no implica permís per reenviar de wan a lan també." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Aquesta pàgina us permet canviar propietats avançats de l'entrada de " +"reenviament de port. En la majoria dels casos no hi ha necessitat de " +"modificar aquests ajusts." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Aquesta pàgina us permet canviar propietats avançats de l'entrada de regla " +"de trànsit, com als hosts d'origen i de destí coincidits." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Aquesta secció defineix propietats comuns de %q. Les opcions entrada i sortida estableixen les polítiques per defecte per a trànsit " +"entrant i sortint aquesta zona mentre l'opció reenvia descriu la " +"política de trànsit reenviat entre xarxes distintes dins de la zona. " +"Xarxes cobertes especifica quines xarxes disponibles són membres " +"d'aquesta zona." + +msgid "To %s at %s on this device" +msgstr "A %s a %s en aquest dispositiu" + +msgid "To %s in %s" +msgstr "A %s en %s" + +msgid "To %s on this device" +msgstr "A %s en aquest dispositiu" + +msgid "To %s, %s in %s" +msgstr "A %s, %s en %s" + +msgid "To source IP" +msgstr "A l'IP d'origen" + +msgid "To source port" +msgstr "Al port d'origen" + +msgid "Traffic Rules" +msgstr "Regles de trànsit" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Les regles de trànsit defineixen polítiques per als paquets viatjant entre " +"zones distintes, per exemple per a rebutjar trànsit entre certs hosts o " +"obrir ports WAN en el encaminador." + +msgid "Via %s" +msgstr "Via %s" + +msgid "Via %s at %s" +msgstr "Via %s a %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Podeu especificar múltiples per seleccionar \"-- personalitzat --\" i " +"llavors introduir protocols separats per espai." + +msgid "Zone %q" +msgstr "Zona %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zona ⇒ Reenviaments" + +msgid "Zones" +msgstr "Zones" + +msgid "accept" +msgstr "accepta" + +msgid "any" +msgstr "qualsevol" + +msgid "any host" +msgstr "qualsevol host" + +msgid "any router IP" +msgstr "qualsevol IP d'encaminador" + +msgid "any zone" +msgstr "qualsevol zona" + +msgid "don't track" +msgstr "no rastregis" + +msgid "drop" +msgstr "descarta" + +msgid "reject" +msgstr "rebutja" + +msgid "traffic" +msgstr "trànsit" + +#~ msgid "Destination" +#~ msgstr "Destí" + +#~ msgid "Source" +#~ msgstr "Origen" + +#~ msgid "Internal port (optional)" +#~ msgstr "Port intern (opcional)" + +#~ msgid "Advanced Rules" +#~ msgstr "Regles avançades" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Les regles avançades et deixen personalitzar el teu tallafocs per les " +#~ "teves necessitats. Només s'hi correspondran les connexions noves. Als " +#~ "paquets que pertanyen una connexió oberta se'ls permet passar el " +#~ "tallafocs automàticament." + +#~ msgid "Port forwarding" +#~ msgstr "Readreçament de port" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "El readreçament de ports permet proveir serveis de la xarxa interna a una " +#~ "xarxa externa." + +#~ msgid "Traffic Redirection" +#~ msgstr "Readreçament de tràfic" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "El readreçament de tràfic et permet canviar l'adreça destí dels paquets " +#~ "reenviats." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Xarxes" + +#~ msgid "Traffic Control" +#~ msgstr "Control de tràfic" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Tràfic zona a zona" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Ací pots especificar quin tràfic de xarxes es permet entre les zones de " +#~ "xarxa. Només s'hi correspondren les connexions noves. Als paquets que " +#~ "pertanyen una connexió oberta se'ls permet passar el tallafocs " +#~ "automàticament. Si experimentes problemes de connexió ocasionals, intenta " +#~ "activar el Clamping MSS, si no desactiva'l per raons de rendiment." + +#~ msgid "Zone" +#~ msgstr "Zona" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Destí" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "Adreça IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Adreça MAC d'origen" + +#~ msgid "Custom forwarding" +#~ msgstr "Reenviament personalitzat" + +#~ msgid "Input Zone" +#~ msgstr "Zona d'entrada" + +#~ msgid "Output Zone" +#~ msgstr "Zona de sortida" + +#~ msgid "External Zone" +#~ msgstr "Zona externa" + +#~ msgid "Source MAC" +#~ msgstr "MAC origen" + +#~ msgid "Defaults" +#~ msgstr "Per defecte" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Aquesta és la configuració per defecte utilitzada si no hi ha cap altra " +#~ "regla que es correspongui." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Les zones parteixen les interfícies de xarxa en certes àrees aïllades per " +#~ "separar el tràfic de xarxa. Una o més xarxes poden pertànyer a una zona. " +#~ "El flag MASQ activa el NAT masquerading per tot el tràfic sortint " +#~ "d'aquesta zona." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "Xarxes contingudes" diff --git a/applications/luci-app-firewall/po/cs/firewall.po b/applications/luci-app-firewall/po/cs/firewall.po new file mode 100644 index 0000000..beda490 --- /dev/null +++ b/applications/luci-app-firewall/po/cs/firewall.po @@ -0,0 +1,579 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-21 11:22+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s v %s" + +msgid "%s%s with %s" +msgstr "%s%s s %s" + +msgid "%s, %s in %s" +msgstr "%s, %s v %s" + +msgid "(Unnamed Entry)" +msgstr "(Nepojmenovaný vstup)" + +msgid "(Unnamed Rule)" +msgstr "(Nepojmenované pravidlo)" + +msgid "(Unnamed SNAT)" +msgstr "(Nepojmenovaný SNAT)" + +msgid "-- Please choose --" +msgstr "-- Prosím zvolte --" + +msgid "-- custom --" +msgstr "-- vlastní --" + +msgid "%d pkts. per %s" +msgstr "%d paketů za %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d paketů za %s, burst %d paketů." + +msgid "%s and limit to %s" +msgstr "%s a omezit na %s" + +msgid "Action" +msgstr "Akce" + +msgid "Add" +msgstr "PÅ™idat" + +msgid "Add and edit..." +msgstr "PÅ™idat a upravit" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Allow forward from source zones:" +msgstr "Povolit pÅ™esmÄ›rování ze zdrojových oblastí:" + +msgid "Allow forward to destination zones:" +msgstr "Povolit pÅ™esmÄ›rování do zdrojových oblastí:" + +msgid "Any" +msgstr "Libovolné" + +msgid "Covered networks" +msgstr "Pokryté sítÄ›" + +msgid "Custom Rules" +msgstr "Vlastní pravidla" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Vlastní pravidla vám umožňují spustit libovolné iptables příkazy, které " +"nejsou jinak pokryté frameworkem firewallu. Příkazy jsou spuÅ¡tÄ›ny po každém " +"restartu firewallu, právÄ› po naÄtení výchozí sady pravidel." + +msgid "Destination IP address" +msgstr "Cílová IP adresa" + +msgid "Destination address" +msgstr "Cílová adresa" + +msgid "Destination port" +msgstr "Cílový port" + +msgid "Destination zone" +msgstr "Cílová oblast" + +msgid "Do not rewrite" +msgstr "NepÅ™episovat" + +msgid "Drop invalid packets" +msgstr "Zahazovat neplatné pakety" + +msgid "Enable" +msgstr "Povolit" + +msgid "Enable NAT Loopback" +msgstr "Povolit NAT Loopback" + +msgid "Enable SYN-flood protection" +msgstr "Povolit ochranu proti SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Povolit logování v této oblasti" + +msgid "External IP address" +msgstr "VnÄ›jší IP adresa" + +msgid "External port" +msgstr "VnÄ›jší port" + +msgid "External zone" +msgstr "VnÄ›jší zóna" + +msgid "Extra arguments" +msgstr "DodateÄné argumenty" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "Firewall - Vlastní pravidla" + +msgid "Firewall - Port Forwards" +msgstr "Firewall - PÅ™esmÄ›rování portů" + +msgid "Firewall - Traffic Rules" +msgstr "Firewall - Pravidla síťového provozu" + +msgid "Firewall - Zone Settings" +msgstr "Firewall - Nastavení zón" + +msgid "Force connection tracking" +msgstr "Vynutit sledování pÅ™ipojení" + +msgid "Forward" +msgstr "PÅ™esmÄ›rování" + +msgid "Forward to" +msgstr "PÅ™esmÄ›rovat na" + +msgid "From %s in %s" +msgstr "Z %s v %s" + +msgid "From %s in %s with source %s" +msgstr "Z %s v %s se zdrojovou %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Z %s v %s se zdrojovou %s a %s" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 a IPv6" + +msgid "IPv4 only" +msgstr "pouze IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "pouze IPv6" + +msgid "Input" +msgstr "Vstup" + +# nebo mimo zóny? +msgid "Inter-Zone Forwarding" +msgstr "PÅ™esmÄ›rování mezi zónami" + +msgid "Internal IP address" +msgstr "VnitÅ™ní IP adresa" + +msgid "Internal port" +msgstr "VnitÅ™ní port" + +msgid "Internal zone" +msgstr "VnitÅ™ní zóna" + +msgid "Limit log messages" +msgstr "Omezit logovací zprávy" + +msgid "MSS clamping" +msgstr "MSS clamping" + +msgid "Masquerading" +msgstr "MaÅ¡kárádování" + +msgid "Match" +msgstr "Shoda" + +msgid "Match ICMP type" +msgstr "Odpovídá ICMP typu" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "Vybrat provoz, pÅ™esmÄ›rovaný na zadaný port nebo rozsah portů" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Vybrat příchozí provoz, smÄ›rovaný na zadaný cílový port nebo rozsah portů " +"tohoto hostitele" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Vybrat příchozí provoz, pocházející ze zadaného portu nebo rozsahu portů " +"klienta." + +msgid "Name" +msgstr "Název" + +msgid "New SNAT rule" +msgstr "Nové pravidlo SNAT" + +msgid "New forward rule" +msgstr "Nové pÅ™esmÄ›rovací pravidlo" + +msgid "New input rule" +msgstr "Nové vstupní pravidlo" + +msgid "New port forward" +msgstr "Nové pÅ™esmÄ›rování portu" + +msgid "New source NAT" +msgstr "Nový zdrojový NAT (SNAT)" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Vybrat pouze příchozí provoz, smÄ›rovaný na danou IP adresu." + +msgid "Only match incoming traffic from these MACs." +msgstr "Vybrat pouze příchozí provoz z tÄ›chto MAC adres." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Vybrat pouze příchozí provoz z této IP nebo rozsahu IP adres." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Vybrat pouze příchozí provoz, pocházející ze zadaného portu nebo rozsahu " +"portů klienta." + +msgid "Open ports on router" +msgstr "OtevÅ™ené porty na routeru" + +msgid "Other..." +msgstr "Ostatní ..." + +msgid "Output" +msgstr "Výstup" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "PÅ™edává další argumenty iptables. Používat opatrnÄ›!" + +msgid "Port Forwards" +msgstr "PÅ™esmÄ›rování portů" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"PÅ™esmÄ›rování portů (port forwarding) umožňuje vzdáleným poÄítaÄům z " +"Internetu pÅ™ipojení k vybraným poÄítaÄům nebo službám uvnitÅ™ privátní sítÄ› " +"LAN." + +msgid "Protocol" +msgstr "Protokol" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"PÅ™esmÄ›rovat vybraný příchozí provoz na uvedený port vnitÅ™ního hostitele." + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "PÅ™esmÄ›rovat vybraný příchozí provoz na uvedeného vnitÅ™ního hostitele." + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Omezit maÅ¡karádování na uvedené cílové podsítÄ›" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Omezit maÅ¡karádování na uvedené zdrojové podsítÄ›" + +msgid "Restrict to address family" +msgstr "Omezit na rodinu adres" + +msgid "Rewrite matched traffic to the given address." +msgstr "PÅ™epsat shodný provoz na uvedenou adresu." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"PÅ™epsat shodný provoz na uvedený zdrojový port. Může zůstat prázdné, pak " +"bude pÅ™epsána pouze IP adresa." + +msgid "Rewrite to source %s" +msgstr "PÅ™epsat na zdrojovou %s" + +msgid "Rewrite to source %s, %s" +msgstr "PÅ™epsat na zdrojovou %s, %s" + +msgid "SNAT IP address" +msgstr "IP adresa SNATu" + +msgid "SNAT port" +msgstr "Port SNATu" + +msgid "Source IP address" +msgstr "Zdrojová IP adresa" + +msgid "Source MAC address" +msgstr "Zdrojová MAC adresa" + +msgid "Source NAT" +msgstr "Zdrojový NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"Zdrojový NAT je specifická forma maÅ¡karádování, která umožňuje jemnozrnnou " +"kontrolu nad zdrojovými IP, použitými pro odchozí provoz. Využívá se " +"například pro mapování množství WAN adres do vnitÅ™ních podsítí." + +msgid "Source address" +msgstr "Zdrojová adresa" + +msgid "Source port" +msgstr "Zdrojový port" + +msgid "Source zone" +msgstr "Zdrojová zóna" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Firewall vytváří zóny pÅ™es vaÅ¡e síťová rozhraní za úÄelem řízení síťového " +"provozu." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Níže uvedené možnosti řídí pÅ™esmÄ›rovací politiky mezi touto zónou (%s) a " +"ostatními zónami. Cílové zóny pokrývají pÅ™esmÄ›rovávaný provoz, " +"pocházející z %q. Zdrojové zóny porovnávají " +"pÅ™esmÄ›rovávaný provoz z ostatních zón, zaměřený na %q. " +"PÅ™esmÄ›rovávací pravidlo je jednosmÄ›rné, například pÅ™esmÄ›rování z " +"lan do wan nepovoluje pÅ™esmÄ›rování z wan do lan (a naopak)." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Tato stránka vám umožňuje zmÄ›nit pokroÄilé vlastností pÅ™esmÄ›rování portů. Ve " +"vÄ›tÅ¡inÄ› případů není potÅ™eba upravovat tato nastavení." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Tato stránka vám umožňuje zmÄ›nit pokroÄilé vlastnosti pravidla síťového " +"provozu, například zdrojové a cílové hostitele." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Tato sekce definuje běžné možnosti %q. Vstupní a výstupní " +"možnosti nastavují výchozí politiky pro provoz, vstupující do této zóny a " +"vystupující z ní, zatímco pÅ™esmÄ›rovací možnosti popisují politiku " +"pro pÅ™esmÄ›rování provozu mezi rozdílnými sítÄ›mi uvnitÅ™ jedné zóny. " +"Pokryté sítÄ› urÄuje, které z dostupných sítí jsou Äleny této zóny." + +msgid "To %s at %s on this device" +msgstr "Na %s v %s na tomto zařízení" + +msgid "To %s in %s" +msgstr "Na %s v %s" + +msgid "To %s on this device" +msgstr "Na %s na tomto zařízení" + +msgid "To %s, %s in %s" +msgstr "Na %s, %s v %s" + +msgid "To source IP" +msgstr "Na zdrojovou IP" + +msgid "To source port" +msgstr "Na zdrojový port" + +msgid "Traffic Rules" +msgstr "Pravidla síťového provozu" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Pravidla síťového provozu definují politiky pro cestování paketů mezi " +"různými zónami, například pro odmítnutí provozu mezi jistými hostiteli nebo " +"pro otevÅ™ení WAN portů na routeru." + +msgid "Via %s" +msgstr "ProstÅ™ednictvím %s" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Lze urÄit více protokolů. Vyberte \"-- vlastní --\" a vkládejte protokoly " +"oddÄ›lené mezerou." + +msgid "Zone %q" +msgstr "Zóna %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zóna ⇒ PÅ™esmÄ›rování" + +msgid "Zones" +msgstr "Zóny" + +msgid "accept" +msgstr "pÅ™ijmout" + +msgid "any" +msgstr "libovolný" + +msgid "any host" +msgstr "libovolný hostitel" + +msgid "any router IP" +msgstr "libovolná IP routeru" + +msgid "any zone" +msgstr "libovolná zóna" + +msgid "don't track" +msgstr "nesledovat" + +msgid "drop" +msgstr "zahodit" + +msgid "reject" +msgstr "odmítnout" + +msgid "traffic" +msgstr "provoz" + +#~ msgid "Destination" +#~ msgstr "Cíl" + +#~ msgid "Family" +#~ msgstr "Rodina" + +#~ msgid "Forward to %s in %s" +#~ msgstr "PÅ™esmÄ›rovat na %s v %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "PÅ™esmÄ›rovat na %s, %s v %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Zdroj" + +#~ msgid "To %s" +#~ msgstr "Na %s" + +#~ msgid "To %s at %s" +#~ msgstr "Na %s v %s" + +#~ msgid "Via" +#~ msgstr "pÅ™es" + +#~ msgid "Accept forward" +#~ msgstr "PÅ™ijmout pÅ™esmÄ›rování" + +#~ msgid "Accept input" +#~ msgstr "PÅ™ijmout vstup" + +#~ msgid "Disable" +#~ msgstr "Zakázat" + +#~ msgid "Discard forward" +#~ msgstr "Zahodit pÅ™esmÄ›rování" + +#~ msgid "Discard input" +#~ msgstr "Zahodit vstup" + +#~ msgid "Do not track forward" +#~ msgstr "Nesledovat pÅ™esmÄ›rování" + +#~ msgid "Do not track input" +#~ msgstr "Nesledovat vstup" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "IP rozsah" + +#~ msgid "IPs" +#~ msgstr "IP" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MAC" + +#~ msgid "Refuse forward" +#~ msgstr "Odmítnout pÅ™esmÄ›rování" + +#~ msgid "Refuse input" +#~ msgstr "Odmítnout vstup" + +#~ msgid "Rule is disabled" +#~ msgstr "Pravidlo je zakázané" + +#~ msgid "Rule is enabled" +#~ msgstr "Pravidlo je povolené" + +#~ msgid "day" +#~ msgstr "den" + +#~ msgid "hour" +#~ msgstr "hodina" + +#~ msgid "minute" +#~ msgstr "minuta" + +#~ msgid "not" +#~ msgstr "ne" + +#~ msgid "port" +#~ msgstr "port" + +#~ msgid "ports" +#~ msgstr "porty" + +#~ msgid "second" +#~ msgstr "sekunda" + +#~ msgid "type" +#~ msgstr "typ" + +#~ msgid "types" +#~ msgstr "typy" diff --git a/applications/luci-app-firewall/po/de/firewall.po b/applications/luci-app-firewall/po/de/firewall.po new file mode 100644 index 0000000..0e5ddcf --- /dev/null +++ b/applications/luci-app-firewall/po/de/firewall.po @@ -0,0 +1,748 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2014-03-25 02:04+0200\n" +"Last-Translator: laryllian \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s in %s" + +msgid "%s%s with %s" +msgstr "%s%s mit %s" + +msgid "%s, %s in %s" +msgstr "%s, %s in %s" + +msgid "(Unnamed Entry)" +msgstr "(Unbenannter Eintrag)" + +msgid "(Unnamed Rule)" +msgstr "(Unbenannte Regel)" + +msgid "(Unnamed SNAT)" +msgstr "(Unbennanter SNAT-Eintrag)" + +msgid "-- Please choose --" +msgstr "-- Bitte wählen --" + +msgid "-- custom --" +msgstr "-- benutzerdefiniert --" + +msgid "%d pkts. per %s" +msgstr "%d Pkte. pro %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d Pkte. pro %s, Häufung %d Pkte." + +msgid "%s and limit to %s" +msgstr "%s und limitieren auf %s" + +msgid "Action" +msgstr "Aktion" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "Add and edit..." +msgstr "Hinzufügen und bearbeiten..." + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Allow forward from source zones:" +msgstr "Erlaube Weiterleitung von Quellzone:" + +msgid "Allow forward to destination zones:" +msgstr "Erlaube Weiterleitung zu Zielzone:" + +msgid "Any" +msgstr "beliebig" + +msgid "Covered networks" +msgstr "Abgedeckte Netzwerke" + +msgid "Custom Rules" +msgstr "Benutzerdefinierte Regeln" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Benutzerdefinierte Regeln ermöglichen das Ausführen belieber iptables-" +"Befehle welche durch das Firewall-Framework nicht unterstützt werden. Die " +"Befehle werden mit jedem Firewall-Neustart abgearbeitet, direkt nach dem " +"Laden der Basisregeln." + +msgid "Destination IP address" +msgstr "Ziel IP-Adresse" + +msgid "Destination address" +msgstr "Zieladresse" + +msgid "Destination port" +msgstr "Zielport" + +msgid "Destination zone" +msgstr "Ziel-Zone" + +msgid "Do not rewrite" +msgstr "Nicht umschreiben" + +msgid "Drop invalid packets" +msgstr "Ungültige Pakete verwerfen" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Enable NAT Loopback" +msgstr "NAT-Loopback aktivieren" + +msgid "Enable SYN-flood protection" +msgstr "Schutz vor SYN-flood-Attacken" + +msgid "Enable logging on this zone" +msgstr "Protokollierung innerhalb der Zone aktivieren" + +msgid "External IP address" +msgstr "Externe IP-Adresse" + +msgid "External port" +msgstr "Externer Port" + +msgid "External zone" +msgstr "Externe Zone" + +msgid "Extra arguments" +msgstr "Zusätzliche Argumente" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "Firewall - Benutzerdefinierte Regeln" + +msgid "Firewall - Port Forwards" +msgstr "Firewall - Portweiterleitungen" + +msgid "Firewall - Traffic Rules" +msgstr "Firewall - Verkehrsregeln" + +msgid "Firewall - Zone Settings" +msgstr "Firewall - Zoneneinstellungen" + +msgid "Force connection tracking" +msgstr "Connectiontracking erzwingen" + +msgid "Forward" +msgstr "Weitergeleitet" + +msgid "Forward to" +msgstr "Weiterleiten an" + +msgid "From %s in %s" +msgstr "Von %s in %s" + +msgid "From %s in %s with source %s" +msgstr "Von %s in %s mit Quell-%s" + +msgid "From %s in %s with source %s and %s" +msgstr "Von %s in %s mit Quell-%s und %s" + +msgid "General Settings" +msgstr "Allgemein" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 und IPv6" + +msgid "IPv4 only" +msgstr "nur IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "nur IPv6" + +msgid "Input" +msgstr "Eingang" + +msgid "Inter-Zone Forwarding" +msgstr "Weiterleitungen zwischen Zonen" + +msgid "Internal IP address" +msgstr "Interne IP-Adresse" + +msgid "Internal port" +msgstr "Interner Port" + +msgid "Internal zone" +msgstr "Interne Zone" + +msgid "Limit log messages" +msgstr "Protokollnachrichten limitieren" + +msgid "MSS clamping" +msgstr "MSS Korrektur" + +msgid "Masquerading" +msgstr "NAT aktivieren" + +msgid "Match" +msgstr "Filter" + +msgid "Match ICMP type" +msgstr "Nach ICMP-Typ filtern" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "Selektiert weitergeleiteten Verkehr nach den angegebenen Ziel-Ports." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Eingehende Verbindungen filtern welche an den angegebenen Port oder " +"Portbereich auf dem lokalen Gerät gerichtet sind" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "Selektiert eingehenden Verkehr nach den angegebenen Quell-Ports." + +msgid "Name" +msgstr "Name" + +msgid "New SNAT rule" +msgstr "Neue SNAT-Regel" + +msgid "New forward rule" +msgstr "Neuer Weiterleitungsregel" + +msgid "New input rule" +msgstr "Neue Eingangsregel" + +msgid "New port forward" +msgstr "Neue Portweiterleitung" + +msgid "New source NAT" +msgstr "Neues SNAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Selektiere nur Verkehr der an die angegebene IP-Adresse gerichtet ist." + +msgid "Only match incoming traffic from these MACs." +msgstr "Selektiere nur Verkehr von den angegebenen MAC-Adressen." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Selektiere nur Verkehr vom angebenem Quell-IP-Adressbereich." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "Selektiere nur Verkehr von den angegebenen Quell-Ports auf dem Client." + +msgid "Open ports on router" +msgstr "Ports auf dem Router öffnen" + +msgid "Other..." +msgstr "Anderes..." + +msgid "Output" +msgstr "Ausgang" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"Gibt zusätzliche Kommandozeilenargumente an iptables weiter. Mit Vorsicht " +"benutzen!" + +msgid "Port Forwards" +msgstr "Portweiterleitungen" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"Portweiterleitungen ermöglichen es entfernten Rechnern im Internet auf " +"bestimmte Computer oder Dienste im lokalen LAN zuzugreifen." + +msgid "Protocol" +msgstr "Protokoll" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Gefilterte Verbindungen an den angegeben Port auf dem internen Host " +"weiterleiten" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Gefilterte Verbindungen an den angegeben internen Host weiterleiten" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "NAT auf die angegebenen Ziel-Subnetze beschränken" + +msgid "Restrict Masquerading to given source subnets" +msgstr "NAT auf die angegebenen Quell-Subnetze beschränken" + +msgid "Restrict to address family" +msgstr "Beschränke auf Adressfamilie" + +msgid "Rewrite matched traffic to the given address." +msgstr "Schreibe selektierten Verkehr auf die angegebene Quell-IP-Adresse um." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Schreibe selektierten Verkehr auf den angegebenen Qull-Port um. Kann leer " +"gelassen werden um nur die IP-Adresse umzuschreiben." + +msgid "Rewrite to source %s" +msgstr "Schreibe um auf Quell-%s" + +msgid "Rewrite to source %s, %s" +msgstr "Schreibe um auf Quell-%s, %s" + +msgid "SNAT IP address" +msgstr "SNAT-IP-Adresse" + +msgid "SNAT port" +msgstr "SNAT-Port" + +msgid "Source IP address" +msgstr "Quell-IP-Adresse" + +msgid "Source MAC address" +msgstr "Quell-MAC-Adresse" + +msgid "Source NAT" +msgstr "Source NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"Source NAT ist eine spezifische From von NAT, welche volle Kontrolle über " +"die verwendete Quell-IP-Adresse für ausgehenden Verkehr zulässt, zum " +"Beispiel um mehrere WAN-IP-Adressen auf interne Subnetze abzubilden." + +msgid "Source address" +msgstr "Quelladresse" + +msgid "Source port" +msgstr "Quellport" + +msgid "Source zone" +msgstr "Quell-Zone" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um " +"den Netzverkehr zu trennen." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Die untenstehenen Optionen regeln die Verfahreinsweisen für Verkehr zwischen " +"dieser Zone (%s) und anderen Zonen. Ziel-Zonen decken " +"weitergeleiteten Verkehr von %q ab. Quell-Zonen " +"treffen auf weitergeleiteten Verkehr aus anderen Zonen zu, welcher " +"an %q gerichtet ist. Die Weiterleitung gilt nur in eine " +"Richtung, d.h. eine erlaubte Weiterleitung von LAN nach WAN impliziert " +"nicht zusätzlich die Erlaubnis, auch von WAN nach LAN " +"weiterzuleiten." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Diese Seite bietet Zugriff auf die erweiterten Eigenschaften der " +"Portweiterleitung. In den meisten Fällen ist es unnötig die Eigenschaften zu " +"ändern." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Diese Seite bietet Zugriff auf die erweiterten Eigenschaften der " +"Verkehrsregel, zum Beispiel die Selektion nach Quell- und Zieladressen." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Diese Sektion definiert allgemeine Eigenschaften der %q Zone. Die " +"Eingang und Ausgang Optionen regeln die Verfahrensweise " +"für Verkehr der in diese Zone eintritt oder diese verlässt. " +"Weitergeleitet trifft auf Verkehr zwischen verschiedenen " +"Schnittstellen innerhalb dieser Zone zu. Abgedeckte Netzwerke " +"definieren die Zugehörigkeit von Schnittstellen zu dieser Zone." + +msgid "To %s at %s on this device" +msgstr "Zu %s an %s auf diesem Gerät" + +msgid "To %s in %s" +msgstr "Zu %s in %s" + +msgid "To %s on this device" +msgstr "Zu %s auf diesem Gerät" + +msgid "To %s, %s in %s" +msgstr "Zu %s, %s in %s" + +msgid "To source IP" +msgstr "Zu Quell-IP" + +msgid "To source port" +msgstr "Zu Quell-Port" + +msgid "Traffic Rules" +msgstr "Verkehrsregeln" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Verkehrsregeln bestimmen den Fluss der Pakete zwischen verschiedenen Zonen, " +"zum Beispiel um Verkehr zwischen bestimmten Rechnern zu unterbinden oder um " +"WAN-Ports auf dem Router zu öffnen." + +msgid "Via %s" +msgstr "Ãœber %s" + +msgid "Via %s at %s" +msgstr "Ãœber %s an %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Durch die Auswahl von \"-- benutzerdefiniert --\" könnene mehrere Werte " +"durch Leerzeichen getrennt angegeben werden." + +msgid "Zone %q" +msgstr "Zone %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zone ⇒ Weiterleitungen" + +msgid "Zones" +msgstr "Zonen" + +# Die richtige Ãœbersetzung von ACCEPT im Firewallkontext ist nicht "Annehmen" sondern "Zulassen". Man kann ja keinen +# ausgehenden Verkehr annehmen. +msgid "accept" +msgstr "zulassen" + +msgid "any" +msgstr "beliebig" + +msgid "any host" +msgstr "beliebiger Rechner" + +msgid "any router IP" +msgstr "beliebige Router-IP" + +msgid "any zone" +msgstr "beliebige Zone" + +msgid "don't track" +msgstr "nicht verfolgen" + +msgid "drop" +msgstr "verwerfen" + +msgid "reject" +msgstr "zurückweisen" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Ziel" + +#~ msgid "Family" +#~ msgstr "Adressfamilie" + +#~ msgid "Forward to %s in %s" +#~ msgstr "Weiterleiten zu %s in %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "Weiterleiten zu %s, %s in %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Quelle" + +#~ msgid "To %s" +#~ msgstr "Zu %s" + +#~ msgid "To %s at %s" +#~ msgstr "Zu %s an %s" + +#~ msgid "Via" +#~ msgstr "Ãœber" + +#~ msgid "Accept forward" +#~ msgstr "Weiterleitung erlauben" + +#~ msgid "Accept input" +#~ msgstr "Eingang erlauben" + +#~ msgid "Disable" +#~ msgstr "Daktivieren" + +#~ msgid "Discard forward" +#~ msgstr "Weiterleitung verwerfen" + +#~ msgid "Discard input" +#~ msgstr "Eingang verwerfen" + +#~ msgid "Do not track forward" +#~ msgstr "Weiterleitung nicht verfolgen" + +#~ msgid "Do not track input" +#~ msgstr "Eingang nicht verfolgen" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "IP-Bereich" + +#~ msgid "IPs" +#~ msgstr "IPs" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MACs" + +#~ msgid "Refuse forward" +#~ msgstr "Weiterleitung zurückweisen" + +#~ msgid "Refuse input" +#~ msgstr "Eingang zurückweisen" + +#~ msgid "Rule is disabled" +#~ msgstr "Regel ist deaktiviert" + +#~ msgid "Rule is enabled" +#~ msgstr "Regel ist aktiviert" + +#~ msgid "day" +#~ msgstr "Tag" + +#~ msgid "hour" +#~ msgstr "Stunde" + +#~ msgid "minute" +#~ msgstr "Minute" + +#~ msgid "not" +#~ msgstr "nicht" + +#~ msgid "port" +#~ msgstr "Port" + +#~ msgid "ports" +#~ msgstr "Ports" + +#~ msgid "second" +#~ msgstr "Sekunde" + +#~ msgid "type" +#~ msgstr "Typ" + +#~ msgid "types" +#~ msgstr "Typen" + +#~ msgid "(optional)" +#~ msgstr "(optional)" + +#~ msgid "Intended destination address" +#~ msgstr "Gewünschte Zieladresse" + +#~ msgid "Internal port (optional)" +#~ msgstr "Interner Port (optional)" + +#~ msgid "Accept" +#~ msgstr "Akzeptiere" + +#~ msgid "Discard" +#~ msgstr "Verwerfe" + +#~ msgid "Advanced Options" +#~ msgstr "Erweiterte Optionen" + +#~ msgid "Advanced Rules" +#~ msgstr "Erweiterte Regeln" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Mit erweiterten Regeln kann die Firewall an die eigenen Bedürfnisse " +#~ "angepasst werden. Es werden nur neue Verbindungen betrachtet. Pakete, die " +#~ "zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Benutzerdefinierte Regeln (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Gerät" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Für DNAT Regeln wird der Verkehr nach der angegeben Zieladresse " +#~ "gefiltert. Bei SNAT Regeln ist dieses die Quelladresse für umgeschriebene " +#~ "Pakete." + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "" +#~ "Eingehende Verbindungen filtern welche von dem angegebenen Port oder " +#~ "Portbereich des Clients ausgehen" + +#~ msgid "Overview" +#~ msgstr "Ãœbersicht" + +#~ msgid "Port forwarding" +#~ msgstr "Portweiterleitung" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Portweiterleitungen ermöglichen es interne Netzwerkdienste aus einem " +#~ "externen Netzwerk heraus erreichbar zu machen." + +#~ msgid "Redirection type" +#~ msgstr "Typ der Weiterleitung" + +#~ msgid "Redirections" +#~ msgstr "Weiterleitungen" + +#~ msgid "Rules" +#~ msgstr "Regeln" + +#~ msgid "Traffic Redirection" +#~ msgstr "Umleitungen" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Umleitungen erlauben es das Ziel von weitergeleiteten Paketen zu " +#~ "verändern." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Netzwerke" + +#~ msgid "Traffic Control" +#~ msgstr "Verkehrskontrolle" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Zone-zu-Zone Verkehr" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin " +#~ "und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, " +#~ "die zu bereits bestehenden Verbindungen gehören werden automatisch " +#~ "akzeptiert. Bei gelegentlich auftretenden Verbindungsproblemen kann MSS " +#~ "Clamping helfen, ansonsten sollte dies aus Performancegründen deaktiviert " +#~ "bleiben." + +#~ msgid "Zone" +#~ msgstr "Zone" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Ziel" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "IP-Adresse" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Quell-MAC-Adresse" + +#~ msgid "Custom forwarding" +#~ msgstr "Erweiterte Weiterleitung" + +#~ msgid "Input Zone" +#~ msgstr "Eingangszone" + +#~ msgid "Output Zone" +#~ msgstr "Ausgangszone" + +#~ msgid "External Zone" +#~ msgstr "Externe Zone" + +#~ msgid "Source MAC" +#~ msgstr "Quell-MAC-Adresse" + +#~ msgid "Defaults" +#~ msgstr "Grundeinstellungen" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Grundeinstellungen die verwendet werden, wenn keine andere Regel " +#~ "angewandt werden kann." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Zonen teilen das Netzwerk in mehrere Bereiche ein um Netzverkehr sicher " +#~ "zu trennen. Ein oder mehrere Netzwerke gehören zu einer Zone. Das MASQ-" +#~ "Flag legt fest, dass aller ausgehende Netzverkehr einer Zone NAT-maskiert " +#~ "wird." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "verbundene Netzwerke" diff --git a/applications/luci-app-firewall/po/el/firewall.po b/applications/luci-app-firewall/po/el/firewall.po new file mode 100644 index 0000000..dbd0b9e --- /dev/null +++ b/applications/luci-app-firewall/po/el/firewall.po @@ -0,0 +1,638 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2012-03-31 15:40+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "%s%s με %s" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "-- ΠαÏακαλώ επιλέξτε --" + +msgid "-- custom --" +msgstr "-- Ï€ÏοσαÏμοσμένο --" + +msgid "%d pkts. per %s" +msgstr "%d πκτ. ανά %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "ΕνέÏγεια" + +msgid "Add" +msgstr "ΠÏοσθήκη" + +msgid "Add and edit..." +msgstr "ΠÏοσθήκη και επεξεÏγασία..." + +msgid "Advanced Settings" +msgstr "Ρυθμίσεις για Ï€ÏοχωÏημένους" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "Οποιοδήποτε" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "ΠÏοσαÏμοσμένοι Κανόνες" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "ΔιεÏθυνση IP Ï€ÏοοÏισμοÏ" + +msgid "Destination address" +msgstr "ΔιεÏθυνση Ï€ÏοοÏισμοÏ" + +msgid "Destination port" +msgstr "ΘÏÏα Ï€ÏοοÏισμοÏ" + +#, fuzzy +msgid "Destination zone" +msgstr "Ζώνη Ï€ÏοοÏισμοÏ" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "Αγνόηση μη-έγκυÏων πακετών" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "Enable NAT Loopback" +msgstr "" + +#, fuzzy +msgid "Enable SYN-flood protection" +msgstr "ΠÏοστασία SYN-flood" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "ΕξωτεÏική διεÏθυνση IP" + +msgid "External port" +msgstr "ΕξωτεÏική θÏÏα" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "Επιπλέον παÏάμετÏοι" + +msgid "Firewall" +msgstr "Τείχος Ï€Ïοστασίας" + +msgid "Firewall - Custom Rules" +msgstr "Τείχος Ï€Ïοστασίας - ΠÏοσαÏμοσμένοι Κανόνες" + +msgid "Firewall - Port Forwards" +msgstr "Τείχος Ï€Ïοστασίας - ΠÏοώθηση ΘυÏών" + +msgid "Firewall - Traffic Rules" +msgstr "Τείχος Ï€Ïοστασίας - Κανόνες Κίνησεις" + +msgid "Firewall - Zone Settings" +msgstr "Τείχος Ï€Ïοστασίας - Ρυθμίσεις Ζώνης" + +msgid "Force connection tracking" +msgstr "Επιβολή παÏακολοÏθησης σÏνδεσης" + +msgid "Forward" +msgstr "ΠÏοώθηση" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "Απο %s στο %s" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "Γενικές Ρυθμίσεις" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 και IPv6" + +msgid "IPv4 only" +msgstr "Μόνο IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Μόνο IPv6" + +msgid "Input" +msgstr "Είσοδος" + +msgid "Inter-Zone Forwarding" +msgstr "" + +#, fuzzy +msgid "Internal IP address" +msgstr "ΕσωτεÏική διεÏθυνση" + +#, fuzzy +msgid "Internal port" +msgstr "ΕξωτεÏική θÏÏα" + +msgid "Internal zone" +msgstr "ΕσωτεÏική ζώνη" + +msgid "Limit log messages" +msgstr "ΠεÏιοÏισμός καταγÏαφών συστήματος" + +#, fuzzy +msgid "MSS clamping" +msgstr "ΠεÏιοÏισμός MSS" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "Όνομα" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "Άλλο..." + +msgid "Output" +msgstr "Έξοδος" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "ΠÏοώθηση ΘυÏών" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "ΠÏωτόκολλο" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +#, fuzzy +msgid "Source IP address" +msgstr "ΔιεÏθυνση MAC πηγής" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +#, fuzzy +msgid "Source address" +msgstr "ΔιεÏθυνση MAC πηγής" + +msgid "Source port" +msgstr "ΘÏÏα πηγής" + +#, fuzzy +msgid "Source zone" +msgstr "ΘÏÏα πηγής" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Το τείχος Ï€Ïοστασίας δημιουÏγεί ζώνες πάνω στις διεπαφές δικτÏου για να " +"ελέγχει την δικτυακή κίνηση." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "Ζώνες" + +msgid "accept" +msgstr "αποδοχή" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "αγνόηση" + +msgid "reject" +msgstr "απόÏÏιψη" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "ΠÏοοÏισμός" + +#~ msgid "Family" +#~ msgstr "Οικογένεια" + +#~ msgid "Forward to %s in %s" +#~ msgstr "ΠÏοώθηση του %s στο %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "ΠÏοώθηση στο %s, %s στο %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Πηγή" + +#~ msgid "To %s" +#~ msgstr "ΠÏος %s" + +#~ msgid "Accept forward" +#~ msgstr "Αποδοχή Ï€Ïοώθησης" + +#~ msgid "Accept input" +#~ msgstr "Αποδοχή εισόδου" + +#~ msgid "Disable" +#~ msgstr "ΑπενεÏγοποίηση" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "ΕÏÏος IP" + +#~ msgid "IPs" +#~ msgstr "IPs" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MACs" + +#~ msgid "Refuse forward" +#~ msgstr "ΆÏνηση Ï€Ïοώθησης" + +#~ msgid "Refuse input" +#~ msgstr "ΆÏνηση εισόδου" + +#~ msgid "day" +#~ msgstr "ημέÏα" + +#~ msgid "hour" +#~ msgstr "ÏŽÏα" + +#~ msgid "minute" +#~ msgstr "λεπτό" + +#~ msgid "port" +#~ msgstr "θÏÏα" + +#~ msgid "ports" +#~ msgstr "θÏÏες" + +#~ msgid "second" +#~ msgstr "δευτεÏόλεπτο" + +#~ msgid "type" +#~ msgstr "Ï„Ïπος" + +#~ msgid "types" +#~ msgstr "Ï„Ïποι" + +#~ msgid "Internal port (optional)" +#~ msgstr "ΕσωτεÏική θÏÏα (Ï€ÏοαιÏετικό)" + +#~ msgid "Advanced Rules" +#~ msgstr "ΠÏοχωÏημένοι Κανόνες" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Οι Ï€ÏοχωÏημένοι κανόνες σας επιτÏέπουν να Ï€ÏοσαÏμόσετε το τείχος " +#~ "Ï€Ïοστασίας στις δικές σας ανάγκες. Οι κανόνες θα εφαÏμόζονται μόνο στις " +#~ "νέες συνδέσεις. Πακέτα που ανήκουν σε ήδη ανοιχτές συνδέσεις, θα πεÏνάνε " +#~ "αυτόματα το τείχος Ï€Ïοστασίας." + +#~ msgid "Port forwarding" +#~ msgstr "ΠÏοώθηση θυÏών" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Η Ï€Ïοώθηση θυÏών επιτÏέπει σε υπηÏεσίες δικτÏου που λειτουÏγοÏν μέσα σε " +#~ "ένα εσωτεÏικό δίκτυο, να γίνονται διαθέσιμες και σε ένα εξωτεÏικό." + +#~ msgid "Traffic Redirection" +#~ msgstr "ΑνακατεÏθυνση Κίνησης" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Η ανακατεÏθυνση κίνησης σας επιτÏέπει να αλλάξετε την διεÏθυνση " +#~ "Ï€ÏοοÏÎ¹ÏƒÎ¼Î¿Ï Ï„Ï‰Î½ Ï€Ïοωθημένων πακέτων." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Δίκτυα" + +#~ msgid "Traffic Control" +#~ msgstr "Έλεγχος Κίνησης" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Κίνηση Ζώνης-Ï€Ïος-Ζώνη" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Εδώ μποÏείτε να οÏίσετε τι δικτυακή κίνηση επιτÏέπεται Î¼ÎµÏ„Î±Î¾Ï Î´Î¹ÎºÏ„Ï…Î±ÎºÏŽÎ½ " +#~ "ζωνών. Θα εφαÏμόζεται μόνο σε νέες συνδέσεις. Πακέτα που ανήκουν σε ήδη " +#~ "ανοιχτές συνδέσεις θα πεÏνάνε αυτόματα το τείχος Ï€Ïοστασίας. Αν " +#~ "αντιμετωπίζεται σποÏαδικά Ï€Ïοβλήματα με τη σÏνδεσή σας, δοκιμάστε να " +#~ "ενεÏγοποιήσετε τον ΠεÏιοÏισμό MSS, αλλιώς απενεÏγοποιήστε το για " +#~ "μεγαλÏτεÏη απόδοση." + +#~ msgid "Zone" +#~ msgstr "Ζώνη" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "ΠÏοοÏισμός" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "ΔιεÏθυνση IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "ΔιεÏθυνση MAC πηγής" + +#~ msgid "Custom forwarding" +#~ msgstr "ΠÏοσαÏμοσμένη Ï€Ïοώθηση" + +#~ msgid "Input Zone" +#~ msgstr "Ζώνη Εισόδου" + +#~ msgid "Output Zone" +#~ msgstr "Ζώνη Εξόδου" + +#~ msgid "External Zone" +#~ msgstr "ΕξωτεÏική Ζώνη" + +#~ msgid "Source MAC" +#~ msgstr "MAC πηγής" + +#~ msgid "Defaults" +#~ msgstr "ΠÏοκαθοÏισμένα" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Αυτές είναι οι Ï€ÏοκαθοÏισμένες Ïυθμίσεις που χÏησιμοποιοÏνται αν δεν " +#~ "υπάÏχει κάποιος άλλος κανόνας που ταιÏιάζει." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Οι ζώνες χωÏίζουν τις δικτυακές διεπαφές σε απομονωμένες πεÏιοχές ώστε να " +#~ "διαχωÏίζεται η δικτυακή κίνηση. Σε μία ζώνη μποÏοÏν να ανήκουν ένα ή " +#~ "πεÏισσότεÏα δίκτυα. Η σημαία MASQ ενεÏγοποιεί NAT masquerading για όλη " +#~ "την εξεÏχόμενη κίνηση της ζώνης." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "δίκτυα που πεÏιέχονται" diff --git a/applications/luci-app-firewall/po/en/firewall.po b/applications/luci-app-firewall/po/en/firewall.po new file mode 100644 index 0000000..2684067 --- /dev/null +++ b/applications/luci-app-firewall/po/en/firewall.po @@ -0,0 +1,635 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "Action" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "Destination address" + +msgid "Destination port" +msgstr "Destination port" + +msgid "Destination zone" +msgstr "Destination zone" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "Drop invalid packets" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "Enable SYN-flood protection" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "External port" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "Forward" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "Input" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "Internal IP address" + +msgid "Internal port" +msgstr "Internal port" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "MSS clamping" + +msgid "Masquerading" +msgstr "Masquerading" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "Name" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "Output" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "Protocol" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Redirect matched incoming traffic to the given port on the internal host" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Redirect matched incoming traffic to the specified internal host" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Traffic Redirection" +# msgstr "" +# +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# +# msgid "Overview" +# msgstr "" +# +# msgid "Name" +# msgstr "" +# +# msgid "Source zone" +# msgstr "" +# +# msgid "Source MAC-address" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +msgid "Source IP address" +msgstr "Source IP address" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "Source address" + +msgid "Source port" +msgstr "Source port" + +msgid "Source zone" +msgstr "Source zone" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "Zones" + +msgid "accept" +msgstr "accept" + +msgid "any" +msgstr "any" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "drop" + +msgid "reject" +msgstr "reject" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destination" + +#~ msgid "Source" +#~ msgstr "Source" + +#~ msgid "(optional)" +#~ msgstr "(optional)" + +#~ msgid "Internal port (optional)" +#~ msgstr "Internal port (optional)" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "(optional)" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Destination port" +# msgstr "" +# +# msgid "Action" +# msgstr "" +# +# msgid "drop" +# msgstr "" +# +# msgid "accept" +# msgstr "" +# +# msgid "reject" +# msgstr "" +# +#~ msgid "Advanced Rules" +#~ msgstr "Advanced Rules" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." + +#~ msgid "Device" +#~ msgstr "Device" + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" + +#~ msgid "Overview" +#~ msgstr "Overview" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/miniportfw.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "(optional)" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +# msgid "External port" +# msgstr "" +# +# msgid "Internal IP address" +# msgstr "" +# +#~ msgid "Port forwarding" +#~ msgstr "Port forwarding" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." + +#~ msgid "Rules" +#~ msgstr "Rules" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/redirect.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +#~ msgid "Traffic Redirection" +#~ msgstr "Traffic Redirection" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." + +#~ msgid "Network" +#~ msgstr "Network" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +#~ msgid "Traffic Control" +#~ msgstr "Traffic Control" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Zone-to-Zone traffic" + +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." + +#~ msgid "Zone" +#~ msgstr "Zone" + +#~ msgid "Destination IP" +#~ msgstr "Destination IP" + +#~ msgid "IP address" +#~ msgstr "IP address" + +#~ msgid "Source MAC-address" +#~ msgstr "Source MAC-address" diff --git a/applications/luci-app-firewall/po/es/firewall.po b/applications/luci-app-firewall/po/es/firewall.po new file mode 100644 index 0000000..452809c --- /dev/null +++ b/applications/luci-app-firewall/po/es/firewall.po @@ -0,0 +1,698 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2014-06-15 09:00+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s en %s" + +msgid "%s%s with %s" +msgstr "%s%s con %s" + +msgid "%s, %s in %s" +msgstr "%s, %s en %s" + +msgid "(Unnamed Entry)" +msgstr "(Entrada sin nombre)" + +msgid "(Unnamed Rule)" +msgstr "(Reglas sin nombre)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT sin nombre)" + +msgid "-- Please choose --" +msgstr "-- Seleccione --" + +msgid "-- custom --" +msgstr "-- propio --" + +msgid "%d pkts. per %s" +msgstr "%d paquetes por %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" +"%d paquetes por %s, máximo %d paquetes." + +msgid "%s and limit to %s" +msgstr "%s y límite a %s" + +msgid "Action" +msgstr "Acción" + +msgid "Add" +msgstr "Añadir" + +msgid "Add and edit..." +msgstr "Añadir y editar..." + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Allow forward from source zones:" +msgstr "Permitir traspaso desde zonas de origen:" + +msgid "Allow forward to destination zones:" +msgstr "Permitir traspaso a zonas de destino:" + +msgid "Any" +msgstr "Cualquiera" + +msgid "Covered networks" +msgstr "Redes cubiertas" + +msgid "Custom Rules" +msgstr "Reglas propias" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Las reglas propias le permiten ejecutar comandos de iptables que no están " +"disponibles en el marco del cortafuegos. Los comandos se ejecutarán tras " +"cualquier rearranque del cortafuegos, justo tras haber cargado el conjunto " +"de reglas por defecto." + +msgid "Destination IP address" +msgstr "Dirección IP destino" + +msgid "Destination address" +msgstr "Dirección de destino" + +msgid "Destination port" +msgstr "Puerto de destino" + +msgid "Destination zone" +msgstr "Zona de destino" + +msgid "Do not rewrite" +msgstr "No reescribir" + +msgid "Drop invalid packets" +msgstr "Descartar paquetes no válidos" + +msgid "Enable" +msgstr "Activar" + +msgid "Enable NAT Loopback" +msgstr "Activar bucle NAT" + +msgid "Enable SYN-flood protection" +msgstr "Activar protección a inundación-SYN" + +msgid "Enable logging on this zone" +msgstr "Activar registro en esta zona" + +msgid "External IP address" +msgstr "Dirección IP externa" + +msgid "External port" +msgstr "Puerto externo" + +msgid "External zone" +msgstr "Zona externa" + +msgid "Extra arguments" +msgstr "Parámetros extra" + +msgid "Firewall" +msgstr "Cortafuegos" + +msgid "Firewall - Custom Rules" +msgstr "Cortafuegos - Reglas propias" + +msgid "Firewall - Port Forwards" +msgstr "Cortafuegos - traspasos de puerto" + +msgid "Firewall - Traffic Rules" +msgstr "Cortafuegos - Reglas de tráfico" + +msgid "Firewall - Zone Settings" +msgstr "Cortafuegos - Configuración de la zona" + +msgid "Force connection tracking" +msgstr "Forzar seguimiento de conexión" + +msgid "Forward" +msgstr "Traspasar" + +msgid "Forward to" +msgstr "Traspasar a" + +msgid "From %s in %s" +msgstr "Desde %s en %s" + +msgid "From %s in %s with source %s" +msgstr "Desde %s en %s con origen %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Desde %s en %s con origen %s y %s" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Sólo IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Sñolo IPv6" + +msgid "Input" +msgstr "Entrada" + +msgid "Inter-Zone Forwarding" +msgstr "Traspaso entre zonas" + +msgid "Internal IP address" +msgstr "Dirección IP interna" + +msgid "Internal port" +msgstr "Puerto interno" + +msgid "Internal zone" +msgstr "Zona interna" + +msgid "Limit log messages" +msgstr "Limitar registro de mensajes" + +msgid "MSS clamping" +msgstr "Fijado de MSS" + +msgid "Masquerading" +msgstr "Enmascaramiento" + +msgid "Match" +msgstr "Coincidir" + +msgid "Match ICMP type" +msgstr "Coincidir con tipo ICMP" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "Coincidir con tráfico traspasado al puerto o rango de puertos destino." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Coincidir con tráfico de entrada dirigido al puerto o rango de puertos " +"destino en esta máquina" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Coincidir con tráfico de entrada originado desde el puerto o rango de " +"puertos origen en la máquina cliente." + +msgid "Name" +msgstr "Nombre" + +msgid "New SNAT rule" +msgstr "Nueva regla SNAT" + +msgid "New forward rule" +msgstr "Nueva regla de traspaso" + +msgid "New input rule" +msgstr "Nueva regla de entrada" + +msgid "New port forward" +msgstr "Nuevo traspaso de puerto" + +msgid "New source NAT" +msgstr "Nuevo origen NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Coincidir sólo con tráfico de entrada a esta dirección IP." + +msgid "Only match incoming traffic from these MACs." +msgstr "Coincidir sólo con tráfico de entrada desde estas MACs." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Coincidir sólo con tráfico de entrada desde esta IP o rango." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Coincidir sólo con tráfico de entrada originado desde el puerto o rango de " +"puertos origen en la máquina cliente" + +msgid "Open ports on router" +msgstr "Abrir puertos en el router" + +msgid "Other..." +msgstr "Otros..." + +msgid "Output" +msgstr "Salida" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "Pasa más parámetros a IPTables. ¡Usar con cuidado!" + +msgid "Port Forwards" +msgstr "Traspasos de puerto" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"El traspaso de puertos permite a ordenadores remotos en internet conectar a " +"un ordenador o servicio específico en la LAN privada." + +msgid "Protocol" +msgstr "Protocolo" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Redirigir el tráfico de entrada que coincida al puerto en la máquina interna" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Redirigir el tráfico de entrada que coincida a la máquina interna" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Restringir enmascaramiento a las subredes destino" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Restringir enmascaramiento a las subredes origen" + +msgid "Restrict to address family" +msgstr "Restringir a la familia de direcciones" + +msgid "Rewrite matched traffic to the given address." +msgstr "Reescribir el tráfico que coincida a estas direcciones." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Reescribir el tráfico que coincida con este puerto origen. Deje en blanco " +"para reescribir sólo la dirección IP." + +msgid "Rewrite to source %s" +msgstr "Reescribir a origen %s" + +msgid "Rewrite to source %s, %s" +msgstr "Reescribir a origen %s, %s" + +msgid "SNAT IP address" +msgstr "Dirección IP SNAT" + +msgid "SNAT port" +msgstr "Puerto SNAT" + +msgid "Source IP address" +msgstr "Dirección IP origen" + +msgid "Source MAC address" +msgstr "Dirección MAC origen" + +msgid "Source NAT" +msgstr "NAT origen" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"NAT origen es una forma específica de enmascaramiento que permite el control " +"fino del origen IP que se usa en el tráfico de salida por ejemplo para " +"dirigir múltiples direcciones WAN a las subredes internas." + +msgid "Source address" +msgstr "Dirección origen" + +msgid "Source port" +msgstr "Puerto origen" + +msgid "Source zone" +msgstr "Zona origen" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"El cortafuegos crea zonas sobre sus interfaces de red para controlar el " +"flujo del tráfico." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Estas opciones controlan las políticas de traspaso entre esta zona (%s) y " +"otras. Las zonas origen cubren el tráfico traspasado desde " +"%q. Las zonas origen coinciden con el tráfico traspasado " +"desde otras zonas dirigido a %q. La regla de traspaso es " +"unidireccional, por ejemplo una regla de traspaso desde la LAN a la " +"WAN no implica permiso para traspasar desde la WAN a la LAN también." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Propiedades avanzadas de la entrada \"traspaso de puertos\". No suele ser " +"necesario modificar esta configuración." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Propiedades avanzadas de la entrada \"reglas de tráfico\", como " +"coincidencias en puertos de origen y destino." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Esta sección define propierdades comunes de %q. Las opciones de entrada y la salida marcan las políticas por defecto para el tráfico " +"que entra y deja esta zona mientras que la opción traspaso describe " +"la política para tráfico traspasado desde diferentes redes en la zona. " +"Redes cubiertas especifican qué redes disponibles son miembros de " +"esta zona." + +msgid "To %s at %s on this device" +msgstr "A %s en %s por este dispositivo" + +msgid "To %s in %s" +msgstr "A %s en %s" + +msgid "To %s on this device" +msgstr "A %s por este dispositivo" + +msgid "To %s, %s in %s" +msgstr "A %s, %s en %s" + +msgid "To source IP" +msgstr "A IP origen" + +msgid "To source port" +msgstr "A puerto origen" + +msgid "Traffic Rules" +msgstr "Reglas de tráfico" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Las reglas de tráfico definen políticas para tramas que se mueven entre " +"zonas diferentes, por ejemplo para rechazar tráfico entre ciertas máquinas o " +"puertos WAN abiertos en el router." + +msgid "Via %s" +msgstr "Vía %s" + +msgid "Via %s at %s" +msgstr "Vía %s a %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Puede poner varios seleccionando \"-- propio --\" e introduciendo los " +"protocolos separados por espacio." + +msgid "Zone %q" +msgstr "Zona %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zona ⇒ Traspasos" + +msgid "Zones" +msgstr "Zonas" + +msgid "accept" +msgstr "aceptar" + +msgid "any" +msgstr "cualquiera" + +msgid "any host" +msgstr "cualquier máquina" + +msgid "any router IP" +msgstr "cualquier router IP" + +msgid "any zone" +msgstr "cualquier zona" + +msgid "don't track" +msgstr "no seguir" + +msgid "drop" +msgstr "descartar" + +msgid "reject" +msgstr "rechazar" + +msgid "traffic" +msgstr "tráfico" + +#~ msgid "Destination" +#~ msgstr "Destino" + +#~ msgid "Family" +#~ msgstr "Familia" + +#~ msgid "Forward to %s in %s" +#~ msgstr "Traspasar a %s en %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "Traspasar a %s, %s en %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Origen" + +#~ msgid "To %s" +#~ msgstr "A %s" + +#~ msgid "To %s at %s" +#~ msgstr "A %s en %s" + +#~ msgid "Via" +#~ msgstr "Via" + +#~ msgid "Accept forward" +#~ msgstr "Aceptar traspaso" + +#~ msgid "Accept input" +#~ msgstr "Aceptar entrada" + +#~ msgid "Disable" +#~ msgstr "Desactivar" + +#~ msgid "Discard forward" +#~ msgstr "Descartar traspaso" + +#~ msgid "Discard input" +#~ msgstr "Descartar entrada" + +#~ msgid "Do not track forward" +#~ msgstr "No seguir traspaso" + +#~ msgid "Do not track input" +#~ msgstr "No seguir entrada" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "Rango IP" + +#~ msgid "IPs" +#~ msgstr "IPs" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MACs" + +#~ msgid "Refuse forward" +#~ msgstr "Rechazar traspaso" + +#~ msgid "Refuse input" +#~ msgstr "Rechazar entrada" + +#~ msgid "Rule is disabled" +#~ msgstr "La regla está desactivada" + +#~ msgid "Rule is enabled" +#~ msgstr "La regla está activada" + +#~ msgid "day" +#~ msgstr "dia" + +#~ msgid "hour" +#~ msgstr "hora" + +#~ msgid "minute" +#~ msgstr "minuto" + +#~ msgid "not" +#~ msgstr "no" + +#~ msgid "port" +#~ msgstr "puerto" + +#~ msgid "ports" +#~ msgstr "puertos" + +#~ msgid "second" +#~ msgstr "segundo" + +#~ msgid "type" +#~ msgstr "tipo" + +#~ msgid "types" +#~ msgstr "tipos" + +#~ msgid "Internal port (optional)" +#~ msgstr "Puerto interno (opcional)" + +#~ msgid "Advanced Rules" +#~ msgstr "Reglas avanzadas" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Las reglas avanzadas le permite personalizar el corta fuego según sus " +#~ "necesidades. Sólamente las nuevas conexiones serán afectadas por las " +#~ "reglas. Los paquetes pertenecientes a conexiones ya abierta, se les " +#~ "permite el libre paso por el corta fuego." + +#~ msgid "Port forwarding" +#~ msgstr "Reenvío de puerto" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "El reenvío de puerto permite proveer servicios de red en una red interna " +#~ "a una red externa (por ejemplo Internet)" + +#~ msgid "Traffic Redirection" +#~ msgstr "Redirección de tráfico" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "La redirección de tráfico permite cambiar la dirección de destino de los " +#~ "paquetes reenviados." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Redes" + +#~ msgid "Traffic Control" +#~ msgstr "Control de tráfico" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Tráfico Zona-a-Zona" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Aquí puede especificar qué tráfico de red is permitido, discho tráfico " +#~ "fluirá entre las zonas de red definidas. Sólamente las nuevas conexiones " +#~ "serán aplicadas por las reglas. Los paquetes pertenecientes a conexiones " +#~ "ya abierta se les permitirá el paso sobre el corta fuego. Si experimenta " +#~ "ocacionalmente problemas de conexión, intente activar MSS Clamping de " +#~ "otra forma, deshabilitelo para mejorar considerablemente la performance." + +#~ msgid "Zone" +#~ msgstr "Zona" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Destino" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "Dirección IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Dirección MAC de origen" + +#~ msgid "Custom forwarding" +#~ msgstr "Renvío personalizado" + +#~ msgid "Input Zone" +#~ msgstr "Zona de entrada" + +#~ msgid "Output Zone" +#~ msgstr "Zona de salida" + +#~ msgid "External Zone" +#~ msgstr "Zona Externa" + +#~ msgid "Source MAC" +#~ msgstr "MAC de Origen" + +#~ msgid "Defaults" +#~ msgstr "De fábrica" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Estos son los valores por defecto que son usados si no hay otra regla a " +#~ "aplicar." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Las zonas dividen las interfaces de red en varias partes aisladas para " +#~ "separar el tráfico de red. Una o mas redes pueden pertenecer a una zona. " +#~ "La bandera MASQ activa el enmascaramiento NAT para todo el tráfico " +#~ "saliente sobre esa zona." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "redes contenidas" diff --git a/applications/luci-app-firewall/po/fr/firewall.po b/applications/luci-app-firewall/po/fr/firewall.po new file mode 100644 index 0000000..96f3f51 --- /dev/null +++ b/applications/luci-app-firewall/po/fr/firewall.po @@ -0,0 +1,693 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2013-02-26 00:44+0200\n" +"Last-Translator: val56 \n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "-- Choisissez SVP --" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "Action" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "Paramètres avancés" + +msgid "Allow forward from source zones:" +msgstr "Permettre la transmission des zones source :" + +msgid "Allow forward to destination zones:" +msgstr "Permettre la transmission vers les zones destination :" + +msgid "Any" +msgstr "N'importe lequel" + +msgid "Covered networks" +msgstr "Réseaux couverts" + +msgid "Custom Rules" +msgstr "Régles spécifiques" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "Adresse IP de destination" + +msgid "Destination address" +msgstr "Adresse de destination" + +msgid "Destination port" +msgstr "Port de destination" + +msgid "Destination zone" +msgstr "Zone de destination" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "Supprimer les paquets invalides" + +msgid "Enable" +msgstr "Activer" + +msgid "Enable NAT Loopback" +msgstr "Activer le NAT sur la boucle-locale" + +msgid "Enable SYN-flood protection" +msgstr "Activer la protection contre le SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Activer les traces (logs) sur cette zone" + +msgid "External IP address" +msgstr "Adresse IP externe" + +msgid "External port" +msgstr "Port externe" + +msgid "External zone" +msgstr "Zone externe" + +msgid "Extra arguments" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +msgid "Firewall" +msgstr "Pare-feu" + +msgid "Firewall - Custom Rules" +msgstr "Pare-feu -- Règles personnalisées" + +msgid "Firewall - Port Forwards" +msgstr "Pare-feu -- Redirections de ports" + +msgid "Firewall - Traffic Rules" +msgstr "Pare-feu -- Règles de trafic" + +msgid "Firewall - Zone Settings" +msgstr "Pare-feu - Configuration des zones" + +msgid "Force connection tracking" +msgstr "Forcer le suivi des connexions" + +msgid "Forward" +msgstr "Transfert" + +msgid "Forward to" +msgstr "Transférer à" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "Paramètres généraux" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 et IPv6" + +msgid "IPv4 only" +msgstr "IPv4 seulement" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "IPv6 seulement" + +msgid "Input" +msgstr "Entrée" + +msgid "Inter-Zone Forwarding" +msgstr "Transmission entre zones" + +msgid "Internal IP address" +msgstr "Adresse IP interne" + +msgid "Internal port" +msgstr "Port interne" + +msgid "Internal zone" +msgstr "Zone interne" + +msgid "Limit log messages" +msgstr "Limiter les messages de journalisation" + +msgid "MSS clamping" +msgstr "Contrainte du MSS" + +msgid "Masquerading" +msgstr "Masquage" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "Type ICMP correspondant" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Prendre en compte le trafic dirigé vers le port de destination donné (ou la " +"gamme de ports) sur cet hôte" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "Nom" + +msgid "New SNAT rule" +msgstr "Nouvelle règle SNAT" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "Nouvelle règle d'entrée" + +msgid "New port forward" +msgstr "Nouvelle redirection de port" + +msgid "New source NAT" +msgstr "Nouvelle source NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "Montrer seulement le trafic entrant provenant de ces adresses MAC." + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "Ports ouverts sur le routeur" + +msgid "Other..." +msgstr "Autre..." + +msgid "Output" +msgstr "Sortie" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "Redirections de port" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"La redirection de port permet aux ordinateurs distants sur Internet, de se " +"connecter à un ordinateur ou service spécifié dans le réseau local privé." + +msgid "Protocol" +msgstr "Protocole" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Rediriger le trafic entrant correspondant vers le port donné sur l'hôte " +"interne" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Rediriger le trafic entrant correspondant vers l'hôte interne spécifié" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" +"Restreindre la substitution d'adresses (Masquerade) à ces sous-réseaux " +"destinataires" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" +"Restreindre la substitution d'adresses (Masquerade) à ces sous-réseaux " +"sources" + +msgid "Restrict to address family" +msgstr "Restreindre à cette famille d'adresses" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "Adresse IP SNAT" + +msgid "SNAT port" +msgstr "Port SNAT" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Traffic Redirection" +# msgstr "" +# +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# +# msgid "Overview" +# msgstr "" +# +# msgid "Name" +# msgstr "" +# +# msgid "Source zone" +# msgstr "" +# +# msgid "Source MAC-address" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +msgid "Source IP address" +msgstr "Adresse IP source" + +msgid "Source MAC address" +msgstr "Adresse MAC source" + +msgid "Source NAT" +msgstr "Source NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "Adresse source" + +msgid "Source port" +msgstr "Port source" + +msgid "Source zone" +msgstr "Zone source" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Le pare-feu crée des zones sur les interfaces réseau pour contrôler le flux " +"du trafic réseau." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Les options ci-dessous contrôlent les politiques de transmission entre cette " +"zone (%s) et les autres zones. Zones de destination couvre le " +"trafic transfmis venant de %q. Zones source " +"correspond au trafic transféré d'autres zones à destination de %q. La règle de transmission est unidirectionnelle, la " +"transmission du LAN au WAN n'implique pas également l'autorisation " +"de transmission du WAN au LAN." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Cette page vous permet de modifier les propriétés avancées parmi les entrées " +"de redirection de port. Dans la plupart des cas, cela n'est pas nécessaire " +"de modifier ces paramètres." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Cette section définit des propriétés communes de %q. Les options entrée et sortie définissent les politiques par défaut pour le trafic " +"entrant et sortant de cette zone, tandis que l'option transmission " +"décrit la politique pour le trafic transmis entre différents réseaux dans " +"cette zone. Les réseaux couverts indiquent quels réseaux " +"disponibles sont membre de cette zone." + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "Règles de trafic" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "Zone %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zone ⇒ Transmissions" + +msgid "Zones" +msgstr "Zones" + +msgid "accept" +msgstr "accepter" + +#, fuzzy +msgid "any" +msgstr "tous" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "ignorer" + +msgid "reject" +msgstr "rejeter" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destination" + +#~ msgid "Family" +#~ msgstr "Famille" + +#~ msgid "Source" +#~ msgstr "Source" + +#~ msgid "Via" +#~ msgstr "Via" + +#~ msgid "(optional)" +#~ msgstr "(optionnel)" + +#~ msgid "Intended destination address" +#~ msgstr "Adresse de destination voulue" + +#~ msgid "Internal port (optional)" +#~ msgstr "Port interne (optionnel)" + +#~ msgid "Advanced Options" +#~ msgstr "Options avancées" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "(optional)" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Destination port" +# msgstr "" +# +# msgid "Action" +# msgstr "" +# +# msgid "drop" +# msgstr "" +# +# msgid "accept" +# msgstr "" +# +# msgid "reject" +# msgstr "" +# +#~ msgid "Advanced Rules" +#~ msgstr "Règles avancées" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Les règles avancées vous laissent personnaliser le pare-feu selon vos " +#~ "besoins. Seules les nouvelles connexions seront prises en compte. Les " +#~ "paquets appartenant à des connexions déjà ouvertes sont automatiquement " +#~ "admis à passer le pare-feu." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Règles spécifiques (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Équipement" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Pour le DNAT, sélectionne le trafic entrant correspondant à l'adresse IP " +#~ "destinataire. Pour le SNAT, ré-écrit l'adresse source avec l'adresse " +#~ "donnée." + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "" +#~ "Prendre en compte le trafic entrant provenant du port source donné (ou la " +#~ "gamme de ports) sur l'hôte client" + +#~ msgid "Overview" +#~ msgstr "Vue d'ensemble" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/miniportfw.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "(optional)" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +# msgid "External port" +# msgstr "" +# +# msgid "Internal IP address" +# msgstr "" +# +#~ msgid "Port forwarding" +#~ msgstr "Redirection de port" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "La redirection de port vous permet d'exposer des services réseaux de " +#~ "votre réseau local au réseau externe." + +#~ msgid "Redirection type" +#~ msgstr "Type de redirection" + +#~ msgid "Redirections" +#~ msgstr "Redirections" + +#~ msgid "Rules" +#~ msgstr "Règles" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/redirect.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +#~ msgid "Traffic Redirection" +#~ msgstr "Redirection du trafic" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "La redirection de trafic vous permet de changer l'adresse de destination " +#~ "des paquets transférés." + +#~ msgid "Network" +#~ msgstr "Réseau" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Name" +# msgstr "" +# +#~ msgid "Traffic Control" +#~ msgstr "Contrôle de trafic" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Trafic zone-à-zone" + +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Ici, vous pouvez spécifier quel trafic réseau est autorisé à transiter " +#~ "entre les zones réseau. Seules les nouvelles connexions seront prises en " +#~ "compte. Les paquets appartenant à des connexions déjà ouvertes sont " +#~ "automatiquement admis à passer le pare-feu. Si vous subissez des " +#~ "problèmes de connexion occasionnels, essayer d'activer le MSS clamping; " +#~ "sinon laissez-le désactivé pour des raisons de performance." + +#~ msgid "Zone" +#~ msgstr "Zone" + +#~ msgid "Destination IP" +#~ msgstr "IP de destination" + +#~ msgid "IP address" +#~ msgstr "Adresse IP" + +#~ msgid "Source MAC-address" +#~ msgstr "Adresse MAC source" diff --git a/applications/luci-app-firewall/po/he/firewall.po b/applications/luci-app-firewall/po/he/firewall.po new file mode 100644 index 0000000..aec566a --- /dev/null +++ b/applications/luci-app-firewall/po/he/firewall.po @@ -0,0 +1,432 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/hu/firewall.po b/applications/luci-app-firewall/po/hu/firewall.po new file mode 100644 index 0000000..1c0ec5e --- /dev/null +++ b/applications/luci-app-firewall/po/hu/firewall.po @@ -0,0 +1,580 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 16:54+0200\n" +"Last-Translator: Gabor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s %s-ban" + +msgid "%s%s with %s" +msgstr "%s%s %s-el" + +msgid "%s, %s in %s" +msgstr "%s, %s %s-ben" + +msgid "(Unnamed Entry)" +msgstr "(Névtelen bejegyzés)" + +msgid "(Unnamed Rule)" +msgstr "(Névtelen szabály)" + +msgid "(Unnamed SNAT)" +msgstr "(Névtelen SNAT)" + +msgid "-- Please choose --" +msgstr "-- Kérem válasszon --" + +msgid "-- custom --" +msgstr "-- egyéni --" + +msgid "%d pkts. per %s" +msgstr "%d csomag/%s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d csom. %s-enként, burst %d csom." + +msgid "%s and limit to %s" +msgstr "%s és korlátozás %s-re" + +msgid "Action" +msgstr "Művelet" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "Add and edit..." +msgstr "Hozzáadás és szerkesztés..." + +msgid "Advanced Settings" +msgstr "Haladó beállítások" + +msgid "Allow forward from source zones:" +msgstr "Továbbítás engedélyezése ezekbÅ‘l a forrás zónákból:" + +msgid "Allow forward to destination zones:" +msgstr "Továbbítás engedélyezése ezekbe a cél zónákba:" + +msgid "Any" +msgstr "Bármelyik" + +msgid "Covered networks" +msgstr "Lefedett hálózatok" + +msgid "Custom Rules" +msgstr "Egyéni szabályok" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Az egyedi szabályok lehetÅ‘vé teszik tetszÅ‘leges iptables parancsok " +"futtatását melyekre a tűzfal keretrendszer egyébként nem biztosít " +"lehetÅ‘séget. A parancsok a tűzfal minden újraindításakor futtatásra " +"kerülnek, közvetlenül az alapértelmezett szabálykészletek betöltése után." + +msgid "Destination IP address" +msgstr "Cél IP-cím" + +msgid "Destination address" +msgstr "Cél cím" + +msgid "Destination port" +msgstr "Cél port" + +msgid "Destination zone" +msgstr "Cél zóna" + +msgid "Do not rewrite" +msgstr "Ne írja felül" + +msgid "Drop invalid packets" +msgstr "Érvénytelen csomagok eldobása" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Enable NAT Loopback" +msgstr "NAT visszacsatolás engedélyezése" + +msgid "Enable SYN-flood protection" +msgstr "SYN-flood védelem engedélyezése" + +msgid "Enable logging on this zone" +msgstr "Naplózás engeélyezése ezen a zónán" + +msgid "External IP address" +msgstr "KülsÅ‘ IP cím" + +msgid "External port" +msgstr "KülsÅ‘ port" + +msgid "External zone" +msgstr "KülsÅ‘ zóna" + +msgid "Extra arguments" +msgstr "További argumentumok" + +msgid "Firewall" +msgstr "Tűzfal" + +msgid "Firewall - Custom Rules" +msgstr "Tűzfal - Egyéni szabályok" + +msgid "Firewall - Port Forwards" +msgstr "Tűzfal - Port továbbítások" + +msgid "Firewall - Traffic Rules" +msgstr "Tűzfal - Forgalmi szabályok" + +msgid "Firewall - Zone Settings" +msgstr "Tűzfal - Zóna beállítások" + +msgid "Force connection tracking" +msgstr "Kapcsolat követés kényszerítése" + +msgid "Forward" +msgstr "Továbbítás" + +msgid "Forward to" +msgstr "Továbbítás ennek" + +msgid "From %s in %s" +msgstr "%s felÅ‘l %s-ben" + +msgid "From %s in %s with source %s" +msgstr "%s felÅ‘l %s-ben %s forrással" + +msgid "From %s in %s with source %s and %s" +msgstr "%s felÅ‘l %s-ben %s és %s forrással" + +msgid "General Settings" +msgstr "Ãltalános beállítások" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 és IPv6" + +msgid "IPv4 only" +msgstr "csak IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "csak IPv6" + +msgid "Input" +msgstr "Bemenet" + +msgid "Inter-Zone Forwarding" +msgstr "Zónák-közötti továbbítás" + +msgid "Internal IP address" +msgstr "BelsÅ‘ IP cím" + +msgid "Internal port" +msgstr "BelsÅ‘ port" + +msgid "Internal zone" +msgstr "BelsÅ‘ zóna" + +msgid "Limit log messages" +msgstr "Napló üzenetek korlátozása" + +msgid "MSS clamping" +msgstr "MSS clamping engegélyezése" + +msgid "Masquerading" +msgstr "Ãlcázás" + +msgid "Match" +msgstr "Szűrés" + +msgid "Match ICMP type" +msgstr "Szűrés ICMP típus alapján" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Továbbított forgalom szűrése a megadott cél port, vagy port tartomány " +"szerint." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Adott portra vagy port tartományra irányított bejövÅ‘ forgalom szűrése ezen a " +"gépen" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Az ügyfél gép megadott portjáról, vagy port tartományából indított forgalom " +"szűrése. " + +msgid "Name" +msgstr "Név" + +msgid "New SNAT rule" +msgstr "Új SNAT szabály" + +msgid "New forward rule" +msgstr "Új továbbítási szabály" + +msgid "New input rule" +msgstr "Új bemeneti szabály" + +msgid "New port forward" +msgstr "Új port továbbítás" + +msgid "New source NAT" +msgstr "Új forrás NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Csak a megadott IP címre irányított bejövÅ‘ forgalmat egyeztesse." + +msgid "Only match incoming traffic from these MACs." +msgstr "Csak a megadott MAC címekrÅ‘l érkezÅ‘ bejövÅ‘ forgalmat egyeztesse." + +msgid "Only match incoming traffic from this IP or range." +msgstr "" +"Csak a megadott IP címrÅ‘l illetve IP címtartományból érkezÅ‘ bejövÅ‘ forgalmat " +"egyeztesse." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Csak az ügyfél gép megadott forrás portjáról illetve forrás port " +"tartományába tartozó portról indított bejövÅ‘ forgalmat egyeztesse." + +msgid "Open ports on router" +msgstr "Port megnyitása a routeren" + +msgid "Other..." +msgstr "Egyéb..." + +msgid "Output" +msgstr "Kimenet" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"További argumentumok küldése az iptables részére. Használja körültekintÅ‘en!" + +msgid "Port Forwards" +msgstr "Port továbbítás" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"A port továbbítás lehetÅ‘vé teszi az interneten lévÅ‘ távoli számítógépeknek a " +"privát helyi hálózat bizonyos számítógépéhez vagy szolgáltatásához történÅ‘ " +"csatlakozását." + +msgid "Protocol" +msgstr "Protokoll" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "Ãtirányítja az egyezÅ‘ bejövÅ‘ forgalmat a belsÅ‘ gép megadott portjához" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Ãtirányítja az egyezÅ‘ bejövÅ‘ forgalmat a megadott belsÅ‘ géphez" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Ãlcázás korlátozása a megadott cél alhálózatokra" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Ãlcázás korlátozása a megadott forrás alhálózatokra" + +msgid "Restrict to address family" +msgstr "Korlátozás cím családra" + +msgid "Rewrite matched traffic to the given address." +msgstr "Az összeíllÅ‘ forgalom átírása a megadott címre." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Az összeillÅ‘ forgalom átírása a megadott forrás portra. Amennyibe üresen van " +"hagyva, csak az IP cím kerül átírásra." + +msgid "Rewrite to source %s" +msgstr "Ãtírás %s forrásra" + +msgid "Rewrite to source %s, %s" +msgstr "Ãtírás %s, %s forrásra" + +msgid "SNAT IP address" +msgstr "SNAT IP cím" + +msgid "SNAT port" +msgstr "SNAT port" + +msgid "Source IP address" +msgstr "Forrás IP cím" + +msgid "Source MAC address" +msgstr "Forrás MAC cím" + +msgid "Source NAT" +msgstr "Forrás NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"A forrás NAT az álcázás olyan speciális formája, mely lehetÅ‘vé teszi a " +"kimenÅ‘ forgalomhoz használt forrás IP címek aprólékos szabályozását, például " +"több WAN cím hozzárendelését a belsÅ‘ alhálózatokhoz." + +msgid "Source address" +msgstr "Forrás cím" + +msgid "Source port" +msgstr "Forrás port" + +msgid "Source zone" +msgstr "Forrás zóna" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"A tűzfal zónákat határoz meg a hálózati interfészek fölött a hálózati " +"forgalom áramlásának szabályozására." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Az alábbi beállítások vezérlik a továbbítási irányelveket a jelenlegi zóna " +"(%s) és a többi zóna között. A cél zónák fedik le a továbbított " +"forgalmat amelynek forrása %q. A forrás zónák " +"szűrik a továbbított forgalmat más zónákból melynek célja %q. A továbbítási szabály egyirányú, tehát pl. egy továbbítás " +"LAN-ból WAN-ba nem jelenti azt, hogy a továbbítás WAN-ból LAN-ba is " +"engedélyezett." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Ez a lap lehetÅ‘vé teszi a port továbbítási bejegyzések speciális " +"tulajdonságainak módosítását. A legtöbb esetben ezeknek a beállításoknak a " +"módosítása nem szükséges." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Ez a lap lehetÅ‘vé teszi a forgalmi szabály bejegyzés speciális " +"tulajdonságainak módosítását, mint a forrás- és célgépek megfeleltetése." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Ez a rész a(z) %q általános beállításait határozza meg. A bejövÅ‘ és " +"kimenÅ‘ beállítások határozzák meg a zónába be- és kilépÅ‘ forgalom " +"alapértelmezett szabályait, míg a továbbítási beállítás a különbözÅ‘ " +"hálózatok közötti forgalomtovábbítás szabályát írja le a zónán belül. A " +"lefedett hálózatok adják meg, hogy mely elérhetÅ‘ hálózatok tagjai " +"ennek a zónának." + +msgid "To %s at %s on this device" +msgstr "%s-re %s-nél a eszközön" + +msgid "To %s in %s" +msgstr "%s-re %s-ben" + +msgid "To %s on this device" +msgstr "%s-re a eszközön" + +msgid "To %s, %s in %s" +msgstr "%s-re, %s %s-ben" + +msgid "To source IP" +msgstr "Forrás IP-re" + +msgid "To source port" +msgstr "Forrás portra" + +msgid "Traffic Rules" +msgstr "Forgalmi szabályok" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"A forgalmi szabályok a különbözÅ‘ zónák között utazó csomagokra vonatkozó " +"házirendet határozzák meg, például bizonyos gépek közötti forgalom " +"megakadályozához vagy WAN portok megnyitásához a routeren." + +msgid "Via %s" +msgstr "%s-en át" + +msgid "Via %s at %s" +msgstr "%s-en át %s-nél" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Az \"-- egyéni --\" lehetÅ‘ség választásával több protokoll megadása " +"lehetséges egymástól szóközzell elválasztva." + +msgid "Zone %q" +msgstr "Zóna %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zóna ⇒ Továbbítások" + +msgid "Zones" +msgstr "Zónák" + +msgid "accept" +msgstr "elfogadás" + +msgid "any" +msgstr "bármelyik" + +msgid "any host" +msgstr "bármelyik gép" + +msgid "any router IP" +msgstr "bármelyik router IP" + +msgid "any zone" +msgstr "bármelyik zóna" + +msgid "don't track" +msgstr "ne kövesse" + +msgid "drop" +msgstr "eldobás" + +msgid "reject" +msgstr "visszautasítás" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Cél" + +#~ msgid "Family" +#~ msgstr "Család" + +#~ msgid "Forward to %s in %s" +#~ msgstr "Továbbítás ide:%s/%s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "Továbbítás ide: %s, %s/%s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Forrás" + +#~ msgid "Via" +#~ msgstr "Keresztül" + +#~ msgid "Accept forward" +#~ msgstr "Továbbítás engedélyezése" + +#~ msgid "Accept input" +#~ msgstr "Bemenet engedélyezése" + +#~ msgid "Disable" +#~ msgstr "Letiltás" + +#~ msgid "Discard forward" +#~ msgstr "Kimenet eldobása" + +#~ msgid "Discard input" +#~ msgstr "Bemenet eldobása" + +#~ msgid "Do not track forward" +#~ msgstr "Ne kövesse a továbbítást" + +#~ msgid "Do not track input" +#~ msgstr "Ne kövesse a bemenetet" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "IP tartomány" + +#~ msgid "IPs" +#~ msgstr "IP-k" + +#~ msgid "MAC" +#~ msgstr "MAC cím" + +#~ msgid "MACs" +#~ msgstr "MAC címek" + +#~ msgid "Refuse forward" +#~ msgstr "Továbbítás megtagadása" + +#~ msgid "Refuse input" +#~ msgstr "Bemenet megtagadása" + +#~ msgid "Rule is disabled" +#~ msgstr "Szabály letiltva" + +#~ msgid "Rule is enabled" +#~ msgstr "Szabály engedélyezve" + +#~ msgid "day" +#~ msgstr "nap" + +#~ msgid "hour" +#~ msgstr "óra" + +#~ msgid "minute" +#~ msgstr "perc" + +#~ msgid "not" +#~ msgstr "nem" + +#~ msgid "port" +#~ msgstr "port" + +#~ msgid "ports" +#~ msgstr "portok" + +#~ msgid "second" +#~ msgstr "másodperc" + +#~ msgid "type" +#~ msgstr "típus" + +#~ msgid "types" +#~ msgstr "típusok" diff --git a/applications/luci-app-firewall/po/it/firewall.po b/applications/luci-app-firewall/po/it/firewall.po new file mode 100644 index 0000000..2f87efc --- /dev/null +++ b/applications/luci-app-firewall/po/it/firewall.po @@ -0,0 +1,502 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2012-04-19 23:05+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "%s%s con %s" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr " -- Selezionare --" + +msgid "-- custom --" +msgstr " -- personalizzata --" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "%s e limita a %s" + +msgid "Action" +msgstr "Azione" + +msgid "Add" +msgstr "Aggiungi" + +msgid "Add and edit..." +msgstr "Aggiungi e edita..." + +msgid "Advanced Settings" +msgstr "Opzioni Avanzate" + +msgid "Allow forward from source zones:" +msgstr "Permetti routing da zone di origini:" + +msgid "Allow forward to destination zones:" +msgstr "Permetti rountin a zone di destinazione:" + +msgid "Any" +msgstr "Qualsiasi" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "Regole Personalizzate" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Le regole personalizzate ti permettorno di eseguire comandi iptables " +"arbitrari che non solo altrimenti coperti dall'applicazione firewall. I " +"comandi sono eseguiti dopo ogni riavvio del firewall, giusto dopo le altre " +"regole che son state caricate." + +msgid "Destination IP address" +msgstr "Indirizzo IP destinazione" + +msgid "Destination address" +msgstr "Indirizzo di destinazione" + +msgid "Destination port" +msgstr "Porta di destinazione" + +msgid "Destination zone" +msgstr "Zona di destinazione" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "Porta Esterna" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "Firewall - Opzioni delle Zone" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "Opzioni Generali" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Solo IPv4" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "Solo IPv6" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "Indirizzo IP Interno" + +msgid "Internal port" +msgstr "Porta interna" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "Nome" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "Protocollo" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# msgid "Traffic Redirection" +# msgstr "" +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# msgid "Overview" +# msgstr "" +# msgid "Name" +# msgstr "" +# msgid "Source zone" +# msgstr "" +# msgid "Source MAC-address" +# msgstr "" +# msgid "Source port" +# msgstr "" +# msgid "Protocol" +# msgstr "" +msgid "Source IP address" +msgstr "Indirizzo IP di origine" + +msgid "Source MAC address" +msgstr "Indirizzo MAC di origine" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "Indirizzo di origine" + +msgid "Source port" +msgstr "Porta di origine" + +msgid "Source zone" +msgstr "Zona di origine" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "accetta" + +msgid "any" +msgstr "qualsiasi" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "rifiuta" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destinazione" + +#~ msgid "Source" +#~ msgstr "Origine" + +#~ msgid "Accept input" +#~ msgstr "Accetta INPUT" + +#~ msgid "(optional)" +#~ msgstr "(facoltativo)" + +#~ msgid "Internal port (optional)" +#~ msgstr "Porta interna (opzionale)" + +#~ msgid "Advanced Options" +#~ msgstr "Opzioni Avanzate" + +#~ msgid "Advanced Rules" +#~ msgstr "Regole Avanzate" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Le regole avanzate consentono di personalizzare il firewall per le tue " +#~ "necessità. Solo le nuove connessioni saranno combinate. I pacchetti " +#~ "appartenenti alle connessioni già aperte sono automaticamente autorizzate " +#~ "ad oltrepassare il firewall." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Regole Personalizzate (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Dispositivo" + +#~ msgid "Rules" +#~ msgstr "Regole" diff --git a/applications/luci-app-firewall/po/ja/firewall.po b/applications/luci-app-firewall/po/ja/firewall.po new file mode 100644 index 0000000..877a6f0 --- /dev/null +++ b/applications/luci-app-firewall/po/ja/firewall.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2012-11-14 17:32+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "%s%s ,%s" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "(åå‰è¨­å®šã®ç„¡ã„エントリー)" + +msgid "(Unnamed Rule)" +msgstr "(åå‰è¨­å®šã®ç„¡ã„ルール)" + +msgid "(Unnamed SNAT)" +msgstr "(åå‰è¨­å®šã®ç„¡ã„SNAT)" + +msgid "-- Please choose --" +msgstr "-- é¸æŠžã—ã¦ãã ã•ã„ --" + +msgid "-- custom --" +msgstr "-- 手動設定 --" + +msgid "%d pkts. per %s" +msgstr "%d パケット / %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" +"%d パケット / %s, ãƒãƒ¼ã‚¹ãƒˆ %d パケット" + +msgid "%s and limit to %s" +msgstr "%s, %s を上é™ã«è¨­å®š" + +msgid "Action" +msgstr "動作" + +msgid "Add" +msgstr "追加" + +msgid "Add and edit..." +msgstr "追加åŠã³ç·¨é›†..." + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Allow forward from source zones:" +msgstr "é€ä¿¡å…ƒã‚¾ãƒ¼ãƒ³ã‹ã‚‰ã®è»¢é€ã‚’許å¯ã™ã‚‹:" + +msgid "Allow forward to destination zones:" +msgstr "宛先ゾーンã¸ã®è»¢é€ã‚’許å¯ã™ã‚‹:" + +msgid "Any" +msgstr "å…¨ã¦" + +msgid "Covered networks" +msgstr "対象ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +msgid "Custom Rules" +msgstr "手動設定ルール" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"手動設定ルールã®è¨­å®šã§ã¯ã€ãƒ•ã‚¡ã‚¤ã‚¢ã‚¦ã‚©ãƒ¼ãƒ«ã®è¨­å®šç”»é¢ã§ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„" +"よã†ãªã€ä»»æ„ã®iptablesコマンドを実行ã™ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚ã“れらã®ä»»æ„ã®ã‚³ãƒžãƒ³" +"ドã¯ã€ãƒ•ã‚¡ã‚¤ã‚¢ã‚¦ã‚©ãƒ¼ãƒ«æ©Ÿèƒ½ã®èµ·å‹•ã”ã¨ã«ã€æ¨™æº–ã®ãƒ«ãƒ¼ãƒ«ãŒèª­ã¿è¾¼ã¾ã‚ŒãŸå¾Œã«å®Ÿè¡Œã•" +"ã‚Œã¾ã™ã€‚" + +msgid "Destination IP address" +msgstr "宛先IPアドレス" + +msgid "Destination address" +msgstr "宛先アドレス" + +msgid "Destination port" +msgstr "宛先ãƒãƒ¼ãƒˆ" + +msgid "Destination zone" +msgstr "宛先ゾーン" + +msgid "Do not rewrite" +msgstr "リライトã—ãªã„" + +msgid "Drop invalid packets" +msgstr "無効ãªãƒ‘ケットをé®æ–­ã™ã‚‹" + +msgid "Enable" +msgstr "有効" + +msgid "Enable NAT Loopback" +msgstr "NATループãƒãƒƒã‚¯ã‚’有効ã«ã™ã‚‹" + +msgid "Enable SYN-flood protection" +msgstr "SYN-Floodプロテクションを有効ã«ã™ã‚‹" + +msgid "Enable logging on this zone" +msgstr "ã“ã®ã‚¾ãƒ¼ãƒ³ã®ãƒ­ã‚°è¨˜éŒ²ã‚’有効ã«ã™ã‚‹" + +msgid "External IP address" +msgstr "外部IPアドレス" + +msgid "External port" +msgstr "外部ãƒãƒ¼ãƒˆ" + +msgid "External zone" +msgstr "外部ゾーン" + +msgid "Extra arguments" +msgstr "追加設定" + +msgid "Firewall" +msgstr "ファイアウォール" + +msgid "Firewall - Custom Rules" +msgstr "ファイアウォール - 手動設定ルール" + +msgid "Firewall - Port Forwards" +msgstr "ファイアウォール - ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒ¯ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°" + +msgid "Firewall - Traffic Rules" +msgstr "ファイアウォール - トラフィック・ルール" + +msgid "Firewall - Zone Settings" +msgstr "ファイアウォール - ゾーン設定" + +msgid "Force connection tracking" +msgstr "強制的ã«ã‚³ãƒã‚¯ã‚·ãƒ§ãƒ³è¿½è·¡ã‚’è¡Œã†" + +msgid "Forward" +msgstr "転é€" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "é€ä¿¡å…ƒ %s (%s)" + +msgid "From %s in %s with source %s" +msgstr "é€ä¿¡å…ƒ %s (%s) , é€ä¿¡å…ƒ %s" + +msgid "From %s in %s with source %s and %s" +msgstr "é€ä¿¡å…ƒ %s (%s) , é€ä¿¡å…ƒ %s, é€ä¿¡å…ƒ %s" + +msgid "General Settings" +msgstr "一般設定" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4åŠã³IPv6" + +msgid "IPv4 only" +msgstr "IPv4ã®ã¿" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "IPv6ã®ã¿" + +msgid "Input" +msgstr "å—ä¿¡" + +msgid "Inter-Zone Forwarding" +msgstr "内部ゾーン転é€" + +msgid "Internal IP address" +msgstr "内部IPアドレス" + +msgid "Internal port" +msgstr "内部ãƒãƒ¼ãƒˆ" + +msgid "Internal zone" +msgstr "内部ゾーン" + +msgid "Limit log messages" +msgstr "ログメッセージを制é™" + +msgid "MSS clamping" +msgstr "MSSクランプ" + +msgid "Masquerading" +msgstr "マスカレード" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "ICMPタイプã®ä¸€è‡´" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"設定ã•ã‚ŒãŸå®›å…ˆãƒãƒ¼ãƒˆ(ã¾ãŸã¯ãƒãƒ¼ãƒˆç¯„囲)ã«ä¸€è‡´ã—ãŸè»¢é€ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ãŒå¯¾è±¡ã«ãªã‚Š" +"ã¾ã™" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"設定ã•ã‚ŒãŸå®›å…ˆãƒãƒ¼ãƒˆ(ã¾ãŸã¯ãƒãƒ¼ãƒˆç¯„囲)ã«ä¸€è‡´ã—ãŸå—信トラフィックãŒå¯¾è±¡ã«ãªã‚Š" +"ã¾ã™" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"設定ã•ã‚ŒãŸã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãƒ›ã‚¹ãƒˆã®é€ä¿¡å…ƒãƒãƒ¼ãƒˆ(ã¾ãŸã¯ãƒãƒ¼ãƒˆç¯„囲)ã‹ã‚‰ã®å—信トラ" +"フィックã¨ä¸€è‡´ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ãŒå¯¾è±¡ã«ãªã‚Šã¾ã™ã€‚" + +msgid "Name" +msgstr "åå‰" + +msgid "New SNAT rule" +msgstr "SNATルールã®æ–°è¦ä½œæˆ" + +msgid "New forward rule" +msgstr "転é€ãƒ«ãƒ¼ãƒ«ã®æ–°è¦ä½œæˆ" + +msgid "New input rule" +msgstr "å—信ルールã®æ–°è¦ä½œæˆ" + +msgid "New port forward" +msgstr "転é€è¨­å®šã®æ–°è¦ä½œæˆ" + +msgid "New source NAT" +msgstr "SNATルールã®æ–°è¦ä½œæˆ" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "設定ã•ã‚ŒãŸå®›å…ˆIPアドレスã¨ä¸€è‡´ã—ãŸå—信トラフィックãŒå¯¾è±¡ã«ãªã‚Šã¾ã™ã€‚" + +msgid "Only match incoming traffic from these MACs." +msgstr "設定ã•ã‚ŒãŸMACアドレスã¨ä¸€è‡´ã—ãŸå—ä¿¡ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ãŒå¯¾è±¡ã«ãªã‚Šã¾ã™ã€‚" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" +"設定ã•ã‚ŒãŸIPアドレス (ã¾ãŸã¯ç¯„囲) ã¨ä¸€è‡´ã—ãŸå—ä¿¡ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ãŒå¯¾è±¡ã«ãªã‚Š" +"ã¾ã™ã€‚" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"設定ã•ã‚ŒãŸã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãƒ›ã‚¹ãƒˆã®é€ä¿¡å…ƒãƒãƒ¼ãƒˆ(ã¾ãŸã¯ãƒãƒ¼ãƒˆç¯„囲)ã‹ã‚‰ã®å—信トラ" +"フィックã¨ä¸€è‡´ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®ã¿ã‚’対象ã«ã—ã¾ã™ã€‚" + +msgid "Open ports on router" +msgstr "ãƒãƒ¼ãƒˆã®é–‹æ”¾" + +msgid "Other..." +msgstr "ãã®ä»–ã®ãƒ—ロトコル" + +msgid "Output" +msgstr "é€ä¿¡" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"iptablesã«ãƒ‘ススルーã™ã‚‹è¿½åŠ ã®å¼•æ•°ã‚’設定ã—ã¦ãã ã•ã„。ãŸã ã—ã€æ³¨æ„ã—ã¦è¨­å®šã—" +"ã¦ãã ã•ã„!" + +msgid "Port Forwards" +msgstr "ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒ¯ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒ¯ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã¯ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆä¸Šã®ãƒªãƒ¢ãƒ¼ãƒˆã‚³ãƒ³ãƒ”ュータã‹ã‚‰ã€ãƒ—ライ" +"ベートãªãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ä¸Šã®ã€ç‰¹å®šã®ã‚³ãƒ³ãƒ”ュータやサービスã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’å¯èƒ½ã«ã—" +"ã¾ã™ã€‚" + +msgid "Protocol" +msgstr "プロトコル" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"ルールã«ä¸€è‡´ã—ãŸå—信トラフィックをã€å†…部ホストã®è¨­å®šã•ã‚ŒãŸãƒãƒ¼ãƒˆã¸è»¢é€ã—ã¾ã™" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "ルールã«ä¸€è‡´ã—ãŸå—信トラフィックをã€è¨­å®šã•ã‚ŒãŸå†…部ホストã¸è»¢é€ã—ã¾ã™" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "設定ã•ã‚ŒãŸå®›å…ˆã‚µãƒ–ãƒãƒƒãƒˆã¸ã®ãƒžã‚¹ã‚«ãƒ¬ãƒ¼ãƒ‰ã‚’制é™ã™ã‚‹" + +msgid "Restrict Masquerading to given source subnets" +msgstr "設定ã•ã‚ŒãŸé€ä¿¡å…ƒã‚µãƒ–ãƒãƒƒãƒˆã¸ã®ãƒžã‚¹ã‚«ãƒ¬ãƒ¼ãƒ‰ã‚’制é™ã™ã‚‹" + +msgid "Restrict to address family" +msgstr "アドレスファミリã®åˆ¶é™" + +msgid "Rewrite matched traffic to the given address." +msgstr "" +"ルールã«ä¸€è‡´ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’設定ã—ãŸå€¤ã«ãƒªãƒ©ã‚¤ãƒˆã—ã¾ã™ã€‚" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"ルールã«ä¸€è‡´ã—ãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®é€ä¿¡å…ƒãƒãƒ¼ãƒˆã‚’設定ã—ãŸå€¤ã«ãƒªãƒ©ã‚¤ãƒˆã—ã¾ã™ã€‚空欄" +"ã«ã—ãŸå ´åˆã€IPアドレスã®ã¿ã‚’書ãç›´ã—ã¾ã™ã€‚" + +msgid "Rewrite to source %s" +msgstr "é€ä¿¡å…ƒ %s ã«ãƒªãƒ©ã‚¤ãƒˆ" + +msgid "Rewrite to source %s, %s" +msgstr "é€ä¿¡å…ƒ %s, %s ã«ãƒªãƒ©ã‚¤ãƒˆ" + +msgid "SNAT IP address" +msgstr "SNAT IPアドレス" + +msgid "SNAT port" +msgstr "SNAT ãƒãƒ¼ãƒˆ" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Traffic Redirection" +# msgstr "" +# +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# +# msgid "Overview" +# msgstr "" +# +# msgid "Name" +# msgstr "" +# +# msgid "Source zone" +# msgstr "" +# +# msgid "Source MAC-address" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +msgid "Source IP address" +msgstr "é€ä¿¡å…ƒIPアドレス" + +msgid "Source MAC address" +msgstr "é€ä¿¡å…ƒMACアドレス" + +msgid "Source NAT" +msgstr "é€ä¿¡å…ƒNAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"é€ä¿¡å…ƒNAT設定ã¯ã€è¤‡æ•°ã®WANアドレスを内部ã®ã‚µãƒ–ãƒãƒƒãƒˆã«ãƒžãƒƒãƒ”ングã™ã‚‹ã‚ˆã†ãªã€" +"出力トラフィックã«å¯¾ã™ã‚‹é€ä¿¡å…ƒIPアドレスã®ãã‚ç´°ã‹ã„制御を行ã†ãƒžã‚¹ã‚«ãƒ¬ãƒ¼ãƒ‰ã®" +"設定フォームã§ã™ã€‚" + +msgid "Source address" +msgstr "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Source port" +msgstr "é€ä¿¡å…ƒãƒãƒ¼ãƒˆ" + +msgid "Source zone" +msgstr "é€ä¿¡å…ƒã‚¾ãƒ¼ãƒ³" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"ファイアウォール機能ã¯ã€å„ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ä¸Šã«ã‚¾ãƒ¼ãƒ³ã‚’作æˆã—ã¦ãƒˆ" +"ラフィックã®åˆ¶å¾¡ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"下記ã®è¨­å®šã¯ã€ã“ã®ã‚¾ãƒ¼ãƒ³ (%s)ã¨ãã®ä»–ã®ã‚¾ãƒ¼ãƒ³é–“ã®è»¢é€ãƒãƒªã‚·ãƒ¼ã‚’制御ã—ã¾ã™ã€‚" +"宛先ゾーンã¸ã®è»¢é€ ã¯ã€%q ã‹ã‚‰è»¢é€ã•ã‚ŒãŸãƒˆãƒ©ãƒ•ã‚£ãƒƒ" +"クã«å¯¾ã—ã¦è»¢é€ã‚’許å¯ã—ã¾ã™ã€‚ é€ä¿¡å…ƒã‚¾ãƒ¼ãƒ³ã‹ã‚‰ã®è»¢é€ ã¯ã€åˆ¥ã®ã‚¾ãƒ¼ãƒ³ã‹" +"ら%q㸠ã®è»¢é€ã‚’許å¯ã—ã¾ã™ã€‚トラフィック転é€è¨­å®šã¯ã€ä¸€æ–¹" +"å‘ã§ã‚ã‚Šã€ä¾‹ãˆã°lanã‹ã‚‰wanã¸ã®è»¢é€è¨­å®šã¯ã€wanã‹ã‚‰lanã¸ã®è»¢é€ã‚’許å¯ã—" +"ã¾ã›ã‚“。" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"ã“ã®ãƒšãƒ¼ã‚¸ã§ã¯ã€å„転é€ãƒ«ãƒ¼ãƒ«ã®è©³ç´°è¨­å®šã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚ãŸã ã—ã€ã»ã¨ã‚“ã©" +"ã®ã‚±ãƒ¼ã‚¹ã¯ã€ã“れらã®è¨­å®šã‚’変更ã™ã‚‹å¿…è¦ã¯ã‚ã‚Šã¾ã›ã‚“。" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"ã“ã®ãƒšãƒ¼ã‚¸ã§ã¯ã€å„トラフィックルールã®é€ä¿¡å…ƒãƒ»å®›å…ˆãƒ›ã‚¹ãƒˆã®è¨­å®šãªã©ã®è©³ç´°è¨­å®š" +"ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã§ã¯ã€%sã®æ¨™æº–çš„ãªå‹•ä½œã‚’設定ã—ã¾ã™ã€‚å—ä¿¡åŠã³é€ä¿¡ã‚ªãƒ—ションã¯ã€ã“ã®ã‚¾ãƒ¼ãƒ³ã«å¯¾ã—ã¦å…¥å‡ºåŠ›ã™ã‚‹ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã«å¯¾ã™ã‚‹æ¨™æº–ã®ãƒãƒª" +"シーを設定ã—ã€è»¢é€ã‚ªãƒ—ションã¯ã€ã‚¾ãƒ¼ãƒ³é–“ã®è»¢é€ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã«å¯¾ã™ã‚‹æ¨™" +"準ã®ãƒãƒªã‚·ãƒ¼ã«ãªã‚Šã¾ã™ã€‚対象ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã¯ã€ã©ã®ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯è¨­å®šãŒã“" +"ã®ã‚¾ãƒ¼ãƒ³ã«å±žã™ã‚‹ã‹ã‚’設定ã—ã¾ã™ã€‚" + +msgid "To %s at %s on this device" +msgstr "宛先 %s, %s (デãƒã‚¤ã‚¹)" + +msgid "To %s in %s" +msgstr "宛先 %s (%s)" + +msgid "To %s on this device" +msgstr "宛先 %s (デãƒã‚¤ã‚¹)" + +msgid "To %s, %s in %s" +msgstr "宛先 %s, %s (%s)" + +msgid "To source IP" +msgstr "変æ›å¾Œé€ä¿¡å…ƒIP" + +msgid "To source port" +msgstr "変æ›å¾Œé€ä¿¡å…ƒãƒãƒ¼ãƒˆ" + +msgid "Traffic Rules" +msgstr "トラフィック・ルール" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"トラフィック・ルールã®è¨­å®šã§ã¯ã€ã‚¾ãƒ¼ãƒ³é–“ã‚’è¡Œãæ¥ã™ã‚‹ãƒ‘ケットã®ãƒãƒªã‚·ãƒ¼ã‚’設定" +"ã—ã¾ã™ã€‚例ãˆã°ã€ç‰¹å®šã®ãƒ›ã‚¹ãƒˆé–“ã‚„ã€ãƒ«ãƒ¼ã‚¿ãƒ¼ã®WANãƒãƒ¼ãƒˆã¸ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®æ‹’å¦ã‚’" +"設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"\"-- 手動設定 --\"ã‚’é¸æŠžã—ã€ãƒ—ロトコルをスペースã§åŒºåˆ‡ã£ã¦å…¥åŠ›ã™ã‚‹ã“ã¨ã§è¤‡æ•°" +"ã®ãƒ—ロトコルを指定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Zone %q" +msgstr "ゾーン %q" + +msgid "Zone ⇒ Forwardings" +msgstr "ゾーン ⇒ 転é€" + +msgid "Zones" +msgstr "ゾーン" + +msgid "accept" +msgstr "許å¯" + +msgid "any" +msgstr "å…¨ã¦" + +msgid "any host" +msgstr "å…¨ã¦ã®ãƒ›ã‚¹ãƒˆ" + +msgid "any router IP" +msgstr "å…¨ã¦ã®ãƒ«ãƒ¼ã‚¿ãƒ¼IP" + +msgid "any zone" +msgstr "å…¨ã¦ã®ã‚¾ãƒ¼ãƒ³" + +msgid "don't track" +msgstr "コãƒã‚¯ã‚·ãƒ§ãƒ³è¿½è·¡ã‚’è¡Œã‚ãªã„" + +msgid "drop" +msgstr "é®æ–­" + +msgid "reject" +msgstr "æ‹’å¦" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "宛先" + +#~ msgid "Family" +#~ msgstr "アドレスファミリ" + +#~ msgid "Forward to %s in %s" +#~ msgstr "転é€å…ˆ %s (%s)" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "転é€å…ˆ %s, %s (%s)" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "é€ä¿¡å…ƒ" + +#~ msgid "To %s" +#~ msgstr "宛先 %s" + +#~ msgid "To %s at %s" +#~ msgstr "宛先 %s, %s" + +#~ msgid "Via" +#~ msgstr "経由" + +#~ msgid "Accept forward" +#~ msgstr "転é€ã‚’許å¯" + +#~ msgid "Accept input" +#~ msgstr "å—信を許å¯" + +#~ msgid "Disable" +#~ msgstr "無効" + +#~ msgid "Discard forward" +#~ msgstr "転é€ã‚’破棄" + +#~ msgid "Discard input" +#~ msgstr "入力を破棄" + +#~ msgid "Do not track forward" +#~ msgstr "転é€ã®è¿½è·¡ã‚’è¡Œã‚ãªã„" + +#~ msgid "Do not track input" +#~ msgstr "入力ã®è¿½è·¡ã‚’è¡Œã‚ãªã„" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "IPレンジ" + +#~ msgid "IPs" +#~ msgstr "IP" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MAC" + +#~ msgid "Refuse forward" +#~ msgstr "転é€ã‚’æ‹’å¦" + +#~ msgid "Refuse input" +#~ msgstr "å—ä¿¡ã‚’æ‹’å¦" + +#~ msgid "Rule is disabled" +#~ msgstr "ルール設定ã¯ç„¡åŠ¹ã«ãªã£ã¦ã„ã¾ã™" + +#~ msgid "Rule is enabled" +#~ msgstr "ルール設定ã¯æœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™" + +#~ msgid "day" +#~ msgstr "æ—¥" + +#~ msgid "hour" +#~ msgstr "時" + +#~ msgid "minute" +#~ msgstr "分" + +#~ msgid "not" +#~ msgstr "not" + +#~ msgid "port" +#~ msgstr "ãƒãƒ¼ãƒˆ" + +#~ msgid "ports" +#~ msgstr "ãƒãƒ¼ãƒˆ" + +#~ msgid "second" +#~ msgstr "秒" + +#~ msgid "type" +#~ msgstr "タイプ" + +#~ msgid "types" +#~ msgstr "タイプ" + +#~ msgid "(optional)" +#~ msgstr "(オプション)" + +#~ msgid "Intended destination address" +#~ msgstr "æ„図ã•ã‚ŒãŸå®›å…ˆã‚¢ãƒ‰ãƒ¬ã‚¹" + +#~ msgid "Internal port (optional)" +#~ msgstr "内部ãƒãƒ¼ãƒˆï¼ˆã‚ªãƒ—ション)" + +#~ msgid "Advanced Options" +#~ msgstr "詳細ãªã‚ªãƒ—ション" + +#~ msgid "Advanced Rules" +#~ msgstr "詳細ãªãƒ«ãƒ¼ãƒ«" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "詳細ãªãƒ«ãƒ¼ãƒ«è¨­å®šã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚ãŸã ã—ã€ã™ã§ã«æŽ¥ç¶šãŒè¡Œã‚ã‚Œã¦ã„るパ" +#~ "ケットã«é–¢ã—ã¦ã¯ã€è‡ªå‹•çš„ã«ãƒ•ã‚¡ã‚¤ã‚¢ã‚¦ã‚©ãƒ¼ãƒ«ã®é€šéŽã‚’許å¯ã•ã‚Œã¾ã™ã€‚" + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "手動設定ルール (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "デãƒã‚¤ã‚¹" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "DNATã®å ´åˆã€è¨­å®šã•ã‚ŒãŸå®›å…ˆã‚¢ãƒ‰ãƒ¬ã‚¹ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã«å¯¾ã—ã¦åˆè‡´ã‚’è¡Œã„ã¾ã™ã€‚" +#~ "SNATã®å ´åˆã€é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’設定ã•ã‚ŒãŸã‚¢ãƒ‰ãƒ¬ã‚¹ã§ä¸Šæ›¸ãã—ã¾ã™ã€‚" + +#~ msgid "Overview" +#~ msgstr "概è¦" + +#~ msgid "Port forwarding" +#~ msgstr "ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒ¯ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒ¯ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã‚’使用ã™ã‚‹ã“ã¨ã§ã€å†…部ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®ã‚µãƒ¼ãƒ“スを外部ã«" +#~ "æä¾›ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +#~ msgid "Redirection type" +#~ msgstr "転é€ã‚¿ã‚¤ãƒ—" + +#~ msgid "Redirections" +#~ msgstr "転é€" + +#~ msgid "Rules" +#~ msgstr "ルール" + +#~ msgid "Traffic Redirection" +#~ msgstr "トラフィック転é€" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "トラフィック転é€æ©Ÿèƒ½ã‚’用ã„ã‚‹ã“ã¨ã§ã€è»¢é€ã—ãŸãƒ‘ケットã®å®›å…ˆã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’変更ã™" +#~ "ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚" diff --git a/applications/luci-app-firewall/po/ms/firewall.po b/applications/luci-app-firewall/po/ms/firewall.po new file mode 100644 index 0000000..ccbec60 --- /dev/null +++ b/applications/luci-app-firewall/po/ms/firewall.po @@ -0,0 +1,431 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/no/firewall.po b/applications/luci-app-firewall/po/no/firewall.po new file mode 100644 index 0000000..e49f3ac --- /dev/null +++ b/applications/luci-app-firewall/po/no/firewall.po @@ -0,0 +1,565 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2013-03-25 16:42+0200\n" +"Last-Translator: protx \n" +"Language: no\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s i %s" + +msgid "%s%s with %s" +msgstr "%s%s med %s" + +msgid "%s, %s in %s" +msgstr "%s, %s i %s" + +msgid "(Unnamed Entry)" +msgstr "(oppføring uten navn)" + +msgid "(Unnamed Rule)" +msgstr "(regel uten navn)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT uten navn)" + +msgid "-- Please choose --" +msgstr "-- Vennligst velg --" + +msgid "-- custom --" +msgstr "-- egendefinert --" + +msgid "%d pkts. per %s" +msgstr "%d pakker per %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d pakker per %s, burst %dpakker." + +msgid "%s and limit to %s" +msgstr "%s og begrens til %s" + +msgid "Action" +msgstr "Handling" + +msgid "Add" +msgstr "Legg til" + +msgid "Add and edit..." +msgstr "Legg til og redigere..." + +msgid "Advanced Settings" +msgstr "Avanserte Innstillinger" + +msgid "Allow forward from source zones:" +msgstr "Tillat videresending fra kilde soner:" + +msgid "Allow forward to destination zones:" +msgstr "Tillat videresending til destinasjon soner:" + +msgid "Any" +msgstr "Enhver" + +msgid "Covered networks" +msgstr "Gjeldene nettverk" + +msgid "Custom Rules" +msgstr "Egendefinerte Regler" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"Egendefinerte regler tillater deg Ã¥ utføre vilkÃ¥rlige iptables kommandoer " +"som ikke dekkes av brannmurens standardoppsett. Kommandoene utføres etter " +"hver omstart av brannmuren, rett etter at standard regelsett er lastet." + +msgid "Destination IP address" +msgstr "Destinasjon IP adresse" + +msgid "Destination address" +msgstr "Destinasjon adresse" + +msgid "Destination port" +msgstr "Destinasjon port" + +msgid "Destination zone" +msgstr "Destinasjon sone" + +msgid "Do not rewrite" +msgstr "Ikke omskriv" + +msgid "Drop invalid packets" +msgstr "Forkast ugyldige pakker" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Enable NAT Loopback" +msgstr "Aktiver NAT Tilbakekobling" + +msgid "Enable SYN-flood protection" +msgstr "Aktiver SYN-flood beskyttelse" + +msgid "Enable logging on this zone" +msgstr "Aktiver logging av denne sonen" + +msgid "External IP address" +msgstr "Ekstern IP adressse" + +msgid "External port" +msgstr "Ekstern port" + +msgid "External zone" +msgstr "Ekstern sone" + +msgid "Extra arguments" +msgstr "Ekstra argumenter" + +msgid "Firewall" +msgstr "Brannmur" + +msgid "Firewall - Custom Rules" +msgstr "Brannmur - Egendefinerte Regler" + +msgid "Firewall - Port Forwards" +msgstr "Brannmur - Port Videresending" + +msgid "Firewall - Traffic Rules" +msgstr "Brannmur - Trafikk Regler" + +msgid "Firewall - Zone Settings" +msgstr "Brannmur - Sone Innstillinger" + +msgid "Force connection tracking" +msgstr "" +"Bruk forbindelse sporing" + +msgid "Forward" +msgstr "Videresend" + +msgid "Forward to" +msgstr "Videresend til" + +msgid "From %s in %s" +msgstr "Fra %s i %s" + +msgid "From %s in %s with source %s" +msgstr "Fra %s i %s med kilde %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Fra %s i %s med kilde %s og %s" + +msgid "General Settings" +msgstr "Generelle Innstillinger" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 og IPv6" + +msgid "IPv4 only" +msgstr "Kun IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Kun IPv6" + +msgid "Input" +msgstr "Inndata" + +msgid "Inter-Zone Forwarding" +msgstr "Sone til Sone Videresending" + +msgid "Internal IP address" +msgstr "Intern IP adresse" + +msgid "Internal port" +msgstr "Intern port" + +msgid "Internal zone" +msgstr "Intern sone" + +msgid "Limit log messages" +msgstr "Begrens logging" + +msgid "MSS clamping" +msgstr "MSS Kontroll (Clamping)" + +msgid "Masquerading" +msgstr "Masquerading" + +msgid "Match" +msgstr "Match" + +msgid "Match ICMP type" +msgstr "Match ICMP type" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Match videresendt trafikk til den oppgitte destinasjonsport eller " +"portomrÃ¥det." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Match innkommende trafikk rettet mot den oppgitte destinasjonsport eller " +"portomrÃ¥det pÃ¥ denne verten" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Match innkommende trafikk som kommer fra den oppgitte kildeport eller " +"portomrÃ¥det pÃ¥ klienten." + +msgid "Name" +msgstr "Navn" + +msgid "New SNAT rule" +msgstr "Ny SNAT regel" + +msgid "New forward rule" +msgstr "Ny videresending regel" + +msgid "New input rule" +msgstr "Ny inndata regel" + +msgid "New port forward" +msgstr "Ny port videresending" + +msgid "New source NAT" +msgstr "Ny kilde NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Match kun innkommende trafikk rettet mot den oppgitt IP adresse." + +msgid "Only match incoming traffic from these MACs." +msgstr "Match kun innkommende trafikk fra disse MAC adresser." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Match kun innkommende trafikk fra denne IP eller IP omrÃ¥de." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Match kun innkommende trafikk som kommer fra den oppgitte kildeport eller " +"fra portomrÃ¥det til klienten" + +msgid "Open ports on router" +msgstr "Ã…pne porter pÃ¥ ruteren" + +msgid "Other..." +msgstr "Andre..." + +msgid "Output" +msgstr "Utdata" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "Sender flere argumenter til iptables. Bruk med forsiktighet!" + +msgid "Port Forwards" +msgstr "Port Videresendinger" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"Port videresending tillater at eksterne datamaskiner pÃ¥ Internett kan koble " +"seg til en bestemt maskin eller tjeneste innenfor det private LAN." + +msgid "Protocol" +msgstr "Protokoll" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Viderekoble matchet innkommende trafikk til den oppgitte porten pÃ¥ intern " +"vert" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Viderekoble matchet innkommende trafikk til den angitte interne vert" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Begrens Masquerading til oppgitt destinasjons subnett" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Begrens Masqeuerading til oppgitt kilde subnett" + +msgid "Restrict to address family" +msgstr "Begrens til adresse familie" + +msgid "Rewrite matched traffic to the given address." +msgstr "Omskriv matchet trafikk til den oppgitte adressen." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Omskriv matchet trafikk til den oppgitte kildeport. Kan stÃ¥ tom for kun " +"omskriving av IP adressen." + +msgid "Rewrite to source %s" +msgstr "Omskriv til kilde %s" + +msgid "Rewrite to source %s, %s" +msgstr "Omskriv til kilde %s, %s" + +msgid "SNAT IP address" +msgstr "SNAT IP adresse" + +msgid "SNAT port" +msgstr "SNAT port" + +msgid "Source IP address" +msgstr "Kilde IP adresse" + +msgid "Source MAC address" +msgstr "Kilde MAC adresse" + +msgid "Source NAT" +msgstr "Kilde NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"Kilde NAT er en spesifikk form for masquerading som tillater finkornet " +"kontroll over kilde IP adressen som brukes for utgÃ¥ende trafikk, for " +"eksempel for Ã¥ mappe flere WAN adresser til interne subnett." + +msgid "Source address" +msgstr "Kilde adresse" + +msgid "Source port" +msgstr "Kilde port" + +msgid "Source zone" +msgstr "Kilde sone" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Brannmuren skaper soner over nettverkets grensesnitt for Ã¥ styre " +"nettverkstrafikken." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Med valgene under konfigurerer man videresending mellom denne sone (%s) og " +"andre soner. Destinasjons soner omhandler videresendt trafikk " +"med opprinnelse fra %q. Kilde soner matcher " +"videresendt trafikk fra andre soner rettet mot %q. Reglene " +"ved videresending er enveis, d.v.s at videresending fra LAN til WAN " +"ikke automatisk ogsÃ¥ tillater videresending fra WAN til LAN." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Denne siden lar deg endre avanserte egenskaper til port videresending " +"oppføringer. I de fleste tilfeller er det ikke nødvendig Ã¥ endre disse " +"innstillingene." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Denne siden lar deg endre de avanserte egenskapene til trafikken regel " +"oppføringer, som for eksempel matchet kilde og destinasjons vert." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Denne seksjonen definerer de vanligste valg for %q. Med Inndata og " +"Utdata fastsetter man vanlige regler for trafikk gjennom sonen, " +"mens videresend valget definerer regler for videresendt trafikk " +"mellom forskjellige nettverk i sonen. Gjeldene nettverk " +"spesifiserer hvilken av de tilgjengelige nettverk som er medlem av denne " +"sone." + +msgid "To %s at %s on this device" +msgstr "Til %s pÃ¥ %s pÃ¥ denne enheten" + +msgid "To %s in %s" +msgstr "Til %s i %s" + +msgid "To %s on this device" +msgstr "Til %s pÃ¥ denne enheten" + +msgid "To %s, %s in %s" +msgstr "Til %s, %s i %s" + +msgid "To source IP" +msgstr "Til kilde IP" + +msgid "To source port" +msgstr "Til kilde port" + +msgid "Traffic Rules" +msgstr "Trafikk Regler" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Trafikk regler definerer regler for sending av pakker mellom ulike soner, " +"for eksempel for Ã¥ avvise trafikk mellom visse verter eller for Ã¥ Ã¥pne WAN " +"porter pÃ¥ ruteren." + +msgid "Via %s" +msgstr "Via %s" + +msgid "Via %s at %s" +msgstr "Via %s pÃ¥ %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Du kan spesifisere flere ved Ã¥ velge \"-- egendefinert --\" og deretter " +"skrive flere protokoller atskilt med mellomrom." + +msgid "Zone %q" +msgstr "Sone %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Sone = Videresendinger" + +msgid "Zones" +msgstr "Soner" + +msgid "accept" +msgstr "godta" + +msgid "any" +msgstr "enhver" + +msgid "any host" +msgstr "enhver vert" + +msgid "any router IP" +msgstr "enhver ruter IP" + +msgid "any zone" +msgstr "enhver sone" + +msgid "don't track" +msgstr "ikke track" + +msgid "drop" +msgstr "forkast" + +msgid "reject" +msgstr "avslÃ¥" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destinasjon" + +#~ msgid "Family" +#~ msgstr "Adressefamilie" + +#~ msgid "Source" +#~ msgstr "Kilde" + +#~ msgid "Via" +#~ msgstr "Via" + +#~ msgid "(optional)" +#~ msgstr "(valgfritt)" + +#~ msgid "Intended destination address" +#~ msgstr "Ønsket destinasjon adresse" + +#~ msgid "Internal port (optional)" +#~ msgstr "Intern port (valgfritt)" + +#~ msgid "Advanced Options" +#~ msgstr "Avanserte Valg" + +#~ msgid "Advanced Rules" +#~ msgstr "Avanserte Regler" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Avanserte regler lar deg tilpasse brannmuren til dine behov. Kun nye " +#~ "tilkoblinger blir berørt. Pakker som tilhører eksisterende tilkoblinger " +#~ "slipper derfor igjennom brannmuren." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Egendefinerte Regler (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Enhet" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "DNAT: Matcher innkommende trafikk som er rettet mot destinasjons IP-" +#~ "adressen du angir her. SNAT: Omskriver kilde IP-adressen slik at den blir " +#~ "lik den IP-adressen du angir her." + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "Match innkommende trafikk som kommer fra dette port/portomrÃ¥de" + +#~ msgid "Overview" +#~ msgstr "Oversikt" + +#~ msgid "Port forwarding" +#~ msgstr "Port Videresending" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Port Videresending tillater at " +#~ "tjenester fra det interne nettverket kan tilbys et eksternt nettverk." + +#~ msgid "Redirection type" +#~ msgstr "Omadressering type" + +#~ msgid "Redirections" +#~ msgstr "Omadresseringer" + +#~ msgid "Rules" +#~ msgstr "Regler" + +#~ msgid "Traffic Redirection" +#~ msgstr "Trafikk Omadressering" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Trafikk Omadressering lar deg " +#~ "endre destinasjons adresse pÃ¥ videresendte pakker." diff --git a/applications/luci-app-firewall/po/pl/firewall.po b/applications/luci-app-firewall/po/pl/firewall.po new file mode 100644 index 0000000..2ccd25c --- /dev/null +++ b/applications/luci-app-firewall/po/pl/firewall.po @@ -0,0 +1,621 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2013-06-22 15:49+0200\n" +"Last-Translator: obsy \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s w %s" + +msgid "%s%s with %s" +msgstr "%s%s z %s" + +msgid "%s, %s in %s" +msgstr "%s, %s w %s" + +msgid "(Unnamed Entry)" +msgstr "(Nienazwany wpis)" + +msgid "(Unnamed Rule)" +msgstr "(Nienazwana reguÅ‚a)" + +msgid "(Unnamed SNAT)" +msgstr "(Nienazwany SNAT)" + +msgid "-- Please choose --" +msgstr "-- ProszÄ™ wybrać --" + +msgid "-- custom --" +msgstr "-- wÅ‚asne --" + +msgid "%d pkts. per %s" +msgstr "%d pakiet. na %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" +"%d pakiet. na %s, popsutych %d pakiet." + +msgid "%s and limit to %s" +msgstr "%s i ograniczone do %s" + +msgid "Action" +msgstr "DziaÅ‚anie" + +msgid "Add" +msgstr "Dodaj" + +msgid "Add and edit..." +msgstr "Dodaj i edytuj..." + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Allow forward from source zones:" +msgstr "Zezwól na przekazywanie z source zones:" + +msgid "Allow forward to destination zones:" +msgstr "Zezwól na przekazywanie do destination zones:" + +msgid "Any" +msgstr "Każdy" + +msgid "Covered networks" +msgstr "ObjÄ™te sieci" + +msgid "Custom Rules" +msgstr "WÅ‚asne reguÅ‚y" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"WÅ‚asne reguÅ‚y pozwalajÄ… na arbitralne wykonanie poleceÅ„ iptables, które nie " +"sÄ… objÄ™te skÅ‚adniÄ… zapory. Polecenia wykonywane sÄ… po każdym restarcie " +"zapory, zaraz po zaÅ‚adowaniu zestawu reguÅ‚ domyÅ›lnych." + +msgid "Destination IP address" +msgstr "Docelowy adres IP" + +msgid "Destination address" +msgstr "Adres docelowy" + +msgid "Destination port" +msgstr "Port docelowy" + +msgid "Destination zone" +msgstr "Strefa docelowa" + +msgid "Do not rewrite" +msgstr "Nie przepisuj" + +msgid "Drop invalid packets" +msgstr "Porzuć wadliwe pakiety" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "Enable NAT Loopback" +msgstr "WÅ‚Ä…cz NAT Loopback" + +msgid "Enable SYN-flood protection" +msgstr "WÅ‚Ä…cz ochronÄ™ przed atakiem SYN-flood" + +msgid "Enable logging on this zone" +msgstr "WÅ‚Ä…cz logowanie na tej strefy" + +msgid "External IP address" +msgstr "ZewnÄ™trzne adresy IP" + +msgid "External port" +msgstr "Port zewnÄ™trzny" + +msgid "External zone" +msgstr "Strefa zewnÄ™trzna" + +msgid "Extra arguments" +msgstr "Dodatkowe argumenty" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +msgid "Firewall" +msgstr "Zapora" + +msgid "Firewall - Custom Rules" +msgstr "Zapora - ReguÅ‚y wÅ‚asne" + +msgid "Firewall - Port Forwards" +msgstr "Zapora - Przekazywanie portów" + +msgid "Firewall - Traffic Rules" +msgstr "Zapora - ReguÅ‚y ruchu" + +msgid "Firewall - Zone Settings" +msgstr "Zapora - Ustawienia strefy" + +msgid "Force connection tracking" +msgstr "WymuÅ› Å›ledzenie poÅ‚Ä…czeÅ„" + +msgid "Forward" +msgstr "Przekazuj" + +msgid "Forward to" +msgstr "Przekazuj do" + +msgid "From %s in %s" +msgstr "Z %s w %s" + +msgid "From %s in %s with source %s" +msgstr "Z %s w %s ze źródÅ‚em %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Z %s w %s ze źródÅ‚em %s i %s" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 i IPv6" + +msgid "IPv4 only" +msgstr "Tylko IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Tylko IPv6" + +msgid "Input" +msgstr "Ruch przychodzÄ…cy" + +msgid "Inter-Zone Forwarding" +msgstr "Przekazywanie pomiÄ™dzy strefami" + +msgid "Internal IP address" +msgstr "WewnÄ™trzny adres IP" + +msgid "Internal port" +msgstr "WewnÄ™trzny port" + +msgid "Internal zone" +msgstr "Strefa wewnÄ™trzna" + +msgid "Limit log messages" +msgstr "Ograniczenie logowania" + +msgid "MSS clamping" +msgstr "Dostosuj MSS" + +msgid "Masquerading" +msgstr "Maskarada" + +msgid "Match" +msgstr "Dopasuj" + +msgid "Match ICMP type" +msgstr "Dopasuj typ ICMP" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Dopasuj przekazywany ruch do danego docelowego portu lub zakresu portów" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Dopasuj ruch przychodzÄ…cy do danego portu docelowego lub zakresu portów na " +"tym hoÅ›cie" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Dopasuj przychodzÄ…cy ruch pochodzÄ…cy z danego portu źródÅ‚owego lub zakresu " +"portów na hoÅ›cie klienta." + +msgid "Name" +msgstr "Nazwa" + +msgid "New SNAT rule" +msgstr "Nowa reguÅ‚a SNAT" + +msgid "New forward rule" +msgstr "Nowa reguÅ‚a przekazywania (forward)" + +msgid "New input rule" +msgstr "Nowa reguÅ‚a wejÅ›ciowa (input)" + +msgid "New port forward" +msgstr "Nowe przekierowanie portu" + +msgid "New source NAT" +msgstr "Nowy NAT źródÅ‚owy" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Dopasuj tylko przychodzÄ…cy ruch skierowany do danego adresu IP." + +msgid "Only match incoming traffic from these MACs." +msgstr "Dopasuj tylko ruch z tych adresów MAC." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Dopasuj tylko ruch przychodzÄ…cy z tego adresu IP lub zakresu adresów." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Dopasuj tylko ruch przychodzÄ…cy z podanego portu źródÅ‚owego lub zakresu " +"portów na hoÅ›cie klienta" + +msgid "Open ports on router" +msgstr "Otwarte porty na routerze" + +msgid "Other..." +msgstr "Inne..." + +msgid "Output" +msgstr "WyjÅ›cie (Output)" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"Przekazuje dodatkowe argumenty do iptables. Zachowaj szczególnÄ… ostrożność!" + +msgid "Port Forwards" +msgstr "Przekierowania portów" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"Przekierowanie portów pozwala komputerom z internetu na poÅ‚Ä…czenia z " +"komputerami z sieci LAN." + +msgid "Protocol" +msgstr "Protokół" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Przekieruj ruch przychodzÄ…cy na podany port do wskazanego hosta w sieci " +"wewnÄ™trznej" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Przekieruj ruch przychodzÄ…cy do wskazanego hosta w sieci wewnÄ™trznej" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Ogranicz maskaradÄ™ do wskazanych sieci docelowych" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Ogranicz maskaradÄ™ do wskazanych sieci źródÅ‚owych" + +# WstawiÅ‚em rodzinÄ™ gdyż gdzieÅ› wczeÅ›niej byÅ‚o tak opisane ale klasa pasuje mi tu bardziej. +# Obsy - niestety ale "rodzina". W gui dotyczy to wyboru IPv4/IPv6, wiÄ™c "rodzina" a nie klasa. +msgid "Restrict to address family" +msgstr "Ogranicz do rodziny adresów" + +# DosÅ‚ownie przetÅ‚umaczone, nie bardzo wiem czy chodzi o czynność przepisywania pakietu przez usÅ‚ugÄ™ czy to jakieÅ› ogólne sformuÅ‚owanie... +msgid "Rewrite matched traffic to the given address." +msgstr "Przepisz dopasowany ruch do wskazanych adresów." + +# Jak wyżej chodzi o przepisanie pakietu przez usÅ‚ugÄ™? +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Przepisz dopasowany ruch do danego portu źródÅ‚owego. Można zostawić puste " +"aby przepisać tylko adres IP" + +msgid "Rewrite to source %s" +msgstr "Przepisz do źródÅ‚a %s" + +msgid "Rewrite to source %s, %s" +msgstr "Przepisz do źródÅ‚a %s, %s" + +msgid "SNAT IP address" +msgstr "Adres IP SNAT" + +msgid "SNAT port" +msgstr "Port SNAT" + +msgid "Source IP address" +msgstr "ŹródÅ‚owy adres IP" + +msgid "Source MAC address" +msgstr "ŹródÅ‚owy adres MAC" + +msgid "Source NAT" +msgstr "NAT źródÅ‚owy" + +# http://www.digipedia.pl/def/doc/id/677604507/name/SNAT/ +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"SNAT używany jest wtedy, gdy zmieniane sÄ… adresy pakietów poÅ‚Ä…czenia " +"wychodzÄ…cego, czyli pakiety źródÅ‚owe. Wykonywany jest zawsze po routowaniu " +"(POSTROUTING), a wiÄ™c w chwili, gdy pakiety sÄ… gotowe opuÅ›cić host. " +"IPmasquerading jest formÄ… SNAT." + +msgid "Source address" +msgstr "Adres źródÅ‚owy" + +msgid "Source port" +msgstr "Port źródÅ‚owy" + +msgid "Source zone" +msgstr "Strefa źródÅ‚owa" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Firewall tworzy strefy z Twoich interfejsów sieciowych, aby kontrolować ruch " +"sieciowy." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Opcje poniżej kontrolujÄ… politykÄ™ przekazywania pomiÄ™dzy tÄ… strefÄ… (%s) a " +"innymi strefami. Strefy docelowe obejmujÄ… przekazywany ruch " +"pochodzÄ…cy z %q. Strefy źródÅ‚owe match forwarded " +"traffic from other zones skierowane do %q. ReguÅ‚a " +"przekazywania jest jednokierunkowa, np. przekazywanie z sieci LAN " +"do WAN nie implikuje pozwolenia na przekazywanie z sieci WAN do LAN." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Ta strona pozwala zmienić zaawansowane ustawienia przekierowania portów. W " +"wiÄ™kszoÅ›ci przypadków nie ma potrzeby zmieniać tych ustawieÅ„." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Ta strona pozwala zmienić zaawansowane ustawienia reguÅ‚y ruchu sieciowego, " +"takie jak pasujÄ…ce źródÅ‚o i hosty docelowe." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Ta sekcja definiuje ustawienia ogólne %q. Opcje \"wejÅ›cie\" i " +"\"wyjÅ›cie\" okreÅ›lajÄ… domyÅ›lnÄ… politykÄ™ dla ruchu przychodzÄ…cego i " +"wychodzÄ…cego w tej strefie, podczas gdy \"przekazywanie\" opisuje " +"politykÄ™ ruchu przekazywanego pomiÄ™dzy różnymi sieciami wewnÄ…trz strefy. " +"ObjÄ™te sieci okreÅ›lajÄ… dostÄ™pne sieci bÄ™dÄ…ce czÅ‚onkami tej strefy." + +msgid "To %s at %s on this device" +msgstr "Do %s w %s na tym urzÄ…dzeniu" + +msgid "To %s in %s" +msgstr "Do %s w %s" + +msgid "To %s on this device" +msgstr "Do %s na tym urzÄ…dzeniu" + +msgid "To %s, %s in %s" +msgstr "Do %s, %s w %s" + +msgid "To source IP" +msgstr "Do źródÅ‚owego IP" + +msgid "To source port" +msgstr "Do źródÅ‚owego portu" + +msgid "Traffic Rules" +msgstr "ReguÅ‚y ruchu sieciowego" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"ReguÅ‚y ruchu sieciowego definiujÄ… politykÄ™ dla pakietów przechodzÄ…cych " +"miÄ™dzy strefami, na przykÅ‚ad aby odrzucać ruch miÄ™dzy konkretnymi hostami " +"albo otworzyć porty WAN routera." + +msgid "Via %s" +msgstr "Przez %s" + +msgid "Via %s at %s" +msgstr "Przez %s w %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Możesz okreÅ›lić kilka wybierajÄ…c \"-- wÅ‚asne --\" i wpisujÄ…c protokoÅ‚y " +"rozdzielone spacjÄ…." + +msgid "Zone %q" +msgstr "Strefa %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Strefa ⇒ Przekazywanie" + +msgid "Zones" +msgstr "Strefy" + +msgid "accept" +msgstr "akceptuj" + +msgid "any" +msgstr "dowolny" + +msgid "any host" +msgstr "dowolny host" + +msgid "any router IP" +msgstr "dowolne IP routera" + +msgid "any zone" +msgstr "dowolna strefa" + +msgid "don't track" +msgstr "nie Å›ledź" + +msgid "drop" +msgstr "porzucaj" + +msgid "reject" +msgstr "odrzucaj" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Miejsce przeznaczenia" + +#~ msgid "Family" +#~ msgstr "Rodzina" + +#~ msgid "Forward to %s in %s" +#~ msgstr "Przekazuj do %s w %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "Przekazuj d0 %s, %s w %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "ŹródÅ‚o" + +#~ msgid "To %s" +#~ msgstr "Do %s" + +#~ msgid "Via" +#~ msgstr "przez" + +#~ msgid "Accept forward" +#~ msgstr "Akceptuj przekazywanie" + +#~ msgid "Accept input" +#~ msgstr "Akceptuj wejÅ›cie" + +#~ msgid "Disable" +#~ msgstr "WyÅ‚Ä…cz" + +#~ msgid "Discard forward" +#~ msgstr "Odrzuć przekazywanie" + +#~ msgid "Discard input" +#~ msgstr "Odrzuć wejÅ›cie" + +#~ msgid "Do not track forward" +#~ msgstr "Nie Å›ledź przekazywania" + +#~ msgid "Do not track input" +#~ msgstr "Nie Å›ledź wejÅ›cia" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "Zakres IP" + +#~ msgid "IPs" +#~ msgstr "Numery IP" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "Adresy MAC" + +#~ msgid "Rule is disabled" +#~ msgstr "ReguÅ‚a jest wyÅ‚Ä…czona" + +#~ msgid "Rule is enabled" +#~ msgstr "ReguÅ‚a jest wÅ‚Ä…czona" + +#~ msgid "day" +#~ msgstr "dzieÅ„" + +#~ msgid "port" +#~ msgstr "port" + +#~ msgid "ports" +#~ msgstr "porty" + +#~ msgid "(optional)" +#~ msgstr "(opcjonalne)" + +#~ msgid "Internal port (optional)" +#~ msgstr "WewnÄ™trzny port (opcjonalnie)" + +#~ msgid "Advanced Options" +#~ msgstr "Opcje zaawansowane" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# msgid "Name" +# msgstr "" +# msgid "(optional)" +# msgstr "" +# msgid "Protocol" +# msgstr "" +# msgid "Source port" +# msgstr "" +# msgid "Destination port" +# msgstr "" +# msgid "Action" +# msgstr "" +# msgid "drop" +# msgstr "" +# msgid "accept" +# msgstr "" +# msgid "reject" +# msgstr "" +#~ msgid "Advanced Rules" +#~ msgstr "ReguÅ‚y zaawansowane" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "ReguÅ‚y zaawansowane pozwalajÄ… dostosować zaporÄ™ do Twoich potrzeb. Tylko " +#~ "nowe poÅ‚Ä…czenia zostanÄ… nimi objÄ™te. Pakiety należące do poÅ‚Ä…czeÅ„ już " +#~ "otwarte sÄ… automatycznie przepuszczane przez zaporÄ™." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "ReguÅ‚y wÅ‚asne (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "UrzÄ…dzenie" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Dla DNAT, dopasuj ruch przychodzÄ…cy kierowane na podany adres IP. Dla " +#~ "SNAT zmienić adres źródÅ‚owy na podany adres." diff --git a/applications/luci-app-firewall/po/pt-br/firewall.po b/applications/luci-app-firewall/po/pt-br/firewall.po new file mode 100644 index 0000000..f32f70e --- /dev/null +++ b/applications/luci-app-firewall/po/pt-br/firewall.po @@ -0,0 +1,740 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2014-06-21 19:03+0200\n" +"Last-Translator: Éder \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s in %s" + +msgid "%s%s with %s" +msgstr "%s%s com %s" + +msgid "%s, %s in %s" +msgstr "%s, %s em %s" + +msgid "(Unnamed Entry)" +msgstr "(Entrada Sem Nome)" + +msgid "(Unnamed Rule)" +msgstr "(Regra Sem Nome)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT Sem Nome)" + +msgid "-- Please choose --" +msgstr "-- Por favor, escolha --" + +msgid "-- custom --" +msgstr "-- personalizado --" + +msgid "%d pkts. per %s" +msgstr "%d pcts. por %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d pcts. por %s, pico %d pcts." + +msgid "%s and limit to %s" +msgstr "%s e limite a %s" + +msgid "Action" +msgstr "Ação" + +msgid "Add" +msgstr "Adicionar" + +msgid "Add and edit..." +msgstr "Adicionar e editar..." + +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +msgid "Allow forward from source zones:" +msgstr "Permite o encaminhamento da zona de origem:" + +msgid "Allow forward to destination zones:" +msgstr "Permite o encaminhamento para a zona de destino:" + +msgid "Any" +msgstr "Qualquer" + +msgid "Covered networks" +msgstr "Redes cobertas" + +msgid "Custom Rules" +msgstr "Regras Personalizadas" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"As regras personalizadas permitem executar comandos iptables arbitrários não " +"cobertos por esta ferramenta. Os comandos serão executados após cada " +"reinício do firewall, logo após a carga do conjunto de regras padrão." + +msgid "Destination IP address" +msgstr "Endereço IP de destino" + +msgid "Destination address" +msgstr "Endereço de destino" + +msgid "Destination port" +msgstr "Porta de destino" + +msgid "Destination zone" +msgstr "Zona de destino" + +msgid "Do not rewrite" +msgstr "Não sobrescreva" + +msgid "Drop invalid packets" +msgstr "Descartar pacotes inválidos" + +msgid "Enable" +msgstr "Habilitar" + +msgid "Enable NAT Loopback" +msgstr "Habilite o Loopback do NAT" + +msgid "Enable SYN-flood protection" +msgstr "Habilite proteção contra SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Habilite o registro nesta zona" + +msgid "External IP address" +msgstr "Endereço IP externo" + +msgid "External port" +msgstr "Porta Externa" + +msgid "External zone" +msgstr "Zona externa" + +msgid "Extra arguments" +msgstr "Argumentos extras" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "Firewall - Regras personalizadas" + +msgid "Firewall - Port Forwards" +msgstr "Firewall - Encaminhamento de Portas" + +msgid "Firewall - Traffic Rules" +msgstr "Firewall - Regras de Tráfego" + +msgid "Firewall - Zone Settings" +msgstr "Firewall - Configurações de Zona" + +msgid "Force connection tracking" +msgstr "Force o rastreamento da conexão" + +msgid "Forward" +msgstr "Encaminhar" + +msgid "Forward to" +msgstr "Encaminhar para" + +msgid "From %s in %s" +msgstr "Vindo de %s em %s" + +msgid "From %s in %s with source %s" +msgstr "Vindo de %s em %s com origem %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Vindo de %s em %s com origem %s e %s" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Somente IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Somente IPv6" + +msgid "Input" +msgstr "Entrada" + +msgid "Inter-Zone Forwarding" +msgstr "Encaminhamento entre Zonas" + +msgid "Internal IP address" +msgstr "Endereço IP interno" + +msgid "Internal port" +msgstr "Porta Interna" + +msgid "Internal zone" +msgstr "Zona interna" + +msgid "Limit log messages" +msgstr "Limita as mensagens de registro" + +msgid "MSS clamping" +msgstr "Ajuste do MSS" + +msgid "Masquerading" +msgstr "Mascaramento" + +msgid "Match" +msgstr "casol" + +msgid "Match ICMP type" +msgstr "Casa com ICMP tipo" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Casa o tráfego encaminhado para uma porta ou faixa de portas de destino " +"específica." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Casa o tráfego entrante direcionado para uma porta ou faixa de portas de " +"destino específica neste computador" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Casa o tráfego entrante originado de uma porta ou faixa de portas no " +"equipamento cliente." + +msgid "Name" +msgstr "Nome" + +msgid "New SNAT rule" +msgstr "Nova regra de SNAT" + +msgid "New forward rule" +msgstr "Nova regra de encaminhamento" + +msgid "New input rule" +msgstr "Nova regra de entrada" + +msgid "New port forward" +msgstr "Novo encaminhamento de porta" + +msgid "New source NAT" +msgstr "Nova origem NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" +"Somente case o tráfego entrante direcionado para o endereço IP fornecido." + +msgid "Only match incoming traffic from these MACs." +msgstr "Somente case o tráfego entrante destes endereços MAC." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Somente case o tráfego entrante desta faixa de endereços IP." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Somente case o tráfego entrante vindo da porta de origem fornecida ou " +"intervalo de portas no equipamento cliente" + +msgid "Open ports on router" +msgstr "Abrir portas no roteador" + +msgid "Other..." +msgstr "Outro..." + +msgid "Output" +msgstr "Saída" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "Passa argumentos adicionais para o iptables. Use com cuidado!" + +msgid "Port Forwards" +msgstr "Encaminhamentos de Porta" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"O encaminhamento de portas permite que computadores remotos na Internet " +"conectem a um computador ou serviço específico dentro da rede local privada." + +msgid "Protocol" +msgstr "Protocolo" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Redireciona tráfego entrante para a porta especificada no computador interno" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Redireciona tráfego entrante para o computador interno especificado" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Restringe o mascaramento para uma subrede de destino específica" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Restringe o mascaramento para uma subrede de origem específica" + +msgid "Restrict to address family" +msgstr "Restringe para uma família de endereços" + +msgid "Rewrite matched traffic to the given address." +msgstr "Reescreva o tráfego correspondente para o endereço fornecido." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"Reescreva o tráfego correspondente para a porta de origem fornecida. Pode " +"ficar em branco para somente reescrever o endereço IP." + +msgid "Rewrite to source %s" +msgstr "Reescrever para a origem %s" + +msgid "Rewrite to source %s, %s" +msgstr "Reescrever para a origem %s, %s" + +msgid "SNAT IP address" +msgstr "Endereço IP da SNAT" + +msgid "SNAT port" +msgstr "Porta da SNAT" + +msgid "Source IP address" +msgstr "Endereço IP de origem" + +msgid "Source MAC address" +msgstr "Endereço MAC de origem" + +msgid "Source NAT" +msgstr "NAT origem" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"NAT origem é uma forma específica de mascaramento que permite o controle " +"fino do endereço IP de origem usado no tráfego sainte. Por exemplo, para " +"mapear múltiplos endereços WAN para subredes internas." + +msgid "Source address" +msgstr "Endereço de origem" + +msgid "Source port" +msgstr "Porta de origem" + +msgid "Source zone" +msgstr "Zona de origem" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"O firewall cria zonas sobre as interfaces de rede para controlar o fluxo do " +"tráfego de rede." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"As opções abaixo controlam as políticas de encaminhamento entre esta zona " +"(%s) e outras zonas. Zonas de destino incluem tráfego encaminhado " +"originado de %q. Zonas de origem casam com tráfego " +"encaminhado de outras zonas apontando para %q. A regra de " +"encaminhamento é unidirecional, ex: um encaminhamento da LAN para " +"WAN não implica na permissão de encaminhar da WAN para LAN." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Esta página permite que você mude propriedades avançadas da entrada do " +"encaminhamento de porta. Na maioria dos casos, não é necessário modificar " +"estas configurações." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Esta página permite que você mude propriedades avançadas da entrada da regra " +"de tráfego, como os equipamentos de origem e destino." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Esta seção define as propriedades comuns de %q. As opções de entrada e saída definem as políticas padrão para o tráfego entrando e " +"saindo desta zona, enquanto a opção de encaminhamento descreve a " +"política para encaminhar o tráfego entre diferentes redes dentro da zona. " +"Redes Cobertas especificam que redes disponíveis são membros desta " +"zona." + +msgid "To %s at %s on this device" +msgstr "Para %s em %s neste dispositivo" + +msgid "To %s in %s" +msgstr "Para %s em %s" + +msgid "To %s on this device" +msgstr "Para %s neste dispositivo" + +msgid "To %s, %s in %s" +msgstr "Para %s, %s em %s" + +msgid "To source IP" +msgstr "Para o endereço IP de origem" + +msgid "To source port" +msgstr "Para a porta de origem" + +msgid "Traffic Rules" +msgstr "Regras de tráfego" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Regras de tráfego definem políticas para a passagem de pacotes entre as " +"diferentes zonas. Por exemplo, rejeitar o tráfego entre certos equipamentos " +"ou abrir portas WAN no roteador." + +msgid "Via %s" +msgstr "Via %s" + +msgid "Via %s at %s" +msgstr "Via %s at %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Você pode especificar múltiplas entradas selecionando \"-- personalizado --" +"\" e então entrando os protocolos separados por espaço." + +msgid "Zone %q" +msgstr "Zona %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zona ⇒ Encaminhamentos" + +msgid "Zones" +msgstr "Zonas" + +msgid "accept" +msgstr "aceitar" + +msgid "any" +msgstr "qualquer" + +msgid "any host" +msgstr "qualquer equipamento" + +msgid "any router IP" +msgstr "qualquer endereço IP do roteador" + +msgid "any zone" +msgstr "qualquer zona" + +msgid "don't track" +msgstr "não rastrear" + +msgid "drop" +msgstr "descartar" + +msgid "reject" +msgstr "rejeitar" + +# 20140621: edersg: tradução +msgid "traffic" +msgstr "Tráfego" + +#~ msgid "Destination" +#~ msgstr "Destino" + +#~ msgid "Family" +#~ msgstr "Família" + +#~ msgid "Forward to %s in %s" +#~ msgstr "Encaminhar para %s em %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "Encaminhar para %s, %s em %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Origem" + +#~ msgid "To %s" +#~ msgstr "Para %s" + +#~ msgid "To %s at %s" +#~ msgstr "Para %s em %s" + +#~ msgid "Via" +#~ msgstr "Via" + +#~ msgid "Accept forward" +#~ msgstr "Aceitar encaminhamento" + +#~ msgid "Accept input" +#~ msgstr "Aceitar entrada" + +#~ msgid "Disable" +#~ msgstr "Desabilitado" + +#~ msgid "Discard forward" +#~ msgstr "Descartar o encaminhamento" + +#~ msgid "Discard input" +#~ msgstr "Descartar a entrada" + +#~ msgid "Do not track forward" +#~ msgstr "Não rastreie o encaminhamento" + +#~ msgid "Do not track input" +#~ msgstr "Não rastreie a entrada" + +#~ msgid "IP" +#~ msgstr "Endereço IP" + +#~ msgid "IP range" +#~ msgstr "Faixa de endereço IP" + +#~ msgid "IPs" +#~ msgstr "Endereços IP" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MACs" + +#~ msgid "Refuse forward" +#~ msgstr "Rejeitar encaminhamento" + +#~ msgid "Refuse input" +#~ msgstr "Rejeitar entrada" + +#~ msgid "Rule is disabled" +#~ msgstr "A regra está desabilitada" + +#~ msgid "Rule is enabled" +#~ msgstr "A regra está habilitada" + +#~ msgid "day" +#~ msgstr "dia" + +#~ msgid "hour" +#~ msgstr "hora" + +#~ msgid "minute" +#~ msgstr "minuto" + +#~ msgid "not" +#~ msgstr "não" + +#~ msgid "port" +#~ msgstr "porta" + +#~ msgid "ports" +#~ msgstr "portas" + +#~ msgid "second" +#~ msgstr "segundo" + +#~ msgid "type" +#~ msgstr "tipo" + +#~ msgid "types" +#~ msgstr "tipos" + +#~ msgid "(optional)" +#~ msgstr "(opcional)" + +#~ msgid "Intended destination address" +#~ msgstr "Endereço de destino planejado" + +#~ msgid "Internal port (optional)" +#~ msgstr "Porta interna (opcional)" + +#~ msgid "Advanced Options" +#~ msgstr "Opções Avançadas" + +#~ msgid "Advanced Rules" +#~ msgstr "Regras Avançadas" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "As regras avançadas permitem a personalização da firewall de acordo com " +#~ "as necessidades. Apenas as novas conexões serão processadas. Pacotes que " +#~ "pertençam a conexões já abertas estão automaticamente autorizados a " +#~ "passar pelo firewall." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Regras Personalizadas (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Dispositivo" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Para DNAT, casa com tráfego entrante direcionado para um dado endereço IP " +#~ "de destino. Para SNAT, reescreve o endereço de origem para um dado " +#~ "endereço." + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "" +#~ "Casa o tráfego entrante originado de uma porta ou faixa de portas de " +#~ "origem específica no computador do cliente" + +#~ msgid "Overview" +#~ msgstr "Visão geral" + +#~ msgid "Port forwarding" +#~ msgstr "Redirecionamento de portas" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "O redirecionamento de portas permite disponibilizar serviços da rede " +#~ "interna para uma rede externa." + +#~ msgid "Redirection type" +#~ msgstr "Tipo de redirecionamento" + +#~ msgid "Redirections" +#~ msgstr "Redirecionamentos" + +#~ msgid "Rules" +#~ msgstr "Regras" + +#~ msgid "Traffic Redirection" +#~ msgstr "Redirecionamento de Tráfego" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Redirecionamento do tráfego permite a alteração do endereço de destino " +#~ "dos pacotes encaminhados." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Redes" + +#~ msgid "Traffic Control" +#~ msgstr "Controle de Tráfego" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Tráfego de Zona-para-Zona" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Aqui você pode especificar qual tráfego de rede será permitido para o " +#~ "fluxo entre zonas das redes. Somente novas conexões serão processadas. " +#~ "Pacotes pertencentes à conexões já abertas estão automaticamente " +#~ "permitidos para passar pelo firewall." + +#~ msgid "Zone" +#~ msgstr "Zona" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Destino" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "Endereço IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Endereço MAC de origem" + +#~ msgid "Custom forwarding" +#~ msgstr "Redirecionamento personalizado" + +#~ msgid "Input Zone" +#~ msgstr "Zona de Entrada" + +#~ msgid "Output Zone" +#~ msgstr "Zona de Saída" + +#~ msgid "External Zone" +#~ msgstr "Zona Externa" + +#~ msgid "Source MAC" +#~ msgstr "MAC de origem" + +#~ msgid "Defaults" +#~ msgstr "Padrões" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Estas são as configurações padrões, que serão usadas se não houver outras " +#~ "regras." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Zonas são interfaces de redes usadas para separar o tráfego da rede. Uma " +#~ "ou mais redes podem pertencer a uma zona. A flag-MASQ ativa o " +#~ "mascaramento NAT para todo o tráfego de saída desta zona." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "redes contidas" diff --git a/applications/luci-app-firewall/po/pt/firewall.po b/applications/luci-app-firewall/po/pt/firewall.po new file mode 100644 index 0000000..304e365 --- /dev/null +++ b/applications/luci-app-firewall/po/pt/firewall.po @@ -0,0 +1,585 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2013-06-03 13:37+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s em %s" + +msgid "%s%s with %s" +msgstr "%s%s with %s" + +msgid "%s, %s in %s" +msgstr "%s, %s em %s" + +msgid "(Unnamed Entry)" +msgstr "(Entrada Sem Nome)" + +msgid "(Unnamed Rule)" +msgstr "(Regra Sem Nome)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT Sem Nome)" + +msgid "-- Please choose --" +msgstr "-- Escolha por favor --" + +msgid "-- custom --" +msgstr "-- personalizado --" + +msgid "%d pkts. per %s" +msgstr "%d pkts. por %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "Acção" + +msgid "Add" +msgstr "Adicionar" + +msgid "Add and edit..." +msgstr "Adicionar e editar..." + +msgid "Advanced Settings" +msgstr "Definições Avançadas" + +msgid "Allow forward from source zones:" +msgstr "Permitir encaminhamento de zonas de origem" + +msgid "Allow forward to destination zones:" +msgstr "Permitir encaminhamento para zonas de destino" + +msgid "Any" +msgstr "Qualquer" + +msgid "Covered networks" +msgstr "Redes abrangidas" + +msgid "Custom Rules" +msgstr "Regras Personalizadas" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"As regras personalizadas permitem-lhe executar comandos arbitrários iptables " +"os quais não são possiveis de aplicar usando a framework da firewall. Os " +"comandos são executados a seguir ao reinicio da firewall, logo a seguir ao " +"conjunto de regras predefinidas serem carregadas." + +msgid "Destination IP address" +msgstr "Endereço IP de destino" + +msgid "Destination address" +msgstr "Endereço de destino" + +msgid "Destination port" +msgstr "Porta de destino" + +msgid "Destination zone" +msgstr "Zona de destino" + +msgid "Do not rewrite" +msgstr "Não re-escrever" + +msgid "Drop invalid packets" +msgstr "Cancelar pacotes inválidos" + +msgid "Enable" +msgstr "Ativar" + +msgid "Enable NAT Loopback" +msgstr "Ativar NAT Loopback" + +msgid "Enable SYN-flood protection" +msgstr "Ativar a Proteção SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Ativar registo nesta zona" + +msgid "External IP address" +msgstr "Endereço IP externo" + +msgid "External port" +msgstr "Porta externa" + +msgid "External zone" +msgstr "Zona externa" + +msgid "Extra arguments" +msgstr "Argumentos extra" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "Firewall - Regras Personalizadas" + +msgid "Firewall - Port Forwards" +msgstr "Firewall - Encaminhamento de Portas" + +msgid "Firewall - Traffic Rules" +msgstr "Firewall - Regras de Tráfego" + +msgid "Firewall - Zone Settings" +msgstr "Firewall - Definições de Zona" + +msgid "Force connection tracking" +msgstr "Forçar rasto de ligação" + +msgid "Forward" +msgstr "Encaminhar" + +msgid "Forward to" +msgstr "Encaminhar para" + +msgid "From %s in %s" +msgstr "De %s em %s" + +msgid "From %s in %s with source %s" +msgstr "De %s em %s com origem %s" + +msgid "From %s in %s with source %s and %s" +msgstr "De %s em %s com origem %s e %s" + +msgid "General Settings" +msgstr "Definições Gerais" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +msgid "IPv4 only" +msgstr "Só IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Só IPv6" + +msgid "Input" +msgstr "Entrada" + +msgid "Inter-Zone Forwarding" +msgstr "Encaminhamento Inter-Zona" + +msgid "Internal IP address" +msgstr "Endereço IP interno" + +msgid "Internal port" +msgstr "Porta interna" + +msgid "Internal zone" +msgstr "Zona Interna" + +msgid "Limit log messages" +msgstr "Limitar registo de mensagens" + +#, fuzzy +msgid "MSS clamping" +msgstr "MSS-Correction" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "Corresponder" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"O tráfego encaminhado corresponde a uma determinada porta de destino ou " +"intervalo de portas." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"O tráfego de entrada corresponde a uma dada porta de destino ou intervalo de " +"portas neste host" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"O tráfego de entrada corresponde a uma dada porta ou de um intervalo de " +"portas no host cliente." + +msgid "Name" +msgstr "Nome" + +msgid "New SNAT rule" +msgstr "Nova regra SNAT" + +msgid "New forward rule" +msgstr "Nova regra de encaminhamento" + +msgid "New input rule" +msgstr "Nova regra de entrada" + +msgid "New port forward" +msgstr "Novo encaminhamento de porta" + +msgid "New source NAT" +msgstr "Nova origem de NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Só se tráfego de entrada corresponder ao endereço IP fornecido." + +msgid "Only match incoming traffic from these MACs." +msgstr "Só se o tráfego de entrada corresponder a um destes MACs." + +msgid "Only match incoming traffic from this IP or range." +msgstr "Só se o tráfego de entrada corresponder a este IP ou intervalo." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Só se o tráfego de entrada corresponder à porta de origem fornecida ou de um " +"intervalo de portas no host cliente" + +msgid "Open ports on router" +msgstr "Abrir portas no router" + +msgid "Other..." +msgstr "Outro..." + +msgid "Output" +msgstr "Saída" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "Passa argumentos adicionais para o iptables. Usar com cuidado!" + +msgid "Port Forwards" +msgstr "Encaminhamento de Portas" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"O Encaminhamento de Portas permite que computadores remotos na internet se " +"liguem a um computador ou serviço especifico na rede privada (LAN)." + +msgid "Protocol" +msgstr "Protocolo" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"Redirecionar a entrada de trafego correspondente à porta fornecida no host " +"interno" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Redirecionar o tráfego de entrada correspondente para o host interno" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "Restringir a família de endereços" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "Re-escrever para a origem %s" + +msgid "Rewrite to source %s, %s" +msgstr "Re-escrever para a origem %s, %s" + +msgid "SNAT IP address" +msgstr "Endereço IP da SNAT" + +msgid "SNAT port" +msgstr "Porta SNAT" + +msgid "Source IP address" +msgstr "Endereço IP de origem" + +msgid "Source MAC address" +msgstr "Endereço MAC de origem" + +msgid "Source NAT" +msgstr "NAT de origem" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"NAT de origem é uma forma especifica de mascarar que permite um controlo " +"melhorado sobre o IP de origem usado para o tráfego de saída, por exemplo, " +"para mapear múltiplos endereços para as sub-redes internas." + +msgid "Source address" +msgstr "Endereço de origem" + +msgid "Source port" +msgstr "Porta de origem" + +msgid "Source zone" +msgstr "Zona de origem" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"A firewall cria zonas sobre as interfaces de rede para controlar o fluxo do " +"tráfego." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Esta página permite-lhe alterar as definições avançadas da regra de entrada " +"de tráfego, tal como correspondências de hosts de origem e destino." + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "Para %s no %s em este dispositivo" + +msgid "To %s in %s" +msgstr "Para %s em %s" + +msgid "To %s on this device" +msgstr "Para %s em este dispositivo" + +msgid "To %s, %s in %s" +msgstr "Para %s, %s em %s" + +msgid "To source IP" +msgstr "Para o IP de origem" + +msgid "To source port" +msgstr "Para a porta de origem" + +msgid "Traffic Rules" +msgstr "Regras de Tráfego" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"As Regras de Tráfego definem políticas para os pacotes que viajam entre " +"diferentes zonas, por exemplo, para rejeitar trafego entre certos hosts ou " +"para abrir portas WAN no router." + +msgid "Via %s" +msgstr "Via %s" + +msgid "Via %s at %s" +msgstr "Via %s no %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Pode especificar múltiplos seleccionando \"-- personalizado --\" e depois " +"introduzir os protocolos separados por espaço." + +msgid "Zone %q" +msgstr "Zona %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Zona ⇒ Encaminhamentos" + +msgid "Zones" +msgstr "Zonas" + +msgid "accept" +msgstr "aceitar" + +msgid "any" +msgstr "qualquer" + +msgid "any host" +msgstr "qualquer host" + +msgid "any router IP" +msgstr "qualquer IP do router" + +msgid "any zone" +msgstr "qualquer zona" + +msgid "don't track" +msgstr "não seguir" + +msgid "drop" +msgstr "drop" + +msgid "reject" +msgstr "rejeitar" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destino" + +#~ msgid "Source" +#~ msgstr "Origem" + +#~ msgid "Internal port (optional)" +#~ msgstr "Porta interna (opcional)" + +#~ msgid "Advanced Rules" +#~ msgstr "Regras Avançadas" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "As regras avançadas permitem a personalização da firewall de acordo com " +#~ "as necessidades. Apenas as novas ligações serão processadas. Pacotes que " +#~ "pertençam a ligações já abertas estão automaticamente autorizados a " +#~ "passar pela firewall." + +#~ msgid "Port forwarding" +#~ msgstr "Redirecionamento de portas" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "O redirecionamento de portas permite disponibilizar serviços na rede " +#~ "interna para uma rede externa." + +#~ msgid "Traffic Redirection" +#~ msgstr "Redirecionamento de Tráfego" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Redirecionamento do tráfego permite a alteração do endereço de destino " +#~ "dos pacotes enviados." + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Redes" + +#~ msgid "Traffic Control" +#~ msgstr "Controle de Tráfego" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "Tráfego de Zona-para-Zona" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Aqui você pode especificar qual tráfego de rede será permitido para o " +#~ "fluxo entre zonas das redes. Somente novas conexões serão processadas. " +#~ "Pacotes pertencentes à conexões já abertas estão automaticamente " +#~ "permitidos para passar pelo firewall." + +#~ msgid "Zone" +#~ msgstr "Zona" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Destino" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "Endereço IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Endereço MAC de origem" + +#~ msgid "Custom forwarding" +#~ msgstr "Redirecionamento personalizado" + +#~ msgid "Input Zone" +#~ msgstr "Zona de Entrada" + +#~ msgid "Output Zone" +#~ msgstr "Zona de Saída" + +#~ msgid "External Zone" +#~ msgstr "Zona Externa" + +#~ msgid "Source MAC" +#~ msgstr "MAC de origem" + +#~ msgid "Defaults" +#~ msgstr "Padrões" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Estas são as configurações padrões, que serão usadas se não houver outras " +#~ "regras." + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Zonas são interfaces de redes usadas para separar o tráfego da rede. Uma " +#~ "ou mais redes podem pertencer a uma zona. A flag-MASQ ativa o " +#~ "mascaramento NAT para todo o tráfego de saída desta zona." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "redes contidas" diff --git a/applications/luci-app-firewall/po/ro/firewall.po b/applications/luci-app-firewall/po/ro/firewall.po new file mode 100644 index 0000000..391b949 --- /dev/null +++ b/applications/luci-app-firewall/po/ro/firewall.po @@ -0,0 +1,503 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-29 19:33+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s în %s" + +msgid "%s%s with %s" +msgstr "%s%s cu %s" + +msgid "%s, %s in %s" +msgstr "%s, %s în %s" + +msgid "(Unnamed Entry)" +msgstr "(Intrare fără nume)" + +msgid "(Unnamed Rule)" +msgstr "(Regulă fără nume)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT fără nume)" + +msgid "-- Please choose --" +msgstr "-- Alege --" + +msgid "-- custom --" +msgstr "-- personalizat --" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "AcÅ£iune" + +msgid "Add" +msgstr "Adaugă" + +msgid "Add and edit..." +msgstr "Adaugă ÅŸi editează..." + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Allow forward from source zones:" +msgstr "Permite trecerea din zonele sursa." + +msgid "Allow forward to destination zones:" +msgstr "Permite trecerea catre zonele sursa." + +msgid "Any" +msgstr "Oricare" + +msgid "Covered networks" +msgstr "Retele acoperite" + +msgid "Custom Rules" +msgstr "Reguli suplimentare" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "DestinaÅ£ie adresă IP" + +msgid "Destination address" +msgstr "DestinaÅ£ie adresă" + +msgid "Destination port" +msgstr "Portul destinatie" + +msgid "Destination zone" +msgstr "Zona destinatie" + +msgid "Do not rewrite" +msgstr "Nu rescrie" + +msgid "Drop invalid packets" +msgstr "Descarcă pachetele invalide" + +msgid "Enable" +msgstr "Activează" + +msgid "Enable NAT Loopback" +msgstr "Activează loopback NAT" + +msgid "Enable SYN-flood protection" +msgstr "Activează protecÅ£ia SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Activeaza log in aceasta zona" + +msgid "External IP address" +msgstr "Adresă IP externă" + +msgid "External port" +msgstr "Port extern" + +msgid "External zone" +msgstr "Zonă externă" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "Firewall - Reguli particularizate" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "Setari zona la firewall" + +msgid "Force connection tracking" +msgstr "Forteaza urmarirea conexiunilor" + +msgid "Forward" +msgstr "Forward" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "Setari generale" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 ÅŸi IPv6" + +msgid "IPv4 only" +msgstr "doar IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "doar IPv6" + +msgid "Input" +msgstr "Intrare" + +msgid "Inter-Zone Forwarding" +msgstr "Forwardare intre-zone" + +msgid "Internal IP address" +msgstr "Adresa IP interna" + +msgid "Internal port" +msgstr "Port intern" + +msgid "Internal zone" +msgstr "Zonă internă" + +msgid "Limit log messages" +msgstr "Limitează mesaje în log" + +msgid "MSS clamping" +msgstr "Ajustare MSS" + +msgid "Masquerading" +msgstr "Translatare" + +msgid "Match" +msgstr "Potrivire" + +msgid "Match ICMP type" +msgstr "Potriveste pe tipul de ICMP" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "Nume" + +msgid "New SNAT rule" +msgstr "Regulă nouă SNAT" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "Altele..." + +msgid "Output" +msgstr "IeÅŸire" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "Protocol" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "Sursă adresă IP" + +msgid "Source MAC address" +msgstr "Sursă adresă MAC" + +msgid "Source NAT" +msgstr "Sursă NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "Adresa sursa" + +msgid "Source port" +msgstr "Port sursa" + +msgid "Source zone" +msgstr "Zona sursa" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "Zona %q" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "Zone" + +msgid "accept" +msgstr "accept" + +msgid "any" +msgstr "oricare" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Destinatie" + +#~ msgid "Family" +#~ msgstr "Familia proto" + +#~ msgid "Source" +#~ msgstr "Sursa" + +#~ msgid "Via" +#~ msgstr "Prin" + +#~ msgid "(optional)" +#~ msgstr "(optional)" + +#~ msgid "Intended destination address" +#~ msgstr "Adresa destinatie intentionata" + +#~ msgid "Internal port (optional)" +#~ msgstr "Port intern (optional)" + +#~ msgid "Advanced Options" +#~ msgstr "Optiuni avansate" + +#~ msgid "Advanced Rules" +#~ msgstr "Reguli avansate" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Regulile avansate iti permit particularizarea firewall-ului dupa nevoi. " +#~ "Numai conexiunile noi vor fi luate in calcul. Pachetele care apartin unor " +#~ "conexiuni deja stabilite trec deja prin firewall." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "Reguli suplimentare (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "Dispozitiv" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Pentru DNAT, leaga traficul venit redirectat catre destinatia IP. Pentru " +#~ "SNAT rescrie adresa sursa ca fiind adresa IP." + +#~ msgid "Overview" +#~ msgstr "Sumar" + +#~ msgid "Port forwarding" +#~ msgstr "Forwardare catre port" + +#~ msgid "Redirection type" +#~ msgstr "Tipul de redirectare" + +#~ msgid "Redirections" +#~ msgstr "Redirectari" + +#~ msgid "Rules" +#~ msgstr "Reguli" + +#~ msgid "Traffic Redirection" +#~ msgstr "Redirectarea traficului" diff --git a/applications/luci-app-firewall/po/ru/firewall.po b/applications/luci-app-firewall/po/ru/firewall.po new file mode 100644 index 0000000..aa5c5a8 --- /dev/null +++ b/applications/luci-app-firewall/po/ru/firewall.po @@ -0,0 +1,679 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: firewall\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2013-09-05 16:02+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "%s in %s" +msgstr "%s в %s" + +msgid "%s%s with %s" +msgstr "%s%s Ñ %s" + +msgid "%s, %s in %s" +msgstr "%s, %s в %s" + +msgid "(Unnamed Entry)" +msgstr "(ЗапиÑÑŒ без имени)" + +msgid "(Unnamed Rule)" +msgstr "(Правило без имени)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT без имени)" + +msgid "-- Please choose --" +msgstr "-- ПожалуйÑта, выберите --" + +msgid "-- custom --" +msgstr "-- пользовательÑкий --" + +msgid "%d pkts. per %s" +msgstr "%d пакетов за %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d пакетов за %s, подрÑд %d пакетов" + +msgid "%s and limit to %s" +msgstr "%s Ñ Ð¿Ñ€ÐµÐ´ÐµÐ»Ð¾Ð¼ в %s" + +msgid "Action" +msgstr "ДейÑтвие" + +msgid "Add" +msgstr "Добавить" + +msgid "Add and edit..." +msgstr "Добавить и редактировать..." + +msgid "Advanced Settings" +msgstr "РаÑширенные наÑтройки" + +msgid "Allow forward from source zones:" +msgstr "Разрешить перенаправление из зон-иÑточников:" + +msgid "Allow forward to destination zones:" +msgstr "Разрешить перенаправление в зоны назначениÑ:" + +msgid "Any" +msgstr "Любой" + +msgid "Covered networks" +msgstr "ИÑпользовать Ñети" + +msgid "Custom Rules" +msgstr "ПользовательÑкие правила" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"ПользовательÑкие правила позволÑÑŽÑ‚ выполнÑÑ‚ÑŒ произвольные команды iptables, " +"которые так или иначе не покрываютÑÑ Ð´Ð°Ð½Ð½Ñ‹Ð¼ фреймворком межÑетевого Ñкрана. " +"Команды выполнÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¸ каждом перезапуÑке межÑетевого Ñкрана, Ñразу поÑле " +"того, как загружен набор правил по умолчанию." + +msgid "Destination IP address" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ" + +msgid "Destination address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ" + +msgid "Destination port" +msgstr "Порт назначениÑ" + +msgid "Destination zone" +msgstr "Зона назначениÑ" + +msgid "Do not rewrite" +msgstr "Ðе перезапиÑывать" + +msgid "Drop invalid packets" +msgstr "Ðе пропуÑкать некорректные пакеты" + +msgid "Enable" +msgstr "Включить" + +#, fuzzy +msgid "Enable NAT Loopback" +msgstr "Включить NAT Loopback" + +msgid "Enable SYN-flood protection" +msgstr "Включить защиту от SYN-flood атак" + +msgid "Enable logging on this zone" +msgstr "Включить журналирование в Ñтой зоне" + +msgid "External IP address" +msgstr "Внешний IP-адреÑ" + +msgid "External port" +msgstr "Внешний порт" + +msgid "External zone" +msgstr "ВнешнÑÑ Ð·Ð¾Ð½Ð°" + +msgid "Extra arguments" +msgstr "Дополнительные аргументы" + +msgid "Firewall" +msgstr "МежÑетевой Ñкран" + +msgid "Firewall - Custom Rules" +msgstr "МежÑетевой Ñкран - ПользовательÑкие правила" + +msgid "Firewall - Port Forwards" +msgstr "МежÑетевой Ñкран - Перенаправление портов" + +msgid "Firewall - Traffic Rules" +msgstr "МежÑетевой Ñкран - Правила Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ°" + +msgid "Firewall - Zone Settings" +msgstr "МежÑетевой Ñкран - ÐаÑтройка зон" + +msgid "Force connection tracking" +msgstr "Включить отÑлеживание Ñоединений" + +msgid "Forward" +msgstr "Перенаправление" + +msgid "Forward to" +msgstr "ПеренаправлÑÑ‚ÑŒ в" + +msgid "From %s in %s" +msgstr "Из %s в %s" + +msgid "From %s in %s with source %s" +msgstr "Из %s в %s Ñ Ð¸Ñточником %s" + +msgid "From %s in %s with source %s and %s" +msgstr "Из %s в %s Ñ Ð¸Ñточниками %s и %s" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 и IPv6" + +msgid "IPv4 only" +msgstr "Только IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Только IPv6" + +msgid "Input" +msgstr "ВходÑщий" + +msgid "Inter-Zone Forwarding" +msgstr "Перенаправление между зонами" + +msgid "Internal IP address" +msgstr "Внутренний IP-адреÑ" + +msgid "Internal port" +msgstr "Внутренний порт" + +msgid "Internal zone" +msgstr "ВнутреннÑÑ Ð·Ð¾Ð½Ð°" + +msgid "Limit log messages" +msgstr "Ограничить журнал Ñообщений" + +msgid "MSS clamping" +msgstr "Ограничение MSS" + +msgid "Masquerading" +msgstr "МаÑкарадинг" + +#, fuzzy +msgid "Match" +msgstr "Выбирать" + +msgid "Match ICMP type" +msgstr "СоответÑтвовать ICMP типу" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"Перенаправить ÑоответÑтвующий трафик на определённый порт или диапазон " +"портов. " + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"Выбирать входÑщий трафик, направленный на порт или диапазон портов данного " +"хоÑта" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"Выбирать входÑщий трафик, иÑходÑщий из порта или диапазона портов " +"клиентÑкого хоÑта." + +msgid "Name" +msgstr "ИмÑ" + +msgid "New SNAT rule" +msgstr "Ðовое правило SNAT" + +msgid "New forward rule" +msgstr "Ðовое правило перенаправлениÑ" + +msgid "New input rule" +msgstr "Ðовое правило Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщего трафика" + +msgid "New port forward" +msgstr "Ðовое перенаправление порта" + +msgid "New source NAT" +msgstr "Ðовый SNAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "Выбирать только входÑщий трафик, направленный на указанный IP-адреÑ." + +msgid "Only match incoming traffic from these MACs." +msgstr "Выбирать только входÑщий трафик от Ñтих MAC-адреÑов." + +msgid "Only match incoming traffic from this IP or range." +msgstr "" +"Выбирать только входÑщий трафик от Ñтого IP-адреÑа или диапазона адреÑов." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"Выбирать только входÑщий трафик, иÑходÑщий из указанного порта или диапазона " +"портов клиентÑкого хоÑта" + +msgid "Open ports on router" +msgstr "Открыть порты на маршрутизаторе" + +msgid "Other..." +msgstr "Другое..." + +msgid "Output" +msgstr "ИÑходÑщий" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"Передаёт дополнительные аргументы iptables. ИÑпользуйте Ñ Ð¾ÑторожноÑтью!" + +msgid "Port Forwards" +msgstr "ÐŸÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñ€Ñ‚Ð¾Ð²" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"Перенаправленные портов позволÑет удалённым компьютерам из Интернета " +"ÑоединÑÑ‚ÑŒÑÑ Ñ ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð¾Ð¼ или Ñлужбой внутри чаÑтной локальной Ñети." + +msgid "Protocol" +msgstr "Протокол" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "Перенаправить входÑщий трафик на указанный порт хоÑта внутренней Ñети" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "Перенаправить входÑщий трафик на указанный хоÑÑ‚ внутренней Ñети" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "ИÑпользовать маÑкарадинг только Ð´Ð»Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ñ‹Ñ… подÑетей-получателей" + +msgid "Restrict Masquerading to given source subnets" +msgstr "ИÑпользовать маÑкарадинг только Ð´Ð»Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ñ‹Ñ… подÑетей-отправителей" + +msgid "Restrict to address family" +msgstr "ИÑпользовать только ÑемейÑтво протоколов" + +msgid "Rewrite matched traffic to the given address." +msgstr "ПеренаправлÑÑ‚ÑŒ ÑоответÑтвующий трафик к указанному адреÑу." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"ПеренаправлÑÑ‚ÑŒ ÑоответÑтвующий трафик к указанному порту иÑточника. Может " +"быть пуÑтым в Ñлучае, еÑли необходимо перенаправить только IP-адреÑ." + +msgid "Rewrite to source %s" +msgstr "ПеренаправлÑÑ‚ÑŒ к иÑточнику %s" + +msgid "Rewrite to source %s, %s" +msgstr "ПеренаправлÑÑ‚ÑŒ к иÑточнику %s, %s" + +msgid "SNAT IP address" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ SNAT" + +msgid "SNAT port" +msgstr "Порт SNAT" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# msgid "Traffic Redirection" +# msgstr "" +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# msgid "Overview" +# msgstr "" +# msgid "Name" +# msgstr "" +# msgid "Source zone" +# msgstr "" +# msgid "Source MAC-address" +# msgstr "" +# msgid "Source port" +# msgstr "" +# msgid "Protocol" +# msgstr "" +msgid "Source IP address" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð¸Ñточника" + +msgid "Source MAC address" +msgstr "MAC-Ð°Ð´Ñ€ÐµÑ Ð¸Ñточника" + +msgid "Source NAT" +msgstr "SNAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"SNAT - Ñто оÑÐ¾Ð±Ð°Ñ Ñ„Ð¾Ñ€Ð¼Ð° маÑкарадинга (masquerading), позволÑÑŽÑ‰Ð°Ñ " +"оÑущеÑтвлÑÑ‚ÑŒ детальный контроль над IP-адреÑом иÑточника Ð´Ð»Ñ Ð¸ÑходÑщего " +"трафика, например, перенаправление неÑкольких WAN-адреÑов во внутреннюю " +"подÑеть." + +msgid "Source address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð¸Ñточника" + +msgid "Source port" +msgstr "Порт иÑточника" + +msgid "Source zone" +msgstr "Зона-иÑточник" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "МежÑетевой Ñкран Ñоздает зоны в вашей Ñети Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ°." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Данные наÑтройки управлÑÑŽÑ‚ перенаправлением между Ñтой (%s) и другими " +"зонами. Трафиком зон-получателей ÑвлÑетÑÑ Ñ‚Ñ€Ð°Ñ„Ð¸Ðº иÑходÑщий " +"из %q. Трафиком зон-иÑточников ÑвлÑетÑÑ Ñ‚Ñ€Ð°Ñ„Ð¸Ðº " +"направленый в %q. Перенаправление ÑвлÑетÑÑ " +"однонаправленным, то еÑÑ‚ÑŒ перанаправление из lan в wan не " +"допуÑкает перенаправление трафика из wan в lan." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Ðа Ñтой Ñтранице можно изменить раÑширенные наÑтройки Ð¿ÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ " +"портов. Ð’ большинÑтве Ñлучаев нет необходимоÑти изменÑÑ‚ÑŒ Ñти параметры." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Ðа Ñтой Ñтранице можно изменить раÑширенные наÑтройки правил Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ°. Ð’ " +"большинÑтве Ñлучаев нет необходимоÑти изменÑÑ‚ÑŒ Ñти параметры." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Ð”Ð°Ð½Ð½Ð°Ñ ÑÐµÐºÑ†Ð¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет изменÑÑ‚ÑŒ общие наÑтройки %q. Опции входÑщий " +"и иÑходÑщий уÑтанавливают политику по умолчанию Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщего и " +"иÑходÑщего трафика. ÐžÐ¿Ñ†Ð¸Ñ Ð¿ÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ позволÑет уÑтановить " +"политику Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ°, который перенаправлÑетÑÑ Ñ‡ÐµÑ€ÐµÐ· неÑколько Ñетей в зоне. " +"Пункт иÑпользовать Ñети позволÑет указать, какие Ñети ÑвлÑÑŽÑ‚ÑÑ " +"чаÑтью данной зоны." + +msgid "To %s at %s on this device" +msgstr "К %s, порту %s на Ñтом уÑтройÑтве" + +msgid "To %s in %s" +msgstr "К %s в %s" + +msgid "To %s on this device" +msgstr "К %s на Ñтом уÑтройÑтве" + +msgid "To %s, %s in %s" +msgstr "К %s, %s в %s" + +msgid "To source IP" +msgstr "К IP-адреÑу иÑточника" + +msgid "To source port" +msgstr "К порту иÑточника" + +msgid "Traffic Rules" +msgstr "Правила Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ°" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Правила Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ð¸ÐºÐ° определÑÑŽÑ‚ политику Ð¿Ñ€Ð¾Ñ…Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¿Ð°ÐºÐµÑ‚Ð¾Ð² между разными " +"зонами, например, запрет трафика между некоторыми хоÑтами или открытие WAN-" +"портов маршрутизатора." + +msgid "Via %s" +msgstr "Через %s" + +msgid "Via %s at %s" +msgstr "Через %s, порт %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Ð’Ñ‹ можете указать неÑколько, выбрав \"-- пользовательÑкий --\" и перечиÑлив " +"через пробел Ð½Ð°Ð·Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ð¾Ð²." + +msgid "Zone %q" +msgstr "Зона %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Зона ⇒ ПеренаправлениÑ" + +msgid "Zones" +msgstr "Зоны" + +msgid "accept" +msgstr "принимать" + +msgid "any" +msgstr "любой" + +msgid "any host" +msgstr "любого хоÑта" + +msgid "any router IP" +msgstr "любой IP-Ð°Ð´Ñ€ÐµÑ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð°" + +msgid "any zone" +msgstr "любой зоны" + +msgid "don't track" +msgstr "не отÑлеживать" + +msgid "drop" +msgstr "не обрабатывать" + +msgid "reject" +msgstr "отвергать" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Ðазначение" + +#~ msgid "Family" +#~ msgstr "СемейÑтво" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "ИÑточник" + +#~ msgid "To %s" +#~ msgstr "к %s" + +#~ msgid "To %s at %s" +#~ msgstr "к %s на %s" + +#~ msgid "Via" +#~ msgstr "Через" + +#~ msgid "Accept forward" +#~ msgstr "Принимать перенаправление" + +#~ msgid "Accept input" +#~ msgstr "Принимать входÑщие" + +#~ msgid "Disable" +#~ msgstr "Отключить" + +#~ msgid "Discard forward" +#~ msgstr "Отвергать перенаправление" + +#~ msgid "Discard input" +#~ msgstr "ВыбраÑывать входÑщие пакеты" + +#~ msgid "Do not track forward" +#~ msgstr "Ðе отÑлеживать перенаправление" + +#~ msgid "Do not track input" +#~ msgstr "Ðе отÑлеживать входные пакеты" + +#~ msgid "IP" +#~ msgstr "IP-адреÑ" + +#~ msgid "IP range" +#~ msgstr "Диапазон IP-адреÑов" + +#~ msgid "IPs" +#~ msgstr "IP-адреÑа" + +#~ msgid "MAC" +#~ msgstr "MAC-адреÑ" + +#~ msgid "MACs" +#~ msgstr "MAC-адреÑа" + +#~ msgid "Refuse forward" +#~ msgstr "Отвергать перенаправление" + +#~ msgid "Refuse input" +#~ msgstr "Отвергать входÑщий трафик" + +#~ msgid "Rule is disabled" +#~ msgstr "Правило выключено" + +#~ msgid "Rule is enabled" +#~ msgstr "Правило включено" + +#~ msgid "day" +#~ msgstr "день" + +#~ msgid "hour" +#~ msgstr "чаÑ" + +#~ msgid "minute" +#~ msgstr "мин" + +#~ msgid "not" +#~ msgstr "не" + +#~ msgid "port" +#~ msgstr "порт" + +#~ msgid "ports" +#~ msgstr "порты" + +#~ msgid "second" +#~ msgstr "Ñек" + +#~ msgid "type" +#~ msgstr "тип" + +#~ msgid "types" +#~ msgstr "типы" + +#~ msgid "(optional)" +#~ msgstr "(необÑзательно)" + +#~ msgid "Intended destination address" +#~ msgstr "ÐÐ´Ñ€ÐµÑ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ" + +#~ msgid "Internal port (optional)" +#~ msgstr "Внутренний порт (необÑзательно)" + +#~ msgid "Advanced Options" +#~ msgstr "РаÑширенные опции" + +#~ msgid "Advanced Rules" +#~ msgstr "РаÑширенные правила" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "РаÑширенные правила позволÑÑŽÑ‚ наÑтроить Ñетевой Ñкран в ÑоответÑтвии Ñ " +#~ "вашими потребноÑÑ‚Ñми. Только новые ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ обработаны. Пакеты, " +#~ "принадлежащие уже ÑущеÑтвующим ÑоединениÑм, будут автоматичеÑки пропущены " +#~ "через Ñетевой Ñкран." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "ПользовательÑкие правила (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "УÑтройÑтво" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Ð”Ð»Ñ DNAT ÑоответÑтвующий трафик перенаправлÑетÑÑ Ð½Ð° введенный Ð°Ð´Ñ€ÐµÑ " +#~ "назначениÑ. Ð”Ð»Ñ SNAT подменÑетÑÑ Ð°Ð´Ñ€ÐµÑ Ð¸Ñточника на введенный." + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "" +#~ "Выбирать иÑходÑщий трафик отправленный Ñ Ð¿Ð¾Ñ€Ñ‚Ð° или диапазона портов " +#~ "внешнего хоÑта" + +#~ msgid "Overview" +#~ msgstr "Ðазад к обзору" + +#~ msgid "Port forwarding" +#~ msgstr "Перенаправление портов" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Перенаправление портов позволÑет открыть доÑтуп к внутренним Ñлужбам из " +#~ "внешней Ñети." + +#~ msgid "Redirection type" +#~ msgstr "Тип перенаправлениÑ" + +#~ msgid "Redirections" +#~ msgstr "ПеренаправлениÑ" + +#~ msgid "Rules" +#~ msgstr "Правила" + +#~ msgid "Traffic Redirection" +#~ msgstr "Перенаправление трафика" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Перенаправление трафика позволÑет изменить Ð°Ð´Ñ€ÐµÑ Ð¿Ð¾Ð»ÑƒÑ‡Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ " +#~ "проходÑщих пакетов." diff --git a/applications/luci-app-firewall/po/sk/firewall.po b/applications/luci-app-firewall/po/sk/firewall.po new file mode 100644 index 0000000..32cd193 --- /dev/null +++ b/applications/luci-app-firewall/po/sk/firewall.po @@ -0,0 +1,432 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/sv/firewall.po b/applications/luci-app-firewall/po/sv/firewall.po new file mode 100644 index 0000000..f3e7fd9 --- /dev/null +++ b/applications/luci-app-firewall/po/sv/firewall.po @@ -0,0 +1,433 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/templates/firewall.pot b/applications/luci-app-firewall/po/templates/firewall.pot new file mode 100644 index 0000000..402aa69 --- /dev/null +++ b/applications/luci-app-firewall/po/templates/firewall.pot @@ -0,0 +1,425 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/tr/firewall.po b/applications/luci-app-firewall/po/tr/firewall.po new file mode 100644 index 0000000..60a2190 --- /dev/null +++ b/applications/luci-app-firewall/po/tr/firewall.po @@ -0,0 +1,432 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "" + +msgid "Destination port" +msgstr "" + +msgid "Destination zone" +msgstr "" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +msgid "Enable SYN-flood protection" +msgstr "" + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "" + +msgid "Inter-Zone Forwarding" +msgstr "" + +msgid "Internal IP address" +msgstr "" + +msgid "Internal port" +msgstr "" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +msgid "MSS clamping" +msgstr "" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +msgid "Source IP address" +msgstr "" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "Source port" +msgstr "" + +msgid "Source zone" +msgstr "" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "" + +msgid "accept" +msgstr "" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "" + +msgid "reject" +msgstr "" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-firewall/po/uk/firewall.po b/applications/luci-app-firewall/po/uk/firewall.po new file mode 100644 index 0000000..3705306 --- /dev/null +++ b/applications/luci-app-firewall/po/uk/firewall.po @@ -0,0 +1,619 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-29 12:53+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s у %s" + +msgid "%s%s with %s" +msgstr "%s%s із %s" + +msgid "%s, %s in %s" +msgstr "%s, %s у %s" + +msgid "(Unnamed Entry)" +msgstr "(Ð—Ð°Ð¿Ð¸Ñ Ð±ÐµÐ· імені)" + +msgid "(Unnamed Rule)" +msgstr "(Правило без імені)" + +msgid "(Unnamed SNAT)" +msgstr "(SNAT без імені)" + +msgid "-- Please choose --" +msgstr "-- Виберіть --" + +msgid "-- custom --" +msgstr "-- додатково --" + +msgid "%d pkts. per %s" +msgstr "%d пакетів за %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d пакетів за %s, підрÑд %d пакетів" + +msgid "%s and limit to %s" +msgstr "%s з лімітом %s" + +msgid "Action" +msgstr "ДіÑ" + +msgid "Add" +msgstr "Додати" + +msgid "Add and edit..." +msgstr "Додати та редагувати..." + +msgid "Advanced Settings" +msgstr "Розширені наÑтройки" + +msgid "Allow forward from source zones:" +msgstr "Дозволити ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ зон-джерел:" + +msgid "Allow forward to destination zones:" +msgstr "Дозволити ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ зон призначеннÑ:" + +msgid "Any" +msgstr "Будь-Ñкий" + +msgid "Covered networks" +msgstr "Покриті мережі" + +msgid "Custom Rules" +msgstr "ÐаÑтроювані правила" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"ÐаÑтроювані правила дозволÑÑŽÑ‚ÑŒ виконувати довільні команди iptables, Ñкі в іншому випадку не охоплені в межах брандмауера. Команди " +"виконуютьÑÑ Ð¿Ñ–ÑÐ»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð±Ñ€Ð°Ð½Ð´Ð¼Ð°ÑƒÐµÑ€Ð°, відразу піÑÐ»Ñ " +"Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð¸Ð¿Ð¾Ð²Ð¾Ð³Ð¾ набору правил." + +msgid "Destination IP address" +msgstr "IP-адреÑа призначеннÑ" + +msgid "Destination address" +msgstr "ÐдреÑа призначеннÑ" + +msgid "Destination port" +msgstr "Порт призначеннÑ" + +msgid "Destination zone" +msgstr "Зона призначеннÑ" + +msgid "Do not rewrite" +msgstr "Ðе перезапиÑувати" + +msgid "Drop invalid packets" +msgstr "Відкидати помилкові пакети" + +msgid "Enable" +msgstr "Увімкнути" + +msgid "Enable NAT Loopback" +msgstr "Увімкнути NAT Loopback" + +msgid "Enable SYN-flood protection" +msgstr "Увімкнути захиÑÑ‚ від SYN-flood" + +msgid "Enable logging on this zone" +msgstr "Увімкнути реєÑÑ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ цій зоні" + +msgid "External IP address" +msgstr "Ð—Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ IP-адреÑа" + +msgid "External port" +msgstr "Зовнішній порт" + +msgid "External zone" +msgstr "Ð—Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ Ð·Ð¾Ð½Ð°" + +msgid "Extra arguments" +msgstr "Додаткові аргументи" + +msgid "Firewall" +msgstr "Брандмауер" + +msgid "Firewall - Custom Rules" +msgstr "Брандмауер — ÐаÑтроювані правила" + +msgid "Firewall - Port Forwards" +msgstr "Брандмауер — СпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ€Ñ‚Ñ–Ð²" + +msgid "Firewall - Traffic Rules" +msgstr "Брандмауер — Правила трафіка" + +msgid "Firewall - Zone Settings" +msgstr "Брандмауер — Параметри зон" + +msgid "Force connection tracking" +msgstr "Увімкнути відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð·'єднань" + +msgid "Forward" +msgstr "СпрÑмовуваннÑ" + +msgid "Forward to" +msgstr "ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾" + +msgid "From %s in %s" +msgstr "%s у %s" + +msgid "From %s in %s with source %s" +msgstr "%s у %s з вихідним %s" + +msgid "From %s in %s with source %s and %s" +msgstr "%s у %s з вихідним %s та %s" + +msgid "General Settings" +msgstr "Загальні наÑтройки" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 та IPv6" + +msgid "IPv4 only" +msgstr "Лише IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "Лише IPv6" + +msgid "Input" +msgstr "Вхідний" + +msgid "Inter-Zone Forwarding" +msgstr "СпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÑ€Ñ–Ð·ÑŒ зони" + +msgid "Internal IP address" +msgstr "Ð’Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ IP-адреÑа" + +msgid "Internal port" +msgstr "Внутрішній порт" + +msgid "Internal zone" +msgstr "Ð’Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð·Ð¾Ð½Ð°" + +msgid "Limit log messages" +msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½ÑŒ журналу" + +msgid "MSS clamping" +msgstr "ЗатиÑÐºÐ°Ð½Ð½Ñ MSS" + +msgid "Masquerading" +msgstr "Підміна" + +msgid "Match" +msgstr "ЗіÑтавлÑти" + +msgid "Match ICMP type" +msgstr "ЗіÑтавлÑти ICMP типу" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" +"ЗіÑтавлÑти трафік, що ÑпрÑмовуєтьÑÑ Ð½Ð° заданий порт Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ð±Ð¾ діапазон " +"портів." + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" +"ЗіÑтавлÑти вхідний трафік, ÑпрÑмований на заданий порт Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ð±Ð¾ " +"діапазон портів цього вузла." + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" +"ЗіÑтавлÑти вхідний трафік, що виникає на заданому порту джерела або " +"діапазоні портів вузла клієнта." + +msgid "Name" +msgstr "Ім'Ñ" + +msgid "New SNAT rule" +msgstr "Ðове правило SNAT" + +msgid "New forward rule" +msgstr "Ðове правило ÑпрÑмовуваннÑ" + +msgid "New input rule" +msgstr "Ðове вхідне правило" + +msgid "New port forward" +msgstr "Ðове ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ€Ñ‚Ñƒ" + +msgid "New source NAT" +msgstr "Ðовий NAT джерела" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "ЗіÑтавлÑти тільки вхідний трафік, ÑпрÑмований на задану IP-адреÑу." + +msgid "Only match incoming traffic from these MACs." +msgstr "ЗіÑтавлÑти тільки вхідний трафік від цих MAC-адреÑ." + +msgid "Only match incoming traffic from this IP or range." +msgstr "ЗіÑтавлÑти тільки вхідний трафік від цього IP чи діапазону." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" +"ЗіÑтавлÑти тільки вхідний трафік, що виникає на заданому порту джерела або " +"діапазоні портів вузла клієнта." + +msgid "Open ports on router" +msgstr "Відкрити порти на роутері" + +msgid "Other..." +msgstr "Інше..." + +msgid "Output" +msgstr "Вихідний" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" +"Передача додаткових аргументів Ð´Ð»Ñ IPTables. ВикориÑтовуйте з обережніÑÑ‚ÑŽ!" + +msgid "Port Forwards" +msgstr "СпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ€Ñ‚Ñ–Ð²" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" +"СпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ€Ñ‚Ñ–Ð² дозволÑÑ” віддаленим комп'ютерам з Інтернету " +"підключатиÑÑ Ð´Ð¾ певного комп'ютера або Ñлужби у приватній мережі." + +msgid "Protocol" +msgstr "Протокол" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" +"ПереÑпрÑмувати відповідний вхідний трафік на заданий порт внутрішнього вузла" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "ПереÑпрÑмувати відповідний вхідний трафік на заданий внутрішній вузол" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "Обмежити підміну заданими підмережами призначеннÑ" + +msgid "Restrict Masquerading to given source subnets" +msgstr "Обмежити підміну заданими вихідними підмережами" + +msgid "Restrict to address family" +msgstr "Обмежити ÑімейÑтво протоколів" + +msgid "Rewrite matched traffic to the given address." +msgstr "ПерепиÑувати зіÑтавлений трафік на вказану адреÑу." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" +"ПерепиÑувати зіÑтавлений трафік на вказаний порт джерела. Може залишатиÑÑ " +"порожнім, щоб перепиÑувати тільки IP-адреÑу." + +msgid "Rewrite to source %s" +msgstr "Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿Ð¸Ñ Ð½Ð° вихідний %s" + +msgid "Rewrite to source %s, %s" +msgstr "Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿Ð¸Ñ Ð½Ð° вихідний %s, %s" + +msgid "SNAT IP address" +msgstr "IP-адреÑа SNAT" + +msgid "SNAT port" +msgstr "Порт SNAT" + +msgid "Source IP address" +msgstr "IP-адреÑа джерела" + +msgid "Source MAC address" +msgstr "MAC-адреÑа джерела" + +msgid "Source NAT" +msgstr "NAT джерела" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"NAT джерела Ñ” Ñпецифічною формою маÑкуваннÑ, Ñка дозволÑÑ” мати детальний " +"контроль над IP джерела, що викориÑтовуютьÑÑ Ð´Ð»Ñ Ð²Ð¸Ñ…Ñ–Ð´Ð½Ð¾Ð³Ð¾ трафіку, " +"наприклад, Ð´Ð»Ñ Ð·Ñ–ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ñ ÐºÑ–Ð»ÑŒÐºÐ¾Ñ… WAN-Ð°Ð´Ñ€ÐµÑ Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ–Ð¼ підмережам." + +msgid "Source address" +msgstr "ÐдреÑа джерела" + +msgid "Source port" +msgstr "Порт джерела" + +msgid "Source zone" +msgstr "Зона-джерело" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"Брандмауер Ñтворює зони поверх ваших мережевих інтерфейÑів Ð´Ð»Ñ ÑƒÐ¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ " +"потоком мережевого трафіку." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"Опції, наведені нижче, управлÑÑŽÑ‚ÑŒ політиками ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ñ–Ð¶ цією (%s) та " +"іншими зонами. Зони Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð¾ÐºÑ€Ð¸Ð²Ð°ÑŽÑ‚ÑŒÑÑ Ñ‚Ñ€Ð°Ñ„Ñ–ÐºÐ¾Ð¼, що " +"виходить з %q. Зони-джерела покриваютьÑÑ Ñ‚Ñ€Ð°Ñ„Ñ–ÐºÐ¾Ð¼ " +"з інших зон, ÑпрÑмованим на %q. Правила ÑпрÑÐ¼ÑƒÐ²Ð°Ð½Ð½Ñ Ñ” " +"одноÑпрÑмованим, тобто, ÑпрÑÐ¼ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ LAN до WAN не " +"означає, що Ñ” також дозвіл ÑпрÑмовувати від WAN в LAN." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"Ðа цій Ñторінці можна змінити додаткові влаÑтивоÑÑ‚Ñ– елемента ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ " +"портів. У більшоÑÑ‚Ñ– випадків змінювати ці параметри немає необхідноÑÑ‚Ñ–." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" +"Ðа цій Ñторінці можна змінити додаткові влаÑтивоÑÑ‚Ñ– елемента правил трафіка, " +"таких Ñк відповідні параметри джерела та вузлів призначеннÑ." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"Цей розділ визначає загальні влаÑтивоÑÑ‚Ñ– %q. Параметри вхідний Ñ– " +"вихідний задають типову політику Ð´Ð»Ñ Ñ‚Ñ€Ð°Ñ„Ñ–ÐºÑƒ на вході й виході з " +"цієї зони, а параметр \"ÑпрÑмовуваннÑ\" опиÑує політику ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ " +"трафіку між різними мережами в межах зони. Пункт вкриті мережі " +"визначає, Ñкі доÑтупні мережі Ñ” членами цієї зони." + +msgid "To %s at %s on this device" +msgstr "%s на %s цього приÑтрою" + +msgid "To %s in %s" +msgstr "%s у %s" + +msgid "To %s on this device" +msgstr "%s на цього приÑтрою" + +msgid "To %s, %s in %s" +msgstr "%s, %s у %s" + +msgid "To source IP" +msgstr "До IP джерела" + +msgid "To source port" +msgstr "До порту джерела" + +msgid "Traffic Rules" +msgstr "Правила трафіка" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"Правила трафіка визначають політику Ð´Ð»Ñ Ð¿Ð°ÐºÐµÑ‚Ñ–Ð², що переÑилаютьÑÑ Ð¼Ñ–Ð¶ " +"різними зонами, наприклад, відхилÑти трафік між певними вузлами або відкрити " +"порти WAN на маршрутизаторі." + +msgid "Via %s" +msgstr "Через %s" + +msgid "Via %s at %s" +msgstr "Через %s на %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" +"Ви можете вказати кілька протоколів, вибравши \"-- додатково --\", а потім " +"увівши Ñ—Ñ…, розділÑючи пробілами." + +msgid "Zone %q" +msgstr "Зона %q" + +msgid "Zone ⇒ Forwardings" +msgstr "Зона ⇒ СпрÑмовуваннÑ" + +msgid "Zones" +msgstr "Зони" + +msgid "accept" +msgstr "приймати" + +msgid "any" +msgstr "будь-Ñкий" + +msgid "any host" +msgstr "будь-Ñкий вузол" + +msgid "any router IP" +msgstr "будь-Ñкий IP роутера" + +msgid "any zone" +msgstr "будь-Ñкій зоні" + +msgid "don't track" +msgstr "не відÑтеж." + +msgid "drop" +msgstr "опуÑкати" + +msgid "reject" +msgstr "відкидати" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "ПризначеннÑ" + +#~ msgid "Family" +#~ msgstr "СімейÑтво" + +#~ msgid "Forward to %s in %s" +#~ msgstr "ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ %s у %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "ÑпрÑÐ¼Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾ %s, %s у %s" + +#~ msgid "SNAT" +#~ msgstr "SNAT" + +#~ msgid "Source" +#~ msgstr "Джерело" + +#~ msgid "To %s" +#~ msgstr "%s" + +#~ msgid "To %s at %s" +#~ msgstr "%s через %s" + +#~ msgid "Via" +#~ msgstr "Через" + +#~ msgid "Accept forward" +#~ msgstr "Приймати ÑпрÑмовуваннÑ" + +#~ msgid "Accept input" +#~ msgstr "Приймати вхідні" + +#~ msgid "Disable" +#~ msgstr "Вимкнути" + +#~ msgid "Discard forward" +#~ msgstr "СкаÑувати ÑпрÑмовуваннÑ" + +#~ msgid "Discard input" +#~ msgstr "СкаÑувати введеннÑ" + +#~ msgid "Do not track forward" +#~ msgstr "Ðе відÑтежувати ÑпрÑмовуваннÑ" + +#~ msgid "Do not track input" +#~ msgstr "Ðе відÑтежувати введеннÑ" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "діапазон IP" + +#~ msgid "IPs" +#~ msgstr "IP" + +#~ msgid "MAC" +#~ msgstr "MAC" + +#~ msgid "MACs" +#~ msgstr "MAC" + +#~ msgid "Refuse forward" +#~ msgstr "Відкидати ÑпрÑмовуваннÑ" + +#~ msgid "Refuse input" +#~ msgstr "Відкидати вхідні дані" + +#~ msgid "Rule is disabled" +#~ msgstr "Правило вимкнене" + +#~ msgid "Rule is enabled" +#~ msgstr "Правило ввімкнене" + +#~ msgid "day" +#~ msgstr "день" + +#~ msgid "hour" +#~ msgstr "годину" + +#~ msgid "minute" +#~ msgstr "хвилину" + +#~ msgid "not" +#~ msgstr "не" + +#~ msgid "port" +#~ msgstr "порт" + +#~ msgid "ports" +#~ msgstr "порти" + +#~ msgid "second" +#~ msgstr "Ñекунду" + +#~ msgid "type" +#~ msgstr "типом" + +#~ msgid "types" +#~ msgstr "типами" + +#~ msgid "(optional)" +#~ msgstr "(необов'Ñзково)" + +#~ msgid "Intended destination address" +#~ msgstr "ÐдреÑа призначеннÑ" + +#~ msgid "Internal port (optional)" +#~ msgstr "Внутрішній порт (необов'Ñзково)" + +#~ msgid "Advanced Options" +#~ msgstr "Додаткові параметри" + +#~ msgid "Advanced Rules" +#~ msgstr "Розширені правила" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Розширені правила дозволÑÑŽÑ‚ÑŒ налаштувати брандмауер Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… потреб. " +#~ "Лише нові з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð±ÑƒÐ´ÑƒÑ‚ÑŒ узгоджені. Пакети, що належать вже відкриті " +#~ "з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡Ð½Ð¾ пропуÑкаютьÑÑ Ð±Ñ€Ð°Ð½Ð´Ð¼Ð°ÑƒÐµÑ€Ð¾Ð¼." + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "КориÑтувацькі правила (/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "ПриÑтрій" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "Ð”Ð»Ñ DNAT узгоджує вхідний трафік, ÑпрÑмований до відповідної IP адреÑи " +#~ "призначеннÑ. Ð”Ð»Ñ SNAT замінÑÑ” адреÑу джерела на дану адреÑу" diff --git a/applications/luci-app-firewall/po/vi/firewall.po b/applications/luci-app-firewall/po/vi/firewall.po new file mode 100644 index 0000000..645aa88 --- /dev/null +++ b/applications/luci-app-firewall/po/vi/firewall.po @@ -0,0 +1,565 @@ +# luci-fw.pot +# generated from ./applications/luci-fw/luasrc/i18n/luci-fw.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2009-08-16 14:02+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "%s in %s" +msgstr "" + +msgid "%s%s with %s" +msgstr "" + +msgid "%s, %s in %s" +msgstr "" + +msgid "(Unnamed Entry)" +msgstr "" + +msgid "(Unnamed Rule)" +msgstr "" + +msgid "(Unnamed SNAT)" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "%d pkts. per %s" +msgstr "" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "" + +msgid "%s and limit to %s" +msgstr "" + +msgid "Action" +msgstr "Action" + +msgid "Add" +msgstr "" + +msgid "Add and edit..." +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow forward from source zones:" +msgstr "" + +msgid "Allow forward to destination zones:" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Covered networks" +msgstr "" + +msgid "Custom Rules" +msgstr "" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" + +msgid "Destination IP address" +msgstr "" + +msgid "Destination address" +msgstr "Äịa chỉ Ä‘iểm đến" + +msgid "Destination port" +msgstr "Cổng Ä‘iểm đến" + +#, fuzzy +msgid "Destination zone" +msgstr "Äiểm đến" + +msgid "Do not rewrite" +msgstr "" + +msgid "Drop invalid packets" +msgstr "Bá» qua nhÆ°ng gói không hợp lý" + +msgid "Enable" +msgstr "" + +msgid "Enable NAT Loopback" +msgstr "" + +#, fuzzy +msgid "Enable SYN-flood protection" +msgstr "SYN-flood bảo vệ " + +msgid "Enable logging on this zone" +msgstr "" + +msgid "External IP address" +msgstr "" + +msgid "External port" +msgstr "External port" + +msgid "External zone" +msgstr "" + +msgid "Extra arguments" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Firewall - Custom Rules" +msgstr "" + +msgid "Firewall - Port Forwards" +msgstr "" + +msgid "Firewall - Traffic Rules" +msgstr "" + +msgid "Firewall - Zone Settings" +msgstr "" + +msgid "Force connection tracking" +msgstr "" + +msgid "Forward" +msgstr "" + +msgid "Forward to" +msgstr "" + +msgid "From %s in %s" +msgstr "" + +msgid "From %s in %s with source %s" +msgstr "" + +msgid "From %s in %s with source %s and %s" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 and IPv6" +msgstr "" + +msgid "IPv4 only" +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 only" +msgstr "" + +msgid "Input" +msgstr "Input" + +msgid "Inter-Zone Forwarding" +msgstr "" + +#, fuzzy +msgid "Internal IP address" +msgstr "Internal address" + +#, fuzzy +msgid "Internal port" +msgstr "External port" + +msgid "Internal zone" +msgstr "" + +msgid "Limit log messages" +msgstr "" + +#, fuzzy +msgid "MSS clamping" +msgstr "MSS Clamping" + +msgid "Masquerading" +msgstr "" + +msgid "Match" +msgstr "" + +msgid "Match ICMP type" +msgstr "" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "" + +msgid "Name" +msgstr "" + +msgid "New SNAT rule" +msgstr "" + +msgid "New forward rule" +msgstr "" + +msgid "New input rule" +msgstr "" + +msgid "New port forward" +msgstr "" + +msgid "New source NAT" +msgstr "" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "" + +msgid "Only match incoming traffic from these MACs." +msgstr "" + +msgid "Only match incoming traffic from this IP or range." +msgstr "" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "" + +msgid "Open ports on router" +msgstr "" + +msgid "Other..." +msgstr "" + +msgid "Output" +msgstr "Output" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "" + +msgid "Port Forwards" +msgstr "" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "" + +msgid "Restrict Masquerading to given source subnets" +msgstr "" + +msgid "Restrict to address family" +msgstr "" + +msgid "Rewrite matched traffic to the given address." +msgstr "" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "" + +msgid "Rewrite to source %s" +msgstr "" + +msgid "Rewrite to source %s, %s" +msgstr "" + +msgid "SNAT IP address" +msgstr "" + +msgid "SNAT port" +msgstr "" + +#, fuzzy +msgid "Source IP address" +msgstr "Äỉa chỉ MAC nguồn" + +msgid "Source MAC address" +msgstr "" + +msgid "Source NAT" +msgstr "" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" + +#, fuzzy +msgid "Source address" +msgstr "Äỉa chỉ MAC nguồn" + +msgid "Source port" +msgstr "Cổng nguồn" + +#, fuzzy +msgid "Source zone" +msgstr "Cổng nguồn" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "" +"The firewall tạo zones trên giao diện mạng lÆ°á»›i để Ä‘iá»u triển sá»± dòng lÆ°u " +"thông của mạng." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "" + +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" + +msgid "To %s at %s on this device" +msgstr "" + +msgid "To %s in %s" +msgstr "" + +msgid "To %s on this device" +msgstr "" + +msgid "To %s, %s in %s" +msgstr "" + +msgid "To source IP" +msgstr "" + +msgid "To source port" +msgstr "" + +msgid "Traffic Rules" +msgstr "" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" + +msgid "Via %s" +msgstr "" + +msgid "Via %s at %s" +msgstr "" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "" + +msgid "Zone %q" +msgstr "" + +msgid "Zone ⇒ Forwardings" +msgstr "" + +msgid "Zones" +msgstr "Zones" + +msgid "accept" +msgstr "chấp nhận" + +msgid "any" +msgstr "" + +msgid "any host" +msgstr "" + +msgid "any router IP" +msgstr "" + +msgid "any zone" +msgstr "" + +msgid "don't track" +msgstr "" + +msgid "drop" +msgstr "drop" + +msgid "reject" +msgstr "Không chấp nhận" + +msgid "traffic" +msgstr "" + +#~ msgid "Destination" +#~ msgstr "Äiểm đến" + +#~ msgid "Source" +#~ msgstr "Nguồn" + +#~ msgid "Internal port (optional)" +#~ msgstr "Internal port (tùy chá»n)" + +#~ msgid "Advanced Rules" +#~ msgstr "Luật cấp cao" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "Luật cấp cao để bạn tùy chỉnh firewall mà bạn cần. Chỉ những kết nối má»›i " +#~ "sẽ được làm cho phù hợp. Các gói thuá»™c đã mở các kết nối sẽ tá»± Ä‘á»™ng cho " +#~ "phép vượt qua firewall." + +#~ msgid "Port forwarding" +#~ msgstr "Cổng chuyển tiếp" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "" +#~ "Cổng chuyển tiếp cho phép cung cấp những dịch vụ mạng trong vùng tá»›i má»™t " +#~ "ngoại mạng. " + +#~ msgid "Traffic Redirection" +#~ msgstr "Sá»± chuyển hÆ°á»›ng lÆ°u thông" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "" +#~ "Sá»± chuyển hÆ°á»›ng lÆ°u thông cho phép bạn thay đổi địa chỉ Ä‘iểm đến của gói " +#~ "chuyển tiếp. " + +#, fuzzy +#~ msgid "Network" +#~ msgstr "Networks" + +#~ msgid "Traffic Control" +#~ msgstr "Äiá»u khiển lÆ°u thông" + +#~ msgid "Zone-to-Zone traffic" +#~ msgstr "LÆ°u thông Zone- to - Zone" + +#, fuzzy +#~ msgid "" +#~ "Here you can specify which network traffic is allowed to flow between " +#~ "network zones. Only new connections will be matched. Packets belonging " +#~ "to already open connections are automatically allowed to pass the " +#~ "firewall. If you experience occasional connection problems try enabling " +#~ "MSS Clamping otherwise disable it for performance reasons." +#~ msgstr "" +#~ "Tại đây bạn có thể xác định được mạng lÆ°á»›i giao thông được phép lÆ°u lượng " +#~ "qua network zone. Chỉ có kết nối má»›i sẽ là phù hợp. Các gói thuá»™c kết nối " +#~ "đã mở được tá»± Ä‘á»™ng được cho phép để vượt qua firewall. Nếu bạn gặp vấn Ä‘á» " +#~ "kết nối thá»­ kích hoạt MSS Clamping hoặc vô hiệu hóa nó vì lý do thá»±c thi." + +#~ msgid "Zone" +#~ msgstr "Zone" + +#, fuzzy +#~ msgid "Destination IP" +#~ msgstr "Äiểm đến" + +#, fuzzy +#~ msgid "IP address" +#~ msgstr "Äịa chỉ IP" + +#, fuzzy +#~ msgid "Source MAC-address" +#~ msgstr "Äỉa chỉ MAC nguồn" + +#~ msgid "Custom forwarding" +#~ msgstr "Tùy chỉnh chuyển tiếp" + +#~ msgid "Input Zone" +#~ msgstr "Input Zone" + +#~ msgid "Output Zone" +#~ msgstr "Output Zone" + +#~ msgid "External Zone" +#~ msgstr "External Zone" + +#~ msgid "Source MAC" +#~ msgstr "Nguồn MAC" + +#~ msgid "Defaults" +#~ msgstr "Mặc định" + +#~ msgid "" +#~ "These are the default settings that are used if no other rules match." +#~ msgstr "" +#~ "Có những cài đặt mặc định được dùng nếu những cái luật khác không phù hợp" + +#~ msgid "" +#~ "Zones part the network interfaces into certain isolated areas to separate " +#~ "network traffic. One or more networks can belong to a zone. The MASQ-flag " +#~ "enables NAT masquerading for all outgoing traffic on this zone." +#~ msgstr "" +#~ "Phân vùng các phần giao diện mạng vào những khu vá»±c cô lập nhất định để " +#~ "phân chia mạng lÆ°á»›i lÆ°u thông. Má»™t hoặc nhiá»u mạng lÆ°á»›i có thể thuá»™c vào " +#~ "má»™t khu. Các MASQ-flag kích hoạt NAT masquerading cho tất cả các lÆ°u " +#~ "lượng giao thông trên khu vá»±c này." + +#~ msgid "MASQ" +#~ msgstr "MASQ" + +#~ msgid "contained networks" +#~ msgstr "contained networks" diff --git a/applications/luci-app-firewall/po/zh-cn/firewall.po b/applications/luci-app-firewall/po/zh-cn/firewall.po new file mode 100644 index 0000000..03c1b00 --- /dev/null +++ b/applications/luci-app-firewall/po/zh-cn/firewall.po @@ -0,0 +1,589 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-30 17:00+0200\n" +"PO-Revision-Date: 2014-06-14 18:05+0200\n" +"Last-Translator: jame-he <755085131@qq.com>\n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s ä½äºŽ %s" + +msgid "%s%s with %s" +msgstr "%s%s å’Œ %s" + +msgid "%s, %s in %s" +msgstr "%s, %s ä½äºŽ %s" + +msgid "(Unnamed Entry)" +msgstr "(未命åæ¡ç›®)" + +msgid "(Unnamed Rule)" +msgstr "(未命å规则)" + +msgid "(Unnamed SNAT)" +msgstr "(未命åSNAT)" + +msgid "-- Please choose --" +msgstr "-- 请选择 --" + +msgid "-- custom --" +msgstr "-- 自定义 --" + +msgid "%d pkts. per %s" +msgstr "%d 包.æ¯ %s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d 包. æ¯ %s, çªå‘ %d 包." + +msgid "%s and limit to %s" +msgstr "%s 并且é™åˆ¶åˆ° %s" + +msgid "Action" +msgstr "动作" + +msgid "Add" +msgstr "添加" + +msgid "Add and edit..." +msgstr "添加并编辑..." + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Allow forward from source zones:" +msgstr "å…许从æºåŒºåŸŸè½¬å‘" + +msgid "Allow forward to destination zones:" +msgstr "å…许转å‘到目标区域" + +msgid "Any" +msgstr "任何" + +msgid "Covered networks" +msgstr "覆盖网络" + +msgid "Custom Rules" +msgstr "自定义规则" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"自定义规则å…许è¿è¡Œä¸€äº›é˜²ç«å¢™æ²¡æœ‰åŒ…å«çš„功能。这些命令将在æ¯æ¬¡é‡å¯é˜²ç«å¢™æ—¶ï¼Œåœ¨" +"默认的规则è¿è¡ŒåŽç«‹å³æ‰§è¡Œã€‚" + +msgid "Destination IP address" +msgstr "目标IP地å€" + +msgid "Destination address" +msgstr "目标地å€" + +msgid "Destination port" +msgstr "目标端å£" + +msgid "Destination zone" +msgstr "目标区域" + +msgid "Do not rewrite" +msgstr "ä¸å¡«å†™=(所有端å£ï¼‰" + +msgid "Drop invalid packets" +msgstr "丢弃无效数æ®åŒ…" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "Enable NAT Loopback" +msgstr "å¯ç”¨NAT环回" + +msgid "Enable SYN-flood protection" +msgstr "å¯ç”¨SYN-flood防御" + +msgid "Enable logging on this zone" +msgstr "在此区域å…许进入" + +msgid "External IP address" +msgstr "外部IP地å€" + +msgid "External port" +msgstr "外部端å£" + +msgid "External zone" +msgstr "外部区域" + +msgid "Extra arguments" +msgstr "附加å‚æ•°" + +msgid "Firewall" +msgstr "防ç«å¢™" + +msgid "Firewall - Custom Rules" +msgstr "防ç«å¢™ - 自定义规则" + +msgid "Firewall - Port Forwards" +msgstr "防ç«å¢™ - 端å£è½¬å‘" + +msgid "Firewall - Traffic Rules" +msgstr "防ç«å¢™ - 通信规则" + +msgid "Firewall - Zone Settings" +msgstr "防ç«å¢™-区域设置" + +msgid "Force connection tracking" +msgstr "强制连接追踪" + +msgid "Forward" +msgstr "转å‘" + +msgid "Forward to" +msgstr "转å‘到" + +msgid "From %s in %s" +msgstr "æ¥è‡ª %s ä½äºŽ %s" + +msgid "From %s in %s with source %s" +msgstr "æ¥è‡ª %s ä½äºŽ %s å¸¦æº %s" + +msgid "From %s in %s with source %s and %s" +msgstr "æ¥è‡ª %s ä½äºŽ %s å¸¦æº %s 并且 %s" + +msgid "General Settings" +msgstr "基本设置" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 å’Œ IPv6" + +msgid "IPv4 only" +msgstr "ä»…IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "ä»…IPv6" + +msgid "Input" +msgstr "入站数æ®" + +msgid "Inter-Zone Forwarding" +msgstr "端å£è§¦å‘" + +msgid "Internal IP address" +msgstr "内部IP地å€" + +msgid "Internal port" +msgstr "内部端å£" + +msgid "Internal zone" +msgstr "内部区域" + +msgid "Limit log messages" +msgstr "é™åˆ¶æ—¥å¿—ä¿¡æ¯" + +msgid "MSS clamping" +msgstr "MSS钳制" + +msgid "Masquerading" +msgstr "IP动æ€ä¼ªè£…" + +msgid "Match" +msgstr "匹é…规则" + +msgid "Match ICMP type" +msgstr "匹é…ICMP类型" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "需è¦åŒ¹é…转å‘æµé‡åˆ°çš„目标端å£æˆ–端å£èŒƒå›´" + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "需è¦åŒ¹é…入站æµé‡åˆ°çš„目标端å£æˆ–端å£èŒƒå›´" + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "需è¦åŒ¹é…入站æµé‡çš„æºç«¯å£æˆ–端å£èŒƒå›´" + +msgid "Name" +msgstr "åå­—" + +msgid "New SNAT rule" +msgstr "新建SNAT规则" + +msgid "New forward rule" +msgstr "新建转å‘规则" + +msgid "New input rule" +msgstr "新建进入规则" + +msgid "New port forward" +msgstr "新建端å£è½¬å‘" + +msgid "New source NAT" +msgstr "新建Source NAT" + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "需è¦åŒ¹é…入站æµé‡çš„æºIP" + +msgid "Only match incoming traffic from these MACs." +msgstr "需è¦åŒ¹é…入站æµé‡çš„æºMACs(å¯ä»¥ä¸ºå¤šä¸ªï¼‰" + +msgid "Only match incoming traffic from this IP or range." +msgstr "需è¦åŒ¹é…入站æµé‡çš„æºIP或IP范围" + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "需è¦åŒ¹é…入站æµé‡çš„æºç«¯å£æˆ–端å£èŒƒå›´" + +msgid "Open ports on router" +msgstr "打开路由器端å£" + +msgid "Other..." +msgstr "其它..." + +msgid "Output" +msgstr "出站数æ®" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "传递到iptablesçš„é¢å¤–å‚数。å°å¿ƒä½¿ç”¨ï¼" + +msgid "Port Forwards" +msgstr "端å£è½¬å‘" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "端å£è½¬å‘å…许æ¥è‡ªInternet的计算机访问ç§æœ‰å±€åŸŸç½‘内的计算机或æœåŠ¡" + +msgid "Protocol" +msgstr "åè®®" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "é‡å®šå‘匹é…的入站æµé‡åˆ°å†…部主机的端å£" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "é‡å®šå‘匹é…的入站æµé‡åˆ°çš„内部主机" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "è¦é™åˆ¶IP动æ€ä¼ªè£…的目标å­ç½‘" + +msgid "Restrict Masquerading to given source subnets" +msgstr "è¦é™åˆ¶IP动æ€ä¼ªè£…çš„æºå­ç½‘" + +msgid "Restrict to address family" +msgstr "é™åˆ¶åœ°å€" + +msgid "Rewrite matched traffic to the given address." +msgstr "将匹é…æµé‡çš„æºåœ°å€æ”¹å†™æˆæŒ‡å®šåœ°å€" + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "将匹é…æµé‡çš„æºç«¯å£æ”¹å†™æˆæŒ‡å®šç«¯å£ã€‚也å¯ä»¥ç•™ç©ºï¼Œåªæ”¹å†™IP地å€ã€‚" + +msgid "Rewrite to source %s" +msgstr "æºåœ°å€æ”¹å†™æˆ %s" + +msgid "Rewrite to source %s, %s" +msgstr "æºåœ°å€æ”¹å†™æˆ %s, %s" + +msgid "SNAT IP address" +msgstr "SNAT IP地å€" + +msgid "SNAT port" +msgstr "SNAT 端å£" + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# Generated from applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua # +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# msgid "Traffic Redirection" +# msgstr "" +# +# msgid "" +# "Traffic redirection allows you to change the destination address of " +# "forwarded packets." +# msgstr "" +# +# msgid "Overview" +# msgstr "" +# +# msgid "Name" +# msgstr "" +# +# msgid "Source zone" +# msgstr "" +# +# msgid "Source MAC-address" +# msgstr "" +# +# msgid "Source port" +# msgstr "" +# +# msgid "Protocol" +# msgstr "" +# +msgid "Source IP address" +msgstr "æºIP地å€" + +msgid "Source MAC address" +msgstr "æºMAC地å€" + +msgid "Source NAT" +msgstr "Source NAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"Source NAT是一ç§ç‰¹æ®Šå½¢å¼çš„å°åŒ…伪装,它å…许精细的控制传出æµé‡çš„æºIP,例如,将" +"多个WAN地å€æ˜ å°„到内部å­ç½‘。" + +msgid "Source address" +msgstr "æºåœ°å€" + +msgid "Source port" +msgstr "æºç«¯å£" + +msgid "Source zone" +msgstr "æºåŒºåŸŸ" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "防ç«å¢™æŠŠç½‘络接å£åˆ†ä¸ºä¸åŒçš„区域进行管ç†" + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"以下选项å¯ä»¥æŽ§åˆ¶åŒºåŸŸ(%s)和其它区域间的转å‘规则。 目标区域接收" +"从%q转å‘çš„æµé‡ã€‚æºåŒºåŸŸåŒ¹é…从目标为%q的区域的需转å‘æµé‡ã€‚以下规则无法转å‘,例如:转å‘lanæµé‡åˆ°wan," +"但是ä¸å…许从wan转å‘到lan。" + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "本页é¢å¯ä»¥æ›´æ”¹ç«¯å£è½¬å‘的高级设置。大多数情况下,ä¸éœ€è¦æ›´æ”¹è¿™äº›è®¾ç½®ã€‚" + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "本页é¢å¯ä»¥æ›´æ”¹é€šä¿¡è§„则的高级设置,比如:需匹é…çš„æºä¸»æœºå’Œç›®æ ‡ä¸»æœºã€‚" + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"本节定义 %q 的通用属性, å…¥ç«™æ•°æ® å’Œ 出站数æ®è§„则用于设置数" +"æ®åŒ…“进â€å’Œâ€œå‡ºâ€è·¯ç”±å™¨ï¼ˆæŸä¸ªæŽ¥å£ï¼‰é»˜è®¤çš„转å‘原则,转å‘规则用于特定(一" +"个或多个)区域的ä¸åŒå­ç½‘之间的数æ®åŒ…转å‘。覆盖网络选择从属于这个区域" +"的网络。" + +msgid "To %s at %s on this device" +msgstr "到 %s at %s ä½äºŽæœ¬è®¾å¤‡" + +msgid "To %s in %s" +msgstr "到 %s ä½äºŽ %s" + +msgid "To %s on this device" +msgstr "到 %s ä½äºŽæœ¬è®¾å¤‡" + +msgid "To %s, %s in %s" +msgstr "到 %s, %s ä½äºŽ %s" + +msgid "To source IP" +msgstr "到æºIP" + +msgid "To source port" +msgstr "到æºç«¯å£" + +msgid "Traffic Rules" +msgstr "通信规则" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"通信规则定义了ä¸åŒåŒºåŸŸé—´çš„æµé‡ä¼ é€ï¼Œä¾‹å¦‚:拒ç»ä¸€äº›ä¸»æœºä¹‹é—´çš„通信ã€æ‰“开到WANçš„" +"端å£ã€‚" + +msgid "Via %s" +msgstr "通过 %s" + +msgid "Via %s at %s" +msgstr "通过 %s at %s" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "你也å¯ä»¥é€‰æ‹©â€œ--自定义--â€æ¥å®šä¹‰å¤šä¸ªå议,在多个å议间需加空格。" + +msgid "Zone %q" +msgstr "区域 %q" + +msgid "Zone ⇒ Forwardings" +msgstr "区域 ⇒ 转å‘" + +msgid "Zones" +msgstr "区域" + +msgid "accept" +msgstr "接å—" + +msgid "any" +msgstr "所有" + +msgid "any host" +msgstr "所有主机" + +msgid "any router IP" +msgstr "所有路由地å€" + +msgid "any zone" +msgstr "所有区域" + +msgid "don't track" +msgstr "无动作" + +msgid "drop" +msgstr "丢弃" + +msgid "reject" +msgstr "æ‹’ç»" + +msgid "traffic" +msgstr "交通" + +#~ msgid "Destination" +#~ msgstr "目标" + +#~ msgid "Family" +#~ msgstr "地å€é›†åˆ" + +#~ msgid "Forward to %s in %s" +#~ msgstr "转å‘到 %s ä½äºŽ %s" + +#~ msgid "Forward to %s, %s in %s" +#~ msgstr "转å‘到 %s, %s ä½äºŽ %s" + +#~ msgid "Source" +#~ msgstr "æº" + +#~ msgid "Via" +#~ msgstr "通过" + +#~ msgid "Disable" +#~ msgstr "ç¦ç”¨" + +#~ msgid "Do not track forward" +#~ msgstr "ä¸è¦è¿½è¸ªè½¬å‘" + +#~ msgid "Do not track input" +#~ msgstr "ä¸è¦è¿½è¸ªè¿›å…¥" + +#~ msgid "IP" +#~ msgstr "IP" + +#~ msgid "IP range" +#~ msgstr "IP范围" + +#~ msgid "(optional)" +#~ msgstr "(å¯é€‰ï¼‰" + +#~ msgid "Intended destination address" +#~ msgstr "目标地å€" + +#~ msgid "Internal port (optional)" +#~ msgstr "内部端å£ï¼ˆå¯é€‰ï¼‰" + +#~ msgid "Advanced Options" +#~ msgstr "高级选项" + +#~ msgid "Advanced Rules" +#~ msgstr "高级规则" + +#~ msgid "" +#~ "Advanced rules let you customize the firewall to your needs. Only new " +#~ "connections will be matched. Packets belonging to already open " +#~ "connections are automatically allowed to pass the firewall." +#~ msgstr "" +#~ "高级规则å…许按需定制防ç«å¢™ã€‚此规则åªé™åˆ¶æ–°å»ºç«‹çš„连接,对于已建立链路的数æ®" +#~ "包会自动å…许通过。" + +#~ msgid "Custom Rules (/etc/firewall.user)" +#~ msgstr "自定义规则(/etc/firewall.user)" + +#~ msgid "Device" +#~ msgstr "设备" + +#~ msgid "" +#~ "For DNAT, match incoming traffic directed at the given destination ip " +#~ "address. For SNAT rewrite the source address to the given address." +#~ msgstr "" +#~ "DNAT:将目标地å€è½¬æ¢ä¸ºæŒ‡å®šçš„IP地å€ï¼›SNAT:将æºåœ°å€è½¬æ¢ä¸ºæŒ‡å®šçš„IP地å€ã€‚" + +#~ msgid "" +#~ "Match incoming traffic originating from the given source port or port " +#~ "range on the client host" +#~ msgstr "在客户端上,比较输入通é“与给定的æºç«¯å£æ˜¯å¦ä¸€è‡´ã€‚" + +#~ msgid "Overview" +#~ msgstr "概览" + +#~ msgid "Port forwarding" +#~ msgstr "端å£è½¬å‘" + +#~ msgid "" +#~ "Port forwarding allows to provide network services in the internal " +#~ "network to an external network." +#~ msgstr "端å£è½¬å‘-å…许外部网络访问内部网络" + +#~ msgid "Redirection type" +#~ msgstr "é‡å®šå‘类型" + +#~ msgid "Redirections" +#~ msgstr "é‡å®šå‘" + +#~ msgid "Rules" +#~ msgstr "规则" + +#~ msgid "Traffic Redirection" +#~ msgstr "æµé‡é‡å®šå‘" + +#~ msgid "" +#~ "Traffic redirection allows you to change the destination address of " +#~ "forwarded packets." +#~ msgstr "æµé‡é‡å®šå‘å…许你修改数æ®åŒ…转å‘地å€" + +#~ msgid "Zone" +#~ msgstr "区" + +#~ msgid "MASQ" +#~ msgstr "MASQ" diff --git a/applications/luci-app-firewall/po/zh-tw/firewall.po b/applications/luci-app-firewall/po/zh-tw/firewall.po new file mode 100644 index 0000000..2240675 --- /dev/null +++ b/applications/luci-app-firewall/po/zh-tw/firewall.po @@ -0,0 +1,449 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-21 12:45+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s in %s" +msgstr "%s 在 %s 之中" + +msgid "%s%s with %s" +msgstr "%s%s åŒ %s" + +msgid "%s, %s in %s" +msgstr " %s, %s 在 %s 之中" + +msgid "(Unnamed Entry)" +msgstr "(未命åçš„é …ç›®)" + +msgid "(Unnamed Rule)" +msgstr "(未命åçš„è¦å‰‡)" + +msgid "(Unnamed SNAT)" +msgstr "(未命å的來æºNAT)" + +msgid "-- Please choose --" +msgstr "-- è«‹é¸æ“‡ --" + +msgid "-- custom --" +msgstr "-- 自訂 --" + +msgid "%d pkts. per %s" +msgstr "%d å°åŒ…數. æ¯%s" + +msgid "%d pkts. per %s, burst %d pkts." +msgstr "%d å°åŒ…數. æ¯%s, çˆ†é‡ %d å°åŒ…數." + +msgid "%s and limit to %s" +msgstr "%s 且é™åˆ¶åˆ° %s" + +msgid "Action" +msgstr "動作" + +msgid "Add" +msgstr "新增" + +msgid "Add and edit..." +msgstr "新增並編輯..." + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Allow forward from source zones:" +msgstr "å…許從source zones轉發:" + +msgid "Allow forward to destination zones:" +msgstr "å…許從 destination zones轉發:" + +msgid "Any" +msgstr "ä»»æ„" + +msgid "Covered networks" +msgstr "已覆蓋的網路" + +msgid "Custom Rules" +msgstr "自訂的è¦å‰‡ç¾¤" + +msgid "" +"Custom rules allow you to execute arbritary iptables commands which are not " +"otherwise covered by the firewall framework. The commands are executed after " +"each firewall restart, right after the default ruleset has been loaded." +msgstr "" +"自定義è¦å‰‡å…許你執行這是ä¸ä»¥å…¶ä»–æ–¹å¼æ¶‰åŠçš„防ç«ç‰†æ¡†æž¶arbritaryçš„iptables命令。" +"該命令是æ¯å€‹é˜²ç«ç‰†é‡å•Ÿå¾ŒåŸ·è¡Œï¼Œé»˜èªè¦å‰‡é›†å·²ç¶“加載之後。" + +msgid "Destination IP address" +msgstr "目標IPä½å€" + +msgid "Destination address" +msgstr "目標ä½å€" + +msgid "Destination port" +msgstr "目地埠" + +msgid "Destination zone" +msgstr "目標å€" + +msgid "Do not rewrite" +msgstr "ä¸è¦æ”¹å¯«" + +msgid "Drop invalid packets" +msgstr "丟棄ä¸æ­£ç¢ºçš„å°åŒ…群" + +msgid "Enable" +msgstr "啟用" + +msgid "Enable NAT Loopback" +msgstr "啓用NAT回傳" + +msgid "Enable SYN-flood protection" +msgstr "啟用SYN-flood攻擊的ä¿è­·" + +msgid "Enable logging on this zone" +msgstr "啟用日誌記錄這å€" + +msgid "External IP address" +msgstr "外部IPä½å€" + +msgid "External port" +msgstr "外部埠" + +msgid "External zone" +msgstr "外部å€åŸŸ" + +msgid "Extra arguments" +msgstr "é¡å¤–åƒæ•¸" + +msgid "Firewall" +msgstr "防ç«ç‰†" + +msgid "Firewall - Custom Rules" +msgstr "防ç«ç‰†-自訂è¦å‰‡" + +msgid "Firewall - Port Forwards" +msgstr "防ç«ç‰†-埠轉發" + +msgid "Firewall - Traffic Rules" +msgstr "防ç«ç‰†-æµé‡è¦å‰‡" + +msgid "Firewall - Zone Settings" +msgstr "防ç«ç‰†-å€åŸŸè¨­å®š" + +msgid "Force connection tracking" +msgstr "強制連線追蹤" + +msgid "Forward" +msgstr "轉發" + +msgid "Forward to" +msgstr "轉發到" + +msgid "From %s in %s" +msgstr "從%s在%s" + +msgid "From %s in %s with source %s" +msgstr "從%s在%s與來æºï¼…" + +msgid "From %s in %s with source %s and %s" +msgstr "從%s在%s與來æºï¼…s和%s" + +msgid "General Settings" +msgstr "一般設定" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 and IPv6" +msgstr "IPv4 å’Œ IPv6" + +msgid "IPv4 only" +msgstr "僅有IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 only" +msgstr "僅有IPv6" + +msgid "Input" +msgstr "輸入" + +msgid "Inter-Zone Forwarding" +msgstr "內部-å€è½‰ç™¼" + +msgid "Internal IP address" +msgstr "內部的IPä½å€" + +msgid "Internal port" +msgstr "內部的埠號" + +msgid "Internal zone" +msgstr "內部å€" + +msgid "Limit log messages" +msgstr "é™åˆ¶æ—¥èªŒè¨Šæ¯æ•¸" + +msgid "MSS clamping" +msgstr "MSS調節" + +msgid "Masquerading" +msgstr "å½è£" + +msgid "Match" +msgstr "匹é…" + +msgid "Match ICMP type" +msgstr "匹é…çš„ICMPåž‹æ…‹" + +msgid "Match forwarded traffic to the given destination port or port range." +msgstr "匹é…已轉發的æµé‡åˆ°çµ¦å®šçš„目標埠或者範åœåŸ " + +msgid "" +"Match incoming traffic directed at the given destination port or port range " +"on this host" +msgstr "匹é…輸入的æµé‡åˆ°ä¸»æ©Ÿä¸Šçµ¦å®šçš„目標埠或者範åœåŸ " + +msgid "" +"Match incoming traffic originating from the given source port or port range " +"on the client host." +msgstr "從給定的來æºåŸ æˆ–範åœåŸ åœ¨å®¢æˆ¶ç«¯ä¸»æ©Ÿä¸Šçš„匹é…傳入æµé‡å§‹ç™¼ã€‚" + +msgid "Name" +msgstr "å稱" + +msgid "New SNAT rule" +msgstr "新的來æºNATè¦å‰‡" + +msgid "New forward rule" +msgstr "新轉發è¦å‰‡" + +msgid "New input rule" +msgstr "新輸入è¦å‰‡" + +msgid "New port forward" +msgstr "新轉發埠" + +msgid "New source NAT" +msgstr "新來æºåŸ " + +msgid "Only match incoming traffic directed at the given IP address." +msgstr "僅匹é…傳入æµé‡äºˆçµ¦å®šçš„IP地å€." + +msgid "Only match incoming traffic from these MACs." +msgstr "僅匹é…從這些MAC群的傳入æµé‡." + +msgid "Only match incoming traffic from this IP or range." +msgstr "僅匹é…從這個IP或範åœIP給傳入æµé‡." + +msgid "" +"Only match incoming traffic originating from the given source port or port " +"range on the client host" +msgstr "僅匹é…從給定的來æºåŸ æˆ–範åœåŸ çš„客戶端主機上給傳入æµé‡." + +msgid "Open ports on router" +msgstr "開啟路由器上的埠號群" + +msgid "Other..." +msgstr "其它..." + +msgid "Output" +msgstr "輸出" + +msgid "Passes additional arguments to iptables. Use with care!" +msgstr "通行é¡å¤–çš„åƒæ•¸åˆ° iptables上. 使用è¦å°å¿ƒ!" + +msgid "Port Forwards" +msgstr "埠轉éž" + +msgid "" +"Port forwarding allows remote computers on the Internet to connect to a " +"specific computer or service within the private LAN." +msgstr "埠轉發å…許é ç«¯ç¶²éš›ç¶²è·¯ä¸Šçš„電腦來連接到在ç§äººå€ç¶²å…§æŒ‡å®šçš„電腦或æœå‹™." + +msgid "Protocol" +msgstr "å”定" + +msgid "" +"Redirect matched incoming traffic to the given port on the internal host" +msgstr "é‡å°Žå‘已匹é…傳入æµé‡åˆ°å…§éƒ¨ä¸»æ©Ÿä¸Šçš„指定埠" + +msgid "Redirect matched incoming traffic to the specified internal host" +msgstr "é‡å°Žå‘已匹é…傳入æµé‡åˆ°å…§éƒ¨ä¸»æ©Ÿä¸Š" + +msgid "Restrict Masquerading to given destination subnets" +msgstr "é™åˆ¶å½è£åˆ°å·²çµ¦äºˆçš„目標å­ç¶²è·¯" + +msgid "Restrict Masquerading to given source subnets" +msgstr "é™åˆ¶å½è£åˆ°å·²çµ¦äºˆçš„來æºå­ç¶²è·¯" + +msgid "Restrict to address family" +msgstr "é™åˆ¶çš„ä½å€ç¾¤" + +msgid "Rewrite matched traffic to the given address." +msgstr "改寫已匹é…çš„æµé‡åˆ°çµ¦å®šçš„ä½å€." + +msgid "" +"Rewrite matched traffic to the given source port. May be left empty to only " +"rewrite the IP address." +msgstr "改寫已匹é…çš„æµé‡åˆ°çµ¦å®šçš„來æºåŸ . 或許å¯ä»¥ä¿ç•™ç©ºç™½åˆ°å”¯ä¸€æ”¹å¯«çš„IPä½å€." + +msgid "Rewrite to source %s" +msgstr "æ”¹å¯«åˆ°ä¾†æº %s" + +msgid "Rewrite to source %s, %s" +msgstr "æ”¹å¯«åˆ°ä¾†æº %s, %s" + +msgid "SNAT IP address" +msgstr "來æºNAT IP ä½å€" + +msgid "SNAT port" +msgstr "來æºNAT IP 埠" + +msgid "Source IP address" +msgstr "ä¾†æº IP ä½å€" + +msgid "Source MAC address" +msgstr "ä¾†æº MAC硬體ä½å€" + +msgid "Source NAT" +msgstr "來æºNAT" + +msgid "" +"Source NAT is a specific form of masquerading which allows fine grained " +"control over the source IP used for outgoing traffic, for example to map " +"multiple WAN addresses to internal subnets." +msgstr "" +"來æºNAT是å½è£çš„一種特殊形å¼,它å…許å°è¼¸å‡ºæµé‡çš„來æºIP進行精細控制, 例如è¦å°æ˜ " +"到多個WANä½å€åˆ°å…§éƒ¨å­ç¶²è·¯ç¾¤ä¸Š." + +msgid "Source address" +msgstr "來æºä½å€" + +msgid "Source port" +msgstr "來æºåŸ " + +msgid "Source zone" +msgstr "來æºå€" + +msgid "" +"The firewall creates zones over your network interfaces to control network " +"traffic flow." +msgstr "防ç«ç‰†å°ä½ çš„網路建立å€åŸŸä»¥ä¾¿æŽ§åˆ¶ç¶²è·¯æµå‘." + +msgid "" +"The options below control the forwarding policies between this zone (%s) and " +"other zones. Destination zones cover forwarded traffic " +"originating from %q. Source zones match forwarded " +"traffic from other zones targeted at %q. The forwarding " +"rule is unidirectional, e.g. a forward from lan to wan does " +"not imply a permission to forward from wan to lan as well." +msgstr "" +"下列的é¸é …控制這å€åŸŸ(%s)和其它å€è½‰ç™¼ç­–ç•¥.ç›®åœ°å€ è¦†è“‹å¾ž %q èµ·" +"æºçš„ 已轉發的æµé‡.來æºå€åŒ¹é…從其它å€åŸŸé‡å° %q的轉發æµé‡.轉發è¦å‰‡æ˜¯å–®å‘çš„." + +msgid "" +"This page allows you to change advanced properties of the port forwarding " +"entry. In most cases there is no need to modify those settings." +msgstr "" +"這é é¢å…許你修改這個轉發埠項目的進階é¸é …. 在大多數情æ³ä¸‹,ä¸éœ€è¦ä¿®æ”¹é€™äº›è¨­å®š." + +msgid "" +"This page allows you to change advanced properties of the traffic rule " +"entry, such as matched source and destination hosts." +msgstr "這é é¢å…許改變進階æµé‡è¦å‰‡é …目的進階設置, 例如匹é…的來æºå’Œç›®æ¨™ä¸»æ©Ÿ." + +#, fuzzy +msgid "" +"This section defines common properties of %q. The input and " +"output options set the default policies for traffic entering and " +"leaving this zone while the forward option describes the policy for " +"forwarded traffic between different networks within the zone. Covered " +"networks specifies which available networks are members of this zone." +msgstr "" +"本節定義 %q 的通用屬性.在輸入和輸出é¸é …設置交通進出的默èªç­–" +"ç•¥,而在轉發的é¸é …æ述在這å€åŸŸå…§ä¸åŒç¶²è·¯çš„轉發æµé‡.已覆蓋的網路群" +"指定特定å€åŸŸæˆå“¡å¯ä»¥æ˜¯è¢«é‹ç”¨çš„網路." + +msgid "To %s at %s on this device" +msgstr "到%s在上的此設備的%sçš„" + +msgid "To %s in %s" +msgstr "到%s在%s" + +msgid "To %s on this device" +msgstr "到%s上的此設備的" + +msgid "To %s, %s in %s" +msgstr "到%s,%sçš„ï¼…s中" + +msgid "To source IP" +msgstr "來æºIP" + +msgid "To source port" +msgstr "來æºåŸ " + +msgid "Traffic Rules" +msgstr "æµé‡è¦å‰‡" + +msgid "" +"Traffic rules define policies for packets traveling between different zones, " +"for example to reject traffic between certain hosts or to open WAN ports on " +"the router." +msgstr "" +"æµé‡è¦å‰‡å®šç¾©åœ¨ä¸åŒå€åŸŸä¹‹é–“ç«„è¡Œå°åŒ…çš„ç­–ç•¥,例如è¦æ‹’絕特定主機群的æµé‡æˆ–者è¦æ‰“é–‹" +"路由器上WAN埠。" + +msgid "Via %s" +msgstr "通éŽï¼…sçš„" + +msgid "Via %s at %s" +msgstr "通éŽï¼…s在%sçš„" + +msgid "" +"You may specify multiple by selecting \"-- custom --\" and then entering " +"protocols separated by space." +msgstr "ä½ å¯ä»¥ä»¥é¸æ“‡\"-- 自訂 --\"並且打入由空格分開的å”定來åšå¤šé‡æŒ‡å®š." + +msgid "Zone %q" +msgstr "å€åŸŸ %q" + +msgid "Zone ⇒ Forwardings" +msgstr "å€åŸŸ ⇒ 轉發進行" + +msgid "Zones" +msgstr "領域" + +msgid "accept" +msgstr "接å—" + +msgid "any" +msgstr "ä»»æ„" + +msgid "any host" +msgstr "ä»»æ„埠" + +msgid "any router IP" +msgstr "ä»»æ„路由器IP" + +msgid "any zone" +msgstr "ä»»æ„å€" + +msgid "don't track" +msgstr "ä¸è¦è¿½è¹¤" + +msgid "drop" +msgstr "丟棄" + +msgid "reject" +msgstr "拒絕" + +msgid "traffic" +msgstr "" diff --git a/applications/luci-app-freifunk-diagnostics/Makefile b/applications/luci-app-freifunk-diagnostics/Makefile new file mode 100644 index 0000000..d511684 --- /dev/null +++ b/applications/luci-app-freifunk-diagnostics/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Tools for network diagnosis like traceroute and ping +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua b/applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua new file mode 100644 index 0000000..7bb4761 --- /dev/null +++ b/applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua @@ -0,0 +1,72 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2011 Jo-Philipp Wich +-- Copyright 2013 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.freifunk.diag", package.seeall) + +function index() + local uci = require("luci.model.uci").cursor() + local page + page = node("freifunk", "status", "diagnostics") + page.target = template("freifunk/diagnostics") + page.title = _("Diagnostics") + page.order = 60 + + page = entry({"freifunk", "status", "diag_ping"}, call("diag_ping"), nil) + page.leaf = true + + page = entry({"freifunk", "status", "diag_nslookup"}, call("diag_nslookup"), nil) + page.leaf = true + + page = entry({"freifunk", "status", "diag_traceroute"}, call("diag_traceroute"), nil) + page.leaf = true + + page = entry({"freifunk", "status", "diag_ping6"}, call("diag_ping6"), nil) + page.leaf = true + + page = entry({"freifunk", "status", "diag_traceroute6"}, call("diag_traceroute6"), nil) + page.leaf = true +end + +function diag_command(cmd, addr) + if addr and addr:match("^[a-zA-Z0-9%-%.:_]+$") then + luci.http.prepare_content("text/plain") + + local util = io.popen(cmd % addr) + if util then + while true do + local ln = util:read("*l") + if not ln then break end + luci.http.write(ln) + luci.http.write("\n") + end + + util:close() + end + + return + end + + luci.http.status(500, "Bad address") +end + +function diag_ping(addr) + diag_command("ping -c 5 -W 1 %q 2>&1", addr) +end + +function diag_traceroute(addr) + diag_command("traceroute -q 1 -w 1 -n %q 2>&1", addr) +end + +function diag_nslookup(addr) + diag_command("nslookup %q 2>&1", addr) +end + +function diag_ping6(addr) + diag_command("ping6 -c 5 %q 2>&1", addr) +end + +function diag_traceroute6(addr) + diag_command("traceroute6 -q 1 -w 2 -n %q 2>&1", addr) +end diff --git a/applications/luci-app-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm b/applications/luci-app-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm new file mode 100644 index 0000000..fe205d0 --- /dev/null +++ b/applications/luci-app-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm @@ -0,0 +1,111 @@ +<%# + Copyright 2010 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +<% +local fs = require "nixio.fs" +local has_ping6 = fs.access("/bin/ping6") or fs.access("/usr/bin/ping6") +local has_traceroute6 = fs.access("/usr/bin/traceroute6") +%> + + + + +
"> +
+

<%:Diagnostics%>

+ +
+ <%:Network Utilities%> + +
+ +
+
+ <% if has_ping6 then %> + + + <% else %> + + <% end %> +
+ +
+
+ <% if has_traceroute6 then %> + + + <% else %> + + <% end %> + <% if not has_traceroute6 then %> +

 

+

<%:Install iputils-traceroute6 for IPv6 traceroute%>

+ <% end %> +
+ +
+
+ +
+ +

+ +
+
+ + +
+ +<%+footer%> diff --git a/applications/luci-app-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics b/applications/luci-app-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics new file mode 100644 index 0000000..963d8a4 --- /dev/null +++ b/applications/luci-app-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics @@ -0,0 +1,2 @@ +#!/bin/sh +rm -f /tmp/luci-indexcache diff --git a/applications/luci-app-freifunk-policyrouting/Makefile b/applications/luci-app-freifunk-policyrouting/Makefile new file mode 100644 index 0000000..f60c2ea --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Policy routing for mesh traffic +LUCI_DEPENDS:=+freifunk-policyrouting + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua b/applications/luci-app-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua new file mode 100644 index 0000000..b550fc8 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua @@ -0,0 +1,9 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module "luci.controller.freifunk.policy-routing" + +function index() + entry({"admin", "freifunk", "policyrouting"}, cbi("freifunk/policyrouting"), + _("Policy Routing"), 60) +end diff --git a/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua b/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua new file mode 100644 index 0000000..b09c237 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua @@ -0,0 +1,34 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() + +m = Map("freifunk-policyrouting", translate("Policy Routing"), translate("These pages can be used to setup policy routing for certain firewall zones. ".. + "This is useful if you need to use your own internet connection for yourself but you don't want to share it with others (thats why it can also be ".. + "called 'Ego Mode'). Your own traffic is then sent via your internet connection while traffic originating from the mesh will use another gateway in the mesh. ")) +m:chain("network") + +c = m:section(NamedSection, "pr", "settings", "") + +local pr = c:option(Flag, "enable", translate("Enable Policy Routing")) +pr.rmempty = false + +local strict = c:option(Flag, "strict", translate("Strict Filtering"), translate("If no default route is received from the mesh network then traffic which belongs to ".. + "the selected firewall zones is routed via your internet connection as a fallback. If you do not want this and instead block that traffic then you should ".. + "select this option.")) +strict.rmempty = false + +local fallback = c:option(Flag, "fallback", translate("Fallback to mesh"), + translate("If your own gateway is not available then fallback to the mesh default gateway.")) +strict.rmempty = false + +local zones = c:option(MultiValue, "zones", translate("Firewall zones"), translate("All traffic from interfaces belonging to these zones will be sent via ".. + "a gateway in the mesh network.")) +uci:foreach("firewall", "zone", function(section) + local name = section.name + if not (name == "wan") then + zones:value(name) + end +end) + +return m diff --git a/applications/luci-app-freifunk-policyrouting/po/ca/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/ca/freifunk-policyrouting.po new file mode 100644 index 0000000..c1d96e0 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/ca/freifunk-policyrouting.po @@ -0,0 +1,62 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 23:52+0200\n" +"PO-Revision-Date: 2014-07-03 20:37+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Tot el trànsit des de interfícies pertinent a aquestes zones s'enviarà via " +"una passarel·la en la xarxa en malla." + +msgid "Enable Policy Routing" +msgstr "Habilita el encaminament per política" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "Zones de tallafocs" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "Encaminament per política" + +msgid "Strict Filtering" +msgstr "Filtració estricta" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Aquestes pàgines es poden utilitzar per configurar encaminament en certes " +"zones de tallafocs. Això és útil si necessiteu utilitzar la vostra pròpia " +"connexió a Internet per a vós mateix però no voleu compartir-la amb altres " +"(és per això que també es diu 'Mode egoista'). El vostre propi trànsit " +"llavors s'envia via la vostra connexió d'Internet mentre el trànsit " +"originant en malla utilitzarà altra passarel·la en malla." diff --git a/applications/luci-app-freifunk-policyrouting/po/cs/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/cs/freifunk-policyrouting.po new file mode 100644 index 0000000..4ec9f8d --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/cs/freifunk-policyrouting.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-26 20:27+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "Povolit politiku smÄ›rování" + +msgid "Fallback to mesh" +msgstr "Fallback do mesh" + +msgid "Firewall zones" +msgstr "Zóny firewallu" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "Politika smÄ›rování" + +msgid "Strict Filtering" +msgstr "Striktní filtrování" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/de/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/de/freifunk-policyrouting.po new file mode 100644 index 0000000..bb24f61 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/de/freifunk-policyrouting.po @@ -0,0 +1,67 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-11-21 20:53+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Traffic der aus diesen Zonen kommt wird über ein Internetgateway im Mesh " +"weitergeleitet." + +msgid "Enable Policy Routing" +msgstr "Policy Routing aktivieren" + +msgid "Fallback to mesh" +msgstr "Auf Mesh zurückfallen" + +msgid "Firewall zones" +msgstr "Firewallzonen" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Falls im Mesh kein anderer Internetgateway verfügbar ist, dann wird Traffic " +"aus den ausgewählten Zonen als Fallback über die Internetverbindung dieses " +"Routers geleitet. Wenn das nicht gewünscht ist und dieser Traffic dann " +"stattdessen geblockt werden soll, dann aktiviere diese Option." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"Wenn das eigene lokale Gateway nicht verfügbar ist, dann nutze das aktuelle " +"Mesh-Default-Gateway." + +msgid "Policy Routing" +msgstr "Policy Routing" + +msgid "Strict Filtering" +msgstr "Strenges Filtern" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Auf diesen Seiten kann Policy Routing für bestimmte Firewallzonen aktiviert " +"werden. Dies ist z.B. nützlich, wenn du deinen eigenen Internetverkehr über " +"deine eigene Internetverbindung routen aber diese nicht mit anderen teilen " +"willst ('Mein Gateway für mich allein'). Eigener Traffic wird dann über die " +"eigene Internetverbindung geschickt während Traffic aus den ausgewählten " +"Firewallzonen über einen anderen Gateway im Mesh geleitet wird." diff --git a/applications/luci-app-freifunk-policyrouting/po/el/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/el/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/el/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/en/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/en/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/en/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/es/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/es/freifunk-policyrouting.po new file mode 100644 index 0000000..8af3458 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/es/freifunk-policyrouting.po @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-22 22:34+0200\n" +"PO-Revision-Date: 2012-10-14 22:49+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Todo el tráfico desde interfaces de estas zonas se enviará por una pasarela " +"de la red mesh." + +msgid "Enable Policy Routing" +msgstr "Activar política de enrutado" + +msgid "Fallback to mesh" +msgstr "Si falla usar mesh" + +msgid "Firewall zones" +msgstr "Zonas del cortafuegos" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Si no se recibe una ruta por defecto de la red mesh el tráfico de las zonas " +"de cortafuegos seleccionado se enviará por esta conexión de red. Si no desea " +"esto marque esta opción para bloquearlo." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"Si su pasarela no está disponible cambie a la pasarela por defecto de la " +"mesh." + +msgid "Policy Routing" +msgstr "Política de enrutamiento" + +msgid "Strict Filtering" +msgstr "Filtrado estricto" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Estas páginas se pueden usar para definir la política de enrutamiento para " +"ciertas zonas del cortafuegos. Esto es útil si quiere usar su conexión a " +"internet pero no quiere compartirla con otros (por eso se llama \"Modo " +"egoísta\"). Su propio tráfico se enviará por su conexión internet mientras " +"que el tráfico del mes usará otra pasarela en la mesh." diff --git a/applications/luci-app-freifunk-policyrouting/po/fr/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/fr/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/fr/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/he/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/he/freifunk-policyrouting.po new file mode 100644 index 0000000..8d83098 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/he/freifunk-policyrouting.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/hu/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/hu/freifunk-policyrouting.po new file mode 100644 index 0000000..8d83098 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/hu/freifunk-policyrouting.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/it/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/it/freifunk-policyrouting.po new file mode 100644 index 0000000..61ac6c0 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/it/freifunk-policyrouting.po @@ -0,0 +1,69 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-09 20:22+0200\n" +"PO-Revision-Date: 2013-02-09 20:27+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Tutto il traffico dalle interfacce appartenenti a tali zone saranno inviate " +"tramite un gateway nella rete mesh." + +msgid "Enable Policy Routing" +msgstr "Attiva la politica di instradamento" + +msgid "Fallback to mesh" +msgstr "Posizione di sicurezza in mesh" + +msgid "Firewall zones" +msgstr "Zone Firewall" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Se nessun percorso predefinito viene ricevuto dalla rete mesh, il traffico " +"che fa parte delle zone del firewall selezionato verranno instradate tramite " +"la connessione a Internet come ripiego. Se non si desidera questo invece " +"di bloccare il traffico è necessario selezionare questa opzione." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"Se il proprio gateway non è disponibile, ripiego per il gateway predefinito " +"mash." + +msgid "Policy Routing" +msgstr "Politica di Instradamento" + +msgid "Strict Filtering" +msgstr "Livello massimo di filtraggio" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Queste pagine possono essere utilizzati per impostare la politica di " +"instradamento per le zone del firewall determinati. Questo è utile se è " +"necessario utilizzare la vostra connessione internet per de stesso, ma non " +"si desidera condividere con gli altri (questo è il motivo per cui può anche " +"essere chiamato 'Modalità Ego'). Il tuo traffico viene poi inviato tramite " +"la tua connessione a Internet mentre il traffico proveniente dalla rete " +"utilizzerà un altro gateway in mesh." diff --git a/applications/luci-app-freifunk-policyrouting/po/ja/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/ja/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/ja/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/ms/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/ms/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/ms/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/no/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/no/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/no/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/pl/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/pl/freifunk-policyrouting.po new file mode 100644 index 0000000..bcb4492 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/pl/freifunk-policyrouting.po @@ -0,0 +1,69 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-24 07:01+0200\n" +"PO-Revision-Date: 2012-08-24 08:02+0200\n" +"Last-Translator: goodgod261 \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"CaÅ‚y ruch sieciowy z interfejsów należących do tych stref bÄ™dzie wysyÅ‚any " +"przez bramÄ™ w sieci mesh." + +msgid "Enable Policy Routing" +msgstr "WÅ‚Ä…cz politykÄ™ trasowania (routingu)" + +msgid "Fallback to mesh" +msgstr "Fallback do mesh" + +msgid "Firewall zones" +msgstr "Strefy firewalla" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"JeÅ›li nie otrzymano domyÅ›lnej trasy z sieci mesh, ruch sieciowy należący do " +"wybranej strefy firewalla jest trasowany przez Twoje poÅ‚Ä…czenie z internetem " +"jako fallback. JeÅ›li tego nie chcesz i zamiast tego chciaÅ‚byÅ› blokować taki " +"ruch sieciowy, powinieneÅ› zaznaczyć tÄ™ opcjÄ™." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"JeÅ›li Twoja wÅ‚asna brama nie jest dostÄ™pna, wykonaj fallback do domyÅ›lnej " +"bramy sieci mesh." + +msgid "Policy Routing" +msgstr "Polityka trasowania (routingu)" + +msgid "Strict Filtering" +msgstr "ÅšcisÅ‚e filtrowanie" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Te strony mogÄ… zostać użyte do ustawienia polityki trasowania (routingu) dla " +"wybranych stref firewalla. Jest to użyteczne jeÅ›li chcesz używać swojego " +"poÅ‚Ä…czenia z internetem sam i nie chcesz dzielić siÄ™ nim z innymi (stÄ…d " +"alternatywna nazwa \"tryb ego\"). Twój wÅ‚asny ruch sieciowy jest wysyÅ‚any " +"przez Twoje poÅ‚Ä…czenie, zaÅ› ruch pochodzÄ…cy z sieci mesh bÄ™dzie używać innej " +"bramy w sieci." diff --git a/applications/luci-app-freifunk-policyrouting/po/pt-br/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/pt-br/freifunk-policyrouting.po new file mode 100644 index 0000000..4aac8ca --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/pt-br/freifunk-policyrouting.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-10-12 09:13+0200\n" +"PO-Revision-Date: 2012-09-27 00:40+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Todo o tráfego das interfaces pertencentes a estas zonas será enviado " +"através de um roteador padrão na rede em malha." + +msgid "Enable Policy Routing" +msgstr "Habilitar a Política de Roteamento" + +msgid "Fallback to mesh" +msgstr "Se falhar, usar a malha" + +msgid "Firewall zones" +msgstr "Zonas do firewall" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Se nenhuma rota padrão for recebida da rede em malha, então o tráfego que " +"pertencer a zona de firewall selecionada através da sua conexão internet " +"como solução de contorno. Se você não quer isto e, ao contrário, deseja " +"bloquear este tráfego, então você deve selecionar esta opção." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"Se o seu roteador não estiver disponível, usar como alternativa o roteador " +"padrão da malha." + +msgid "Policy Routing" +msgstr "Política de Roteamento" + +msgid "Strict Filtering" +msgstr "Filtragem Estrita" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Estas páginas podem ser usadas para configurar a política de roteamento para " +"certas zonas de firewall. Isto pode ser útil se você precisa usar sua " +"própria conexão com a internet para si e não quer compartilhá-la com outros " +"(é por isto que isto pode ser chamado de 'Modo Egocêntrico'). Seu próprio " +"tráfego é enviado através de sua conexão com a internet enquanto o tráfego " +"originado da rede em malha irá usar outro roteador na malha." diff --git a/applications/luci-app-freifunk-policyrouting/po/pt/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/pt/freifunk-policyrouting.po new file mode 100644 index 0000000..41a6b21 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/pt/freifunk-policyrouting.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-31 11:53+0200\n" +"PO-Revision-Date: 2013-05-31 11:54+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"Todo o trafego das interfaces que pertencem a estas zonas será enviado pela " +"gateway de rede." + +msgid "Enable Policy Routing" +msgstr "Ativar a Politica de Routing" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "Zonas da Firewall" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "Política de Routing" + +msgid "Strict Filtering" +msgstr "Filtragem Estrita" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/ro/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/ro/freifunk-policyrouting.po new file mode 100644 index 0000000..3386101 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/ro/freifunk-policyrouting.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:28+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "Zone de firewall" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/ru/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/ru/freifunk-policyrouting.po new file mode 100644 index 0000000..a4ba704 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/ru/freifunk-policyrouting.po @@ -0,0 +1,70 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: freifunk-policyrouting\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-25 12:26+0200\n" +"PO-Revision-Date: 2012-08-15 15:27+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"ВеÑÑŒ трафик от интерфейÑов, принадлежащих Ñтим зонам, будет поÑлан через " +"шлюз в ÑчеиÑтой Ñети." + +msgid "Enable Policy Routing" +msgstr "Разрешить политику маршрутизации" + +#, fuzzy +msgid "Fallback to mesh" +msgstr "Откат к ÑчеиÑтой Ñети" + +msgid "Firewall zones" +msgstr "Зоны межÑетевого Ñкрана" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Трафик, принадлежащий выбранным зонам межÑетевого Ñкрана, маршрутизируетÑÑ " +"через ваше интернет-Ñоединение, еÑли маршрут по умолчанию не был получен из " +"ÑчеиÑтой Ñети. ЕÑли Ð²Ð°Ñ Ñто не уÑтраивает, то выберите Ñту опцию и данный " +"трафик будет заблокирован." + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"ЕÑли ваш шлюз не доÑтупен, откатитьÑÑ Ðº иÑпользованию шлюза ÑчеиÑтой Ñети по " +"умолчанию." + +msgid "Policy Routing" +msgstr "Политика маршрутизации" + +msgid "Strict Filtering" +msgstr "Ð¡Ñ‚Ñ€Ð¾Ð³Ð°Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ñ" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Ðа Ñтих Ñтраницах Ð’Ñ‹ можете наÑтроить политику маршрутизации Ð´Ð»Ñ " +"определённых зон межÑетевого Ñкрана. Это может быть полезно, еÑли вы хотите " +"иÑпользовать интернет-ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð´Ð»Ñ ÑебÑ. Ваш трафик в Ñтом Ñлучае " +"будет иÑпользовать только ваше интернет-Ñоединение, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº трафик " +"ÑчеиÑтой Ñети будет иÑпользовать другой шлюз." diff --git a/applications/luci-app-freifunk-policyrouting/po/sk/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/sk/freifunk-policyrouting.po new file mode 100644 index 0000000..b1a7810 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/sk/freifunk-policyrouting.po @@ -0,0 +1,49 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/sv/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/sv/freifunk-policyrouting.po new file mode 100644 index 0000000..1310afa --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/sv/freifunk-policyrouting.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot b/applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot new file mode 100644 index 0000000..b4c35c1 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot @@ -0,0 +1,42 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/tr/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/tr/freifunk-policyrouting.po new file mode 100644 index 0000000..af1616f --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/tr/freifunk-policyrouting.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/uk/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/uk/freifunk-policyrouting.po new file mode 100644 index 0000000..e4cc687 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/uk/freifunk-policyrouting.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 16:14+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +#, fuzzy +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" +"ВеÑÑŒ трафік з інтерфейÑів, прив'Ñзаних до цих зон буде відправлений через " +"шлюз в комірчаÑÑ‚Ñ– мережі." + +#, fuzzy +msgid "Enable Policy Routing" +msgstr "Ðктивувати політику маршрутизації" + +msgid "Fallback to mesh" +msgstr "" + +#, fuzzy +msgid "Firewall zones" +msgstr "Зона фаєрволу" + +#, fuzzy +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"Якщо маршрут типово не буде отриманий з Ñітки мережі, то трафік, Ñкий " +"належить до вибраної зони фаєрволу прÑмує через ваше інтернет-з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð² " +"ÑкоÑÑ‚Ñ– запаÑного варіанту. Якщо ви не хочете цього, а заміÑÑ‚ÑŒ цього, що " +"блокувати трафік, то ви повинні вибрати цю опцію." + +#, fuzzy +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" +"Якщо ваш шлюз недоÑтупний, то відбуваєтьÑÑ Ð¿Ð¾Ð²ÐµÑ€Ð½ÐµÐ½Ð½Ñ Ð´Ð¾ оÑновного шлюзу " +"Ñітки." + +msgid "Policy Routing" +msgstr "Політика маршрутизації" + +msgid "Strict Filtering" +msgstr "ЖорÑтка фільтраціÑ" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"Ці Ñторінки можна викориÑтовувати Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð»Ñ–Ñ‚Ð¸ÐºÐ¸ маршрутизації " +"Ð´Ð»Ñ Ð¿ÐµÐ²Ð½Ð¸Ñ… зон фаєрволу. Це кориÑно, Ñкщо вам потрібно викориÑтовувати Ñвоє " +"влаÑне інтернет-з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ñебе, Ñ– ви не хочете ділитиÑÑ Ð½Ð¸Ð¼ з іншими " +"людьми (оÑÑŒ чому воно також називатиÑÑ 'Его режим '). Ваш влаÑний трафік " +"потім відправлений через ваше інтернет-з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð² той Ñ‡Ð°Ñ Ñк трафік, " +"витікаючий із мережі буде викориÑтовувати інший шлюз у мережі." diff --git a/applications/luci-app-freifunk-policyrouting/po/vi/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/vi/freifunk-policyrouting.po new file mode 100644 index 0000000..3c9a17e --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/vi/freifunk-policyrouting.po @@ -0,0 +1,39 @@ +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-policyrouting/po/zh-cn/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/zh-cn/freifunk-policyrouting.po new file mode 100644 index 0000000..ff0aabc --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/zh-cn/freifunk-policyrouting.po @@ -0,0 +1,57 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-10-09 03:50+0200\n" +"PO-Revision-Date: 2013-10-09 04:04+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "所有æµé‡å±žäºŽè¿™ä¸ªmesh网络区域的数æ®æµéƒ½å°†é€šè¿‡ç½‘å…³æ¥å‘é€ã€‚" + +msgid "Enable Policy Routing" +msgstr "å¯ç”¨ç­–略路由" + +msgid "Fallback to mesh" +msgstr "meshåŽå¤‡" + +msgid "Firewall zones" +msgstr "防ç«å¢™åŒºåŸŸ" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" +"如果没有缺çœçš„mesh网络路由,则使用属于防ç«å¢™åŒºåŸŸå†…çš„Internet连接作为备用路由。如果你ä¸æƒ³è¦è¿™ä¸ªï¼Œè€Œæ˜¯é˜»æ­¢è¯¥æµé‡ï¼Œé‚£ä¹ˆä½ åº”该选择此选项。" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "如果您自己的网关ä¸å¯ç”¨ï¼Œåˆ™é€€å›žåˆ°mesh默认网关。" + +msgid "Policy Routing" +msgstr "策略路由" + +msgid "Strict Filtering" +msgstr "严格过滤" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" +"这些页é¢ç”¨äºŽæŸäº›é˜²ç«å¢™åŒºåŸŸè®¾ç½®ç­–略路由。这是éžå¸¸æœ‰ç”¨çš„,如果你需è¦è‡ªå·±ä½¿ç”¨è‡ªå·±çš„互è”网连接,但你ä¸æƒ³æŠŠå®ƒåˆ†äº«ç»™å…¶ä»–人(这就是为什么它也被称为“自我模å¼'" +")。你自己的æµé‡ï¼Œé€šè¿‡ä½ çš„互è”网连接å‘é€ï¼Œè€Œmesh中的数æ®åŒ…将使用mesh中å¦å¤–的网关。" diff --git a/applications/luci-app-freifunk-policyrouting/po/zh-tw/freifunk-policyrouting.po b/applications/luci-app-freifunk-policyrouting/po/zh-tw/freifunk-policyrouting.po new file mode 100644 index 0000000..58efa74 --- /dev/null +++ b/applications/luci-app-freifunk-policyrouting/po/zh-tw/freifunk-policyrouting.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "" +"All traffic from interfaces belonging to these zones will be sent via a " +"gateway in the mesh network." +msgstr "" + +msgid "Enable Policy Routing" +msgstr "" + +msgid "Fallback to mesh" +msgstr "" + +msgid "Firewall zones" +msgstr "" + +msgid "" +"If no default route is received from the mesh network then traffic which " +"belongs to the selected firewall zones is routed via your internet " +"connection as a fallback. If you do not want this and instead block that " +"traffic then you should select this option." +msgstr "" + +msgid "" +"If your own gateway is not available then fallback to the mesh default " +"gateway." +msgstr "" + +msgid "Policy Routing" +msgstr "" + +msgid "Strict Filtering" +msgstr "" + +msgid "" +"These pages can be used to setup policy routing for certain firewall zones. " +"This is useful if you need to use your own internet connection for yourself " +"but you don't want to share it with others (thats why it can also be called " +"'Ego Mode'). Your own traffic is then sent via your internet connection " +"while traffic originating from the mesh will use another gateway in the mesh." +msgstr "" diff --git a/applications/luci-app-freifunk-widgets/Makefile b/applications/luci-app-freifunk-widgets/Makefile new file mode 100644 index 0000000..d748827 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Widgets for the Freifunk index page +LUCI_DEPENDS:=+luci-mod-freifunk + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-freifunk-widgets/luasrc/controller/freifunk/widgets.lua b/applications/luci-app-freifunk-widgets/luasrc/controller/freifunk/widgets.lua new file mode 100644 index 0000000..37104fc --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/controller/freifunk/widgets.lua @@ -0,0 +1,35 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local require = require +module "luci.controller.freifunk.widgets" + + +function index() + + local page = node("admin", "freifunk", "widgets") + page.target = cbi("freifunk/widgets/widgets_overview") + page.title = _("Widgets") + page.i18n = "widgets" + page.order = 30 + + local page = node("admin", "freifunk", "widgets", "widget") + page.target = cbi("freifunk/widgets/widget") + page.leaf = true + + local page = node("freifunk", "search_redirect") + page.target = call("search_redirect") + page.leaf = true +end + +function search_redirect() + local dsp = require "luci.dispatcher" + local http = require "luci.http" + local engine = http.formvalue("engine") + local searchterms = http.formvalue("searchterms") or "" + if engine then + http.redirect(engine .. searchterms) + else + http.redirect(dsp.build_url()) + end +end diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua new file mode 100644 index 0000000..fc23f4b --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua @@ -0,0 +1,16 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local map, section = ... + +local width = wdg:option(Value, "width", translate("Width")) +width.rmempty = true + +--[[ +local height = wdg:option(Value, "height", translate("Height")) +height.rmempty = true +height.optional = true +]]-- + +local pr = wdg:option(Value, "paddingright", translate("Padding right")) +pr.rmempty = true diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua new file mode 100644 index 0000000..adeffa9 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua @@ -0,0 +1,31 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local map, section = ... +local utl = require "luci.util" +local fs = require "nixio.fs" +local file = "/usr/share/customtext/" .. arg[1] .. ".html" + +local form, ferr = loadfile(utl.libpath() .. "/model/cbi/freifunk/widgets/heightwidth.lua") +if form then + setfenv(form, getfenv(1))(m, wdg) +end + +t = wdg:option(TextValue, "_text") +t.rmempty = true +t.rows = 20 + + +function t.cfgvalue() + return fs.readfile(file) or "" +end + +function t.write(self, section, value) + return fs.writefile(file, value) +end + +function t.remove(self, section) + return fs.unlink(file) +end + + diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua new file mode 100644 index 0000000..68ab06d --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua @@ -0,0 +1,13 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local map, section = ... +local utl = require "luci.util" + +local form, ferr = loadfile(utl.libpath() .. "/model/cbi/freifunk/widgets/heightwidth.lua") +if form then + setfenv(form, getfenv(1))(m, wdg) +end + +local url = wdg:option(Value, "url", translate("URL")) +url.default = "http://www.freifunk.net" diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua new file mode 100644 index 0000000..68fa3be --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua @@ -0,0 +1,25 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local map, section = ... +local utl = require "luci.util" + +local form, ferr = loadfile(utl.libpath() .. "/model/cbi/freifunk/widgets/heightwidth.lua") +if form then + setfenv(form, getfenv(1))(m, wdg) +end + +local url = wdg:option(Value, "url", translate("URL")) +url.default = "http://global.freifunk.net/rss/all/rss.xml" + +local max = wdg:option(Value, "max", translate("Maximal entries to show")) +max.rmempty = true +max.default = "10" +max.datatype = "integer" + +local cache = wdg:option(Value, "cache", translate("Cache Time"), translate("Cache downloaded feed for that many seconds.")) +cache.rmempty = true +cache.default = "3600" +cache.datatype = "integer" + + diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua new file mode 100644 index 0000000..a027489 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua @@ -0,0 +1,15 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local map, section = ... +local utl = require "luci.util" + +local form, ferr = loadfile(utl.libpath() .. "/model/cbi/freifunk/widgets/heightwidth.lua") +if form then + setfenv(form, getfenv(1))(m, wdg) +end + +local engine = wdg:option(DynamicList, "engine", translate("Search Engine"), + translate("Use the form Name|URL, where URL must be a full URL to the search engine " .. + "including the query GET parameter, e.g. 'Google|http://www.google.de/search?q='") + ) diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua new file mode 100644 index 0000000..7b6cd89 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua @@ -0,0 +1,37 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() +local dsp = require "luci.dispatcher" +local utl = require "luci.util" +local widget = uci:get("freifunk-widgets", arg[1], "template") +local title = uci:get("freifunk-widgets", arg[1], "title") or "" + +m = Map("freifunk-widgets", translate("Widget")) +m.redirect = luci.dispatcher.build_url("admin/freifunk/widgets") + +if not arg[1] or m.uci:get("freifunk-widgets", arg[1]) ~= "widget" then + luci.http.redirect(m.redirect) + return +end + +wdg = m:section(NamedSection, arg[1], "widget", translate("Widget") .. " " .. title) +wdg.anonymous = true +wdg.addremove = false + +local en = wdg:option(Flag, "enabled", translate("Enable")) +en.rmempty = false + +local title = wdg:option(Value, "title", translate("Title")) +title.rmempty = true + +local form = loadfile( + utl.libpath() .. "/model/cbi/freifunk/widgets/%s.lua" % widget +) + +if form then + setfenv(form, getfenv(1))(m, wdg) +end + +return m + diff --git a/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua new file mode 100644 index 0000000..076d8e0 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua @@ -0,0 +1,68 @@ +-- Copyright 2012 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() +local fs = require "nixio.fs" +local utl = require "luci.util" +m = Map("freifunk-widgets", translate("Widgets"), + translate("Configure installed widgets.")) + +wdg = m:section(TypedSection, "widget", translate("Widgets")) +wdg.addremove = true +wdg.extedit = luci.dispatcher.build_url("admin/freifunk/widgets/widget/%s") +wdg.template = "cbi/tblsection" +wdg.sortable = true + +--[[ +function wdg.create(...) + local sid = TypedSection.create(...) + luci.http.redirect(wdg.extedit % sid) +end +]]-- + +local en = wdg:option(Flag, "enabled", translate("Enable")) +en.rmempty = false +--en.default = "0" +function en.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" +end + +local tmpl = wdg:option(ListValue, "template", translate("Template")) +local file +for file in fs.dir("/usr/lib/lua/luci/view/freifunk/widgets/") do + if file ~= "." and file ~= ".." then + tmpl:value(file) + end +end + +local title = wdg:option(Value, "title", translate("Title")) +title.rmempty = true + +local width = wdg:option(Value, "width", translate("Width")) +width.rmempty = true + +local height = wdg:option(Value, "height", translate("Height")) +height.rmempty = true + +local pr = wdg:option(Value, "paddingright", translate("Padding right")) +pr.rmempty = true + +function m.on_commit(self) + -- clean custom text files whose config has been deleted + local dir = "/usr/share/customtext/" + local active = {} + uci:foreach("freifunk-widgets", "widget", function(s) + if s["template"] == "html" then + table.insert(active, s[".name"]) + end + end ) + local file + for file in fs.dir(dir) do + local filename = string.gsub(file, ".html", "") + if not utl.contains(active, filename) then + fs.unlink(dir .. file) + end + end +end + +return m diff --git a/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm new file mode 100644 index 0000000..df01839 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm @@ -0,0 +1,15 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- +%> +
diff --git a/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm new file mode 100644 index 0000000..46e063b --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm @@ -0,0 +1,42 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- + +--local utl = require "luci.util" +local fs = require "nixio.fs" +local title = data.title +local name = data['.name'] +local file = "/usr/share/customtext/" .. name .. ".html" +local text = fs.readfile(file) +local width = data.width or "100%" +local pr = data.paddingright or "0" +if type(width) == "number" then + width = width .. "px" +end + +%> + +
+
+ <% if title then %> +

<%=title%>

+ <% end %> + <% if text then %> + <%=text%> + <%else%> + <%:Could not load the custom text from%> "<%=file%>!" + <%end%> + + <%=data.text%> +
+
diff --git a/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm new file mode 100644 index 0000000..f0d89d7 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm @@ -0,0 +1,45 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- + +local url = data['url'] +local name = data['.name'] +local title = data['title'] or "No title set" +local height = data['height'] or "400px" +if type(height) == "number" then + height = height .. "px" +end +local width = data['width'] or "100%" +if type(width) == "number" then + width = width .. "px" +end + +%> + +
+

<%=title%>

+ +<% if not url then %> + +<%:No url set.%> + +<% else %> +
+ + +<%:Sorry, your browser doesn't support the object tag and cannot display this page:%>
+<%=url%> +
+
+
+<%end%> diff --git a/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm new file mode 100644 index 0000000..ff81ba8 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm @@ -0,0 +1,84 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- + +local sys = require "luci.sys" +local utl = require "luci.util" +local fs = require "nixio.fs" +local i18n = require "luci.i18n" +local url = data.url +local title = data.title or i18n.translate("RSS") +local max = tonumber(data.max) or 10 +local rss +local pr = data.paddingright or "0" +local output = {} +local width = data.width or "100%" +if type(width) == "number" then + width = width .. "px" +end +local name = data['.name'] +local cachetime = tonumber(data.cache) or 3600 +cachefile = "/tmp/" .. name .. ".cache" +%> +
diff --git a/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm new file mode 100644 index 0000000..f2e2fb9 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm @@ -0,0 +1,54 @@ +<% +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- +local utl = require "luci.util" +local title = luci.i18n.translate(data.title or "Search") +local name = data['.name'] +local width = data.width or "100%" + +if type(width) == "number" then + width = width .. "px" +end + +local engines = {} +if type(data.engine) == "table" then + engines = data.engine +else + for k, v in ipairs(string.split(data.engine, " ")) do + table.insert(engines, v) + end +end +%> + +
+

<%=title%>

+
+
+
+ <% + local checked = " checked" + for k, v in ipairs(engines) do + local e = utl.split(v, "|") + local name = e[1] + local url = e[2] + if name and url then + %> + > <%=name%>
+ <% end + checked = "" + end +%> + +
+
+
diff --git a/applications/luci-app-freifunk-widgets/root/etc/config/freifunk-widgets b/applications/luci-app-freifunk-widgets/root/etc/config/freifunk-widgets new file mode 100644 index 0000000..5a9f325 --- /dev/null +++ b/applications/luci-app-freifunk-widgets/root/etc/config/freifunk-widgets @@ -0,0 +1,33 @@ +config widget 'example_iframe' + option template 'iframe' + option url 'http://www.freifunk.net' + option title 'Freifunk Homepage' + option height '500px' + option width '100%' + option enabled '0' + +config widget 'example_rss' + option template 'rssfeed' + option url 'http://global.freifunk.net/rss/all/rss.xml' + option max '10' + option cache '3600' + option enabled '0' + option title 'Globaler Freifunk RSS Feed' + +config widget 'example_search' + option template 'search' + option enabled '0' + option title 'Search' + list engine 'Google|http://www.google.de/search?q=' + list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search=' + option width '50%' + option paddingright '8%' + +config widget 'example_customtext' + option template 'html' + option width '50%' + option enabled '0' + +config widget 'example_clear' + option enabled '0' + option template 'clear' diff --git a/applications/luci-app-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets b/applications/luci-app-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets new file mode 100644 index 0000000..ce5537a --- /dev/null +++ b/applications/luci-app-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets @@ -0,0 +1 @@ +/usr/share/customtext diff --git a/applications/luci-app-fwknopd/Makefile b/applications/luci-app-fwknopd/Makefile new file mode 100644 index 0000000..3fbd88a --- /dev/null +++ b/applications/luci-app-fwknopd/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2015 The LuCI Team +# +# This is free software, licensed under the GNU General Public License v2. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon +LUCI_DEPENDS:=+fwknopd +qrencode +PKG_VERSION:=1.0 +PKG_RELEASE:=1 +PKG_LICENSE:=GPLv2 +PKG_MAINTAINER:=Jonathan Bennett +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua b/applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua new file mode 100644 index 0000000..069a77e --- /dev/null +++ b/applications/luci-app-fwknopd/luasrc/controller/fwknopd.lua @@ -0,0 +1,15 @@ +-- Copyright 2015 Jonathan Bennett +-- Licensed to the public under the GNU General Public License v2. + +module("luci.controller.fwknopd", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/fwknopd") then + return + end + + local page + + page = entry({"admin", "services", "fwknopd"}, cbi("fwknopd"), _("Firewall Knock Daemon")) + page.dependent = true +end diff --git a/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua b/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua new file mode 100644 index 0000000..096724f --- /dev/null +++ b/applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua @@ -0,0 +1,54 @@ +-- Copyright 2015 Jonathan Bennett +-- Licensed to the public under the GNU General Public License v2. + +m = Map("fwknopd", translate("Firewall Knock Operator")) + +s = m:section(TypedSection, "global", translate("Enable Uci/Luci control")) -- Set uci control on or off +s.anonymous=true +s:option(Flag, "uci_enabled", translate("Enable config overwrite"), translate("When unchecked, the config files in /etc/fwknopd will be used as is, ignoring any settings here.")) +qr = s:option(DummyValue, "note0", "dummy") +qr.template = "fwknopd-qr" +qr:depends("uci_enabled", "1") + +s = m:section(TypedSection, "access", translate("access.conf stanzas")) -- set the access.conf settings +s.anonymous=true +s.addremove=true +s.dynamic=true +s:option(Value, "SOURCE", "SOURCE", translate("Use ANY for any source ip")) +k1 = s:option(Value, "KEY", "KEY", translate("Define the symmetric key used for decrypting an incoming SPA packet that is encrypted by the fwknop client with Rijndael.")) +k1:depends("keytype", translate("Normal Key")) +k2 = s:option(Value, "KEY_BASE64", "KEY_BASE64", translate("Define the symmetric key used for decrypting an incoming SPA \ + packet that is encrypted by the fwknop client with Rijndael.")) +k2:depends("keytype", translate("Base 64 key")) +l1 = s:option(ListValue, "keytype", "Key type") +l1:value("Normal Key", "Normal Key") +l1:value("Base 64 key", "Base 64 key") +k3 = s:option(Value, "HMAC_KEY", "HMAC_KEY", "The hmac key") +k3:depends("hkeytype", "Normal Key") +k4 = s:option(Value, "HMAC_KEY_BASE64", "HMAC_KEY_BASE64", translate("The base64 hmac key")) +k4:depends("hkeytype", "Base 64 key") +l2 = s:option(ListValue, "hkeytype", "HMAC Key type") +l2:value("Normal Key", "Normal Key") +l2:value("Base 64 key", "Base 64 key") +s:option(Value, "OPEN_PORTS", "OPEN_PORTS", translate("Define a set of ports and protocols (tcp or udp) that will be opened if a valid knock sequence is seen. \ + If this entry is not set, fwknopd will attempt to honor any proto/port request specified in the SPA data \ + (unless of it matches any “RESTRICT_PORTS†entries). Multiple entries are comma-separated.")) +s:option(Value, "FW_ACCESS_TIMEOUT", "FW_ACCESS_TIMEOUT", translate("Define the length of time access will be granted by fwknopd through the firewall after a \ + valid knock sequence from a source IP address. If “FW_ACCESS_TIMEOUT†is not set then the default \ + timeout of 30 seconds will automatically be set.")) +s:option(Value, "REQUIRE_SOURCE_ADDRESS", "REQUIRE_SOURCE_ADDRESS", translate("Force all SPA packets to contain a real IP address within the encrypted data. \ + This makes it impossible to use the -s command line argument on the fwknop client command line, so either -R \ + has to be used to automatically resolve the external address (if the client behind a NAT) or the client must \ + know the external IP and set it via the -a argument.")) +s:option(DummyValue, "note1", translate("Enter custom access.conf variables below:")) + +s = m:section(TypedSection, "config", translate("fwknopd.conf config options")) +s.anonymous=true +s.dynamic=true +s:option(Value, "MAX_SPA_PACKET_AGE", "MAX_SPA_PACKET_AGE", translate("Maximum age in seconds that an SPA packet will be accepted. defaults to 120 seconds")) +s:option(Value, "PCAP_INTF", "PCAP_INTF", translate("Specify the ethernet interface on which fwknopd will sniff packets.")) +s:option(Value, "ENABLE_IPT_FORWARDING", "ENABLE_IPT_FORWARDING", translate("Allow SPA clients to request access to services through an iptables firewall instead of just to it.")) +s:option(DummyValue, "note2", translate("Enter custom fwknopd.conf variables below:")) + +return m + diff --git a/applications/luci-app-fwknopd/luasrc/view/fwknopd-qr.htm b/applications/luci-app-fwknopd/luasrc/view/fwknopd-qr.htm new file mode 100644 index 0000000..9e6e818 --- /dev/null +++ b/applications/luci-app-fwknopd/luasrc/view/fwknopd-qr.htm @@ -0,0 +1 @@ +<% print(luci.sys.exec("sh /usr/sbin/gen-qr.sh")) %> diff --git a/applications/luci-app-fwknopd/po/en/fwknopd.po b/applications/luci-app-fwknopd/po/en/fwknopd.po new file mode 100644 index 0000000..d75c99d --- /dev/null +++ b/applications/luci-app-fwknopd/po/en/fwknopd.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-05-12 21:03-0500\n" +"Last-Translator: Jonathan Bennett \n" +"Language-Team: English\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"Allow SPA clients to request access to services through an iptables firewall " +"instead of just to it." +msgstr "" +"Allow SPA clients to request access to services through an iptables firewall " +"instead of just to it." + +msgid "Base 64 key" +msgstr "Base 64 key" + +msgid "" +"Define a set of ports and protocols (tcp or udp) that will be opened if a " +"valid knock sequence is seen. If this entry is not set, fwknopd will attempt " +"to honor any proto/port request specified in the SPA data (unless of it " +"matches any “RESTRICT_PORTS†entries). Multiple entries are comma-separated." +msgstr "" +"Define a set of ports and protocols (tcp or udp) that will be opened if a " +"valid knock sequence is seen. If this entry is not set, fwknopd will attempt " +"to honor any proto/port request specified in the SPA data (unless of it " +"matches any “RESTRICT_PORTS†entries). Multiple entries are comma-separated." + +msgid "" +"Define the length of time access will be granted by fwknopd through the " +"firewall after a valid knock sequence from a source IP address. If " +"“FW_ACCESS_TIMEOUT†is not set then the default timeout of 30 seconds will " +"automatically be set." +msgstr "" +"Define the length of time access will be granted by fwknopd through the " +"firewall after a valid knock sequence from a source IP address. If " +"“FW_ACCESS_TIMEOUT†is not set then the default timeout of 30 seconds will " +"automatically be set." + +msgid "" +"Define the symmetric key used for decrypting an incoming SPA packet that is " +"encrypted by the fwknop client with Rijndael." +msgstr "" +"Define the symmetric key used for decrypting an incoming SPA packet that is " +"encrypted by the fwknop client with Rijndael." + +msgid "Enable Uci/Luci control" +msgstr "Enable Uci/Luci control" + +msgid "Enable config overwrite" +msgstr "Enable config overwrite" + +msgid "Enter custom access.conf variables below:" +msgstr "Enter custom access.conf variables below:" + +msgid "Enter custom fwknopd.conf variables below:" +msgstr "Enter custom fwknopd.conf variables below:" + +msgid "Firewall Knock Daemon" +msgstr "Firewall Knock Daemon" + +msgid "Firewall Knock Operator" +msgstr "Firewall Knock Operator" + +msgid "" +"Force all SPA packets to contain a real IP address within the encrypted " +"data. This makes it impossible to use the -s command line argument on the " +"fwknop client command line, so either -R has to be used to automatically " +"resolve the external address (if the client behind a NAT) or the client must " +"know the external IP and set it via the -a argument." +msgstr "" +"Force all SPA packets to contain a real IP address within the encrypted " +"data. This makes it impossible to use the -s command line argument on the " +"fwknop client command line, so either -R has to be used to automatically " +"resolve the external address (if the client behind a NAT) or the client must " +"know the external IP and set it via the -a argument." + +msgid "" +"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " +"seconds" +msgstr "" +"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " +"seconds" + +msgid "Normal Key" +msgstr "Normal Key" + +msgid "Specify the ethernet interface on which fwknopd will sniff packets." +msgstr "Specify the ethernet interface on which fwknopd will sniff packets." + +msgid "The base64 hmac key" +msgstr "The base64 hmac key" + +msgid "Use ANY for any source ip" +msgstr "Use ANY for any source ip" + +msgid "" +"When unchecked, the config files in /etc/fwknopd will be used as is, " +"ignoring any settings here." +msgstr "" +"When unchecked, the config files in /etc/fwknopd will be used as is, " +"ignoring any settings here." + +msgid "access.conf stanzas" +msgstr "access.conf stanzas" + +msgid "fwknopd.conf config options" +msgstr "fwknopd.conf config options" diff --git a/applications/luci-app-fwknopd/po/templates/fwknopd.pot b/applications/luci-app-fwknopd/po/templates/fwknopd.pot new file mode 100644 index 0000000..4fb616f --- /dev/null +++ b/applications/luci-app-fwknopd/po/templates/fwknopd.pot @@ -0,0 +1,83 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"Allow SPA clients to request access to services through an iptables firewall " +"instead of just to it." +msgstr "" + +msgid "Base 64 key" +msgstr "" + +msgid "" +"Define a set of ports and protocols (tcp or udp) that will be opened if a " +"valid knock sequence is seen. If this entry is not set, fwknopd will attempt " +"to honor any proto/port request specified in the SPA data (unless of it " +"matches any “RESTRICT_PORTS†entries). Multiple entries are comma-separated." +msgstr "" + +msgid "" +"Define the length of time access will be granted by fwknopd through the " +"firewall after a valid knock sequence from a source IP address. If " +"“FW_ACCESS_TIMEOUT†is not set then the default timeout of 30 seconds will " +"automatically be set." +msgstr "" + +msgid "" +"Define the symmetric key used for decrypting an incoming SPA packet that is " +"encrypted by the fwknop client with Rijndael." +msgstr "" + +msgid "Enable Uci/Luci control" +msgstr "" + +msgid "Enable config overwrite" +msgstr "" + +msgid "Enter custom access.conf variables below:" +msgstr "" + +msgid "Enter custom fwknopd.conf variables below:" +msgstr "" + +msgid "Firewall Knock Daemon" +msgstr "" + +msgid "Firewall Knock Operator" +msgstr "" + +msgid "" +"Force all SPA packets to contain a real IP address within the encrypted " +"data. This makes it impossible to use the -s command line argument on the " +"fwknop client command line, so either -R has to be used to automatically " +"resolve the external address (if the client behind a NAT) or the client must " +"know the external IP and set it via the -a argument." +msgstr "" + +msgid "" +"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 " +"seconds" +msgstr "" + +msgid "Normal Key" +msgstr "" + +msgid "Specify the ethernet interface on which fwknopd will sniff packets." +msgstr "" + +msgid "The base64 hmac key" +msgstr "" + +msgid "Use ANY for any source ip" +msgstr "" + +msgid "" +"When unchecked, the config files in /etc/fwknopd will be used as is, " +"ignoring any settings here." +msgstr "" + +msgid "access.conf stanzas" +msgstr "" + +msgid "fwknopd.conf config options" +msgstr "" diff --git a/applications/luci-app-fwknopd/root/etc/uci-defaults/luci-fwknopd b/applications/luci-app-fwknopd/root/etc/uci-defaults/luci-fwknopd new file mode 100644 index 0000000..01b85de --- /dev/null +++ b/applications/luci-app-fwknopd/root/etc/uci-defaults/luci-fwknopd @@ -0,0 +1,22 @@ +#!/bin/sh +#-- Copyright 2015 Jonathan Bennett +#-- Licensed to the public under the GNU General Public License v2. +. /lib/functions/network.sh + +uci batch < +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Hard Disk Idle Spin-Down module +LUCI_DEPENDS:=+hd-idle + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua b/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua new file mode 100644 index 0000000..f273a55 --- /dev/null +++ b/applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.hd_idle", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/hd-idle") then + return + end + + local page + + page = entry({"admin", "services", "hd_idle"}, cbi("hd_idle"), _("hd-idle"), 60) + page.dependent = true +end diff --git a/applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua b/applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua new file mode 100644 index 0000000..70b04af --- /dev/null +++ b/applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +require("nixio.fs") + +m = Map("hd-idle", "hd-idle", + translate("hd-idle is a utility program for spinning-down external " .. + "disks after a period of idle time.")) + +s = m:section(TypedSection, "hd-idle", translate("Settings")) +s.anonymous = true + +s:option(Flag, "enabled", translate("Enable")) + +disk = s:option(Value, "disk", translate("Disk")) +disk.rmempty = true +for dev in nixio.fs.glob("/dev/[sh]d[a-z]") do + disk:value(nixio.fs.basename(dev)) +end + +s:option(Value, "idle_time_interval", translate("Idle-time")).default = 10 +s.rmempty = true +unit = s:option(ListValue, "idle_time_unit", translate("Idle-time unit")) +unit.default = "minutes" +unit:value("minutes", translate("min")) +unit:value("hours", translate("h")) +unit.rmempty = true + +return m diff --git a/applications/luci-app-hd-idle/po/ca/hd_idle.po b/applications/luci-app-hd-idle/po/ca/hd_idle.po new file mode 100644 index 0000000..29618a8 --- /dev/null +++ b/applications/luci-app-hd-idle/po/ca/hd_idle.po @@ -0,0 +1,52 @@ +# hd_idle.pot +# generated from ./applications/luci-hd_idle/luasrc/i18n/hd_idle.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2014-07-01 05:48+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disc" + +msgid "Enable" +msgstr "Habilita" + +msgid "Idle-time" +msgstr "Temps d'inactivitat" + +msgid "Idle-time unit" +msgstr "Unitat de temps d'inactivitat" + +msgid "Settings" +msgstr "Ajusts" + +# Hours +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle és un programa per ralentitzar els discos externs després d'un " +"període de temps inactiu." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Habilita la depuració" diff --git a/applications/luci-app-hd-idle/po/cs/hd_idle.po b/applications/luci-app-hd-idle/po/cs/hd_idle.po new file mode 100644 index 0000000..e2deb9b --- /dev/null +++ b/applications/luci-app-hd-idle/po/cs/hd_idle.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2014-04-23 22:33+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disk" + +msgid "Enable" +msgstr "Povolit" + +msgid "Idle-time" +msgstr "ÄŒas neÄinnosti" + +msgid "Idle-time unit" +msgstr "ÄŒas neÄinnosti - jednotka" + +msgid "Settings" +msgstr "Nastavení" + +# Hodin +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle je utilita pro vypnutí externích pevných disků po urÄité dobÄ› " +"neÄinnosti." + +# Minut (ne minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Povolit ladÄ›ní" diff --git a/applications/luci-app-hd-idle/po/de/hd_idle.po b/applications/luci-app-hd-idle/po/de/hd_idle.po new file mode 100644 index 0000000..fa54896 --- /dev/null +++ b/applications/luci-app-hd-idle/po/de/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2011-06-11 01:55+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Disk" +msgstr "Festplatte" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Idle-time" +msgstr "Leerlaufzeit" + +msgid "Idle-time unit" +msgstr "Leerlaufzeiteinheit" + +msgid "Settings" +msgstr "Einstellungen" + +# Hours +msgid "h" +msgstr "Stunden" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle ist ein Hilfsprogramm um externe Festplatten nach einer festgelegten " +"Leerlaufzeit herunter zu fahren." + +# Minutes (not minimum) +msgid "min" +msgstr "Minuten" + +#~ msgid "Enable debug" +#~ msgstr "Debug-Ausgaben aktivieren" diff --git a/applications/luci-app-hd-idle/po/el/hd_idle.po b/applications/luci-app-hd-idle/po/el/hd_idle.po new file mode 100644 index 0000000..4d7c23d --- /dev/null +++ b/applications/luci-app-hd-idle/po/el/hd_idle.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-03-18 15:14+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Disk" +msgstr "Δίσκος" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "Idle-time" +msgstr "" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "Ρυθμίσεις" + +# Hours +msgid "h" +msgstr "ω" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +# Minutes (not minimum) +msgid "min" +msgstr "λεπτά" + +#~ msgid "Enable debug" +#~ msgstr "ΕνεÏγοποίηση αποσφαλμάτωσης" diff --git a/applications/luci-app-hd-idle/po/en/hd_idle.po b/applications/luci-app-hd-idle/po/en/hd_idle.po new file mode 100644 index 0000000..7aa4db5 --- /dev/null +++ b/applications/luci-app-hd-idle/po/en/hd_idle.po @@ -0,0 +1,48 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Disk" +msgstr "Disk" + +msgid "Enable" +msgstr "Enable" + +msgid "Idle-time" +msgstr "Idle-time" + +msgid "Idle-time unit" +msgstr "Idle-time unit" + +msgid "Settings" +msgstr "Settings" + +# Hours +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Enable debug" diff --git a/applications/luci-app-hd-idle/po/es/hd_idle.po b/applications/luci-app-hd-idle/po/es/hd_idle.po new file mode 100644 index 0000000..d2bb017 --- /dev/null +++ b/applications/luci-app-hd-idle/po/es/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-08-22 17:44+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disco" + +msgid "Enable" +msgstr "Activar" + +msgid "Idle-time" +msgstr "Tiempo de inactividad" + +msgid "Idle-time unit" +msgstr "Unidad de tiempo" + +msgid "Settings" +msgstr "Configuración" + +# Hours +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle es un programa que gestiona el reposo de discos externos tras un " +"tiempo de inactividad." + +# Minutes (not minimum) +msgid "min" +msgstr "minutos" + +#~ msgid "Enable debug" +#~ msgstr "Activar depuración" diff --git a/applications/luci-app-hd-idle/po/fr/hd_idle.po b/applications/luci-app-hd-idle/po/fr/hd_idle.po new file mode 100644 index 0000000..00c092d --- /dev/null +++ b/applications/luci-app-hd-idle/po/fr/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-11-06 15:20+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disque" + +msgid "Enable" +msgstr "Activer" + +msgid "Idle-time" +msgstr "Temps d'inactivité" + +msgid "Idle-time unit" +msgstr "Unité de temps" + +msgid "Settings" +msgstr "Réglages" + +# Hours +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle est un utilitaire pour arrêter la rotation des disques externes " +"après une période d'inactivité." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Activer le débogage" diff --git a/applications/luci-app-hd-idle/po/he/hd_idle.po b/applications/luci-app-hd-idle/po/he/hd_idle.po new file mode 100644 index 0000000..0ffde90 --- /dev/null +++ b/applications/luci-app-hd-idle/po/he/hd_idle.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2011-06-25 11:35+0200\n" +"Last-Translator: GiladL \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Disk" +msgstr "כונן" + +msgid "Enable" +msgstr "×פשר" + +msgid "Idle-time" +msgstr "זמן חוסר פעילות" + +msgid "Idle-time unit" +msgstr "יחידת זמן חוסר פעילות" + +msgid "Settings" +msgstr "הגדרות" + +# Hours +msgid "h" +msgstr "ש'" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle ×”×™× ×” תוכנת שירות שמטרתה להקטין ×ת מהירות הסיבוב של ×›×•× × ×™× ×—×™×¦×•× ×™×™× " +"ל×חר זמן ×ž×¡×•×™× ×©×œ חוסר פעילות." + +# Minutes (not minimum) +msgid "min" +msgstr "דק'" + +#~ msgid "Enable debug" +#~ msgstr "×פשר ניפוי שגי×ות" diff --git a/applications/luci-app-hd-idle/po/hu/hd_idle.po b/applications/luci-app-hd-idle/po/hu/hd_idle.po new file mode 100644 index 0000000..543a8fc --- /dev/null +++ b/applications/luci-app-hd-idle/po/hu/hd_idle.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-07-10 21:04+0200\n" +"Last-Translator: Gyula \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Lemez" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Idle-time" +msgstr "Ãœresjárati idÅ‘" + +msgid "Idle-time unit" +msgstr "Ãœresjárati idÅ‘ egysége" + +msgid "Settings" +msgstr "Beállítások" + +# Hours +msgid "h" +msgstr "óra" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle egy a külsÅ‘ lemezek adott üresjárati idÅ‘ után történÅ‘ leállítására " +"szolgáló segédprogram." + +# Minutes (not minimum) +msgid "min" +msgstr "perc" + +#~ msgid "Enable debug" +#~ msgstr "Hibakeresés engedélyezése" diff --git a/applications/luci-app-hd-idle/po/it/hd_idle.po b/applications/luci-app-hd-idle/po/it/hd_idle.po new file mode 100644 index 0000000..ffd118d --- /dev/null +++ b/applications/luci-app-hd-idle/po/it/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2013-02-03 13:54+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disco" + +msgid "Enable" +msgstr "Abilita" + +msgid "Idle-time" +msgstr "Tempo di inattività" + +msgid "Idle-time unit" +msgstr "Unità di misura del tempo di inattività" + +msgid "Settings" +msgstr "Opzioni" + +# Hours +msgid "h" +msgstr "ora/e" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"HD-idle è un programma per mettere in standby i dischi esterni dopo un " +"periodo di inattività." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Abilita debug" diff --git a/applications/luci-app-hd-idle/po/ja/hd_idle.po b/applications/luci-app-hd-idle/po/ja/hd_idle.po new file mode 100644 index 0000000..9e724eb --- /dev/null +++ b/applications/luci-app-hd-idle/po/ja/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-11-14 14:40+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "ディスク" + +msgid "Enable" +msgstr "有効" + +msgid "Idle-time" +msgstr "アイドル時間" + +msgid "Idle-time unit" +msgstr "アイドル時間 (å˜ä½)" + +msgid "Settings" +msgstr "設定" + +# Hours +msgid "h" +msgstr "時" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idleã¯ã‚¢ã‚¤ãƒ‰ãƒ«æ™‚ã«å¤–部ディスクをスピンダウンã•ã›ã‚‹ãŸã‚ã®ã€ãƒ¦ãƒ¼ãƒ†ã‚£ãƒªãƒ†ã‚£ãƒ—" +"ログラムã§ã™ã€‚" + +# Minutes (not minimum) +msgid "min" +msgstr "分" + +#~ msgid "Enable debug" +#~ msgstr "デãƒãƒƒã‚°ã‚’有効ã«ã™ã‚‹" diff --git a/applications/luci-app-hd-idle/po/ms/hd_idle.po b/applications/luci-app-hd-idle/po/ms/hd_idle.po new file mode 100644 index 0000000..45402b8 --- /dev/null +++ b/applications/luci-app-hd-idle/po/ms/hd_idle.po @@ -0,0 +1,44 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2010-04-14 10:33+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Disk" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Idle-time" +msgstr "" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "" + +# Hours +msgid "h" +msgstr "" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +# Minutes (not minimum) +msgid "min" +msgstr "" diff --git a/applications/luci-app-hd-idle/po/no/hd_idle.po b/applications/luci-app-hd-idle/po/no/hd_idle.po new file mode 100644 index 0000000..dc0c2f8 --- /dev/null +++ b/applications/luci-app-hd-idle/po/no/hd_idle.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Disk" +msgstr "Disk" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Idle-time" +msgstr "Tid inaktiv" + +msgid "Idle-time unit" +msgstr "Tidsenhet" + +msgid "Settings" +msgstr "Innstillinger" + +msgid "h" +msgstr "timer" + +msgid "hd-idle" +msgstr "Hd-Idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle er et verktøy for Ã¥ spinne ned eksterne disker etter en periode med " +"inaktivitet." + +msgid "min" +msgstr "minutter" + +#~ msgid "Enable debug" +#~ msgstr "Aktiver feilsøking" diff --git a/applications/luci-app-hd-idle/po/pl/hd_idle.po b/applications/luci-app-hd-idle/po/pl/hd_idle.po new file mode 100644 index 0000000..c6522c1 --- /dev/null +++ b/applications/luci-app-hd-idle/po/pl/hd_idle.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2011-06-03 16:09+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Disk" +msgstr "Dysk" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "Idle-time" +msgstr "Czas bezczynnoÅ›ci" + +msgid "Idle-time unit" +msgstr "Jednostka czasu bezczynnoÅ›ci" + +msgid "Settings" +msgstr "Ustawienia" + +# Hours +msgid "h" +msgstr "godz." + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle jest narzÄ™dziem do zwalniania obrotów zewnÄ™trznych dysków po " +"okreÅ›lonym czasie bezczynnoÅ›ci." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "WÅ‚Ä…cz tryb debugowania" diff --git a/applications/luci-app-hd-idle/po/pt-br/hd_idle.po b/applications/luci-app-hd-idle/po/pt-br/hd_idle.po new file mode 100644 index 0000000..0aaca93 --- /dev/null +++ b/applications/luci-app-hd-idle/po/pt-br/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2011-10-08 03:12+0200\n" +"Last-Translator: luizluca \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Disk" +msgstr "Disco" + +msgid "Enable" +msgstr "Habilitar" + +msgid "Idle-time" +msgstr "Tempo de ociosidade" + +msgid "Idle-time unit" +msgstr "Unidade do tempo da ociosidade" + +msgid "Settings" +msgstr "Configurações" + +# Hours +msgid "h" +msgstr "horas" + +msgid "hd-idle" +msgstr "Hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"Hd-idle é um programa utilitário para ativar o modo \"economia de energia" +"\" (spinning-down) de discos externos após um período de ociosidade." + +# Minutes (not minimum) +msgid "min" +msgstr "minutos" + +#~ msgid "Enable debug" +#~ msgstr "Ativar depuração" diff --git a/applications/luci-app-hd-idle/po/pt/hd_idle.po b/applications/luci-app-hd-idle/po/pt/hd_idle.po new file mode 100644 index 0000000..16cb085 --- /dev/null +++ b/applications/luci-app-hd-idle/po/pt/hd_idle.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2013-05-31 15:28+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disco" + +msgid "Enable" +msgstr "Ativar" + +msgid "Idle-time" +msgstr "Tempo de ociosidade" + +msgid "Idle-time unit" +msgstr "Unidade de tempo de ociosidade" + +msgid "Settings" +msgstr "Configurações" + +# Hours +msgid "h" +msgstr "h" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle é um programa utilitário para activar o modo \"economia de energia" +"\" (spinning-down) de discos externos após um período de ociosidade." + +# Minutes (not minimum) +msgid "min" +msgstr "min" + +#~ msgid "Enable debug" +#~ msgstr "Ativar debug" diff --git a/applications/luci-app-hd-idle/po/ro/hd_idle.po b/applications/luci-app-hd-idle/po/ro/hd_idle.po new file mode 100644 index 0000000..ae6a8b0 --- /dev/null +++ b/applications/luci-app-hd-idle/po/ro/hd_idle.po @@ -0,0 +1,53 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2013-09-25 19:12+0200\n" +"Last-Translator: Mihai \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disc" + +msgid "Enable" +msgstr "Activeaza" + +msgid "Idle-time" +msgstr "Timp de inactivitate" + +msgid "Idle-time unit" +msgstr "Unitatea de timp pentru masurarea inactivitatii" + +msgid "Settings" +msgstr "Setari" + +# Hours +msgid "h" +msgstr "ore" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle este un utilitar pentru a oprit din rotatie hard disc-urile externe " +"dupa o anumita perioada de inactivitate." + +# Minutes (not minimum) +msgid "min" +msgstr "minute" + +#~ msgid "Enable debug" +#~ msgstr "Activeaza informatii suplimentare de tip \"debug\"" diff --git a/applications/luci-app-hd-idle/po/ru/hd_idle.po b/applications/luci-app-hd-idle/po/ru/hd_idle.po new file mode 100644 index 0000000..45d4a51 --- /dev/null +++ b/applications/luci-app-hd-idle/po/ru/hd_idle.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: hd_idle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-08-15 11:24+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Disk" +msgstr "ДиÑк" + +msgid "Enable" +msgstr "Включить" + +msgid "Idle-time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð±ÐµÐ·Ð´ÐµÐ¹ÑтвиÑ" + +msgid "Idle-time unit" +msgstr "Единицы времени бездейÑтвиÑ" + +msgid "Settings" +msgstr "ÐаÑтройки" + +# Hours +msgid "h" +msgstr "ч" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"Утилита hd-idle позволÑет замедлÑÑ‚ÑŒ внешние диÑки поÑле определённого " +"времени бездейÑтвиÑ." + +# Minutes (not minimum) +msgid "min" +msgstr "мин" + +#~ msgid "Enable debug" +#~ msgstr "Включить отладку" diff --git a/applications/luci-app-hd-idle/po/sk/hd_idle.po b/applications/luci-app-hd-idle/po/sk/hd_idle.po new file mode 100644 index 0000000..0ae82d8 --- /dev/null +++ b/applications/luci-app-hd-idle/po/sk/hd_idle.po @@ -0,0 +1,38 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Disk" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Idle-time" +msgstr "" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "h" +msgstr "" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +msgid "min" +msgstr "" diff --git a/applications/luci-app-hd-idle/po/sv/hd_idle.po b/applications/luci-app-hd-idle/po/sv/hd_idle.po new file mode 100644 index 0000000..1d63095 --- /dev/null +++ b/applications/luci-app-hd-idle/po/sv/hd_idle.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Disk" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Idle-time" +msgstr "" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "h" +msgstr "" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +msgid "min" +msgstr "" diff --git a/applications/luci-app-hd-idle/po/templates/hd_idle.pot b/applications/luci-app-hd-idle/po/templates/hd_idle.pot new file mode 100644 index 0000000..56079ed --- /dev/null +++ b/applications/luci-app-hd-idle/po/templates/hd_idle.pot @@ -0,0 +1,31 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Disk" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Idle-time" +msgstr "" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "h" +msgstr "" + +msgid "hd-idle" +msgstr "" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +msgid "min" +msgstr "" diff --git a/applications/luci-app-hd-idle/po/tr/hd_idle.po b/applications/luci-app-hd-idle/po/tr/hd_idle.po new file mode 100644 index 0000000..f9ace87 --- /dev/null +++ b/applications/luci-app-hd-idle/po/tr/hd_idle.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-10-11 23:15+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "Disk" + +msgid "Enable" +msgstr "Kullanıma Aç" + +msgid "Idle-time" +msgstr "Bekleme Zamanı" + +msgid "Idle-time unit" +msgstr "bekleme zamanı birimi" + +msgid "Settings" +msgstr "Ayarlar" + +# Hours +msgid "h" +msgstr "s" + +msgid "hd-idle" +msgstr "Harddisk-Park" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"Harddisk-Park belirli bir zaman sonra diskleri beklemeye alan bir yardımcı " +"programdır" + +# Minutes (not minimum) +msgid "min" +msgstr "d" + +#~ msgid "Enable debug" +#~ msgstr "Hata Ayıklama" diff --git a/applications/luci-app-hd-idle/po/uk/hd_idle.po b/applications/luci-app-hd-idle/po/uk/hd_idle.po new file mode 100644 index 0000000..129fd7b --- /dev/null +++ b/applications/luci-app-hd-idle/po/uk/hd_idle.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2013-08-13 15:59+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "ДиÑк" + +msgid "Enable" +msgstr "Ðктивувати" + +msgid "Idle-time" +msgstr "Ð§Ð°Ñ Ð¿Ñ€Ð¾Ñтою" + +msgid "Idle-time unit" +msgstr "" + +msgid "Settings" +msgstr "ÐалаштуваннÑ" + +# Hours +msgid "h" +msgstr "" + +#, fuzzy +msgid "hd-idle" +msgstr "HD-проÑтій" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" + +# Minutes (not minimum) +msgid "min" +msgstr "хв" + +#~ msgid "Enable debug" +#~ msgstr "Ðктивувати налагодженнÑ" diff --git a/applications/luci-app-hd-idle/po/vi/hd_idle.po b/applications/luci-app-hd-idle/po/vi/hd_idle.po new file mode 100644 index 0000000..03ee2c1 --- /dev/null +++ b/applications/luci-app-hd-idle/po/vi/hd_idle.po @@ -0,0 +1,53 @@ +# hd_idle.pot +# generated from ./applications/luci-hd_idle/luasrc/i18n/hd_idle.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2009-08-12 17:50+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Disk" +msgstr "á»” Ä‘Ä©a" + +#, fuzzy +msgid "Enable" +msgstr "Kích hoạt debug" + +#, fuzzy +msgid "Idle-time" +msgstr "Thá»i gian Idle" + +#, fuzzy +msgid "Idle-time unit" +msgstr "ÄÆ¡n vị thá»i gian Idle" + +msgid "Settings" +msgstr "Sắp đặt" + +# Hours +msgid "h" +msgstr "" + +msgid "hd-idle" +msgstr "hd-idle" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "" +"hd-idle là má»™t chÆ°Æ¡ng trình tiện ích để quay các Ä‘Ä©a ngoài sau má»™t khoảng " +"thá»i gian idle." + +# Minutes (not minimum) +msgid "min" +msgstr "" + +#~ msgid "Enable debug" +#~ msgstr "Kích hoạt debug" diff --git a/applications/luci-app-hd-idle/po/zh-cn/hd_idle.po b/applications/luci-app-hd-idle/po/zh-cn/hd_idle.po new file mode 100644 index 0000000..8bc14dc --- /dev/null +++ b/applications/luci-app-hd-idle/po/zh-cn/hd_idle.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 10:33+0200\n" +"PO-Revision-Date: 2012-09-03 17:57+0200\n" +"Last-Translator: nKsyn \n" +"Language-Team: QQ Group:75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "硬盘" + +msgid "Enable" +msgstr "å¼€å¯" + +msgid "Idle-time" +msgstr "空闲时间" + +msgid "Idle-time unit" +msgstr "空闲时间å•ä½" + +msgid "Settings" +msgstr "设置" + +# Hours +msgid "h" +msgstr "å°æ—¶" + +msgid "hd-idle" +msgstr "硬盘休眠" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "硬盘休眠是一个让硬盘在空闲一段时间åŽä¼‘眠的工具" + +# Minutes (not minimum) +msgid "min" +msgstr "分钟" + +#~ msgid "Enable debug" +#~ msgstr "å¼€å¯è°ƒè¯•" diff --git a/applications/luci-app-hd-idle/po/zh-tw/hd_idle.po b/applications/luci-app-hd-idle/po/zh-tw/hd_idle.po new file mode 100644 index 0000000..bd69785 --- /dev/null +++ b/applications/luci-app-hd-idle/po/zh-tw/hd_idle.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-07 15:47+0200\n" +"Last-Translator: Ethan \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Disk" +msgstr "ç£ç¢Ÿ" + +msgid "Enable" +msgstr "啟用" + +msgid "Idle-time" +msgstr "休眠時間" + +msgid "Idle-time unit" +msgstr "休眠時間單ä½" + +msgid "Settings" +msgstr "設定" + +msgid "h" +msgstr "å°æ™‚" + +msgid "hd-idle" +msgstr "硬碟休眠" + +msgid "" +"hd-idle is a utility program for spinning-down external disks after a period " +"of idle time." +msgstr "硬碟休眠是控制當硬碟閒置一段時間後進入休眠模å¼çš„工具" + +msgid "min" +msgstr "分é˜" + +#~ msgid "Enable debug" +#~ msgstr "啟用åµéŒ¯æ¨¡å¼" diff --git a/applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle b/applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle new file mode 100755 index 0000000..92f4356 --- /dev/null +++ b/applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@hd-idle[-1] + add ucitrack hd-idle + set ucitrack.@hd-idle[-1].init=hd-idle + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-ltqtapi/Makefile b/applications/luci-app-ltqtapi/Makefile new file mode 100644 index 0000000..bf4a999 --- /dev/null +++ b/applications/luci-app-ltqtapi/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Lantiq Devices +LUCI_DEPENDS:=@BROKEN + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua b/applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua new file mode 100644 index 0000000..46c7684 --- /dev/null +++ b/applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua @@ -0,0 +1,40 @@ +-- Copyright 2019 John Crispin +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ltqtapi", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/telephony") then + return + end + + page = node("admin", "telephony") + page.target = firstchild() + page.title = _("VoIP") + page.order = 90 + + entry({"admin", "telephony", "account"}, cbi("luci_ltqtapi/account") , _("Account"), 10) + entry({"admin", "telephony", "contact"}, cbi("luci_ltqtapi/contact") , _("Contacts"), 20) + + entry({"admin", "telephony", "status"}, call("tapi_status")).leaf = true +end + +function tapi_status() + local st = { } + local state = require "luci.model.uci".cursor_state() + state:load("telephony") + + st.status = "Offline"; + if state:get("telephony", "state", "port1", "0") == "0" then + st.line1 = "Idle"; + else + st.line1 = "Calling"; + end + if state:get("telephony", "state", "port2", "0") == "0" then + st.line2 = "Idle"; + else + st.line2 = "Calling"; + end + luci.http.prepare_content("application/json") + luci.http.write_json(st) +end diff --git a/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua b/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua new file mode 100644 index 0000000..907db56 --- /dev/null +++ b/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua @@ -0,0 +1,16 @@ +-- Copyright 2010 John Crispin +-- Licensed to the public under the Apache License 2.0. + +m = Map("telephony", translate("VoIP")) +m.on_after_commit = function() luci.sys.call("/etc/init.d/telephony restart") end + +s = m:section(TypedSection, "account", translate("Account"), translate("Here You can specify the SIP account that you want to use.")) +s.anonymous = true +s.addremove = true + +s:option(Value, "realm", translate("Realm")) +s:option(Value, "username", translate("Username")) +s:option(Value, "password", translate("Password")) +s:option(Flag, "disabled", translate("Disabled")) + +return m diff --git a/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua b/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua new file mode 100644 index 0000000..b32fede --- /dev/null +++ b/applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua @@ -0,0 +1,20 @@ +-- Copyright 2010 John Crispin +-- Licensed to the public under the Apache License 2.0. + +m = Map("telephony", translate("VoIP")) +m.on_after_commit = function() luci.sys.call("/etc/init.d/telephony reload") end + +s = m:section(TypedSection, "contact", translate("Contact"), translate("Here You can specify the SIP contacts that you want to use.")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tsection" + +s:option(Value, "desc", translate("Name")) +s:option(Value, "code", translate("Shortdial")) +s:option(Value, "dial", translate("Dial")) + +t = s:option(ListValue, "type", translate("Type")) +t:value("sip", "SIP") +t:value("realm", "Landline") + +return m diff --git a/applications/luci-app-ltqtapi/luasrc/view/admin_status/index/telephony.htm b/applications/luci-app-ltqtapi/luasrc/view/admin_status/index/telephony.htm new file mode 100644 index 0000000..c7a58dd --- /dev/null +++ b/applications/luci-app-ltqtapi/luasrc/view/admin_status/index/telephony.htm @@ -0,0 +1 @@ +<%+telephony_status%> diff --git a/applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm b/applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm new file mode 100644 index 0000000..d861ef9 --- /dev/null +++ b/applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm @@ -0,0 +1,32 @@ + + +
+ <%:Current Telephony State%> + + + + + + + + + +
<%:Uplink%><%:Port1%><%:Port2%>

<%:Collecting data...%>
+
diff --git a/applications/luci-app-meshwizard/Makefile b/applications/luci-app-meshwizard/Makefile new file mode 100644 index 0000000..fb2610e --- /dev/null +++ b/applications/luci-app-meshwizard/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Shellscript based wizard to setup mesh networks +LUCI_DEPENDS:=+meshwizard + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua b/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua new file mode 100644 index 0000000..0ad76b5 --- /dev/null +++ b/applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua @@ -0,0 +1,9 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module "luci.controller.meshwizard" + +function index() + entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40) +end + diff --git a/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua b/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua new file mode 100644 index 0000000..68f7a5a --- /dev/null +++ b/applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua @@ -0,0 +1,199 @@ +-- wizard rewrite wip + +local uci = require "luci.model.uci".cursor() +local sys = require "luci.sys" +local util = require "luci.util" +local ip = require "luci.ip" + +local community = "profile_" .. (uci:get("freifunk", "community", "name") or "Freifunk") +local mesh_network = ip.IPv4(uci:get_first(community, "community", "mesh_network") or "10.0.0.0/8") +local community_ipv6 = uci:get_first(community, "community", "ipv6") or 0 +local community_ipv6mode = uci:get_first(community, "community", "ipv6_config") or "static" +local meshkit_ipv6 = uci:get("meshwizard", "ipv6", "enabled") or 0 +local community_vap = uci:get_first(community, "community", "vap") or 0 + +m = Map("meshwizard", translate("Wizard"), translate("This wizard will assist you in setting up your router for Freifunk " .. + "or another similar wireless community network.")) + +n = m:section(NamedSection, "netconfig", nil, translate("Interfaces")) +n.anonymous = true + +-- common functions + +function cbi_configure(device) + local configure = n:taboption(device, Flag, device .. "_config", translate("Configure this interface"), + translate("Note: this will set up this interface for mesh operation, i.e. add it to zone 'freifunk' and enable olsr.")) +end + +function cbi_ip4addr(device) + local ip4addr = n:taboption(device, Value, device .. "_ip4addr", translate("Mesh IP address"), + translate("This is a unique address in the mesh (e.g. 10.1.1.1) and has to be registered at your local community.")) + ip4addr:depends(device .. "_config", 1) + ip4addr.datatype = "ip4addr" + function ip4addr.validate(self, value) + local x = ip.IPv4(value) + if mesh_network:contains(x) then + return value + else + return nil, translate("The given IP address is not inside the mesh network range ") .. + "(" .. mesh_network:string() .. ")." + end + end +end + +function cbi_ip6addr(device) + local ip6addr = n:taboption(device, Value, device .. "_ip6addr", translate("Mesh IPv6 address"), + translate("This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and has to be registered at your local community.")) + ip6addr:depends(device .. "_config", 1) + ip6addr.datatype = "ip6addr" +end + + +function cbi_dhcp(device) + local dhcp = n:taboption(device, Flag, device .. "_dhcp", translate("Enable DHCP"), + translate("DHCP will automatically assign ip addresses to clients")) + dhcp:depends(device .. "_config", 1) + dhcp.rmempty = true +end + +function cbi_ra(device) + local ra = n:taboption(device, Flag, device .. "_ipv6ra", translate("Enable RA"), + translate("Send router advertisements on this device.")) + ra:depends(device .. "_config", 1) + ra.rmempty = true +end + +function cbi_dhcprange(device) + local dhcprange = n:taboption(device, Value, device .. "_dhcprange", translate("DHCP IP range"), + translate("The IP range from which clients are assigned ip addresses (e.g. 10.1.2.1/28). " .. + "If this is a range inside your mesh network range, then it will be announced as HNA. Any other range will use NAT. " .. + "If left empty then the defaults from the community profile will be used.")) + dhcprange:depends(device .. "_dhcp", "1") + dhcprange.rmempty = true + dhcprange.datatype = "ip4addr" +end +-- create tabs and config for wireless +local nets={} +uci:foreach("wireless", "wifi-device", function(section) + local device = section[".name"] + table.insert(nets, device) +end) + +local wired_nets = {} +uci:foreach("network", "interface", function(section) + local device = section[".name"] + if not util.contains(nets, device) and device ~= "loopback" and not device:find("wireless") then + table.insert(nets, device) + table.insert(wired_nets, device) + end +end) + +for _, net in util.spairs(nets, function(a,b) return (nets[a] < nets[b]) end) do + n:tab(net, net) +end + +-- create cbi config for wireless +uci:foreach("wireless", "wifi-device", function(section) + local device = section[".name"] + local hwtype = section.type + local syscc = section.country or uci:get(community, "wifi_device", "country") or + uci:get("freifunk", "wifi_device", "country") + + cbi_configure(device) + + -- Channel selection + + if hwtype == "atheros" then + local cc = util.trim(sys.exec("grep -i '" .. syscc .. "' /lib/wifi/cc_translate.txt |cut -d ' ' -f 2")) or 0 + sys.exec('"echo " .. cc .. " > /proc/sys/dev/" .. device .. "/countrycode"') + elseif hwtype == "mac80211" then + sys.exec("iw reg set " .. syscc) + elseif hwtype == "broadcom" then + sys.exec ("wlc country " .. syscc) + end + + local chan = n:taboption(device, ListValue, device .. "_channel", translate("Channel"), + translate("Your device and neighbouring nodes have to use the same channel.")) + chan:depends(device .. "_config", 1) + chan:value('default') + + local iwinfo = sys.wifi.getiwinfo(device) + if iwinfo and iwinfo.freqlist then + for _, f in ipairs(iwinfo.freqlist) do + if not f.restricted then + chan:value(f.channel) + end + end + end + -- IPv4 address + cbi_ip4addr(device) + + -- DHCP enable + cbi_dhcp(device) + + -- DHCP range + cbi_dhcprange(device) + + -- IPv6 addr and RA + if community_ipv6 == "1" then + if community_ipv6mode == "static" then + cbi_ip6addr(device) + end + cbi_ra(device) + end + + -- Enable VAP + local supports_vap = 0 + if sys.call("/usr/bin/meshwizard/helpers/supports_vap.sh " .. device .. " " .. hwtype) == 0 then + supports_vap = 1 + end + if supports_vap == 1 then + local vap = n:taboption(device, Flag, device .. "_vap", translate("Virtual Access Point (VAP)"), + translate("This will setup a new virtual wireless interface in Access Point mode.")) + vap:depends(device .. "_dhcp", "1") + vap.rmempty = true + if community_vap == "1" then + vap.default = "1" + end + end +end) + +for _, device in pairs(wired_nets) do + cbi_configure(device) + cbi_ip4addr(device) + cbi_dhcp(device) + cbi_dhcprange(device) + -- IPv6 addr and RA + if community_ipv6 == "1" then + if community_ipv6mode == "static" then + cbi_ip6addr(device) + end + cbi_ra(device) + end +end + +-- General settings +g = m:section(TypedSection, "general", translate("General Settings")) +g.anonymous = true + +local cleanup = g:option(Flag, "cleanup", translate("Cleanup config"), + translate("If this is selected then config is cleaned before setting new config options.")) +cleanup.default = "1" + +local restrict = g:option(Flag, "local_restrict", translate("Protect LAN"), + translate("Check this to protect your LAN from other nodes or clients") .. " (" .. translate("recommended") .. ").") + +local share = g:option(Flag, "sharenet", translate("Share your internet connection"), + translate("Select this to allow others to use your connection to access the internet.")) + share.rmempty = true + +-- IPv6 config +if community_ipv6 == "1" then + v6 = m:section(NamedSection, "ipv6", nil, translate("IPv6 Settings")) + local enabled = v6:option(Flag, "enabled", translate("Enabled"), + translate("Activate or deactivate IPv6 config globally.")) + enabled.default = meshkit_ipv6 + enabled.rmempty = false +end + +return m diff --git a/applications/luci-app-meshwizard/po/ca/meshwizard.po b/applications/luci-app-meshwizard/po/ca/meshwizard.po new file mode 100644 index 0000000..6d7bf93 --- /dev/null +++ b/applications/luci-app-meshwizard/po/ca/meshwizard.po @@ -0,0 +1,144 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 23:43+0200\n" +"PO-Revision-Date: 2014-07-01 06:11+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Activa o desactiva la configuració IPv6 globalment." + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "Neteja la configuració" + +msgid "Configure this interface" +msgstr "Configura aquesta interfície" + +msgid "DHCP IP range" +msgstr "Rang IP de DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP assignarà automàticament adreces IP als clients" + +msgid "Enable DHCP" +msgstr "Habilita DHCP" + +msgid "Enable RA" +msgstr "Habilita RA" + +msgid "Enabled" +msgstr "Habilitat" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "IPv6 Settings" +msgstr "Ajusts IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Si això està seleccionat, la configuració es neteja abans d'establir noves " +"opcions de configuració." + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Mesh IP address" +msgstr "Adreça IP en malla" + +msgid "Mesh IPv6 address" +msgstr "Adreça IPv6 en malla" + +msgid "Mesh Wizard" +msgstr "Ajudant de malla" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: això configurarà aquesta interfície per a operació en malla, és a dir, " +"la afegirà a la zona 'freifunk' i habilitarà l'OLSR." + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Seleccioneu aquesta opció per permetre que altres utilitzin la vostra " +"connexió per accedir a Internet." + +msgid "Send router advertisements on this device." +msgstr "Envia publicitats d'encaminador en aquest dispositiu." + +msgid "Share your internet connection" +msgstr "Comparteix la vostra connexió a Internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"El rang IP del qual s'assignen adreces IP als clients (per exemple, " +"10.1.2.1/28). Si aquest és un rang dins del vostre rang de xarxa en malla, " +"s'anunciarà com HNA. Qualsevol altre rang utilitzarà NAT. Si deixat en " +"blanc, els valors per defecte del perfil comunitari s'utilitzaran." + +msgid "The given IP address is not inside the mesh network range" +msgstr "L'adreça IP donada no està dins del rang de la xarxa en malla" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Aquesta és una adreça IPv4 única en notació CIDR (per exemple, " +"2001:1:2:3::1/64) i ha de ser registrada a la vostra comunitat local." + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Aquesta és una adreça única en la malla (per exemple, 10.1.1.1) i ha de ser " +"registrada a la vostra comunitat local." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Això configurarà una nova interfície sense fil virtual en mode de punt " +"d'accés." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Aquest ajudant us ajudarà a configurar el vostre encaminador per al Freifunk " +"o altre xarxa comunitària sense fil similar." + +msgid "Virtual Access Point (VAP)" +msgstr "Punt d'accés virtual (VAP)" + +msgid "Wizard" +msgstr "Ajudant" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" +"El vostre dispositiu i els nodes veïns han d'utilitzar el mateix canal." + +msgid "recommended" +msgstr "recomanat" diff --git a/applications/luci-app-meshwizard/po/cs/meshwizard.po b/applications/luci-app-meshwizard/po/cs/meshwizard.po new file mode 100644 index 0000000..b1253d0 --- /dev/null +++ b/applications/luci-app-meshwizard/po/cs/meshwizard.po @@ -0,0 +1,122 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-21 14:39+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "Kanál" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "Nastavit toto rozhraní" + +msgid "DHCP IP range" +msgstr "DHCP IP rozsah" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "Povolit DHCP" + +msgid "Enable RA" +msgstr "Povolit RA" + +msgid "Enabled" +msgstr "Povoleno" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "IPv6 Settings" +msgstr "Nastavení IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "Rozhraní" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "Průvodce mesh" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "Ochrana LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "Sdílet vaÅ¡e internetové pÅ™ipojení" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "Virtuální přístupový bod (VAP)" + +msgid "Wizard" +msgstr "Průvodce" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "doporuÄeno" diff --git a/applications/luci-app-meshwizard/po/de/meshwizard.po b/applications/luci-app-meshwizard/po/de/meshwizard.po new file mode 100644 index 0000000..ef7ba8a --- /dev/null +++ b/applications/luci-app-meshwizard/po/de/meshwizard.po @@ -0,0 +1,145 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-26 15:36+0200\n" +"PO-Revision-Date: 2012-11-21 20:51+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "IPv6 global aktivieren oder deaktivieren" + +msgid "Channel" +msgstr "Kanal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" +"Aktivieren um Zugriff auf das LAN von anderen Knoten oder Clients zu " +"verhindern" + +msgid "Cleanup config" +msgstr "Konfiguration aufräumen" + +msgid "Configure this interface" +msgstr "Diese Schnittstelle einrichten" + +msgid "DHCP IP range" +msgstr "DHCP-Adressbereich" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP vergibt automatisch IP-Adressen an Clients" + +msgid "Enable DHCP" +msgstr "DHCP aktivieren" + +msgid "Enable RA" +msgstr "RAs aktivieren" + +msgid "Enabled" +msgstr "Aktiviert" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "IPv6 Settings" +msgstr "IPv6 Einstellungen" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Wenn diese Option aktiviert wird, werden eventuell vorhandene Einstellungen " +"aufgeräumt bevor neue Optionen gesetzt werden." + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Mesh IP address" +msgstr "Mesh-IP-Adresse" + +msgid "Mesh IPv6 address" +msgstr "Mesh-IPv6-Adresse" + +msgid "Mesh Wizard" +msgstr "Mesh-Assistent" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Hinweis: Dies konfiguriert die Schnittstelle für den Mesh-Betrieb, d.h. sie " +"wird zur Freifunk-Zone hinzugefügt und OLSR eingerichtet." + +msgid "Protect LAN" +msgstr "LAN schützen" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Diese Option aktivieren um anderen den Zugriff auf die lokale " +"Internetverbindung zu gestatten" + +msgid "Send router advertisements on this device." +msgstr "Router-Advertisements auf dieser Schnittstelle senden" + +msgid "Share your internet connection" +msgstr "Internetverbindung freigeben" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Der Adressbereich, aus welchem den Clients IP-Adressen zugewiesen werden (z." +"B. 10.1.2.1/28). Liegt dieser Adressbereich außerhalb des Mesh-Bereiches, " +"dann wird dieser per HNA angekündigt. Leer lassen um den Standardwert aus " +"dem Community-Profil zu verwenden." + +msgid "The given IP address is not inside the mesh network range" +msgstr "Die angegebene IP-Adresse ist nicht Teil des Mesh-Adressbereiches" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Diese ist eine eindeutige IPv6-Adresse in CIDR-Notation (z.B. " +"2001:1:2:3::1/64) welche bei der lokalen Community registriert werden muss." + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Dies ist die eindeutige IP-Adresse des Mesh-Knotens (z.B. 10.1.1.1). Diese " +"muss bei der lokalen Community registriert werden." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Dies richtet eine weitere, virtuelle WLAN-Schnittstelle im Access-Point-" +"Modus ein." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Der Assistent hilft beim Einrichten des Routers für ein Freifunk- oder " +"ähnliches Wireless-Community-Netzwerk." + +msgid "Virtual Access Point (VAP)" +msgstr "Virtueller Access-Point (VAP)" + +msgid "Wizard" +msgstr "Assistent" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Dieses Gerät und benachbarte Knoten müssen den selben Kanal verwenden." + +msgid "recommended" +msgstr "empfohlen" diff --git a/applications/luci-app-meshwizard/po/el/meshwizard.po b/applications/luci-app-meshwizard/po/el/meshwizard.po new file mode 100644 index 0000000..1aeff1e --- /dev/null +++ b/applications/luci-app-meshwizard/po/el/meshwizard.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-18 15:14+0200\n" +"PO-Revision-Date: 2012-03-31 15:40+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "Κανάλι" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "ΚαθαÏισμός Ïυθμίσεων" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "ΕνεÏγοποίηση DHCP" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "Γενικές Ρυθμίσεις" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/en/meshwizard.po b/applications/luci-app-meshwizard/po/en/meshwizard.po new file mode 100644 index 0000000..a67c71f --- /dev/null +++ b/applications/luci-app-meshwizard/po/en/meshwizard.po @@ -0,0 +1,109 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/es/meshwizard.po b/applications/luci-app-meshwizard/po/es/meshwizard.po new file mode 100644 index 0000000..9471d42 --- /dev/null +++ b/applications/luci-app-meshwizard/po/es/meshwizard.po @@ -0,0 +1,137 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-23 22:25+0200\n" +"PO-Revision-Date: 2012-11-24 10:22+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Activar o desactivar la configuración IPv6 globalmente." + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "Proteger la LAN de otros nodos y clientes" + +msgid "Cleanup config" +msgstr "Borrar configuración" + +msgid "Configure this interface" +msgstr "Configurar esta interfaz" + +msgid "DHCP IP range" +msgstr "Rango IP de DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP asignará direcciones IP automáticamente a los clientes" + +msgid "Enable DHCP" +msgstr "Activar DHCP" + +msgid "Enable RA" +msgstr "Activar RA" + +msgid "Enabled" +msgstr "Activado" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "IPv6 Settings" +msgstr "Configuración IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "Borrar la configuración antes de establecer una nueva." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Mesh IP address" +msgstr "Dirección IP del mesh" + +msgid "Mesh IPv6 address" +msgstr "Dirección IPv6 del mesh" + +msgid "Mesh Wizard" +msgstr "Asistente del mesh" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: esto configurará esta interfaz para uso mesh, es decir: la añadirá a " +"la zona \"freifunk\" y activará OSLR." + +msgid "Protect LAN" +msgstr "Proteger LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "Permitir a otros usar su conexión para acceder a internet." + +msgid "Send router advertisements on this device." +msgstr "Envía publicaciones de routers por este dispositivo." + +msgid "Share your internet connection" +msgstr "Compartir su conexión a internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Rango IP desde el que asignar direcciones IP (ej. 10.1.2.1/28). Si el rango " +"está dentro del de la mesh se declarará como HNA. Cualquier otro rango usará " +"NAT. Si se deja vación tomará el del perfil de la comunidad." + +msgid "The given IP address is not inside the mesh network range" +msgstr "Este rango IP no está dentro del de la red mesh" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Dirección única IPv6 en notación CIDR (p.e.: 2001:1:2:3::1/64) y que tiene " +"que estar registrada en su comunidad local." + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Esta dirección debe ser única en la mesh (ej. 10.1.1.1) y debe registrarse " +"en su comunidad local." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Configurar un nuevo interfaz virtual inalámbrico en modo punto de acceso." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Este asistente le ayudará a configurar su ruter para Freifunk o una red " +"comunitaria similar." + +msgid "Virtual Access Point (VAP)" +msgstr "Punto de acceso virtual (VAP)" + +msgid "Wizard" +msgstr "Asistente" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Su dispositivo y los vecinos deben usar el mismo canal." + +msgid "recommended" +msgstr "recomendado" diff --git a/applications/luci-app-meshwizard/po/fr/meshwizard.po b/applications/luci-app-meshwizard/po/fr/meshwizard.po new file mode 100644 index 0000000..c9f7b02 --- /dev/null +++ b/applications/luci-app-meshwizard/po/fr/meshwizard.po @@ -0,0 +1,139 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-11-23 22:20+0200\n" +"PO-Revision-Date: 2011-11-23 22:20+0200\n" +"Last-Translator: fredb \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "Cochez ceci pour protéger votre réseau LAN des autres nÅ“uds ou clients" + +msgid "Cleanup config" +msgstr "Nettoyer la config" + +msgid "Configure this interface" +msgstr "Configurer cette interface" + +msgid "DHCP IP range" +msgstr "Gamme d'adresses IP pour DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "Le serveur DHCP donnera automatiquement des adresses IP aux clients" + +msgid "Enable DHCP" +msgstr "Activer le serveur DHCP" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "Paramètres généraux" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Si vous sélectionnez ceci, la configuration sera nettoyée avant de " +"positionner de nouvelles options de configuration." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Mesh IP address" +msgstr "Adresse IP maillée" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "Assistant de Maillage" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "Protéger le LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Sélectionnez ceci pour permettre aux autres d'utiliser votre connexion pour " +"accéder à Internet." + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "Partager votre connexion Internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"La gamme d'adresses IP utilisée pour attribuer des adresses IP aux clients " +"(par ex. 10.1.2.1/28). Si ce lot d'adresses est compris dans le réseau " +"maillé, il sera annoncé comme HNA, sinon du NAT sera utilisé. Si ce champ " +"reste vide, les valeurs par défaut du profil de la communauté seront " +"utilisées." + +msgid "The given IP address is not inside the mesh network range" +msgstr "L'adresse IP donnée n'est pas dans le réseau maillé" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"C'est une adresse unique dans le réseau maillé (par ex. 10.1.1.1) et doit " +"être enregistré dans votre communauté locale." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Cela configurera une nouvelle interface sans-fil virtuelle en mode Point " +"d'Accès." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Cet assistant vous aidera à configurer votre routeur pour le réseau maillé " +"Freifunk ou un autre réseau sans-fil communautaire du même genre." + +msgid "Virtual Access Point (VAP)" +msgstr "Point d'accès virtuel (VAP)" + +msgid "Wizard" +msgstr "Assistant" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Votre matériel et les nÅ“uds voisins doivent utiliser le même canal." + +msgid "recommended" +msgstr "recommandé" diff --git a/applications/luci-app-meshwizard/po/he/meshwizard.po b/applications/luci-app-meshwizard/po/he/meshwizard.po new file mode 100644 index 0000000..acf5f10 --- /dev/null +++ b/applications/luci-app-meshwizard/po/he/meshwizard.po @@ -0,0 +1,119 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/hu/meshwizard.po b/applications/luci-app-meshwizard/po/hu/meshwizard.po new file mode 100644 index 0000000..22aecce --- /dev/null +++ b/applications/luci-app-meshwizard/po/hu/meshwizard.po @@ -0,0 +1,122 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-09 12:55+0200\n" +"Last-Translator: Bgray \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Globális IPV6 konfiguráció aktiválása vagy kikapcsolása." + +msgid "Channel" +msgstr "Csatorna" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "DHCP Engedélyezése" + +msgid "Enable RA" +msgstr "RA Engedélyezése" + +msgid "Enabled" +msgstr "Engedélyezés" + +msgid "General Settings" +msgstr "Ãltalános Beállítások" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "Interfészek" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/it/meshwizard.po b/applications/luci-app-meshwizard/po/it/meshwizard.po new file mode 100644 index 0000000..b1b9799 --- /dev/null +++ b/applications/luci-app-meshwizard/po/it/meshwizard.po @@ -0,0 +1,143 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-06 18:07+0200\n" +"PO-Revision-Date: 2013-02-09 20:46+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Attivare o disattivare la configurazione IPv6 a livello globale." + +msgid "Channel" +msgstr "Canale" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "Abilita per proteggere la tua LAN da altri nodi o clienti" + +msgid "Cleanup config" +msgstr "Ripulisci config" + +msgid "Configure this interface" +msgstr "Configura questa interfaccia" + +msgid "DHCP IP range" +msgstr "Range DHCP IP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP assegnerà indirizzi ip ai client" + +msgid "Enable DHCP" +msgstr "Abilità DHCP" + +msgid "Enable RA" +msgstr "Attiva RA" + +msgid "Enabled" +msgstr "Attivato" + +msgid "General Settings" +msgstr "Impostazioni generali" + +msgid "IPv6 Settings" +msgstr "Impostazioni IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Se questa opzione è selezionata, config viene pulita prima di nuove opzioni " +"di configurazione." + +msgid "Interfaces" +msgstr "Interfacce" + +msgid "Mesh IP address" +msgstr "Rete indirizzo IP" + +msgid "Mesh IPv6 address" +msgstr "Rete indirizzo IPv6" + +msgid "Mesh Wizard" +msgstr "Configurazione Rete" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: questo permette di configurare questa interfaccia per il funzionamento " +"in rete, vale a dire aggiungere nella zona 'Freifunk' e consentire OLSR." + +msgid "Protect LAN" +msgstr "Proteggi LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Selezionare per permettere ad altri di usare la tua connessione per accedere " +"a internet." + +msgid "Send router advertisements on this device." +msgstr "Inviare annunci router su questo dispositivo." + +msgid "Share your internet connection" +msgstr "Condividi la tua connessione internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Il range IP dal quale i client ricevono gli indirizzi (es. 10.1.2.1/28). Se " +"questa subnet è all'interno della tua rete mesh, sarà annunciata as HNA. " +"Ogni altro range userà il NAT. Se lasciato vuoto allora la scelta " +"predefinita della community sarà usata." + +msgid "The given IP address is not inside the mesh network range" +msgstr "L'IP dato non è all'interno del range degli indirizzi di rete mesh" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Si tratta di un indirizzo IPv6 unico in notazione CIDR (ad esempio " +"2001:1:2:3::1/64) e deve essere registrato presso la comunità locale." + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Questo è un indirizzo univoco nella mesh (es. 10.1.1.1) e deve essere " +"accordato con la tua community." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Questo confgurerà una nuova interfaccia wireless virtuale in modalità Access " +"Point." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Questo wizard ti assisterà nel setup del tuo router per l'uso in una rete " +"wireless comunitaria come Freifunk o Ninux." + +msgid "Virtual Access Point (VAP)" +msgstr "Punto di Accesso Virtuale (VAP)" + +msgid "Wizard" +msgstr "Creazione guidata" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Il tuo device a i nodi confinanti devono sare lo stesso canale." + +msgid "recommended" +msgstr "raccomandato" diff --git a/applications/luci-app-meshwizard/po/ja/meshwizard.po b/applications/luci-app-meshwizard/po/ja/meshwizard.po new file mode 100644 index 0000000..a67c71f --- /dev/null +++ b/applications/luci-app-meshwizard/po/ja/meshwizard.po @@ -0,0 +1,109 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/ms/meshwizard.po b/applications/luci-app-meshwizard/po/ms/meshwizard.po new file mode 100644 index 0000000..a67c71f --- /dev/null +++ b/applications/luci-app-meshwizard/po/ms/meshwizard.po @@ -0,0 +1,109 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/no/meshwizard.po b/applications/luci-app-meshwizard/po/no/meshwizard.po new file mode 100644 index 0000000..a67c71f --- /dev/null +++ b/applications/luci-app-meshwizard/po/no/meshwizard.po @@ -0,0 +1,109 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/pl/meshwizard.po b/applications/luci-app-meshwizard/po/pl/meshwizard.po new file mode 100644 index 0000000..79409aa --- /dev/null +++ b/applications/luci-app-meshwizard/po/pl/meshwizard.po @@ -0,0 +1,147 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-19 21:15+0200\n" +"PO-Revision-Date: 2014-04-23 19:18+0200\n" +"Last-Translator: goodgod261 \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Aktywuj lub dezaktywuj ipv6 konfiguracja globalna" + +msgid "Channel" +msgstr "KanaÅ‚" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" +"Zaznacz, aby zabezpieczyć sieć lokalnÄ… przed innymi wÄ™zÅ‚ami lub klientami " +"sieci" + +msgid "Cleanup config" +msgstr "Wyczyść konfiguracjÄ™" + +msgid "Configure this interface" +msgstr "Skonfiguruj ten interfejs" + +msgid "DHCP IP range" +msgstr "Pula adresów DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP automatycznie przypisze adresy IP klientom" + +msgid "Enable DHCP" +msgstr "WÅ‚Ä…cz DHCP" + +msgid "Enable RA" +msgstr "WÅ‚Ä…cz RA" + +msgid "Enabled" +msgstr "WÅ‚Ä…czone" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "IPv6 Settings" +msgstr "IPv6 Ustawienia" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"JeÅ›li ta opcja jest zaznaczona to stara konfiguracja jest usuwana przed " +"zapisaniem nowych opcji." + +msgid "Interfaces" +msgstr "Interfejsy" + +msgid "Mesh IP address" +msgstr "Adres Mesh IP" + +msgid "Mesh IPv6 address" +msgstr "Adres Mech IPv6" + +msgid "Mesh Wizard" +msgstr "Kreator Mesh" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: To sÄ… ustawienia interfejsu mesh operacja i.e Dodawanie Strefy " +"'Freifunk' oraz wÅ‚Ä…czyć olsr" + +msgid "Protect LAN" +msgstr "ChroÅ„ LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Zaznacz tÄ™ opcjÄ™ aby inni użytkownicy mogli używać twojego poÅ‚Ä…czenia do " +"korzystania z internetu" + +msgid "Send router advertisements on this device." +msgstr "WyÅ›lij Routera ReklamÄ™ na urzÄ…dzenie" + +msgid "Share your internet connection" +msgstr "Współdziel swoje poÅ‚Ä…czenie internetowe" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Zakres adresów IP, z którego klientom sÄ… przypisywane adresy IP (np. " +"10.1.2.1/28). Jeżeli jest to zakres wewnÄ…trz twojej sieci mesh, wówczas " +"zostanie rozgÅ‚oszony jako HNA. Każdy inny zakres bÄ™dzie używać NAT. Jeżeli " +"pozostanie pusty, wówczas zostanie użyty domyÅ›lny profil spoÅ‚ecznoÅ›ci." + +msgid "The given IP address is not inside the mesh network range" +msgstr "Podany adres IP nie należy do zakresu sieci mesh" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"To jest unikalny adres IPv6 w notacji CIDR (np. 2001:1:2:3:1/64) i musi zostać zarejestrowany w " +"Twojej lokalnej spoÅ‚ecznoÅ›ci" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Jest to unikalny adres w sieci mesh (np. 10.1.1.1) i musi być zarejestrowana " +"w lokalnej spoÅ‚ecznoÅ›ci." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Ta opcja skonfiguruje nowy wirtualny interfejs bezprzewodowy w trybie Access " +"Point`a" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Ten kreator pomoże skonfigurować router do korzystania z Freifunk lub " +"podobnej spoÅ‚ecznej sieci bezprzewodowej (darmowe WiFi)" + +msgid "Virtual Access Point (VAP)" +msgstr "Access Point Wirtualny (VAP)" + +msgid "Wizard" +msgstr "Kreator" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Twój router i sÄ…siedzkie wÄ™zÅ‚y sieci używajÄ… tego samego kanaÅ‚u." + +msgid "recommended" +msgstr "zalecane" diff --git a/applications/luci-app-meshwizard/po/pt-br/meshwizard.po b/applications/luci-app-meshwizard/po/pt-br/meshwizard.po new file mode 100644 index 0000000..a2238e5 --- /dev/null +++ b/applications/luci-app-meshwizard/po/pt-br/meshwizard.po @@ -0,0 +1,150 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-10-11 00:23+0200\n" +"PO-Revision-Date: 2014-03-17 10:01+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Habilita e desabilita a configuração IPv6 globalmente." + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" +"Marque isto para proteger sua rede local (LAN) de outros nós ou clientes" + +msgid "Cleanup config" +msgstr "Limpar configuração" + +msgid "Configure this interface" +msgstr "Configure esta interface" + +msgid "DHCP IP range" +msgstr "Faixa de IP do DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "O DHCP irá atribuir automaticamente endereços IP para os clientes" + +msgid "Enable DHCP" +msgstr "Habilitar DHCP" + +msgid "Enable RA" +msgstr "" +"Habilitar RA" + +msgid "Enabled" +msgstr "Habilitado" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "IPv6 Settings" +msgstr "Configurações IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Se selecionado, a configuração é limpa antes de definir as novas opções de " +"configuração." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Mesh IP address" +msgstr "Endereço IP da rede em malha" + +msgid "Mesh IPv6 address" +msgstr "Endereço IPv6 da rede em malha" + +msgid "Mesh Wizard" +msgstr "Assistente de Configuração da Rede em Malha" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: Isto irá configurar a interface para operação em malha, p. ex. " +"adicionar à zona 'freifunk' e ativar o OLSR. " + +msgid "Protect LAN" +msgstr "Proteget Rede Local (LAN)" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Selecione isto para permitir que outros usem sua conexão para acessar a " +"internet." + +msgid "Send router advertisements on this device." +msgstr "" +"Envia RA a partir deste dispositivo." + +msgid "Share your internet connection" +msgstr "Compartilhar sua conexão com a internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Faixa de endereços IP atribuídos aos clientes (ex: 10.1.2.1/28). Se esta " +"faixa está dentro da faixa da rede em malha, então ela será anunciada no " +"HNA. Qualquer outra faixa irá utilizar NAT. Se deixada vazia, " +"os padrões do perfil da comunidade será usada." + +msgid "The given IP address is not inside the mesh network range" +msgstr "" +"O endereço IP informado não está na faixa de endereços da rede em malha" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Este é um endereço IPv6 único na notação CIDR (ex: 2001:1:2:3::1/64) e deve " +"ser registrado na sua comunidade local." + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Este é um endereço único na rede em malha (ex: 10.1.1.1) e tem que ser " +"registrado na sua comunidade local." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Isto configurará uma nova interface de rede sem fio virtual em modo de ponto " +"de acesso." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Este assistente irá ajudá-lo na configuração do seu roteador para Freifunk " +"ou outra rede comunitária sem fio similar." + +msgid "Virtual Access Point (VAP)" +msgstr "Ponto de Acesso Virtual (VAP)" + +msgid "Wizard" +msgstr "Assistente" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "Seu dispositivo e os nós vizinhos devem utilizar o mesmo canal." + +msgid "recommended" +msgstr "recomendado" diff --git a/applications/luci-app-meshwizard/po/pt/meshwizard.po b/applications/luci-app-meshwizard/po/pt/meshwizard.po new file mode 100644 index 0000000..4195769 --- /dev/null +++ b/applications/luci-app-meshwizard/po/pt/meshwizard.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-06-03 16:20+0200\n" +"PO-Revision-Date: 2013-06-03 18:01+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "Ativar ou desativar a configuração IPv6 globalmente." + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "Marcar isto para proteger a sua LAN de outros nós ou clientes" + +msgid "Cleanup config" +msgstr "Limpar configuração" + +msgid "Configure this interface" +msgstr "Configurar esta interface" + +msgid "DHCP IP range" +msgstr "Intervalo de IPs DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "O DHCP irá atribuir automaticamente endereços IP aos clientes" + +msgid "Enable DHCP" +msgstr "Ativar DHCP" + +msgid "Enable RA" +msgstr "Ativar RA" + +msgid "Enabled" +msgstr "Ativo" + +msgid "General Settings" +msgstr "Definições Gerais" + +msgid "IPv6 Settings" +msgstr "Definições IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"Se isto estiver selecionado a configuração é limpa antes de serem definidas " +"novas opções na configuração." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Nota: Isto irá configurar a interface para operação em malha, p. ex. " +"adicionar à zona 'freifunk' e ativar OLSR." + +msgid "Protect LAN" +msgstr "Proteger LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Ative isto para permitir que outros usem a sua ligação para aceder à " +"internet." + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Irá ser configurado uma nova interface virtual wireless em modo de Ponto de " +"Acesso." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "Ponto de Acesso Virtual (VAP)" + +msgid "Wizard" +msgstr "Assistente" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "O seu dispositivo e os nós vizinhos têm de usar o mesmo canal." + +msgid "recommended" +msgstr "recomendado" diff --git a/applications/luci-app-meshwizard/po/ro/meshwizard.po b/applications/luci-app-meshwizard/po/ro/meshwizard.po new file mode 100644 index 0000000..9f1c466 --- /dev/null +++ b/applications/luci-app-meshwizard/po/ro/meshwizard.po @@ -0,0 +1,126 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-29 19:55+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "Canal" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" +"Bifeaza aici sa-ti protejezi reteaua locala LAN de alte noduri sau clienti" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "Configureaza aceasta interfata" + +msgid "DHCP IP range" +msgstr "Plaja de adrese IP DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP va aloca automat adrese IP la clienti" + +msgid "Enable DHCP" +msgstr "Activeaza DHCP" + +msgid "Enable RA" +msgstr "Activează RA" + +msgid "Enabled" +msgstr "Activat" + +msgid "General Settings" +msgstr "Setări generale" + +msgid "IPv6 Settings" +msgstr "Setări IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "Interfete" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "Protejeaza reteaua locala LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Selecteaza aici ca sa permiti si altora sa-ti foloseasca si ei conexiunea ta " +"de Internet." + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "Partajeaza cu altii conexiunea ta de Internet" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "recomandat" diff --git a/applications/luci-app-meshwizard/po/ru/meshwizard.po b/applications/luci-app-meshwizard/po/ru/meshwizard.po new file mode 100644 index 0000000..876ac36 --- /dev/null +++ b/applications/luci-app-meshwizard/po/ru/meshwizard.po @@ -0,0 +1,150 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: meshwizard\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-07-20 09:47+0200\n" +"PO-Revision-Date: 2013-09-06 09:43+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#, fuzzy +msgid "Activate or deactivate IPv6 config globally." +msgstr "Ðктивировать или деактивировать глобальную конфигурацию IPv6." + +msgid "Channel" +msgstr "Канал" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" +"Включите Ñту опцию, чтобы защитить локальную Ñеть от других узлов или " +"клиентов" + +msgid "Cleanup config" +msgstr "ОчиÑтить конфигурацию" + +msgid "Configure this interface" +msgstr "ÐаÑтроить Ñтот интерфейÑ" + +msgid "DHCP IP range" +msgstr "Диапазон IP-адреÑов DHCP" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP автоматичеÑки назначит IP-адреÑа клиентам" + +msgid "Enable DHCP" +msgstr "Включить DHCP" + +msgid "Enable RA" +msgstr "Разрешить ICMPv6-ответ \"Router Advertisement\"" + +msgid "Enabled" +msgstr "Включен" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "IPv6 Settings" +msgstr "ÐаÑтройки IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" +"ЕÑли Ñта Ð¾Ð¿Ñ†Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð°, то ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¾Ñ‡Ð¸Ñ‰Ð°ÐµÑ‚ÑÑ Ð¿ÐµÑ€ÐµÐ´ уÑтановкой новых " +"наÑтроек." + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Mesh IP address" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ñчейки" + +msgid "Mesh IPv6 address" +msgstr "IPv6-Ð°Ð´Ñ€ÐµÑ Ð² mesh-Ñети" + +# предлагаю иÑпользовать именно термин "mesh-Ñеть", Ñ‚.к. руÑÑкий аналог Ñтого понÑÑ‚Ð¸Ñ Ñлишком длинный (Ñеть Ñ ÑчеиÑтой топологиейб ÑчеиÑÑ‚Ð°Ñ Ñеть) +msgid "Mesh Wizard" +msgstr "МаÑтер наÑтройки ÑчеиÑтой Ñети" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" +"Примечание: Ñта Ð¾Ð¿Ñ†Ð¸Ñ ÑƒÑтановит данный Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ Ð² режим работы Ñ mesh-" +"ÑетÑми, Ñ‚.е. добавит его в зону ''freifunk' (\"free wireless radio\") и " +"включит протокол OLSR." + +msgid "Protect LAN" +msgstr "Защита LAN" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Включите Ñту опцию, чтобы позволить другим клиентам иÑпользовать ваше " +"подключение к интернету." + +msgid "Send router advertisements on this device." +msgstr "ПоÑылать ICMPv6 ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ \"Router Advertisement\" на Ñто уÑтройÑтво" + +msgid "Share your internet connection" +msgstr "Сделать интернет-подключение общедоÑтупным" + +# HNA - Home Network Announcement +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" +"Диапазон IP-адреÑов Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°Ð¼Ð¸ Ñети (например 10.1.2.1/28). " +"ЕÑли указанный диапазон находитÑÑ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ вашей Ñети, тогда он будет объÑвлен " +"как HNA. Любой другой диапазон будет иÑпользовать NAT. Ð’ Ñлучае пуÑтого " +"значение будут иÑпользоватьÑÑ Ñтандартные наÑтройки." + +msgid "The given IP address is not inside the mesh network range" +msgstr "Заданный IP-Ð°Ð´Ñ€ÐµÑ Ð½Ðµ находитÑÑ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÑчеиÑтой Ñети" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" +"Это уникальный Ð°Ð´Ñ€ÐµÑ Ð² ÑчеиÑтой Ñети (например 10.1.1.1), который должен " +"быть зарегиÑтрирован в вашем меÑтном ÑообщеÑтве." + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" +"Будет произведена наÑтройка новой виртуальной беÑпроводной Ñети в режиме " +"точки доÑтупа." + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" +"Данный маÑтер поможет наÑтроить ваш маршрутизатор Ð´Ð»Ñ Ñети Freifunk или " +"другой подобной беÑпроводной Ñети." + +msgid "Virtual Access Point (VAP)" +msgstr "Ð’Ð¸Ñ€Ñ‚ÑƒÐ°Ð»ÑŒÐ½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° доÑтупа (VAP)" + +msgid "Wizard" +msgstr "МаÑтер уÑтановки" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" +"Ваше уÑтройÑтво и ÑоÑедние узлы должны иÑпользовать один и тот же канал." + +msgid "recommended" +msgstr "рекомендуетÑÑ" diff --git a/applications/luci-app-meshwizard/po/sk/meshwizard.po b/applications/luci-app-meshwizard/po/sk/meshwizard.po new file mode 100644 index 0000000..c86708a --- /dev/null +++ b/applications/luci-app-meshwizard/po/sk/meshwizard.po @@ -0,0 +1,119 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/sv/meshwizard.po b/applications/luci-app-meshwizard/po/sv/meshwizard.po new file mode 100644 index 0000000..b898024 --- /dev/null +++ b/applications/luci-app-meshwizard/po/sv/meshwizard.po @@ -0,0 +1,120 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/templates/meshwizard.pot b/applications/luci-app-meshwizard/po/templates/meshwizard.pot new file mode 100644 index 0000000..9dfdec5 --- /dev/null +++ b/applications/luci-app-meshwizard/po/templates/meshwizard.pot @@ -0,0 +1,112 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/tr/meshwizard.po b/applications/luci-app-meshwizard/po/tr/meshwizard.po new file mode 100644 index 0000000..92cabd4 --- /dev/null +++ b/applications/luci-app-meshwizard/po/tr/meshwizard.po @@ -0,0 +1,119 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/uk/meshwizard.po b/applications/luci-app-meshwizard/po/uk/meshwizard.po new file mode 100644 index 0000000..9a317b7 --- /dev/null +++ b/applications/luci-app-meshwizard/po/uk/meshwizard.po @@ -0,0 +1,126 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-21 15:47+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "Канал" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "DHCP IP-діапазон" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP автоматично призначить IP-адреÑи клієнтам" + +msgid "Enable DHCP" +msgstr "Ðктивувати DHCP" + +msgid "Enable RA" +msgstr "Ðктивувати RA" + +msgid "Enabled" +msgstr "Ðктивувати" + +msgid "General Settings" +msgstr "Загальні налаштуваннÑ" + +msgid "IPv6 Settings" +msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ IPv6" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "ІнтерфейÑи" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "ЗахиÑÑ‚ локальної мережі" + +#, fuzzy +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" +"Оберіть це, щоб дозволити іншим викориÑтовувати з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð´Ð¾Ñтупу в " +"Інтернет." + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/vi/meshwizard.po b/applications/luci-app-meshwizard/po/vi/meshwizard.po new file mode 100644 index 0000000..a67c71f --- /dev/null +++ b/applications/luci-app-meshwizard/po/vi/meshwizard.po @@ -0,0 +1,109 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/po/zh-cn/meshwizard.po b/applications/luci-app-meshwizard/po/zh-cn/meshwizard.po new file mode 100644 index 0000000..d5d0707 --- /dev/null +++ b/applications/luci-app-meshwizard/po/zh-cn/meshwizard.po @@ -0,0 +1,126 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-24 18:01+0200\n" +"PO-Revision-Date: 2014-03-25 04:25+0200\n" +"Last-Translator: hewenhao \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "å¯ç”¨æˆ–åœç”¨å…¨çƒIPv6设置" + +msgid "Channel" +msgstr "频é“" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "选择此项,隔离其他节点或客户端的攻击æ¥ä¿æŠ¤ä½ çš„局域网" + +msgid "Cleanup config" +msgstr "清空é…ç½®" + +msgid "Configure this interface" +msgstr "é…置当å‰ç•Œé¢" + +msgid "DHCP IP range" +msgstr "DHCP IP 范围" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "DHCP将自动给客户端分é…IP地å€" + +msgid "Enable DHCP" +msgstr "å¯åŠ¨DHCP" + +msgid "Enable RA" +msgstr "å¯ç”¨RA" + +msgid "Enabled" +msgstr "å¯ç”¨" + +msgid "General Settings" +msgstr "总体设置" + +msgid "IPv6 Settings" +msgstr "IPv6设置" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "如果此项被选中,在设置新选项之å‰ï¼Œé…置将被清空。" + +msgid "Interfaces" +msgstr "ç•Œé¢" + +msgid "Mesh IP address" +msgstr "Mesh IP 地å€" + +msgid "Mesh IPv6 address" +msgstr "Mesh IPv6地å€" + +msgid "Mesh Wizard" +msgstr "Mesh 导引" + +#, fuzzy +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "注æ„:这将为meshæ“作建立一个接å£ï¼Œå¦‚:增加到‘freifunk’区域并使能olsr" + +msgid "Protect LAN" +msgstr "ä¿æŠ¤LANå£" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "选择这项æ¥å…许其它程åºç”¨ä½ è¿™ä¸ªè¿žæŽ¥æ¥æŽ¥å…¥å› ç‰¹ç½‘" + +#, fuzzy +msgid "Send router advertisements on this device." +msgstr "在这个设备上å‘é€è·¯ç”±å¹¿æ’­" + +msgid "Share your internet connection" +msgstr "分享你的Internet连接" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "这将会在接入点模å¼è®¾ç½®ä¸€ä¸ªæ–°çš„虚拟无线网络接å£" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "虚拟接入点" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "推è" diff --git a/applications/luci-app-meshwizard/po/zh-tw/meshwizard.po b/applications/luci-app-meshwizard/po/zh-tw/meshwizard.po new file mode 100644 index 0000000..a4d29e8 --- /dev/null +++ b/applications/luci-app-meshwizard/po/zh-tw/meshwizard.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + +msgid "Channel" +msgstr "" + +msgid "Check this to protect your LAN from other nodes or clients" +msgstr "" + +msgid "Cleanup config" +msgstr "" + +msgid "Configure this interface" +msgstr "" + +msgid "DHCP IP range" +msgstr "" + +msgid "DHCP will automatically assign ip addresses to clients" +msgstr "" + +msgid "Enable DHCP" +msgstr "" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "IPv6 Settings" +msgstr "" + +msgid "" +"If this is selected then config is cleaned before setting new config options." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Mesh IP address" +msgstr "" + +msgid "Mesh IPv6 address" +msgstr "" + +msgid "Mesh Wizard" +msgstr "" + +msgid "" +"Note: this will set up this interface for mesh operation, i.e. add it to " +"zone 'freifunk' and enable olsr." +msgstr "" + +msgid "Protect LAN" +msgstr "" + +msgid "" +"Select this to allow others to use your connection to access the internet." +msgstr "" + +msgid "Send router advertisements on this device." +msgstr "" + +msgid "Share your internet connection" +msgstr "" + +msgid "" +"The IP range from which clients are assigned ip addresses (e.g. " +"10.1.2.1/28). If this is a range inside your mesh network range, then it " +"will be announced as HNA. Any other range will use NAT. If left empty then " +"the defaults from the community profile will be used." +msgstr "" + +msgid "The given IP address is not inside the mesh network range" +msgstr "" + +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + +msgid "" +"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " +"registered at your local community." +msgstr "" + +msgid "This will setup a new virtual wireless interface in Access Point mode." +msgstr "" + +msgid "" +"This wizard will assist you in setting up your router for Freifunk or " +"another similar wireless community network." +msgstr "" + +msgid "Virtual Access Point (VAP)" +msgstr "" + +msgid "Wizard" +msgstr "" + +msgid "Your device and neighbouring nodes have to use the same channel." +msgstr "" + +msgid "recommended" +msgstr "" diff --git a/applications/luci-app-meshwizard/root/etc/uci-defaults/meshwizard b/applications/luci-app-meshwizard/root/etc/uci-defaults/meshwizard new file mode 100644 index 0000000..6ceb1b7 --- /dev/null +++ b/applications/luci-app-meshwizard/root/etc/uci-defaults/meshwizard @@ -0,0 +1,8 @@ +#!/bin/sh +uci batch < +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for miniDLNA +LUCI_DEPENDS:=+minidlna + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-minidlna/luasrc/controller/minidlna.lua b/applications/luci-app-minidlna/luasrc/controller/minidlna.lua new file mode 100644 index 0000000..9200796 --- /dev/null +++ b/applications/luci-app-minidlna/luasrc/controller/minidlna.lua @@ -0,0 +1,46 @@ +-- Copyright 2012 Gabor Juhos +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.minidlna", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/minidlna") then + return + end + + local page + + page = entry({"admin", "services", "minidlna"}, cbi("minidlna"), _("miniDLNA")) + page.dependent = true + + entry({"admin", "services", "minidlna_status"}, call("minidlna_status")) +end + +function minidlna_status() + local sys = require "luci.sys" + local uci = require "luci.model.uci".cursor() + local port = tonumber(uci:get_first("minidlna", "minidlna", "port")) + + local status = { + running = (sys.call("pidof minidlna >/dev/null") == 0), + audio = 0, + video = 0, + image = 0 + } + + if status.running then + local fd = sys.httpget("http://127.0.0.1:%d/" % (port or 8200), true) + if fd then + local html = fd:read("*a") + if html then + status.audio = (tonumber(html:match("Audio files(%d+)")) or 0) + status.video = (tonumber(html:match("Video files(%d+)")) or 0) + status.image = (tonumber(html:match("Image files(%d+)")) or 0) + end + fd:close() + end + end + + luci.http.prepare_content("application/json") + luci.http.write_json(status) +end diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua new file mode 100644 index 0000000..99ef68c --- /dev/null +++ b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua @@ -0,0 +1,165 @@ +-- Copyright 2012 Gabor Juhos +-- Licensed to the public under the Apache License 2.0. + +local m, s, o + +m = Map("minidlna", translate("miniDLNA"), + translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients.")) + +m:section(SimpleSection).template = "minidlna_status" + +s = m:section(TypedSection, "minidlna", "miniDLNA Settings") +s.addremove = false +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("advanced", translate("Advanced Settings")) + +o = s:taboption("general", Flag, "enabled", translate("Enable:")) +o.rmempty = false + +function o.cfgvalue(self, section) + return luci.sys.init.enabled("minidlna") and self.enabled or self.disabled +end + +function o.write(self, section, value) + if value == "1" then + luci.sys.init.enable("minidlna") + luci.sys.call("/etc/init.d/minidlna start >/dev/null") + else + luci.sys.call("/etc/init.d/minidlna stop >/dev/null") + luci.sys.init.disable("minidlna") + end + + return Flag.write(self, section, value) +end + +o = s:taboption("general", Value, "port", translate("Port:"), + translate("Port for HTTP (descriptions, SOAP, media transfer) traffic.")) +o.datatype = "port" +o.default = 8200 + + +o = s:taboption("general", Value, "interface", translate("Interfaces:"), + translate("Network interfaces to serve.")) + +o.template = "cbi/network_ifacelist" +o.widget = "checkbox" +o.nocreate = true + +function o.cfgvalue(self, section) + local rv = { } + local val = Value.cfgvalue(self, section) + if val then + local ifc + for ifc in val:gmatch("[^,%s]+") do + rv[#rv+1] = ifc + end + end + return rv +end + +function o.write(self, section, value) + local rv = { } + local ifc + for ifc in luci.util.imatch(value) do + rv[#rv+1] = ifc + end + Value.write(self, section, table.concat(rv, ",")) +end + + +o = s:taboption("general", Value, "friendly_name", translate("Friendly name:"), + translate("Set this if you want to customize the name that shows up on your clients.")) +o.rmempty = true +o.placeholder = "OpenWrt DLNA Server" + +o = s:taboption("advanced", Value, "db_dir", translate("Database directory:"), + translate("Set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache.")) +o.rmempty = true +o.placeholder = "/var/cache/minidlna" + +o = s:taboption("advanced", Value, "log_dir", translate("Log directory:"), + translate("Set this if you would like to specify the directory where you want MiniDLNA to store its log file.")) +o.rmempty = true +o.placeholder = "/var/log" + +s:taboption("advanced", Flag, "inotify", translate("Enable inotify:"), + translate("Set this to enable inotify monitoring to automatically discover new files.")) + +s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"), + translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO.")) +o.rmempty = true + +o = s:taboption("advanced", Flag, "strict_dlna", translate("Strict to DLNA standard:"), + translate("Set this to strictly adhere to DLNA standards. This will allow server-side downscaling of very large JPEG images, which may hurt JPEG serving performance on (at least) Sony DLNA products.")) +o.rmempty = true + +o = s:taboption("advanced", Value, "presentation_url", translate("Presentation URL:")) +o.rmempty = true +o.placeholder = "http://192.168.1.1/" + +o = s:taboption("advanced", Value, "notify_interval", translate("Notify interval:"), + translate("Notify interval in seconds.")) +o.datatype = "uinteger" +o.placeholder = 900 + +o = s:taboption("advanced", Value, "serial", translate("Announced serial number:"), + translate("Serial number the miniDLNA daemon will report to clients in its XML description.")) +o.placeholder = "12345678" + +s:taboption("advanced", Value, "model_number", translate("Announced model number:"), + translate("Model number the miniDLNA daemon will report to clients in its XML description.")) +o.placholder = "1" + +o = s:taboption("advanced", Value, "minissdpsocket", translate("miniSSDP socket:"), + translate("Specify the path to the MiniSSDPd socket.")) +o.rmempty = true +o.placeholder = "/var/run/minissdpd.sock" + +o = s:taboption("general", ListValue, "root_container", translate("Root container:")) +o:value(".", translate("Standard container")) +o:value("B", translate("Browse directory")) +o:value("M", translate("Music")) +o:value("V", translate("Video")) +o:value("P", translate("Pictures")) + + +s:taboption("general", DynamicList, "media_dir", translate("Media directories:"), + translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified.")) + + +o = s:taboption("general", DynamicList, "album_art_names", translate("Album art names:"), + translate("This is a list of file names to check for when searching for album art.")) +o.rmempty = true +o.placeholder = "Cover.jpg" + +function o.cfgvalue(self, section) + local rv = { } + + local val = Value.cfgvalue(self, section) + if type(val) == "table" then + val = table.concat(val, "/") + elseif not val then + val = "" + end + + local file + for file in val:gmatch("[^/%s]+") do + rv[#rv+1] = file + end + + return rv +end + +function o.write(self, section, value) + local rv = { } + local file + for file in luci.util.imatch(value) do + rv[#rv+1] = file + end + Value.write(self, section, table.concat(rv, "/")) +end + + +return m diff --git a/applications/luci-app-minidlna/luasrc/view/admin_status/index/minidlna.htm b/applications/luci-app-minidlna/luasrc/view/admin_status/index/minidlna.htm new file mode 100644 index 0000000..b2feeb2 --- /dev/null +++ b/applications/luci-app-minidlna/luasrc/view/admin_status/index/minidlna.htm @@ -0,0 +1 @@ +<%+minidlna_status%> diff --git a/applications/luci-app-minidlna/luasrc/view/minidlna_status.htm b/applications/luci-app-minidlna/luasrc/view/minidlna_status.htm new file mode 100644 index 0000000..866eded --- /dev/null +++ b/applications/luci-app-minidlna/luasrc/view/minidlna_status.htm @@ -0,0 +1,29 @@ + + +
+ <%:miniDLNA Status%> +

+ <%:Collecting data...%> +

+
diff --git a/applications/luci-app-minidlna/po/ca/minidlna.po b/applications/luci-app-minidlna/po/ca/minidlna.po new file mode 100644 index 0000000..bf16008 --- /dev/null +++ b/applications/luci-app-minidlna/po/ca/minidlna.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-01 05:45+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "Habilita TIVO:" + +msgid "Enable inotify:" +msgstr "Habilita inotify:" + +msgid "Enable:" +msgstr "Habilita:" + +msgid "Friendly name:" +msgstr "Nom amistós:" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "Interfaces:" +msgstr "Interfícies" + +msgid "Log directory:" +msgstr "Directori de registre:" + +msgid "Media directories:" +msgstr "Directoris de medis:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "Música" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "Interval de notificació en segons." + +msgid "Notify interval:" +msgstr "Interval de notificació:" + +msgid "Pictures" +msgstr "Imatges" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port de tràfic HTTP (descripcions, SOAP, transferència de medis)" + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Especifiqueu la ruta a l'endoll de MiniSSDPd." + +msgid "Standard container" +msgstr "Contenidor estàndard" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "Vídeo" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Estat de miniDLNA" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/cs/minidlna.po b/applications/luci-app-minidlna/po/cs/minidlna.po new file mode 100644 index 0000000..bf5a7f4 --- /dev/null +++ b/applications/luci-app-minidlna/po/cs/minidlna.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 19:18+0200\n" +"Last-Translator: KubaCZ \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "Procházet adresář" + +msgid "Collecting data..." +msgstr "ShromažÄování dat ..." + +msgid "Database directory:" +msgstr "Adresář databáze:" + +msgid "Enable TIVO:" +msgstr "Povolit TIVO:" + +msgid "Enable inotify:" +msgstr "Povolit inotify:" + +msgid "Enable:" +msgstr "Povolit:" + +msgid "Friendly name:" +msgstr "Popisek:" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "Interfaces:" +msgstr "Rozhraní:" + +msgid "Log directory:" +msgstr "Log adresář:" + +msgid "Media directories:" +msgstr "Media adresáře:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA je serverový software s cílem být plnÄ› kompatibilní s DLNA / UPnP-" +"AV klienty." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "Hudba" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "NotifikaÄní interval v sekundách." + +msgid "Notify interval:" +msgstr "NotifikaÄní interval:" + +msgid "Pictures" +msgstr "Obrázky" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port pro HTTP (popisy, SOAP, pÅ™enos médií) provoz." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "PrezentaÄní URL:" + +msgid "Root container:" +msgstr "KoÅ™enový/root kontejner:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "Standardní kontejner" + +msgid "Strict to DLNA standard:" +msgstr "StriktnÄ› se držet standardu DLNA:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"Služba miniDLNA je aktivní, poskytuje %d audio, %d video a %d obrázkových " +"souborů." + +msgid "The miniDLNA service is not running." +msgstr "Služba miniDLNA není spuÅ¡tÄ›na." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Stav miniDLNA" + +msgid "miniSSDP socket:" +msgstr "miniSSDP socket:" diff --git a/applications/luci-app-minidlna/po/de/minidlna.po b/applications/luci-app-minidlna/po/de/minidlna.po new file mode 100644 index 0000000..22cb0f7 --- /dev/null +++ b/applications/luci-app-minidlna/po/de/minidlna.po @@ -0,0 +1,205 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-09 14:39+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Album art names:" +msgstr "Dateinamen für Cover-Bilder:" + +msgid "Announced model number:" +msgstr "Angekündigte Modellnummer:" + +msgid "Announced serial number:" +msgstr "Angekündigte Seriennummer:" + +msgid "Browse directory" +msgstr "Browse-Verzeichnis" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Database directory:" +msgstr "Datenbankverzeichnis:" + +msgid "Enable TIVO:" +msgstr "TIVO aktivieren:" + +msgid "Enable inotify:" +msgstr "Inotify aktivieren:" + +msgid "Enable:" +msgstr "Aktivieren:" + +msgid "Friendly name:" +msgstr "Spitzname:" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "Interfaces:" +msgstr "Schnittstellen:" + +msgid "Log directory:" +msgstr "Protokollverzeichnis:" + +msgid "Media directories:" +msgstr "Medienverzeichnisse:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA ist eine Serversoftware mit dem Ziel voll kompatibel mit DLNA/UPnP-" +"AV-Klienten zu sein." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Spezifiziert die Modellnummer welche der miniDLNA-Dienst als Teil seiner XML-" +"Beschreibung an Clients versendet." + +msgid "Music" +msgstr "Musik" + +msgid "Network interfaces to serve." +msgstr "Zu bedienende Netzwerkschnittstellen." + +msgid "Notify interval in seconds." +msgstr "Ankündigungsinterval in Sekunden." + +msgid "Notify interval:" +msgstr "Ankündigunsintervall" + +msgid "Pictures" +msgstr "Bilder" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port für HTTP-Verkehr (Beschreibungen, SOAP, Mediendaten)." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "Präsentations-URL:" + +msgid "Root container:" +msgstr "Root-Container:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Spezifiziert die Seriennummer welche der miniDLNA-Dienst als Teil seiner XML-" +"Beschreibung an Clients versendet." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Diesen Wert setzen um den auf Clients angezeigten Namen zu verändern." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Diesen Wert setzen um das Verzeichnis zu bestimmen in dem miniDLNA seine " +"Datenbank und den Cover-Bild-Speicher ablegt." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Diesen Wert setzen um das Verzeichnis zu bestimmen in dem miniDLNA seine " +"Protokolldateien ablegt." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Diese Option aktivieren um den Inotify-Mechanismus zum Entdecken neuer " +"Dateien zu benutzen." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Diese Option aktivieren um die Unterstützung von JPEG- und MP3-Streaming zu " +"HMO-TiVo-Geräten zu aktivieren." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Diese Option setzen um den DLNA-Standard strikt einzuhalten. Damit wird " +"serverseitiges Herunterskalieren von JPEG-Bildern aktviert was die " +"Auslieferunsgeschwindigkeit in Verbindung mit Sony DLNA-Produkten negativ " +"beeinflussen kann." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Spezifiziert die zu durchsuchenden Medienverzeichnisse. Durch Voranstellung " +"eines Buchstaben gefolgt von einem Komma kann ein Verzeichnis auf einen " +"bestimmten Typ eingeschränkt werden; 'A' für Audio-, 'V' für Video- und 'P' " +"für Bild-Verzeichnisse. Es können mehrere Verzeichnisse angegeben werden." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Spezifiziert den Pfad zur MiniSSDPd-Socket-Datei." + +msgid "Standard container" +msgstr "Standard-Container" + +msgid "Strict to DLNA standard:" +msgstr "Stikt nach DLNA-Standard:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"Der miniDLNA-Dienst ist aktiv und publiziert %d Audio-, %d Video- und %d " +"Bild-Dateien." + +msgid "The miniDLNA service is not running." +msgstr "Der miniDLNA-Dienst ist inaktiv." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" +"Dies ist eine Liste von Dateinamen, die geprüft werden sollen wenn nach " +"Cover-Bildern gesucht wird." + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "miniDLNA-Status" + +msgid "miniSSDP socket:" +msgstr "miniSSDP-Socket:" + +#~ msgid "Network interfaces to serve, comma delimited list." +#~ msgstr "" +#~ "Lister dee bedienten Netzwerkschnittstellen als Komma-getrennte Liste." + +#~ msgid "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" +#~ msgstr "" +#~ "Dies ist eine Liste von zu prüfenden Dateinamen wenn nach Album-Covern " +#~ "gesucht wird. Hinweis: Namen müssen mit einem Schrägstrich ('/') getrennt " +#~ "werden." diff --git a/applications/luci-app-minidlna/po/el/minidlna.po b/applications/luci-app-minidlna/po/el/minidlna.po new file mode 100644 index 0000000..48c6188 --- /dev/null +++ b/applications/luci-app-minidlna/po/el/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/en/minidlna.po b/applications/luci-app-minidlna/po/en/minidlna.po new file mode 100644 index 0000000..5934d42 --- /dev/null +++ b/applications/luci-app-minidlna/po/en/minidlna.po @@ -0,0 +1,195 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "Album art names:" + +msgid "Announced model number:" +msgstr "Announced model number:" + +msgid "Announced serial number:" +msgstr "Announced serial number:" + +msgid "Browse directory" +msgstr "Browse directory" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "Database directory:" + +msgid "Enable TIVO:" +msgstr "Enable TIVO:" + +msgid "Enable inotify:" +msgstr "Enable inotify:" + +msgid "Enable:" +msgstr "Enable:" + +msgid "Friendly name:" +msgstr "Friendly name:" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "Interfaces:" + +msgid "Log directory:" +msgstr "Log directory:" + +msgid "Media directories:" +msgstr "Media directories:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." + +msgid "Music" +msgstr "Music" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "Notify interval in seconds." + +msgid "Notify interval:" +msgstr "Notify interval:" + +msgid "Pictures" +msgstr "Pictures" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port for HTTP (descriptions, SOAP, media transfer) traffic." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "Presentation URL:" + +msgid "Root container:" +msgstr "Root container:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" +"Set this if you want to customize the name that shows up on your clients." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Set this to enable inotify monitoring to automatically discover new files." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Specify the path to the MiniSSDPd socket." + +msgid "Standard container" +msgstr "Standard container" + +msgid "Strict to DLNA standard:" +msgstr "Strict to DLNA standard:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "miniSSDP socket:" + +#~ msgid "Network interfaces to serve, comma delimited list." +#~ msgstr "Network interfaces to serve, comma delimited list." + +#~ msgid "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" +#~ msgstr "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" diff --git a/applications/luci-app-minidlna/po/es/minidlna.po b/applications/luci-app-minidlna/po/es/minidlna.po new file mode 100644 index 0000000..5f6b396 --- /dev/null +++ b/applications/luci-app-minidlna/po/es/minidlna.po @@ -0,0 +1,184 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-01 09:07+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Album art names:" +msgstr "Imágenes de álbumes:" + +msgid "Announced model number:" +msgstr "Número de modelo declarado:" + +msgid "Announced serial number:" +msgstr "Número de serie declarado:" + +msgid "Browse directory" +msgstr "Ver directorio" + +msgid "Collecting data..." +msgstr "Recopilando información..." + +msgid "Database directory:" +msgstr "Directorio de la base de datos:" + +msgid "Enable TIVO:" +msgstr "Activar TIVO:" + +msgid "Enable inotify:" +msgstr "Activar inotify:" + +msgid "Enable:" +msgstr "Activar:" + +msgid "Friendly name:" +msgstr "Nombre amigable:" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "Interfaces:" +msgstr "Interfaces:" + +msgid "Log directory:" +msgstr "Directorio de registro:" + +msgid "Media directories:" +msgstr "Directorios de medios:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA es un servidor que buscar ser compatible con clientes DLNA/UPnP-AV." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Número de modelo que el demonio miniDLNA mostrará a los clientes en su " +"descripción XML." + +msgid "Music" +msgstr "Música" + +msgid "Network interfaces to serve." +msgstr "Interfaces de red a usar." + +msgid "Notify interval in seconds." +msgstr "Intervalo de notificación en segundos." + +msgid "Notify interval:" +msgstr "Intervalo de notificación:" + +msgid "Pictures" +msgstr "Imágenes" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" +"Puerto para tráfico HTTP (descripciones, SOAP y transferencia de medios)." + +msgid "Port:" +msgstr "Puerto:" + +msgid "Presentation URL:" +msgstr "URL de presentación:" + +msgid "Root container:" +msgstr "Raíz de contenidos:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Número de serie que el demonio miniDLNA informará a los clientes en su " +"descripción XML." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Personalizar el nombre mostrado a los clientes." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Indicar el directorio en el que MiniDLNA guardará su base de datos y la " +"caché de álbumes." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "Indicar el directorio donde MiniDLNA guardará su archivo de registro." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "Inotify descubrirá automáticamente nuevos archivos." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "Envío de archivos .jpg y .mp3 a un TiVo usando HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Seguir estrictamente el estándar DLNA. Esto permite el reescalado desde el " +"servidor de imágenes JPEG grandes que pueden perjudicar el rendimiento en " +"(al menos) productos DLNA de Sony." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Directorio a explorar. Si quiere restringir el directorio a un contenido " +"específico puede añadir el tipo ('A' par audio, 'V' para vídeo o 'P' para " +"imágenes), seguido por una coma al nombre del directorio (ej. media_dir=A,/" +"mnt/media/Music). Se puede establecer varios directorios." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Camino al socket de MiniSSDPd." + +msgid "Standard container" +msgstr "Contenedor estándar" + +msgid "Strict to DLNA standard:" +msgstr "Ceñirse al estándar DLNA:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"El servicio miniDLNA está activo, sirviendo %d archivos de audio, %d de " +"vídeo y %d de imágenes." + +msgid "The miniDLNA service is not running." +msgstr "El servicio miniDLNA no está arrancado." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "Lista de nombres a comprobar para buscar imágenes de álbumes." + +msgid "Video" +msgstr "Vídeo" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Estado de miniDLNA" + +msgid "miniSSDP socket:" +msgstr "Socket de miniSSDP:" diff --git a/applications/luci-app-minidlna/po/fr/minidlna.po b/applications/luci-app-minidlna/po/fr/minidlna.po new file mode 100644 index 0000000..d638b0c --- /dev/null +++ b/applications/luci-app-minidlna/po/fr/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/he/minidlna.po b/applications/luci-app-minidlna/po/he/minidlna.po new file mode 100644 index 0000000..48c6188 --- /dev/null +++ b/applications/luci-app-minidlna/po/he/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/hu/minidlna.po b/applications/luci-app-minidlna/po/hu/minidlna.po new file mode 100644 index 0000000..52fbe74 --- /dev/null +++ b/applications/luci-app-minidlna/po/hu/minidlna.po @@ -0,0 +1,199 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-09 19:18+0200\n" +"Last-Translator: Gábor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "Haladó beállítások" + +msgid "Album art names:" +msgstr "Borító album nevek:" + +msgid "Announced model number:" +msgstr "Közölt modellszám:" + +msgid "Announced serial number:" +msgstr "Közölt sorozatszám:" + +msgid "Browse directory" +msgstr "Könyvtár tallózása" + +msgid "Collecting data..." +msgstr "Adatok gyűjtése..." + +msgid "Database directory:" +msgstr "Adatbázis könyvtár:" + +msgid "Enable TIVO:" +msgstr "TIVO engedélyezése:" + +msgid "Enable inotify:" +msgstr "Inotify engedélyezése:" + +msgid "Enable:" +msgstr "Engedélyezés:" + +msgid "Friendly name:" +msgstr "Egyéni név:" + +msgid "General Settings" +msgstr "Ãltalános beállítások" + +msgid "Interfaces:" +msgstr "Interfészek:" + +msgid "Log directory:" +msgstr "Napló könyvtár:" + +msgid "Media directories:" +msgstr "Média könyvtárak:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"A MiniDLNA egy szerver alkalmazás, ami teljes mértékben kompatibilis a DLNA/" +"UPnP-AV képes kliensekkel." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"A miniDLNA által az XML leírásban jelentett modellszám a kliensek számára." + +msgid "Music" +msgstr "Zene" + +msgid "Network interfaces to serve." +msgstr "Kiszolgált hálózati interfészek." + +msgid "Notify interval in seconds." +msgstr "Értesítés intervalluma másodpercben." + +msgid "Notify interval:" +msgstr "Értesítési intervallum:" + +msgid "Pictures" +msgstr "Képek" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "HTTP forgalom (leírások, SOAP, média átvitel) portja." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "Szolgáltatott URL:" + +msgid "Root container:" +msgstr "Gyökér konténer:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"A miniDLNA által az XML leírásban jelentett szériaszám a kliensek számára." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" +"Ãllítsa be, amennyiben a kliensek számára megjelenÅ‘ nevet szeretné testre " +"szabni." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Ãllítsa be, ha meg szeretné adni azt könyvtárat, ahová a a MiniDLNA az " +"adatbázisát, illetve az album borító gyorsítótárat rögzítse." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Ãttítsa be, ha meg szeretné adni azt a könyvtárat, ahová a MiniDLNA a napló " +"állományait mentse." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Engedélyezze az új fájlok automatikus felfedezéséhez szükséges inotify " +"monitorozáshoz." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Engedélyezze a .jpg és .mp3 fájlok közvetítéséhez TiVo támogatott HMO-k felé." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Engedélyezze a DLNA követelmények szigorú betartásához. Ez lehetÅ‘vé teszi a " +"nagyon nagy JPEG képek szerver oldali leméretezését, amik pl. a Sony DLNA " +"termékek JPEG kiszolgáló teljesítményére nincsenek kedvezÅ‘ hatással." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Ãllítsa be a vizsgálandó könyvtárra. Ha a könyvtárat egy adott típusú " +"tartalom szerint szeretné korlátozni, akkor a neve elÅ‘tt vesszÅ‘vel " +"elválasztva megadhatja a típust ('A' az audió, 'V' a videó, 'P' a képek " +"számára. pl.: media_dir=A,/mnt/media/Music). Több könyvtár is megadható." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "A MiniSSDPd socket elérési útját határozza meg." + +msgid "Standard container" +msgstr "Szabvány konténer" + +msgid "Strict to DLNA standard:" +msgstr "DLNA követelmények szigorú betartása:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"A miniDLNA szolgáltatás aktív, %d hang, %d videó, %d kép fájl található. " + +msgid "The miniDLNA service is not running." +msgstr "A miniDLNA szolgáltatás nem aktív." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "Fájlnevek listája, amik ellenÅ‘rzésre kerülnek albumborító keresésekor." + +msgid "Video" +msgstr "Videó" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "miniDLNA állapot" + +msgid "miniSSDP socket:" +msgstr "miniSSDP socket:" + +#~ msgid "Network interfaces to serve, comma delimited list." +#~ msgstr "Kiszolgált hálózati interfészek vesszÅ‘vel elválasztott listája." + +#~ msgid "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" +#~ msgstr "" +#~ "Ez egy lista azokról a fájlnevekrÅ‘l, amelyeket ellenÅ‘rizni kell a " +#~ "lemezborító keresésekor. Megjegyzés: a neveket per jellel ('/') kell " +#~ "elválasztani egymástól." diff --git a/applications/luci-app-minidlna/po/it/minidlna.po b/applications/luci-app-minidlna/po/it/minidlna.po new file mode 100644 index 0000000..1c0abc6 --- /dev/null +++ b/applications/luci-app-minidlna/po/it/minidlna.po @@ -0,0 +1,194 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-05 11:41+0200\n" +"Last-Translator: morganfw \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Opzioni avanzate" + +msgid "Album art names:" +msgstr "Nome Copertina Album:" + +msgid "Announced model number:" +msgstr "Numero modello annunciato:" + +msgid "Announced serial number:" +msgstr "Numero seriale annunciato:" + +msgid "Browse directory" +msgstr "Esplora directory" + +msgid "Collecting data..." +msgstr "Recuperando i dati..." + +msgid "Database directory:" +msgstr "Directory database:" + +msgid "Enable TIVO:" +msgstr "Abilita TIVO:" + +msgid "Enable inotify:" +msgstr "Abilita inotify:" + +msgid "Enable:" +msgstr "Abilita:" + +msgid "Friendly name:" +msgstr "Nome Comune:" + +msgid "General Settings" +msgstr "Impostazioni generali" + +msgid "Interfaces:" +msgstr "Interfacce:" + +msgid "Log directory:" +msgstr "Directory di log:" + +msgid "Media directories:" +msgstr "Cartelle Supporto:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA è un server il cui intento è di essere completamente compatibile " +"con i DLNA/UPnP-AV client disponibili." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Numero del modello che il demone miniDLNA riporterà ai client nella sua " +"descrizione XML." + +msgid "Music" +msgstr "Musica" + +msgid "Network interfaces to serve." +msgstr "Interfaccia di rete usata." + +msgid "Notify interval in seconds." +msgstr "Intervallo di notifica in secondi." + +msgid "Notify interval:" +msgstr "Intervallo di notifica:" + +msgid "Pictures" +msgstr "Immagini" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Porta per traffico (descrizione, SOAP, trasferimento supporto) HTTP:" + +msgid "Port:" +msgstr "Porta:" + +msgid "Presentation URL:" +msgstr "URL di Presentazione:" + +msgid "Root container:" +msgstr "Contenitore Principale:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Serial number che il server miniDLNA invierà ai client nella descrizione " +"XML." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Imposta se si desidera personalizzare il nome da mostrare ai client." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Impostare questa opzione se si desidera specificare la cartella in cui si " +"desidera archiviare i database MiniDLNA e le copertine della cache album." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Impostare questa opzione se si desidera specificare la cartella in cui si " +"desidera che MiniDLNA archivi i propri file di registro." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Impostare questa opzione per consentire il monitoraggio inotify per rilevare " +"automaticamente i nuovi file." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Impostare questo per abilitare il supporto per lo streaming di file .jpg e " +".mp3 ad un supporto TiVo che supporta HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Impostare questo parametro per far rispettare rigorosamente gli standard " +"DLNA. Ciò consentirà sul lato server il ridimensionamento delle immagini " +"JPEG di grandi dimensioni che possono influire negativamente sulle " +"prestazioni JPEG del servizio su (almeno) i prodotti Sony DLNA." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Impostare la cartella che si desidera sottoporre a scansione. Se si desidera " +"limitare la directory per un tipo di contenuto specifico, è possibile " +"anteporre il tipo ('A' per l'audio, 'V' per video, 'P' per le immagini), " +"seguito da una virgola, nella cartella (es. media_dir = A,/mnt/media/Music). " +"Cartelle multiple possono essere specificate." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Specificare il percorso del socket MiniSSDPd." + +msgid "Standard container" +msgstr "Contenitore Standard" + +msgid "Strict to DLNA standard:" +msgstr "Scrupolosamente DLNA standard:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"Il servizio miniDLNA è attivo, servo %d audio, %d video, %d file di " +"immagine." + +msgid "The miniDLNA service is not running." +msgstr "Il servizio miniDLNA non è in esecuzione." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" +"Questo è un elenco di nomi di file per verificare la presenza durante la " +"ricerca di copertine degli album." + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Stato miniDLNA" + +msgid "miniSSDP socket:" +msgstr "Socket miniSSDP:" diff --git a/applications/luci-app-minidlna/po/ja/minidlna.po b/applications/luci-app-minidlna/po/ja/minidlna.po new file mode 100644 index 0000000..4cfc338 --- /dev/null +++ b/applications/luci-app-minidlna/po/ja/minidlna.po @@ -0,0 +1,198 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-10 09:10+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Album art names:" +msgstr "アルãƒãƒ ã‚¢ãƒ¼ãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ãƒ•ã‚¡ã‚¤ãƒ«å:" + +msgid "Announced model number:" +msgstr "通知ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ç•ªå·:" + +msgid "Announced serial number:" +msgstr "通知ã™ã‚‹ã‚·ãƒªã‚¢ãƒ«ãƒŠãƒ³ãƒãƒ¼:" + +msgid "Browse directory" +msgstr "Browse directory" + +msgid "Collecting data..." +msgstr "データåŽé›†ä¸­ã§ã™..." + +msgid "Database directory:" +msgstr "データベース・ディレクトリ:" + +msgid "Enable TIVO:" +msgstr "TIVO を有効ã«ã™ã‚‹:" + +msgid "Enable inotify:" +msgstr "inotify を有効ã«ã™ã‚‹:" + +msgid "Enable:" +msgstr "サービスを有効ã«ã™ã‚‹:" + +msgid "Friendly name:" +msgstr "Friendlyå:" + +msgid "General Settings" +msgstr "基本設定" + +msgid "Interfaces:" +msgstr "インターフェース:" + +msgid "Log directory:" +msgstr "ログディレクトリ:" + +msgid "Media directories:" +msgstr "メディアディレクトリ:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNAã¯ã€DLNA/UPnP-AVクライアントã®å®Œå…¨äº’æ›ã‚’目的ã¨ã—ãŸã‚µãƒ¼ãƒãƒ¼ãƒ»ã‚½ãƒ•ãƒˆ" +"ウェアã§ã™ã€‚" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "miniDLNAãŒã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆã«é€šçŸ¥ã™ã‚‹XML中ã®ãƒ¢ãƒ‡ãƒ«ç•ªå·ã‚’設定ã—ã¾ã™ã€‚" + +msgid "Music" +msgstr "ミュージック" + +msgid "Network interfaces to serve." +msgstr "サービスãŒä½¿ç”¨ã™ã‚‹ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’設定ã—ã¾ã™ã€‚" + +msgid "Notify interval in seconds." +msgstr "通知間隔を秒å˜ä½ã§è¨­å®šã—ã¾ã™ã€‚" + +msgid "Notify interval:" +msgstr "通知間隔:" + +msgid "Pictures" +msgstr "ピクãƒãƒ£" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "ステータス表示ã®ãŸã‚ã®HTTPãƒãƒ¼ãƒˆç•ªå·ã‚’設定ã—ã¦ãã ã•ã„。" + +msgid "Port:" +msgstr "ãƒãƒ¼ãƒˆ:" + +msgid "Presentation URL:" +msgstr "プレゼンテーションURL:" + +msgid "Root container:" +msgstr "ルート・コンテナ:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "miniDLNAãŒã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆã«é€šçŸ¥ã™ã‚‹XML中ã®ã‚·ãƒªã‚¢ãƒ«ãƒŠãƒ³ãƒãƒ¼ã‚’設定ã—ã¾ã™ã€‚" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "クライアント上ã§è¡¨ç¤ºã•ã‚Œã‚‹UPnPノードåを設定ã—ã¦ãã ã•ã„。" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"miniDLNAãŒä½¿ç”¨ã™ã‚‹ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ãŠã‚ˆã³ã‚¢ãƒ«ãƒãƒ ã‚¢ãƒ¼ãƒˆã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’ä¿å­˜ã™ã‚‹ãƒ‡ã‚£" +"レクトリパスを設定ã—ã¦ãã ã•ã„。" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "miniDLNAãŒæ›¸ãã ã™ãƒ­ã‚°ãƒ•ã‚¡ã‚¤ãƒ«ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªãƒ‘スを設定ã—ã¦ãã ã•ã„。" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"inotifyを使用ã—ãŸæ–°è¦ãƒ•ã‚¡ã‚¤ãƒ«ã®è‡ªå‹•æ¤œçŸ¥ã‚’有効ã«ã™ã‚‹å ´åˆã€ã“ã®ã‚ªãƒ—ションを有効" +"ã«ã—ã¦ãã ã•ã„。" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"TiVoサãƒãƒ¼ãƒˆã®ãŸã‚ã®.jpgãŠã‚ˆã³.mp3ファイルã®ã‚¹ãƒˆãƒªãƒ¼ãƒŸãƒ³ã‚°ã‚’è¡Œã†å ´åˆã€ã“ã®ã‚ª" +"プションを有効ã«ã—ã¦ãã ã•ã„。" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"DLNAè¦æ ¼ã‚’厳守ã™ã‚‹å ´åˆã€ã“ã®ã‚ªãƒ—ションを有効ã«ã—ã¦ãã ã•ã„。オプションを有効" +"ã«ã™ã‚‹ã¨ã€ã‚µãƒ¼ãƒãƒ¼å´ã§ã€å¤§ãã„サイズã®JPEGファイルã®ãƒ€ã‚¦ãƒ³ã‚¹ã‚±ãƒ¼ãƒ«ã‚’è¡Œã„ã¾" +"ã™ã€‚ã—ã‹ã—ã€ã“ã®æ©Ÿèƒ½ã¯Sonyãªã©ã®DLNA製å“ã«ãŠã„ã¦ã€JPEGサービスã®ãƒ‘フォーマン" +"スをæãªã†å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"miniDLNA ãŒã‚¹ã‚­ãƒ£ãƒ³ã™ã‚‹ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã‚’設定ã—ã¾ã™ã€‚ディレクトリを特定ã®ã‚³ãƒ³ãƒ†ãƒ³" +"ツã«åˆ¶é™ã—ãŸã„å ´åˆã€ã‚¿ã‚¤ãƒ—をパスã®ã¯ã˜ã‚ã«ä»˜ã‘ã€ã‚³ãƒ³ãƒžè¨˜å·ã§åŒºåˆ‡ã‚‹ã“ã¨ã§è¨­å®š" +"ã§ãã¾ã™ ('A'=オーディオ \"audio\", 'V'=ビデオ \"video\", 'P'=写真 \"images" +"\", 例: media_dir=A,/mnt/media/Music)。ã¾ãŸã€ã“ã®ã‚ªãƒ—ションã¯è¤‡æ•°ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆ" +"リを登録å¯èƒ½ã§ã™ã€‚" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "MiniSSDPd ソケットã®ãƒ‘スを設定ã—ã¦ãã ã•ã„。" + +msgid "Standard container" +msgstr "標準コンテナ" + +msgid "Strict to DLNA standard:" +msgstr "DLNAè¦æ ¼ã®åŽ³å®ˆ:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"miniDLNA サービスã¯ç¨¼åƒä¸­ã§ã™ã€‚%d 個ã®éŸ³æ¥½ãƒ•ã‚¡ã‚¤ãƒ« , %d 個ã®ãƒ“デオファイル, %" +"d 個ã®å†™çœŸãƒ•ã‚¡ã‚¤ãƒ«ã‚’èªè­˜ã—ã¦ã„ã¾ã™ã€‚" + +msgid "The miniDLNA service is not running." +msgstr "miniDLNA サービスã¯ç¨¼åƒã—ã¦ã„ã¾ã›ã‚“。" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "アルãƒãƒ ã‚¢ãƒ¼ãƒˆæ¤œç´¢æ™‚ã«ãƒã‚§ãƒƒã‚¯ã™ã‚‹ãƒ•ã‚¡ã‚¤ãƒ«åã®ãƒªã‚¹ãƒˆã‚’設定ã—ã¾ã™ã€‚" + +msgid "Video" +msgstr "ビデオ" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "miniDLNA ステータス" + +msgid "miniSSDP socket:" +msgstr "miniSSDP ソケット:" + +#~ msgid "Network interfaces to serve, comma delimited list." +#~ msgstr "" +#~ "サービスãŒä½¿ç”¨ã™ã‚‹ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’設定ã—ã¾ã™ã€‚ã‚«ãƒ³ãƒžè¨˜å· " +#~ "\",\" ã§åŒºåˆ‡ã£ã¦ãã ã•ã„。" + +#~ msgid "" +#~ "This is a list of file names to check for when searching for album art. " +#~ "Note: names must be delimited with a forward slash '/'" +#~ msgstr "" +#~ "アルãƒãƒ ã‚¢ãƒ¼ãƒˆæ¤œç´¢æ™‚ã«ãƒã‚§ãƒƒã‚¯ã™ã‚‹ãƒ•ã‚¡ã‚¤ãƒ«åã®ãƒªã‚¹ãƒˆã‚’設定ã—ã¾ã™ã€‚注æ„: " +#~ "ファイルåã¯ã‚¹ãƒ©ãƒƒã‚·ãƒ¥è¨˜å· '/' ã§åŒºåˆ‡ã£ã¦ãã ã•ã„。" diff --git a/applications/luci-app-minidlna/po/ms/minidlna.po b/applications/luci-app-minidlna/po/ms/minidlna.po new file mode 100644 index 0000000..8df98a8 --- /dev/null +++ b/applications/luci-app-minidlna/po/ms/minidlna.po @@ -0,0 +1,163 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/no/minidlna.po b/applications/luci-app-minidlna/po/no/minidlna.po new file mode 100644 index 0000000..4b24712 --- /dev/null +++ b/applications/luci-app-minidlna/po/no/minidlna.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-03-25 17:25+0200\n" +"Last-Translator: protx \n" +"Language-Team: none\n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Avanserte Innstillinger" + +msgid "Album art names:" +msgstr "Albumbilder navn:" + +msgid "Announced model number:" +msgstr "Annonsert modellnummer:" + +msgid "Announced serial number:" +msgstr "Annonsert serienummer:" + +msgid "Browse directory" +msgstr "Bla katalog" + +msgid "Collecting data..." +msgstr "Samler inn data..." + +msgid "Database directory:" +msgstr "Database katalog:" + +msgid "Enable TIVO:" +msgstr "Aktiver TIVO:" + +msgid "Enable inotify:" +msgstr "Aktiver inotify:" + +msgid "Enable:" +msgstr "Aktiver:" + +msgid "Friendly name:" +msgstr "Vennlig navn:" + +msgid "General Settings" +msgstr "Generelle Innstillinger" + +msgid "Interfaces:" +msgstr "Grensesnitt:" + +msgid "Log directory:" +msgstr "Logg katalog:" + +msgid "Media directories:" +msgstr "Media kataloger:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA er serverprogramvare som sikter pÃ¥ Ã¥ være fullt kompatibel med DLNA" +"/UPnP-AV klienter." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Modellnummer som MiniDLNA daemon vil rapportere til klienter. (XML " +"beskrivelse)" + +msgid "Music" +msgstr "Musikk" + +msgid "Network interfaces to serve." +msgstr "Nettverksgrensesnittene Ã¥ tjene." + +msgid "Notify interval in seconds." +msgstr "Notify intervall i sekunder." + +msgid "Notify interval:" +msgstr "Notify intervall:" + +msgid "Pictures" +msgstr "Bilder" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port for HTTP (beskrivelser, SOAP, media overføring) trafikk." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "Presentasjon URL:" + +msgid "Root container:" +msgstr "Root katalog:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Serienummeret miniDLNA daemon vil rapportere til klienter. (XML beskrivelse)" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Her kan en tilpasse navnet som dukker opp pÃ¥ MiniDLNA klientene." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Her kan en spesifisere hvilken katalog som MiniDLNA bruker for Ã¥ lagre sin " +"database og albumcover cache." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Her kan en definere hvilken katalog som MiniDLNA skal bruke til Ã¥ lagre log " +"filen i." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Her kan en aktivere inotify som overvÃ¥ker mediakatalogene og dermed " +"automatisk oppdage om det kommer nytt innhold." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Her kan en aktivere støtte for strømming av .jpg og .mp3 filer til en TiVo " +"med HMO støtte." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Her kan en aktivere at en holder seg til DLNA-standarder. Dette vil tillate " +"server-side nedskalering av svært store JPEG-bilder, noe som kan skade JPEG " +"serverens ytelse pÃ¥ (minst) Sony DLNA-produkter." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Her kan en velge den katalogen som blir skannet. Om du ønsker Ã¥ begrense " +"katalogen til en spesifikk innholdstype kan sette en bokstav foran ('A' for " +"lyd, 'V' for video, 'P' for bilder), etterfulgt av et komma og katalogen. " +"(f.eks media_dir=A,/mnt/media/Musikk). Flere kataloger kan brukes." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Angi banen til MiniSSDPd socketen." + +msgid "Standard container" +msgstr "Standard container" + +msgid "Strict to DLNA standard:" +msgstr "Streng overholdelse av DLNA-standarden:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"MiniDLNA tjenesten er aktiv, serverer %d lyd, %d video og %d bildefiler." + +msgid "The miniDLNA service is not running." +msgstr "MiniDLNA tjenesten kjører ikke." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" +"Dette er en liste over filnavn for Ã¥ se etter nÃ¥r du søker etter albumcover." + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "MiniDLNA" + +msgid "miniDLNA Status" +msgstr "MiniDLNA Status" + +msgid "miniSSDP socket:" +msgstr "miniSSDP socket:" diff --git a/applications/luci-app-minidlna/po/pl/minidlna.po b/applications/luci-app-minidlna/po/pl/minidlna.po new file mode 100644 index 0000000..b4a8a6f --- /dev/null +++ b/applications/luci-app-minidlna/po/pl/minidlna.po @@ -0,0 +1,189 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-24 07:53+0200\n" +"Last-Translator: goodgod261 \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Album art names:" +msgstr "Nazwy okÅ‚adek albumów:" + +msgid "Announced model number:" +msgstr "RozgÅ‚aszany model:" + +msgid "Announced serial number:" +msgstr "RozgÅ‚aszany numer seryjny:" + +msgid "Browse directory" +msgstr "PrzeglÄ…daj folder" + +msgid "Collecting data..." +msgstr "Zbieranie informacji..." + +msgid "Database directory:" +msgstr "Katalog bazy danych:" + +msgid "Enable TIVO:" +msgstr "WÅ‚Ä…cz TIVO:" + +msgid "Enable inotify:" +msgstr "WÅ‚Ä…cz inotify:" + +msgid "Enable:" +msgstr "WÅ‚Ä…cz:" + +msgid "Friendly name:" +msgstr "Przyjazna nazwa:" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "Interfaces:" +msgstr "Interfejsy:" + +msgid "Log directory:" +msgstr "Katalog dzienników (logów):" + +msgid "Media directories:" +msgstr "Katalog mediów:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA jest oprogramowaniem serwerowym majÄ…cym na celu peÅ‚nÄ… zgodność z " +"klientami DLNA/UPnP-AV." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "Model, który demon miniDLNA zgÅ‚osi klientom w swoim opisie XML." + +msgid "Music" +msgstr "Muzyka" + +msgid "Network interfaces to serve." +msgstr "Interfejsy sieciowe do obsÅ‚ugiwania." + +msgid "Notify interval in seconds." +msgstr "InterwaÅ‚ powiadamiania w sekundach." + +msgid "Notify interval:" +msgstr "InterwaÅ‚ powiadamiania." + +msgid "Pictures" +msgstr "Obrazy" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port dla ruchu HTTP (opisy, SOAP, transfer mediów)." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "URL prezentacyjny:" + +msgid "Root container:" +msgstr "Kontener główny (root):" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Numer seryjny, który demon miniDLNA zgÅ‚osi klientom w swoim opisie XML." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Ustaw to, jeÅ›li chcesz wybrać wÅ‚asnÄ… nazwÄ™ pokazujÄ…cÄ… siÄ™ w klientach." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Ustaw to, jeÅ›li chcesz podać folder, w którym miniDLNA powinien przechowywać " +"bazÄ™ danych i cache okÅ‚adek albumów." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Ustaw to, jeÅ›li chcesz podać folder, w którym miniDLNA powinien przechowywać " +"dzienniki (logi)." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Ustaw to, aby wÅ‚Ä…czyć monitorowanie inotify, by automatycznie wykrywać nowe " +"pliki." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Ustaw to, aby wÅ‚Ä…czyć wsparcie dla streamingu plików .jpg i .mp3 do TiVo " +"obsÅ‚ugujÄ…cego HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Ustaw to, aby Å›ciÅ›le przestrzegać standardów DLNA. Pozwoli to na " +"zmniejszanie wielkich plików JPEG po stronie serwera, co może obniżyć " +"wydajność dostarczania plików JPEG (przynajmniej) na urzÄ…dzeniach DLNA Sony." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Ustaw tu folder, który chcesz skanować. JeÅ›li chcesz ograniczyć folder do " +"konkretnego typu zawartoÅ›ci, możesz poprzedzić Å›cieżkÄ™ typem (\"A\" dla " +"audio, \"V\" dla wideo, \"P\" dla obrazów) i przecinkiem (np media_dir=A,/" +"mnt/media/Muzyka). Możesz podać kilka folderów." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Podaj Å›cieżkÄ™ do gniazda (socketu) miniSSDPd." + +msgid "Standard container" +msgstr "Standardowy kontener" + +msgid "Strict to DLNA standard:" +msgstr "ÅšciÅ›le trzymaj siÄ™ standardów DLNA:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"UsÅ‚uga miniDLNA jest aktywna, dostarczajÄ…c %d utworów, %d filmów i %d " +"obrazów." + +msgid "The miniDLNA service is not running." +msgstr "UsÅ‚uga miniDLNA nie jest wÅ‚Ä…czona." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" +"To jest lista nazw plików do sprawdzenia podczas wyszukiwania okÅ‚adki albumu." + +msgid "Video" +msgstr "Wideo" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Status miniDLNA" + +msgid "miniSSDP socket:" +msgstr "Gniazdo (socket) miniSSDP:" diff --git a/applications/luci-app-minidlna/po/pt-br/minidlna.po b/applications/luci-app-minidlna/po/pt-br/minidlna.po new file mode 100644 index 0000000..3d53abd --- /dev/null +++ b/applications/luci-app-minidlna/po/pt-br/minidlna.po @@ -0,0 +1,193 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Advanced Settings" +msgstr "Configuração Avançada" + +msgid "Album art names:" +msgstr "Nomes do Ãlbum artistico: " + +msgid "Announced model number:" +msgstr "numero de modelo anunciado:" + +msgid "Announced serial number:" +msgstr "Anunciar serial:" + +msgid "Browse directory" +msgstr "Procurar diretório " + +msgid "Collecting data..." +msgstr "Coletando dados..." + +msgid "Database directory:" +msgstr "Banco de dados de diretório:" + +msgid "Enable TIVO:" +msgstr "Ativar TIVO:" + +msgid "Enable inotify:" +msgstr "Ativar inotify:" + +msgid "Enable:" +msgstr "Ativado" + +msgid "Friendly name:" +msgstr "Nome amigável:" + +msgid "General Settings" +msgstr "Configuração Geral" + +msgid "Interfaces:" +msgstr "Interfaces:" + +msgid "Log directory:" +msgstr "Diretório de Log" + +msgid "Media directories:" +msgstr "Diretórios de mídia:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA é um software de servidor com o objetivo de ser totalmente " +"compatível com os clientes DLNA / UPnP-AV." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Número do modelo do daemon miniDLNA irá relatar aos clientes em sua " +"descrição XML." + +msgid "Music" +msgstr "Musica" + +msgid "Network interfaces to serve." +msgstr "As interfaces de rede para servir." + +msgid "Notify interval in seconds." +msgstr "Notificação de intervalo em segundos." + +msgid "Notify interval:" +msgstr "Intervalo de Notificação:" + +msgid "Pictures" +msgstr "Imagems" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Porta para HTTP (descrições, SOAP, transferência de mídia) de tráfego." + +msgid "Port:" +msgstr "Porta:" + +msgid "Presentation URL:" +msgstr "URL para Apresentação:" + +msgid "Root container:" +msgstr "Root container:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Numero serial do miniDLNA daemon apresentará um relatório a clientes em sua " +"descrição XML." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" +"Defina esta opção se você quiser personalizar o nome que aparece em seus " +"clientes." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Defina esta opção se você gostaria de especificar o diretório onde você " +"deseja MiniDLNA para armazenar seu banco de dados e cache de arte do álbum." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" +"Defina esta opção se você gostaria de especificar o diretório onde você " +"deseja MiniDLNA para armazenar seu arquivo de log." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Defina esta opção para permitir o monitoramento inotify para descobrir " +"automaticamente novos arquivos." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"Defina esta opção para habilitar o suporte para streaming. Jpg e. Arquivos " +"MP3 para um TiVo suporte HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"Defina esta opção para aderir estritamente às normas DLNA. Isso permitirá " +"que do lado do servidor downscaling de imagens muito grandes JPEG, que podem " +"prejudicar o desempenho servindo em JPEG (pelo menos) os produtos da Sony " +"DLNA." + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Defina esta opção para o diretório que você deseja verificar. Se você quiser " +"restringir o diretório para um tipo específico de conteúdo, você pode " +"prefixar o tipo ('A' para áudio, 'V' para o vídeo, 'P' para imagens), " +"seguido por uma vírgula, para o diretório (por exemplo media_dir = A, / " +"mnt / media / Música). Vários diretórios podem ser especificados." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Especifique o caminho para o soquete MiniSSDPd." + +msgid "Standard container" +msgstr "container padrão" + +msgid "Strict to DLNA standard:" +msgstr "Strict para DLNA padrão:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"O serviço está ativo miniDLNA, servindo% d áudio, vídeo e arquivos% d% d " +"imagem." + +msgid "The miniDLNA service is not running." +msgstr "O serviço miniDLNA não está funcionando." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" +"Esta é uma lista de nomes de arquivos para verificar quando procurando arte " +"do álbum." + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "miniDLNA Status" + +msgid "miniSSDP socket:" +msgstr "miniSSDP soquete:" diff --git a/applications/luci-app-minidlna/po/pt/minidlna.po b/applications/luci-app-minidlna/po/pt/minidlna.po new file mode 100644 index 0000000..96132cd --- /dev/null +++ b/applications/luci-app-minidlna/po/pt/minidlna.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-03 23:36+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Definições Avançadas" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "Número modelo anunciado:" + +msgid "Announced serial number:" +msgstr "Número de série anunciado:" + +msgid "Browse directory" +msgstr "Procurar directório" + +msgid "Collecting data..." +msgstr "A obter dados..." + +msgid "Database directory:" +msgstr "Directório da base de dados:" + +msgid "Enable TIVO:" +msgstr "Ativar TIVO:" + +msgid "Enable inotify:" +msgstr "Ativar inotify:" + +msgid "Enable:" +msgstr "Ativar:" + +msgid "Friendly name:" +msgstr "Nome amigável:" + +msgid "General Settings" +msgstr "Definições Gerais" + +msgid "Interfaces:" +msgstr "Interfaces:" + +msgid "Log directory:" +msgstr "Directório de Log:" + +msgid "Media directories:" +msgstr "Pastas multimédia:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"O MiniDLNA é um software de servidor com o objectivo de ser totalmente " +"compatível com clientes de DLNA/UPnP-AV." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Número de modelo que o serviço de miniDLNA irá reportar aos clientes na sua " +"descrição XML." + +msgid "Music" +msgstr "Música" + +msgid "Network interfaces to serve." +msgstr "Interfaces de rede a serem seervidas." + +msgid "Notify interval in seconds." +msgstr "Intervalo de notificação em segundos." + +msgid "Notify interval:" +msgstr "Intervalo de Notificação:" + +msgid "Pictures" +msgstr "Imagens" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Porta para tráfego HTTP (descrições, SOAP, tranferencia de conteudos)." + +msgid "Port:" +msgstr "Porta:" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/ro/minidlna.po b/applications/luci-app-minidlna/po/ro/minidlna.po new file mode 100644 index 0000000..cba5fe6 --- /dev/null +++ b/applications/luci-app-minidlna/po/ro/minidlna.po @@ -0,0 +1,168 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-09 13:35+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "Răsfoire director" + +msgid "Collecting data..." +msgstr "Colectare date..." + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "Activare TIVO:" + +msgid "Enable inotify:" +msgstr "Activare inotify:" + +msgid "Enable:" +msgstr "Activare:" + +msgid "Friendly name:" +msgstr "Nume prieten:" + +msgid "General Settings" +msgstr "Setări generale" + +msgid "Interfaces:" +msgstr "InterfeÅ£e" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "Directoare media" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "Muzică" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "Notificare interval în secunde." + +msgid "Notify interval:" +msgstr "Notificare interval:" + +msgid "Pictures" +msgstr "Fotografii" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port pentru HTTP (descrieri, SOAP, transfer media) trafic." + +msgid "Port:" +msgstr "Port:" + +msgid "Presentation URL:" +msgstr "URL de prezentare:" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "Video" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Stare miniDLNA" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/ru/minidlna.po b/applications/luci-app-minidlna/po/ru/minidlna.po new file mode 100644 index 0000000..539e8ca --- /dev/null +++ b/applications/luci-app-minidlna/po/ru/minidlna.po @@ -0,0 +1,191 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: minidlna\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-11-13 18:43+0200\n" +"Last-Translator: Роман \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Advanced Settings" +msgstr "РаÑширенные наÑтройки" + +msgid "Album art names:" +msgstr "Имена обложек альбома:" + +msgid "Announced model number:" +msgstr "Ðомер модели:" + +msgid "Announced serial number:" +msgstr "Серийный номер:" + +msgid "Browse directory" +msgstr "Обзор директории" + +msgid "Collecting data..." +msgstr "Сбор данных..." + +msgid "Database directory:" +msgstr "Папка базы данных:" + +msgid "Enable TIVO:" +msgstr "Включить TIVO:" + +msgid "Enable inotify:" +msgstr "Включить inotify:" + +msgid "Enable:" +msgstr "Включить:" + +msgid "Friendly name:" +msgstr "ПонÑтное имÑ:" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "Interfaces:" +msgstr "ИнтерфейÑÑ‹:" + +msgid "Log directory:" +msgstr "Папка журнала:" + +msgid "Media directories:" +msgstr "Папки медиа:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" +"MiniDLNA - Ñто Ñерверное программное обеÑпечение, имеющее цель обеÑÐ¿ÐµÑ‡ÐµÐ½Ð¸Ñ " +"полной ÑовмеÑтимоÑти Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°Ð¼Ð¸ DLNA/UPnP-AV." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Ðомер модели который, miniDLNA будет Ñообщать клиентам в Ñвоём XML-опиÑании." + +msgid "Music" +msgstr "Музыка" + +msgid "Network interfaces to serve." +msgstr "ОбÑлуживаемые Ñетевые интерфейÑÑ‹." + +msgid "Notify interval in seconds." +msgstr "Интервал ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ (Ñекунды)." + +msgid "Notify interval:" +msgstr "Интервал уведомлениÑ:" + +msgid "Pictures" +msgstr "Картинки" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Порт Ð´Ð»Ñ HTTP-трафика (опиÑаниÑ, SOAP, передача мультимедиа)" + +msgid "Port:" +msgstr "Порт:" + +msgid "Presentation URL:" +msgstr "URL предÑтавлениÑ:" + +msgid "Root container:" +msgstr "Корневой контейнер:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" +"Серийный номер, который miniDLNA будет Ñообщать клиентам в Ñвоём XML-" +"опиÑании." + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "Изменение имени Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð²." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" +"Папка, в которой miniDLNA будет хранить Ñвою базу данных и кÑш обложек " +"альбомов." + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "Папка, в которой miniDLNA будет хранить Ñвой файл журнала." + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" +"Включение Ð½Ð°Ð±Ð»ÑŽÐ´ÐµÐ½Ð¸Ñ inotify Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ñ‹Ñ… файлов." + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" +"УÑтановите Ð´Ð»Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¸ потокового воÑÐ¿Ñ€Ð¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² .jpg и ." +"mp3 Ð´Ð»Ñ TiVo Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ HMO." + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"УÑтановите Ð´Ð»Ñ Ñтрогого ÑоответÑÑ‚Ð²Ð¸Ñ Ñтандартам DLNA. Это разрешит " +"уменьшение размера Ñлишком больших JPEG-изображений на Ñтороне Ñервера, что " +"может повредить производительноÑти (по крайней мере) DLNA-продуктов Sony." + +#, fuzzy +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"Директории, которые необходимо Ñканировать. ЕÑли вы хотите уÑтановить " +"ограничение на определённый тип Ñодержимого в директории, вы можете напиÑать " +"тип ('A' Ð´Ð»Ñ Ð°ÑƒÐ´Ð¸Ð¾, 'V' Ð´Ð»Ñ Ð²Ð¸Ð´ÐµÐ¾, 'P' Ð´Ð»Ñ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¹) перед путём к " +"директории, за которым Ñледует запÑÑ‚Ð°Ñ (напр. media_dir=A,/mnt/media/Music). " +"Может быть указано неÑколько директорий." + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "Укажите путь к Ñокету MiniSSDPd." + +msgid "Standard container" +msgstr "Стандартный контейнер" + +msgid "Strict to DLNA standard:" +msgstr "Строгий Ñтандарт DLNA:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" +"Ð¡ÐµÑ€Ð²Ð¸Ñ miniDLNA запущен, обÑлуживает %d аудио-, %d видео- и %d файлов Ñ " +"изображениÑми." + +msgid "The miniDLNA service is not running." +msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ miniDLNA не запущен." + +msgid "This is a list of file names to check for when searching for album art." +msgstr "Это ÑпиÑок файлов, Ñреди которых необходимо иÑкать обложки альбомов." + +msgid "Video" +msgstr "Видео" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ miniDLNA" + +msgid "miniSSDP socket:" +msgstr "Сокет miniSSDP:" diff --git a/applications/luci-app-minidlna/po/sk/minidlna.po b/applications/luci-app-minidlna/po/sk/minidlna.po new file mode 100644 index 0000000..19c3e53 --- /dev/null +++ b/applications/luci-app-minidlna/po/sk/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/sv/minidlna.po b/applications/luci-app-minidlna/po/sv/minidlna.po new file mode 100644 index 0000000..51a3f3a --- /dev/null +++ b/applications/luci-app-minidlna/po/sv/minidlna.po @@ -0,0 +1,165 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/templates/minidlna.pot b/applications/luci-app-minidlna/po/templates/minidlna.pot new file mode 100644 index 0000000..2b35d1e --- /dev/null +++ b/applications/luci-app-minidlna/po/templates/minidlna.pot @@ -0,0 +1,157 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/tr/minidlna.po b/applications/luci-app-minidlna/po/tr/minidlna.po new file mode 100644 index 0000000..070d64c --- /dev/null +++ b/applications/luci-app-minidlna/po/tr/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/uk/minidlna.po b/applications/luci-app-minidlna/po/uk/minidlna.po new file mode 100644 index 0000000..7df732f --- /dev/null +++ b/applications/luci-app-minidlna/po/uk/minidlna.po @@ -0,0 +1,165 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/vi/minidlna.po b/applications/luci-app-minidlna/po/vi/minidlna.po new file mode 100644 index 0000000..070d64c --- /dev/null +++ b/applications/luci-app-minidlna/po/vi/minidlna.po @@ -0,0 +1,164 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Album art names:" +msgstr "" + +msgid "Announced model number:" +msgstr "" + +msgid "Announced serial number:" +msgstr "" + +msgid "Browse directory" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Database directory:" +msgstr "" + +msgid "Enable TIVO:" +msgstr "" + +msgid "Enable inotify:" +msgstr "" + +msgid "Enable:" +msgstr "" + +msgid "Friendly name:" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Interfaces:" +msgstr "" + +msgid "Log directory:" +msgstr "" + +msgid "Media directories:" +msgstr "" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/po/zh-cn/minidlna.po b/applications/luci-app-minidlna/po/zh-cn/minidlna.po new file mode 100644 index 0000000..9989756 --- /dev/null +++ b/applications/luci-app-minidlna/po/zh-cn/minidlna.po @@ -0,0 +1,172 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-07 16:21+0200\n" +"Last-Translator: qiuchengxuan \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Album art names:" +msgstr "专辑å°é¢å称:" + +msgid "Announced model number:" +msgstr "通告型å·ï¼š" + +msgid "Announced serial number:" +msgstr "通告编å·ï¼š" + +msgid "Browse directory" +msgstr "æµè§ˆç›®å½•" + +msgid "Collecting data..." +msgstr "收集数æ®..." + +msgid "Database directory:" +msgstr "æ•°æ®åº“目录:" + +msgid "Enable TIVO:" +msgstr "å¯ç”¨TIVO:" + +msgid "Enable inotify:" +msgstr "å¯ç”¨inotify:" + +msgid "Enable:" +msgstr "å¯ç”¨ï¼š" + +msgid "Friendly name:" +msgstr "å‹å¥½å称:" + +msgid "General Settings" +msgstr "基本设置" + +msgid "Interfaces:" +msgstr "接å£ï¼š" + +msgid "Log directory:" +msgstr "日志目录:" + +msgid "Media directories:" +msgstr "媒体目录:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "MiniDLNA是目标为完全兼容DLNA / UPnP-AV客户端的æœåŠ¡å™¨è½¯ä»¶ã€‚" + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "miniDLNA守护程åºå°†åœ¨å…¶XMLæ述中å‘客户端通告型å·ã€‚" + +msgid "Music" +msgstr "音ä¹" + +msgid "Network interfaces to serve." +msgstr "æœåŠ¡çš„网络接å£ã€‚" + +msgid "Notify interval in seconds." +msgstr "通知的时间间隔,以秒为å•ä½ã€‚" + +msgid "Notify interval:" +msgstr "通知的时间间隔:" + +msgid "Pictures" +msgstr "图片" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "Port for HTTP (descriptions, SOAP, media transfer) traffic." + +msgid "Port:" +msgstr "端å£ï¼š" + +msgid "Presentation URL:" +msgstr "æœåŠ¡ç½‘å€" + +msgid "Root container:" +msgstr "根目录:" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "miniDLNA守护程åºå°†åœ¨å…¶XMLæ述中å‘客户端通告编å·ã€‚" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "设置自定义å称。" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "设置miniDLNA缓存目录" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "设置miniDLNA日志目录" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "设定å¯ç”¨inotify监控,自动å‘现新的文件。" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "为HMO TiVoå¯ç”¨JPGå’ŒMP3æµåª’体支æŒã€‚" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" +"设定严格éµå®ˆDLNA标准。这将å…许æœåŠ¡å™¨ç«¯é™å°å¤§å°ºå¯¸JPEG图åƒï¼Œåœ¨ï¼ˆè‡³å°‘)索尼DLNA" +"的产å“è¿™å¯èƒ½ä¼šé™ä½ŽJPEGæœåŠ¡æ€§èƒ½ã€‚" + +# 如果写æˆmedia_dir=A,/mnt/media/Music,uci会报错。实际上应该是A,/mnt/media/Music,这样生æˆçš„minidlna.conf刚好是media_dir=A,/mnt/media/Music +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" +"设置è¦æ‰«æ的目录。如果你想é™åˆ¶ç‰¹å®šå†…容类型的目录,你å¯ä»¥åœ¨å‰é¢åŠ ä¸Šç±»åž‹ï¼ˆç”¨äºŽéŸ³é¢‘'A','V'视频,'P'图片),其次是用逗å·åˆ†éš”的目录(如A,/mnt" +"/媒体/音ä¹ï¼‰ã€‚å¯ä»¥æŒ‡å®šå¤šä¸ªç›®å½•ã€‚" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "指定MiniSSDPd socket的路径。" + +msgid "Standard container" +msgstr "基本目录" + +msgid "Strict to DLNA standard:" +msgstr "严格的DLNA标准:" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "miniDLNAæœåŠ¡å·²å¯ç”¨ï¼Œæä¾› %d 音频, %d 视频 å’Œ %d 图片." + +msgid "The miniDLNA service is not running." +msgstr "miniDLNAæœåŠ¡æœªå¯ç”¨" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "这是一个文件å列表,为æœç´¢ä¸“辑å°é¢ã€‚" + +msgid "Video" +msgstr "视频" + +msgid "miniDLNA" +msgstr "miniDLNA" + +msgid "miniDLNA Status" +msgstr "miniDLNA 状æ€" + +msgid "miniSSDP socket:" +msgstr "miniSSDP socket:" diff --git a/applications/luci-app-minidlna/po/zh-tw/minidlna.po b/applications/luci-app-minidlna/po/zh-tw/minidlna.po new file mode 100644 index 0000000..1af3280 --- /dev/null +++ b/applications/luci-app-minidlna/po/zh-tw/minidlna.po @@ -0,0 +1,167 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 13:15+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "進階設定值" + +msgid "Album art names:" +msgstr "專輯å稱" + +msgid "Announced model number:" +msgstr "已宣告型號數é‡" + +msgid "Announced serial number:" +msgstr "已宣告åºè™Ÿæ•¸é‡" + +msgid "Browse directory" +msgstr "ç€è¦½ç›®éŒ„" + +msgid "Collecting data..." +msgstr "收集資料進行中..." + +msgid "Database directory:" +msgstr "資料庫目錄所在:" + +msgid "Enable TIVO:" +msgstr "啟用TIVO代錄" + +msgid "Enable inotify:" +msgstr "啟用檔案事件監控" + +msgid "Enable:" +msgstr "啟用:" + +msgid "Friendly name:" +msgstr "å‹å–„å稱" + +msgid "General Settings" +msgstr "一般設定值" + +msgid "Interfaces:" +msgstr "介é¢" + +msgid "Log directory:" +msgstr "Log紀錄放置å€" + +msgid "Media directories:" +msgstr "媒體目錄å€:" + +msgid "" +"MiniDLNA is server software with the aim of being fully compliant with DLNA/" +"UPnP-AV clients." +msgstr "MiniDLNA是一個伺æœå™¨è»Ÿé«”é‡å°èƒ½å®Œå…¨å…¼å®¹DLNA/UPnP-AV用戶端." + +msgid "" +"Model number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "Music" +msgstr "" + +msgid "Network interfaces to serve." +msgstr "" + +msgid "Notify interval in seconds." +msgstr "" + +msgid "Notify interval:" +msgstr "" + +msgid "Pictures" +msgstr "" + +msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." +msgstr "" + +msgid "Port:" +msgstr "" + +msgid "Presentation URL:" +msgstr "" + +msgid "Root container:" +msgstr "" + +msgid "" +"Serial number the miniDLNA daemon will report to clients in its XML " +"description." +msgstr "" + +msgid "" +"Set this if you want to customize the name that shows up on your clients." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its database and album art cache." +msgstr "" + +msgid "" +"Set this if you would like to specify the directory where you want MiniDLNA " +"to store its log file." +msgstr "" + +msgid "" +"Set this to enable inotify monitoring to automatically discover new files." +msgstr "" + +msgid "" +"Set this to enable support for streaming .jpg and .mp3 files to a TiVo " +"supporting HMO." +msgstr "" + +msgid "" +"Set this to strictly adhere to DLNA standards. This will allow server-side " +"downscaling of very large JPEG images, which may hurt JPEG serving " +"performance on (at least) Sony DLNA products." +msgstr "" + +msgid "" +"Set this to the directory you want scanned. If you want to restrict the " +"directory to a specific content type, you can prepend the type ('A' for " +"audio, 'V' for video, 'P' for images), followed by a comma, to the directory " +"(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." +msgstr "" + +msgid "Specify the path to the MiniSSDPd socket." +msgstr "" + +msgid "Standard container" +msgstr "" + +msgid "Strict to DLNA standard:" +msgstr "" + +msgid "" +"The miniDLNA service is active, serving %d audio, %d video and %d image " +"files." +msgstr "" + +msgid "The miniDLNA service is not running." +msgstr "" + +msgid "This is a list of file names to check for when searching for album art." +msgstr "" + +msgid "Video" +msgstr "" + +msgid "miniDLNA" +msgstr "" + +msgid "miniDLNA Status" +msgstr "" + +msgid "miniSSDP socket:" +msgstr "" diff --git a/applications/luci-app-minidlna/root/etc/uci-defaults/luci-minidlna b/applications/luci-app-minidlna/root/etc/uci-defaults/luci-minidlna new file mode 100755 index 0000000..df43c1b --- /dev/null +++ b/applications/luci-app-minidlna/root/etc/uci-defaults/luci-minidlna @@ -0,0 +1,15 @@ +#!/bin/sh + +/etc/init.d/minidlna enabled && { + /etc/init.d/minidlna stop + /etc/init.d/minidlna disable +} + +uci -q batch <<-EOF >/dev/null + delete ucitrack.minidlna + set ucitrack.minidlna=minidlna + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-mjpg-streamer/Makefile b/applications/luci-app-mjpg-streamer/Makefile new file mode 100644 index 0000000..faa024d --- /dev/null +++ b/applications/luci-app-mjpg-streamer/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=MJPG-Streamer service configuration module +LUCI_DEPENDS:=+mjpg-streamer + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua new file mode 100644 index 0000000..81fd3b3 --- /dev/null +++ b/applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua @@ -0,0 +1,17 @@ +-- Copyright 2014 Roger D +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.mjpg-streamer", package.seeall) + +function index() + require("luci.i18n") + luci.i18n.loadc("mjpg-streamer") + if not nixio.fs.access("/etc/config/mjpg-streamer") then + return + end + + local page = entry({"admin", "services", "mjpg-streamer"}, cbi("mjpg-streamer"), _("MJPG-streamer")) + page.i18n = "mjpg-streamer" + page.dependent = true + +end diff --git a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua new file mode 100644 index 0000000..d89ab27 --- /dev/null +++ b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua @@ -0,0 +1,223 @@ +-- Copyright 2014 Roger D +-- Licensed to the public under the Apache License 2.0. + +m = Map("mjpg-streamer", "MJPG-streamer", translate("mjpg streamer is a streaming application for Linux-UVC compatible webcams")) + +--- General settings --- + +section_gen = m:section(TypedSection, "mjpg-streamer", translate("General")) + section_gen.addremove=false + section_gen.anonymous=true + +enabled = section_gen:option(Flag, "enabled", translate("Enabled"), translate("Enable MJPG-streamer")) + +input = section_gen:option(ListValue, "input", translate("Input plugin")) + input:depends("enabled", "1") + input:value("uvc", "UVC") + ---input:value("file", "File") + input.optional = false + +output = section_gen:option(ListValue, "output", translate("Output plugin")) + output:depends("enabled", "1") + output:value("http", "HTTP") + output:value("file", "File") + output.optional = false + + +--- Plugin settings --- + +s = m:section(TypedSection, "mjpg-streamer", translate("Plugin settings")) + s.addremove=false + s.anonymous=true + + s:tab("output_http", translate("HTTP output")) + s:tab("output_file", translate("File output")) + s:tab("input_uvc", translate("UVC input")) + ---s:tab("input_file", translate("File input")) + + +--- Input UVC settings --- + +this_tab = "input_uvc" + +device = s:taboption(this_tab, Value, "device", translate("Device")) + device.default="/dev/video0" + --device.datatype = "device" + device:value("/dev/video0", "/dev/video0") + device:value("/dev/video1", "/dev/video1") + device:value("/dev/video2", "/dev/video2") + device.optional = false + +resolution = s:taboption(this_tab, Value, "resolution", translate("Resolution")) + resolution.default = "640x480" + resolution:value("320x240", "320x240") + resolution:value("640x480", "640x480") + resolution:value("800x600", "800x600") + resolution:value("864x480", "864x480") + resolution:value("960x544", "960x544") + resolution:value("960x720", "960x720") + resolution:value("1280x720", "1280x720") + resolution:value("1280x960", "1280x960") + resolution:value("1920x1080", "1920x1080") + resolution.optional = true + +fps = s:taboption(this_tab, Value, "fps", translate("Frames per second")) + fps.datatype = "and(uinteger, min(1))" + fps.placeholder = "5" + fps.optional = true + +yuv = s:taboption(this_tab, Flag, "yuv", translate("Enable YUYV format"), translate("Automatic disabling of MJPEG mode")) + +quality = s:taboption(this_tab, Value, "quality", translate("JPEG compression quality"), translate("Set the quality in percent. This setting activates YUYV format, disables MJPEG")) + quality.datatype = "range(0, 100)" + +minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller then this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions")) + minimum_size.datatype = "uinteger" + +no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initalize dynctrls"), translate("Do not initalize dynctrls of Linux-UVC driver")) + +led = s:taboption(this_tab, ListValue, "led", translate("Led control")) + led:value("on", translate("On")) + led:value("off", translate("Off")) + led:value("blink", translate("Blink")) + led:value("auto", translate("Auto")) + led.optional = true + + +--- Output HTTP settings --- + +this_tab = "output_http" + +port=s:taboption(this_tab, Value, "port", translate("Port"), translate("TCP port for this HTTP server")) + port.datatype = "port" + port.placeholder = "8080" + +enable_auth = s:taboption(this_tab, Flag, "enable_auth", translate("Authentication required"), translate("Ask for username and password on connect")) + enable_auth.default = false + +username = s:taboption(this_tab, Value, "username", translate("Username")) + username:depends("enable_auth", "1") + username.optional = false + +password = s:taboption(this_tab, Value, "password", translate("Password")) + password:depends("enable_auth", "1") + password.password = true + password.optional = false + password.default = false + +www = s:taboption(this_tab, Value, "www", translate("WWW folder"), translate("Folder that contains webpages")) + www.datatype = "directory" + www.default = "/www/webcam/" + www.optional = false + + +--- HTTP preview --- + +html = [[ + + +
+ +

Stream unavailable

+
+ + +]] + +preview = s:taboption(this_tab, DummyValue, "_dummy", html) + preview:depends("output", "http") + +--- Output file settings --- + +this_tab = "output_file" + +folder=s:taboption(this_tab, Value, "folder", translate("Folder"), translate("Set folder to save pictures")) + folder.placeholder="/tmp/images" + folder.datatype = "directory" + +--mjpeg=s:taboption(this_tab, Value, "mjpeg", translate("Mjpeg output"), translate("Check to save the stream to an mjpeg file")) + +delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the inteval in millisecond")) + delay.placeholder="5000" + delay.datatype = "uinteger" + +ringbuffer=s:taboption(this_tab, Value, "ringbuffer", translate("Ring buffer size"), translate("Max. number of pictures to hold")) + ringbuffer.placeholder="10" + ringbuffer.datatype = "uinteger" + +exceed=s:taboption(this_tab, Value, "exceed", translate("Exceed"), translate("Allow ringbuffer to exceed limit by this amount")) + exceed.datatype = "uinteger" + +command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parse the filename as first parameter to your script.")) + + +return m diff --git a/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot b/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot new file mode 100644 index 0000000..ecb374d --- /dev/null +++ b/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot @@ -0,0 +1,153 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Allow ringbuffer to exceed limit by this amount" +msgstr "" + +msgid "Ask for username and password on connect" +msgstr "" + +msgid "Authentication required" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Automatic disabling of MJPEG mode" +msgstr "" + +msgid "Blink" +msgstr "" + +msgid "Check to save the stream to an mjpeg file" +msgstr "" + +msgid "Command to run" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "Do not initalize dynctrls of Linux-UVC driver" +msgstr "" + +msgid "Don't initalize dynctrls" +msgstr "" + +msgid "Drop frames smaller then this limit" +msgstr "" + +msgid "Enable MJPG-streamer" +msgstr "" + +msgid "Enable YUYV format" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Exceed" +msgstr "" + +msgid "" +"Execute command after saving picture. Mjpg-streamer parse the filename as " +"first parameter to your script." +msgstr "" + +msgid "File input" +msgstr "" + +msgid "File output" +msgstr "" + +msgid "Folder" +msgstr "" + +msgid "Folder that contains webpages" +msgstr "" + +msgid "Frames per second" +msgstr "" + +msgid "General" +msgstr "" + +msgid "HTTP output" +msgstr "" + +msgid "Input plugin" +msgstr "" + +msgid "Interval between saving pictures" +msgstr "" + +msgid "JPEG compression quality" +msgstr "" + +msgid "Led control" +msgstr "" + +msgid "MJPG-streamer" +msgstr "" + +msgid "Max. number of pictures to hold" +msgstr "" + +msgid "Mjpeg output" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "On" +msgstr "" + +msgid "Output plugin" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Plugin settings" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Resolution" +msgstr "" + +msgid "Ring buffer size" +msgstr "" + +msgid "Set folder to save pictures" +msgstr "" + +msgid "Set the inteval in millisecond" +msgstr "" + +msgid "" +"Set the minimum size if the webcam produces small-sized garbage frames. May " +"happen under low light conditions" +msgstr "" + +msgid "" +"Set the quality in percent. This setting activates YUYV format, disables " +"MJPEG" +msgstr "" + +msgid "TCP port for this HTTP server" +msgstr "" + +msgid "UVC input" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "WWW folder" +msgstr "" + +msgid "" +"mjpg streamer is a streaming application for Linux-UVC compatible webcams" +msgstr "" diff --git a/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po new file mode 100644 index 0000000..8b51f6a --- /dev/null +++ b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po @@ -0,0 +1,165 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-mjpg-streamer\n" +"POT-Creation-Date: 2015-06-11 21:11+0100\n" +"PO-Revision-Date: 2015-06-11 21:11+0100\n" +"Last-Translator: maz-1 \n" +"Language-Team: \n" +"Language: zh-cn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Allow ringbuffer to exceed limit by this amount" +msgstr "å…许环形缓冲区最多超过这个数值" + +msgid "Ask for username and password on connect" +msgstr "连接时询问用户å和密ç " + +msgid "Authentication required" +msgstr "需è¦éªŒè¯" + +msgid "Auto" +msgstr "自动" + +msgid "Automatic disabling of MJPEG mode" +msgstr "自动ç¦ç”¨MJPEG模å¼" + +msgid "Blink" +msgstr "é—ªçƒ" + +msgid "Check to save the stream to an mjpeg file" +msgstr "勾选以ä¿å­˜è§†é¢‘æµè‡³ä¸€ä¸ªmjpeg文件" + +msgid "Command to run" +msgstr "è¿è¡Œçš„命令" + +msgid "Device" +msgstr "设备" + +msgid "Do not initalize dynctrls of Linux-UVC driver" +msgstr "ä¸è¦åˆå§‹åŒ–Linux-UVC驱动的dynctrls" + +msgid "Don't initalize dynctrls" +msgstr "ä¸è¦åˆå§‹åŒ–dynctrls" + +msgid "Drop frames smaller then this limit" +msgstr "丢弃å°äºŽè¯¥å°ºå¯¸é™åˆ¶çš„帧" + +msgid "Enable MJPG-streamer" +msgstr "å¯ç”¨MJPG-streamer" + +msgid "Enable YUYV format" +msgstr "å¯ç”¨YUYVæ ¼å¼" + +msgid "Enabled" +msgstr "å¯ç”¨" + +msgid "Exceed" +msgstr "超出" + +msgid "" +"Execute command after saving picture. Mjpg-streamer parse the filename as " +"first parameter to your script." +msgstr "ä¿å­˜å›¾ç‰‡åŽæ‰§è¡Œå‘½ä»¤ã€‚文件å将作为第一个å‚数传递给命令。" + +msgid "File input" +msgstr "文件输入" + +msgid "File output" +msgstr "文件输出" + +msgid "Folder" +msgstr "文件夹" + +msgid "Folder that contains webpages" +msgstr "ä¿å­˜ç½‘页的文件夹" + +msgid "Frames per second" +msgstr "帧æ¯ç§’" + +msgid "General" +msgstr "一般设置" + +msgid "HTTP output" +msgstr "HTTP输出" + +msgid "Input plugin" +msgstr "输入æ’件" + +msgid "Interval between saving pictures" +msgstr "图片ä¿å­˜æ—¶é—´é—´éš”" + +msgid "JPEG compression quality" +msgstr "JPEG压缩å“è´¨" + +msgid "Led control" +msgstr "LED控制" + +msgid "MJPG-streamer" +msgstr "MJPG-streamer" + +msgid "Max. number of pictures to hold" +msgstr "ä¿å­˜çš„图片数é‡ä¸Šé™" + +msgid "Mjpeg output" +msgstr "Mjpeg输出" + +msgid "Off" +msgstr "å…³" + +msgid "On" +msgstr "å¼€" + +msgid "Output plugin" +msgstr "输出æ’件" + +msgid "Password" +msgstr "密ç " + +msgid "Plugin settings" +msgstr "æ’件设置" + +msgid "Port" +msgstr "端å£" + +msgid "Resolution" +msgstr "分辨率" + +msgid "Ring buffer size" +msgstr "环形缓冲区大å°" + +msgid "Set folder to save pictures" +msgstr "图片ä¿å­˜ä½ç½®" + +msgid "Set the inteval in millisecond" +msgstr "设置时间间隔(毫秒)" + +msgid "" +"Set the minimum size if the webcam produces small-sized garbage frames. May " +"happen under low light conditions" +msgstr "设置无用帧的最å°å°ºå¯¸ã€‚当光照ä¸è¶³æ—¶å¯èƒ½å‡ºçŽ°æ— ç”¨å¸§ã€‚" + +msgid "" +"Set the quality in percent. This setting activates YUYV format, disables " +"MJPEG" +msgstr "设置å“质(百分比)。此设置会开å¯YUYVæ ¼å¼è¾“出,关闭MJPEG输出。" + +msgid "TCP port for this HTTP server" +msgstr "HTTPæœåŠ¡ç›‘å¬çš„TCP端å£" + +msgid "UVC input" +msgstr "UVC输入" + +msgid "Username" +msgstr "用户å" + +msgid "WWW folder" +msgstr "WWW文件夹" + +msgid "" +"mjpg streamer is a streaming application for Linux-UVC compatible webcams" +msgstr "mjpg streamer是一个视频æµç¨‹åºï¼Œç”¨äºŽå…¼å®¹Linux-UVCçš„æ‘„åƒå¤´ã€‚" diff --git a/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer b/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer new file mode 100755 index 0000000..6a380cf --- /dev/null +++ b/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@mjpg-streamer[-1] + add ucitrack mjpg-streamer + set ucitrack.@mjpg-streamer[-1].init=mjpg-streamer + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-mmc-over-gpio/Makefile b/applications/luci-app-mmc-over-gpio/Makefile new file mode 100644 index 0000000..4e7d695 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=MMC-over-GPIO configuration module +LUCI_DEPENDS:=+kmod-mmc-over-gpio + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua b/applications/luci-app-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua new file mode 100644 index 0000000..78ed24f --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.mmc_over_gpio", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/mmc_over_gpio") then + return + end + + local page + + page = entry({"admin", "system", "mmc_over_gpio"}, cbi("mmc_over_gpio"), _("MMC/SD driver configuration"), 60) + page.dependent = true +end diff --git a/applications/luci-app-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua b/applications/luci-app-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua new file mode 100644 index 0000000..fd0896c --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +m = Map("mmc_over_gpio", translate("MMC/SD driver configuration"), + translate("MMC/SD driver configuration")) + +s = m:section(TypedSection, "mmc_over_gpio", translate("Settings")) +s.addremove = true +s.anonymous = true + +s:option(Flag, "enabled", translate("Enable")) + +s:option(Value, "name", translate("Name")) + +pin = s:option(Value, "DI_pin", translate("DI_pin")) +for i = 0,7 do pin:value(i) end + +pin = s:option(Value, "DO_pin", translate("DO_pin")) +for i = 0,7 do pin:value(i) end + +pin = s:option(Value, "CLK_pin", translate("CLK_pin")) +for i = 0,7 do pin:value(i) end + +pin = s:option(Value, "CS_pin", translate("CS_pin")) +for i = 0,7 do pin:value(i) end + +s:option(Value, "mode", translate("Mode")) + +return m diff --git a/applications/luci-app-mmc-over-gpio/po/ca/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/ca/mmc_over_gpio.po new file mode 100644 index 0000000..558e10a --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/ca/mmc_over_gpio.po @@ -0,0 +1,43 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-06-01 23:04+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "Habilita" + +msgid "MMC/SD driver configuration" +msgstr "Configuració de controlador MMC/SD" + +msgid "Mode" +msgstr "Mode" + +msgid "Name" +msgstr "Nom" + +msgid "Settings" +msgstr "Ajusts" diff --git a/applications/luci-app-mmc-over-gpio/po/cs/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/cs/mmc_over_gpio.po new file mode 100644 index 0000000..6a7b7b1 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/cs/mmc_over_gpio.po @@ -0,0 +1,41 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-15 20:16+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "Pin CLK" + +msgid "CS_pin" +msgstr "Pin CS" + +msgid "DI_pin" +msgstr "Pin DI" + +msgid "DO_pin" +msgstr "Pin DO" + +msgid "Enable" +msgstr "Povolit" + +msgid "MMC/SD driver configuration" +msgstr "Konfigurace ovladaÄe MMC/SD" + +msgid "Mode" +msgstr "Mód" + +msgid "Name" +msgstr "Jméno" + +msgid "Settings" +msgstr "Nastavení" diff --git a/applications/luci-app-mmc-over-gpio/po/de/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/de/mmc_over_gpio.po new file mode 100644 index 0000000..3b21417 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/de/mmc_over_gpio.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-11-28 10:44+0200\n" +"Last-Translator: dunkelschunkel \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +# Das wäre der Pin für Clock, also Takt, eventuell kann das auch rein. Halte obige Variante aber für hinreichend +msgid "CLK_pin" +msgstr "CLK-Pin" + +msgid "CS_pin" +msgstr "CS-Pin" + +msgid "DI_pin" +msgstr "DI-Pin" + +msgid "DO_pin" +msgstr "DO-Pin" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD Treibereinstellungen" + +msgid "Mode" +msgstr "Modus" + +msgid "Name" +msgstr "Name" + +msgid "Settings" +msgstr "Einstellungen" diff --git a/applications/luci-app-mmc-over-gpio/po/el/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/el/mmc_over_gpio.po new file mode 100644 index 0000000..8aadeff --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/el/mmc_over_gpio.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2010-07-01 20:18+0200\n" +"Last-Translator: Vasilis Tsiligiannis \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "Ρυθμίσεις" diff --git a/applications/luci-app-mmc-over-gpio/po/en/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/en/mmc_over_gpio.po new file mode 100644 index 0000000..bd8f3c8 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/en/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-03-21 18:31+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "Settings" diff --git a/applications/luci-app-mmc-over-gpio/po/es/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/es/mmc_over_gpio.po new file mode 100644 index 0000000..ee0b0c6 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/es/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-08-19 21:05+0200\n" +"Last-Translator: josevteg \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "Pin CLK" + +msgid "CS_pin" +msgstr "Pin CS" + +msgid "DI_pin" +msgstr "Pin DI" + +msgid "DO_pin" +msgstr "Pin DO" + +msgid "Enable" +msgstr "Activar" + +msgid "MMC/SD driver configuration" +msgstr "Configuración de controlador MMC/SD" + +msgid "Mode" +msgstr "Modo" + +msgid "Name" +msgstr "Nombre" + +msgid "Settings" +msgstr "Configuración" diff --git a/applications/luci-app-mmc-over-gpio/po/fr/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/fr/mmc_over_gpio.po new file mode 100644 index 0000000..64dc899 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/fr/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-11-06 16:06+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Activer" + +msgid "MMC/SD driver configuration" +msgstr "Configuration driver MMC/SD" + +msgid "Mode" +msgstr "Mode" + +msgid "Name" +msgstr "Nom" + +msgid "Settings" +msgstr "Configuration" diff --git a/applications/luci-app-mmc-over-gpio/po/he/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/he/mmc_over_gpio.po new file mode 100644 index 0000000..bf506c0 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/he/mmc_over_gpio.po @@ -0,0 +1,41 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 04:34+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "×פשר" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "ש×" + +msgid "Settings" +msgstr "הגדרות" diff --git a/applications/luci-app-mmc-over-gpio/po/hu/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/hu/mmc_over_gpio.po new file mode 100644 index 0000000..758c711 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/hu/mmc_over_gpio.po @@ -0,0 +1,41 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-30 19:09+0200\n" +"Last-Translator: romboyco \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Bekapcsolás" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD driver konfiguráció" + +msgid "Mode" +msgstr "Mód" + +msgid "Name" +msgstr "Név" + +msgid "Settings" +msgstr "Beállítások" diff --git a/applications/luci-app-mmc-over-gpio/po/it/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/it/mmc_over_gpio.po new file mode 100644 index 0000000..e0f371a --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/it/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-03 13:57+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Attiva" + +msgid "MMC/SD driver configuration" +msgstr "Configurazione driver MMC/SD" + +msgid "Mode" +msgstr "Modalità" + +msgid "Name" +msgstr "Nome" + +msgid "Settings" +msgstr "Opzioni" diff --git a/applications/luci-app-mmc-over-gpio/po/ja/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/ja/mmc_over_gpio.po new file mode 100644 index 0000000..5c0f102 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/ja/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-10-05 16:45+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "有効" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD ドライãƒè¨­å®š" + +msgid "Mode" +msgstr "モード" + +msgid "Name" +msgstr "åå‰" + +msgid "Settings" +msgstr "設定" diff --git a/applications/luci-app-mmc-over-gpio/po/ms/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/ms/mmc_over_gpio.po new file mode 100644 index 0000000..edbb2ce --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/ms/mmc_over_gpio.po @@ -0,0 +1,37 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "" diff --git a/applications/luci-app-mmc-over-gpio/po/no/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/no/mmc_over_gpio.po new file mode 100644 index 0000000..ea9a533 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/no/mmc_over_gpio.po @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Aktiver" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD Konfigurasjon" + +msgid "Mode" +msgstr "Modus" + +msgid "Name" +msgstr "Navn" + +msgid "Settings" +msgstr "Innstillinger" diff --git a/applications/luci-app-mmc-over-gpio/po/pl/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/pl/mmc_over_gpio.po new file mode 100644 index 0000000..ff5b51b --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/pl/mmc_over_gpio.po @@ -0,0 +1,42 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-08-26 12:23+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "CLK_pin" +msgstr "Pin CLK" + +msgid "CS_pin" +msgstr "Pin CS" + +msgid "DI_pin" +msgstr "Pin DI" + +msgid "DO_pin" +msgstr "Pin DO" + +msgid "Enable" +msgstr "Uaktywnij" + +msgid "MMC/SD driver configuration" +msgstr "Konfiguracja sterownika MMC/SD" + +msgid "Mode" +msgstr "Tryb" + +msgid "Name" +msgstr "Nazwa" + +msgid "Settings" +msgstr "Ustawienia" diff --git a/applications/luci-app-mmc-over-gpio/po/pt-br/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/pt-br/mmc_over_gpio.po new file mode 100644 index 0000000..9fbbf0f --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/pt-br/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-07-05 06:43+0200\n" +"Last-Translator: rafaelff1 \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Habilitar" + +msgid "MMC/SD driver configuration" +msgstr "Configuração de driver MMC/SD" + +msgid "Mode" +msgstr "Modo" + +msgid "Name" +msgstr "Nome" + +msgid "Settings" +msgstr "Configurações" diff --git a/applications/luci-app-mmc-over-gpio/po/pt/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/pt/mmc_over_gpio.po new file mode 100644 index 0000000..497c0b0 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/pt/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-05-31 15:28+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Ativar" + +msgid "MMC/SD driver configuration" +msgstr "Configuração do driver MMC/SD" + +msgid "Mode" +msgstr "Modo" + +msgid "Name" +msgstr "Nome" + +msgid "Settings" +msgstr "Definições" diff --git a/applications/luci-app-mmc-over-gpio/po/ro/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/ro/mmc_over_gpio.po new file mode 100644 index 0000000..e465f0a --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/ro/mmc_over_gpio.po @@ -0,0 +1,42 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:22+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pin" + +msgid "CS_pin" +msgstr "CS_pin" + +msgid "DI_pin" +msgstr "DI_pin" + +msgid "DO_pin" +msgstr "DO_pin" + +msgid "Enable" +msgstr "Activare" + +msgid "MMC/SD driver configuration" +msgstr "Configurare driver MMC/SD" + +msgid "Mode" +msgstr "Mod" + +msgid "Name" +msgstr "Nume" + +msgid "Settings" +msgstr "Setări" diff --git a/applications/luci-app-mmc-over-gpio/po/ru/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/ru/mmc_over_gpio.po new file mode 100644 index 0000000..dcc2e93 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/ru/mmc_over_gpio.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: mmc_over_gpio\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 11:23+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "CLK_pin" +msgstr "Вывод CLK" + +msgid "CS_pin" +msgstr "Вывод CS" + +msgid "DI_pin" +msgstr "Вывод DI" + +msgid "DO_pin" +msgstr "Вывод DO" + +msgid "Enable" +msgstr "Включить" + +msgid "MMC/SD driver configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð´Ñ€Ð°Ð¹Ð²ÐµÑ€Ð° MMC/SD" + +msgid "Mode" +msgstr "Режим" + +msgid "Name" +msgstr "ИмÑ" + +msgid "Settings" +msgstr "ÐаÑтройки" diff --git a/applications/luci-app-mmc-over-gpio/po/sk/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/sk/mmc_over_gpio.po new file mode 100644 index 0000000..587ee42 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/sk/mmc_over_gpio.po @@ -0,0 +1,36 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "" diff --git a/applications/luci-app-mmc-over-gpio/po/sv/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/sv/mmc_over_gpio.po new file mode 100644 index 0000000..d6e5ace --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/sv/mmc_over_gpio.po @@ -0,0 +1,37 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "" diff --git a/applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot b/applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot new file mode 100644 index 0000000..1cc8de3 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot @@ -0,0 +1,29 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "" diff --git a/applications/luci-app-mmc-over-gpio/po/tr/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/tr/mmc_over_gpio.po new file mode 100644 index 0000000..349b8fc --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/tr/mmc_over_gpio.po @@ -0,0 +1,41 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 23:19+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_ayağı" + +msgid "CS_pin" +msgstr "CS_ayağı" + +msgid "DI_pin" +msgstr "DI_ayağı" + +msgid "DO_pin" +msgstr "DO_ayağı" + +msgid "Enable" +msgstr "EtkinleÅŸtir" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD Sürücü Yapılandırması" + +msgid "Mode" +msgstr "Mod" + +msgid "Name" +msgstr "isim" + +msgid "Settings" +msgstr "Ayarlar" diff --git a/applications/luci-app-mmc-over-gpio/po/uk/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/uk/mmc_over_gpio.po new file mode 100644 index 0000000..e9b37f2 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/uk/mmc_over_gpio.po @@ -0,0 +1,42 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-29 13:06+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "Вивід Ð’CLK" + +msgid "CS_pin" +msgstr "Вивід CS" + +msgid "DI_pin" +msgstr "Вивід DI" + +msgid "DO_pin" +msgstr "Вивід DO" + +msgid "Enable" +msgstr "Увімкнути" + +msgid "MMC/SD driver configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Ð´Ñ€Ð°Ð¹Ð²ÐµÑ€Ð° MMC/SD" + +msgid "Mode" +msgstr "Режим" + +msgid "Name" +msgstr "Ім'Ñ" + +msgid "Settings" +msgstr "ÐаÑтройки" diff --git a/applications/luci-app-mmc-over-gpio/po/vi/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/vi/mmc_over_gpio.po new file mode 100644 index 0000000..febcbc0 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/vi/mmc_over_gpio.po @@ -0,0 +1,41 @@ +# mmc_over_gpio.pot +# generated from ./applications/luci-mmc_over_gpio/luasrc/i18n/mmc_over_gpio.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-13 03:43+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "CLK_pin" +msgstr "" + +msgid "CS_pin" +msgstr "" + +msgid "DI_pin" +msgstr "" + +msgid "DO_pin" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "MMC/SD driver configuration" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Settings" +msgstr "Sắp đặt" diff --git a/applications/luci-app-mmc-over-gpio/po/zh-cn/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/zh-cn/mmc_over_gpio.po new file mode 100644 index 0000000..27dcefd --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/zh-cn/mmc_over_gpio.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2013-10-08 15:25+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK针脚" + +msgid "CS_pin" +msgstr "CS针脚" + +msgid "DI_pin" +msgstr "DI针脚" + +msgid "DO_pin" +msgstr "DO针脚" + +msgid "Enable" +msgstr "å…许" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD驱动é…ç½®" + +msgid "Mode" +msgstr "模å¼" + +msgid "Name" +msgstr "å称" + +msgid "Settings" +msgstr "设置" diff --git a/applications/luci-app-mmc-over-gpio/po/zh-tw/mmc_over_gpio.po b/applications/luci-app-mmc-over-gpio/po/zh-tw/mmc_over_gpio.po new file mode 100644 index 0000000..fe12e66 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/po/zh-tw/mmc_over_gpio.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-21 12:48+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "CLK_pin" +msgstr "CLK_pinè…³" + +msgid "CS_pin" +msgstr "CS_pinè…³" + +msgid "DI_pin" +msgstr "DI_pinè…³" + +msgid "DO_pin" +msgstr "DO_pinè…³" + +msgid "Enable" +msgstr "啟用" + +msgid "MMC/SD driver configuration" +msgstr "MMC/SD記憶å¡é©…動程å¼è¨­å®š" + +msgid "Mode" +msgstr "模å¼" + +msgid "Name" +msgstr "å稱" + +msgid "Settings" +msgstr "設定值" diff --git a/applications/luci-app-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio b/applications/luci-app-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio new file mode 100755 index 0000000..c6e79e6 --- /dev/null +++ b/applications/luci-app-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@mmc_over_gpio[-1] + add ucitrack mmc_over_gpio + set ucitrack.@mmc_over_gpio[-1].init=mmc_over_gpio + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-multiwan/Makefile b/applications/luci-app-multiwan/Makefile new file mode 100644 index 0000000..c5b731a --- /dev/null +++ b/applications/luci-app-multiwan/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for the OpenWrt MultiWAN agent (obsoleted by mwan3) +LUCI_DEPENDS:=+multiwan @BROKEN + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-multiwan/luasrc/controller/multiwan.lua b/applications/luci-app-multiwan/luasrc/controller/multiwan.lua new file mode 100644 index 0000000..523ac21 --- /dev/null +++ b/applications/luci-app-multiwan/luasrc/controller/multiwan.lua @@ -0,0 +1,60 @@ +module("luci.controller.multiwan", package.seeall) + +function index() + local fs = require "nixio.fs" + if not fs.access("/etc/config/multiwan") then + return + end + + local page + + page = entry({"admin", "network", "multiwan"}, cbi("multiwan/multiwan"), _("Multi-WAN")) + page.dependent = true + + entry({"admin", "network", "multiwan", "status"}, call("multiwan_status")) + + page = entry({"mini", "network", "multiwan"}, cbi("multiwan/multiwanmini", {autoapply=true}), _("Multi-WAN")) + page.dependent = true +end +function multiwan_status() + local nfs = require "nixio.fs" + local cachefile = "/tmp/.mwan/cache" + + local rv = { } + + cachefile = nfs.readfile(cachefile) + if cachefile then + local ntm = require "luci.model.network".init() + _, _, wan_if_map = string.find(cachefile, "wan_if_map=\"([^\"]*)\"") + _, _, wan_fail_map = string.find(cachefile, "wan_fail_map=\"([^\"]*)\"") + _, _, wan_recovery_map = string.find(cachefile, "wan_recovery_map=\"([^\"]*)\"") + + rv.wans = { } + wansid = {} + + for wanname, wanifname in string.gfind(wan_if_map, "([^%[]+)%[([^%]]+)%]") do + local wanlink = ntm:get_interface(wanifname) + wanlink = wanlink and wanlink:get_network() + wanlink = wanlink and wanlink:adminlink() or "#" + wansid[wanname] = #rv.wans + 1 + rv.wans[wansid[wanname]] = { name = wanname, link = wanlink, ifname = wanifname, status = "ok", count = 0 } + end + + for wanname, failcount in string.gfind(wan_fail_map, "([^%[]+)%[([^%]]+)%]") do + if failcount == "x" then + rv.wans[wansid[wanname]].status = "ko" + else + rv.wans[wansid[wanname]].status = "failing" + rv.wans[wansid[wanname]].count = failcount + end + end + + for wanname, recoverycount in string.gfind(wan_recovery_map, "([^%[]+)%[([^%]]+)%]") do + rv.wans[wansid[wanname]].status = "recovering" + rv.wans[wansid[wanname]].count = recoverycount + end + end + + luci.http.prepare_content("application/json") + luci.http.write_json(rv) +end diff --git a/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwan.lua b/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwan.lua new file mode 100644 index 0000000..586b630 --- /dev/null +++ b/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwan.lua @@ -0,0 +1,155 @@ +require("luci.tools.webadmin") + +m = Map("multiwan", translate("Multi-WAN"), + translate("Multi-WAN allows for the use of multiple uplinks for load balancing and failover.")) + +s = m:section(NamedSection, "config", "multiwan", "") + +e = s:option(Flag, "enabled", translate("Enable")) +e.rmempty = false +e.default = e.enabled + +function e.write(self, section, value) + if value == "0" then + os.execute("/etc/init.d/multiwan stop") + else + os.execute("/etc/init.d/multiwan enable") + end + Flag.write(self, section, value) +end + +s = m:section(TypedSection, "interface", translate("WAN Interfaces"), + translate("Health Monitor detects and corrects network changes and failed connections.")) +s.addremove = true + +weight = s:option(ListValue, "weight", translate("Load Balancer Distribution")) +weight:value("10", "10") +weight:value("9", "9") +weight:value("8", "8") +weight:value("7", "7") +weight:value("6", "6") +weight:value("5", "5") +weight:value("4", "4") +weight:value("3", "3") +weight:value("2", "2") +weight:value("1", "1") +weight:value("disable", translate("None")) +weight.default = "10" +weight.optional = false +weight.rmempty = false + +interval = s:option(ListValue, "health_interval", translate("Health Monitor Interval")) +interval:value("disable", translate("Disable")) +interval:value("5", "5 sec.") +interval:value("10", "10 sec.") +interval:value("20", "20 sec.") +interval:value("30", "30 sec.") +interval:value("60", "60 sec.") +interval:value("120", "120 sec.") +interval.default = "10" +interval.optional = false +interval.rmempty = false + +icmp_hosts = s:option(Value, "icmp_hosts", translate("Health Monitor ICMP Host(s)")) +icmp_hosts:value("disable", translate("Disable")) +icmp_hosts:value("dns", "DNS Server(s)") +icmp_hosts:value("gateway", "WAN Gateway") +icmp_hosts.default = "dns" +icmp_hosts.optional = false +icmp_hosts.rmempty = false + +timeout = s:option(ListValue, "timeout", translate("Health Monitor ICMP Timeout")) +timeout:value("1", "1 sec.") +timeout:value("2", "2 sec.") +timeout:value("3", "3 sec.") +timeout:value("4", "4 sec.") +timeout:value("5", "5 sec.") +timeout:value("10", "10 sec.") +timeout.default = "3" +timeout.optional = false +timeout.rmempty = false + +fail = s:option(ListValue, "health_fail_retries", translate("Attempts Before WAN Failover")) +fail:value("1", "1") +fail:value("3", "3") +fail:value("5", "5") +fail:value("10", "10") +fail:value("15", "15") +fail:value("20", "20") +fail.default = "3" +fail.optional = false +fail.rmempty = false + +recovery = s:option(ListValue, "health_recovery_retries", translate("Attempts Before WAN Recovery")) +recovery:value("1", "1") +recovery:value("3", "3") +recovery:value("5", "5") +recovery:value("10", "10") +recovery:value("15", "15") +recovery:value("20", "20") +recovery.default = "5" +recovery.optional = false +recovery.rmempty = false + +failover_to = s:option(ListValue, "failover_to", translate("Failover Traffic Destination")) +failover_to:value("disable", translate("None")) +luci.tools.webadmin.cbi_add_networks(failover_to) +failover_to:value("fastbalancer", translate("Load Balancer(Performance)")) +failover_to:value("balancer", translate("Load Balancer(Compatibility)")) +failover_to.default = "balancer" +failover_to.optional = false +failover_to.rmempty = false + +dns = s:option(Value, "dns", translate("DNS Server(s)")) +dns:value("auto", translate("Auto")) +dns.default = "auto" +dns.optional = false +dns.rmempty = true + +s = m:section(TypedSection, "mwanfw", translate("Multi-WAN Traffic Rules"), + translate("Configure rules for directing outbound traffic through specified WAN Uplinks.")) +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true + +src = s:option(Value, "src", translate("Source Address")) +src.rmempty = true +src:value("", translate("all")) +luci.tools.webadmin.cbi_add_knownips(src) + +dst = s:option(Value, "dst", translate("Destination Address")) +dst.rmempty = true +dst:value("", translate("all")) +luci.tools.webadmin.cbi_add_knownips(dst) + +proto = s:option(Value, "proto", translate("Protocol")) +proto:value("", translate("all")) +proto:value("tcp", "TCP") +proto:value("udp", "UDP") +proto:value("icmp", "ICMP") +proto.rmempty = true + +ports = s:option(Value, "ports", translate("Ports")) +ports.rmempty = true +ports:value("", translate("all", translate("all"))) + +wanrule = s:option(ListValue, "wanrule", translate("WAN Uplink")) +luci.tools.webadmin.cbi_add_networks(wanrule) +wanrule:value("fastbalancer", translate("Load Balancer(Performance)")) +wanrule:value("balancer", translate("Load Balancer(Compatibility)")) +wanrule.default = "fastbalancer" +wanrule.optional = false +wanrule.rmempty = false + +s = m:section(NamedSection, "config", "", "") +s.addremove = false + +default_route = s:option(ListValue, "default_route", translate("Default Route")) +luci.tools.webadmin.cbi_add_networks(default_route) +default_route:value("fastbalancer", translate("Load Balancer(Performance)")) +default_route:value("balancer", translate("Load Balancer(Compatibility)")) +default_route.default = "balancer" +default_route.optional = false +default_route.rmempty = false + +return m diff --git a/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua b/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua new file mode 100644 index 0000000..d389745 --- /dev/null +++ b/applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua @@ -0,0 +1,67 @@ +require("luci.tools.webadmin") + +m = Map("multiwan", translate("Multi-WAN"), + translate("Multi-WAN allows for the use of multiple uplinks for load balancing and failover.")) + +s = m:section(NamedSection, "config", "multiwan", "") + +e = s:option(Flag, "enabled", translate("Enable")) +e.rmempty = false +e.default = "1" + +function e.write(self, section, value) + if value == "0" then + os.execute("/etc/init.d/multiwan stop") + else + os.execute("/etc/init.d/multiwan enable") + end + Flag.write(self, section, value) +end + +s = m:section(TypedSection, "mwanfw", translate("Multi-WAN Traffic Rules"), + translate("Configure rules for directing outbound traffic through specified WAN Uplinks.")) +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true + +src = s:option(Value, "src", translate("Source Address")) +src.rmempty = true +src:value("", translate("all")) +luci.tools.webadmin.cbi_add_knownips(src) + +dst = s:option(Value, "dst", translate("Destination Address")) +dst.rmempty = true +dst:value("", translate("all")) +luci.tools.webadmin.cbi_add_knownips(dst) + +proto = s:option(Value, "proto", translate("Protocol")) +proto:value("", translate("all")) +proto:value("tcp", "TCP") +proto:value("udp", "UDP") +proto:value("icmp", "ICMP") +proto.rmempty = true + +ports = s:option(Value, "ports", translate("Ports")) +ports.rmempty = true +ports:value("", translate("all", translate("all"))) + +wanrule = s:option(ListValue, "wanrule", translate("WAN Uplink")) +luci.tools.webadmin.cbi_add_networks(wanrule) +wanrule:value("fastbalancer", translate("Load Balancer(Performance)")) +wanrule:value("balancer", translate("Load Balancer(Compatibility)")) +wanrule.default = "fastbalancer" +wanrule.optional = false +wanrule.rmempty = false + +s = m:section(NamedSection, "config", "", "") +s.addremove = false + +default_route = s:option(ListValue, "default_route", translate("Default Route")) +luci.tools.webadmin.cbi_add_networks(default_route) +default_route:value("fastbalancer", translate("Load Balancer(Performance)")) +default_route:value("balancer", translate("Load Balancer(Compatibility)")) +default_route.default = "balancer" +default_route.optional = false +default_route.rmempty = false + +return m diff --git a/applications/luci-app-multiwan/luasrc/view/admin_status/index/multiwan.htm b/applications/luci-app-multiwan/luasrc/view/admin_status/index/multiwan.htm new file mode 100644 index 0000000..79c0453 --- /dev/null +++ b/applications/luci-app-multiwan/luasrc/view/admin_status/index/multiwan.htm @@ -0,0 +1 @@ +<%+multiwan_status%> diff --git a/applications/luci-app-multiwan/luasrc/view/multiwan_status.htm b/applications/luci-app-multiwan/luasrc/view/multiwan_status.htm new file mode 100644 index 0000000..03bfad1 --- /dev/null +++ b/applications/luci-app-multiwan/luasrc/view/multiwan_status.htm @@ -0,0 +1,71 @@ + + + + +
+ <%:Multi-WAN Status%> +
<%:Collecting data...%>
+
diff --git a/applications/luci-app-multiwan/po/ca/multiwan.po b/applications/luci-app-multiwan/po/ca/multiwan.po new file mode 100644 index 0000000..eb81ae8 --- /dev/null +++ b/applications/luci-app-multiwan/po/ca/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-01 04:22+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Intents abans de commutació WAN" + +msgid "Attempts Before WAN Recovery" +msgstr "Intents abans de recuperació WAN" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "Recollint dades..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configureu les regles per dirigir trànsit sortint a través d'enllaços " +"ascendents WAN especificats." + +msgid "DNS Server(s)" +msgstr "Servidors DNS" + +msgid "Default Route" +msgstr "Ruta per defecte" + +msgid "Destination Address" +msgstr "Adreça de destí" + +msgid "Disable" +msgstr "Inhabilita" + +msgid "Enable" +msgstr "Habilita" + +msgid "Failing" +msgstr "Fallant" + +msgid "Failover Traffic Destination" +msgstr "Destí de trànsit al commutar" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Hosts ICMP de monitor de salut" + +msgid "Health Monitor ICMP Timeout" +msgstr "Temps d'espera ICMP del monitor de salut" + +msgid "Health Monitor Interval" +msgstr "Interval del monitor de salut" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"El monitor de salut detecta i corregeix canvis de xarxa i connexions " +"fallades." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Distribució de l'equilibrador de carrega" + +msgid "Load Balancer(Compatibility)" +msgstr "Equilibrador de carrega (compatibilitat)" + +msgid "Load Balancer(Performance)" +msgstr "Equilibrador de carrega (rendiment)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Estat de Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Regles de trànsit de Multi-WAN" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"El Multi-WAN permet el ús de múltiples enllaços ascendents per a equilibri " +"de carrega i commutació d'errors." + +msgid "None" +msgstr "Cap" + +msgid "OK" +msgstr "D'acord" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Recovering" +msgstr "Recuperant" + +msgid "Source Address" +msgstr "Adreça d'origen" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "WAN Interfaces" +msgstr "Interfícies WAN" + +msgid "WAN Uplink" +msgstr "Enllaç ascendent WAN" + +msgid "all" +msgstr "tots" diff --git a/applications/luci-app-multiwan/po/cs/multiwan.po b/applications/luci-app-multiwan/po/cs/multiwan.po new file mode 100644 index 0000000..0629827 --- /dev/null +++ b/applications/luci-app-multiwan/po/cs/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-11 19:45+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "PoÄet pokusů pÅ™ed spuÅ¡tÄ›ním záložního WAN" + +msgid "Attempts Before WAN Recovery" +msgstr "PoÄet pokusů pÅ™ed obnovou WAN" + +msgid "Auto" +msgstr "Automaticky" + +msgid "Collecting data..." +msgstr "Sbírám data..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Nastavit pravidla pro smÄ›rování odchozích paketů pÅ™es konkrétní WAN " +"rozhraní." + +msgid "DNS Server(s)" +msgstr "DNS server(y)" + +msgid "Default Route" +msgstr "Výchozí brána" + +msgid "Destination Address" +msgstr "Cílová adresa" + +msgid "Disable" +msgstr "Vypnout" + +msgid "Enable" +msgstr "Povolit" + +msgid "Failing" +msgstr "Selhání" + +msgid "Failover Traffic Destination" +msgstr "Cíl záložního spojení" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Monitorování dostupnosti - ICMP host(é)" + +msgid "Health Monitor ICMP Timeout" +msgstr "Monitorování dostupnosti - ICMP Äasový limit" + +msgid "Health Monitor Interval" +msgstr "Monitorování dostupnosti - interval" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Monitorování dostupnosti kontroluje a opravuje zmÄ›ny v síti a selhání " +"pÅ™ipojení." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Load Balancer - rozdÄ›lení" + +msgid "Load Balancer(Compatibility)" +msgstr "Load Balancer(Kompatibilita)" + +msgid "Load Balancer(Performance)" +msgstr "Load Balancer(Výkon)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Stav Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Multi-WAN pravidla smÄ›rování" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN umožňuje použít nÄ›kolik internetových pÅ™ipojení pro vyvažování " +"zátěže a zálohy pÅ™ipojení." + +msgid "None" +msgstr "Žádný" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Porty" + +msgid "Protocol" +msgstr "Protokol" + +msgid "Recovering" +msgstr "Obnovuji" + +msgid "Source Address" +msgstr "Zdrojová adresa" + +msgid "Unknown" +msgstr "Neznámý" + +msgid "WAN Interfaces" +msgstr "WAN rozhraní" + +msgid "WAN Uplink" +msgstr "WAN pÅ™ipojení" + +msgid "all" +msgstr "VÅ¡echny" diff --git a/applications/luci-app-multiwan/po/de/multiwan.po b/applications/luci-app-multiwan/po/de/multiwan.po new file mode 100644 index 0000000..2fa789f --- /dev/null +++ b/applications/luci-app-multiwan/po/de/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-10 02:55+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Versuche vor Umschalten auf WAN Ersatzverbindung" + +msgid "Attempts Before WAN Recovery" +msgstr "Versuche vor dem Zurückschalten auf normale WAN Verbindung" + +msgid "Auto" +msgstr "automatisch" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Mit diesen Regeln kann ausgehender Verkehr bestimmten WAN-Uplinks zugeordnet " +"werden." + +msgid "DNS Server(s)" +msgstr "DNS Server" + +msgid "Default Route" +msgstr "Standardroute" + +msgid "Destination Address" +msgstr "Zieladresse" + +msgid "Disable" +msgstr "Deaktivieren" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Failing" +msgstr "Versagt" + +msgid "Failover Traffic Destination" +msgstr "Failover Traffic Ziel" + +msgid "Health Monitor ICMP Host(s)" +msgstr "ICMP Host(s) zur Verbindungsüberwachung" + +msgid "Health Monitor ICMP Timeout" +msgstr "Timeout für ICMP-Pakete zur Verbindungsüberwachung" + +msgid "Health Monitor Interval" +msgstr "Intervall für Verbindungsüberwachung" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Die Verbindungsüberwachung erkennt und behebt Netzwerkänderungen und " +"Verbindungsabbrüche." + +msgid "KO" +msgstr "Getrennt" + +msgid "Load Balancer Distribution" +msgstr "Load Balancer Verteilung" + +msgid "Load Balancer(Compatibility)" +msgstr "Load Balancer (Kompatibilität)" + +msgid "Load Balancer(Performance)" +msgstr "Load Balancer (Performance)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Multi-WAN Status" + +msgid "Multi-WAN Traffic Rules" +msgstr "Multi-WAN Verkehrsregeln" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN erlaubt es, mehrere ISP-Verbindungen gleichzeitig oder als " +"Ersatzverbindung beim Ausfall der Hauptverbindung zu verwenden." + +msgid "None" +msgstr "Keine" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Recovering" +msgstr "Neu verbunden" + +msgid "Source Address" +msgstr "Quelladresse" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "WAN Interfaces" +msgstr "WAN-Schnittstellen" + +msgid "WAN Uplink" +msgstr "WAN Uplink-Verbindung" + +msgid "all" +msgstr "alle" diff --git a/applications/luci-app-multiwan/po/el/multiwan.po b/applications/luci-app-multiwan/po/el/multiwan.po new file mode 100644 index 0000000..48d3165 --- /dev/null +++ b/applications/luci-app-multiwan/po/el/multiwan.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 15:16+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "ΔιεÏθυνση ΠÏοοÏισμοÏ" + +msgid "Disable" +msgstr "ΑπενεÏγοποίηση" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "ΠÏωτόκολλο" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/en/multiwan.po b/applications/luci-app-multiwan/po/en/multiwan.po new file mode 100644 index 0000000..241e6d0 --- /dev/null +++ b/applications/luci-app-multiwan/po/en/multiwan.po @@ -0,0 +1,114 @@ +# multiwan.po +# generated from /tmp/i18n/luasrc/i18n/multiwan.en.lua +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8\n" + +msgid "Attempts Before WAN Failover" +msgstr "Attempts Before WAN Failover" + +msgid "Attempts Before WAN Recovery" +msgstr "Attempts Before WAN Recovery" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." + +msgid "DNS Server(s)" +msgstr "DNS Server(s)" + +msgid "Default Route" +msgstr "Default Route" + +msgid "Destination Address" +msgstr "Destination Address" + +msgid "Disable" +msgstr "Disable" + +msgid "Enable" +msgstr "Enable" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "Failover Traffic Destination" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Health Monitor ICMP Host(s)" + +msgid "Health Monitor ICMP Timeout" +msgstr "Health Monitor ICMP Timeout" + +msgid "Health Monitor Interval" +msgstr "Health Monitor Interval" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Health Monitor detects and corrects network changes and failed connections." + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "Load Balancer Distribution" + +msgid "Load Balancer(Compatibility)" +msgstr "Load Balancer(Compatibility)" + +msgid "Load Balancer(Performance)" +msgstr "Load Balancer(Performance)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "Multi-WAN Traffic Rules" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." + +msgid "None" +msgstr "None" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "Source Address" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "WAN Interfaces" + +msgid "WAN Uplink" +msgstr "WAN Uplink" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/es/multiwan.po b/applications/luci-app-multiwan/po/es/multiwan.po new file mode 100644 index 0000000..4d2447e --- /dev/null +++ b/applications/luci-app-multiwan/po/es/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-23 23:07+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Reintentos ante fallo de la WAN" + +msgid "Attempts Before WAN Recovery" +msgstr "Reintentos tras recuperar la WAN" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "Recuperando datos..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configure las reglas que redirigen el tráfico saliente a través de los " +"enlaces WAN salientes especificados." + +msgid "DNS Server(s)" +msgstr "Servidor/es DNS" + +msgid "Default Route" +msgstr "Ruta por defecto" + +msgid "Destination Address" +msgstr "Dirección de destino" + +msgid "Disable" +msgstr "Desactivar" + +msgid "Enable" +msgstr "Activar" + +msgid "Failing" +msgstr "Fallando" + +msgid "Failover Traffic Destination" +msgstr "Destino del tráfico en caso de fallo" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Monitores de salud ICMP" + +msgid "Health Monitor ICMP Timeout" +msgstr "Espera monitor de salud ICMP" + +msgid "Health Monitor Interval" +msgstr "Intervalo del monitor de salud" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"El monitor de salud detecta y corrige cambios en la red y conexiones " +"fallidas." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Distribución del balanceador de carga" + +msgid "Load Balancer(Compatibility)" +msgstr "Balanceador de carga (compatibilidad)" + +msgid "Load Balancer(Performance)" +msgstr "Balanceador de carga (rendimiento)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Estado de Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Reglas de tráfico Multi-WAN" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN permite el use varios enlaces de salida para balancear la carga y " +"control de fallos." + +msgid "None" +msgstr "Ninguno" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Puertos" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Recovering" +msgstr "Recuperación" + +msgid "Source Address" +msgstr "Dirección origen" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "WAN Interfaces" +msgstr "Interfaces WAN" + +msgid "WAN Uplink" +msgstr "Enlace saliente WAN" + +msgid "all" +msgstr "todos" diff --git a/applications/luci-app-multiwan/po/fr/multiwan.po b/applications/luci-app-multiwan/po/fr/multiwan.po new file mode 100644 index 0000000..39b1421 --- /dev/null +++ b/applications/luci-app-multiwan/po/fr/multiwan.po @@ -0,0 +1,125 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-06 16:07+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Essais avant de déclarer un WAN défaillant" + +msgid "Attempts Before WAN Recovery" +msgstr "Essais avant de déclarer qu'un WAN est rétabli" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "Collection de données..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configuration de règles pour diriger le trafic sortant à travers des liens " +"WAN sécifiés." + +msgid "DNS Server(s)" +msgstr "Serveur(s) DNS" + +msgid "Default Route" +msgstr "Route par défaut" + +msgid "Destination Address" +msgstr "Adresse de destination" + +msgid "Disable" +msgstr "Désactiver" + +msgid "Enable" +msgstr "Activer" + +msgid "Failing" +msgstr "Défaillance" + +msgid "Failover Traffic Destination" +msgstr "Destination du trafic en cas de défaillance" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Hôte(s) à pinguer pour valider le lien" + +msgid "Health Monitor ICMP Timeout" +msgstr "Delai max du ping de validation du lien" + +msgid "Health Monitor Interval" +msgstr "Invervalle de validation du lien" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"La validation de liens détecte et corrige les changements du réseau et les " +"connexions défaillantes." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Distribution d'équilibrage de charge" + +msgid "Load Balancer(Compatibility)" +msgstr "Équilibrage de charge (compatibilité)" + +msgid "Load Balancer(Performance)" +msgstr "Équilibrage de charge (performance)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Statut Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Règles de trafic avec des liens sortants multiples" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN permet l'utilisation de liens sortants multiples pour la " +"l'équilibrage de charge et la répartition sur les autres en cas de " +"défaillance." + +msgid "None" +msgstr "Aucun" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocole" + +msgid "Recovering" +msgstr "Récupération" + +msgid "Source Address" +msgstr "Adresse source" + +msgid "Unknown" +msgstr "Inconnu" + +msgid "WAN Interfaces" +msgstr "Interfaces WAN" + +msgid "WAN Uplink" +msgstr "Lien remontant WAN" + +msgid "all" +msgstr "tous" diff --git a/applications/luci-app-multiwan/po/he/multiwan.po b/applications/luci-app-multiwan/po/he/multiwan.po new file mode 100644 index 0000000..2188822 --- /dev/null +++ b/applications/luci-app-multiwan/po/he/multiwan.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/hu/multiwan.po b/applications/luci-app-multiwan/po/hu/multiwan.po new file mode 100644 index 0000000..20ff8d6 --- /dev/null +++ b/applications/luci-app-multiwan/po/hu/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-30 19:12+0200\n" +"Last-Translator: romboyco \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Próbálkozások WAN átállás elÅ‘tt" + +msgid "Attempts Before WAN Recovery" +msgstr "Probálkozások WAN helyreállítás elÅ‘tt" + +msgid "Auto" +msgstr "Automatikus" + +msgid "Collecting data..." +msgstr "Adatok gyűjtése..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Szabályok beállítása a kimenÅ‘ forgalom megadott WAN kapcsolatra " +"irányításához." + +msgid "DNS Server(s)" +msgstr "DNS kiszolgáló(k)" + +msgid "Default Route" +msgstr "Alapértelmezett útvonal" + +msgid "Destination Address" +msgstr "Cél cím" + +msgid "Disable" +msgstr "Letiltás" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Failing" +msgstr "CsökkenÅ‘" + +msgid "Failover Traffic Destination" +msgstr "Failover forgalom cél" + +msgid "Health Monitor ICMP Host(s)" +msgstr "ICMP gépek kapcsolat monitorozáshoz" + +msgid "Health Monitor ICMP Timeout" +msgstr "ICMP csomagok idÅ‘túllépése a kapcsolat monitorozásánál" + +msgid "Health Monitor Interval" +msgstr "Kapcsolat monitorozási intervallum" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"A kapcsolat monitorozás megállapítja és korrigálja a hálózati változásokat " +"és sikertelen kapcsolatokat." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Load balancer megosztás" + +msgid "Load Balancer(Compatibility)" +msgstr "Terhelés kiegyensúlyozás (kompatibilitás)" + +msgid "Load Balancer(Performance)" +msgstr "Terhelés kiegyensúlyozás (teljesítmény)" + +msgid "Multi-WAN" +msgstr "Többszörös WAN" + +msgid "Multi-WAN Status" +msgstr "Többszörös WAN állapot" + +msgid "Multi-WAN Traffic Rules" +msgstr "Többszörös WAN forgalmi szabályok" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"A Multi-WAN lehetÅ‘vé teszi több kapcsolat használatát egyidejűleg, vagy az " +"elsÅ‘dleges kapcsolat esetleges hibája esetén." + +msgid "None" +msgstr "Nincs" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Portok" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Recovering" +msgstr "Helyreállítás" + +msgid "Source Address" +msgstr "Forrás cím" + +msgid "Unknown" +msgstr "Ismeretlen" + +msgid "WAN Interfaces" +msgstr "WAN interfészek" + +msgid "WAN Uplink" +msgstr "WAN kapcsolat" + +msgid "all" +msgstr "összes" diff --git a/applications/luci-app-multiwan/po/it/multiwan.po b/applications/luci-app-multiwan/po/it/multiwan.po new file mode 100644 index 0000000..863b351 --- /dev/null +++ b/applications/luci-app-multiwan/po/it/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 14:00+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Tentativi su WAN prima del Failover" + +msgid "Attempts Before WAN Recovery" +msgstr "Tentativi su WAN prima del Recovery" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "Raccolta di dati..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configura le regole per inviare direttamente in uscita il traffico su una " +"uplink Wan specifico." + +msgid "DNS Server(s)" +msgstr "DNS Server(s)" + +msgid "Default Route" +msgstr "Default Route" + +msgid "Destination Address" +msgstr "Indirizzo di destinazione" + +msgid "Disable" +msgstr "Disable" + +msgid "Enable" +msgstr "Enable" + +msgid "Failing" +msgstr "Fallimento" + +msgid "Failover Traffic Destination" +msgstr "Destinazione del traffico in failover" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Health Monitor ICMP Host(s)" + +msgid "Health Monitor ICMP Timeout" +msgstr "Health Monitor ICMP Timeout" + +msgid "Health Monitor Interval" +msgstr "Health Monitor Interval" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"L'health monitor monitora e identifica i cambiamenti e la manca di " +"connessioni." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Bilanciamento del carico" + +msgid "Load Balancer(Compatibility)" +msgstr "Carica Bilanciatore (Compatibilità)" + +msgid "Load Balancer(Performance)" +msgstr "Carica Bilanciatore (Performance)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Stato Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Regole del Traffico Multi-WAN" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN permette di usare uplink multipi per il bilanciamento del carico e " +"la ridondanza da failover." + +msgid "None" +msgstr "None" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Porte" + +msgid "Protocol" +msgstr "Protocollo" + +msgid "Recovering" +msgstr "Recupero" + +msgid "Source Address" +msgstr "Indirizzo sorgente" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "WAN Interfaces" +msgstr "Interfaccia WAN" + +msgid "WAN Uplink" +msgstr "Collegamento ascendente WAN" + +msgid "all" +msgstr "all" diff --git a/applications/luci-app-multiwan/po/ja/multiwan.po b/applications/luci-app-multiwan/po/ja/multiwan.po new file mode 100644 index 0000000..ab41562 --- /dev/null +++ b/applications/luci-app-multiwan/po/ja/multiwan.po @@ -0,0 +1,120 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-06 17:17+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "自動" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "DNSサーãƒãƒ¼" + +msgid "Default Route" +msgstr "デフォルトルート" + +msgid "Destination Address" +msgstr "宛先アドレス" + +msgid "Disable" +msgstr "無効" + +msgid "Enable" +msgstr "有効" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "ヘルスモニタ ICMP宛先" + +msgid "Health Monitor ICMP Timeout" +msgstr "ヘルスモニタ ICMP タイムアウト" + +msgid "Health Monitor Interval" +msgstr "ヘルスモニタ更新間隔" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "ヘルスモニタã¯ã€ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®å¤‰æ›´åŠã³æŽ¥ç¶šå¤±æ•—ã®æ¤œå‡ºã¨èª¿æ•´ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "ロードãƒãƒ©ãƒ³ã‚µ ディストリビューション" + +msgid "Load Balancer(Compatibility)" +msgstr "ロードãƒãƒ©ãƒ³ã‚µ (互æ›æ€§)" + +msgid "Load Balancer(Performance)" +msgstr "ロードãƒãƒ©ãƒ³ã‚µ (パフォーマンス)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "Multi-WAN トラフィック・ルール" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WANを用ã„ã‚‹ã“ã¨ã§ã€è¤‡æ•°ã®ä¸Šã‚Šãƒªãƒ³ã‚¯ã‚’使用ã—ã¦ãƒ­ãƒ¼ãƒ‰ãƒãƒ©ãƒ³ã‚µã¨ãƒ•ã‚§ã‚¤ãƒ«" +"オーãƒãƒ¼æ©Ÿèƒ½ã‚’使用ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "None" +msgstr "ãªã—" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Protocol" +msgstr "プロトコル" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Unknown" +msgstr "ä¸æ˜Ž" + +msgid "WAN Interfaces" +msgstr "WAN インターフェースリスト" + +msgid "WAN Uplink" +msgstr "WAN アップリンク" + +msgid "all" +msgstr "å…¨ã¦" diff --git a/applications/luci-app-multiwan/po/ms/multiwan.po b/applications/luci-app-multiwan/po/ms/multiwan.po new file mode 100644 index 0000000..d175246 --- /dev/null +++ b/applications/luci-app-multiwan/po/ms/multiwan.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/no/multiwan.po b/applications/luci-app-multiwan/po/no/multiwan.po new file mode 100644 index 0000000..a6e8bc4 --- /dev/null +++ b/applications/luci-app-multiwan/po/no/multiwan.po @@ -0,0 +1,117 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Attempts Before WAN Failover" +msgstr "Antall forsøk før WAN feilsikkerhet" + +msgid "Attempts Before WAN Recovery" +msgstr "Antall forsøk før WAN gjenoppretting" + +msgid "Auto" +msgstr "Auto" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Konfigurer regler for Ã¥ styre utgÃ¥ende trafikk gjennom spesifiserte WAN " +"koblinger." + +msgid "DNS Server(s)" +msgstr "DNS Server(e)" + +msgid "Default Route" +msgstr "Standard rute" + +msgid "Destination Address" +msgstr "Destinasjonsadresse" + +msgid "Disable" +msgstr "Deaktiver" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "Feilsikkerhet trafikk destinasjon" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Health monitor ICMP vert(er)" + +msgid "Health Monitor ICMP Timeout" +msgstr "Health monitor ICMP tidsavbrudd" + +msgid "Health Monitor Interval" +msgstr "Health monitor intervall" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Health monitor oppdager og korrigerer nettverks endringer og mislykkede " +"tilkoblinger." + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "Lastbalansering fordeling" + +msgid "Load Balancer(Compatibility)" +msgstr "Lastbalansering (kompatibilitet)" + +msgid "Load Balancer(Performance)" +msgstr "Lastbalansering (ytelse)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "Multi-WAN trafikk regler" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN tillater bruk av flere internett oppkoblinger for lastbalansering " +"og feilsikkerhet." + +msgid "None" +msgstr "Ingen" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "Porter" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "Kildeadresse" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "WAN Grensesnitt" + +msgid "WAN Uplink" +msgstr "WAN Opplinje" + +msgid "all" +msgstr "alle" diff --git a/applications/luci-app-multiwan/po/pl/multiwan.po b/applications/luci-app-multiwan/po/pl/multiwan.po new file mode 100644 index 0000000..5904aed --- /dev/null +++ b/applications/luci-app-multiwan/po/pl/multiwan.po @@ -0,0 +1,125 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-01 15:25+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Liczba prób przed procedurÄ… WAN Failover (poÅ‚Ä…czenie awaryjne WAN)" + +msgid "Attempts Before WAN Recovery" +msgstr "Liczba prób przed procedurÄ… WAN Recovery (przywrócenie WAN)" + +msgid "Auto" +msgstr "Automatycznie" + +msgid "Collecting data..." +msgstr "Zbieranie informacji..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Skonfiguruj zasady kierowania ruchu wychodzÄ…cego za poÅ›rednictwem " +"okreÅ›lonych Å‚Ä…czy WAN." + +msgid "DNS Server(s)" +msgstr "Serwer(y) DNS" + +msgid "Default Route" +msgstr "Trasa domyÅ›lna" + +msgid "Destination Address" +msgstr "Adres docelowy" + +msgid "Disable" +msgstr "WyÅ‚Ä…cz" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "Failing" +msgstr "Niepowodzenie" + +msgid "Failover Traffic Destination" +msgstr "Cel ruch dla poÅ‚Ä…czenia awaryjnego" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Monitorowane hosty przy użyciu protokoÅ‚u ICMP (ping)" + +msgid "Health Monitor ICMP Timeout" +msgstr "" +"Czas nieosiÄ…galnoÅ›ci monitorowanych hostów przy użyciu protokoÅ‚u ICMP (ping)" + +msgid "Health Monitor Interval" +msgstr "OdstÄ™p pomiÄ™dzy próbami monitoringu" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Monitor stanu wykrywa i koryguje zmiany sieci oraz nieudane poÅ‚Ä…czenia." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Dystrybucja równoważenia obciążenia" + +msgid "Load Balancer(Compatibility)" +msgstr "Równoważenie obciążenia (Zgodność)" + +msgid "Load Balancer(Performance)" +msgstr "Równoważenie obciążenia (Wydajność)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Status Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "ReguÅ‚y ruchu Multi-WAN" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Multi-WAN pozwala na używanie kilku Å‚Ä…cz w celu równoważenia obciążenia lub " +"omijania awarii." + +msgid "None" +msgstr "Å»aden" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Porty" + +msgid "Protocol" +msgstr "Protokół" + +msgid "Recovering" +msgstr "Odzyskiwanie" + +msgid "Source Address" +msgstr "Adres źródÅ‚owy" + +msgid "Unknown" +msgstr "Nieznany" + +msgid "WAN Interfaces" +msgstr "Interfejsy WAN" + +msgid "WAN Uplink" +msgstr "ÅÄ…cze WAN" + +msgid "all" +msgstr "wszystkie" diff --git a/applications/luci-app-multiwan/po/pt-br/multiwan.po b/applications/luci-app-multiwan/po/pt-br/multiwan.po new file mode 100644 index 0000000..ba72b82 --- /dev/null +++ b/applications/luci-app-multiwan/po/pt-br/multiwan.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-11 04:01+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "Tentativas Antes da Solução de Contorno da WAN" + +msgid "Attempts Before WAN Recovery" +msgstr "Tentativas Antes da Recuperação da WAN" + +msgid "Auto" +msgstr "Automático" + +msgid "Collecting data..." +msgstr "Coletando dados..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Configurar regras para direcionar a saída de tráfego através de uma conexão " +"WAN específica." + +msgid "DNS Server(s)" +msgstr "Servidor(es) DNS" + +msgid "Default Route" +msgstr "Rota Padrão" + +msgid "Destination Address" +msgstr "Endereço de Destino" + +msgid "Disable" +msgstr "Desabilitar" + +msgid "Enable" +msgstr "Habilitar" + +msgid "Failing" +msgstr "Falha" + +msgid "Failover Traffic Destination" +msgstr "Destino do Tráfego para a Recuperação" + +msgid "Health Monitor ICMP Host(s)" +msgstr "Equipamento(s) para Monitoramento da Saúde por ICMP" + +msgid "Health Monitor ICMP Timeout" +msgstr "Limite de tempo do Monitoramento da Saúde por ICMP" + +msgid "Health Monitor Interval" +msgstr "Intervalo do Monitoramento da Saúde" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"O Monitoramento da Saúde detecta e corrige as mudanças de rede e falhas nas " +"conexões." + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "Distribuição do Balanceador de Carga" + +msgid "Load Balancer(Compatibility)" +msgstr "Balanceador de Carga(Compatibilidade)" + +msgid "Load Balancer(Performance)" +msgstr "Balanceador de Carga(Desempenho)" + +msgid "Multi-WAN" +msgstr "Multi-WAN" + +msgid "Multi-WAN Status" +msgstr "Status de Multi-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Regras de Tráfego Multi-WAN" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"O Multi-WAN permite o use de múltiplas conexões ao enlace superior (ex: " +"internet) para o balanceamento de carga e tolerância a falha." + +msgid "None" +msgstr "Nenhum" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Portas" + +msgid "Protocol" +msgstr "Procotolo" + +msgid "Recovering" +msgstr "Recuperação" + +msgid "Source Address" +msgstr "Endereço de Origem" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "WAN Interfaces" +msgstr "Interfaces WAN" + +msgid "WAN Uplink" +msgstr "Conexão WAN" + +msgid "all" +msgstr "todos" diff --git a/applications/luci-app-multiwan/po/pt/multiwan.po b/applications/luci-app-multiwan/po/pt/multiwan.po new file mode 100644 index 0000000..95eeba8 --- /dev/null +++ b/applications/luci-app-multiwan/po/pt/multiwan.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-22 18:29+0200\n" +"Last-Translator: Low \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "Automático" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "Servidor(s) DNS" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "Endereço de Destino" + +msgid "Disable" +msgstr "Desativar" + +msgid "Enable" +msgstr "Activar" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "Nenhum" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "Portas" + +msgid "Protocol" +msgstr "Procotolo" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "Endereço de Origem" + +msgid "Unknown" +msgstr "Desconhecido" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "todos" diff --git a/applications/luci-app-multiwan/po/ro/multiwan.po b/applications/luci-app-multiwan/po/ro/multiwan.po new file mode 100644 index 0000000..cd51944 --- /dev/null +++ b/applications/luci-app-multiwan/po/ro/multiwan.po @@ -0,0 +1,119 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-09 13:26+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "Colectare date..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "Server(e) DNS" + +msgid "Default Route" +msgstr "Ruta default" + +msgid "Destination Address" +msgstr "Adresă destinaÅ£ie" + +msgid "Disable" +msgstr "Dezactivează" + +msgid "Enable" +msgstr "Activează" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Porturi" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Recovering" +msgstr "Recuperare" + +msgid "Source Address" +msgstr "Adresa sursei" + +msgid "Unknown" +msgstr "Necunoscut" + +msgid "WAN Interfaces" +msgstr "InterfeÅ£e WAN" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "toate" diff --git a/applications/luci-app-multiwan/po/ru/multiwan.po b/applications/luci-app-multiwan/po/ru/multiwan.po new file mode 100644 index 0000000..c12d920 --- /dev/null +++ b/applications/luci-app-multiwan/po/ru/multiwan.po @@ -0,0 +1,127 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: multiwan\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 14:05+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Attempts Before WAN Failover" +msgstr "КоличеÑтво попыток перед обработкой отказа WAN" + +msgid "Attempts Before WAN Recovery" +msgstr "КоличеÑтво попыток перед воÑÑтановлением WAN" + +msgid "Auto" +msgstr "ÐвтоматичеÑки" + +msgid "Collecting data..." +msgstr "Сбор данных..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" +"Укажите правила Ð´Ð»Ñ Ð½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸ÑходÑщего трафика через заданные воÑходÑщие " +"каналы WAN." + +msgid "DNS Server(s)" +msgstr "DNS-Ñервер(Ñ‹)" + +msgid "Default Route" +msgstr "Маршрут по умолчанию" + +msgid "Destination Address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ" + +msgid "Disable" +msgstr "Отключить" + +msgid "Enable" +msgstr "Включить" + +msgid "Failing" +msgstr "Отказ" + +msgid "Failover Traffic Destination" +msgstr "Ðазначение трафика при обработке отказа" + +msgid "Health Monitor ICMP Host(s)" +msgstr "ICMP-хоÑÑ‚(Ñ‹) Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ ÑоÑтоÑниÑ" + +msgid "Health Monitor ICMP Timeout" +msgstr "Тайм-аут ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ ÑоÑтоÑÐ½Ð¸Ñ Ð¿Ð¾ ICMP" + +msgid "Health Monitor Interval" +msgstr "Интервал ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ ÑоÑтоÑниÑ" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" +"Контроль ÑоÑтоÑÐ½Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñет и иÑправлÑет Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñети и неиÑправные " +"ÑоединениÑ." + +msgid "KO" +msgstr "Ðе работает" + +msgid "Load Balancer Distribution" +msgstr "РаÑпределение баланÑировки нагрузки" + +msgid "Load Balancer(Compatibility)" +msgstr "БаланÑировка нагрузки (ÑовмеÑтимоÑÑ‚ÑŒ)" + +msgid "Load Balancer(Performance)" +msgstr "БаланÑировка нагрузки (производительноÑÑ‚ÑŒ)" + +msgid "Multi-WAN" +msgstr "Мульти-WAN" + +msgid "Multi-WAN Status" +msgstr "СоÑтоÑние мульти-WAN" + +msgid "Multi-WAN Traffic Rules" +msgstr "Правила Ð´Ð»Ñ Ð¼ÑƒÐ»ÑŒÑ‚Ð¸-WAN трафика" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" +"Мульти-WAN позволÑет иÑпользовать неÑколько портов воÑходÑщего канала Ð´Ð»Ñ " +"баланÑировки нагрузки и отказоуÑтойчивоÑти." + +msgid "None" +msgstr "Ðи один из" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "Порты" + +msgid "Protocol" +msgstr "Протокол" + +msgid "Recovering" +msgstr "ВоÑÑтановление" + +msgid "Source Address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²Ð¸Ñ‚ÐµÐ»Ñ" + +msgid "Unknown" +msgstr "ÐеизвеÑтно" + +msgid "WAN Interfaces" +msgstr "WAN-интерфейÑÑ‹" + +msgid "WAN Uplink" +msgstr "ВоÑходÑщий канал WAN" + +msgid "all" +msgstr "вÑе" diff --git a/applications/luci-app-multiwan/po/sk/multiwan.po b/applications/luci-app-multiwan/po/sk/multiwan.po new file mode 100644 index 0000000..b113eac --- /dev/null +++ b/applications/luci-app-multiwan/po/sk/multiwan.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/sv/multiwan.po b/applications/luci-app-multiwan/po/sv/multiwan.po new file mode 100644 index 0000000..fae4c58 --- /dev/null +++ b/applications/luci-app-multiwan/po/sv/multiwan.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/templates/multiwan.pot b/applications/luci-app-multiwan/po/templates/multiwan.pot new file mode 100644 index 0000000..954eed1 --- /dev/null +++ b/applications/luci-app-multiwan/po/templates/multiwan.pot @@ -0,0 +1,108 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/tr/multiwan.po b/applications/luci-app-multiwan/po/tr/multiwan.po new file mode 100644 index 0000000..e9d6ece --- /dev/null +++ b/applications/luci-app-multiwan/po/tr/multiwan.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/uk/multiwan.po b/applications/luci-app-multiwan/po/uk/multiwan.po new file mode 100644 index 0000000..922b402 --- /dev/null +++ b/applications/luci-app-multiwan/po/uk/multiwan.po @@ -0,0 +1,119 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-21 15:52+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "Ðвтоматично" + +msgid "Collecting data..." +msgstr "Збір даних..." + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "DNS-Ñервер(и)" + +msgid "Default Route" +msgstr "Типовий маршрут" + +msgid "Destination Address" +msgstr "ÐдреÑа призначеннÑ" + +msgid "Disable" +msgstr "Вимкнути" + +msgid "Enable" +msgstr "Ðктивувати" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/vi/multiwan.po b/applications/luci-app-multiwan/po/vi/multiwan.po new file mode 100644 index 0000000..e9d6ece --- /dev/null +++ b/applications/luci-app-multiwan/po/vi/multiwan.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Attempts Before WAN Failover" +msgstr "" + +msgid "Attempts Before WAN Recovery" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "" + +msgid "DNS Server(s)" +msgstr "" + +msgid "Default Route" +msgstr "" + +msgid "Destination Address" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Failing" +msgstr "" + +msgid "Failover Traffic Destination" +msgstr "" + +msgid "Health Monitor ICMP Host(s)" +msgstr "" + +msgid "Health Monitor ICMP Timeout" +msgstr "" + +msgid "Health Monitor Interval" +msgstr "" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "" + +msgid "KO" +msgstr "" + +msgid "Load Balancer Distribution" +msgstr "" + +msgid "Load Balancer(Compatibility)" +msgstr "" + +msgid "Load Balancer(Performance)" +msgstr "" + +msgid "Multi-WAN" +msgstr "" + +msgid "Multi-WAN Status" +msgstr "" + +msgid "Multi-WAN Traffic Rules" +msgstr "" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "" + +msgid "None" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Recovering" +msgstr "" + +msgid "Source Address" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "WAN Interfaces" +msgstr "" + +msgid "WAN Uplink" +msgstr "" + +msgid "all" +msgstr "" diff --git a/applications/luci-app-multiwan/po/zh-cn/multiwan.po b/applications/luci-app-multiwan/po/zh-cn/multiwan.po new file mode 100644 index 0000000..dfb4958 --- /dev/null +++ b/applications/luci-app-multiwan/po/zh-cn/multiwan.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 16:16+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "WAN故障转移之å‰å°è¯•" + +msgid "Attempts Before WAN Recovery" +msgstr "WANæ•…éšœæ¢å¤ä¹‹å‰å°è¯•" + +msgid "Auto" +msgstr "自动" + +msgid "Collecting data..." +msgstr "正在收集数æ®â€¦" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "é…置规则引导出站æµé‡é€šè¿‡æŒ‡å®šçš„WAN上行链路。" + +msgid "DNS Server(s)" +msgstr "DNSæœåŠ¡å™¨" + +msgid "Default Route" +msgstr "缺çœè·¯ç”±" + +msgid "Destination Address" +msgstr "目的地å€" + +msgid "Disable" +msgstr "ç¦ç”¨" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "Failing" +msgstr "失败" + +msgid "Failover Traffic Destination" +msgstr "故障转移目的地" + +msgid "Health Monitor ICMP Host(s)" +msgstr "å¥åº·çŠ¶å†µç›‘测ICMP主机" + +msgid "Health Monitor ICMP Timeout" +msgstr "å¥åº·çŠ¶å†µç›‘测ICMP主机超时" + +msgid "Health Monitor Interval" +msgstr "å¥åº·çŠ¶å†µç›‘测间隔" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "å¥åº·ç›‘视器,检测和修正网络å˜æ›´å’Œå¤±è´¥çš„连接。" + +msgid "KO" +msgstr "好" + +msgid "Load Balancer Distribution" +msgstr "è´Ÿè½½å‡è¡¡åˆ†å¸ƒ" + +msgid "Load Balancer(Compatibility)" +msgstr "负载平衡器(兼容)" + +msgid "Load Balancer(Performance)" +msgstr "负载平衡器(性能)" + +msgid "Multi-WAN" +msgstr "多WAN" + +msgid "Multi-WAN Status" +msgstr "多WAN状æ€" + +msgid "Multi-WAN Traffic Rules" +msgstr "多WANæµé‡è§„则" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "多WANå…许使用多æ¡ä¸Šè¡Œé“¾è·¯çš„è´Ÿè½½å‡è¡¡å’Œæ•…障转移。" + +msgid "None" +msgstr "空" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "端å£" + +msgid "Protocol" +msgstr "åè®®" + +msgid "Recovering" +msgstr "æ¢å¤" + +msgid "Source Address" +msgstr "æºåœ°å€" + +msgid "Unknown" +msgstr "未知" + +msgid "WAN Interfaces" +msgstr "WAN接å£" + +msgid "WAN Uplink" +msgstr "WAN上è”" + +msgid "all" +msgstr "所有" diff --git a/applications/luci-app-multiwan/po/zh-tw/multiwan.po b/applications/luci-app-multiwan/po/zh-tw/multiwan.po new file mode 100644 index 0000000..9bfbb8f --- /dev/null +++ b/applications/luci-app-multiwan/po/zh-tw/multiwan.po @@ -0,0 +1,118 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 18:42+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Attempts Before WAN Failover" +msgstr "寬頻失敗å‰å˜—試" + +msgid "Attempts Before WAN Recovery" +msgstr "寬頻復原å‰å˜—試" + +msgid "Auto" +msgstr "自動" + +msgid "Collecting data..." +msgstr "收集資料中" + +msgid "" +"Configure rules for directing outbound traffic through specified WAN Uplinks." +msgstr "é€éŽæŒ‡å®šçš„寬頻上傳é‡å°Žè¼¸å‡ºæµé‡çš„è¦å‰‡è¨­å®š" + +msgid "DNS Server(s)" +msgstr "DNS伺æœå™¨" + +msgid "Default Route" +msgstr "é è¨­è·¯ç”±å™¨" + +msgid "Destination Address" +msgstr "目標ä½å€" + +msgid "Disable" +msgstr "關閉" + +msgid "Enable" +msgstr "啟用" + +msgid "Failing" +msgstr "失敗" + +msgid "Failover Traffic Destination" +msgstr "故障備æ´æµé‡ç›®çš„地" + +msgid "Health Monitor ICMP Host(s)" +msgstr "å¥è¨ºICMP的主機群" + +msgid "Health Monitor ICMP Timeout" +msgstr "å¥è¨ºICMP超時" + +msgid "Health Monitor Interval" +msgstr "å¥è¨ºé–“éš”" + +msgid "" +"Health Monitor detects and corrects network changes and failed connections." +msgstr "å¥è¨ºåµæ¸¬ä¸¦æ ¡æ­£ç¶²è·¯æ”¹è®ŠåŠå¤±æ•—的連線" + +msgid "KO" +msgstr "KO" + +msgid "Load Balancer Distribution" +msgstr "分散å¼è² è¼‰å¹³è¡¡" + +msgid "Load Balancer(Compatibility)" +msgstr "(å–相容性)負載平衡" + +msgid "Load Balancer(Performance)" +msgstr "(å–最大效能)負載平衡" + +msgid "Multi-WAN" +msgstr "多元寬頻" + +msgid "Multi-WAN Status" +msgstr "多元寬頻狀態" + +msgid "Multi-WAN Traffic Rules" +msgstr "多元寬頻æµé‡è¦å‰‡" + +msgid "" +"Multi-WAN allows for the use of multiple uplinks for load balancing and " +"failover." +msgstr "å…許多元寬頻使用多é‡ä¸Šå‚³å¹³è¡¡è² è¼‰å’Œå‚™æ´" + +msgid "None" +msgstr "ç„¡" + +msgid "OK" +msgstr "OK" + +msgid "Ports" +msgstr "埠號" + +msgid "Protocol" +msgstr "å”定" + +msgid "Recovering" +msgstr "復原中" + +msgid "Source Address" +msgstr "來æºä½å€" + +msgid "Unknown" +msgstr "未知" + +msgid "WAN Interfaces" +msgstr "寬頻介é¢" + +msgid "WAN Uplink" +msgstr "寬頻上傳" + +msgid "all" +msgstr "全部" diff --git a/applications/luci-app-ntpc/Makefile b/applications/luci-app-ntpc/Makefile new file mode 100644 index 0000000..b30f967 --- /dev/null +++ b/applications/luci-app-ntpc/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=NTP time synchronisation configuration module +LUCI_DEPENDS:=+ntpclient + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ntpc/luasrc/controller/ntpc.lua b/applications/luci-app-ntpc/luasrc/controller/ntpc.lua new file mode 100644 index 0000000..c21d4ea --- /dev/null +++ b/applications/luci-app-ntpc/luasrc/controller/ntpc.lua @@ -0,0 +1,19 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ntpc", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/ntpclient") then + return + end + + local page + + page = entry({"admin", "system", "ntpc"}, cbi("ntpc/ntpc"), _("Time Synchronisation"), 50) + page.dependent = true + + page = entry({"mini", "system", "ntpc"}, cbi("ntpc/ntpcmini", {autoapply=true}), _("Time Synchronisation"), 50) + page.dependent = true +end diff --git a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua new file mode 100644 index 0000000..21ea88e --- /dev/null +++ b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua @@ -0,0 +1,39 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("ntpclient", translate("Time Synchronisation"), translate("Synchronizes the system time")) + +s = m:section(TypedSection, "ntpclient", translate("General")) +s.anonymous = true +s.addremove = false + +s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") + +interval = s:option(Value, "interval", translate("Update interval (in seconds)")) +interval.datatype = "and(uinteger,min(1))" +interval.rmempty = true + +count = s:option(Value, "count", translate("Count of time measurements"), translate("empty = infinite")) +count.datatype = "and(uinteger,min(1))" +count.rmempty = true + +s2 = m:section(TypedSection, "ntpdrift", translate("Clock Adjustment")) +s2.anonymous = true +s2.addremove = false + +freq = s2:option(Value, "freq", translate("Offset frequency")) +freq.datatype = "integer" +freq.rmempty = true + +s3 = m:section(TypedSection, "ntpserver", translate("Time Servers")) +s3.anonymous = true +s3.addremove = true +s3.template = "cbi/tblsection" + +s3:option(Value, "hostname", translate("Hostname")) +port = s3:option(Value, "port", translate("Port")) +port.datatype = "port" +port.rmempty = true + +return m diff --git a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua new file mode 100644 index 0000000..82811cf --- /dev/null +++ b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua @@ -0,0 +1,28 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.tools.webadmin") +m = Map("ntpclient", translate("Time Synchronisation"), translate("Synchronizes the system time")) + +s = m:section(TypedSection, "ntpclient", translate("General")) +s.anonymous = true +s.addremove = false + +s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c") + +interval = s:option(Value, "interval", translate("Update interval (in seconds)")) +interval.datatype = "and(uinteger,min(1))" +interval.rmempty = true + +s3 = m:section(TypedSection, "ntpserver", translate("Time Server")) +s3.anonymous = true +s3.addremove = true +s3.template = "cbi/tblsection" + +s3:option(Value, "hostname", translate("Hostname")) +port = s3:option(Value, "port", translate("Port")) +port.datatype = "port" +port.rmempty = true + +return m diff --git a/applications/luci-app-ntpc/po/ca/ntpc.po b/applications/luci-app-ntpc/po/ca/ntpc.po new file mode 100644 index 0000000..1a0f5fb --- /dev/null +++ b/applications/luci-app-ntpc/po/ca/ntpc.po @@ -0,0 +1,57 @@ +# ntpc.pot +# generated from ./applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2014-07-03 20:32+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Ajustament de rellotge" + +#, fuzzy +msgid "Count of time measurements" +msgstr "Compte de mesures d'horari" + +msgid "Current system time" +msgstr "Horari del sistema actual" + +msgid "General" +msgstr "General" + +msgid "Hostname" +msgstr "Nom de host" + +#, fuzzy +msgid "Offset frequency" +msgstr "Compensació de freqüència" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Sincronitza l'hora del sistema" + +msgid "Time Server" +msgstr "Servidor d'horari" + +msgid "Time Servers" +msgstr "Servidors d'horari" + +msgid "Time Synchronisation" +msgstr "Sincronització d'horari" + +msgid "Update interval (in seconds)" +msgstr "Interval d'actualització (en segons)" + +msgid "empty = infinite" +msgstr "buit = infinit" diff --git a/applications/luci-app-ntpc/po/cs/ntpc.po b/applications/luci-app-ntpc/po/cs/ntpc.po new file mode 100644 index 0000000..8c342de --- /dev/null +++ b/applications/luci-app-ntpc/po/cs/ntpc.po @@ -0,0 +1,55 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2014-04-14 12:47+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Úprava Äasu" + +msgid "Count of time measurements" +msgstr "PoÄet měření Äasu" + +msgid "Current system time" +msgstr "Aktuální systémový Äas" + +msgid "General" +msgstr "Obecné nastavení" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Offset frequency" +msgstr "Offsetová frekvence (chyba měření Äasu)" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synchronizuje systémový Äas s pÅ™esným reálným Äasem pÅ™es síť" + +msgid "Time Server" +msgstr "SynchronizaÄní server" + +msgid "Time Servers" +msgstr "SynchronizaÄní servery" + +msgid "Time Synchronisation" +msgstr "Synchronizace Äasu" + +msgid "Update interval (in seconds)" +msgstr "Interval obnovy synchronizace (v sekundách)" + +msgid "empty = infinite" +msgstr "prázdný = neustálé opakování" diff --git a/applications/luci-app-ntpc/po/de/ntpc.po b/applications/luci-app-ntpc/po/de/ntpc.po new file mode 100644 index 0000000..b610935 --- /dev/null +++ b/applications/luci-app-ntpc/po/de/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-07-17 15:07+0200\n" +"Last-Translator: Martin \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Zeitgeberjustierung" + +msgid "Count of time measurements" +msgstr "Anzahl der Zeitmessungen" + +msgid "Current system time" +msgstr "Aktuelle Systemzeit" + +msgid "General" +msgstr "Allgemein" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Offset frequency" +msgstr "Frequenzabweichung" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synchronisiert die Systemzeit" + +msgid "Time Server" +msgstr "Zeitserver" + +msgid "Time Servers" +msgstr "Zeitserver" + +msgid "Time Synchronisation" +msgstr "Zeitsynchronisation" + +msgid "Update interval (in seconds)" +msgstr "Aktualisierungsintervall (in Sekunden)" + +msgid "empty = infinite" +msgstr "leer = unendlich" diff --git a/applications/luci-app-ntpc/po/el/ntpc.po b/applications/luci-app-ntpc/po/el/ntpc.po new file mode 100644 index 0000000..c8f22eb --- /dev/null +++ b/applications/luci-app-ntpc/po/el/ntpc.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-03-31 15:40+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Clock Adjustment" +msgstr "ΡÏθμιση ΡολογιοÏ" + +msgid "Count of time measurements" +msgstr "Πλήθος μετÏήσεων ÏŽÏας" + +msgid "Current system time" +msgstr "ΤÏέχουσα ÏŽÏα συστήματος" + +msgid "General" +msgstr "Γενικά" + +msgid "Hostname" +msgstr "Όνομα συστήματος" + +#, fuzzy +msgid "Offset frequency" +msgstr "Συχνότητα μετάθεσης" + +msgid "Port" +msgstr "ΘÏÏα" + +msgid "Synchronizes the system time" +msgstr "ΣυγχÏονίζει την ÏŽÏα του συστήματος" + +msgid "Time Server" +msgstr "" + +#, fuzzy +msgid "Time Servers" +msgstr "ΕξυπηÏετητές ÎÏας" + +msgid "Time Synchronisation" +msgstr "ΣυγχÏονισμός ÎÏας" + +#, fuzzy +msgid "Update interval (in seconds)" +msgstr "ΠεÏίοδος ενημέÏωσης (σε δευτεÏόλεπτα)" + +msgid "empty = infinite" +msgstr "άδειο = άπειÏος" diff --git a/applications/luci-app-ntpc/po/en/ntpc.po b/applications/luci-app-ntpc/po/en/ntpc.po new file mode 100644 index 0000000..803a996 --- /dev/null +++ b/applications/luci-app-ntpc/po/en/ntpc.po @@ -0,0 +1,51 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Clock Adjustment" +msgstr "Clock Adjustment" + +msgid "Count of time measurements" +msgstr "Count of time measurements" + +msgid "Current system time" +msgstr "Current system time" + +msgid "General" +msgstr "General" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Offset frequency" +msgstr "Offset frequency" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synchronizes the system time" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "Time Servers" + +msgid "Time Synchronisation" +msgstr "Time Synchronisation" + +msgid "Update interval (in seconds)" +msgstr "Update interval (in seconds)" + +msgid "empty = infinite" +msgstr "empty = infinite" diff --git a/applications/luci-app-ntpc/po/es/ntpc.po b/applications/luci-app-ntpc/po/es/ntpc.po new file mode 100644 index 0000000..40edf24 --- /dev/null +++ b/applications/luci-app-ntpc/po/es/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-11-25 11:14+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Ajuste del Reloj" + +msgid "Count of time measurements" +msgstr "Medida del tiempo" + +msgid "Current system time" +msgstr "Hora actual del sistema" + +msgid "General" +msgstr "General" + +msgid "Hostname" +msgstr "Nombre de la máquina" + +msgid "Offset frequency" +msgstr "Desplazamiento de frecuencia" + +msgid "Port" +msgstr "Puerto" + +msgid "Synchronizes the system time" +msgstr "Sincronizar la hora del sistema" + +msgid "Time Server" +msgstr "Servidor de tiempo" + +msgid "Time Servers" +msgstr "Servidores de hora" + +msgid "Time Synchronisation" +msgstr "Sincronización horaria" + +msgid "Update interval (in seconds)" +msgstr "Intervalo de actualización (en segundos)" + +msgid "empty = infinite" +msgstr "vacío = infinito" diff --git a/applications/luci-app-ntpc/po/fr/ntpc.po b/applications/luci-app-ntpc/po/fr/ntpc.po new file mode 100644 index 0000000..d417e15 --- /dev/null +++ b/applications/luci-app-ntpc/po/fr/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-11-06 16:08+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Ajustement de l'horloge" + +msgid "Count of time measurements" +msgstr "Nombre de mesures du temps" + +msgid "Current system time" +msgstr "Temps système actuel" + +msgid "General" +msgstr "Général" + +msgid "Hostname" +msgstr "Nom d'hôte" + +msgid "Offset frequency" +msgstr "Décalage en fréquence" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synchronise le temps système" + +msgid "Time Server" +msgstr "Serveur temps " + +msgid "Time Servers" +msgstr "Serveurs de temps" + +msgid "Time Synchronisation" +msgstr "Synchronisation du temps" + +msgid "Update interval (in seconds)" +msgstr "Intervalle de mise à jour (en secondes)" + +msgid "empty = infinite" +msgstr "vide = infini" diff --git a/applications/luci-app-ntpc/po/he/ntpc.po b/applications/luci-app-ntpc/po/he/ntpc.po new file mode 100644 index 0000000..9d2bee6 --- /dev/null +++ b/applications/luci-app-ntpc/po/he/ntpc.po @@ -0,0 +1,59 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2011-06-25 11:40+0200\n" +"Last-Translator: GiladL \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +# הת×מת שעון? +#, fuzzy +msgid "Clock Adjustment" +msgstr "כיוון שעון" + +#, fuzzy +msgid "Count of time measurements" +msgstr "ספירת יחידות זמן" + +msgid "Current system time" +msgstr "זמן מערכת נוכחי" + +msgid "General" +msgstr "כללי" + +msgid "Hostname" +msgstr "×©× ×ž×רח" + +#, fuzzy +msgid "Offset frequency" +msgstr "תדירות סטייה" + +msgid "Port" +msgstr "פורט" + +msgid "Synchronizes the system time" +msgstr "מסנכרן ×ת זמן המערכת" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "שרתי זמן" + +msgid "Time Synchronisation" +msgstr "סנכרון זמן" + +msgid "Update interval (in seconds)" +msgstr "מרווח בין ×¢×“×›×•× ×™× (בשניות)" + +msgid "empty = infinite" +msgstr "ריק = ×ינסופי" diff --git a/applications/luci-app-ntpc/po/hu/ntpc.po b/applications/luci-app-ntpc/po/hu/ntpc.po new file mode 100644 index 0000000..f69046f --- /dev/null +++ b/applications/luci-app-ntpc/po/hu/ntpc.po @@ -0,0 +1,55 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-07-10 21:05+0200\n" +"Last-Translator: Gyula \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Óra igazítás" + +msgid "Count of time measurements" +msgstr "IdÅ‘mérések száma" + +msgid "Current system time" +msgstr "Jelenlegi rendszeridÅ‘" + +msgid "General" +msgstr "Ãltalános" + +msgid "Hostname" +msgstr "Gépnév" + +msgid "Offset frequency" +msgstr "Frekvencia eltolás" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "A rendszeridÅ‘ szinkronizálása" + +msgid "Time Server" +msgstr "IdÅ‘szerver" + +msgid "Time Servers" +msgstr "IdÅ‘kiszolgálók" + +msgid "Time Synchronisation" +msgstr "IdÅ‘ szinkronizálás" + +msgid "Update interval (in seconds)" +msgstr "Frissítési idÅ‘köz (másodpercben)" + +msgid "empty = infinite" +msgstr "üres = végtelen" diff --git a/applications/luci-app-ntpc/po/it/ntpc.po b/applications/luci-app-ntpc/po/it/ntpc.po new file mode 100644 index 0000000..4b027b7 --- /dev/null +++ b/applications/luci-app-ntpc/po/it/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2013-02-03 13:56+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Impostazione Ora" + +msgid "Count of time measurements" +msgstr "Conteggio delle misure del tempo" + +msgid "Current system time" +msgstr "Ora corrente del sistema" + +msgid "General" +msgstr "Generale" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Offset frequency" +msgstr "Offset delle frequenza" + +msgid "Port" +msgstr "Porta" + +msgid "Synchronizes the system time" +msgstr "Sincronizza l'ora di sistema" + +msgid "Time Server" +msgstr "Server Orologio" + +msgid "Time Servers" +msgstr "Server dell'ora" + +msgid "Time Synchronisation" +msgstr "Sincronizzazione dell'ora" + +msgid "Update interval (in seconds)" +msgstr "Intervallo di aggiornamento (in secondi)" + +msgid "empty = infinite" +msgstr "vuoto = infinito" diff --git a/applications/luci-app-ntpc/po/ja/ntpc.po b/applications/luci-app-ntpc/po/ja/ntpc.po new file mode 100644 index 0000000..bb6135c --- /dev/null +++ b/applications/luci-app-ntpc/po/ja/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-11-14 14:41+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "時刻調整" + +msgid "Count of time measurements" +msgstr "時間計測回数" + +msgid "Current system time" +msgstr "ç¾åœ¨æ™‚刻" + +msgid "General" +msgstr "一般設定" + +msgid "Hostname" +msgstr "ホストå" + +msgid "Offset frequency" +msgstr "オフセット周波数" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Synchronizes the system time" +msgstr "システムã®æ™‚é–“ã‚’åŒæœŸã—ã¾ã™ã€‚" + +msgid "Time Server" +msgstr "時刻サーãƒãƒ¼" + +msgid "Time Servers" +msgstr "時刻サーãƒãƒ¼" + +msgid "Time Synchronisation" +msgstr "Time Synchronisation" + +msgid "Update interval (in seconds)" +msgstr "アップデート間隔 (秒)" + +msgid "empty = infinite" +msgstr "空ã®å ´åˆã€ç„¡é™å¤§ã«ãªã‚Šã¾ã™" diff --git a/applications/luci-app-ntpc/po/ms/ntpc.po b/applications/luci-app-ntpc/po/ms/ntpc.po new file mode 100644 index 0000000..abbfdbe --- /dev/null +++ b/applications/luci-app-ntpc/po/ms/ntpc.po @@ -0,0 +1,52 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2010-04-14 13:24+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Clock Adjustment" +msgstr "" + +msgid "Count of time measurements" +msgstr "" + +msgid "Current system time" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Offset frequency" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Synchronizes the system time" +msgstr "" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "" + +msgid "Time Synchronisation" +msgstr "" + +msgid "Update interval (in seconds)" +msgstr "" + +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/no/ntpc.po b/applications/luci-app-ntpc/po/no/ntpc.po new file mode 100644 index 0000000..7b3fd0b --- /dev/null +++ b/applications/luci-app-ntpc/po/no/ntpc.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Clock Adjustment" +msgstr "Tidskorrigering" + +msgid "Count of time measurements" +msgstr "Antall tidsmÃ¥linger" + +msgid "Current system time" +msgstr "NÃ¥værende system tid" + +msgid "General" +msgstr "Generelt" + +msgid "Hostname" +msgstr "Vertsnavn" + +msgid "Offset frequency" +msgstr "Frekvens forskyvning" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synkroniserer systemets tid" + +msgid "Time Server" +msgstr "Tids Server" + +msgid "Time Servers" +msgstr "Tids Servere" + +msgid "Time Synchronisation" +msgstr "Tidssynkronisering" + +msgid "Update interval (in seconds)" +msgstr "Oppdateringsintervall (i sek)" + +msgid "empty = infinite" +msgstr "tomt = uendelig" diff --git a/applications/luci-app-ntpc/po/pl/ntpc.po b/applications/luci-app-ntpc/po/pl/ntpc.po new file mode 100644 index 0000000..c2cb3e8 --- /dev/null +++ b/applications/luci-app-ntpc/po/pl/ntpc.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2011-09-18 02:23+0200\n" +"Last-Translator: MichaÅ‚ \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Clock Adjustment" +msgstr "Regulacja zegara" + +msgid "Count of time measurements" +msgstr "Liczba pomiarów czasu" + +msgid "Current system time" +msgstr "Aktualny czas systemowy" + +msgid "General" +msgstr "Główne" + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "Offset frequency" +msgstr "PrzesuniÄ™cie czÄ™stotliwoÅ›ci" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Synchronizuje czas systemowy" + +msgid "Time Server" +msgstr "Serwer czasu" + +msgid "Time Servers" +msgstr "Serwery czasu" + +msgid "Time Synchronisation" +msgstr "Synchronizacja czasu" + +msgid "Update interval (in seconds)" +msgstr "InterwaÅ‚ aktualizacji (w sekundach)" + +msgid "empty = infinite" +msgstr "puste = nieskoÅ„czone" diff --git a/applications/luci-app-ntpc/po/pt-br/ntpc.po b/applications/luci-app-ntpc/po/pt-br/ntpc.po new file mode 100644 index 0000000..9e8849a --- /dev/null +++ b/applications/luci-app-ntpc/po/pt-br/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2011-10-18 22:38+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Clock Adjustment" +msgstr "Ajuste do Relógio" + +msgid "Count of time measurements" +msgstr "Quantidade de medições do tempo" + +msgid "Current system time" +msgstr "Hora atual do sistema" + +msgid "General" +msgstr "Geral" + +msgid "Hostname" +msgstr "Nome do computador" + +msgid "Offset frequency" +msgstr "Frequência da compensação" + +msgid "Port" +msgstr "Porta" + +msgid "Synchronizes the system time" +msgstr "Sincroniza a hora do sistema" + +msgid "Time Server" +msgstr "Servidor de Hora." + +msgid "Time Servers" +msgstr "Servidores de Hora" + +msgid "Time Synchronisation" +msgstr "Sincronização de Horário" + +msgid "Update interval (in seconds)" +msgstr "Intervalo de atualização (em segundos)" + +msgid "empty = infinite" +msgstr "vazio = infinito" diff --git a/applications/luci-app-ntpc/po/pt/ntpc.po b/applications/luci-app-ntpc/po/pt/ntpc.po new file mode 100644 index 0000000..70e7952 --- /dev/null +++ b/applications/luci-app-ntpc/po/pt/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2013-05-01 01:16+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Ajuste do Relógio" + +msgid "Count of time measurements" +msgstr "Quantas vezes irá atualizar" + +msgid "Current system time" +msgstr "Hora actual do sistema" + +msgid "General" +msgstr "Geral" + +msgid "Hostname" +msgstr "Nome do Host" + +msgid "Offset frequency" +msgstr "Frequência do Offset" + +msgid "Port" +msgstr "Porta" + +msgid "Synchronizes the system time" +msgstr "Sincroniza a hora do sistema" + +msgid "Time Server" +msgstr "Servidor de Hora" + +msgid "Time Servers" +msgstr "Servidores de Hora" + +msgid "Time Synchronisation" +msgstr "Sincronização de Horário" + +msgid "Update interval (in seconds)" +msgstr "Intervalo de Actualização (em s)" + +msgid "empty = infinite" +msgstr "vazio = infinito" diff --git a/applications/luci-app-ntpc/po/ro/ntpc.po b/applications/luci-app-ntpc/po/ro/ntpc.po new file mode 100644 index 0000000..893419f --- /dev/null +++ b/applications/luci-app-ntpc/po/ro/ntpc.po @@ -0,0 +1,56 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-12-01 16:08+0200\n" +"Last-Translator: cgherman \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Ajustarea ceasului" + +msgid "Count of time measurements" +msgstr "Masuratori de timp" + +msgid "Current system time" +msgstr "Timpul curent de sistem" + +msgid "General" +msgstr "General" + +msgid "Hostname" +msgstr "Numele de host" + +msgid "Offset frequency" +msgstr "Frecventa de offset" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Sincronizeaza timpul sistemului" + +msgid "Time Server" +msgstr "Server de timp" + +msgid "Time Servers" +msgstr "Serverele de timp" + +msgid "Time Synchronisation" +msgstr "Sincronizarea de timp" + +msgid "Update interval (in seconds)" +msgstr "Intervalul de actualizare (in secunde)" + +msgid "empty = infinite" +msgstr "gol = infinit" diff --git a/applications/luci-app-ntpc/po/ru/ntpc.po b/applications/luci-app-ntpc/po/ru/ntpc.po new file mode 100644 index 0000000..229b610 --- /dev/null +++ b/applications/luci-app-ntpc/po/ru/ntpc.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: ntpc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-08-15 11:41+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Clock Adjustment" +msgstr "Корректировка чаÑов" + +msgid "Count of time measurements" +msgstr "КоличеÑтво измерений времени" + +msgid "Current system time" +msgstr "Текущее времÑ" + +msgid "General" +msgstr "Общие" + +msgid "Hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "Offset frequency" +msgstr "Смещение чаÑтоты" + +msgid "Port" +msgstr "Порт" + +msgid "Synchronizes the system time" +msgstr "Синхронизирует ÑиÑтемное времÑ" + +msgid "Time Server" +msgstr "Сервер времени" + +msgid "Time Servers" +msgstr "Серверы времени" + +msgid "Time Synchronisation" +msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð¸" + +msgid "Update interval (in seconds)" +msgstr "Интервал Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ (в Ñекундах)" + +msgid "empty = infinite" +msgstr "пуÑто = беÑконечно" diff --git a/applications/luci-app-ntpc/po/sk/ntpc.po b/applications/luci-app-ntpc/po/sk/ntpc.po new file mode 100644 index 0000000..d3f8fb8 --- /dev/null +++ b/applications/luci-app-ntpc/po/sk/ntpc.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Clock Adjustment" +msgstr "" + +msgid "Count of time measurements" +msgstr "" + +msgid "Current system time" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Offset frequency" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Synchronizes the system time" +msgstr "" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "" + +msgid "Time Synchronisation" +msgstr "" + +msgid "Update interval (in seconds)" +msgstr "" + +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/sv/ntpc.po b/applications/luci-app-ntpc/po/sv/ntpc.po new file mode 100644 index 0000000..00715e6 --- /dev/null +++ b/applications/luci-app-ntpc/po/sv/ntpc.po @@ -0,0 +1,49 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Clock Adjustment" +msgstr "" + +msgid "Count of time measurements" +msgstr "" + +msgid "Current system time" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Offset frequency" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Synchronizes the system time" +msgstr "" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "" + +msgid "Time Synchronisation" +msgstr "" + +msgid "Update interval (in seconds)" +msgstr "" + +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/templates/ntpc.pot b/applications/luci-app-ntpc/po/templates/ntpc.pot new file mode 100644 index 0000000..1ed4c40 --- /dev/null +++ b/applications/luci-app-ntpc/po/templates/ntpc.pot @@ -0,0 +1,41 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Clock Adjustment" +msgstr "" + +msgid "Count of time measurements" +msgstr "" + +msgid "Current system time" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Offset frequency" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Synchronizes the system time" +msgstr "" + +msgid "Time Server" +msgstr "" + +msgid "Time Servers" +msgstr "" + +msgid "Time Synchronisation" +msgstr "" + +msgid "Update interval (in seconds)" +msgstr "" + +msgid "empty = infinite" +msgstr "" diff --git a/applications/luci-app-ntpc/po/tr/ntpc.po b/applications/luci-app-ntpc/po/tr/ntpc.po new file mode 100644 index 0000000..657b2e8 --- /dev/null +++ b/applications/luci-app-ntpc/po/tr/ntpc.po @@ -0,0 +1,55 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-10-11 22:20+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "Saat Ayarı" + +msgid "Count of time measurements" +msgstr "Zaman Ölçüm Sayacı" + +msgid "Current system time" +msgstr "Mevcut Sistem Saati" + +msgid "General" +msgstr "Genel" + +msgid "Hostname" +msgstr "Sunucu Adı" + +msgid "Offset frequency" +msgstr "Denge Frekansı" + +msgid "Port" +msgstr "Port" + +msgid "Synchronizes the system time" +msgstr "Sistem Saati Senkronizasyonu" + +msgid "Time Server" +msgstr "Zaman Sunucusu" + +msgid "Time Servers" +msgstr "Zaman Sunucuları" + +msgid "Time Synchronisation" +msgstr "Saat Senkronizasyonu" + +msgid "Update interval (in seconds)" +msgstr "Güncelleme Aralığı (Saniye)" + +msgid "empty = infinite" +msgstr "BoÅŸ = Sonsuz" diff --git a/applications/luci-app-ntpc/po/uk/ntpc.po b/applications/luci-app-ntpc/po/uk/ntpc.po new file mode 100644 index 0000000..451f783 --- /dev/null +++ b/applications/luci-app-ntpc/po/uk/ntpc.po @@ -0,0 +1,56 @@ +# Generated from applications/luci-ntpc/luasrc/model/cbi/ntpc/*.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-03-18 20:32+0200\n" +"Last-Translator: YuriPet \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Clock Adjustment" +msgstr "ÐšÐ¾Ñ€Ð¸Ð³ÑƒÐ²Ð°Ð½Ð½Ñ Ð³Ð¾Ð´Ð¸Ð½Ð½Ð¸ÐºÐ°" + +msgid "Count of time measurements" +msgstr "КількіÑÑ‚ÑŒ вимірювань чаÑу" + +msgid "Current system time" +msgstr "Поточний ÑиÑтемний чаÑ" + +msgid "General" +msgstr "Загальне" + +msgid "Hostname" +msgstr "Ðазва (ім'Ñ) вузла" + +msgid "Offset frequency" +msgstr "ЗÑув чаÑтоти" + +msgid "Port" +msgstr "Порт" + +msgid "Synchronizes the system time" +msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ ÑиÑтемного чаÑу" + +msgid "Time Server" +msgstr "Сервер чаÑу" + +msgid "Time Servers" +msgstr "Сервери чаÑу" + +msgid "Time Synchronisation" +msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ Ñ‡Ð°Ñу" + +msgid "Update interval (in seconds)" +msgstr "Інтервал Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ (в Ñекундах)" + +msgid "empty = infinite" +msgstr "пуÑто = неÑкінченно" diff --git a/applications/luci-app-ntpc/po/vi/ntpc.po b/applications/luci-app-ntpc/po/vi/ntpc.po new file mode 100644 index 0000000..4de0971 --- /dev/null +++ b/applications/luci-app-ntpc/po/vi/ntpc.po @@ -0,0 +1,57 @@ +# ntpc.pot +# generated from ./applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2009-08-13 03:46+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Clock Adjustment" +msgstr "Äiá»u chỉnh đồng hồ" + +#, fuzzy +msgid "Count of time measurements" +msgstr "Äếm thá»i gian" + +msgid "Current system time" +msgstr "Thá»i gian hiện tại của hệ thống" + +msgid "General" +msgstr "" + +msgid "Hostname" +msgstr "" + +#, fuzzy +msgid "Offset frequency" +msgstr "tần số offset " + +msgid "Port" +msgstr "" + +msgid "Synchronizes the system time" +msgstr "Äồng bá»™ hóa giá» hệ thống" + +msgid "Time Server" +msgstr "" + +#, fuzzy +msgid "Time Servers" +msgstr "Giá» server" + +msgid "Time Synchronisation" +msgstr "Thá»i gian đồng bá»™ hóa" + +#, fuzzy +msgid "Update interval (in seconds)" +msgstr "Cập nhật Interval (giây)" + +msgid "empty = infinite" +msgstr "Rá»—ng = Vô tận" diff --git a/applications/luci-app-ntpc/po/zh-cn/ntpc.po b/applications/luci-app-ntpc/po/zh-cn/ntpc.po new file mode 100644 index 0000000..0821c3f --- /dev/null +++ b/applications/luci-app-ntpc/po/zh-cn/ntpc.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCi Chinese Translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-14 13:24+0200\n" +"PO-Revision-Date: 2012-11-15 21:39+0200\n" +"Last-Translator: Rui \n" +"Language-Team: QQ Group 75543259\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "时钟校对" + +msgid "Count of time measurements" +msgstr "å•ä½æ—¶é—´æ•°" + +msgid "Current system time" +msgstr "当å‰ç³»ç»Ÿæ—¶é—´" + +msgid "General" +msgstr "基本设置" + +msgid "Hostname" +msgstr "主机å" + +msgid "Offset frequency" +msgstr "å移é‡" + +msgid "Port" +msgstr "端å£" + +msgid "Synchronizes the system time" +msgstr "åŒæ­¥ç³»ç»Ÿæ—¶é—´" + +msgid "Time Server" +msgstr "时间æœåŠ¡å™¨" + +msgid "Time Servers" +msgstr "时间æœåŠ¡å™¨" + +msgid "Time Synchronisation" +msgstr "时间åŒæ­¥" + +msgid "Update interval (in seconds)" +msgstr "æ›´æ–°é—´éš”(秒)" + +msgid "empty = infinite" +msgstr "空值为无é™é•¿åº¦" diff --git a/applications/luci-app-ntpc/po/zh-tw/ntpc.po b/applications/luci-app-ntpc/po/zh-tw/ntpc.po new file mode 100644 index 0000000..a898671 --- /dev/null +++ b/applications/luci-app-ntpc/po/zh-tw/ntpc.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 18:43+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Clock Adjustment" +msgstr "校時修正" + +msgid "Count of time measurements" +msgstr "時間計é‡æ¬¡æ•¸" + +msgid "Current system time" +msgstr "ç›®å‰ç³»çµ±æ™‚é–“" + +msgid "General" +msgstr "一般" + +msgid "Hostname" +msgstr "主機å稱" + +msgid "Offset frequency" +msgstr "å移頻é“" + +msgid "Port" +msgstr "埠號" + +msgid "Synchronizes the system time" +msgstr "åŒæ­¥é€™å€‹ç³»çµ±æ™‚é–“" + +msgid "Time Server" +msgstr "校時伺æœå™¨" + +msgid "Time Servers" +msgstr "校時伺æœå™¨" + +msgid "Time Synchronisation" +msgstr "校時åŒæ­¥" + +msgid "Update interval (in seconds)" +msgstr "æ›´æ–°é–“éš”(秒)" + +msgid "empty = infinite" +msgstr "留白=ä¸é™åˆ¶" diff --git a/applications/luci-app-ocserv/Makefile b/applications/luci-app-ocserv/Makefile new file mode 100644 index 0000000..3fbf4d2 --- /dev/null +++ b/applications/luci-app-ocserv/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for OpenConnect VPN +LUCI_DEPENDS:=+ocserv +certtool + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ocserv/luasrc/controller/ocserv.lua b/applications/luci-app-ocserv/luasrc/controller/ocserv.lua new file mode 100644 index 0000000..dbeaaf8 --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/controller/ocserv.lua @@ -0,0 +1,78 @@ +-- Copyright 2014 Nikos Mavrogiannopoulos +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ocserv", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/ocserv") then + return + end + + local page + + page = entry({"admin", "services", "ocserv"}, alias("admin", "services", "ocserv", "main"), + _("OpenConnect VPN")) + page.dependent = true + + page = entry({"admin", "services", "ocserv", "main"}, + cbi("ocserv/main"), + _("Server Settings"), 200) + page.dependent = true + + page = entry({"admin", "services", "ocserv", "users"}, + cbi("ocserv/users"), + _("User Settings"), 300) + page.dependent = true + + entry({"admin", "services", "ocserv", "status"}, + call("ocserv_status")).leaf = true + + entry({"admin", "services", "ocserv", "disconnect"}, + call("ocserv_disconnect")).leaf = true + +end + +function ocserv_status() + local ipt = io.popen("/usr/bin/occtl show users"); + + if ipt then + + local fwd = { } + while true do + + local ln = ipt:read("*l") + if not ln then break end + + local id, user, group, vpn_ip, ip, device, time, cipher, status = + ln:match("^%s*(%d+)%s+([-_%w]+)%s+([%(%)%.%*-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%(%)%:%.-_%w]+)%s+([%:%.-_%w]+).*") + if id then + fwd[#fwd+1] = { + id = id, + user = user, + group = group, + vpn_ip = vpn_ip, + ip = ip, + device = device, + time = time, + cipher = cipher, + status = status + } + end + end + ipt:close() + luci.http.prepare_content("application/json") + luci.http.write_json(fwd) + end +end + +function ocserv_disconnect(num) + local idx = tonumber(num) + + if idx and idx > 0 then + luci.sys.call("/usr/bin/occtl disconnect id %d" % idx) + luci.http.status(200, "OK") + + return + end + luci.http.status(400, "Bad request") +end diff --git a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua new file mode 100644 index 0000000..d1cc155 --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua @@ -0,0 +1,175 @@ +-- Copyright 2014 Nikos Mavrogiannopoulos +-- Licensed to the public under the Apache License 2.0. + +local fs = require "nixio.fs" +local has_ipv6 = fs.access("/proc/net/ipv6_route") + +m = Map("ocserv", translate("OpenConnect VPN")) + +s = m:section(TypedSection, "ocserv", "OpenConnect") +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("ca", translate("CA certificate")) +s:tab("template", translate("Edit Template")) + +local e = s:taboption("general", Flag, "enable", translate("Enable server")) +e.rmempty = false +e.default = "1" + +local o_sha = s:taboption("general", DummyValue, "sha_hash", translate("Server's certificate SHA1 hash"), + translate("That value should be communicated to the client to verify the server's certificate")) +local o_pki = s:taboption("general", DummyValue, "pkid", translate("Server's Public Key ID"), + translate("An alternative value to be communicated to the client to verify the server's certificate; this value only depends on the public key")) + +local fd = io.popen("/usr/bin/certtool -i --infile /etc/ocserv/server-cert.pem", "r") +if fd then local ln + local found_sha = false + local found_pki = false + local complete = 0 + while complete < 2 do + local ln = fd:read("*l") + if not ln then + break + elseif ln:match("SHA%-?1 fingerprint:") then + found_sha = true + elseif found_sha then + local hash = ln:match("([a-f0-9]+)") + o_sha.default = hash and hash:upper() + complete = complete + 1 + found_sha = false + elseif ln:match("Public Key I[Dd]:") then + found_pki = true + elseif found_pki then + local hash = ln:match("([a-f0-9]+)") + o_pki.default = hash and "sha1:" .. hash:upper() + complete = complete + 1 + found_pki = false + end + end + fd:close() +end + +function m.on_commit(map) + luci.sys.call("/usr/bin/occtl reload >/dev/null 2>&1") +end + +function e.write(self, section, value) + if value == "0" then + luci.sys.call("/etc/init.d/ocserv stop >/dev/null 2>&1") + luci.sys.call("/etc/init.d/ocserv disable >/dev/null 2>&1") + else + luci.sys.call("/etc/init.d/ocserv enable >/dev/null 2>&1") + luci.sys.call("/etc/init.d/ocserv restart >/dev/null 2>&1") + end + Flag.write(self, section, value) +end + +local o + +o = s:taboption("general", ListValue, "auth", translate("User Authentication"), + translate("The authentication method for the users. The simplest is plain with a single username-password pair. Use PAM modules to authenticate using another server (e.g., LDAP, Radius).")) +o.rmempty = false +o.default = "plain" +o:value("plain") +o:value("PAM") + +o = s:taboption("general", Value, "zone", translate("Firewall Zone"), + translate("The firewall zone that the VPN clients will be set to")) +o.nocreate = true +o.default = "lan" +o.template = "cbi/firewall_zonelist" + +s:taboption("general", Value, "port", translate("Port"), + translate("The same UDP and TCP ports will be used")) +s:taboption("general", Value, "max_clients", translate("Max clients")) +s:taboption("general", Value, "max_same", translate("Max same clients")) +s:taboption("general", Value, "dpd", translate("Dead peer detection time (secs)")) + +local pip = s:taboption("general", Flag, "predictable_ips", translate("Predictable IPs"), + translate("The assigned IPs will be selected deterministically")) +pip.default = "1" + +local compr = s:taboption("general", Flag, "compression", translate("Enable compression"), + translate("Enable compression")) +compr.default = "1" + +local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"), + translate("Enable UDP channel support; this must be enabled unless you know what you are doing")) +udp.default = "1" + +local cisco = s:taboption("general", Flag, "cisco_compat", translate("AnyConnect client compatibility"), + translate("Enable support for CISCO AnyConnect clients")) +cisco.default = "1" + +ipaddr = s:taboption("general", Value, "ipaddr", translate("VPN IPv4-Network-Address")) +ipaddr.datatype = "ip4addr" +ipaddr.default = "192.168.100.1" + +nm = s:taboption("general", Value, "netmask", translate("VPN IPv4-Netmask")) +nm.datatype = "ip4addr" +nm.default = "255.255.255.0" +nm:value("255.255.255.0") +nm:value("255.255.0.0") +nm:value("255.0.0.0") + +if has_ipv6 then + ip6addr = s:taboption("general", Value, "ip6addr", translate("VPN IPv6-Network-Address"), translate("CIDR-Notation: address/prefix")) + ip6addr.datatype = "ip6addr" +end + + +tmpl = s:taboption("template", Value, "_tmpl", + translate("Edit the template that is used for generating the ocserv configuration.")) + +tmpl.template = "cbi/tvalue" +tmpl.rows = 20 + +function tmpl.cfgvalue(self, section) + return nixio.fs.readfile("/etc/ocserv/ocserv.conf.template") +end + +function tmpl.write(self, section, value) + value = value:gsub("\r\n?", "\n") + nixio.fs.writefile("/etc/ocserv/ocserv.conf.template", value) +end + +ca = s:taboption("ca", Value, "_ca", + translate("View the CA certificate used by this server. You will need to save it as 'ca.pem' and import it into the clients.")) + +ca.template = "cbi/tvalue" +ca.rows = 20 + +function ca.cfgvalue(self, section) + return nixio.fs.readfile("/etc/ocserv/ca.pem") +end + +--[[DNS]]-- + +s = m:section(TypedSection, "dns", translate("DNS servers"), + translate("The DNS servers to be provided to clients; can be either IPv6 or IPv4")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "ip", translate("IP Address")).rmempty = true +s.datatype = "ipaddr" + +--[[Routes]]-- + +s = m:section(TypedSection, "routes", translate("Routing table"), + translate("The routing table to be provided to clients; you can mix IPv4 and IPv6 routes, the server will send only the appropriate. Leave empty to set a default route")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "ip", translate("IP Address")).rmempty = true + +o = s:option(Value, "netmask", translate("Netmask (or IPv6-prefix)")) +o.default = "255.255.255.0" +o:value("255.255.255.0") +o:value("255.255.0.0") +o:value("255.0.0.0") + + +return m diff --git a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua new file mode 100644 index 0000000..c50cb39 --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua @@ -0,0 +1,139 @@ +-- Copyright 2014 Nikos Mavrogiannopoulos +-- Licensed to the public under the Apache License 2.0. + +local fs = require "nixio.fs" +local has_ipv6 = fs.access("/proc/net/ipv6_route") + +m = Map("ocserv", translate("OpenConnect VPN")) + +s = m:section(TypedSection, "ocserv", "OpenConnect") +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("ca", translate("CA certificate")) +s:tab("template", translate("Edit Template")) + +local e = s:taboption("general", Flag, "enable", translate("Enable server")) +e.rmempty = false +e.default = "1" + +function m.on_commit(map) + luci.sys.call("/usr/bin/occtl reload >/dev/null 2>&1") +end + +function e.write(self, section, value) + if value == "0" then + luci.sys.call("/etc/init.d/ocserv stop >/dev/null 2>&1") + luci.sys.call("/etc/init.d/ocserv disable >/dev/null 2>&1") + else + luci.sys.call("/etc/init.d/ocserv enable >/dev/null 2>&1") + luci.sys.call("/etc/init.d/ocserv restart >/dev/null 2>&1") + end + Flag.write(self, section, value) +end + +local o + +o = s:taboption("general", ListValue, "auth", translate("User Authentication"), + translate("The authentication method for the users. The simplest is plain with a single username-password pair. Use PAM modules to authenticate using another server (e.g., LDAP, Radius).")) +o.rmempty = false +o.default = "plain" +o:value("plain") +o:value("PAM") + +o = s:taboption("general", Value, "zone", translate("Firewall Zone"), + translate("The firewall zone that the VPN clients will be set to")) +o.nocreate = true +o.default = "lan" +o.template = "cbi/firewall_zonelist" + +s:taboption("general", Value, "port", translate("Port"), + translate("The same UDP and TCP ports will be used")) +s:taboption("general", Value, "max_clients", translate("Max clients")) +s:taboption("general", Value, "max_same", translate("Max same clients")) +s:taboption("general", Value, "dpd", translate("Dead peer detection time (secs)")) + +local pip = s:taboption("general", Flag, "predictable_ips", translate("Predictable IPs"), + translate("The assigned IPs will be selected deterministically")) +pip.default = "1" + +local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"), + translate("Enable UDP channel support; this must be enabled unless you know what you are doing")) +udp.default = "1" + +local cisco = s:taboption("general", Flag, "cisco_compat", translate("AnyConnect client compatibility"), + translate("Enable support for CISCO AnyConnect clients")) +cisco.default = "1" + +ipaddr = s:taboption("general", Value, "ipaddr", translate("VPN IPv4-Network-Address")) +ipaddr.default = "192.168.100.1" +ipaddr.datatype = "ip4addr" + +nm = s:taboption("general", Value, "netmask", translate("VPN IPv4-Netmask")) +nm.default = "255.255.255.0" +nm.datatype = "ip4addr" +nm:value("255.255.255.0") +nm:value("255.255.0.0") +nm:value("255.0.0.0") + +if has_ipv6 then + ip6addr = s:taboption("general", Value, "ip6addr", translate("VPN IPv6-Network-Address"), translate("CIDR-Notation: address/prefix")) +end + + +tmpl = s:taboption("template", Value, "_tmpl", + translate("Edit the template that is used for generating the ocserv configuration.")) + +tmpl.template = "cbi/tvalue" +tmpl.rows = 20 + +function tmpl.cfgvalue(self, section) + return nixio.fs.readfile("/etc/ocserv/ocserv.conf.template") +end + +function tmpl.write(self, section, value) + value = value:gsub("\r\n?", "\n") + nixio.fs.writefile("/etc/ocserv/ocserv.conf.template", value) +end + +ca = s:taboption("ca", Value, "_ca", + translate("View the CA certificate used by this server. You will need to save it as 'ca.pem' and import it into the clients.")) + +ca.template = "cbi/tvalue" +ca.rows = 20 + +function ca.cfgvalue(self, section) + return nixio.fs.readfile("/etc/ocserv/ca.pem") +end + +--[[DNS]]-- + +s = m:section(TypedSection, "dns", translate("DNS servers"), + translate("The DNS servers to be provided to clients; can be either IPv6 or IPv4")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "ip", translate("IP Address")).rmempty = true +s.datatype = "ipaddr" + +--[[Routes]]-- + +s = m:section(TypedSection, "routes", translate("Routing table"), + translate("The routing table to be provided to clients; you can mix IPv4 and IPv6 routes, the server will send only the appropriate. Leave empty to set a default route")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "ip", translate("IP Address")).rmempty = true +s.datatype = "ipaddr" + +o = s:option(Value, "netmask", translate("Netmask (or IPv6-prefix)")) +o.default = "255.255.255.0" + +o:value("255.255.255.0") +o:value("255.255.0.0") +o:value("255.0.0.0") + + +return m diff --git a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua new file mode 100644 index 0000000..0fa997c --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua @@ -0,0 +1,75 @@ +-- Copyright 2014 Nikos Mavrogiannopoulos +-- Licensed to the public under the Apache License 2.0. + +local dsp = require "luci.dispatcher" +local nixio = require "nixio" + +m = Map("ocserv", translate("OpenConnect VPN")) + +if m.uci:get("ocserv", "config", "auth") == "plain" then + +--[[Users]]-- + +function m.on_commit(map) + luci.sys.call("/etc/init.d/ocserv restart >/dev/null 2>&1") +end + +s = m:section(TypedSection, "ocservusers", translate("Available users")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "name", translate("Name")).rmempty = true +s:option(DummyValue, "group", translate("Group")).rmempty = true +pwd = s:option(Value, "password", translate("Password")) +pwd.password = false + +function pwd.write(self, section, value) + local pass + if string.match(value, "^\$%d\$.*") then + pass = value + else + local t = tonumber(nixio.getpid()*os.time()) + local salt = "$1$" .. t .. "$" + pass = nixio.crypt(value, salt) + end + Value.write(self, section, pass) +end + +--[[if plain]]-- +end + +local lusers = { } +local fd = io.popen("/usr/bin/occtl show users", "r") +if fd then local ln + repeat + ln = fd:read("*l") + if not ln then break end + + local id, user, group, vpn_ip, ip, device, time, cipher, status = + ln:match("^%s*(%d+)%s+([-_%w]+)%s+([%(%)%.%*-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%:%.-_%w]+)%s+([%(%)%:%.-_%w]+)%s+([%:%.-_%w]+).*") + if id then + table.insert(lusers, {id, user, group, vpn_ip, ip, device, time, cipher, status}) + end + until not ln + fd:close() +end + + +--[[Active Users]]-- + +local s = m:section(Table, lusers, translate("Active users")) +s.anonymous = true +s.template = "cbi/tblsection" + +s:option(DummyValue, 1, translate("ID")) +s:option(DummyValue, 2, translate("Username")) +s:option(DummyValue, 3, translate("Group")) +s:option(DummyValue, 4, translate("IP")) +s:option(DummyValue, 5, translate("VPN IP")) +s:option(DummyValue, 6, translate("Device")) +s:option(DummyValue, 7, translate("Time")) +s:option(DummyValue, 8, translate("Cipher")) +s:option(DummyValue, 9, translate("Status")) + +return m diff --git a/applications/luci-app-ocserv/luasrc/view/admin_status/index/ocserv.htm b/applications/luci-app-ocserv/luasrc/view/admin_status/index/ocserv.htm new file mode 100644 index 0000000..4575806 --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/view/admin_status/index/ocserv.htm @@ -0,0 +1 @@ +<%+ocserv_status%> diff --git a/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm b/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm new file mode 100644 index 0000000..138b039 --- /dev/null +++ b/applications/luci-app-ocserv/luasrc/view/ocserv_status.htm @@ -0,0 +1,76 @@ + + +
+ <%:Active OpenConnect Users%> + + + + + + + + + + + + + + + +
<%:User%><%:Group%><%:IP Address%><%:VPN IP Address%><%:Device%><%:Time%><%:Cipher%><%:Status%> 

<%:Collecting data...%>
+
diff --git a/applications/luci-app-olsr-services/Makefile b/applications/luci-app-olsr-services/Makefile new file mode 100644 index 0000000..b1daf6d --- /dev/null +++ b/applications/luci-app-olsr-services/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Show services announced with the nameservice plugin +LUCI_DEPENDS:=+luci-app-olsr +olsrd +olsrd-mod-nameservice + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-olsr-services/luasrc/controller/services.lua b/applications/luci-app-olsr-services/luasrc/controller/services.lua new file mode 100644 index 0000000..a4636bf --- /dev/null +++ b/applications/luci-app-olsr-services/luasrc/controller/services.lua @@ -0,0 +1,16 @@ +module "luci.controller.services" + +function index() + local uci = require "luci.model.uci".cursor() + + uci:foreach("olsrd", "LoadPlugin", function(s) + if s.library == "olsrd_nameservice.so.0.3" then + has_serv = true + end + end) + + if has_serv then + entry({"freifunk", "services"}, template("freifunk-services/services"), _("Services"), 60) + end +end + diff --git a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm new file mode 100644 index 0000000..476150d --- /dev/null +++ b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm @@ -0,0 +1,193 @@ +<%# + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local fs = require "nixio.fs" +local utl = require "luci.util" +local last_update +local i = 1 +local rawdata +local rawdata6 +local services_file_empty = true +local has_services = false +local uci = require "luci.model.uci".cursor() +local ip = require "luci.ip" + +uci:foreach("olsrd", "LoadPlugin", function(s) + if s.library == "olsrd_nameservice.so.0.3" then + local services_file=s.services_file + if services_file and fs.access(services_file) then + has_services = true + rawdata = fs.readfile(s.services_file) + else + services_file="/var/run/services_olsr" + if fs.access(services_file) then + has_services = true + rawdata = fs.readfile(services_file) + end + end + services_file=services_file..".ipv6" + if services_file and fs.access(services_file) then + has_services = true + rawdata6 = fs.readfile(services_file) + else + services_file="/var/run/services_olsr.ipv6" + if fs.access(services_file) then + has_services = true + rawdata6 = fs.readfile(services_file) + end + end + if rawdata and #rawdata ~= 0 then + services_file_empty = nil + end + if rawdata6 and #rawdata6 ~= 0 then + services_file_empty = nil + end + end +end) + + +if not has_services or services_file_empty then +%> + <%+header%> +
+ <%:No services can be shown, because olsrd is not running or the olsrd-nameservice Plugin is not loaded.%> + <%+footer%> +<% + return +end + +function fetch_services() + local tables = {} + if rawdata and #rawdata ~= 0 then + tables = utl.split(utl.trim(rawdata), "\n", nil, true) + -- remove first 3 lines + for i = 1,3 do + table.remove(tables,1) + end + end + local tables6 = {} + if rawdata6 and #rawdata6 ~= 0 then + tables6 = utl.split(utl.trim(rawdata6), "\n", nil, true) + -- remove first 3 lines + for i = 1,3 do + table.remove(tables6,1) + end + end + + -- store last line in last_update and remove it, then remove another empty line at the end + last_update=table.remove(tables) + table.remove(tables) + last_update=table.remove(tables6) + table.remove(tables6) + for k, v in ipairs(tables6) do + table.insert(tables, v) + end + return tables +end +local services = fetch_services() + +if luci.http.formvalue("status") == "1" then + local rv = {} + for k, line in ipairs(services) do + local field = utl.split(line, "[#|]", split, true) + local origin_lnk = ip.IPv6(pcdata(field[4])) + local origin_link = "" + if origin_lnk and origin_lnk:is6() then + origin_link = "["..origin_lnk:string().."]" + else + origin_link = pcdata(field[4]) + end + local url, proto, descr, origin = pcdata(field[1]), pcdata(field[2]), utl.trim(pcdata(field[3])), pcdata(field[4]) + rv[#rv+1] = { + url = url, + proto = proto, + origin = origin, + origin_link = origin_link, + descr = descr, + } + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end + +%> + +<%+header%> + + + + + + + +

<%:Services%>

+ +
+ <%:Internal services%> + + + + + + + + + + + <% + for k, line in ipairs(services) do + local field = {} + -- split line at # and |, 1=url, 2=proto, 3=description, 4=source + local field = utl.split(line, "[#|]", split, true) + local origin_lnk = ip.IPv6(pcdata(field[4])) + local origin_link + if origin_lnk and origin_lnk:is6() then + origin_link = "["..origin_lnk:string().."]" + else + origin_link = pcdata(field[4]) + end + local url, proto, descr, origin = pcdata(field[1]), pcdata(field[2]), utl.trim(pcdata(field[3])), pcdata(field[4]) + %> + + + + + + + <% i = ((i % 2) + 1) + end %> + +
<%:Url%><%:Protocol%><%:Source%>
<%=descr%><%=proto%><%=origin%>
+
+ <%=last_update%> +
+<%+footer%> diff --git a/applications/luci-app-olsr-viz/Makefile b/applications/luci-app-olsr-viz/Makefile new file mode 100644 index 0000000..e1a1185 --- /dev/null +++ b/applications/luci-app-olsr-viz/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=OLSR Visualisation +LUCI_DEPENDS:=+luci-app-olsr +olsrd +olsrd-mod-txtinfo + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-olsr-viz/htdocs/cgi-bin/olsr-viz.sh b/applications/luci-app-olsr-viz/htdocs/cgi-bin/olsr-viz.sh new file mode 100755 index 0000000..e33c632 --- /dev/null +++ b/applications/luci-app-olsr-viz/htdocs/cgi-bin/olsr-viz.sh @@ -0,0 +1,40 @@ +#!/bin/sh +echo Content-type: text/html +echo + +cat << EOF + + +
+
+
+
+
+
+

Zoom +    +|  Metrik +    +|  Optimierung  +|  Hostnamen  +|  Speichern  +|  Zurücksetzen

+
+ + + +EOF diff --git a/applications/luci-app-olsr-viz/htdocs/cgi-bin/vizdata.sh b/applications/luci-app-olsr-viz/htdocs/cgi-bin/vizdata.sh new file mode 100755 index 0000000..5a74f2b --- /dev/null +++ b/applications/luci-app-olsr-viz/htdocs/cgi-bin/vizdata.sh @@ -0,0 +1,48 @@ +#!/bin/sh +echo Content-type: text/html +echo + +cat< + + OLSR-VIZ Data + + + + + + + +EOF diff --git a/applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz.js b/applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz.js new file mode 100644 index 0000000..49435a4 --- /dev/null +++ b/applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz.js @@ -0,0 +1,818 @@ +/* +Copyright (c) 2006, Lorenz Schori +All rights reserved (Naja: Ich hab' trotzdem was geaendert. Sven-Ola). (Naja: +diese Rechte garantiert dir die BSD-Lizenz ja ausdrücklich. Lorenz) + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the nor the names of its contributors may + be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +OLSR-Viz is inspired by Wi-viz: http://wiviz.natetrue.com + +Changes: +2007-10-04: Added hostname display option -- Stefan Katerkamp . +2007-10-04: Optimized display by moving presentation css out of js -- lo +2010-12-11: Changed some paths to make it work with Kamikaze and Luci -- soma +*/ + +var cgi_url = "/cgi-bin/vizdata.sh"; + +var maxmetric = 3; +var iconvariant = "-mini"; +var nodes = new Array(); +var ncount = 0; +var newnodes = new Array(); +var edges = new Array(); +var iel = 220; // ideal edge length +var optsize = 10; // boundingbox around nodes + +var vwidth = 0; +var vheight = 0; + +var xoff = 0; +var yoff = 0; +var scale = 1.0; + +var idle_timeout = 15; +var erase_timeout = 60; +var dcl_timeout = 250; +var dcllow_timeout = 500; +var auto_declump = true; +var showdesc = true; +var auto_save = 1; +var now_secs = 5; + +// dom elements +var IFrameObj; +var maindiv; +var nodediv; +var edgediv; + +/******* CALL TO SERVER ********/ +function callToServer(URL) { + var IFrameDoc; + + if (IFrameObj.document) { + // For IE5 + opera + IFrameDoc = IFrameObj.document; + } + else if (IFrameObj.contentDocument) { + // For NS6 + IFrameDoc = IFrameObj.contentDocument; + } + else if (IFrameObj.contentWindow) { + // For IE5.5 and IE6 + IFrameDoc = IFrameObj.contentWindow.document; + } + else { + // opera? hmmmm + return true; + } + + IFrameDoc.location.replace(URL); + return false; +} + + +/******** EDGE CLASS ********/ +function edge(n1,n2){ + this.getHTML = function() + { + var nh = ""; + + if(this.n1.metric > maxmetric || this.n2.metric > maxmetric) { + return ""; + } + + x = this.n1.x*scale; + y = this.n1.y*scale; + dx = this.n2.x*scale - x; + dy = this.n2.y*scale - y; + + x += xoff*scale + 75; + y += yoff*scale + 15; + + imgtag = " 2 && this.etx < 5) { + imgtag += "ok.gif'"; + } + else if(this.etx > 5 && this.etx < 10) { + imgtag += "weak.gif'"; + } + else { + imgtag += "down.gif'"; + } + imgtag += " alt='ETX: " + this.etx + "' title='ETX: " + this.etx + "' "; + + d = Math.sqrt(dx*dx+dy*dy); + + for (j = 0; j < d; j += 15) { + nh += imgtag + "style='top:" + + parseInt(y+dy * j / d) + "px; left:" + + parseInt(x+dx * j / d) + "px; " + + "width: 4px; height: 4px; position: absolute; z-index: 2' >"; + } + + nh += "
" + + "" + this.etx + "
"; + + return nh; + } + + this.isIdle = function() + { + return (now_secs - this.lastseen > idle_timeout); + } + + this.isDead = function() + { + return (now_secs - this.lastseen > erase_timeout); + } + + this.cleanup = function() + { + if(this.n1 && this.n1.weight) { + this.n1.weight--; + } + if(this.n2 && this.n2.weight) { + this.n2.weight--; + } + if(this.n1 && this.n2) { + delete this.n1.edges[n2.ip]; + delete this.n2.edges[n1.ip]; + } + } + + this.n1 = n1; + this.n2 = n2; + + // setup edges within node objects + this.n1.weight++; + this.n1.edges[n2.ip] = this; + this.n2.weight++; + this.n2.edges[n1.ip] = this; + + return this; +} + +function getEdgeKey(ip1,ip2) +{ + key = ""; + if(ip1 > ip2) { + key = ip2 + "-" + ip1; + } + else { + key = ip1 + "-" + ip2; + } + return key; +} + +function touch_edge(n1,n2,etx) +{ + var key = getEdgeKey(n1.ip,n2.ip); + var e = edges[key]; + if(!e) { + e = new edge(n1,n2); + edges[key] = e; + } + e.etx = etx; + e.lastseen = now_secs; + return e; +} + +/******** NODE CLASS ********/ +function node(ip) { + this.getHTML = function() + { + var nh; + + if(this.metric > maxmetric) { + return ""; + } + var igw = 0; + for(h in this.hna) { + if(h == "0.0.0.0") { + igw = 1; + break; + } + } + nh = + "
" + + "
node " + this.ip + "
" + + "" + + "" + this.ip + "" + + (showdesc && this.desc != "" ? + "
" + this.desc + "" : "") + + "
"; + return nh; + } + + this.isIdle = function() + { + return (now_secs - this.lastseen > idle_timeout); + } + + this.isDead = function() + { + return (now_secs - this.lastseen > erase_timeout); + } + + this.cleanup = function() + { + ncount--; + } + + this.set_metric = function(metric) { + this.metric = metric; + return this; + } + + this.set_desc = function(desc) { + this.desc = desc + return this; + } + + this.update = function() { + this.lastseen = now_secs; + return this; + } + + this.ip = ip; + this.x = 0; + this.y = 0; + this.dx_last=0; + this.dy_last=0; + this.placed = false; + this.weight = 0; + this.edges = new Array(); + this.hna = new Array(); + this.pinned = false; + this.metric = 999; + this.desc = ""; + + ncount++; + return this; +} + +function touch_node(ip) { + n = nodes[ip]; + if(!n) { + n = new node(ip); + nodes[ip] = n; + // newnodes.push(n); + // push and pop not supported in old ie. shit. + newnodes[newnodes.length] = n; + } + return n; +} + +function place_new_nodes() { + var nc = 0; + for(i = 0;i1){ + // see if we find allredy placed nodes + ox=0,oy=0;dx=0,dy=0;c=0; + for(e in n.edges){ + if(nodes[e] && nodes[e].placed){ + if(!ox && !oy) { + ox = nodes[e].x; + oy = nodes[e].y; + } + else { + dx += nodes[e].x - ox; + dy += nodes[e].y - oy; + } + c++; + } + } + if(c>0) { + n.x = ox + dx/c + Math.random()*iel/2-iel/4; + n.y = oy + dy/c + Math.random()*iel/2-iel/4; + } + } + else { + // beginn somewhere + n.x = Math.random()*400; + n.y = Math.random()*400; + } + n.placed = true; + nc++; + } + newnodes.length=0; + return nc; +} + +/******** HNA CLASS ********/ +function hna(gw,net,mask) { + this.gw = gw; + this.net = net; + this.mask = mask; + return this; +} + +function touch_hna(node,net,mask) { + h = node.hna[net]; + if(!h) { + h = new hna(node.ip,net,mask); + node.hna[net] = h; + } + + h.lastseen = now_secs; + return h; +} + +/******** VIZ SETUP AND SETTINGS ********/ +function viz_setup(iframeid,maindivid,nodedivid,edgedivid) { + // assign a reference to the + // object to our global variable IFrameObj. + IFrameObj=document.getElementById(iframeid); + if (document.frames) { + // this is for IE5 Mac, because it will only + // allow access to the document object + // of the IFrame if we access it through + // the document.frames array + IFrameObj = document.frames[iframeid]; + } + + draginit(); + + maindiv=document.getElementById(maindivid); + nodediv=document.getElementById(nodedivid); + edgediv=document.getElementById(edgedivid); + + // autosave on exit? + if((autosave = getCookie("prefs_autosave"))) { + auto_save = parseInt(autosave); + } + viz_autosave(auto_save); + + // maximum metric of surrounding nodes + if(mmx = getCookie("prefs_maxmetric")) { + set_maxmetric(mmx,true,true); + } + + // scale of view + if((savescale = getCookie("prefs_scale")) && + (savescale = parseFloat(savescale))) { + set_scale(savescale,true); + } + + // scroll - FIXME + /* + if(val = getCookie("prefs_innerview")) { + iv = val.split("x"); + if (iv[0] && (iv[0] = parseInt(iv[0])) && + iv[1] && (iv[2] = parseInt(iv[2])) && + iv[3] && (iv[3] = parseInt(iv[3])) && + iv[4] && (iv[4] = parseInt(iv[4]))) + { + maindiv.scrollLeft = iv[0] + "px"; + maindiv.scrollHeight = iv[1] + "px"; + } + } + */ +} + +function viz_save() +{ + // let cookie survive a month + exp = new Date(); + exp.setTime(exp.getTime() + 2592000000); + // save node positions + for(ip in nodes) + { + if(nodes[ip].metric > maxmetric) { + continue; + } + setCookie("node_"+ip,nodes[ip].x+"x"+nodes[ip].y,exp); + } + + // save maxmetric + setCookie("prefs_maxmetric",maxmetric,exp); + + // save zooming + setCookie("prefs_scale",scale,exp); + + // save scroll - FIXME + setCookie("prefs_innerview", + parseInt(maindiv.scrollLeft)+"x"+parseInt(maindiv.scrollTop)+"x"+ + parseInt(vwidth*scale)+"x"+parseInt(vheight*scale),exp); +} + +function viz_autosave(autosave) +{ + auto_save = autosave; + if(auto_save) { + document.body.onunload=viz_save; + } + else { + deleteCookie("prefs_autosave"); + } +} + +function viz_reset() +{ + deleteAllCookies(); + for(ip in nodes) { + delete nodes[ip]; + } + for(e in edges) { + delete edges[e]; + } + viz_update(); +} + +var updateTimer = 0; +function viz_update() { + if (updateTimer) { + clearTimeout(updateTimer); + } + now_secs = new Date().getTime()/1000; + callToServer(cgi_url); +} + +function viz_callback() { + if (updateTimer) { + clearTimeout(updateTimer); + } + + if(place_new_nodes() > 0 && auto_declump) { + declump(); + } + refresh(); + updateTimer = setTimeout('viz_update()', 5000); +} + +var refresh_running = false; +function refresh() { + if(refresh_running) { + return; + } + refresh_running = true; + + var nh = ""; + + // refresh nodes + nh = ""; + for (var n in nodes) { + if(nodes[n].isDead()) { + nodes[n].cleanup(); + delete nodes[n]; + } + else { + nh += nodes[n].getHTML(); + } + } + nodediv.innerHTML = nh; + + // refresh edges + + nh = ""; + for (var e in edges) { + if(edges[e].isDead()) { + edges[e].cleanup(); + delete edges[e]; + } + else { + nh += edges[e].getHTML(); + } + } + edgediv.innerHTML = nh; + refresh_running = false; +} + +function set_showdesc(doit) +{ + showdesc = doit; + if(!noupdate) refresh(); +} + +function set_autodeclump(doit) +{ + auto_declump = doit; + if(doit) { + declump(); + } + else { + clearTimeout(dclTimer); + } +} + +function set_scale(inscale,noupdate) +{ + if(!inscale) { + inscale = parseFloat(document.getElementById("zoom").value/2); + } + scale = Math.round(inscale*100)/100; + if(!scale || scale<0.1) { + scale = 0.1; + } + document.getElementById("zoom").value = scale*2; + if(!noupdate) refresh(); +} + +function set_maxmetric(inmetric,noupdate,noconfirm) +{ + inmetric = parseInt(inmetric); + if(inmetric > 0 || !noconfirm || confirm("warning. setting the maximum metric to zero can lead to expensive calculations if you are connected to a network with many nodes. do you want to proceed?")) { + maxmetric = inmetric; + } + document.getElementById("maxmetric").value = maxmetric; + if(!noupdate) refresh(); +} + +// k = area / nodes +function fr(x) { + return Math.pow((iel*iel)/x,2); +} + +function fa(x) { + return Math.pow((x*x)/iel,2); +} + +var dclTimer = 0; +var declump_running = false; +function declump(t) { + // clear declump timer + if(dclTimer) { + clearTimeout(dclTimer); + } + if(declump_running) { + return; + } + declump_running = true; + + // nodes + nc = 0; + for (var ip1 in nodes) { + nodes[ip1].fr_x=0; + nodes[ip1].fr_y=0; + nodes[ip1].fa_x=0; + nodes[ip1].fa_y=0; + nodes[ip1].x_next = nodes[ip1].x; + nodes[ip1].y_next = nodes[ip1].y; + nodes[ip1].randdisplace = 0; + } + for (var ip1 in nodes) { + if(nodes[ip1].metric > maxmetric || nodes[ip1].pinned) { + continue; + } + for (ip2 in nodes) { + if (nodes[ip2].metric > maxmetric || ip1 == ip2) { + continue; + } + dx = (nodes[ip1].x_next - nodes[ip2].x_next); + dy = (nodes[ip1].y_next - nodes[ip2].y_next); + d = Math.sqrt(dx*dx+dy*dy); + d = Math.max(d-optsize,(d+optsize)/optsize); + + nodes[ip1].fr_x += (dx/d) * fr(d); + nodes[ip1].fr_y += (dy/d) * fr(d); + } + + dx = nodes[ip1].fr_x; + dy = nodes[ip1].fr_y; + d = Math.sqrt(dx*dx+dy*dy); + md = Math.min(d,iel/nodes[ip1].weight); + nodes[ip1].x_next += (dx / d) * md; + nodes[ip1].y_next += (dy / d) * md; + nc++; + } + + // edges + ec = 0; + for (var e in edges) { + if (!edges[e].n1 || !edges[e].n2 || + edges[e].n1.metric > maxmetric || edges[e].n2.metric > maxmetric) { + continue; + } + dx = (edges[e].n1.x_next - edges[e].n2.x_next); + dy = (edges[e].n1.y_next - edges[e].n2.y_next); + d = Math.sqrt(dx*dx+dy*dy); +// d = Math.max(d-optsize,(d+optsize)/optsize); + + edges[e].n1.fa_x -= (dx/d) * fa(d); + edges[e].n1.fa_y -= (dy/d) * fa(d); + edges[e].n2.fa_x += (dx/d) * fa(d); + edges[e].n2.fa_y += (dy/d) * fa(d); + ec++; + } + + // displacement + xmin=-20;ymin=-20;xmax=20;ymax=20;dsum=0; + for (var ip in nodes) { + if(nodes[ip].metric > maxmetric || nodes[ip].pinned) { + continue; + } + + dx = nodes[ip].fa_x; + dy = nodes[ip].fa_y; + d = Math.sqrt(dx*dx+dy*dy); + dx = (dx / d) * Math.min(d,iel/nodes[ip].weight) * 0.75 + nodes[ip].dx_last * 0.25; + dy = (dy / d) * Math.min(d,iel/nodes[ip].weight) * 0.75 + nodes[ip].dy_last * 0.25; + + nodes[ip].dx_last = dx; + nodes[ip].dy_last = dy; + nodes[ip].x_next += dx; + nodes[ip].y_next += dy; + + if(!nodes[ip].x_next || !nodes[ip].y_next) { + continue; + } + + dx = (nodes[ip].x - nodes[ip].x_next); + dy = (nodes[ip].y - nodes[ip].y_next); + dsum += Math.sqrt(dx*dx+dy*dy); + + nodes[ip].x = nodes[ip].x_next; + nodes[ip].y = nodes[ip].y_next; + + xmin = Math.min(xmin,nodes[ip].x); + xmax = Math.max(xmax,nodes[ip].x); + ymin = Math.min(ymin,nodes[ip].y); + ymax = Math.max(ymax,nodes[ip].y); + } + vwidth=(xmax-xmin); + vheight=(ymax-ymin); + + xoff=-xmin; + yoff=-ymin; + /* + document.getElementById('debug').innerHTML = "
" + + "offset: " + xoff + "x" + yoff + " dsum: " + dsum + "
" + + "nc: " + nc + " ec: " + ec + "xmax: " + xmax + " xmin: " + xmin + "
" + + "optsize: " + optsize + "
"; + */ + refresh(); + if(auto_declump) { + dclTimer = setTimeout("declump()", dsum>ncount ? dcl_timeout : dcllow_timeout ); + } + declump_running = false; +} + +//Das Objekt, das gerade bewegt wird. +var dragip = null; + +// Position, an der das Objekt angeklickt wurde. +var dragx = 0; +var dragy = 0; + +// Mausposition +var posx = 0; +var posy = 0; + +function draginit() { + // Initialisierung der ãberwachung der Events + + document.onmousemove = drag; + document.onmouseup = dragstop; +} + + +function dragstart(element) { + //Wird aufgerufen, wenn ein Objekt bewegt werden soll. + dragip = element.id.split("_")[1]; + dragx = posx - element.offsetLeft; + dragy = posy - element.offsetTop; + + n = nodes[dragip]; + if(n) { + n.pinned = true; + } +} + + +function dragstop() { + //Wird aufgerufen, wenn ein Objekt nicht mehr bewegt werden soll. + + n = nodes[dragip]; + if(n) { + n.pinned = false; + } + refresh(); + dragip=null; +} + + +function drag(ereignis) { + //Wird aufgerufen, wenn die Maus bewegt wird und bewegt bei Bedarf das Objekt. + + posx = document.all ? window.event.clientX : ereignis.pageX; + posy = document.all ? window.event.clientY : ereignis.pageY; + if(dragip != null) { + n = nodes[dragip]; + if(n) { + n.x = (posx - dragx)/scale - xoff; + n.y = (posy - dragy)/scale - yoff; + } + e = document.getElementById('node_'+dragip); + e.style.left = parseInt((n.x+xoff)*scale) + "px"; + e.style.top = parseInt((n.y+yoff)*scale) + "px"; + } +} + +function debug_writeln(line) +{ + document.getElementById('debug').innerHTML = line + "
" + document.getElementById('debug').innerHTML; +} + +/** + * Sets a Cookie with the given name and value. + * + * name Name of the cookie + * value Value of the cookie + * [expires] Expiration date of the cookie (default: end of current session) + * [path] Path where the cookie is valid (default: path of calling document) + * [domain] Domain where the cookie is valid + * (default: domain of calling document) + * [secure] Boolean value indicating if the cookie transmission requires a + * secure transmission + */ + +function setCookie(name, value, expires, path, domain, secure) { + document.cookie= name + "=" + escape(value) + + ((expires) ? "; expires=" + expires.toGMTString() : "") + + ((path) ? "; path=" + path : "") + + ((domain) ? "; domain=" + domain : "") + + ((secure) ? "; secure" : ""); +} + +/** + * Gets the value of the specified cookie. + * + * name Name of the desired cookie. + * + * Returns a string containing value of specified cookie, + * or null if cookie does not exist. + */ + +function getCookie(name) +{ + var results = document.cookie.match ( name + '=(.*?)(;|$)' ); + if (results) { + return unescape(results[1]); + } + return null; +} + +/** + * Deletes the specified cookie. + * + * name name of the cookie + * [path] path of the cookie (must be same as path used to create cookie) + * [domain] domain of the cookie (must be same as domain used to create cookie) + */ + +function deleteCookie(name, path, domain) { + if (getCookie(name)) { + document.cookie = name + "=" + + ((path) ? "; path=" + path : "") + + ((domain) ? "; domain=" + domain : "") + + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; + } +} + +function deleteAllCookies() { + cookies = document.cookie.split("; "); + for(i=0;i + + + + +<%+footer%> diff --git a/applications/luci-app-olsr/Makefile b/applications/luci-app-olsr/Makefile new file mode 100644 index 0000000..93815a5 --- /dev/null +++ b/applications/luci-app-olsr/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=OLSR configuration and status module +LUCI_DEPENDS:=+olsrd +olsrd-mod-jsoninfo +luci-lib-luaneightbl +luci-lib-json + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-olsr/htdocs/cgi-bin-nodes.html b/applications/luci-app-olsr/htdocs/cgi-bin-nodes.html new file mode 120000 index 0000000..80d235f --- /dev/null +++ b/applications/luci-app-olsr/htdocs/cgi-bin-nodes.html @@ -0,0 +1 @@ +cgi-bin-status.html \ No newline at end of file diff --git a/applications/luci-app-olsr/htdocs/cgi-bin-status.html b/applications/luci-app-olsr/htdocs/cgi-bin-status.html new file mode 100644 index 0000000..0270f4a --- /dev/null +++ b/applications/luci-app-olsr/htdocs/cgi-bin-status.html @@ -0,0 +1,10 @@ + + + + + + + +LuCI - Lua Configuration Interface + + diff --git a/applications/luci-app-olsr/luasrc/controller/olsr.lua b/applications/luci-app-olsr/luasrc/controller/olsr.lua new file mode 100644 index 0000000..cfadd9b --- /dev/null +++ b/applications/luci-app-olsr/luasrc/controller/olsr.lua @@ -0,0 +1,424 @@ +module("luci.controller.olsr", package.seeall) + +local neigh_table = nil +local ifaddr_table = nil + +function index() + local ipv4,ipv6 + if nixio.fs.access("/etc/config/olsrd") then + ipv4 = 1 + end + if nixio.fs.access("/etc/config/olsrd6") then + ipv6 = 1 + end + if not ipv4 and not ipv6 then + return + end + + require("luci.model.uci") + local uci = luci.model.uci.cursor_state() + + uci:foreach("olsrd", "olsrd", function(s) + if s.SmartGateway and s.SmartGateway == "yes" then has_smartgw = true end + end) + + local page = node("admin", "status", "olsr") + page.target = template("status-olsr/overview") + page.title = _("OLSR") + page.subindex = true + + local page = node("admin", "status", "olsr", "json") + page.target = call("action_json") + page.title = nil + page.leaf = true + + local page = node("admin", "status", "olsr", "neighbors") + page.target = call("action_neigh") + page.title = _("Neighbours") + page.subindex = true + page.order = 5 + + local page = node("admin", "status", "olsr", "routes") + page.target = call("action_routes") + page.title = _("Routes") + page.order = 10 + + local page = node("admin", "status", "olsr", "topology") + page.target = call("action_topology") + page.title = _("Topology") + page.order = 20 + + local page = node("admin", "status", "olsr", "hna") + page.target = call("action_hna") + page.title = _("HNA") + page.order = 30 + + local page = node("admin", "status", "olsr", "mid") + page.target = call("action_mid") + page.title = _("MID") + page.order = 50 + + if has_smartgw then + local page = node("admin", "status", "olsr", "smartgw") + page.target = call("action_smartgw") + page.title = _("SmartGW") + page.order = 60 + end + + local page = node("admin", "status", "olsr", "interfaces") + page.target = call("action_interfaces") + page.title = _("Interfaces") + page.order = 70 + + odsp = entry( + {"admin", "services", "olsrd", "display"}, + cbi("olsr/olsrddisplay"), _("Display") + ) + +end + +function action_json() + local http = require "luci.http" + local utl = require "luci.util" + local uci = require "luci.model.uci".cursor() + local jsonreq4 + local jsonreq6 + + local v4_port = uci:get("olsrd", "olsrd_jsoninfo", "port") or 9090 + local v6_port = uci:get("olsrd6", "olsrd_jsoninfo", "port") or 9090 + + jsonreq4 = utl.exec("(echo /status | nc 127.0.0.1 " .. v4_port .. ") 2>/dev/null" ) + jsonreq6 = utl.exec("(echo /status | nc ::1 " .. v6_port .. ") 2>/dev/null") + http.prepare_content("application/json") + if not jsonreq4 or jsonreq4 == "" then + jsonreq4 = "{}" + end + if not jsonreq6 or jsonreq6 == "" then + jsonreq6 = "{}" + end + http.write('{"v4":' .. jsonreq4 .. ', "v6":' .. jsonreq6 .. '}') +end + + +local function local_mac_lookup(ipaddr) + local _, ifa, dev + + ipaddr = tostring(ipaddr) + + if not ifaddr_table then + ifaddr_table = nixio.getifaddrs() + end + + -- ipaddr -> ifname + for _, ifa in ipairs(ifaddr_table) do + if ifa.addr == ipaddr then + dev = ifa.name + break + end + end + + -- ifname -> macaddr + for _, ifa in ipairs(ifaddr_table) do + if ifa.name == dev and ifa.family == "packet" then + return ifa.addr + end + end +end + +local function remote_mac_lookup(ipaddr) + local _, n + + if not neigh_table then + neigh_table = luci.ip.neighbors() + end + + for _, n in ipairs(neigh_table) do + if n.mac and n.dest and n.dest:equal(ipaddr) then + return n.mac + end + end +end + +function action_neigh(json) + local data, has_v4, has_v6, error = fetch_jsoninfo('links') + + if error then + return + end + + local uci = require "luci.model.uci".cursor_state() + local resolve = uci:get("luci_olsr", "general", "resolve") + local ntm = require "luci.model.network".init() + local devices = ntm:get_wifidevs() + local sys = require "luci.sys" + local assoclist = {} + --local neightbl = require "neightbl" + local ntm = require "luci.model.network" + local ipc = require "luci.ip" + local nxo = require "nixio" + local defaultgw + + ipc.routes({ family = 4, type = 1, dest_exact = "0.0.0.0/0" }, + function(rt) defaultgw = rt.gw end) + + local function compare(a,b) + if a.proto == b.proto then + return a.linkCost < b.linkCost + else + return a.proto < b.proto + end + end + + for _, dev in ipairs(devices) do + for _, net in ipairs(dev:get_wifinets()) do + assoclist[#assoclist+1] = {} + assoclist[#assoclist]['ifname'] = net.iwdata.ifname + assoclist[#assoclist]['network'] = net.iwdata.network + assoclist[#assoclist]['device'] = net.iwdata.device + assoclist[#assoclist]['list'] = net.iwinfo.assoclist + end + end + + for k, v in ipairs(data) do + local snr = 0 + local signal = 0 + local noise = 0 + local mac = "" + local ip + local neihgt = {} + + if resolve == "1" then + hostname = nixio.getnameinfo(v.remoteIP, nil, 100) + if hostname then + v.hostname = hostname + end + end + + local interface = ntm:get_status_by_address(v.localIP) + local lmac = local_mac_lookup(v.localIP) + local rmac = remote_mac_lookup(v.remoteIP) + + for _, val in ipairs(assoclist) do + if val.network == interface and val.list then + for assocmac, assot in pairs(val.list) do + assocmac = string.lower(assocmac or "") + if rmac == assocmac then + signal = tonumber(assot.signal) + noise = tonumber(assot.noise) + snr = (noise*-1) - (signal*-1) + end + end + end + end + if interface then + v.interface = interface + end + v.snr = snr + v.signal = signal + v.noise = noise + if rmac then + v.remoteMAC = rmac + end + if lmac then + v.localMAC = lmac + end + + if defaultgw == v.remoteIP then + v.defaultgw = 1 + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/neighbors", {links=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_routes() + local data, has_v4, has_v6, error = fetch_jsoninfo('routes') + if error then + return + end + + local uci = require "luci.model.uci".cursor_state() + local resolve = uci:get("luci_olsr", "general", "resolve") + + for k, v in ipairs(data) do + if resolve == "1" then + local hostname = nixio.getnameinfo(v.gateway, nil, 100) + if hostname then + v.hostname = hostname + end + end + end + + local function compare(a,b) + if a.proto == b.proto then + return a.rtpMetricCost < b.rtpMetricCost + else + return a.proto < b.proto + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/routes", {routes=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_topology() + local data, has_v4, has_v6, error = fetch_jsoninfo('topology') + if error then + return + end + + local function compare(a,b) + if a.proto == b.proto then + return a.tcEdgeCost < b.tcEdgeCost + else + return a.proto < b.proto + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/topology", {routes=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_hna() + local data, has_v4, has_v6, error = fetch_jsoninfo('hna') + if error then + return + end + + local uci = require "luci.model.uci".cursor_state() + local resolve = uci:get("luci_olsr", "general", "resolve") + + local function compare(a,b) + if a.proto == b.proto then + return a.genmask < b.genmask + else + return a.proto < b.proto + end + end + + for k, v in ipairs(data) do + if resolve == "1" then + hostname = nixio.getnameinfo(v.gateway, nil, 100) + if hostname then + v.hostname = hostname + end + end + if v.validityTime then + v.validityTime = tonumber(string.format("%.0f", v.validityTime / 1000)) + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/hna", {hna=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_mid() + local data, has_v4, has_v6, error = fetch_jsoninfo('mid') + if error then + return + end + + local function compare(a,b) + if a.proto == b.proto then + return a.ipAddress < b.ipAddress + else + return a.proto < b.proto + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/mid", {mids=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_smartgw() + local data, has_v4, has_v6, error = fetch_jsoninfo('gateways') + if error then + return + end + + local function compare(a,b) + if a.proto == b.proto then + return a.tcPathCost < b.tcPathCost + else + return a.proto < b.proto + end + end + + table.sort(data, compare) + luci.template.render("status-olsr/smartgw", {gws=data, has_v4=has_v4, has_v6=has_v6}) +end + +function action_interfaces() + local data, has_v4, has_v6, error = fetch_jsoninfo('interfaces') + if error then + return + end + + local function compare(a,b) + return a.proto < b.proto + end + + table.sort(data, compare) + luci.template.render("status-olsr/interfaces", {iface=data, has_v4=has_v4, has_v6=has_v6}) +end + +-- Internal +function fetch_jsoninfo(otable) + local uci = require "luci.model.uci".cursor_state() + local utl = require "luci.util" + local json = require "luci.json" + local IpVersion = uci:get_first("olsrd", "olsrd","IpVersion") + local jsonreq4 = "" + local jsonreq6 = "" + local v4_port = uci:get("olsrd", "olsrd_jsoninfo", "port") or 9090 + local v6_port = uci:get("olsrd6", "olsrd_jsoninfo", "port") or 9090 + + jsonreq4 = utl.exec("(echo /" .. otable .. " | nc 127.0.0.1 " .. v4_port .. ") 2>/dev/null") + jsonreq6 = utl.exec("(echo /" .. otable .. " | nc ::1 " .. v6_port .. ") 2>/dev/null") + local jsondata4 = {} + local jsondata6 = {} + local data4 = {} + local data6 = {} + local has_v4 = False + local has_v6 = False + + if jsonreq4 == '' and jsonreq6 == '' then + luci.template.render("status-olsr/error_olsr") + return nil, 0, 0, true + end + + if jsonreq4 ~= "" then + has_v4 = 1 + jsondata4 = json.decode(jsonreq4) + if otable == 'status' then + data4 = jsondata4 or {} + else + data4 = jsondata4[otable] or {} + end + + for k, v in ipairs(data4) do + data4[k]['proto'] = '4' + end + + end + if jsonreq6 ~= "" then + has_v6 = 1 + jsondata6 = json.decode(jsonreq6) + if otable == 'status' then + data6 = jsondata6 or {} + else + data6 = jsondata6[otable] or {} + end + for k, v in ipairs(data6) do + data6[k]['proto'] = '6' + end + end + + for k, v in ipairs(data6) do + table.insert(data4, v) + end + + return data4, has_v4, has_v6, false +end + diff --git a/applications/luci-app-olsr/luasrc/controller/olsr4.lua b/applications/luci-app-olsr/luasrc/controller/olsr4.lua new file mode 100644 index 0000000..31a3101 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/controller/olsr4.lua @@ -0,0 +1,47 @@ +module("luci.controller.olsr4", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/olsrd") then + return + end + + require("luci.model.uci") + local uci = luci.model.uci.cursor_state() + + local ol = entry( + {"admin", "services", "olsrd"}, + cbi("olsr/olsrd"), "OLSR IPv4" + ) + ol.subindex = true + + entry( + {"admin", "services", "olsrd", "iface"}, + cbi("olsr/olsrdiface") + ).leaf = true + + entry( + {"admin", "services", "olsrd", "hna"}, + cbi("olsr/olsrdhna"), _("HNA Announcements") + ) + + oplg = entry( + {"admin", "services", "olsrd", "plugins"}, + cbi("olsr/olsrdplugins"), _("Plugins") + ) + + oplg.leaf = true + oplg.subindex = true + + local uci = require("luci.model.uci").cursor() + uci:foreach("olsrd", "LoadPlugin", + function (section) + local lib = section.library + entry( + {"admin", "services", "olsrd", "plugins", lib }, + cbi("olsr/olsrdplugins"), + nil --'Plugin "%s"' % lib:gsub("^olsrd_",""):gsub("%.so.+$","") + ) + end + ) +end + diff --git a/applications/luci-app-olsr/luasrc/controller/olsr6.lua b/applications/luci-app-olsr/luasrc/controller/olsr6.lua new file mode 100644 index 0000000..9fbaa04 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/controller/olsr6.lua @@ -0,0 +1,47 @@ +module("luci.controller.olsr6", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/olsrd6") then + return + end + + require("luci.model.uci") + local uci = luci.model.uci.cursor_state() + + local ol = entry( + {"admin", "services", "olsrd6"}, + cbi("olsr/olsrd6"), "OLSR IPv6" + ) + ol.subindex = true + + entry( + {"admin", "services", "olsrd6", "iface"}, + cbi("olsr/olsrdiface6") + ).leaf = true + + entry( + {"admin", "services", "olsrd6", "hna"}, + cbi("olsr/olsrdhna6"), _("HNA6 Announcements") + ) + + oplg = entry( + {"admin", "services", "olsrd6", "plugins"}, + cbi("olsr/olsrdplugins6"), _("Plugins") + ) + + oplg.leaf = true + oplg.subindex = true + + local uci = require("luci.model.uci").cursor() + uci:foreach("olsrd6", "LoadPlugin", + function (section) + local lib = section.library + entry( + {"admin", "services", "olsrd6", "plugins", lib }, + cbi("olsr/olsrdplugins6"), + nil --'Plugin "%s"' % lib:gsub("^olsrd_",""):gsub("%.so.+$","") + ) + end + ) +end + diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua new file mode 100644 index 0000000..a075bcf --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -0,0 +1,409 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.tools.webadmin") +local fs = require "nixio.fs" +local util = require "luci.util" +local ip = require "luci.ip" + +local has_ipip = fs.glob("/etc/modules.d/[0-9]*-ipip")() + +m = Map("olsrd", translate("OLSR Daemon"), + translate("The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ".. + "As such it allows mesh routing for any network equipment. ".. + "It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ".. + "Visit olsrd.org for help and documentation.")) + +function m.on_parse() + local has_defaults = false + + m.uci:foreach("olsrd", "InterfaceDefaults", + function(s) + has_defaults = true + return false + end) + + if not has_defaults then + m.uci:section("olsrd", "InterfaceDefaults") + end +end + +function write_float(self, section, value) + local n = tonumber(value) + if n ~= nil then + return Value.write(self, section, "%.1f" % n) + end +end + +s = m:section(TypedSection, "olsrd", translate("General settings")) +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("lquality", translate("Link Quality Settings")) +s:tab("smartgw", translate("SmartGW"), not has_ipip and translate("Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not work, please install it.")) +s:tab("advanced", translate("Advanced Settings")) + +ipv = s:taboption("general", ListValue, "IpVersion", translate("Internet protocol"), + translate("IP-version to use. If 6and4 is selected then one olsrd instance is started for each protocol.")) +ipv:value("4", "IPv4") +ipv:value("6and4", "6and4") + + +poll = s:taboption("advanced", Value, "Pollrate", translate("Pollrate"), + translate("Polling rate for OLSR sockets in seconds. Default is 0.05.")) +poll.optional = true +poll.datatype = "ufloat" +poll.placeholder = "0.05" + +nicc = s:taboption("advanced", Value, "NicChgsPollInt", translate("Nic changes poll interval"), + translate("Interval to poll network interfaces for configuration changes (in seconds). Default is \"2.5\".")) +nicc.optional = true +nicc.datatype = "ufloat" +nicc.placeholder = "2.5" + +tos = s:taboption("advanced", Value, "TosValue", translate("TOS value"), + translate("Type of service value for the IP header of control traffic. Default is \"16\".")) +tos.optional = true +tos.datatype = "uinteger" +tos.placeholder = "16" + +fib = s:taboption("general", ListValue, "FIBMetric", translate("FIB metric"), + translate ("FIBMetric controls the metric value of the host-routes OLSRd sets. ".. + "\"flat\" means that the metric value is always 2. This is the preferred value ".. + "because it helps the linux kernel routing to clean up older routes. ".. + "\"correct\" uses the hopcount as the metric value. ".. + "\"approx\" use the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. + "Default is \"flat\".")) +fib:value("flat") +fib:value("correct") +fib:value("approx") + +lql = s:taboption("lquality", ListValue, "LinkQualityLevel", translate("LQ level"), + translate("Link quality level switch between hopcount and cost-based (mostly ETX) routing.
".. + "0 = do not use link quality
".. + "2 = use link quality for MPR selection and routing
".. + "Default is \"2\"")) +lql:value("2") +lql:value("0") + +lqage = s:taboption("lquality", Value, "LinkQualityAging", translate("LQ aging"), + translate("Link quality aging factor (only for lq level 2). Tuning parameter for etx_float and etx_fpm, smaller values ".. + "mean slower changes of ETX value. (allowed values are between 0.01 and 1.0)")) +lqage.optional = true +lqage:depends("LinkQualityLevel", "2") + +lqa = s:taboption("lquality", ListValue, "LinkQualityAlgorithm", translate("LQ algorithm"), + translate("Link quality algorithm (only for lq level 2).
".. + "etx_float: floating point ETX with exponential aging
".. + "etx_fpm : same as etx_float, but with integer arithmetic
".. + "etx_ff : ETX freifunk, an etx variant which use all OLSR traffic (instead of only hellos) for ETX calculation
".. + "etx_ffeth: incompatible variant of etx_ff that allows ethernet links with ETX 0.1.
".. + "Defaults to \"etx_ff\"")) +lqa.optional = true +lqa:value("etx_ff") +lqa:value("etx_fpm") +lqa:value("etx_float") +lqa:value("etx_ffeth") +lqa:depends("LinkQualityLevel", "2") +lqa.optional = true + +lqfish = s:taboption("lquality", Flag, "LinkQualityFishEye", translate("LQ fisheye"), + translate("Fisheye mechanism for TCs (checked means on). Default is \"on\"")) +lqfish.default = "1" +lqfish.optional = true + +hyst = s:taboption("lquality", Flag, "UseHysteresis", translate("Use hysteresis"), + translate("Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more robustness to the link sensing ".. + "but delays neighbor registration. Defaults is \"yes\"")) +hyst.default = "yes" +hyst.enabled = "yes" +hyst.disabled = "no" +hyst:depends("LinkQualityLevel", "0") +hyst.optional = true +hyst.rmempty = true + +port = s:taboption("general", Value, "OlsrPort", translate("Port"), + translate("The port OLSR uses. This should usually stay at the IANA assigned port 698. It can have a value between 1 and 65535.")) +port.optional = true +port.default = "698" +port.rmempty = true + +mainip = s:taboption("general", Value, "MainIp", translate("Main IP"), + translate("Sets the main IP (originator ip) of the router. This IP will NEVER change during the uptime of olsrd. ".. + "Default is 0.0.0.0, which triggers usage of the IP of the first interface.")) +mainip.optional = true +mainip.rmempty = true +mainip.datatype = "ipaddr" +mainip.placeholder = "0.0.0.0" + +sgw = s:taboption("smartgw", Flag, "SmartGateway", translate("Enable"), translate("Enable SmartGateway. If it is disabled, then " .. + "all other SmartGateway parameters are ignored. Default is \"no\".")) +sgw.default="no" +sgw.enabled="yes" +sgw.disabled="no" +sgw.rmempty = true + +sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing ipv4 gateway with NAT")) +sgwnat:depends("SmartGateway", "yes") +sgwnat.default="yes" +sgwnat.enabled="yes" +sgwnat.disabled="no" +sgwnat.optional = true +sgwnat.rmempty = true + +sgwuplink = s:taboption("smartgw", ListValue, "SmartGatewayUplink", translate("Announce uplink"), translate("Which kind of uplink is exported to the other mesh nodes. " .. + "An uplink is detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default setting is \"both\".")) +sgwuplink:value("none") +sgwuplink:value("ipv4") +sgwuplink:value("ipv6") +sgwuplink:value("both") +sgwuplink:depends("SmartGateway", "yes") +sgwuplink.default="both" +sgwuplink.optional = true +sgwuplink.rmempty = true + +sgwulnat = s:taboption("smartgw", Flag, "SmartGatewayUplinkNAT", translate("Uplink uses NAT"), translate("If this Node uses NAT for connections to the internet. " .. + "Default is \"yes\".")) +sgwulnat:depends("SmartGatewayUplink", "ipv4") +sgwulnat:depends("SmartGatewayUplink", "both") +sgwulnat.default="yes" +sgwulnat.enabled="yes" +sgwulnat.disabled="no" +sgwnat.optional = true +sgwnat.rmempty = true + +sgwspeed = s:taboption("smartgw", Value, "SmartGatewaySpeed", translate("Speed of the uplink"), translate("Specifies the speed of ".. + "the uplink in kilobits/s. First parameter is upstream, second parameter is downstream. Default is \"128 1024\".")) +sgwspeed:depends("SmartGatewayUplink", "ipv4") +sgwspeed:depends("SmartGatewayUplink", "ipv6") +sgwspeed:depends("SmartGatewayUplink", "both") +sgwspeed.optional = true +sgwspeed.rmempty = true + +sgwprefix = s:taboption("smartgw", Value, "SmartGatewayPrefix", translate("IPv6-Prefix of the uplink"), translate("This can be used " .. + "to signal the external IPv6 prefix of the uplink to the clients. This might allow a client to change it's local IPv6 address to " .. + "use the IPv6 gateway without any kind of address translation. The maximum prefix length is 64 bits. " .. + "Default is \"::/0\" (no prefix).")) +sgwprefix:depends("SmartGatewayUplink", "ipv6") +sgwprefix:depends("SmartGatewayUplink", "both") +sgwprefix.optional = true +sgwprefix.rmempty = true + +willingness = s:taboption("advanced", ListValue, "Willingness", translate("Willingness"), + translate("The fixed willingness to use. If not set willingness will be calculated dynamically based on battery/power status. Default is \"3\".")) +for i=0,7 do + willingness:value(i) +end +willingness.optional = true +willingness.default = "3" + +natthr = s:taboption("advanced", Value, "NatThreshold", translate("NAT threshold"), + translate("If the route to the current gateway is to be changed, the ETX value of this gateway is ".. + "multiplied with this value before it is compared to the new one. ".. + "The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 if changed.
".. + "WARNING: This parameter should not be used together with the etx_ffeth metric!
".. + "Defaults to \"1.0\".")) +for i=1,0.1,-0.1 do + natthr:value(i) +end +natthr:depends("LinkQualityAlgorithm", "etx_ff") +natthr:depends("LinkQualityAlgorithm", "etx_float") +natthr:depends("LinkQualityAlgorithm", "etx_fpm") +natthr.default = "1.0" +natthr.optional = true +natthr.write = write_float + + +i = m:section(TypedSection, "InterfaceDefaults", translate("Interfaces Defaults")) +i.anonymous = true +i.addremove = false + +i:tab("general", translate("General Settings")) +i:tab("addrs", translate("IP Addresses")) +i:tab("timing", translate("Timing and Validity")) + +mode = i:taboption("general", ListValue, "Mode", translate("Mode"), + translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. ".. + "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\".")) +mode:value("mesh") +mode:value("ether") +mode.optional = true +mode.rmempty = true + + +weight = i:taboption("general", Value, "Weight", translate("Weight"), + translate("When multiple links exist between hosts the weight of interface is used to determine the link to use. ".. + "Normally the weight is automatically calculated by olsrd based on the characteristics of the interface, ".. + "but here you can specify a fixed value. Olsrd will choose links with the lowest value.
".. + "Note: Interface weight is used only when LinkQualityLevel is set to 0. ".. + "For any other value of LinkQualityLevel, the interface ETX value is used instead.")) +weight.optional = true +weight.datatype = "uinteger" +weight.placeholder = "0" + +lqmult = i:taboption("general", DynamicList, "LinkQualityMult", translate("LinkQuality Multiplicator"), + translate("Multiply routes with the factor given here. Allowed values are between 0.01 and 1.0. ".. + "It is only used when LQ-Level is greater than 0. Examples:
".. + "reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
".. + "reduce LQ to all nodes on this interface by 20%: default 0.8")) +lqmult.optional = true +lqmult.rmempty = true +lqmult.cast = "table" +lqmult.placeholder = "default 1.0" + +function lqmult.validate(self, value) + for _, v in pairs(value) do + if v ~= "" then + local val = util.split(v, " ") + local host = val[1] + local mult = val[2] + if not host or not mult then + return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.") + end + if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then + return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'") + end + if not tonumber(mult) or tonumber(mult) > 1 or tonumber(mult) < 0.01 then + return nil, translate("Invalid Value for LQMult-Value. Must be between 0.01 and 1.0.") + end + if not mult:match("[0-1]%.[0-9]+") then + return nil, translate("Invalid Value for LQMult-Value. You must use a decimal number between 0.01 and 1.0 here.") + end + end + end + return value +end + +ip4b = i:taboption("addrs", Value, "Ip4Broadcast", translate("IPv4 broadcast"), + translate("IPv4 broadcast address for outgoing OLSR packets. One useful example would be 255.255.255.255. ".. + "Default is \"0.0.0.0\", which triggers the usage of the interface broadcast IP.")) +ip4b.optional = true +ip4b.datatype = "ip4addr" +ip4b.placeholder = "0.0.0.0" + +ip6m = i:taboption("addrs", Value, "IPv6Multicast", translate("IPv6 multicast"), + translate("IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal multicast.")) +ip6m.optional = true +ip6m.datatype = "ip6addr" +ip6m.placeholder = "FF02::6D" + +ip4s = i:taboption("addrs", Value, "IPv4Src", translate("IPv4 source"), + translate("IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which triggers usage of the interface IP.")) +ip4s.optional = true +ip4s.datatype = "ip4addr" +ip4s.placeholder = "0.0.0.0" + +ip6s = i:taboption("addrs", Value, "IPv6Src", translate("IPv6 source"), + translate("IPv6 src prefix. OLSRd will choose one of the interface IPs which matches the prefix of this parameter. ".. + "Default is \"0::/0\", which triggers the usage of a not-linklocal interface IP.")) +ip6s.optional = true +ip6s.datatype = "ip6addr" +ip6s.placeholder = "0::/0" + + +hi = i:taboption("timing", Value, "HelloInterval", translate("Hello interval")) +hi.optional = true +hi.datatype = "ufloat" +hi.placeholder = "5.0" +hi.write = write_float + +hv = i:taboption("timing", Value, "HelloValidityTime", translate("Hello validity time")) +hv.optional = true +hv.datatype = "ufloat" +hv.placeholder = "40.0" +hv.write = write_float + +ti = i:taboption("timing", Value, "TcInterval", translate("TC interval")) +ti.optional = true +ti.datatype = "ufloat" +ti.placeholder = "2.0" +ti.write = write_float + +tv = i:taboption("timing", Value, "TcValidityTime", translate("TC validity time")) +tv.optional = true +tv.datatype = "ufloat" +tv.placeholder = "256.0" +tv.write = write_float + +mi = i:taboption("timing", Value, "MidInterval", translate("MID interval")) +mi.optional = true +mi.datatype = "ufloat" +mi.placeholder = "18.0" +mi.write = write_float + +mv = i:taboption("timing", Value, "MidValidityTime", translate("MID validity time")) +mv.optional = true +mv.datatype = "ufloat" +mv.placeholder = "324.0" +mv.write = write_float + +ai = i:taboption("timing", Value, "HnaInterval", translate("HNA interval")) +ai.optional = true +ai.datatype = "ufloat" +ai.placeholder = "18.0" +ai.write = write_float + +av = i:taboption("timing", Value, "HnaValidityTime", translate("HNA validity time")) +av.optional = true +av.datatype = "ufloat" +av.placeholder = "108.0" +av.write = write_float + + +ifs = m:section(TypedSection, "Interface", translate("Interfaces")) +ifs.addremove = true +ifs.anonymous = true +ifs.extedit = luci.dispatcher.build_url("admin/services/olsrd/iface/%s") +ifs.template = "cbi/tblsection" + +function ifs.create(...) + local sid = TypedSection.create(...) + luci.http.redirect(ifs.extedit % sid) +end + +ign = ifs:option(Flag, "ignore", translate("Enable")) +ign.enabled = "0" +ign.disabled = "1" +ign.rmempty = false +function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" +end + +network = ifs:option(DummyValue, "interface", translate("Network")) +network.template = "cbi/network_netinfo" + +mode = ifs:option(DummyValue, "Mode", translate("Mode")) +function mode.cfgvalue(...) + return Value.cfgvalue(...) or m.uci:get_first("olsrd", "InterfaceDefaults", "Mode", "mesh") +end + +hello = ifs:option(DummyValue, "_hello", translate("Hello")) +function hello.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd", section, "HelloInterval")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "HelloInterval", 5)) + local v = tonumber(m.uci:get("olsrd", section, "HelloValidityTime")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "HelloValidityTime", 40)) + return "%.01fs / %.01fs" %{ i, v } +end + +tc = ifs:option(DummyValue, "_tc", translate("TC")) +function tc.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd", section, "TcInterval")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "TcInterval", 2)) + local v = tonumber(m.uci:get("olsrd", section, "TcValidityTime")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "TcValidityTime", 256)) + return "%.01fs / %.01fs" %{ i, v } +end + +mid = ifs:option(DummyValue, "_mid", translate("MID")) +function mid.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd", section, "MidInterval")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "MidInterval", 18)) + local v = tonumber(m.uci:get("olsrd", section, "MidValidityTime")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "MidValidityTime", 324)) + return "%.01fs / %.01fs" %{ i, v } +end + +hna = ifs:option(DummyValue, "_hna", translate("HNA")) +function hna.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd", section, "HnaInterval")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "HnaInterval", 18)) + local v = tonumber(m.uci:get("olsrd", section, "HnaValidityTime")) or tonumber(m.uci:get_first("olsrd", "InterfaceDefaults", "HnaValidityTime", 108)) + return "%.01fs / %.01fs" %{ i, v } +end + +return m diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua new file mode 100644 index 0000000..0007e67 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua @@ -0,0 +1,390 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.tools.webadmin") +local fs = require "nixio.fs" +local util = require "luci.util" +local ip = require "luci.ip" + +local has_ipip = fs.glob("/etc/modules.d/[0-9]*-ipip")() + +m = Map("olsrd6", translate("OLSR Daemon"), + translate("The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ".. + "As such it allows mesh routing for any network equipment. ".. + "It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ".. + "Visit olsrd.org for help and documentation.")) + +function m.on_parse() + local has_defaults = false + + m.uci:foreach("olsrd6", "InterfaceDefaults", + function(s) + has_defaults = true + return false + end) + + if not has_defaults then + m.uci:section("olsrd6", "InterfaceDefaults") + end +end + +function write_float(self, section, value) + local n = tonumber(value) + if n ~= nil then + return Value.write(self, section, "%.1f" % n) + end +end + +s = m:section(TypedSection, "olsrd6", translate("General settings")) +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("lquality", translate("Link Quality Settings")) +s:tab("smartgw", translate("SmartGW"), not has_ipip and translate("Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not work, please install it.")) +s:tab("advanced", translate("Advanced Settings")) + +poll = s:taboption("advanced", Value, "Pollrate", translate("Pollrate"), + translate("Polling rate for OLSR sockets in seconds. Default is 0.05.")) +poll.optional = true +poll.datatype = "ufloat" +poll.placeholder = "0.05" + +nicc = s:taboption("advanced", Value, "NicChgsPollInt", translate("Nic changes poll interval"), + translate("Interval to poll network interfaces for configuration changes (in seconds). Default is \"2.5\".")) +nicc.optional = true +nicc.datatype = "ufloat" +nicc.placeholder = "2.5" + +tos = s:taboption("advanced", Value, "TosValue", translate("TOS value"), + translate("Type of service value for the IP header of control traffic. Default is \"16\".")) +tos.optional = true +tos.datatype = "uinteger" +tos.placeholder = "16" + +fib = s:taboption("general", ListValue, "FIBMetric", translate("FIB metric"), + translate ("FIBMetric controls the metric value of the host-routes OLSRd sets. ".. + "\"flat\" means that the metric value is always 2. This is the preferred value ".. + "because it helps the linux kernel routing to clean up older routes. ".. + "\"correct\" uses the hopcount as the metric value. ".. + "\"approx\" use the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. + "Default is \"flat\".")) +fib:value("flat") +fib:value("correct") +fib:value("approx") + +lql = s:taboption("lquality", ListValue, "LinkQualityLevel", translate("LQ level"), + translate("Link quality level switch between hopcount and cost-based (mostly ETX) routing.
".. + "0 = do not use link quality
".. + "2 = use link quality for MPR selection and routing
".. + "Default is \"2\"")) +lql:value("2") +lql:value("0") + +lqage = s:taboption("lquality", Value, "LinkQualityAging", translate("LQ aging"), + translate("Link quality aging factor (only for lq level 2). Tuning parameter for etx_float and etx_fpm, smaller values ".. + "mean slower changes of ETX value. (allowed values are between 0.01 and 1.0)")) +lqage.optional = true +lqage:depends("LinkQualityLevel", "2") + +lqa = s:taboption("lquality", ListValue, "LinkQualityAlgorithm", translate("LQ algorithm"), + translate("Link quality algorithm (only for lq level 2).
".. + "etx_float: floating point ETX with exponential aging
".. + "etx_fpm : same as etx_float, but with integer arithmetic
".. + "etx_ff : ETX freifunk, an etx variant which use all OLSR traffic (instead of only hellos) for ETX calculation
".. + "etx_ffeth: incompatible variant of etx_ff that allows ethernet links with ETX 0.1.
".. + "Defaults to \"etx_ff\"")) +lqa.optional = true +lqa:value("etx_ff") +lqa:value("etx_fpm") +lqa:value("etx_float") +lqa:value("etx_ffeth") +lqa:depends("LinkQualityLevel", "2") +lqa.optional = true + +lqfish = s:taboption("lquality", Flag, "LinkQualityFishEye", translate("LQ fisheye"), + translate("Fisheye mechanism for TCs (checked means on). Default is \"on\"")) +lqfish.default = "1" +lqfish.optional = true + +hyst = s:taboption("lquality", Flag, "UseHysteresis", translate("Use hysteresis"), + translate("Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more robustness to the link sensing ".. + "but delays neighbor registration. Defaults is \"yes\"")) +hyst.default = "yes" +hyst.enabled = "yes" +hyst.disabled = "no" +hyst:depends("LinkQualityLevel", "0") +hyst.optional = true +hyst.rmempty = true + +port = s:taboption("general", Value, "OlsrPort", translate("Port"), + translate("The port OLSR uses. This should usually stay at the IANA assigned port 698. It can have a value between 1 and 65535.")) +port.optional = true +port.default = "698" +port.rmempty = true + +mainip = s:taboption("general", Value, "MainIp", translate("Main IP"), + translate("Sets the main IP (originator ip) of the router. This IP will NEVER change during the uptime of olsrd. ".. + "Default is ::, which triggers usage of the IP of the first interface.")) +mainip.optional = true +mainip.rmempty = true +mainip.datatype = "ipaddr" +mainip.placeholder = "::" + +sgw = s:taboption("smartgw", Flag, "SmartGateway", translate("Enable"), translate("Enable SmartGateway. If it is disabled, then " .. + "all other SmartGateway parameters are ignored. Default is \"no\".")) +sgw.default="no" +sgw.enabled="yes" +sgw.disabled="no" +sgw.rmempty = true + +sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing ipv4 gateway with NAT")) +sgwnat:depends("SmartGateway", "yes") +sgwnat.default="yes" +sgwnat.enabled="yes" +sgwnat.disabled="no" +sgwnat.optional = true +sgwnat.rmempty = true + +sgwuplink = s:taboption("smartgw", ListValue, "SmartGatewayUplink", translate("Announce uplink"), translate("Which kind of uplink is exported to the other mesh nodes. " .. + "An uplink is detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default setting is \"both\".")) +sgwuplink:value("none") +sgwuplink:value("ipv4") +sgwuplink:value("ipv6") +sgwuplink:value("both") +sgwuplink:depends("SmartGateway", "yes") +sgwuplink.default="both" +sgwuplink.optional = true +sgwuplink.rmempty = true + +sgwulnat = s:taboption("smartgw", Flag, "SmartGatewayUplinkNAT", translate("Uplink uses NAT"), translate("If this Node uses NAT for connections to the internet. " .. + "Default is \"yes\".")) +sgwulnat:depends("SmartGatewayUplink", "ipv4") +sgwulnat:depends("SmartGatewayUplink", "both") +sgwulnat.default="yes" +sgwulnat.enabled="yes" +sgwulnat.disabled="no" +sgwnat.optional = true +sgwnat.rmempty = true + +sgwspeed = s:taboption("smartgw", Value, "SmartGatewaySpeed", translate("Speed of the uplink"), translate("Specifies the speed of ".. + "the uplink in kilobits/s. First parameter is upstream, second parameter is downstream. Default is \"128 1024\".")) +sgwspeed:depends("SmartGatewayUplink", "ipv4") +sgwspeed:depends("SmartGatewayUplink", "ipv6") +sgwspeed:depends("SmartGatewayUplink", "both") +sgwspeed.optional = true +sgwspeed.rmempty = true + +sgwprefix = s:taboption("smartgw", Value, "SmartGatewayPrefix", translate("IPv6-Prefix of the uplink"), translate("This can be used " .. + "to signal the external IPv6 prefix of the uplink to the clients. This might allow a client to change it's local IPv6 address to " .. + "use the IPv6 gateway without any kind of address translation. The maximum prefix length is 64 bits. " .. + "Default is \"::/0\" (no prefix).")) +sgwprefix:depends("SmartGatewayUplink", "ipv6") +sgwprefix:depends("SmartGatewayUplink", "both") +sgwprefix.optional = true +sgwprefix.rmempty = true + +willingness = s:taboption("advanced", ListValue, "Willingness", translate("Willingness"), + translate("The fixed willingness to use. If not set willingness will be calculated dynamically based on battery/power status. Default is \"3\".")) +for i=0,7 do + willingness:value(i) +end +willingness.optional = true +willingness.default = "3" + +natthr = s:taboption("advanced", Value, "NatThreshold", translate("NAT threshold"), + translate("If the route to the current gateway is to be changed, the ETX value of this gateway is ".. + "multiplied with this value before it is compared to the new one. ".. + "The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 if changed.
".. + "WARNING: This parameter should not be used together with the etx_ffeth metric!
".. + "Defaults to \"1.0\".")) +for i=1,0.1,-0.1 do + natthr:value(i) +end +natthr:depends("LinkQualityAlgorithm", "etx_ff") +natthr:depends("LinkQualityAlgorithm", "etx_float") +natthr:depends("LinkQualityAlgorithm", "etx_fpm") +natthr.default = "1.0" +natthr.optional = true +natthr.write = write_float + + +i = m:section(TypedSection, "InterfaceDefaults", translate("Interfaces Defaults")) +i.anonymous = true +i.addremove = false + +i:tab("general", translate("General Settings")) +i:tab("addrs", translate("IP Addresses")) +i:tab("timing", translate("Timing and Validity")) + +mode = i:taboption("general", ListValue, "Mode", translate("Mode"), + translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. ".. + "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\".")) +mode:value("mesh") +mode:value("ether") +mode.optional = true +mode.rmempty = true + + +weight = i:taboption("general", Value, "Weight", translate("Weight"), + translate("When multiple links exist between hosts the weight of interface is used to determine the link to use. ".. + "Normally the weight is automatically calculated by olsrd based on the characteristics of the interface, ".. + "but here you can specify a fixed value. Olsrd will choose links with the lowest value.
".. + "Note: Interface weight is used only when LinkQualityLevel is set to 0. ".. + "For any other value of LinkQualityLevel, the interface ETX value is used instead.")) +weight.optional = true +weight.datatype = "uinteger" +weight.placeholder = "0" + +lqmult = i:taboption("general", DynamicList, "LinkQualityMult", translate("LinkQuality Multiplicator"), + translate("Multiply routes with the factor given here. Allowed values are between 0.01 and 1.0. ".. + "It is only used when LQ-Level is greater than 0. Examples:
".. + "reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
".. + "reduce LQ to all nodes on this interface by 20%: default 0.8")) +lqmult.optional = true +lqmult.rmempty = true +lqmult.cast = "table" +lqmult.placeholder = "default 1.0" + +function lqmult.validate(self, value) + for _, v in pairs(value) do + if v ~= "" then + local val = util.split(v, " ") + local host = val[1] + local mult = val[2] + if not host or not mult then + return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.") + end + if not (host == "default" or ip.IPv6(host)) then + return nil, translate("Can only be a valid IPv6 address or 'default'") + end + if not tonumber(mult) or tonumber(mult) > 1 or tonumber(mult) < 0.01 then + return nil, translate("Invalid Value for LQMult-Value. Must be between 0.01 and 1.0.") + end + if not mult:match("[0-1]%.[0-9]+") then + return nil, translate("Invalid Value for LQMult-Value. You must use a decimal number between 0.01 and 1.0 here.") + end + end + end + return value +end + +ip6m = i:taboption("addrs", Value, "IPv6Multicast", translate("IPv6 multicast"), + translate("IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal multicast.")) +ip6m.optional = true +ip6m.datatype = "ip6addr" +ip6m.placeholder = "FF02::6D" + +ip6s = i:taboption("addrs", Value, "IPv6Src", translate("IPv6 source"), + translate("IPv6 src prefix. OLSRd will choose one of the interface IPs which matches the prefix of this parameter. ".. + "Default is \"0::/0\", which triggers the usage of a not-linklocal interface IP.")) +ip6s.optional = true +ip6s.datatype = "ip6addr" +ip6s.placeholder = "0::/0" + + +hi = i:taboption("timing", Value, "HelloInterval", translate("Hello interval")) +hi.optional = true +hi.datatype = "ufloat" +hi.placeholder = "5.0" +hi.write = write_float + +hv = i:taboption("timing", Value, "HelloValidityTime", translate("Hello validity time")) +hv.optional = true +hv.datatype = "ufloat" +hv.placeholder = "40.0" +hv.write = write_float + +ti = i:taboption("timing", Value, "TcInterval", translate("TC interval")) +ti.optional = true +ti.datatype = "ufloat" +ti.placeholder = "2.0" +ti.write = write_float + +tv = i:taboption("timing", Value, "TcValidityTime", translate("TC validity time")) +tv.optional = true +tv.datatype = "ufloat" +tv.placeholder = "256.0" +tv.write = write_float + +mi = i:taboption("timing", Value, "MidInterval", translate("MID interval")) +mi.optional = true +mi.datatype = "ufloat" +mi.placeholder = "18.0" +mi.write = write_float + +mv = i:taboption("timing", Value, "MidValidityTime", translate("MID validity time")) +mv.optional = true +mv.datatype = "ufloat" +mv.placeholder = "324.0" +mv.write = write_float + +ai = i:taboption("timing", Value, "HnaInterval", translate("HNA interval")) +ai.optional = true +ai.datatype = "ufloat" +ai.placeholder = "18.0" +ai.write = write_float + +av = i:taboption("timing", Value, "HnaValidityTime", translate("HNA validity time")) +av.optional = true +av.datatype = "ufloat" +av.placeholder = "108.0" +av.write = write_float + + +ifs = m:section(TypedSection, "Interface", translate("Interfaces")) +ifs.addremove = true +ifs.anonymous = true +ifs.extedit = luci.dispatcher.build_url("admin/services/olsrd6/iface/%s") +ifs.template = "cbi/tblsection" + +function ifs.create(...) + local sid = TypedSection.create(...) + luci.http.redirect(ifs.extedit % sid) +end + +ign = ifs:option(Flag, "ignore", translate("Enable")) +ign.enabled = "0" +ign.disabled = "1" +ign.rmempty = false +function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" +end + +network = ifs:option(DummyValue, "interface", translate("Network")) +network.template = "cbi/network_netinfo" + +mode = ifs:option(DummyValue, "Mode", translate("Mode")) +function mode.cfgvalue(...) + return Value.cfgvalue(...) or m.uci:get_first("olsrd6", "InterfaceDefaults", "Mode", "mesh") +end + +hello = ifs:option(DummyValue, "_hello", translate("Hello")) +function hello.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd6", section, "HelloInterval")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "HelloInterval", 5)) + local v = tonumber(m.uci:get("olsrd6", section, "HelloValidityTime")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "HelloValidityTime", 40)) + return "%.01fs / %.01fs" %{ i, v } +end + +tc = ifs:option(DummyValue, "_tc", translate("TC")) +function tc.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd6", section, "TcInterval")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "TcInterval", 2)) + local v = tonumber(m.uci:get("olsrd6", section, "TcValidityTime")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "TcValidityTime", 256)) + return "%.01fs / %.01fs" %{ i, v } +end + +mid = ifs:option(DummyValue, "_mid", translate("MID")) +function mid.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd6", section, "MidInterval")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "MidInterval", 18)) + local v = tonumber(m.uci:get("olsrd6", section, "MidValidityTime")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "MidValidityTime", 324)) + return "%.01fs / %.01fs" %{ i, v } +end + +hna = ifs:option(DummyValue, "_hna", translate("HNA")) +function hna.cfgvalue(self, section) + local i = tonumber(m.uci:get("olsrd6", section, "HnaInterval")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "HnaInterval", 18)) + local v = tonumber(m.uci:get("olsrd6", section, "HnaValidityTime")) or tonumber(m.uci:get_first("olsrd6", "InterfaceDefaults", "HnaValidityTime", 108)) + return "%.01fs / %.01fs" %{ i, v } +end + +return m diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua new file mode 100644 index 0000000..aadb44f --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua @@ -0,0 +1,14 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_olsr", translate("OLSR - Display Options")) + +s = m:section(TypedSection, "olsr") +s.anonymous = true + +res = s:option(Flag, "resolve", translate("Resolve"), + translate("Resolve hostnames on status pages. It is generally safe to allow this, but if you use public IPs and have unstable DNS-Setup then those pages will load really slow. In this case disable it here.")) +res.default = "0" +res.optional = true + +return m diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua new file mode 100644 index 0000000..e4b093a --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua @@ -0,0 +1,45 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() +local ipv = uci:get_first("olsrd", "olsrd", "IpVersion", "4") + +mh = Map("olsrd", translate("OLSR - HNA-Announcements"), translate("Hosts in a OLSR routed network can announce connecitivity " .. + "to external networks using HNA messages.")) + +if ipv == "6and4" or ipv == "4" then + hna4 = mh:section(TypedSection, "Hna4", translate("Hna4"), translate("Both values must use the dotted decimal notation.")) + hna4.addremove = true + hna4.anonymous = true + hna4.template = "cbi/tblsection" + + net4 = hna4:option(Value, "netaddr", translate("Network address")) + net4.datatype = "ip4addr" + net4.placeholder = "10.11.12.13" + net4.default = "10.11.12.13" + msk4 = hna4:option(Value, "netmask", translate("Netmask")) + msk4.datatype = "ip4addr" + msk4.placeholder = "255.255.255.255" + msk4.default = "255.255.255.255" +end + +if ipv == "6and4" or ipv == "6" then + hna6 = mh:section(TypedSection, "Hna6", translate("Hna6"), translate("IPv6 network must be given in full notation, " .. + "prefix must be in CIDR notation.")) + hna6.addremove = true + hna6.anonymous = true + hna6.template = "cbi/tblsection" + + net6 = hna6:option(Value, "netaddr", translate("Network address")) + net6.datatype = "ip6addr" + net6.placeholder = "fec0:2200:106:0:0:0:0:0" + net6.default = "fec0:2200:106:0:0:0:0:0" + msk6 = hna6:option(Value, "prefix", translate("Prefix")) + msk6.datatype = "range(0,128)" + msk6.placeholder = "128" + msk6.default = "128" +end + +return mh + diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua new file mode 100644 index 0000000..682421f --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua @@ -0,0 +1,25 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() + +mh = Map("olsrd6", translate("OLSR - HNA6-Announcements"), translate("Hosts in a OLSR routed network can announce connecitivity " .. + "to external networks using HNA6 messages.")) + + hna6 = mh:section(TypedSection, "Hna6", translate("Hna6"), translate("IPv6 network must be given in full notation, " .. + "prefix must be in CIDR notation.")) + hna6.addremove = true + hna6.anonymous = true + hna6.template = "cbi/tblsection" + + net6 = hna6:option(Value, "netaddr", translate("Network address")) + net6.datatype = "ip6addr" + net6.placeholder = "fec0:2200:106:0:0:0:0:0" + net6.default = "fec0:2200:106:0:0:0:0:0" + msk6 = hna6:option(Value, "prefix", translate("Prefix")) + msk6.datatype = "range(0,128)" + msk6.placeholder = "128" + msk6.default = "128" +return mh + diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua new file mode 100644 index 0000000..d6b7cd1 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua @@ -0,0 +1,177 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local util = require "luci.util" +local ip = require "luci.ip" + +function write_float(self, section, value) + local n = tonumber(value) + if n ~= nil then + return Value.write(self, section, "%.1f" % n) + end +end + +m = Map("olsrd", translate("OLSR Daemon - Interface"), + translate("The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ".. + "As such it allows mesh routing for any network equipment. ".. + "It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ".. + "Visit olsrd.org for help and documentation.")) + +m.redirect = luci.dispatcher.build_url("admin/services/olsrd") + +if not arg[1] or m.uci:get("olsrd", arg[1]) ~= "Interface" then + luci.http.redirect(m.redirect) + return +end + +i = m:section(NamedSection, arg[1], "Interface", translate("Interface")) +i.anonymous = true +i.addremove = false + +i:tab("general", translate("General Settings")) +i:tab("addrs", translate("IP Addresses")) +i:tab("timing", translate("Timing and Validity")) + +ign = i:taboption("general", Flag, "ignore", translate("Enable"), + translate("Enable this interface.")) +ign.enabled = "0" +ign.disabled = "1" +ign.rmempty = false +function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" +end + +network = i:taboption("general", Value, "interface", translate("Network"), + translate("The interface OLSRd should serve.")) + +network.template = "cbi/network_netlist" +network.widget = "radio" +network.nocreate = true + +mode = i:taboption("general", ListValue, "Mode", translate("Mode"), + translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. ".. + "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\".")) +mode:value("mesh") +mode:value("ether") +mode.optional = true +mode.rmempty = true + + +weight = i:taboption("general", Value, "Weight", translate("Weight"), + translate("When multiple links exist between hosts the weight of interface is used to determine the link to use. ".. + "Normally the weight is automatically calculated by olsrd based on the characteristics of the interface, ".. + "but here you can specify a fixed value. Olsrd will choose links with the lowest value.
".. + "Note: Interface weight is used only when LinkQualityLevel is set to 0. ".. + "For any other value of LinkQualityLevel, the interface ETX value is used instead.")) +weight.optional = true +weight.datatype = "uinteger" +weight.placeholder = "0" + +lqmult = i:taboption("general", DynamicList, "LinkQualityMult", translate("LinkQuality Multiplicator"), + translate("Multiply routes with the factor given here. Allowed values are between 0.01 and 1.0. ".. + "It is only used when LQ-Level is greater than 0. Examples:
".. + "reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
".. + "reduce LQ to all nodes on this interface by 20%: default 0.8")) +lqmult.optional = true +lqmult.rmempty = true +lqmult.cast = "table" +lqmult.placeholder = "default 1.0" + +function lqmult.validate(self, value) + for _, v in pairs(value) do + if v ~= "" then + local val = util.split(v, " ") + local host = val[1] + local mult = val[2] + if not host or not mult then + return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.") + end + if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then + return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'") + end + if not tonumber(mult) or tonumber(mult) > 1 or tonumber(mult) < 0.01 then + return nil, translate("Invalid Value for LQMult-Value. Must be between 0.01 and 1.0.") + end + if not mult:match("[0-1]%.[0-9]+") then + return nil, translate("Invalid Value for LQMult-Value. You must use a decimal number between 0.01 and 1.0 here.") + end + end + end + return value +end + +ip4b = i:taboption("addrs", Value, "Ip4Broadcast", translate("IPv4 broadcast"), + translate("IPv4 broadcast address for outgoing OLSR packets. One useful example would be 255.255.255.255. ".. + "Default is \"0.0.0.0\", which triggers the usage of the interface broadcast IP.")) +ip4b.optional = true +ip4b.datatype = "ip4addr" +ip4b.placeholder = "0.0.0.0" + +ip6m = i:taboption("addrs", Value, "IPv6Multicast", translate("IPv6 multicast"), + translate("IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal multicast.")) +ip6m.optional = true +ip6m.datatype = "ip6addr" +ip6m.placeholder = "FF02::6D" + +ip4s = i:taboption("addrs", Value, "IPv4Src", translate("IPv4 source"), + translate("IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which triggers usage of the interface IP.")) +ip4s.optional = true +ip4s.datatype = "ip4addr" +ip4s.placeholder = "0.0.0.0" + +ip6s = i:taboption("addrs", Value, "IPv6Src", translate("IPv6 source"), + translate("IPv6 src prefix. OLSRd will choose one of the interface IPs which matches the prefix of this parameter. ".. + "Default is \"0::/0\", which triggers the usage of a not-linklocal interface IP.")) +ip6s.optional = true +ip6s.datatype = "ip6addr" +ip6s.placeholder = "0::/0" + +hi = i:taboption("timing", Value, "HelloInterval", translate("Hello interval")) +hi.optional = true +hi.datatype = "ufloat" +hi.placeholder = "5.0" +hi.write = write_float + +hv = i:taboption("timing", Value, "HelloValidityTime", translate("Hello validity time")) +hv.optional = true +hv.datatype = "ufloat" +hv.placeholder = "40.0" +hv.write = write_float + +ti = i:taboption("timing", Value, "TcInterval", translate("TC interval")) +ti.optional = true +ti.datatype = "ufloat" +ti.placeholder = "2.0" +ti.write = write_float + +tv = i:taboption("timing", Value, "TcValidityTime", translate("TC validity time")) +tv.optional = true +tv.datatype = "ufloat" +tv.placeholder = "256.0" +tv.write = write_float + +mi = i:taboption("timing", Value, "MidInterval", translate("MID interval")) +mi.optional = true +mi.datatype = "ufloat" +mi.placeholder = "18.0" +mi.write = write_float + +mv = i:taboption("timing", Value, "MidValidityTime", translate("MID validity time")) +mv.optional = true +mv.datatype = "ufloat" +mv.placeholder = "324.0" +mv.write = write_float + +ai = i:taboption("timing", Value, "HnaInterval", translate("HNA interval")) +ai.optional = true +ai.datatype = "ufloat" +ai.placeholder = "18.0" +ai.write = write_float + +av = i:taboption("timing", Value, "HnaValidityTime", translate("HNA validity time")) +av.optional = true +av.datatype = "ufloat" +av.placeholder = "108.0" +av.write = write_float + +return m diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua new file mode 100644 index 0000000..2f0fa6c --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua @@ -0,0 +1,164 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local util = require "luci.util" +local ip = require "luci.ip" + +function write_float(self, section, value) + local n = tonumber(value) + if n ~= nil then + return Value.write(self, section, "%.1f" % n) + end +end + +m = Map("olsrd6", translate("OLSR Daemon - Interface"), + translate("The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ".. + "As such it allows mesh routing for any network equipment. ".. + "It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ".. + "Visit olsrd.org for help and documentation.")) + +m.redirect = luci.dispatcher.build_url("admin/services/olsrd6") + +if not arg[1] or m.uci:get("olsrd6", arg[1]) ~= "Interface" then + luci.http.redirect(m.redirect) + return +end + +i = m:section(NamedSection, arg[1], "Interface", translate("Interface")) +i.anonymous = true +i.addremove = false + +i:tab("general", translate("General Settings")) +i:tab("addrs", translate("IP Addresses")) +i:tab("timing", translate("Timing and Validity")) + +ign = i:taboption("general", Flag, "ignore", translate("Enable"), + translate("Enable this interface.")) +ign.enabled = "0" +ign.disabled = "1" +ign.rmempty = false +function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" +end + +network = i:taboption("general", Value, "interface", translate("Network"), + translate("The interface OLSRd should serve.")) + +network.template = "cbi/network_netlist" +network.widget = "radio" +network.nocreate = true + +mode = i:taboption("general", ListValue, "Mode", translate("Mode"), + translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. ".. + "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\".")) +mode:value("mesh") +mode:value("ether") +mode.optional = true +mode.rmempty = true + + +weight = i:taboption("general", Value, "Weight", translate("Weight"), + translate("When multiple links exist between hosts the weight of interface is used to determine the link to use. ".. + "Normally the weight is automatically calculated by olsrd based on the characteristics of the interface, ".. + "but here you can specify a fixed value. Olsrd will choose links with the lowest value.
".. + "Note: Interface weight is used only when LinkQualityLevel is set to 0. ".. + "For any other value of LinkQualityLevel, the interface ETX value is used instead.")) +weight.optional = true +weight.datatype = "uinteger" +weight.placeholder = "0" + +lqmult = i:taboption("general", DynamicList, "LinkQualityMult", translate("LinkQuality Multiplicator"), + translate("Multiply routes with the factor given here. Allowed values are between 0.01 and 1.0. ".. + "It is only used when LQ-Level is greater than 0. Examples:
".. + "reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
".. + "reduce LQ to all nodes on this interface by 20%: default 0.8")) +lqmult.optional = true +lqmult.rmempty = true +lqmult.cast = "table" +lqmult.placeholder = "default 1.0" + +function lqmult.validate(self, value) + for _, v in pairs(value) do + if v ~= "" then + local val = util.split(v, " ") + local host = val[1] + local mult = val[2] + if not host or not mult then + return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.") + end + if not (host == "default" or ip.IPv6(host)) then + return nil, translate("Can only be a valid IPv6 address or 'default'") + end + if not tonumber(mult) or tonumber(mult) > 1 or tonumber(mult) < 0.01 then + return nil, translate("Invalid Value for LQMult-Value. Must be between 0.01 and 1.0.") + end + if not mult:match("[0-1]%.[0-9]+") then + return nil, translate("Invalid Value for LQMult-Value. You must use a decimal number between 0.01 and 1.0 here.") + end + end + end + return value +end + +ip6m = i:taboption("addrs", Value, "IPv6Multicast", translate("IPv6 multicast"), + translate("IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal multicast.")) +ip6m.optional = true +ip6m.datatype = "ip6addr" +ip6m.placeholder = "FF02::6D" + +ip6s = i:taboption("addrs", Value, "IPv6Src", translate("IPv6 source"), + translate("IPv6 src prefix. OLSRd will choose one of the interface IPs which matches the prefix of this parameter. ".. + "Default is \"0::/0\", which triggers the usage of a not-linklocal interface IP.")) +ip6s.optional = true +ip6s.datatype = "ip6addr" +ip6s.placeholder = "0::/0" + +hi = i:taboption("timing", Value, "HelloInterval", translate("Hello interval")) +hi.optional = true +hi.datatype = "ufloat" +hi.placeholder = "5.0" +hi.write = write_float + +hv = i:taboption("timing", Value, "HelloValidityTime", translate("Hello validity time")) +hv.optional = true +hv.datatype = "ufloat" +hv.placeholder = "40.0" +hv.write = write_float + +ti = i:taboption("timing", Value, "TcInterval", translate("TC interval")) +ti.optional = true +ti.datatype = "ufloat" +ti.placeholder = "2.0" +ti.write = write_float + +tv = i:taboption("timing", Value, "TcValidityTime", translate("TC validity time")) +tv.optional = true +tv.datatype = "ufloat" +tv.placeholder = "256.0" +tv.write = write_float + +mi = i:taboption("timing", Value, "MidInterval", translate("MID interval")) +mi.optional = true +mi.datatype = "ufloat" +mi.placeholder = "18.0" +mi.write = write_float + +mv = i:taboption("timing", Value, "MidValidityTime", translate("MID validity time")) +mv.optional = true +mv.datatype = "ufloat" +mv.placeholder = "324.0" +mv.write = write_float + +ai = i:taboption("timing", Value, "HnaInterval", translate("HNA interval")) +ai.optional = true +ai.datatype = "ufloat" +ai.placeholder = "18.0" +ai.write = write_float + +av = i:taboption("timing", Value, "HnaValidityTime", translate("HNA validity time")) +av.optional = true +av.datatype = "ufloat" +av.placeholder = "108.0" +av.write = write_float + +return m diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua new file mode 100644 index 0000000..43d6a08 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua @@ -0,0 +1,259 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ip = require "luci.ip" +local fs = require "nixio.fs" + +if arg[1] then + mp = Map("olsrd", translate("OLSR - Plugins")) + + p = mp:section(TypedSection, "LoadPlugin", translate("Plugin configuration")) + p:depends("library", arg[1]) + p.anonymous = true + + ign = p:option(Flag, "ignore", translate("Enable")) + ign.enabled = "0" + ign.disabled = "1" + ign.rmempty = false + function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" + end + + lib = p:option(DummyValue, "library", translate("Library")) + lib.default = arg[1] + + local function Range(x,y) + local t = {} + for i = x, y do t[#t+1] = i end + return t + end + + local function Cidr2IpMask(val) + if val then + for i = 1, #val do + local cidr = ip.IPv4(val[i]) or ip.IPv6(val[i]) + if cidr then + val[i] = cidr:network():string() .. " " .. cidr:mask():string() + end + end + return val + end + end + + local function IpMask2Cidr(val) + if val then + for i = 1, #val do + local ip, mask = val[i]:gmatch("([^%s]+)%s+([^%s]+)")() + local cidr + if ip and mask and ip:match(":") then + cidr = ip.IPv6(ip, mask) + elseif ip and mask then + cidr = ip.IPv4(ip, mask) + end + + if cidr then + val[i] = cidr:string() + end + end + return val + end + end + + + local knownPlParams = { + ["olsrd_bmf.so.1.5.3"] = { + { Value, "BmfInterface", "bmf0" }, + { Value, "BmfInterfaceIp", "10.10.10.234/24" }, + { Flag, "DoLocalBroadcast", "no" }, + { Flag, "CapturePacketsOnOlsrInterfaces", "yes" }, + { ListValue, "BmfMechanism", { "UnicastPromiscuous", "Broadcast" } }, + { Value, "BroadcastRetransmitCount", "2" }, + { Value, "FanOutLimit", "4" }, + { DynamicList, "NonOlsrIf", "br-lan" } + }, + + ["olsrd_dyn_gw.so.0.4"] = { + { Value, "Interval", "40" }, + { DynamicList, "Ping", "141.1.1.1" }, + { DynamicList, "HNA", "192.168.80.0/24", IpMask2Cidr, Cidr2IpMask } + }, + + ["olsrd_httpinfo.so.0.1"] = { + { Value, "port", "80" }, + { DynamicList, "Host", "163.24.87.3" }, + { DynamicList, "Net", "0.0.0.0/0", Cidr2IpMask } + }, + + ["olsrd_nameservice.so.0.3"] = { + { DynamicList, "name", "my-name.mesh" }, + { DynamicList, "hosts", "1.2.3.4 name-for-other-interface.mesh" }, + { Value, "suffix", ".olsr" }, + { Value, "hosts_file", "/path/to/hosts_file" }, + { Value, "add_hosts", "/path/to/file" }, + { Value, "dns_server", "141.1.1.1" }, + { Value, "resolv_file", "/path/to/resolv.conf" }, + { Value, "interval", "120" }, + { Value, "timeout", "240" }, + { Value, "lat", "12.123" }, + { Value, "lon", "12.123" }, + { Value, "latlon_file", "/var/run/latlon.js" }, + { Value, "latlon_infile", "/var/run/gps.txt" }, + { Value, "sighup_pid_file", "/var/run/dnsmasq.pid" }, + { Value, "name_change_script", "/usr/local/bin/announce_new_hosts.sh" }, + { DynamicList, "service", "http://me.olsr:80|tcp|my little homepage" }, + { Value, "services_file", "/var/run/services_olsr" }, + { Value, "services_change_script", "/usr/local/bin/announce_new_services.sh" }, + { DynamicList, "mac", "xx:xx:xx:xx:xx:xx[,0-255]" }, + { Value, "macs_file", "/path/to/macs_file" }, + { Value, "macs_change_script", "/path/to/script" } + }, + + ["olsrd_quagga.so.0.2.2"] = { + { StaticList, "redistribute", { + "system", "kernel", "connect", "static", "rip", "ripng", "ospf", + "ospf6", "isis", "bgp", "hsls" + } }, + { ListValue, "ExportRoutes", { "only", "both" } }, + { Flag, "LocalPref", "true" }, + { Value, "Distance", Range(0,255) } + }, + + ["olsrd_secure.so.0.5"] = { + { Value, "Keyfile", "/etc/private-olsr.key" } + }, + + ["olsrd_txtinfo.so.0.1"] = { + { Value, "accept", "127.0.0.1" } + }, + + ["olsrd_jsoninfo.so.0.0"] = { + { Value, "accept", "127.0.0.1" }, + { Value, "port", "9090" }, + { Value, "UUIDFile", "/etc/olsrd/olsrd.uuid" }, + + }, + + ["olsrd_watchdog.so.0.1"] = { + { Value, "file", "/var/run/olsrd.watchdog" }, + { Value, "interval", "30" } + }, + + ["olsrd_mdns.so.1.0.0"] = { + { DynamicList, "NonOlsrIf", "lan" } + }, + + ["olsrd_p2pd.so.0.1.0"] = { + { DynamicList, "NonOlsrIf", "lan" }, + { Value, "P2pdTtl", "10" } + }, + + ["olsrd_arprefresh.so.0.1"] = {}, + ["olsrd_dot_draw.so.0.3"] = {}, + ["olsrd_dyn_gw_plain.so.0.4"] = {}, + ["olsrd_pgraph.so.1.1"] = {}, + ["olsrd_tas.so.0.1"] = {} + } + + + -- build plugin options with dependencies + if knownPlParams[arg[1]] then + for _, option in ipairs(knownPlParams[arg[1]]) do + local otype, name, default, uci2cbi, cbi2uci = unpack(option) + local values + + if type(default) == "table" then + values = default + default = default[1] + end + + if otype == Flag then + local bool = p:option( Flag, name, name ) + if default == "yes" or default == "no" then + bool.enabled = "yes" + bool.disabled = "no" + elseif default == "on" or default == "off" then + bool.enabled = "on" + bool.disabled = "off" + elseif default == "1" or default == "0" then + bool.enabled = "1" + bool.disabled = "0" + else + bool.enabled = "true" + bool.disabled = "false" + end + bool.optional = true + bool.default = default + bool:depends({ library = plugin }) + else + local field = p:option( otype, name, name ) + if values then + for _, value in ipairs(values) do + field:value( value ) + end + end + if type(uci2cbi) == "function" then + function field.cfgvalue(self, section) + return uci2cbi(otype.cfgvalue(self, section)) + end + end + if type(cbi2uci) == "function" then + function field.formvalue(self, section) + return cbi2uci(otype.formvalue(self, section)) + end + end + field.optional = true + field.default = default + --field:depends({ library = arg[1] }) + end + end + end + + return mp + +else + + mpi = Map("olsrd", translate("OLSR - Plugins")) + + local plugins = {} + mpi.uci:foreach("olsrd", "LoadPlugin", + function(section) + if section.library and not plugins[section.library] then + plugins[section.library] = true + end + end + ) + + -- create a loadplugin section for each found plugin + for v in fs.dir("/usr/lib") do + if v:sub(1, 6) == "olsrd_" then + if not plugins[v] then + mpi.uci:section( + "olsrd", "LoadPlugin", nil, + { library = v, ignore = 1 } + ) + end + end + end + + t = mpi:section( TypedSection, "LoadPlugin", translate("Plugins") ) + t.anonymous = true + t.template = "cbi/tblsection" + t.override_scheme = true + function t.extedit(self, section) + local lib = self.map:get(section, "library") or "" + return luci.dispatcher.build_url("admin", "services", "olsrd", "plugins") .. "/" .. lib + end + + ign = t:option( Flag, "ignore", translate("Enabled") ) + ign.enabled = "0" + ign.disabled = "1" + ign.rmempty = false + function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" + end + + t:option( DummyValue, "library", translate("Library") ) + + return mpi +end diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua new file mode 100644 index 0000000..d1c68be --- /dev/null +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua @@ -0,0 +1,259 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local ip = require "luci.ip" +local fs = require "nixio.fs" + +if arg[1] then + mp = Map("olsrd6", translate("OLSR - Plugins")) + + p = mp:section(TypedSection, "LoadPlugin", translate("Plugin configuration")) + p:depends("library", arg[1]) + p.anonymous = true + + ign = p:option(Flag, "ignore", translate("Enable")) + ign.enabled = "0" + ign.disabled = "1" + ign.rmempty = false + function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" + end + + lib = p:option(DummyValue, "library", translate("Library")) + lib.default = arg[1] + + local function Range(x,y) + local t = {} + for i = x, y do t[#t+1] = i end + return t + end + + local function Cidr2IpMask(val) + if val then + for i = 1, #val do + local cidr = ip.IPv4(val[i]) or ip.IPv6(val[i]) + if cidr then + val[i] = cidr:network():string() .. " " .. cidr:mask():string() + end + end + return val + end + end + + local function IpMask2Cidr(val) + if val then + for i = 1, #val do + local ip, mask = val[i]:gmatch("([^%s]+)%s+([^%s]+)")() + local cidr + if ip and mask and ip:match(":") then + cidr = ip.IPv6(ip, mask) + elseif ip and mask then + cidr = ip.IPv4(ip, mask) + end + + if cidr then + val[i] = cidr:string() + end + end + return val + end + end + + + local knownPlParams = { + ["olsrd_bmf.so.1.5.3"] = { + { Value, "BmfInterface", "bmf0" }, + { Value, "BmfInterfaceIp", "10.10.10.234/24" }, + { Flag, "DoLocalBroadcast", "no" }, + { Flag, "CapturePacketsOnOlsrInterfaces", "yes" }, + { ListValue, "BmfMechanism", { "UnicastPromiscuous", "Broadcast" } }, + { Value, "BroadcastRetransmitCount", "2" }, + { Value, "FanOutLimit", "4" }, + { DynamicList, "NonOlsrIf", "br-lan" } + }, + + ["olsrd_dyn_gw.so.0.4"] = { + { Value, "Interval", "40" }, + { DynamicList, "Ping", "141.1.1.1" }, + { DynamicList, "HNA", "192.168.80.0/24", IpMask2Cidr, Cidr2IpMask } + }, + + ["olsrd_httpinfo.so.0.1"] = { + { Value, "port", "80" }, + { DynamicList, "Host", "163.24.87.3" }, + { DynamicList, "Net", "0.0.0.0/0", Cidr2IpMask } + }, + + ["olsrd_nameservice.so.0.3"] = { + { DynamicList, "name", "my-name.mesh" }, + { DynamicList, "hosts", "1.2.3.4 name-for-other-interface.mesh" }, + { Value, "suffix", ".olsr" }, + { Value, "hosts_file", "/path/to/hosts_file" }, + { Value, "add_hosts", "/path/to/file" }, + { Value, "dns_server", "141.1.1.1" }, + { Value, "resolv_file", "/path/to/resolv.conf" }, + { Value, "interval", "120" }, + { Value, "timeout", "240" }, + { Value, "lat", "12.123" }, + { Value, "lon", "12.123" }, + { Value, "latlon_file", "/var/run/latlon.js.ipv6" }, + { Value, "latlon_infile", "/var/run/gps.txt" }, + { Value, "sighup_pid_file", "/var/run/dnsmasq.pid" }, + { Value, "name_change_script", "/usr/local/bin/announce_new_hosts.sh" }, + { DynamicList, "service", "http://me.olsr:80|tcp|my little homepage" }, + { Value, "services_file", "/var/run/services_olsr" }, + { Value, "services_change_script", "/usr/local/bin/announce_new_services.sh" }, + { DynamicList, "mac", "xx:xx:xx:xx:xx:xx[,0-255]" }, + { Value, "macs_file", "/path/to/macs_file" }, + { Value, "macs_change_script", "/path/to/script" } + }, + + ["olsrd_quagga.so.0.2.2"] = { + { StaticList, "redistribute", { + "system", "kernel", "connect", "static", "rip", "ripng", "ospf", + "ospf6", "isis", "bgp", "hsls" + } }, + { ListValue, "ExportRoutes", { "only", "both" } }, + { Flag, "LocalPref", "true" }, + { Value, "Distance", Range(0,255) } + }, + + ["olsrd_secure.so.0.5"] = { + { Value, "Keyfile", "/etc/private-olsr.key" } + }, + + ["olsrd_txtinfo.so.0.1"] = { + { Value, "accept", "::1/128" } + }, + + ["olsrd_jsoninfo.so.0.0"] = { + { Value, "accept", "::1/128" }, + { Value, "port", "9090" }, + { Value, "UUIDFile", "/etc/olsrd/olsrd.uuid.ipv6" }, + + }, + + ["olsrd_watchdog.so.0.1"] = { + { Value, "file", "/var/run/olsrd.watchdog.ipv6" }, + { Value, "interval", "30" } + }, + + ["olsrd_mdns.so.1.0.0"] = { + { DynamicList, "NonOlsrIf", "lan" } + }, + + ["olsrd_p2pd.so.0.1.0"] = { + { DynamicList, "NonOlsrIf", "lan" }, + { Value, "P2pdTtl", "10" } + }, + + ["olsrd_arprefresh.so.0.1"] = {}, + ["olsrd_dot_draw.so.0.3"] = {}, + ["olsrd_dyn_gw_plain.so.0.4"] = {}, + ["olsrd_pgraph.so.1.1"] = {}, + ["olsrd_tas.so.0.1"] = {} + } + + + -- build plugin options with dependencies + if knownPlParams[arg[1]] then + for _, option in ipairs(knownPlParams[arg[1]]) do + local otype, name, default, uci2cbi, cbi2uci = unpack(option) + local values + + if type(default) == "table" then + values = default + default = default[1] + end + + if otype == Flag then + local bool = p:option( Flag, name, name ) + if default == "yes" or default == "no" then + bool.enabled = "yes" + bool.disabled = "no" + elseif default == "on" or default == "off" then + bool.enabled = "on" + bool.disabled = "off" + elseif default == "1" or default == "0" then + bool.enabled = "1" + bool.disabled = "0" + else + bool.enabled = "true" + bool.disabled = "false" + end + bool.optional = true + bool.default = default + bool:depends({ library = plugin }) + else + local field = p:option( otype, name, name ) + if values then + for _, value in ipairs(values) do + field:value( value ) + end + end + if type(uci2cbi) == "function" then + function field.cfgvalue(self, section) + return uci2cbi(otype.cfgvalue(self, section)) + end + end + if type(cbi2uci) == "function" then + function field.formvalue(self, section) + return cbi2uci(otype.formvalue(self, section)) + end + end + field.optional = true + field.default = default + --field:depends({ library = arg[1] }) + end + end + end + + return mp + +else + + mpi = Map("olsrd6", translate("OLSR - Plugins")) + + local plugins = {} + mpi.uci:foreach("olsrd6", "LoadPlugin", + function(section) + if section.library and not plugins[section.library] then + plugins[section.library] = true + end + end + ) + + -- create a loadplugin section for each found plugin + for v in fs.dir("/usr/lib") do + if v:sub(1, 6) == "olsrd_" then + if not plugins[v] then + mpi.uci:section( + "olsrd6", "LoadPlugin", nil, + { library = v, ignore = 1 } + ) + end + end + end + + t = mpi:section( TypedSection, "LoadPlugin", translate("Plugins") ) + t.anonymous = true + t.template = "cbi/tblsection" + t.override_scheme = true + function t.extedit(self, section) + local lib = self.map:get(section, "library") or "" + return luci.dispatcher.build_url("admin", "services", "olsrd6", "plugins") .. "/" .. lib + end + + ign = t:option( Flag, "ignore", translate("Enabled") ) + ign.enabled = "0" + ign.disabled = "1" + ign.rmempty = false + function ign.cfgvalue(self, section) + return Flag.cfgvalue(self, section) or "0" + end + + t:option( DummyValue, "library", translate("Library") ) + + return mpi +end diff --git a/applications/luci-app-olsr/luasrc/tools/olsr.lua b/applications/luci-app-olsr/luasrc/tools/olsr.lua new file mode 100644 index 0000000..781b265 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/tools/olsr.lua @@ -0,0 +1,33 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module("luci.tools.olsr", package.seeall) + +function etx_color(etx) + local color = "#bb3333" + if etx == 0 then + color = "#bb3333" + elseif etx < 2 then + color = "#00cc00" + elseif etx < 4 then + color = "#ffcb05" + elseif etx < 10 then + color = "#ff6600" + end + return color +end + +function snr_color(snr) + local color = "#bb3333" + if snr == 0 then + color = "#bb3333" + elseif snr > 30 then + color = "#00cc00" + elseif snr > 20 then + color = "#ffcb05" + elseif snr > 5 then + color = "#ff6600" + end + return color +end + diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm new file mode 100644 index 0000000..1ee763e --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm @@ -0,0 +1,35 @@ +<% if has_v4 and has_v6 then %> + +<%end %> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm new file mode 100644 index 0000000..eb41219 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm @@ -0,0 +1,11 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

<%:OLSR Daemon%>

+

<%:Unable to connect to the OLSR daemon!%>

+

<%:Make sure that OLSRd is running, the "jsoninfo" plugin is loaded, configured on port 9090 and accepts connections from "127.0.0.1".%>

+<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm new file mode 100644 index 0000000..5ea7b74 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm @@ -0,0 +1,122 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local i = 1 + +if luci.http.formvalue("status") == "1" then + local rv = {} + for k, hna in ipairs(hna) do + rv[#rv+1] = { + proto = hna["proto"], + destination = hna["destination"], + genmask = hna["genmask"], + gateway = hna["gateway"], + hostname = hna["hostname"], + validityTime = hna["validityTime"] + } + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end +%> + +<%+header%> + + + + +

<%:Active host net announcements%>

+ +
+
+ + <%:Overview of currently active OLSR host net announcements%> + + + + + + + + + + + <% for k, route in ipairs(hna) do %> + + + + + <% if hna[k].validityTime then + validity = hna[k].validityTime .. 's' + else + validity = '-' + end %> + + + + + <% i = ((i % 2) + 1) + end %> + +
<%:Announced network%><%:OLSR gateway%><%:Validity Time%>
<%=hna[k].destination%>/<%=hna[k].genmask%> + <% if hna[k].proto == '6' then %> + <%=hna[k].gateway%> + <% else %> + <%=hna[k].gateway%> + <% end %> + <% if hna[k].hostname then %> + / <%=hna[k].hostname%> + <% end %> + <%=validity%>
+
+ +<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm new file mode 100644 index 0000000..81d0a3d --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm @@ -0,0 +1,50 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local i = 1 +%> + +<%+header%> + +

<%:Interfaces%>

+ +
+ +
+ <%:Overview of interfaces where OLSR is running%> + + + + + + + + + + + + + <% for k, iface in ipairs(iface) do %> + + + + + + + + + + + <% i = ((i % 2) + 1) + end %> +
<%:Interface%><%:State%><%:MTU%><%:WLAN%><%:Source address%><%:Netmask%><%:Broadcast address%>
<%=iface.name%><%=iface.state%><%=iface.olsrMTU%><%=iface.wireless and luci.i18n.translate('yes') or luci.i18n.translate('no')%><%=iface.ipv4Address or iface.ipv6Address%><%=iface.netmask%><%=iface.broadcast or iface.multicast%>
+
+<%+status-olsr/common_js%> +<%+footer%> + + diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm new file mode 100644 index 0000000..2f59848 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm @@ -0,0 +1,24 @@ +

<%:Legend%>:

+
    +
  • LQ: <%:Success rate of packages received from the neighbour%>
  • +
  • NLQ: <%:Success rate of packages sent to the neighbour%>
  • +
  • ETX: <%:Expected retransmission count%>
  • +
  • +
      +
    • <%:Green%>:<%:Very good (ETX < 2)%>
    • +
    • <%:Yellow%>:<%:Good (2 < ETX < 4)%>
    • +
    • <%:Orange%>:<%:Still usable (4 < ETX < 10)%>
    • +
    • <%:Red%>:<%:Bad (ETX > 10)%>
    • +
    +
  • +
  • SNR: <%:Signal Noise Ratio in dB%>
  • +
  • +
      +
    • <%:Green%>:<%:Very good (SNR > 30)%>
    • +
    • <%:Yellow%>:<%:Good (30 > SNR > 20)%>
    • +
    • <%:Orange%>:<%:Still usable (20 > SNR > 5)%>
    • +
    • <%:Red%>:<%:Bad (SNR < 5)%>
    • +
    +
  • +
+ diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm new file mode 100644 index 0000000..f658288 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm @@ -0,0 +1,50 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local i = 1 +%> + +<%+header%> +

<%:Active MID announcements%>

+ +
+
+ <%:Overview of known multiple interface announcements%> + + + + + + + <% for k, mid in ipairs(mids) do + local aliases = '' + for k,v in ipairs(mid.aliases) do + if aliases == '' then + sep = '' + else + sep = ', ' + end + aliases = v.ipAddress .. sep .. aliases + end + local host = mid.ipAddress + if mid.proto == '6' then + host = '[' .. mid.ipAddress .. ']' + end + %> + + + + + + + <% i = ((i % 2) + 1) + end %> +
<%:OLSR node%><%:Secondary OLSR interfaces%>
<%=mid.ipAddress%><%=aliases%>
+
+<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm new file mode 100644 index 0000000..31dd7d0 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm @@ -0,0 +1,174 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local olsrtools = require "luci.tools.olsr" +local i = 1 + +if luci.http.formvalue("status") == "1" then + local rv = {} + for k, link in ipairs(links) do + link.linkCost = tonumber(link.linkCost)/1024 or 0 + if link.linkCost == 4096 then + link.linkCost = 0 + end + local color = olsrtools.etx_color(link.linkCost) + local snr_color = olsrtools.snr_color(link.snr) + defaultgw_color = "" + if link.defaultgw == 1 then + defaultgw_color = "#ffff99" + end + + rv[#rv+1] = { + rip = link.remoteIP, + hn = link.hostname, + lip = link.localIP, + ifn = link.interface, + lq = string.format("%.3f", link.linkQuality), + nlq = string.format("%.3f",link.neighborLinkQuality), + cost = string.format("%.3f", link.linkCost), + snr = link.snr, + signal = link.signal, + noise = link.noise, + color = color, + snr_color = snr_color, + dfgcolor = defaultgw_color, + proto = link.proto + } + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end +%> + +<%+header%> + + + + + +

<%:OLSR connections%>

+ +
+ +
+ <%:Overview of currently established OLSR connections%> + + + + + + + + + + + + + + + + + <% local i = 1 + for k, link in ipairs(links) do + link.linkCost = tonumber(link.linkCost)/1024 or 0 + if link.linkCost == 4096 then + link.linkCost = 0 + end + + color = olsrtools.etx_color(link.linkCost) + snr_color = olsrtools.snr_color(link.snr) + + if link.snr == 0 then + link.snr = '?' + end + + defaultgw_color = "" + if link.defaultgw == 1 then + defaultgw_color = "#ffff99" + end + %> + + + <% if link.proto == "6" then %> + + <% else %> + + <% end %> + + + + + + + + + <% + i = ((i % 2) + 1) + end %> + +
<%:Neighbour IP%><%:Hostname%><%:Interface%><%:Local interface IP%>LQNLQETXSNR
<%=link.remoteIP%><%=link.remoteIP%><%=link.hostname%><%=link.interface%><%=link.localIP%><%=string.format("%.3f", link.linkQuality)%><%=string.format("%.3f", link.neighborLinkQuality)%><%=string.format("%.3f", link.linkCost)%><%=link.snr%>
+
+ +<%+status-olsr/legend%> +
+<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm new file mode 100644 index 0000000..61e17b3 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm @@ -0,0 +1,221 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% + +has_ipv4_conf = luci.model.uci.cursor():get_first("olsrd", "olsrd", "IpVersion") +has_ipv6_conf = luci.model.uci.cursor():get_first("olsrd6", "olsrd", "IpVersion") + +function write_conf(conf, file) + local fs = require "nixio.fs" + if fs.access(conf) then + luci.http.header("Content-Disposition", "attachment; filename="..file) + luci.http.prepare_content("text/plain") + luci.http.write(fs.readfile(conf)) + end +end + +conf = luci.http.formvalue() + +if conf.openwrt_v4 then + write_conf("/etc/config/olsrd", "olsrd") + return false +end + +if conf.openwrt_v6 then + write_conf("/etc/config/olsrd6", "olsrd6") + return false +end + +if conf.conf_v4 then + write_conf("/var/etc/olsrd.conf", "olsrd.conf") + return false +end + +if conf.conf_v6 then + write_conf("/var/etc/olsrd6.conf", "olsrd6.conf") + return false +end + +%> + +<%+header%> + + + + + +
+ +

OLSR <%:Overview%>

+ +
+ <%:Network%> + + + + + + + + + + +
<%:Interfaces%> + + - + +
<%:Neighbors%> + + - + +
<%:Nodes%> + + - + +
<%:HNA%> + + - + +
<%:Links total%> + + - + +
<%:Links per node (average)%> + - +
+
+ + +
+ OLSR <%:Configuration%> + + + +
<%:Version%> + - +
<%:Download Config%> + <% if has_ipv4_conf then %> + OpenWrt (IPv4), + <% end %> + <% if has_ipv6_conf then %> + OpenWrt (IPv6), + <% end %> + <% if has_ipv4_conf then %> + OLSRD (IPv4), + <% end %> + <% if has_ipv6_conf then %> + OLSRD (IPv6) + <% end %> +
+
+ +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm new file mode 100644 index 0000000..8e46daa --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm @@ -0,0 +1,142 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% + +local olsrtools = require "luci.tools.olsr" +local i = 1 + +if luci.http.formvalue("status") == "1" then + local rv = {} + for k, route in ipairs(routes) do + local ETX = string.format("%.3f", tonumber(route.rtpMetricCost)/1024 or 0) + rv[#rv+1] = { + hostname = route.hostname, + dest = route.destination, + genmask = route.genmask, + gw = route.gateway, + interface = route.networkInterface, + metric = route.metric, + etx = ETX, + color = olsrtools.etx_color(tonumber(ETX)) + } + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end + +%> + +<%+header%> + + + + + + +

<%:Known OLSR routes%>

+ +
+ +
+<%:Overview of currently known routes to other OLSR nodes%> + + + + + + + + + + + + + + + <% for k, route in ipairs(routes) do + ETX = tonumber(route.rtpMetricCost)/1024 or '0' + color = olsrtools.etx_color(ETX) + %> + + + + + + + + + <% + i = ((i % 2) + 1) + end %> + +
<%:Announced network%><%:OLSR gateway%><%:Interface%><%:Metric%>ETX
<%=route.destination%>/<%=route.genmask%> + <% if route.proto == '6' then %> + <%=route.gateway%> + <% else %> + <%=route.gateway%> + <% end %> + <% if route.hostname then %> + / <%=route.hostname%> + <% end %> + <%=route.networkInterface%><%=route.metric%><%=string.format("%.3f", ETX)%>
+ +<%+status-olsr/legend%> +
+<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm new file mode 100644 index 0000000..6aa7a75 --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm @@ -0,0 +1,152 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local i = 1 +require("luci.model.uci") +local uci = luci.model.uci.cursor_state() + +uci:foreach("olsrd", "olsrd", function(s) + if s.SmartGateway and s.SmartGateway == "yes" then has_smartgw = true end +end) + + +if luci.http.formvalue("status") == "1" then + local rv = {} + for k, gw in ipairs(gws) do + gw.tcPathCost = tonumber(gw.tcPathCost)/1024 or 0 + if gw.tcPathCost == 4096 then + gw.tcPathCost = 0 + end + + rv[#rv+1] = { + proto = gw.proto, + ipAddress = gw.ipAddress, + status = gw.ipv4Status or gw.ipv6Status, + tcPathCost = string.format("%.3f", gw.tcPathCost), + hopCount = gw.hopCount, + uplinkSpeed = gw.uplinkSpeed, + downlinkSpeed = gw.downlinkSpeed, + v4 = gw.ipv4 and luci.i18n.translate('yes') or luci.i18n.translate('no'), + v6 = gw.ipv6 and luci.i18n.translate('yes') or luci.i18n.translate('no'), + externalPrefix = gw.externalPrefix + } + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end +%> + +<%+header%> + + + + + +<%+header%> + +

<%:SmartGW announcements%>

+ +
+ +<% if has_smartgw then %> + +
+ <%:Overview of smart gateways in this network%> + + + + + + + + + + + + + + + + + + <% for k, gw in ipairs(gws) do + + gw.tcPathCost = tonumber(gw.tcPathCost)/1024 or 0 + if gw.tcPathCost == 4096 then + gw.tcPathCost = 0 + end + %> + + + <% if gw.proto == '6' then %> + + <% else %> + + <% end %> + + + + + + + + + + + + <% i = ((i % 2) + 1) + end %> + +
<%:Gateway%><%:Status%><%:ETX%><%:Hops%><%:Uplink%><%:Downlink%><%:IPv4%><%:IPv6%><%:Prefix%>
<%=gw.ipAddress%><%=gw.ipAddress%><%=gw.ipv4Status or gw.ipv6Status or '-' %><%=string.format("%.3f", gw.tcPathCost)%><%=gw.hopCount%><%=gw.uplinkSpeed%><%=gw.downlinkSpeed%><%=gw.ipv4 and luci.i18n.translate('yes') or luci.i18n.translate('no')%><%=gw.ipv6 and luci.i18n.translate('yes') or luci.i18n.translate('no')%><%=gw.externalPrefix%>
+
+ +<% else %> + + <%:SmartGateway is not configured on this system.%> + +<% end %> + +<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm new file mode 100644 index 0000000..b3abeae --- /dev/null +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm @@ -0,0 +1,62 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local i = 1 +local olsrtools = require "luci.tools.olsr" +%> + +<%+header%> +

<%:Active OLSR nodes%>

+ +
+ +
+ <%:Overview of currently known OLSR nodes%> + + + + + + + + + + <% for k, route in ipairs(routes) do + local cost = string.format("%.3f", tonumber(route.tcEdgeCost/1024) or 0) + local color = olsrtools.etx_color(tonumber(cost)) + local lq = string.format("%.3f", tonumber(route.linkQuality) or 0) + local nlq = string.format("%.3f", tonumber(route.neighborLinkQuality) or 0) + %> + + + + <% if route.proto == "6" then %> + + + + + <% else %> + + + + + <%end%> + + + + + + + <% i = ((i % 2) + 1) + end %> +
<%:OLSR node%><%:Last hop%><%:LQ%><%:NLQ%><%:ETX%>
<%=route.destinationIP%><%=route.lastHopIP%><%=route.destinationIP%><%=route.lastHopIP%><%=lq%><%=nlq%><%=cost%>
+<%+status-olsr/legend%> +
+ +<%+status-olsr/common_js%> +<%+footer%> diff --git a/applications/luci-app-olsr/po/ca/olsr.po b/applications/luci-app-olsr/po/ca/olsr.po new file mode 100644 index 0000000..db4bce1 --- /dev/null +++ b/applications/luci-app-olsr/po/ca/olsr.po @@ -0,0 +1,707 @@ +# olsr.pot +# generated from ./applications/luci-olsr/luasrc/i18n/olsr.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-06-06 11:22+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Anuncis MID actius" + +msgid "Active OLSR nodes" +msgstr "Nodes OLSR actius" + +msgid "Active host net announcements" +msgstr "Anuncis de xarxa de màquines actives" + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Allow gateways with NAT" +msgstr "Permet els passarel·les amb NAT " + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "Xarxa anunciada" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "Adreça de difusió" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Configuració" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Habilita" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "Habilita aquesta interfície." + +msgid "Enabled" +msgstr "Habilitat" + +msgid "Expected retransmission count" +msgstr "Compte de retransmissió previst" + +msgid "FIB metric" +msgstr "Mètrica FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "Passarel·la" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "General settings" +msgstr "Ajusts generals" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "Anuncis HNA" + +msgid "HNA interval" +msgstr "Interval HNA" + +msgid "HNA validity time" +msgstr "Temps de validesa HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "Anuncis HNA" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "Interval Hello" + +msgid "Hello validity time" +msgstr "Temps de validesa Hello" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "Adreces IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Difusió IPv4" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Difusió selectiva IPv6" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "Interfície" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "Protocol d'Internet" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Rutes OLSR conegudes" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "Envelliment LQ" + +msgid "LQ algorithm" +msgstr "Algoritme LQ" + +msgid "LQ fisheye" +msgstr "LQ fisheye" + +msgid "LQ level" +msgstr "Nivell LQ" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Últim salt" + +msgid "Legend" +msgstr "Llegenda" + +msgid "Library" +msgstr "Biblioteca" + +msgid "Link Quality Settings" +msgstr "Ajusts de qualitat d'enllaç" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "Multiplicador de qualitat d'enllaç" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "IP d'interfície local" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "Interval MID" + +msgid "MID validity time" +msgstr "Temps de validesa MID" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "IP principal" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "Mètric" + +msgid "Mode" +msgstr "Mode" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "Llindar NAT" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "Veïns" + +msgid "Neighbour IP" +msgstr "IP del veí" + +msgid "Neighbours" +msgstr "Veïns" + +msgid "Netmask" +msgstr "Màscara de xarxa" + +msgid "Network" +msgstr "Xarxa" + +msgid "Network address" +msgstr "Adreça de xarxa" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - Opcions de mostra" + +msgid "OLSR - HNA-Announcements" +msgstr "Anuncis OLSR - HNA" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "Anuncis OLSR - HNA" + +msgid "OLSR - Plugins" +msgstr "OLSR - Connectors" + +msgid "OLSR Daemon" +msgstr "Dimoni OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "Dimoni OLSR - Interfície" + +msgid "OLSR connections" +msgstr "Connexions OLSR" + +msgid "OLSR gateway" +msgstr "Passarel·la OLSR" + +msgid "OLSR node" +msgstr "Node OLSR" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "Visió de conjunt" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Visió de conjunt d'anuncis de xarxa de màquines OLSR actives" + +msgid "Overview of currently established OLSR connections" +msgstr "Visió de conjunt de les connexions OLSR establertes actualment" + +msgid "Overview of currently known OLSR nodes" +msgstr "Visió de conjunt dels nodes OLSR coneguts actualment" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Visió de conjunt de rutes conegudes actualment a altres nodes OLSR" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Visió de conjunt de interfícies on està funcionant OLSR" + +msgid "Overview of known multiple interface announcements" +msgstr "Visió de conjunt d'anuncis d'interfície múltiple coneguts" + +msgid "Overview of smart gateways in this network" +msgstr "Visió de conjunt de les passarel·les intel·ligents en aquesta xarxa" + +msgid "Plugin configuration" +msgstr "Configuració de connector" + +msgid "Plugins" +msgstr "Connectors" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "Taxa de sondeig" + +msgid "Port" +msgstr "Port" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "Interfícies OSLR secundàries" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "Anuncis de SmartGW" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "Estat" + +msgid "Status" +msgstr "Estat" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "Interval TC" + +msgid "TC validity time" +msgstr "Temps de validesa TC" + +msgid "TOS value" +msgstr "Valor TOS" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "Sincronització i validitat" + +msgid "Topology" +msgstr "Topologia" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "No s'ha pogut connectar al dimoni OLSR" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "Utilitza histèresi" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Versió" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "Pes" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "Voluntat" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Dispositiu" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Assegura't que l'OLSRd està corrent, que el connector \"txtinfo\" està " +#~ "carregat, configurat al port 2006, i que accepta connexions de " +#~ "\"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/cs/olsr.po b/applications/luci-app-olsr/po/cs/olsr.po new file mode 100644 index 0000000..3166907 --- /dev/null +++ b/applications/luci-app-olsr/po/cs/olsr.po @@ -0,0 +1,693 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-21 14:56+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "Å patné (ETX > 10)" + +msgid "Bad (SNR < 5)" +msgstr "Å patné (SNR < 5)" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Konfigurace" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Povolit" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "Povolit toto rozhraní." + +msgid "Enabled" +msgstr "Povoleno" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "Gateway" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "General settings" +msgstr "Obecné nastavení" + +msgid "Good (2 < ETX < 4)" +msgstr "Dobré (2 < ETX < 4)" + +msgid "Good (30 > SNR > 20)" +msgstr "Dobré (30 > SNR > 20)" + +msgid "Green" +msgstr "Zelený" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "HNA interval" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "Skrýt IPv4" + +msgid "Hide IPv6" +msgstr "Skrýt IPv6" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "Hostname" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "IP adresy" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "IPv4 broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "IPv6 multicast" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "Rozhraní" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "Internet protokol" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "LQ algoritmus" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Poslední skok (hop)" + +msgid "Legend" +msgstr "Legenda" + +msgid "Library" +msgstr "Knihovna" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "IP lokálního rozhraní" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "MID interval" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "Hlavní IP" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "Sousedé" + +msgid "Neighbour IP" +msgstr "IP souseda" + +msgid "Neighbours" +msgstr "Sousedé" + +msgid "Netmask" +msgstr "Maska sítě" + +msgid "Network" +msgstr "Síť" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "OLSR - pluginy" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "Oranžový" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "Konfigurace pluginu" + +msgid "Plugins" +msgstr "Pluginy" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Red" +msgstr "Červený" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "Zobrazit IPv4" + +msgid "Show IPv6" +msgstr "Zobrazit IPv6" + +msgid "Signal Noise Ratio in dB" +msgstr "Úroveň šumu v dB" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "Stále použitelné (4 < ETX < 10)" + +msgid "Still usable (4 < ETX < 10)" +msgstr "Stále použitelné (4 < ETX < 10)" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "TC interval" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "TOS hodnota" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "Topologie" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Verze" + +msgid "Very good (ETX < 2)" +msgstr "Velmi dobré (ETX < 2)" + +msgid "Very good (SNR > 30)" +msgstr "Velmi dobré (SNR > 30)" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "Váha" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "Žlutý" + +msgid "no" +msgstr "ne" + +msgid "yes" +msgstr "ano" + +#~ msgid "Device" +#~ msgstr "Zařízení" diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po new file mode 100644 index 0000000..a23a20d --- /dev/null +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -0,0 +1,814 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-11-21 20:54+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Aktive MID-Ankündigungen" + +msgid "Active OLSR nodes" +msgstr "Aktive OLSR-Knoten" + +msgid "Active host net announcements" +msgstr "Aktive HNA-Ankündigungen" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Allow gateways with NAT" +msgstr "Gateways mit NAT erlauben" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Auswahl von IPv4-Gateways erlauben, die zum Internet hin NAT verwenden" + +msgid "Announce uplink" +msgstr "Uplink ankündigen" + +msgid "Announced network" +msgstr "Angekündigtes Netzwerk" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" +"Beide Werte müssen in der 'dotted decimal' Schreibweise angegeben werden." + +msgid "Broadcast address" +msgstr "Broadcast-Adresse" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Konfiguration" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "Anzeige" + +msgid "Downlink" +msgstr "Download-Bandbreite" + +msgid "Download Config" +msgstr "Konfiguration herunterladen" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"SmartGateway aktivieren. Ist diese Option deaktiviert, dann werden alle " +"folgenden SmartGateway Einstellungen ignoriert. Der Defaultwert ist \"no\"." + +msgid "Enable this interface." +msgstr "Dieses Interface benutzen." + +msgid "Enabled" +msgstr "Aktiviert" + +msgid "Expected retransmission count" +msgstr "Zu erwartende Sendeversuche pro Paket" + +msgid "FIB metric" +msgstr "FIB-Metrik" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"FIBMetric bestimmt die Metrik für Hostrouten die olsrd setzt. \"flat\" setzt " +"die Metrik immer auf 2. Dies ist der bevorzugte Wert, da er dem Kernel dabei " +"hilft, veraltete Routen zu löschen. \"correct\" verwendet den Hopcount als " +"Metrik. \"approx\" benutzt ebenfalls den Hopcount als Metrik, updated diese " +"aber nur, wenn sich auch der Nexthop verändert hat. Der Defaultwert ist " +"\"flat\"." + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" +"Fisheye Mechanismus für TC-Nachrichten (ausgewählt entspricht ein). Der " +"Defaultwert ist \"ein\"" + +msgid "Gateway" +msgstr "Gateway" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "General settings" +msgstr "Allgemeine Einstellungen" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "HNA-Ankündigungen" + +msgid "HNA interval" +msgstr "HNA-Intervall" + +msgid "HNA validity time" +msgstr "HNA-Gültigkeit" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "HNA-Ankündigungen" + +msgid "Hello" +msgstr "Hello" + +msgid "Hello interval" +msgstr "Hello-Intervall" + +msgid "Hello validity time" +msgstr "Hello-Gültigkeit" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Sprünge" + +msgid "Hostname" +msgstr "Hostname" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " +"Netzwerken mittels HNA-Nachrichten ankündigen." + +#, fuzzy +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" +"Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " +"Netzwerken mittels HNA-Nachrichten ankündigen." + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"Verwende Hysterese zur Berechnung von Links (nur verfügbar für Hopcount " +"Metric). Hysterese erhöht die Stabilität von berechneten Routen, verzögert " +"aber das Registrieren von Nachbarknoten. Der Defaultwert ist \"eingeschaltet" +"\"." + +msgid "IP Addresses" +msgstr "IP-Adressen" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"Die zu verwendende IP-Version. Wird 6and4 gewählt dann wird ein OLSRd-" +"Prozess für jedes Protokoll gestartet." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "IPv4 Broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"IPv4 Broadcastadresse für ausgehende OLSR-Pakete. Ein häufig verwendetes " +"Beispiel ist 255.255.255.255. Der Defaultwert ist \"0.0.0.0\". Dies " +"verwendet die Broadcastadresse des Interfaces." + +msgid "IPv4 source" +msgstr "IPv4 Quell-IP" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"IPv4 Quell-IP für ausgehende OLSR-Nachrichten. Der Defaultwert ist " +"\"0.0.0.0\", dann wird die IP des Interfaces verwendet." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "IPv6 Multicast" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" +"IPv6 Multicast-Adresse. Der Defaultwert ist \"FF02::6D\", die linklocal " +"Multicastadresse für MANETs." + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"IPv6 Netzwerk muss in 'full notation', der Prefix in CIDR Schreibweise " +"eingegeben werden." + +msgid "IPv6 source" +msgstr "IPv6 Quell-IP" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"IPv6 Quell-Prefix. OLSRd wählt eine IP als Quell-IP die innerhalb des " +"angegebenen Prefix liegt. Der Defaultwert ist \"0::/0\", damit wird eine " +"IPv6-Adresse des Interfaces verwendet die nicht linklocal ist." + +msgid "IPv6-Prefix of the uplink" +msgstr "IPv6-Präfix des Uplinks" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"Wenn sich die Route zum aktuellen Gateway ändert, dann wird sein ETX-Wert " +"zunächst mit diesem Wert multipliziert bevor er mit dem neuen ETX-Wert " +"verglichen wird. Damit kann \"flapping\" von Routen reduziert werden. Der " +"Wert kann zwischen 0.1 und 1.0 liegen, sollte aber nahe bei 1.0 sein.
ACHTUNG: Diese Einstellung darf nicht zusammen mit der etx_ffeth " +"Metrik verwendet werden!
Der Defaultwert ist \"1.0\"." + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" +"Benutzt dieser Knoten NAT für die Verbindung zum Internet? Der Defaultwert " +"ist \"yes\"." + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"Mit dieser Einstellung kann unnötiges Forwarden von Paketen auf geswitchten " +"Ethernetschnittstellen unterbunden werden. Gültige Werte sind \"mesh\" und " +"\"ether\". Der Defaultwert ist \"mesh\"." + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Interfaces Defaults" +msgstr "Schnittstellen-Standards" + +msgid "Internet protocol" +msgstr "Internet Protokoll" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" +"Intervall mit dem Netzwerkschnittstellen auf Änderungen in ihrer " +"Konfiguration überprüft werden (in Sekunden). Der Defaultwert ist \"2.5\"." + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Bekannte OLSR-Routen" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "LQ-Alterung" + +msgid "LQ algorithm" +msgstr "LQ-Algorithmus" + +msgid "LQ fisheye" +msgstr "LQ-Fisheye" + +msgid "LQ level" +msgstr "LQ-Level" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "letzter Hop" + +msgid "Legend" +msgstr "Legende" + +msgid "Library" +msgstr "Bibliothek" + +msgid "Link Quality Settings" +msgstr "Linkqualitätseinstellungen" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" +"Der Linkqualitäts-Alterungsfaktor kann nur zusammen mit Linkqualitylevel 2 " +"verwendet werden. Kleinere Werte bedeuten, dass ETX-Werte sich langsamer " +"verändern. Erlaubte Werte sind 0.01 bis 1.0." + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" +"Link Quality Algorithmus (nur für lq level 2).
etx_float: " +"floating point ETX mit exponentieller Alterung
etx_fpm: Dasselbe " +"wie etx_float, Berechnung jedoch mit Ganzzahlen
etx_ff: ETX " +"freifunk, eine ETX Variante die allen OLSR Traffic zur ETX Berechnung nutzt " +"(und nicht nur Hello-Nachrichten)
etx_ffeth: Inkompatible " +"Variante von etx_ff die Ethernetlinks mit ETX 0.1 erlaubt
Der Default " +"ist \"etx_ff\"" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" +"Mit dieser Option kann der Linkquality-Algorithmus gewählt werden.
0 = Linkquality nicht benutzen
2 = Linkquality für die " +"Wahl von MPRs und fürs Routing benutzen.
Der Defaultwert ist \"2\"." + +msgid "LinkQuality Multiplicator" +msgstr "LQ-Multiplikator" + +msgid "Links per node (average)" +msgstr "Verbindungen pro Node (Durchschnitt)" + +msgid "Links total" +msgstr "Verbindungen insgesamt" + +msgid "Local interface IP" +msgstr "Lokale Interface-IP" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "MID-Intervall" + +msgid "MID validity time" +msgstr "MID-Gültigkeit" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "Haupt-IP" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "Metrik" + +msgid "Mode" +msgstr "Modus" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#, fuzzy +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" +"Multipliziere die Linkquality (LQ) für Routen mit dem hier angegebenen " +"Faktor, der zwischen 0.01 und 1 liegen kann. Beispiele:
halbiere die LQ " +"zu 192.168.0.1: 192.168.0.1 0.5
reduziere die LQ für alle Nodes die mit " +"diesem Interface kommunizieren um 20%: default 0.8" + +msgid "NAT threshold" +msgstr "NAT-Schwellenwert" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "Nachbarn" + +msgid "Neighbour IP" +msgstr "Nachbar-IP" + +msgid "Neighbours" +msgstr "Nachbarn" + +msgid "Netmask" +msgstr "Netzmaske" + +msgid "Network" +msgstr "Netzwerk" + +msgid "Network address" +msgstr "Netzwerk-Adresse" + +msgid "Nic changes poll interval" +msgstr "Abfrageintervall für Schnittstellenänderungen" + +msgid "Nodes" +msgstr "Knoten" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - Anzeigeoptionen" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - HNA-Ankündigungen" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - HNA-Ankündigungen" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "OLSR Daemon" + +msgid "OLSR Daemon - Interface" +msgstr "OLSR Daemon - Schnittstelle" + +msgid "OLSR connections" +msgstr "OLSR-Verbindungen" + +msgid "OLSR gateway" +msgstr "OLSR-Gateway" + +msgid "OLSR node" +msgstr "OLSR-Knoten" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "Übersicht" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Übersicht über zur Zeit aktive OLSR-Netzwerk-Ankündigungen" + +msgid "Overview of currently established OLSR connections" +msgstr "Übersicht über aktuell bestehende OLSR-Verbindungen" + +msgid "Overview of currently known OLSR nodes" +msgstr "Übersicht über zur Zeit bekannte andere OLSR-Knoten" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Übersicht über zur Zeit bekannte Routen zu anderen OLSR-Knoten" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Übersicht über Interfaces auf denen OLSRd läuft." + +msgid "Overview of known multiple interface announcements" +msgstr "Übersicht über bekannte Mehrfachschnittstellenmeldungen" + +msgid "Overview of smart gateways in this network" +msgstr "Übersicht über Smart Gateways in diesem Netzwerk." + +msgid "Plugin configuration" +msgstr "Pluginkonfiguration" + +msgid "Plugins" +msgstr "Plugins" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "Abfragerate für OLSRd-Sockets in Sekunden. Der Defaultwert ist 0.05." + +msgid "Pollrate" +msgstr "Abfragerate" + +msgid "Port" +msgstr "Port" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "DNS auflösen" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" +"Hostnamen auf den Statusseiten auflösen. Dies ist in der Regel kein Problem, " +"wenn aber öffentliche IPs benutzt werden und das DNS-Setup nicht stabil ist, " +"dann werden die OLSR-Statusseiten nur sehr langsam laden. In diesem Fall " +"sollte man diese Option deaktivieren." + +msgid "Routes" +msgstr "Routen" + +msgid "Secondary OLSR interfaces" +msgstr "Sekundäre OLSR Schnittstellen" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" +"Setzt die Haupt-IP (originator ip) für diesen Router. Diese IP wird sich " +"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist " +"0.0.0.0. Damit wird die IP des ersten Interfaces verwendet." + +#, fuzzy +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" +"Setzt die Haupt-IP (originator ip) für diesen Router. Diese IP wird sich " +"NIEMALS während der Laufzeit von OLSRD verändern. Der Defaultwert ist " +"0.0.0.0. Damit wird die IP des ersten Interfaces verwendet." + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "Smart Gateway" + +msgid "SmartGW announcements" +msgstr "Smart Gateway Ankündigungen" + +msgid "SmartGateway is not configured on this system." +msgstr "Smart Gateway ist auf diesem System nicht konfiguriert." + +msgid "Source address" +msgstr "Quell-IP" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" +"Hiermit kann man die Geschwindigkeit des Uplinks dieses Knotens ankündigen. " +"Der erste Wert ist die Upload-, der zweite Wert die Downloadgeschwindigkeit. " +"Der Defaultwert ist \"128 1024\"." + +msgid "Speed of the uplink" +msgstr "Geschwindigkeit des Uplinks" + +msgid "State" +msgstr "Status" + +msgid "Status" +msgstr "Status" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "Erfolgsquote vom Nachbarn empfangener Pakete" + +msgid "Success rate of packages sent to the neighbour" +msgstr "Erfolgsquote zum Nachbarn gesendeter Pakete" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "TC-Intervall" + +msgid "TC validity time" +msgstr "TC-Gültigkeit" + +msgid "TOS value" +msgstr "TOS-Wert" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" +"OLSR ist eine Implementation des Optimized Link State Routing Protokolls und " +"erlaubt damit Mesh-Routing für jegliche Netzwerkgeräte. Besuche olsrd.org für Hilfe und Dokumentation." + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" +"Hier kann ein Bereitschaftswert angegeben werden. Bleibt dieses Feld leer, " +"dann wird der Bereitschaftswert automatisch anhand von Akkukapazität und " +"Stromversorgung berechnet" + +msgid "The interface OLSRd should serve." +msgstr "Interface das OLSRd verwenden soll." + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"Port, den OLSRd benutzt. Dieser sollte in der Regel auf dem Defaultwert 698 " +"bleiben, was dem von IANA zugewiesenen Port für OLSRd entspricht." + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" +"Hiermit kann der externe IPv6-Präfix an Clients signalisiert werden. Dadurch " +"können Clients ihre lokale IP-Adresse ändern, um diesen IPv6-Gateway ohne " +"Übersetzung der IPv6-Adresse zu benutzen. Die maximale erlaubte Länge des " +"Präfix ist 64 bit. Der Defaultwert ist \"::/0\" (kein Präfix)." + +msgid "Timing and Validity" +msgstr "Taktung und Validität" + +msgid "Topology" +msgstr "Topologie" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" +"TOS-Wert für den IP-Header von OLSR-Nachrichten. Der Defaultwert ist \"16\"." + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Es konnte keine Verbindung zum OLSR-Daemon hergestellt werden!" + +msgid "Uplink" +msgstr "Upload-Bandbreite" + +msgid "Uplink uses NAT" +msgstr "Der Uplink benutzt NAT." + +msgid "Use hysteresis" +msgstr "Hysterese aktivieren" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Version" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"WARNUNG: kmod-ipip ist nicht installiert. Ohne kmod-ipip wird SmartGateway " +"nicht funktionieren!" + +msgid "Weight" +msgstr "Gewichtung" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"Gibt es mehrere Links zwischen einzelnen Nodes dann wird ein Gewichtungswert " +"verwendet um zu bestimmen, welches Interface bevorzugt wird. Dieses Gewicht " +"wird in der Regel automatisch berechnet, kann hier jedoch mit einem festen " +"Wert überschrieben werden. OLSRd wählt den Link mit dem niedrigsten Wert. " +"
Hinweis: Diese Gewichtung ist nur möglich wenn " +"LinkQualityLevel= 0 ist. Für alle anderen Werte von LinkQualityLevel wird " +"stattdessen der ETX-Wert verwendet." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"Welche Art von Uplink im Mesh angekündigt wird. Ein Uplink wird automatisch " +"anhand der lokal angekündigten HNA erkannt (0.0.0.0/0, ::ffff:0:0/96 oder " +"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " +"ankündigen sofern verfügbar)." + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"Welche Art von Uplink im Mesh angekündigt wird. Ein Uplink wird automatisch " +"anhand der lokal angekündigten HNA erkannt (0.0.0.0/0, ::ffff:0:0/96 oder " +"2000::/3). Der Defaultwert ist \"both\" (sowohl IPv4 als auch IPv6 Uplink " +"ankündigen sofern verfügbar)." + +msgid "Willingness" +msgstr "Bereitschaft" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Schnittstelle" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Stellen Sie sicher das OLSRd läuft und das \"txtinfo\" Plugin auf Port " +#~ "2006 geladen und \"127.0.0.1\" als Accept-Host gesetzt ist." diff --git a/applications/luci-app-olsr/po/el/olsr.po b/applications/luci-app-olsr/po/el/olsr.po new file mode 100644 index 0000000..a3cf0d2 --- /dev/null +++ b/applications/luci-app-olsr/po/el/olsr.po @@ -0,0 +1,695 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-31 15:41+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "ΕνεÏγοί κόμβοι OLSR" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "ΠÏοχωÏημένες Ρυθμίσεις" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "ΕνεÏγοποίηση αυτής της διεπαφής." + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "ΠÏλη" + +msgid "General Settings" +msgstr "Γενικές Ρυθμίσεις" + +msgid "General settings" +msgstr "Γενικές Ïυθμίσεις" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "ΔιευθÏνσεις IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "Συνδέσεις σÏνολο" + +msgid "Local interface IP" +msgstr "IP τοπικής διεπαφής" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "Δίκτυο" + +msgid "Network address" +msgstr "ΔιεÏθυνση δικτÏου" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "OLSR Δαίμονας" + +msgid "OLSR Daemon - Interface" +msgstr "OLSR Δαίμονας - Διεπαφή" + +msgid "OLSR connections" +msgstr "OLSR συνδέσεις" + +msgid "OLSR gateway" +msgstr "OLSR Ï€Ïλη" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "ΠόÏτα" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "ΔιαδÏομές" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "Τοπολογία" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Έκδοση" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Συσκευή" diff --git a/applications/luci-app-olsr/po/en/olsr.po b/applications/luci-app-olsr/po/en/olsr.po new file mode 100644 index 0000000..131005e --- /dev/null +++ b/applications/luci-app-olsr/po/en/olsr.po @@ -0,0 +1,701 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Active MID announcements" +msgstr "Active MID announcements" + +msgid "Active OLSR nodes" +msgstr "Active OLSR nodes" + +msgid "Active host net announcements" +msgstr "Active host net announcements" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "Announced network" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "Expected retransmission count" + +msgid "FIB metric" +msgstr "FIB metric" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "General settings" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "HNA interval" + +msgid "HNA validity time" +msgstr "HNA validity time" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "OLSR - HNA-Announcements" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "Hello interval" + +msgid "Hello validity time" +msgstr "Hello validity time" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "IPv4 broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "Internet protocol" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Known OLSR routes" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "LQ aging" + +msgid "LQ algorithm" +msgstr "LQ algorithm" + +msgid "LQ fisheye" +msgstr "LQ fisheye" + +msgid "LQ level" +msgstr "LQ level" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Last hop" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "Library" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "Local interface IP" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "MID interval" + +msgid "MID validity time" +msgstr "MID validity time" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "Neighbour IP" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "Netmask" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - HNA-Announcements" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - HNA-Announcements" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "OLSR Daemon" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "OLSR connections" + +msgid "OLSR gateway" +msgstr "OLSR gateway" + +msgid "OLSR node" +msgstr "OLSR node" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Overview of currently active OLSR host net announcements" + +msgid "Overview of currently established OLSR connections" +msgstr "Overview of currently established OLSR connections" + +msgid "Overview of currently known OLSR nodes" +msgstr "Overview of currently known OLSR nodes" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Overview of currently known routes to other OLSR nodes" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "Overview of known multiple interface announcements" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "Plugin configuration" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "Pollrate" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "Secondary OLSR interfaces" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "TC interval" + +msgid "TC validity time" +msgstr "TC validity time" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Unable to connect to the OLSR daemon!" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "Use hysteresis" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "Willingness" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/es/olsr.po b/applications/luci-app-olsr/po/es/olsr.po new file mode 100644 index 0000000..0e161bd --- /dev/null +++ b/applications/luci-app-olsr/po/es/olsr.po @@ -0,0 +1,830 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-06-15 13:17+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Declaraciones MID activas" + +msgid "Active OLSR nodes" +msgstr "Nodos OLSR activos" + +msgid "Active host net announcements" +msgstr "Declaraciones activas de máquinas en la red" + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Allow gateways with NAT" +msgstr "Permitir pasarelas con NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Permitir seleccionar una pasarela IPv4 con NAT" + +msgid "Announce uplink" +msgstr "Declarar enlace de subida" + +msgid "Announced network" +msgstr "Red declarada" + +msgid "Bad (ETX > 10)" +msgstr "Mal (ETX > 10)" + +msgid "Bad (SNR < 5)" +msgstr "Mal (SNR < 5)" + +msgid "Both values must use the dotted decimal notation." +msgstr "Ambos valores en notación decimal con punto." + +msgid "Broadcast address" +msgstr "Dirección de propagación" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "Sólo puede ser una dirección IPv4 o IPv6 válidas o \"por defecto\"" + +#, fuzzy +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "Sólo puede ser una dirección IPv4 o IPv6 válidas o \"por defecto\"" + +msgid "Configuration" +msgstr "Configuración" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" +"No pude obtener datos. Asegúrese de que el plugin jsoninfo está instalado y " +"permite conexiones desde localhost." + +msgid "Display" +msgstr "Mostrar" + +msgid "Downlink" +msgstr "Enlace de bajada" + +msgid "Download Config" +msgstr "Configuración de descarga" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Activar" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Activar SmartGateway. Si se desactiva el resto de parámetros de SmartGateway " +"se ignoran. \"No\" por defecto." + +msgid "Enable this interface." +msgstr "Activar esta interfaz." + +msgid "Enabled" +msgstr "Activado" + +msgid "Expected retransmission count" +msgstr "Contador de retransmisión esperado" + +msgid "FIB metric" +msgstr "Métrica FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"FIBMetric controla el valor métrico de los conjuntos OLSRd. \"Plano\" " +"significa que la métrica es siempre 2. Este es el valor preferido porque " +"ayuda al enrutador del kernel de linux a limpiar valores antiguos. \"Correct" +"\" usa como métrica el número de saltos. \"Approx\" usa la cuenta de saltos " +"también, pero solo la actualiza si cambia el siguiente salto también. Por " +"defecto \"flat\"." + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "Mecanismo Fisheye para TCs (marcado = activado). Activado por defecto" + +msgid "Gateway" +msgstr "Pasarela" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "General settings" +msgstr "Configuración general" + +msgid "Good (2 < ETX < 4)" +msgstr "Bien (2 < ETX < 4)" + +msgid "Good (30 > SNR > 20)" +msgstr "Bien (30 > SNR > 20)" + +msgid "Green" +msgstr "Verde" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "Declaraciones HNA" + +msgid "HNA interval" +msgstr "Intervalo HNA" + +msgid "HNA validity time" +msgstr "Tiempo de validez de HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "Declaraciones HNA" + +msgid "Hello" +msgstr "Saludo" + +msgid "Hello interval" +msgstr "Intervalo de saludo" + +msgid "Hello validity time" +msgstr "Tiempo de validez del saludo" + +msgid "Hide IPv4" +msgstr "Ocultar IPv4" + +msgid "Hide IPv6" +msgstr "Ocultar IPv6" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Saltos" + +msgid "Hostname" +msgstr "Nombre de máquina" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"Las máquinas de una red OLSR pueden declarar conectividad con redes externas " +"usando mensajes HNA." + +#, fuzzy +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" +"Las máquinas de una red OLSR pueden declarar conectividad con redes externas " +"usando mensajes HNA." + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"Histéresis para la sensibilidad del enlace (sólo para métrica de saltos). La " +"histéresis da más robustez a la sensibilidad de enlace pero retrasa el " +"registro de vecinos. \"Sí\" por defecto" + +msgid "IP Addresses" +msgstr "Direcciones IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"Versión IP a usar. Si se selecciona 6and4 se arrancarán una instancia de " +"oslrd para cada protocolo." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Propagar IPv4" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"Dirección de propagación IPv4 para paquetes salientes OLSR. Por ejemplo " +"\"255.255.255.255\". Por defecto es \"0.0.0.0\" que hace que se use la " +"interfaz de propagación IP." + +msgid "IPv4 source" +msgstr "IPv4 origen" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"Dirección origen IPv4 para paquetes OLSR. Por defecto es \"0.0.0.0\" que " +"hace que se use la interfaz de propagación IP." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Multidifusión IPv6" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" +"Dirección IPv6 de multidifusión. Por defecto es \"FF02::6D\", la dirección " +"de multidifusión local en routers MANET." + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"La red IPv6 debe escribirse en notación completa y el prefijo debe estar en " +"notación CIDR." + +msgid "IPv6 source" +msgstr "IPv6 origen" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"Prefijo origen IPv6. OLSRd elegirá un interfaz IP que encaje con el prefijo " +"de este parámetro. Por defecto es \"0::/0\" que provoca el uso de un " +"interfaz IP no local." + +msgid "IPv6-Prefix of the uplink" +msgstr "Prefijo IPv6 para el enlace de subida" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"Si la ruta a la pasarela actual cambia su ETX de se multiplica por este " +"valor antes de compararse con el nuevo. El parámetro debe estar entre 0.1 y " +"1.0, pero debería aproximarse a 1.0 si se cambia.
AVISO: No debe " +"usarse junto con la métrica etx_ffeth!
Por defecto es 1.0." + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "Este nodo usa NAT para conectar a internet. \"Sí\" por defecto." + +msgid "Interface" +msgstr "Interfaz" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"El modo de interfaz se usar para evitar traspaso innecesario de paquetes en " +"interfaces de red conmutados. Los modos válidos son \"mesh\" y \"ether\". " +"Por defecto es \"mesh\"." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces Defaults" +msgstr "Valores por defecto de los interfaces" + +msgid "Internet protocol" +msgstr "Protocolo de Internet" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" +"Intervalo de sondeo de cambios de configuración a interfaces de red (en " +"segundos). Por defecto es \"2.5\"." + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "Valor no válido para LQMult-Value. Debe ser entre 0,01 y 1,0." + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" +"Valor no válido para LQMult-Value. Debe usar un número decimal entre 0,01 y " +"1,0." + +msgid "Known OLSR routes" +msgstr "Rutas OLSR conocidas" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "LQ - Envejecimiento" + +msgid "LQ algorithm" +msgstr "LQ - Algoritmo" + +msgid "LQ fisheye" +msgstr "LQ - Ojo de pez" + +msgid "LQ level" +msgstr "LQ - Nivel" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" +"LQMult precisa dos valores (dirección IP o \"por defecto\" y multiplicador) " +"separados por un espacio." + +msgid "Last hop" +msgstr "Último salto" + +msgid "Legend" +msgstr "Leyenda" + +msgid "Library" +msgstr "Biblioteca" + +msgid "Link Quality Settings" +msgstr "Configuración de calidad de enlace" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" +"Factor de envejecimiento de la calidad del enlace (sólo para CE nivel 2). " +"Parámetro de ajuste para etx_float y etx_fpm, valores menores implican " +"cambios más lentos en el valor ETX. (los valores permitidos están entre 0.01 " +"y 1.0)" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" +"Algoritmo de calidad de enlace (solo para CE nivel 2).
etx_float: ETX en punto flotante con envejecimiento exponencial
etx_fpm : igual que etx_float, pero con aritmética entera
etx_ff : " +"ETX freifunk, variante etx que usar todo el tráfico OLSR (en vez de sólo " +"\"hellos\") para los cálculos ETX
etx_ffeth: variante " +"incompatible de etx_ff que permite enlaces ethernet con ETX 0.1.
Por " +"defecto \"etx_ff\"" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" +"Intercambio del nivel de calidad del enlace entre \"cuenta de saltos\" y " +"enrutado \"basado en coste\" (principalmente ETX).
0 = no usar " +"calidad del enlace
2 = use calidad del enlace para selección de " +"MPR y enrutado
Por defecto es 2" + +msgid "LinkQuality Multiplicator" +msgstr "Multilplicador de calidad de enlace" + +msgid "Links per node (average)" +msgstr "Media de enlaces por nodo" + +msgid "Links total" +msgstr "Enlaces totales" + +msgid "Local interface IP" +msgstr "IP de la interfaz local" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "Intervalo de MID" + +msgid "MID validity time" +msgstr "Tiempo de validez de MID" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "IP principal" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" +"Asegúrese de que OLSRd funciona y de que el plugin \"jsoninfo\" está " +"cargado, configurado en el puerto 9090 y que acepta conexiones desde " +"127.0.0.1." + +msgid "Metric" +msgstr "Métrica" + +msgid "Mode" +msgstr "Modo" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" +"Multiplicar las rutas con el factor dado aquí. Los valores permitidos está " +"entre 0,01 y 1,0. Se usa sólo cuando el nivel LQ es mayor que 0. Ejemplos:" +"
reducir LQ a 192.168.0.1 por la mitad: 192.168.0.1 0,5
reducir LQ " +"a todos los nodos de esta interfaz el 20%: default 0,8" + +#, fuzzy +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" +"Multiplicar las rutas con el factor dado aquí. Los valores permitidos está " +"entre 0,01 y 1,0. Se usa sólo cuando el nivel LQ es mayor que 0. Ejemplos:" +"
reducir LQ a 192.168.0.1 por la mitad: 192.168.0.1 0,5
reducir LQ " +"a todos los nodos de esta interfaz el 20%: default 0,8" + +msgid "NAT threshold" +msgstr "Umbral NAT" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "Vecinos" + +msgid "Neighbour IP" +msgstr "IP vecina" + +msgid "Neighbours" +msgstr "Vecinos" + +msgid "Netmask" +msgstr "Máscara de red" + +msgid "Network" +msgstr "Red" + +msgid "Network address" +msgstr "Dirección de red" + +msgid "Nic changes poll interval" +msgstr "Intervalo de muestreo de cambios de nic" + +msgid "Nodes" +msgstr "Nodos" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - Mostrar opciones" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - Declaraciones HNA" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - Declaraciones HNA" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "Demonio OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "Demonio OLSR - Interfaz" + +msgid "OLSR connections" +msgstr "Conexiones OLSR" + +msgid "OLSR gateway" +msgstr "Puerta de enlace OLSR" + +msgid "OLSR node" +msgstr "Nodo OLSR" + +msgid "Orange" +msgstr "Naranja" + +msgid "Overview" +msgstr "Resumen" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Resumen de declaraciones OLSR de máquinas activas" + +msgid "Overview of currently established OLSR connections" +msgstr "Resumen de conexiones de OLSR vivas" + +msgid "Overview of currently known OLSR nodes" +msgstr "Nodos conocidos OLSR" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Rutas conocidas a otros nodos OLSR" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Resumen de interfaces con OLSR en ejecución" + +msgid "Overview of known multiple interface announcements" +msgstr "Declaraciones de múltiples interfaces conocidas" + +msgid "Overview of smart gateways in this network" +msgstr "Pasarelas inteligentes en esta red" + +msgid "Plugin configuration" +msgstr "Configuración del plugin" + +msgid "Plugins" +msgstr "Plugins" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "Ratio de muestreo de paquetes OLSR en segundos. Por defecto es 0.05." + +msgid "Pollrate" +msgstr "Tasa de muestreo" + +msgid "Port" +msgstr "Puerto" + +msgid "Prefix" +msgstr "Prefijo" + +msgid "Red" +msgstr "Rojo" + +msgid "Resolve" +msgstr "Calcular" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" +"Calcula los nombres de máquina en las páginas de estado. Suele ser seguro, " +"pero las páginas se cargarán lentamente si usa IPs públicas y tiene una " +"configuración inestable de DNS." + +msgid "Routes" +msgstr "Rutas" + +msgid "Secondary OLSR interfaces" +msgstr "Interfaces OLSR secundarias" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" +"Configura la dirección IP principal (IP originadora) del router. NUNCA debe " +"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca " +"el uso de la IP del primer interfaz." + +#, fuzzy +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" +"Configura la dirección IP principal (IP originadora) del router. NUNCA debe " +"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca " +"el uso de la IP del primer interfaz." + +msgid "Show IPv4" +msgstr "Mostrar IPv4" + +msgid "Show IPv6" +msgstr "Mostrar IPv6" + +msgid "Signal Noise Ratio in dB" +msgstr "Ratio señal / ruido en dB" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "Declaraciones SmartGW" + +msgid "SmartGateway is not configured on this system." +msgstr "SmartGateway no está configurado." + +msgid "Source address" +msgstr "Dirección origen" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" +"Especifica la velocidad del enlace en kilobits/s. El primer parámetro es la " +"subida y el segundo la bajada. Por defecto es \"128 1024\"." + +msgid "Speed of the uplink" +msgstr "Velocidad de subida" + +msgid "State" +msgstr "Estado" + +msgid "Status" +msgstr "Estado" + +msgid "Still usable (20 > SNR > 5)" +msgstr "Aún usable (20 > SNR > 5)" + +msgid "Still usable (4 < ETX < 10)" +msgstr "Aún usable (4 < ETX < 10)" + +msgid "Success rate of packages received from the neighbour" +msgstr "Ratio de éxito de paquetes recibidos de la vecindad" + +msgid "Success rate of packages sent to the neighbour" +msgstr "Ratio de éxito de paquetes enviados a la vecindad" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "Intervalo TC" + +msgid "TC validity time" +msgstr "Validez de TC" + +msgid "TOS value" +msgstr "TOS" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" +"El demonio OLSR es una implementación del protocolo Optimized Link State " +"Routing. Permite enrutado mesh para cualquier equipo en red. Funciona sobre " +"cualquier tarjeta wi.fi que soporte el modo ad-hoc y cualquier dispositivo " +"ethernet. Puede visitar olsrd.org para " +"ayuda y documentación." + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" +"Willingness fija a usar. Si no se establece se calculará dinámicamente " +"basándose en el estado de la batería y la corriente. Por defecto es 3." + +msgid "The interface OLSRd should serve." +msgstr "Interfaz a usar por OLSRD." + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"Puerto a usar por OLSR. Debería ser 698 tal y como asigna IANA. Puede tener " +"un valor entre 1 y 65535." + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" +"Prefijo IPv6 a mostrar a clientes del enlace. Puede hacer que un cliente " +"cambio su dirección IPv6 para usar la pasarela sin ningún tipo de traducción " +"de dirección. La longitud máxima del prefijo es 64 bits. Por defecto es " +"\"::/0\" (sin prefijo)." + +msgid "Timing and Validity" +msgstr "Tiempo y validez" + +msgid "Topology" +msgstr "Topología" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" +"Tipo de servicio para la cabecera de control de tráfico de IP. Por defecto " +"es 16." + +msgid "Unable to connect to the OLSR daemon!" +msgstr "¡No puedo conectar con el demonio OLSR!" + +msgid "Uplink" +msgstr "Enlace saliente" + +msgid "Uplink uses NAT" +msgstr "El enlace saliente usa NAT" + +msgid "Use hysteresis" +msgstr "Usar histéresis" + +msgid "Validity Time" +msgstr "Tiempo de validez" + +msgid "Version" +msgstr "Versión" + +msgid "Very good (ETX < 2)" +msgstr "Muy bien (ETX < 2)" + +msgid "Very good (SNR > 30)" +msgstr "Muy bien (SNR > 30)" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"Aviso: kmod-ipip no está instalado. Sin kmod-ipip SmartGateway no funcionará." + +msgid "Weight" +msgstr "Peso" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"Cuando hayan múltiples enlaces entre máquinas el peso del interfaz se usar " +"para determinar qué enlace usar. Normalmente se calcula automáticamente " +"basándose en las características de la interfaz, pero puede indicar un valor " +"fijo. OLSRd elegirá enlaces con el valor menor.
Nota: El peso " +"del interfaz se usao sólo cuando LinkQualityLevel está en 0. Para otros " +"valores se usará el valor del interfaz EXT." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"Tipo de enlace exportado a otros nodos del mesh. Un enlace se detecta " +"buscando una HNA local de 0.0.0.0/0, ::ffff:0:0/96 o 2000::/3. Por defecto " +"\"both\"." + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"Tipo de enlace exportado a otros nodos del mesh. Un enlace se detecta " +"buscando una HNA local de 0.0.0.0/0, ::ffff:0:0/96 o 2000::/3. Por defecto " +"\"both\"." + +msgid "Willingness" +msgstr "Willingness" + +msgid "Yellow" +msgstr "Amarillo" + +msgid "no" +msgstr "no" + +msgid "yes" +msgstr "sí" + +#~ msgid "Device" +#~ msgstr "Dispositivo" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Asegúrese de que OLSRd se está ejecutando, que el plugin \"txtinfo\" esté " +#~ "cargado, configurado en el puerto 2006 y que acepta conexiones desde " +#~ "127.0.0.1." + +#~ msgid "" +#~ "Multiply routes with the factor given here. Allowed values are between " +#~ "0.01 and 1. It is only used when LQ-Level is greater than 0. Examples:" +#~ "
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to " +#~ "all nodes on this interface by 20%: default 0.8" +#~ msgstr "" +#~ "Multiplicar rutas por este factor. Valores entre 0,01 y 1. Sólo se usa si " +#~ "el nivel de CA es mayor que 0. Ejemplos:
reducir CE a la mitad a " +#~ "192.168.0.1: \"192.168.0.1 0.5\"
reducir CE a todos los nodos en " +#~ "esta interfaz el 20%: \"default 0.8\"" diff --git a/applications/luci-app-olsr/po/fr/olsr.po b/applications/luci-app-olsr/po/fr/olsr.po new file mode 100644 index 0000000..e93a6bd --- /dev/null +++ b/applications/luci-app-olsr/po/fr/olsr.po @@ -0,0 +1,692 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-01-15 05:35+0200\n" +"Last-Translator: desillu \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "IPv6 multidiffusion" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/he/olsr.po b/applications/luci-app-olsr/po/he/olsr.po new file mode 100644 index 0000000..38aa43b --- /dev/null +++ b/applications/luci-app-olsr/po/he/olsr.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po new file mode 100644 index 0000000..38aa43b --- /dev/null +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/it/olsr.po b/applications/luci-app-olsr/po/it/olsr.po new file mode 100644 index 0000000..a88d297 --- /dev/null +++ b/applications/luci-app-olsr/po/it/olsr.po @@ -0,0 +1,733 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-10 15:13+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Annunci MID attivi" + +msgid "Active OLSR nodes" +msgstr "Nodi OLSR attivi" + +msgid "Active host net announcements" +msgstr "Annunci rete host attiva" + +msgid "Advanced Settings" +msgstr "Opzioni avanzate" + +msgid "Allow gateways with NAT" +msgstr "Permetti gateway con NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Permetti l'uso di gateway in uscita con NAT" + +msgid "Announce uplink" +msgstr "Annuncia uplink" + +msgid "Announced network" +msgstr "Rete da annnunciare" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "Entrambi i valori devono essere nella notazione decimale puntata" + +msgid "Broadcast address" +msgstr "Indirizzo di broadcast" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Configurazione" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "Display" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Download Config" +msgstr "Configurazione Download" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Attiva" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Abitita SmartGateway. Se è disattivata, tutti gli altri parametri " +"SmartGateway verrano ignorati. Predefinito è \"no\"." + +msgid "Enable this interface." +msgstr "Attiva questa interfaccia." + +msgid "Enabled" +msgstr "Attivato" + +msgid "Expected retransmission count" +msgstr "Expected retransmission count" + +msgid "FIB metric" +msgstr "Metrica FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "Gateway" + +msgid "General Settings" +msgstr "Impostazioni Generali" + +msgid "General settings" +msgstr "Impostazioni Generali" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "Annuncio di HNA" + +msgid "HNA interval" +msgstr "Intervallo HNA" + +msgid "HNA validity time" +msgstr "Durata di validità HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "Annuncio di HNA" + +msgid "Hello" +msgstr "Ciao" + +msgid "Hello interval" +msgstr "Intervallo Saluto" + +msgid "Hello validity time" +msgstr "Durata validità Saluto" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Hops" + +msgid "Hostname" +msgstr "Nome Host" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"Isteresi del link (solo per la metrica hopocount). L'isteresi aggiunge " +"robustezza alla sensibilità del link ma rallenta la registrazione dei " +"vicini. Default è \"si\"" + +msgid "IP Addresses" +msgstr "Indirizzi IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"Versione IP da usare. Se entrambe sono selezionate una istanza di olsrd è " +"avviata per ogni versione." + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"Indirizzo di broadcast per i pacchetti OLSR. Per esempio potresti avere " +"255.255.255.255. Default is 0.0.0.0, il che abilita l'uso dell'ip di " +"broadcast di default." + +msgid "IPv4 source" +msgstr "IPv4 source" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"IPv4 source per i pacchetti uscenti da OLSR. Predefinito \"0.0.0.0\", il che " +"abilita l'uso dell'IP dell'interfaccia di uscita." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "IPv6 multicast" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"IPv6 network deve essere specificata in full notation, il prefisso deve " +"essere in CIDR notation." + +msgid "IPv6 source" +msgstr "IPv6 source" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"IPv6 src prefix. OLSRd sceglierà uno degli IP dell'interfaccia che matchano " +"questo parametro. Predefinito è \"0::/0\", il che abilita l'uso di un IP non-" +"linklocal." + +msgid "IPv6-Prefix of the uplink" +msgstr "IPv6-Prefix dell' uplink" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"Se la rotta del gateway attuale viene modificata, il valore di ETX del " +"gateway è moltiplicata per questo valore prima che sia comparato con nuovo " +"valore.Il parametro può essere compreso tra 0.1 e 1.0, ma si consiglia un " +"valore vicino a 1.0.
ATTENZIONE: Questo valore non deve essere " +"utilizzato insieme con la metrica etx_ffeth!
Defaults a \"1.0\"." + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" +"Se questo nodo usa un NAT per connettersi a Internet. Predefinito è \"si\"." + +msgid "Interface" +msgstr "Interfaccia" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "Annuncio di HNA" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Impossibile connetersi al demone OLSR!" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "L'uplink usa il NAT" + +msgid "Use hysteresis" +msgstr "Usa l'isteresi" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Versione" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "Peso" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"Quando link multipli esisto tra gli hosts il peso dell'interfaccia viene " +"usato. Normalmente il peso è automaticamente calcolato dal demone olsrd in " +"base alle caratteristiche del link, ma qui puoi specificare un valore di " +"contrappeso. OLSRd sceglierà il link con il più basso valore.
Nota:Il peso dell'interfaccia è uso quando LinkQualityLevel è 0. Per ogni altro " +"valore di LinkQualityLevel, il valore di ETX è usato." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"Quale tipo di uplink è mostrato agli altri nodi. Un uplink è individuato " +"cercando un HNA del tipo 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"Quale tipo di uplink è mostrato agli altri nodi. Un uplink è individuato " +"cercando un HNA del tipo 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Periferica" diff --git a/applications/luci-app-olsr/po/ja/olsr.po b/applications/luci-app-olsr/po/ja/olsr.po new file mode 100644 index 0000000..b3f0109 --- /dev/null +++ b/applications/luci-app-olsr/po/ja/olsr.po @@ -0,0 +1,800 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-11-14 14:40+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "アクティブãªMID(Multi Interface Declaration) 通知" + +msgid "Active OLSR nodes" +msgstr "アクティブãªOLSRノード" + +msgid "Active host net announcements" +msgstr "アクティブãªãƒ›ã‚¹ãƒˆãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯é€šçŸ¥" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Allow gateways with NAT" +msgstr "NATを使用ã™ã‚‹ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ã‚’é¸æŠžå¯èƒ½ã«ã™ã‚‹" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "NATを介ã—ã¦ãƒ‘ケットをé€ä¿¡ã™ã‚‹IPv4 ゲートウェイをé¸æŠžå¯èƒ½ã«ã—ã¾ã™" + +msgid "Announce uplink" +msgstr "通知ã™ã‚‹ã‚¢ãƒƒãƒ—リンク" + +msgid "Announced network" +msgstr "通知ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "ã©ã¡ã‚‰ã®å€¤ã‚‚ドット付ãå進数ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã ã•ã„。" + +msgid "Broadcast address" +msgstr "ブロードキャストアドレス" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "設定" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "ディスプレイ" + +msgid "Downlink" +msgstr "ダウンリンク" + +msgid "Download Config" +msgstr "設定ダウンロード" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "有効" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"スマートゲートウェイを有効ã«ã—ã¾ã™ã€‚無効ã®å ´åˆã€ãã®ä»–å…¨ã¦ã®ã‚¹ãƒžãƒ¼ãƒˆã‚²ãƒ¼ãƒˆ" +"ウェイã®è¨­å®šå€¤ã¯ç„¡è¦–ã•ã‚Œã¾ã™ã€‚標準設定ã¯\"無効\"ã§ã™ã€‚" + +msgid "Enable this interface." +msgstr "ã“ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’有効ã«ã—ã¾ã™ã€‚" + +msgid "Enabled" +msgstr "有効" + +msgid "Expected retransmission count" +msgstr "å†é€æ•°ã®æœŸå¾…値" + +msgid "FIB metric" +msgstr "FIB メトリック" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"FIB メトリックã¯ã€OLSRdãŒè¨­å®šã™ã‚‹ãƒ›ã‚¹ãƒˆçµŒè·¯ã®ãƒ¡ãƒˆãƒªãƒƒã‚¯å€¤ã‚’コントロールã—ã¾" +"ã™ã€‚\"flat\"ã‚’é¸æŠžã—ãŸå ´åˆã€ãƒ¡ãƒˆãƒªãƒƒã‚¯å€¤ã¯å¸¸ã«\"2\"ã¨ãªã‚Šã¾ã™ã€‚ã“ã®è¨­å®šã¯ã€" +"Linuxカーãƒãƒ«ãŒå¤ã„経路を消去ã™ã‚‹ã®ã«æœ‰åŠ¹ãªãŸã‚ã€å¥½ã¾ã—ã„設定ã§ã™ã€‚\"correct" +"\"ã¯ãƒ›ãƒƒãƒ—数をメトリック値ã¨ã—ã¦ä½¿ç”¨ã—ã¾ã™ã€‚\"approx\"ã‚‚åŒæ§˜ã«ãƒ›ãƒƒãƒ—数をメト" +"リック値ã¨ã—ã¦ä½¿ç”¨ã—ã¾ã™ãŒã€æ¬¡ãƒ›ãƒƒãƒ—ãŒå¤‰æ›´ã—ãŸå ´åˆã®ã¿æ›´æ–°ã‚’è¡Œã„ã¾ã™ã€‚標準設" +"定ã¯\"flat\"ã§ã™ã€‚" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "TCsã®fisheyeメカニズムを使用ã—ã¾ã™ã€‚標準設定ã¯\"有効\"ã§ã™ã€‚" + +msgid "Gateway" +msgstr "ゲートウェイ" + +msgid "General Settings" +msgstr "一般設定" + +msgid "General settings" +msgstr "一般設定" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "HNA 通知" + +msgid "HNA interval" +msgstr "HNA é€ä¿¡é–“éš”" + +msgid "HNA validity time" +msgstr "HNA 有効時間" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "HNA 通知" + +msgid "Hello" +msgstr "Hello" + +msgid "Hello interval" +msgstr "Hello é€ä¿¡é–“éš”" + +msgid "Hello validity time" +msgstr "Hello 有効時間" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "ホップ" + +msgid "Hostname" +msgstr "ホストå" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"リンク検出ã«å¯¾ã™ã‚‹ãƒ’ステリシスを設定ã—ã¾ã™ (ホップ数メトリックã®å ´åˆã®ã¿æœ‰" +"効)。ヒステリシスã¯ãƒªãƒ³ã‚¯æ¤œå‡ºã«å¯¾ã™ã‚‹ãƒ­ãƒã‚¹ãƒˆæ€§ã‚’å‘上ã•ã›ã¾ã™ãŒã€éš£æŽ¥ãƒŽãƒ¼ãƒ‰ã®" +"登録ãŒé…ããªã‚Šã¾ã™ã€‚標準設定ã¯\"有効\"ã§ã™ã€‚" + +msgid "IP Addresses" +msgstr "IPアドレス" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"使用ã™ã‚‹IPプロトコルãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’指定ã—ã¾ã™ã€‚6and4ãŒé¸æŠžã•ã‚ŒãŸå ´åˆã€å„プロトコ" +"ルã«å¯¾ã—ã¦1ã¤ã¥ã¤OLSRdインスタンスãŒèµ·å‹•ã—ã¾ã™ã€‚" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "IPv4 ブロードキャスト" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"é€ä¿¡ã™ã‚‹OLSRパケットã®IPv4ブロードキャストアドレスã§ã™ã€‚便利ãªä¸€ä¾‹ã¨ã—ã¦ã€" +"255.255.255.255ãŒæŒ™ã’られã¾ã™ã€‚標準設定ã¯\"0.0.0.0\"ã§ã‚ã‚Šã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹" +"ã®ãƒ–ロードキャストIPを使用ã—ã¾ã™ã€‚" + +msgid "IPv4 source" +msgstr "IPv4 é€ä¿¡å…ƒ" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"é€ä¿¡ã™ã‚‹OLSRパケットã®IPv4é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹ã§ã™ã€‚標準設定ã¯\"0.0.0.0\"ã§ã‚ã‚Šã€ã‚¤" +"ンターフェースã®IPを使用ã—ã¾ã™ã€‚" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "IPv6 マルãƒã‚­ãƒ£ã‚¹ãƒˆ" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" +"IPv6 マルãƒã‚­ãƒ£ã‚¹ãƒˆã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’設定ã—ã¾ã™ã€‚標準ã¯MANETルーターãŒä½¿ç”¨ã™ã‚‹ãƒªãƒ³ã‚¯" +"ローカル・マルãƒã‚­ãƒ£ã‚¹ãƒˆã§ã‚ã‚‹\"FF02::6D\"ã§ã™ã€‚" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"IPv6 ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯çœç•¥ã›ãšã«å…¥åŠ›ã—ã¦ãã ã•ã„。プレフィクスã¯CIDRå½¢å¼" +"ã§å…¥åŠ›ã—ã¦ãã ã•ã„。" + +msgid "IPv6 source" +msgstr "IPv6 é€ä¿¡å…ƒ" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"IPv6é€ä¿¡å…ƒãƒ—レフィクスを設定ã—ã¾ã™ã€‚OLSRdã¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ä¸­ã‹ã‚‰ã€ã“ã®ãƒ—レ" +"フィクス値ã«ä¸€è‡´ã™ã‚‹ã‚‚ã®ã‚’é¸æŠžã—ã¾ã™ã€‚標準設定ã¯\"0::/0\"ã§ã‚ã‚Šã€ãƒªãƒ³ã‚¯ãƒ­ãƒ¼ã‚«" +"ルIPã§ãªã„インターフェースIPを使用ã—ã¾ã™ã€‚" + +msgid "IPv6-Prefix of the uplink" +msgstr "アップリンクIPv6 プレフィクス" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"ç¾åœ¨ã®ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ã¸ã®çµŒè·¯ãŒå¤‰ã‚ã‚‹å ´åˆã€ã“ã®ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ã®ETX値ã¯æ–°ã—ã„値ã¨æ¯”" +"較ã•ã‚Œã‚‹å‰ã«ã€ã“ã®ãƒ‘ラメータã®å€¤ã¨ä¹—ç®—ã•ã‚Œã¾ã™ã€‚パラメータã¯0.1ã‹ã‚‰1.0ã®é–“ã§" +"設定å¯èƒ½ã§ã™ã€‚ãŸã ã—ã€å¤‰æ›´ã™ã‚‹å ´åˆã€1.0ã«è¿‘ã„値を設定ã™ã‚‹äº‹ã‚’ãŠè–¦ã‚ã—ã¾ã™ã€‚" +"
警告:ã“ã®ãƒ‘ラメータã¯etx_ffeth メトリックã¨åŒæ™‚ã«ä½¿ç”¨ã—ãªã„ã§ã" +"ã ã•ã„!
標準設定ã¯\"1.0\"ã§ã™ã€‚" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" +"ã“ã®ãƒŽãƒ¼ãƒ‰ãŒNATを使用ã—ã¦ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆã«æŽ¥ç¶šã™ã‚‹å ´åˆã€æœ‰åŠ¹ã«ã—ã¦ãã ã•ã„。標" +"準設定ã¯\"有効\"ã§ã™ã€‚" + +msgid "Interface" +msgstr "インターフェース" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"インターフェースモードã¯ã€ã‚¹ã‚¤ãƒƒãƒä¸Šã®ã‚¤ãƒ¼ã‚µãƒãƒƒãƒˆã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã«ä¸å¿…è¦ãª" +"パケットã®é€ä¿¡ã‚’抑制ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã—ã¾ã™ã€‚有効ãªãƒ¢ãƒ¼ãƒ‰ã¯\"mesh\"åŠã³\"ether" +"\"ã§ã™ã€‚標準設定ã¯\"mesh\"ã§ã™ã€‚" + +msgid "Interfaces" +msgstr "インターフェース" + +msgid "Interfaces Defaults" +msgstr "インターフェース デフォルト設定" + +msgid "Internet protocol" +msgstr "インターãƒãƒƒãƒˆãƒ—ロトコル" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" +"ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®è¨­å®šãŒå¤‰æ›´ã•ã‚ŒãŸã‹ã‚’ãƒã‚§ãƒƒã‚¯ã™ã‚‹ãƒãƒ¼ãƒªãƒ³ã‚°é–“" +"隔を秒å˜ä½ã§è¨­å®šã—ã¾ã™ã€‚標準設定ã¯\"2.5\"ã§ã™ã€‚" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "OLSR ルーティング" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "LQ エイジング" + +msgid "LQ algorithm" +msgstr "LQ アルゴリズム" + +msgid "LQ fisheye" +msgstr "LQ fisheye" + +msgid "LQ level" +msgstr "LQ レベル" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "最終ホップ" + +msgid "Legend" +msgstr "凡例" + +msgid "Library" +msgstr "ライブラリ" + +msgid "Link Quality Settings" +msgstr "リンクå“質 (LQ) 設定" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" +"リンクå“質 (LQ) ã®ã‚¨ã‚¤ã‚¸ãƒ³ã‚°è¦ç´ ã®è¨­å®šã‚’è¡Œã„ã¾ã™ (LQ レベルãŒ2ã®å ´åˆã®ã¿æœ‰" +"効)。etx_floatåŠã³etx_fpmã®å€¤ã®èª¿æ•´ã‚’è¡Œã„ã¾ã™ã€‚値ãŒå°ã•ããªã‚‹ã¨ã€ETX値ã®å¤‰åŒ–" +"ãŒé…ããªã‚Šã¾ã™ã€‚設定å¯èƒ½ãªå€¤ã¯0.01-1.0ã§ã™ã€‚" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" +"リンクå“質 (LQ) アルゴリズムを設定ã—ã¾ã™ (LQ レベルãŒ2ã®å ´åˆã®ã¿æœ‰åŠ¹)。
etx_float: 浮動å°æ•°ç‚¹æ¼”算+指数関数エイジング
etx_fpm : " +"etx_floatã¨åŒæ§˜ã€ãŸã ã—整数値演算を行ã„ã¾ã™
etx_ff : ETX " +"freifunk, ETXã®å¤‰å½¢ç‰ˆã§ã‚ã‚Šã€ETX算出ã®ãŸã‚ã«Helloパケットã ã‘ã§ãªãå…¨ã¦ã®OLSR" +"トラフィックを使用ã—ã¾ã™
etx_ffeth: etx_ffã¨äº’æ›æ€§ã®ãªã„変形版ã§" +"ã™ã€‚イーサãƒãƒƒãƒˆã®ãƒªãƒ³ã‚¯ã«ETX 0.1を設定ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™
標準設定ã¯" +"\"etx_ff\"ã§ã™ã€‚" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" +"リンクå“質(LQ) レベルã®è¨­å®šã§ã¯ã€ãƒ›ãƒƒãƒ—数ベースã¾ãŸã¯ã‚³ã‚¹ãƒˆãƒ™ãƒ¼ã‚¹(ETX) ã®ã©ã¡" +"らã‹ã«ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚°æ–¹æ³•ã‚’切り替ãˆã¾ã™ã€‚
0 = リンクå“質を加味ã—ãªã„" +"
2 = MPR集åˆåŠã³ãƒ«ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã«ãƒªãƒ³ã‚¯å“質を加味ã™ã‚‹
標準設定" +"ã¯\"2\"ã§ã™ã€‚" + +msgid "LinkQuality Multiplicator" +msgstr "リンクå“質 (LQ) マルãƒãƒ—リケーター" + +msgid "Links per node (average)" +msgstr "ノードã‚ãŸã‚Šã®ãƒªãƒ³ã‚¯æ•° (å¹³å‡)" + +msgid "Links total" +msgstr "リンク数ã®åˆè¨ˆ" + +msgid "Local interface IP" +msgstr "ローカルインターフェース IP" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "MID é€ä¿¡é–“éš”" + +msgid "MID validity time" +msgstr "MID 有効時間" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "メインIP" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "メトリック" + +msgid "Mode" +msgstr "モード" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#, fuzzy +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" +"経路ã®LQã¨è¨­å®šå€¤ã®ä¹—ç®—ã‚’è¡Œã„ã¾ã™ã€‚設定å¯èƒ½ãªå€¤ã¯0.01-1ã§ã™ã€‚ã“ã®è¨­å®šã¯LQ レベ" +"ルãŒ0以上ã®å ´åˆã®ã¿è¨­å®šå¯èƒ½ã§ã™ã€‚
例:192.168.0.1ã¸ã®LQã‚’åŠåˆ†ã«ã™ã‚‹å ´åˆ: " +"192.168.0.1 0.5
ã“ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‹ã‚‰å…¨ã¦ã®ãƒŽãƒ¼ãƒ‰ã¸å¯¾ã—ã¦20%減らã™å ´" +"åˆ: default 0.8" + +msgid "NAT threshold" +msgstr "NAT ã—ãã„値" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "隣接ノード" + +msgid "Neighbour IP" +msgstr "隣接ノード IP" + +msgid "Neighbours" +msgstr "隣接ノード" + +msgid "Netmask" +msgstr "ãƒãƒƒãƒˆãƒžã‚¹ã‚¯" + +msgid "Network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +msgid "Network address" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Nic changes poll interval" +msgstr "NIC変更ãƒãƒ¼ãƒªãƒ³ã‚°é–“éš”" + +msgid "Nodes" +msgstr "ノード" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - 表示オプション" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - HNA (Host and Network Association) 通知" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - HNA (Host and Network Association) 通知" + +msgid "OLSR - Plugins" +msgstr "OLSR - プラグイン" + +msgid "OLSR Daemon" +msgstr "OLSR デーモン" + +msgid "OLSR Daemon - Interface" +msgstr "OLSR デーモン - インターフェース" + +msgid "OLSR connections" +msgstr "OLSR コãƒã‚¯ã‚·ãƒ§ãƒ³" + +msgid "OLSR gateway" +msgstr "OLSR ゲートウェイ" + +msgid "OLSR node" +msgstr "OLSR ノード" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "概è¦" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "ç¾åœ¨ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ãªOLSR HNA 一覧" + +msgid "Overview of currently established OLSR connections" +msgstr "ç¾åœ¨ç¢ºç«‹æ¸ˆã®OLSR接続一覧" + +msgid "Overview of currently known OLSR nodes" +msgstr "ç¾åœ¨æ—¢çŸ¥ã®OLSRノードã®ä¸€è¦§" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "ç¾åœ¨ã®ãã®ä»–ã®OLSRノードã¸ã®çµŒè·¯ä¸€è¦§" + +msgid "Overview of interfaces where OLSR is running" +msgstr "OLSR稼åƒä¸­ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ä¸€è¦§" + +msgid "Overview of known multiple interface announcements" +msgstr "通知ã•ã‚Œã¦ã„るマルãƒãƒ»ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ä¸€è¦§" + +msgid "Overview of smart gateways in this network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å†…ã®ã‚¹ãƒžãƒ¼ãƒˆãƒ»ã‚²ãƒ¼ãƒˆã‚¦ã‚§ã‚¤ä¸€è¦§" + +msgid "Plugin configuration" +msgstr "プラグイン設定" + +msgid "Plugins" +msgstr "プラグイン" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "OLSRソケットã®ãƒãƒ¼ãƒªãƒ³ã‚°é–“隔を秒å˜ä½ã§è¨­å®šã—ã¾ã™ã€‚標準ã¯0.05ã§ã™ã€‚" + +msgid "Pollrate" +msgstr "ãƒãƒ¼ãƒªãƒ³ã‚°é–“éš”" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Prefix" +msgstr "プレフィックス" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "åå‰è§£æ±º" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" +"ステータス・ページã§ãƒ›ã‚¹ãƒˆåã®åå‰è§£æ±ºã‚’è¡Œã„ã¾ã™ã€‚一般的ã«ã¯æœ¬æ©Ÿèƒ½ã‚’使用ã—ã¦" +"ã‚‚å•é¡ŒãŒèµ·ã“ã‚‹ã“ã¨ã¯ã‚ã‚Šã¾ã›ã‚“ãŒã€ã‚‚ã—ã‚ãªãŸãŒãƒ‘ブリックIPã‚„ä¸å®‰å®šãªDNS設定を" +"使用ã—ã¦ã„ã‚‹å ´åˆã€ãƒšãƒ¼ã‚¸ã®èª­ã¿è¾¼ã¿é€Ÿåº¦ãŒæ¥µç«¯ã«é…ããªã‚Šã¾ã™ã€‚ãã®å ´åˆã¯ã“ã®æ©Ÿ" +"能を無効ã«ã—ã¦ãã ã•ã„。" + +msgid "Routes" +msgstr "経路" + +msgid "Secondary OLSR interfaces" +msgstr "セカンダリOLSR インターフェース" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" +"ルーターã®ãƒ¡ã‚¤ãƒ³IP (発信元IP)を設定ã—ã¦ãã ã•ã„。ã“ã®IPã¯ã€OLSRdã®ç¨¼åƒä¸­ã¯æ±º" +"ã—ã¦å¤‰æ›´ã—ã¾ã›ã‚“。標準設定ã¯0.0.0.0ã§ã‚ã‚Šã€ãƒ—ライマリ・インターフェースã®IPã‚’" +"自動的ã«ä½¿ç”¨ã—ã¾ã™ã€‚" + +#, fuzzy +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" +"ルーターã®ãƒ¡ã‚¤ãƒ³IP (発信元IP)を設定ã—ã¦ãã ã•ã„。ã“ã®IPã¯ã€OLSRdã®ç¨¼åƒä¸­ã¯æ±º" +"ã—ã¦å¤‰æ›´ã—ã¾ã›ã‚“。標準設定ã¯0.0.0.0ã§ã‚ã‚Šã€ãƒ—ライマリ・インターフェースã®IPã‚’" +"自動的ã«ä½¿ç”¨ã—ã¾ã™ã€‚" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "SmartGW 通知" + +msgid "SmartGateway is not configured on this system." +msgstr "スマート・ゲートウェイ(SmartGW)ã¯è¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。" + +msgid "Source address" +msgstr "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" +"アップリンク速度をキロビット/秒ã§è¨­å®šã—ã¦ãã ã•ã„。1ã¤ç›®ã®ãƒ‘ラメータã¯ä¸Šã‚Šã€2" +"ã¤ç›®ã®ãƒ‘ラメータã¯ä¸‹ã‚Šã®ã‚¹ãƒˆãƒªãƒ¼ãƒ ã§ã™ã€‚標準ã¯\"128 1024\"ã§ã™ã€‚" + +msgid "Speed of the uplink" +msgstr "アップリンク速度" + +msgid "State" +msgstr "状態" + +msgid "Status" +msgstr "ステータス" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "隣接ノードã‹ã‚‰å—ä¿¡ã—ãŸãƒ‘ケットã®å—ä¿¡æˆåŠŸçŽ‡" + +msgid "Success rate of packages sent to the neighbour" +msgstr "隣接ノードã¸é€ä¿¡ã—ãŸãƒ‘ケットã®é€ä¿¡æˆåŠŸçŽ‡" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "TC é€ä¿¡é–“éš”" + +msgid "TC validity time" +msgstr "TC 有効時間" + +msgid "TOS value" +msgstr "TOS値" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" +"OLSRデーモンã¯ã€Optimized Link State Routingプロコトルを実装ã—ãŸã‚µãƒ¼ãƒ“スã§" +"ã™ã€‚OLSRã¯ã©ã®ã‚ˆã†ãªãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ç’°å¢ƒã§ã‚‚メッシュルーティングを実ç¾ã—ã¾ã™ã€‚" +"OLSRã¯ã‚¢ãƒ‰ãƒ›ãƒƒã‚¯ãƒ»ãƒ¢ãƒ¼ãƒ‰ã‚’サãƒãƒ¼ãƒˆã—ãŸå…¨ã¦ã®ç„¡ç·šLANカードをサãƒãƒ¼ãƒˆã—ã€ã‚‚ã¡ã‚" +"ã‚“å…¨ã¦ã®ã‚¤ãƒ¼ã‚µãƒãƒƒãƒˆãƒ‡ãƒã‚¤ã‚¹ã§ã‚‚使用å¯èƒ½ã§ã™ã€‚olsrd.orgã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã¦ã€ãƒ˜ãƒ«ãƒ—åŠã³ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆã‚’å‚ç…§ã—ã¦ãã ã•ã„。" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" +"willingnessを固定ã™ã‚‹å ´åˆã«ä½¿ç”¨ã—ã¾ã™ã€‚willingnessãŒè¨­å®šã•ã‚Œã¦ã„ãªã„å ´åˆã€" +"ãƒãƒƒãƒ†ãƒªã‚„é›»æºã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã«ã‚ˆã£ã¦å‹•çš„ã«è¨ˆç®—ã•ã‚Œã¾ã™ã€‚標準ã¯\"3\"ã§ã™ã€‚" + +msgid "The interface OLSRd should serve." +msgstr "OLSRdãŒä½¿ç”¨ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã§ã™ã€‚" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"OLSRãŒä½¿ç”¨ã™ã‚‹ãƒãƒ¼ãƒˆç•ªå·ã§ã™ã€‚通常ã€ã“ã®ãƒãƒ¼ãƒˆç•ªå·ã¯IANAãŒã‚¢ã‚µã‚¤ãƒ³ã—ãŸ698番ã§" +"ã‚ã‚‹ã¹ãã§ã™ã€‚1-65535ã®é–“ã§è¨­å®šå¯èƒ½ã§ã™ã€‚" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "é€ä¿¡é–“éš”åŠã³æœ‰åŠ¹æ™‚é–“" + +msgid "Topology" +msgstr "トãƒãƒ­ã‚¸ãƒ¼" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" +"OLSRコントロールパケットã«ãŠã‘ã‚‹ã€IPヘッダã®TOS (Type Of Service) 値を設定ã—" +"ã¾ã™ã€‚標準設定ã¯\"16\"ã§ã™ã€‚" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "OLSRデーモンã«æŽ¥ç¶šã§ãã¾ã›ã‚“ï¼" + +msgid "Uplink" +msgstr "アップリンク" + +msgid "Uplink uses NAT" +msgstr "NATを使用ã—ã¦ä¸Šä½ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã«æŽ¥ç¶šã™ã‚‹" + +msgid "Use hysteresis" +msgstr "ヒステリシスを使用ã™ã‚‹" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"警告: kmod-ipipãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã›ã‚“。スマートゲートウェイã¯kmod-ipip" +"ãªã—ã§ã¯å‹•ä½œã—ã¾ã›ã‚“。ã¾ãšåˆã‚ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’è¡Œãªã£ã¦ãã ã•ã„。" + +msgid "Weight" +msgstr "Weight" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"ホスト間ã«ãŠã„ã¦è¤‡æ•°ã®çµŒè·¯ãŒå­˜åœ¨ã™ã‚‹å ´åˆã«ã€ã©ã¡ã‚‰ã®ãƒªãƒ³ã‚¯ã‚’使用ã™ã‚‹ã‹ã®æ±ºå®š" +"ã‚’è¡Œã†ãŸã‚ã«ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®é‡ã¿ä»˜ã‘ã‚’è¡Œã„ã¾ã™ã€‚通常ã€weightã¯ã‚¤ãƒ³ã‚¿ãƒ¼" +"フェースã®ç‰¹æ€§ã‚’基ã«ã€OLSRdãŒè‡ªå‹•çš„ã«è¨ˆç®—ã‚’è¡Œã„ã¾ã™ãŒã€å›ºå®šå€¤ã‚’設定ã™ã‚‹ã“ã¨ã‚‚" +"å¯èƒ½ã§ã™ã€‚OLSRdã¯æœ€ã‚‚低ã„値ã®ãƒªãƒ³ã‚¯ã‚’é¸æŠžã—ã¾ã™ã€‚
注æ„:インター" +"フェースã®é‡ã¿ä»˜ã‘ã¯ã€LQ レベルãŒ0ã®å ´åˆã®ã¿ã€è¨­å®šå¯èƒ½ã§ã™ã€‚LQ レベルãŒ0以外" +"ã®å€¤ã®å ´åˆã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ ETX値ãŒä»£ã‚ã‚Šã«ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"ã©ã®ã‚¢ãƒƒãƒ—リンクを他ã®ãƒ¡ãƒƒã‚·ãƒ¥ãƒŽãƒ¼ãƒ‰ã¸é€šçŸ¥ã™ã‚‹ã‹ã‚’設定ã—ã¾ã™ã€‚アップリンクã¯" +"ローカルã®HNAã§ã‚ã‚‹0.0.0.0/0ã€::ffff:0:0/96ã€2000::/3を探索ã™ã‚‹ã“ã¨ã§æ¤œå‡ºã—ã¾" +"ã™ã€‚標準設定ã¯ã€\"both\"ã§ã™ã€‚" + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"ã©ã®ã‚¢ãƒƒãƒ—リンクを他ã®ãƒ¡ãƒƒã‚·ãƒ¥ãƒŽãƒ¼ãƒ‰ã¸é€šçŸ¥ã™ã‚‹ã‹ã‚’設定ã—ã¾ã™ã€‚アップリンクã¯" +"ローカルã®HNAã§ã‚ã‚‹0.0.0.0/0ã€::ffff:0:0/96ã€2000::/3を探索ã™ã‚‹ã“ã¨ã§æ¤œå‡ºã—ã¾" +"ã™ã€‚標準設定ã¯ã€\"both\"ã§ã™ã€‚" + +msgid "Willingness" +msgstr "Willingness" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "デãƒã‚¤ã‚¹" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "OLSRdãŒç¨¼åƒä¸­ã§ã‚ã‚‹ã“ã¨ã€\"txinfo\"プラグインãŒãƒ­ãƒ¼ãƒ‰ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã€ãƒãƒ¼" +#~ "ト2006番ãŒè¨­å®šã•ã‚Œã¦ã„ã‚‹ã“ã¨ã€\"127.0.0.1\"ã‹ã‚‰ã®æŽ¥ç¶šãŒè¨±å¯ã•ã‚Œã¦ã„ã‚‹ã“ã¨" +#~ "を確èªã—ã¦ãã ã•ã„。" diff --git a/applications/luci-app-olsr/po/ms/olsr.po b/applications/luci-app-olsr/po/ms/olsr.po new file mode 100644 index 0000000..c0edce1 --- /dev/null +++ b/applications/luci-app-olsr/po/ms/olsr.po @@ -0,0 +1,686 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/no/olsr.po b/applications/luci-app-olsr/po/no/olsr.po new file mode 100644 index 0000000..38aa43b --- /dev/null +++ b/applications/luci-app-olsr/po/no/olsr.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/pl/olsr.po b/applications/luci-app-olsr/po/pl/olsr.po new file mode 100644 index 0000000..64a99f6 --- /dev/null +++ b/applications/luci-app-olsr/po/pl/olsr.po @@ -0,0 +1,749 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-05 03:22+0200\n" +"Last-Translator: piosl \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Aktywne ogłoszenia MID" + +msgid "Active OLSR nodes" +msgstr "Aktywne węzły OLSR" + +msgid "Active host net announcements" +msgstr "Aktywne ogłoszenia hostnet" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Allow gateways with NAT" +msgstr "Zezwól na bramy z NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Zezwól na wybieranie wychodzącej bramy IPv4 przez NAT" + +msgid "Announce uplink" +msgstr "Ogłaszaj uplink" + +msgid "Announced network" +msgstr "Ogłaszana sieć" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" +"Obie wartości muszą używać zapisu dziesiętnego z kropką przed częścią " +"dziesiętną." + +msgid "Broadcast address" +msgstr "Adres rozgłoszeniowy (broadcast)" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Konfiguracja" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "Wyświetl" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Download Config" +msgstr "Ustawienia pobierania" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Włącz" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Włącz SmartGateway. Jeśli wyłączone, wszystkie inne parametry SmartGateway " +"są ignorowane. Domyślnie jest wyłączone." + +msgid "Enable this interface." +msgstr "Włącz ten interfejs." + +msgid "Enabled" +msgstr "Włączone" + +msgid "Expected retransmission count" +msgstr "Oczekiwana wartość retransmisji" + +msgid "FIB metric" +msgstr "Metryka FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +# skorzystałem z niemieckiego tłumaczenia +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" +"Mechanizm Fisheye dla TCs (zaznaczone oznacza \"włączone\"). Domyślnie jest " +"\"włączone\"" + +msgid "Gateway" +msgstr "Brama" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "General settings" +msgstr "Ustawienia ogólne" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "Ogłoszenia HNA" + +msgid "HNA interval" +msgstr "Interwał HNA" + +msgid "HNA validity time" +msgstr "Czas poprawności HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "Ogłoszenia HNA" + +msgid "Hello" +msgstr "Hello" + +msgid "Hello interval" +msgstr "Interwał Hello" + +msgid "Hello validity time" +msgstr "Czas poprawności Hello" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Skoki (hops)" + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez " +"wiadomości HNA." + +#, fuzzy +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" +"Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez " +"wiadomości HNA." + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "Adresy IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"Wersja protokołu IP. Jeśli jest wybrana 6and4 wtedy instancja olsrd jest " +"uruchomiona dla każdego protokołu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Rozgłaszanie IPv4" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"Adres rozgłoszeniowy (broadcast) IPv4 dla wychodzących pakietów OLSR. " +"Przydatnym przykładem byłoby 255.255.255.255. Domyślna wartość to " +"\"0.0.0.0\" - jest wtedy używany adres rozgłoszeniowy interfejsu." + +msgid "IPv4 source" +msgstr "Źródło IPv4" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"Adres źródłowy IPv4 dla wychodzących pakietów. Domyślna wartość to " +"\"0.0.0.0\" - jest wtedy używany adres IP interfejsu." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Multicast IPv6" + +# Nie mam pojęcia, jak to lepiej przetłumaczyć, ale w moich tłumaczeniach kieruję się zasadą "release early, release often". +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" +"Adres multicast IPv6. Domyślna wartość to \"FF02::6D\", multicast lokalnego " +"routera." + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"Sieć IPv6 musi być podana w pełnej notacji, prefiks musi być w notacji CIDR." + +msgid "IPv6 source" +msgstr "Źródło IPv6" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"Prefiks źródła IPv6. OLSRd wybierze jeden z adresów IP interfejsów, który " +"będzie pasował do tego prefiksu. Domyślna wartość to \"0::/0\" - jest wtedy " +"używany adres IP interfejsu." + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "Czy węzeł korzysta z NAT do połączenia z Internetem. Domyślnie \"Tak\"" + +msgid "Interface" +msgstr "Interfejs" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"Tryb interfejsu jest używany, aby zapobiec niepotrzebnemu przekazywaniu " +"pakietów. Prawidłowe tryby to \"mesh\" i \"ether\". Domyślna wartość to " +"\"mesh\"." + +msgid "Interfaces" +msgstr "Interfejsy" + +# by Google :D po części +msgid "Interfaces Defaults" +msgstr "Standardy interfejsów" + +msgid "Internet protocol" +msgstr "Protokół internetowy" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Znane ścieżki OLSR" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "Starzenie się LQ" + +msgid "LQ algorithm" +msgstr "Algorytm LQ" + +msgid "LQ fisheye" +msgstr "LQ-Fisheye" + +msgid "LQ level" +msgstr "Poziom LQ" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Ostatni skok (hop)" + +msgid "Legend" +msgstr "Legenda" + +msgid "Library" +msgstr "Biblioteka" + +#, fuzzy +msgid "Link Quality Settings" +msgstr "Ustawienia jakości linków" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "Mnożnik LinkQuality" + +msgid "Links per node (average)" +msgstr "Linków na węzeł (średnio)" + +msgid "Links total" +msgstr "Linków w sumie" + +msgid "Local interface IP" +msgstr "IP lokalnego interfejsu" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "Interwał MID" + +msgid "MID validity time" +msgstr "Czas poprawności MID" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "Główny IP" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +#, fuzzy +msgid "Metric" +msgstr "Miara" + +msgid "Mode" +msgstr "Tryb" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "Próg NAT" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "Sąsiedzi" + +msgid "Neighbour IP" +msgstr "IP sąsiadów" + +msgid "Neighbours" +msgstr "Sąsiedzi" + +msgid "Netmask" +msgstr "Maska sieciowa" + +msgid "Network" +msgstr "Sieć" + +msgid "Network address" +msgstr "Adres sieci" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "Węzły" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - ogłoszenia HNA" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - ogłoszenia HNA" + +msgid "OLSR - Plugins" +msgstr "OLSR - pluginy" + +msgid "OLSR Daemon" +msgstr "Demon OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "Demon OLSR - interfejs" + +msgid "OLSR connections" +msgstr "Połączenia OLSR" + +msgid "OLSR gateway" +msgstr "Brama OLSR" + +msgid "OLSR node" +msgstr "Węzeł OLSR" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "Przegląd" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Przegląd aktywnych ogłoszeń hostnet OLSR" + +msgid "Overview of currently established OLSR connections" +msgstr "Przegląd nawiązanych połączeń OLSR" + +msgid "Overview of currently known OLSR nodes" +msgstr "Przegląd znanych węzłów OLSR" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Przegląd znanych tras do innych węzłów OLSR" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Przegląd interfejsów z włączonym OLSR" + +msgid "Overview of known multiple interface announcements" +msgstr "Przegląd znanych wielointerfejsowych ogłoszeń" + +msgid "Overview of smart gateways in this network" +msgstr "Przegląd bram SmartGateway w tej sieci" + +msgid "Plugin configuration" +msgstr "Ustawienia pluginu" + +msgid "Plugins" +msgstr "Pluginy" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Prefix" +msgstr "Prefiks" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "Rozwiąż" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "Trasy (routes)" + +msgid "Secondary OLSR interfaces" +msgstr "Zapasowy interfejs OLSR" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "Ogłoszenia SmartGW" + +msgid "SmartGateway is not configured on this system." +msgstr "SmartGateway jest nieskonfigurowane." + +msgid "Source address" +msgstr "Adres źródłowy" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "Stan" + +msgid "Status" +msgstr "Status" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +#, fuzzy +msgid "Success rate of packages received from the neighbour" +msgstr "Wartość poprawnie otrzymanych od sąsiada pakietów" + +#, fuzzy +msgid "Success rate of packages sent to the neighbour" +msgstr "Wartość poprawnie wysłanych pakietów do sąsiada" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "Interwał TC" + +msgid "TC validity time" +msgstr "Czas poprawności TC" + +msgid "TOS value" +msgstr "Wartość TOS" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "Interfejs, który powinien oferować OLSRd." + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"Port używany przez OLSR. Zwykle powinien pozostać na przydzielonym przez " +"IANA porcie 698. Może mieć wartość pomiędzy 1 a 65535." + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "Topologia" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Połączenie z demonem OLSR nieudane!" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Uplink uses NAT" +msgstr "Uplink używa NAT" + +msgid "Use hysteresis" +msgstr "Używaj histerezy" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Wersja" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"Uwaga: kmod-ipip nie jest zainstalowany. Bez kmod-ipip bramy SmartGateway " +"nie będą działać. Proszę go zainstalować." + +msgid "Weight" +msgstr "Waga" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"Kiedy istnieje wiele połączeń między hostami, waga interfejsów określa, " +"którego z nich użyć. Zwykle jest liczona automatycznie przez olsrd opartym " +"na charakterystyce interfejsu, ale tu możesz podać stałą wartość. Olsrd " +"wybierze połączenie z najniższą wartością.
Uwaga: Waga " +"interfejsu jest używana tylko kiedy LinkQualityLevel jest ustawione na 0. " +"Dla dowolnej innej wartości LinkQualityLevel, zamiast tego jest używana " +"wartość ETX." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "Gotowość" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Urządzenie" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Upewnij się że OLSRd jest uruchomione, \"txtinfo\" plugin jest " +#~ "załadowany, skonfigurowany na porcie 2006 i akceptuje połączenia z " +#~ "127.0.0.1 (localhost)" diff --git a/applications/luci-app-olsr/po/pt-br/olsr.po b/applications/luci-app-olsr/po/pt-br/olsr.po new file mode 100644 index 0000000..1461c1d --- /dev/null +++ b/applications/luci-app-olsr/po/pt-br/olsr.po @@ -0,0 +1,906 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-06-21 19:36+0200\n" +"Last-Translator: Éder \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "" +"Anúncios MID ativos" + +msgid "Active OLSR nodes" +msgstr "Nós OLSR ativos" + +msgid "Active host net announcements" +msgstr "Anúncios ativos de equipamentos" + +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +msgid "Allow gateways with NAT" +msgstr "Permitir rotadores com NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Permitir a seleção de rotador de saída IPv4 com NAT" + +msgid "Announce uplink" +msgstr "Anunciar enlace superior (uplink)" + +msgid "Announced network" +msgstr "Rede anunciada" + +# 20140621: edersg: tradução +msgid "Bad (ETX > 10)" +msgstr "Ruim (ETX > 10)" + +# 20140621: edersg: tradução +msgid "Bad (SNR < 5)" +msgstr "Ruim (SNR < 5)" + +msgid "Both values must use the dotted decimal notation." +msgstr "Ambos os valores devem usar a notação decimal com pontos." + +msgid "Broadcast address" +msgstr "Endereço de broadcast" + +# 20140621: edersg: tradução +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" +"Somente pode ser um endereço IPv4 ou IPv6 válidos ou um endereço 'padrão'" + +# 20140621: edersg: tradução +#, fuzzy +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" +"Somente pode ser um endereço IPv4 ou IPv6 válidos ou um endereço 'padrão'" + +msgid "Configuration" +msgstr "Configuração" + +# 20140621: edersg: tradução +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" +"Não foi possível obter nenhuma informação. Certifique-se que a extensão " +"jsoninfo está instalada e permite conexões a partir da sua máquina local " +"(localhost)." + +msgid "Display" +msgstr "Visão" + +msgid "Downlink" +msgstr "Enlace inferior (downlink)" + +# I didn't find in GUI this one +msgid "Download Config" +msgstr "Configuração do Recebimento de Dados " + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Habilitar" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Habilita o SmartGateway. Se isto está desabilitado, então todos os demais " +"parâmetros do SmartGateway são ignorados. Padrão é \"não\"." + +msgid "Enable this interface." +msgstr "Habilita esta interface." + +msgid "Enabled" +msgstr "Habilitado" + +msgid "Expected retransmission count" +msgstr "Contagem esperada de retransmissões" + +msgid "FIB metric" +msgstr "Métrica FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"A métrica FIB controla o valor da métrica dos conjuntos de equipamentos-" +"roteadores. \"flat\" significa que o valor da métrica é sempre 2. Este é o " +"valor preferido porque ele ajuda o roteamento do kernel do Linux limpar as " +"rotas antigas. \"correct\" usa a contagem de saltos como valor da métrica. " +"\"approx\" também usa a contagem de saltos como métrica, mas somente " +"atualiza a contagem de saltos se o próximo salto também mudar. O padrão é " +"\"flat\"." + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" +"Mecanismo Fisheye para TCs (marcado significa ligado). O padrão é \"ligado\"" + +msgid "Gateway" +msgstr "Roteador" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "General settings" +msgstr "Configurações gerais" + +# 20140621: edersg: tradução +msgid "Good (2 < ETX < 4)" +msgstr "Bom (2 < ETX < 4)" + +# 20140621: edersg: tradução +msgid "Good (30 > SNR > 20)" +msgstr "Bom (30 > SNR > 20)" + +# 20140621: edersg: tradução +msgid "Green" +msgstr "Verde" + +msgid "HNA" +msgstr "" +"HNA" + +msgid "HNA Announcements" +msgstr "" +"Anúncios do HNA" + +msgid "HNA interval" +msgstr "" +"Intervalo entre HNA" + +msgid "HNA validity time" +msgstr "" +"Validade do HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "" +"Anúncios do HNA" + +msgid "Hello" +msgstr "Saudação (Hello)" + +msgid "Hello interval" +msgstr "Intervalo entre Saudações (Hello)" + +msgid "Hello validity time" +msgstr "Validade da Saudação (Hello)" + +# 20140621: edersg: tradução +msgid "Hide IPv4" +msgstr "Ocultar IPv4" + +# 20140621: edersg: tradução +msgid "Hide IPv6" +msgstr "Ocultar IPv6" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Saltos" + +msgid "Hostname" +msgstr "Nome do equipamento" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " +"redes externas usando mensagens HNA." + +#, fuzzy +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" +"Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " +"redes externas usando mensagens HNA." + +# Hysteresis é Histerese que significa "retardo" +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"Retardo para a sensibilidade do enlace (somente para a métrica de contagem " +"de saltos), Retardo incrementa a robustez da sensibilidade do enlace mas " +"atrasa o registro dos vizinhos. O padrão é \"sim\"" + +msgid "IP Addresses" +msgstr "Endereços IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"Versão do IP para usar. Se 6and4 for selecionado, então uma instância é " +"disparada para cada protocolo." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Endereço IPv4 de Broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"Endereço IPv5 de broadcast para a saída de pacotes OLSR. Um exemplo útil " +"seria 255.255.255.255. O padrão é \"0.0.0.0\", que indica o uso do endereço " +"IP de broadcast da interface." + +msgid "IPv4 source" +msgstr "Origem IPv4" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"Endereço IPv4 de origem para a saída de pacotes OLSR. Um exemplo útil seria " +"255.255.255.255. O padrão é \"0.0.0.0\", que indica o uso do endereço IP da " +"interface." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Multicast IPv6" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" +"Endereço de multicast IPv6. O padrão é \"FF02::6D\", o multicast do enlace " +"local do roteador MANET." + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"A rede IPv6 deve ser informada em notação completa. O prefixo deve ser em " +"notação CIDR." + +msgid "IPv6 source" +msgstr "Origem IPv6" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"Prefixo de origem IPv6. O OLSRd escolherá um dos IPs da interface que casam " +"com o prefixo do parâmetro. O padrão é \"0::/0\", que faz com que seja usado " +"um endereço IP não local da interface." + +msgid "IPv6-Prefix of the uplink" +msgstr "Prefixo IPv6 do enlace superior (uplink)" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"Se a rota para o roteador está para ser alterada, o valor ETX deste roteador " +"é multiplicado com o este valor antes que ele seja comparado com o novo " +"valor. O parâmetro pode ser um valor entre 0.1 e 1.0, mas deve ser próximo a " +"1.0 se alterado..
CUIDADO: Este parâmetro não deve ser usado em " +"conjunto com a métrica etx_ffeth!
O padrão é \"1.0\"." + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "Se este Nó usa NAT para conexões com a internet. Padrão é \"sim\"." + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"Modo da Interface é usado para evitar o encaminhamento desnecessário de " +"pacotes na interface ethernet em ponte. Os modos válidos são \"mesh\" e " +"\"ether\". O padrão é \"mesh\"." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces Defaults" +msgstr "Padrões da Interface" + +msgid "Internet protocol" +msgstr "Protocolo internet" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" +"Intervalo para consultar as interfaces de rede por mudanças nas " +"configurações (em segundos). O padrão é \"2.5\"." + +# 20140621: edersg: tradução +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "Valor inválido para LQMult-Value. Deve estar entre 0.01 e 1.0." + +# 20140621: edersg: tradução +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" +"Valor inválido para LQMult-Value. Você deve utilizar aqui um número decimal " +"entre 0.01 e 1.0." + +msgid "Known OLSR routes" +msgstr "Rotas OLSR conhecidas" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "" +"Envelhecimento do LQ" + +msgid "LQ algorithm" +msgstr "Algoritmo LQ" + +msgid "LQ fisheye" +msgstr "Fisheye LQ" + +msgid "LQ level" +msgstr "Nível LQ" + +# 20140621: edersg: tradução +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" +"LQMult exige dois valores (endereço IP ou 'padrão' e multiplicador) " +"separados por espaços." + +msgid "Last hop" +msgstr "Último salto" + +msgid "Legend" +msgstr "Legenda" + +msgid "Library" +msgstr "Biblioteca" + +msgid "Link Quality Settings" +msgstr "Configurações da Qualidade do Enlace" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" +"O fator de envelhecimento da qualidade do enlace (somente para LQ nível 2). Parâmtro de ajuste " +"para etx_float e etx_fpm, Valores menores significam mudanças mais lentas do " +"valor ETX. (permitido valores entre 0.01 e 1.0)" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" +"Algoritmo de qualidade do enlace (somente para LQ nível 2).
etx_float: ETX ponto " +"flutuante com o envelhecimento exponencial
etx_fpm : o mesmo que " +"etx_float, mas com aritmética inteira
etx_ff : ETX freifunk, uma " +"variante do etx que usa todo tráfego OLSE (ao invés de somente as saudações) " +"para o cálculo do ETX
etx_ffeth: variação incompatível do etx_ff " +"que permite enlaces ethernet com ETX 0.1.
O padrão é \"etx_ff\"" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" +"O nível de qualidade do enlace escolhe entre o roteamento por contagem de " +"saltos e o roteamento baseado em custos (na sua maioria, ETX).
0 = não use a qualidade do enlace
2 = use a qualidade do enlace " +"para a seleção do MPR e roteamento
O padrão é \"2\"" + +msgid "LinkQuality Multiplicator" +msgstr "Multiplicador da Qualidade do Enlace" + +msgid "Links per node (average)" +msgstr "Enlaces por nó (média)" + +msgid "Links total" +msgstr "Total de enlaces" + +msgid "Local interface IP" +msgstr "Endereço IP da interface local" + +msgid "MID" +msgstr "" +"MID" + +msgid "MID interval" +msgstr "" +"Intervalo do MID" + +msgid "MID validity time" +msgstr "" +"Validade do MID" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "IP Principal" + +# 20140621: edersg: tradução +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" +"Certifique-se de que a extensão \"jsoninfo\" esteja carregada e o serviço " +"OLSRd esteja rodando e configurado na porta 9090 aceitando conexões a partir " +"de \"127.0.0.1\"." + +msgid "Metric" +msgstr "Métrica" + +msgid "Mode" +msgstr "Modo" + +# 20140621: edersg: tradução +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" +"Múltiplas rotas com o fator configurado aqui. Os valores permitidos estão " +"entre 0.01 e 1.0. Ele somente é utilizado quando o nível-LQ é maior que 0. " +"Exemplos:
reduzir LQ para 192.168.0.1 pela metade: 192.168.0.1 0.5
reduzir LQ para todos os nós nesta interface em 20%: padrão 0.8" + +# 20140621: edersg: tradução +#, fuzzy +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" +"Múltiplas rotas com o fator configurado aqui. Os valores permitidos estão " +"entre 0.01 e 1.0. Ele somente é utilizado quando o nível-LQ é maior que 0. " +"Exemplos:
reduzir LQ para 192.168.0.1 pela metade: 192.168.0.1 0.5
reduzir LQ para todos os nós nesta interface em 20%: padrão 0.8" + +msgid "NAT threshold" +msgstr "Limiar do NAT" + +msgid "NLQ" +msgstr "" +"NLQ" + +msgid "Neighbors" +msgstr "Vizinhos" + +msgid "Neighbour IP" +msgstr "Endereço IP do Vizinho" + +msgid "Neighbours" +msgstr "Vizinhos" + +msgid "Netmask" +msgstr "Máscara de rede" + +msgid "Network" +msgstr "Rede" + +msgid "Network address" +msgstr "Endereço de rede" + +msgid "Nic changes poll interval" +msgstr "Intervalo de consulta de mudanças na placa de rede" + +msgid "Nodes" +msgstr "Nós" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - Opções de Visão" + +msgid "OLSR - HNA-Announcements" +msgstr "" +"OLSR - Anúncios HNA" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "" +"OLSR - Anúncios HNA" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "Servidor OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "Servidor OLSR - Interface" + +msgid "OLSR connections" +msgstr "Conexões do OLSR" + +msgid "OLSR gateway" +msgstr "Roteador OLSR" + +msgid "OLSR node" +msgstr "Nó OLSR" + +# 20140621: edersg: tradução +msgid "Orange" +msgstr "Laranja" + +msgid "Overview" +msgstr "Visão Geral" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Visão geral os anúncios de rede de equipamentos OLSR atualmente ativos" + +msgid "Overview of currently established OLSR connections" +msgstr "Visão geral das conexões OLSR atualmente estabelecidas" + +msgid "Overview of currently known OLSR nodes" +msgstr "Visão geral dos nós OLSR conhecidos atualmente" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Visão geral das rotas conhecidas atualmente para outros nós OLSR" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Visão geral das interfaces onde o OLSR está rodando" + +msgid "Overview of known multiple interface announcements" +msgstr "Visão geral de anúncios de nós com múltiplas interfaces conhecidas" + +msgid "Overview of smart gateways in this network" +msgstr "Visão geral dos SmartGateways na rede" + +msgid "Plugin configuration" +msgstr "Configuração do Plugin" + +msgid "Plugins" +msgstr "Plugins" + +# Que socket? +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "Taxa de consulta por conexões OLSR, em segundos. Padrão é 0.05." + +msgid "Pollrate" +msgstr "Taxa de consulta" + +msgid "Port" +msgstr "Porta" + +msgid "Prefix" +msgstr "Prefixo" + +# 20140621: edersg: tradução +msgid "Red" +msgstr "Vermelho" + +msgid "Resolve" +msgstr "Resolver" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" +"Resolve os nomes dos equipamentos na página de estado. É geralmente seguro " +"permitir isto, mas se você usa IPs públicos e tem uma configuração DNS " +"instável, então estas páginas podem carregar de forma extremamente lenta. " +"Neste caso, desabilite isto aqui." + +msgid "Routes" +msgstr "Rotas" + +msgid "Secondary OLSR interfaces" +msgstr "Interfaces OLSR secundárias" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" +"Define o IP principal (ip originador) do seu roteador. Este IP nunca muda " +"durante o funcionamento do olsrd. O padrão é 0.0.0.0, que faz com que o " +"endereço da primeira interface seja usado." + +#, fuzzy +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" +"Define o IP principal (ip originador) do seu roteador. Este IP nunca muda " +"durante o funcionamento do olsrd. O padrão é 0.0.0.0, que faz com que o " +"endereço da primeira interface seja usado." + +# 20140621: edersg: tradução +msgid "Show IPv4" +msgstr "Exibir IPv4" + +# 20140621: edersg: tradução +msgid "Show IPv6" +msgstr "Exibir IPv6" + +# 20140621: edersg: tradução +msgid "Signal Noise Ratio in dB" +msgstr "Relação do ruído do sinal em dB" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "Anúncios do SmartGW" + +msgid "SmartGateway is not configured on this system." +msgstr "SmartGateway não está configurado no seu sistema." + +msgid "Source address" +msgstr "Endereço de origem" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" +"Especifica a velocidade do enlace superior (uplink) em kilobits/s. O " +"primeiro parâmetro é a taxa de envio (upstream) e o segundo parâmetro é a " +"taxa de recebimento (downstream). O padrão é \"128 1024\"." + +msgid "Speed of the uplink" +msgstr "Velocidade do enlace superior" + +msgid "State" +msgstr "Estado" + +msgid "Status" +msgstr "Estado" + +# 20140621: edersg: tradução +msgid "Still usable (20 > SNR > 5)" +msgstr "Ainda utilizável (20 > SNR > 5)" + +# 20140621: edersg: tradução +msgid "Still usable (4 < ETX < 10)" +msgstr "Ainda utilizável (4 > ETX > 10)" + +msgid "Success rate of packages received from the neighbour" +msgstr "Taxa de sucesso de pacotes recebidos de vizinhos" + +msgid "Success rate of packages sent to the neighbour" +msgstr "Taxa de sucesso de pacotes enviados a vizinhos" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "" +"Intervalo do TC" + +msgid "TC validity time" +msgstr "" +"Validade do TC" + +msgid "TOS value" +msgstr "Valor do TOS" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" +"O servidor OLSR é uma implementação do protoloco de Roteamento de Estado de " +"Enlace Otimizado. Como tal, ele permite o roteamento em malha para qualquer " +"equipamento de rede. Ele roda sobre qualquer placa de rede sem fio que " +"suporte o modo ad-hoc e, é claro, em qualquer dispositivo ethernet. Visite " +"olsrd.org para ajuda e documentação." + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" +"A disponibilidade fixa para ser usada. Se a disponibilidade não for " +"definida, ela será dinamicamente calculada baseada no estado da energia/" +"bateria, O padrão é \"3\"." + +msgid "The interface OLSRd should serve." +msgstr "A interface onde o OLSRd deve servir." + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"A porta que o OLSR usa. Isto geralmente deve ficar na porta 698, designada " +"pela IANA. Pode ter qualquer valor entre 1 e 65535." + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" +"Isto pode ser usado para sinalizar o prefixo IPv6 externo do enlace superior " +"(uplink) para os clientes. Isto pode permitir que um cliente mude o endereço " +"IPv6 local para usar o roteador IPv6 sem qualquer tradução de endereços. O " +"tamanho máximo do prefixo é 64 bits. O padrão é \"::/0\" (nenhum prefixo)." + +msgid "Timing and Validity" +msgstr "Temporização e Validade" + +msgid "Topology" +msgstr "Topologia" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" +"Valor do tipo de serviço para o cabeçalho IP para controle de tráfego. O " +"padrao é \"16\"." + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Não foi possível conectar ao servidor OLSR!" + +msgid "Uplink" +msgstr "Enlace superior (uplink)" + +msgid "Uplink uses NAT" +msgstr "Enlace superior (uplink) usa NAT" + +msgid "Use hysteresis" +msgstr "Usar retardo" + +# 20140621: edersg: tradução +msgid "Validity Time" +msgstr "Tempo de validade" + +msgid "Version" +msgstr "Versão" + +# 20140621: edersg: tradução +msgid "Very good (ETX < 2)" +msgstr "Muito bom (ETX < 2)" + +# 20140621: edersg: tradução +msgid "Very good (SNR > 30)" +msgstr "Muito bom (SNR > 30)" + +msgid "WLAN" +msgstr "Rede sem fio (WLAN)" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"Atenção: o kmod-ipip não está instalado. Sem o kmod-ipip, o SmartGateway não " +"irá funcionar. Por favor, instale-o." + +msgid "Weight" +msgstr "Peso" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"Quando múltiplos enlaces existirem entre dois equipamentos, o peso da " +"interface é usado para determinar o enlace usado. Normalmente, o peso é " +"automaticamente calculado pelo olsrd baseado nas características da " +"interface, mas aqui você pode especificar um valor fixo. Olsrd escolherá " +"enlaces com o valor mais baixo.
Nota: O peso da interface é " +"usado somente quando o nível de qualidade do enlace está definido como 0. " +"Para qualquer outro valor do nível de qualidade do enlace, o valor ETX da " +"interface é usado." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"Que tipo de enlace superior (uplink) é exportado para outros nós da rede em " +"malha. Um enlace superior é detectado buscando por uma HNA " +"local de 0.0.0.0/0, ::ffff:0:0/96 ou 2000::/3. O padrão é \"ambos\"." + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"Que tipo de enlace superior (uplink) é exportado para outros nós da rede em " +"malha. Um enlace superior é detectado buscando por uma HNA " +"local de 0.0.0.0/0, ::ffff:0:0/96 ou 2000::/3. O padrão é \"ambos\"." + +msgid "Willingness" +msgstr "Disponibilidade" + +msgid "Yellow" +msgstr "Amarelo" + +msgid "no" +msgstr "Não" + +msgid "yes" +msgstr "Sim" + +#~ msgid "Device" +#~ msgstr "Dispositivo" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Certifique-se que o processo OLSRd está em execução, que o plugin " +#~ "\"txtinfo\" está carregado e configurado para a porta 2006 e que aceita " +#~ "conexões a partir de \"127.0.0.1\"." + +#~ msgid "" +#~ "Multiply routes with the factor given here. Allowed values are between " +#~ "0.01 and 1. It is only used when LQ-Level is greater than 0. Examples:" +#~ "
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to " +#~ "all nodes on this interface by 20%: default 0.8" +#~ msgstr "" +#~ "Multiplica rotas com o fator informado. Os valores válidos são entre 0.01 " +#~ "e 1. Somente é usado quando o nível LQ é maior que 0. Exemplos:
reduzir o LQ para 192.168.0.1 pela " +#~ "metade: 192.168.0.1 0.5
reduzir o LQ de todos os nós desta interface para 20%: " +#~ "Padrão 0.8" diff --git a/applications/luci-app-olsr/po/pt/olsr.po b/applications/luci-app-olsr/po/pt/olsr.po new file mode 100644 index 0000000..4e04248 --- /dev/null +++ b/applications/luci-app-olsr/po/pt/olsr.po @@ -0,0 +1,715 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-03 16:17+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "Anuncios MID ativos" + +msgid "Active OLSR nodes" +msgstr "Nós OLSR ativos" + +#, fuzzy +msgid "Active host net announcements" +msgstr "Anuncios activos de hosts" + +msgid "Advanced Settings" +msgstr "Definições Avançadas" + +msgid "Allow gateways with NAT" +msgstr "Permitir gateways com NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Permitir a selecção de uma gateway IPv4 para saída com NAT" + +msgid "Announce uplink" +msgstr "Anunciar uplink" + +msgid "Announced network" +msgstr "Rede anunciada" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "Os valores tem de usar a dotação decimal." + +msgid "Broadcast address" +msgstr "Endereço de broadcast" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Configuração" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "Mostrar" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "Descarregar Configuração" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Ativar" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Ativar SmartGateway. Se estiver desativado, então todos os outros parâmetros " +"SmartGateway são ignorados. Por defeito é \"não\"" + +msgid "Enable this interface." +msgstr "Ativar esta interface." + +msgid "Enabled" +msgstr "Ativado" + +msgid "Expected retransmission count" +msgstr "Contagem de retransmissões esperada" + +msgid "FIB metric" +msgstr "métrica FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "Definições gerais" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "Intervalo entre HNA" + +msgid "HNA validity time" +msgstr "Validade de HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "OLSR - Anuncios HNA4" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "Intervalo entre Hello" + +msgid "Hello validity time" +msgstr "Validade de Hello" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "Endereços IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Endereço IPv4 de Broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Multicast IPv6" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"A rede IPv6 deve ser fornecido em dotação completa, o prefixo deve estar na " +"notação CIDR." + +msgid "IPv6 source" +msgstr "Origem IPv6" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"O Modo de Interface é usado para para prevenir encaminhamentos " +"desnecessários de pacotes em interfaces switched ethernet. Os Modos válidos " +"são \"mesh\" e \"ether\". Por defeito é \"mesh\"." + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces Defaults" +msgstr "Predefinições das Interfaces" + +msgid "Internet protocol" +msgstr "Protocolo de Internet" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Rotas OLSR conhecidas" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "Envelhecimento LQ" + +msgid "LQ algorithm" +msgstr "Algoritmo LQ" + +#, fuzzy +msgid "LQ fisheye" +msgstr "LQ Fisheye" + +msgid "LQ level" +msgstr "Nível LQ" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Ultimo salto" + +msgid "Legend" +msgstr "Legenda" + +msgid "Library" +msgstr "Biblioteca" + +msgid "Link Quality Settings" +msgstr "Definições de Qualidade do Link" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "Endereço IP do interface local" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "Intervalo de MID" + +msgid "MID validity time" +msgstr "Validade de MID" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "IP Principal" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "Métrica" + +msgid "Mode" +msgstr "Modo" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "Vizinhos" + +msgid "Neighbour IP" +msgstr "Endereço IP do Vizinho" + +msgid "Neighbours" +msgstr "Vizinhos" + +msgid "Netmask" +msgstr "Máscara de rede" + +msgid "Network" +msgstr "Rede" + +msgid "Network address" +msgstr "Endereço de rede" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "Nós" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - Anuncios HNA4" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - Anuncios HNA4" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "Servidor OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "OLSR - Ligações" + +msgid "OLSR gateway" +msgstr "Gateway OLSR" + +msgid "OLSR node" +msgstr "Nó OLSR" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +#, fuzzy +msgid "Overview of currently active OLSR host net announcements" +msgstr "Resumo de anuncios activos de hosts" + +msgid "Overview of currently established OLSR connections" +msgstr "Resumo das ligações OLSR actualmente estabelecidas" + +msgid "Overview of currently known OLSR nodes" +msgstr "Resumo dos nós OLSR conhecidos" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Resumo das rotas conhecidas para outros nós OLSR" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "Resumo de anuncios de nós com multiplos interfaces activos" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "Configuração de Plugin" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "Pollrate" + +msgid "Port" +msgstr "Porta" + +msgid "Prefix" +msgstr "Prefixo" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "Rotas" + +msgid "Secondary OLSR interfaces" +msgstr "Interfaces OLSR secundários" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "Endereço de origem" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "Velocidade do uplink" + +msgid "State" +msgstr "Estado" + +msgid "Status" +msgstr "Estado" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "Intervalo de TC" + +msgid "TC validity time" +msgstr "Validade de TC" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "Topologia" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Não foi possivel ligar ao servidor OLSR!" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "O uplink usa NAT" + +msgid "Use hysteresis" +msgstr "Usar histerese" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Versão" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "Disponibilidade" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "Dispositivo" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Certifique-se que o processo olsrd está em execução, que o plugin " +#~ "\"txtinfo\" está carregado e configurado para a porta 2006 e que aceita " +#~ "ligações a partir de \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/ro/olsr.po b/applications/luci-app-olsr/po/ro/olsr.po new file mode 100644 index 0000000..257fab3 --- /dev/null +++ b/applications/luci-app-olsr/po/ro/olsr.po @@ -0,0 +1,691 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:40+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "Configuraţie" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "Activare" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "Activează această interfaţă" + +msgid "Enabled" +msgstr "Activat" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "Setări generale" + +msgid "General settings" +msgstr "Setări generale" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "Verde" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "Ascunde IPv4" + +msgid "Hide IPv6" +msgstr "Ascunde IPv6" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "Nume domeniu" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "Adrese IP" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "Interfaţă" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "Interfeţe" + +msgid "Interfaces Defaults" +msgstr "Interfeţe implicite" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "Algoritm LQ" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "Nivel LQ" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "Legendă" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "Vecini" + +msgid "Neighbour IP" +msgstr "IP vecin" + +msgid "Neighbours" +msgstr "Vecini" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "Pluginuri" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "Arată IPv4" + +msgid "Show IPv6" +msgstr "Arată IPv6" + +msgid "Signal Noise Ratio in dB" +msgstr "Raport zgomot semnal în dB" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "Stare" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "Versiune" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "Greutate" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "Galben" + +msgid "no" +msgstr "nu" + +msgid "yes" +msgstr "da" diff --git a/applications/luci-app-olsr/po/ru/olsr.po b/applications/luci-app-olsr/po/ru/olsr.po new file mode 100644 index 0000000..51267e0 --- /dev/null +++ b/applications/luci-app-olsr/po/ru/olsr.po @@ -0,0 +1,812 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: olsr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-09-06 09:58+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Active MID announcements" +msgstr "Ðктивные объÑÐ²Ð»ÐµÐ½Ð¸Ñ MID" + +msgid "Active OLSR nodes" +msgstr "Ðктивные OLSR-узлы" + +msgid "Active host net announcements" +msgstr "Ðктивные объÑÐ²Ð»ÐµÐ½Ð¸Ñ Ñ…Ð¾ÑÑ‚-Ñети (HNA)" + +msgid "Advanced Settings" +msgstr "РаÑширенные наÑтройки" + +msgid "Allow gateways with NAT" +msgstr "Разрешить шлюзы Ñ NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "Разрешить выбор иÑходÑщего IPv4-шлюза Ñ NAT" + +msgid "Announce uplink" +msgstr "ОбъÑвлÑÑ‚ÑŒ воÑходÑщий канал" + +msgid "Announced network" +msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð½Ð°Ñ Ñеть" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" +"Оба Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð»Ð¶Ð½Ñ‹ быть в деÑÑтичном предÑтавлении Ñ Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¼Ð¸ " +"точками." + +msgid "Broadcast address" +msgstr "Широковещательный адреÑ" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "КонфигурациÑ" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "Показать" + +msgid "Downlink" +msgstr "ÐиÑходÑщий канал" + +msgid "Download Config" +msgstr "Загрузить конфигурацию" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "Включить" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"Включить SmartGateway. ЕÑли выключено, вÑе оÑтальные параметры SmartGateway " +"игнорируютÑÑ. По умолчанию \"нет\"." + +msgid "Enable this interface." +msgstr "ИÑпользовать Ñтот интерфейÑ." + +msgid "Enabled" +msgstr "Включено" + +msgid "Expected retransmission count" +msgstr "Ожидаемое количеÑтво повторных передач" + +msgid "FIB metric" +msgstr "Метрика FIB" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"Метрика FIB управлÑет значением метрики хоÑÑ‚-маршрутов, которые " +"уÑтанавливает OLSRd. При \"flat\" значение метрики вÑегда равно 2. Это " +"предпочтительное значение, помогающее Ñдру Linux очищать уÑтаревшие " +"маршруты. При \"correct\" иÑпользуетÑÑ Ñчётчик прыжков в качеÑтве Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ " +"метрики. \"approx\" также иÑпозьзует Ñчётчик прыжков, но его обновление " +"проиÑходит только при изменении Ñледующего прыжка. По умолчанию иÑпользуетÑÑ " +"\"flat\"." + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "Механизм рыбьего глаза Ð´Ð»Ñ TC. По умолчанию \"включено\"" + +msgid "Gateway" +msgstr "Шлюз" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "General settings" +msgstr "Общие наÑтройки" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ HNA" + +msgid "HNA interval" +msgstr "HNA интервал" + +msgid "HNA validity time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ HNA" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ HNA" + +msgid "Hello" +msgstr "ПриветÑтвенное Ñообщение" + +msgid "Hello interval" +msgstr "Интервал приветÑтвенных Ñообщений" + +msgid "Hello validity time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ Ð¿Ñ€Ð¸Ð²ÐµÑ‚Ñтвенного ÑообщениÑ" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "Прыжки" + +msgid "Hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"ХоÑÑ‚Ñ‹ в маршрутизируемой Ñети OLSR могут извещать о подключении к внешним " +"ÑетÑм Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñообщений HNA." + +#, fuzzy +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" +"ХоÑÑ‚Ñ‹ в маршрутизируемой Ñети OLSR могут извещать о подключении к внешним " +"ÑетÑм Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñообщений HNA." + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" +"ГиÑÑ‚ÐµÑ€ÐµÐ·Ð¸Ñ Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ ÐºÐ°Ð½Ð°Ð»Ð° (только Ð´Ð»Ñ Ð¼ÐµÑ‚Ñ€Ð¸ÐºÐ¸ кол-ва прыжков). " +"ГиÑÑ‚ÐµÑ€ÐµÐ·Ð¸Ñ ÑƒÐ²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÑ‚ надёжноÑÑ‚ÑŒ канала, но вноÑит задержку в региÑтрацию " +"ÑоÑедних уÑтройÑтв. По умолчанию \"да\"" + +msgid "IP Addresses" +msgstr "IP-адреÑа" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" +"ВерÑÐ¸Ñ IP, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ иÑпользована. ЕÑли выбрано 6and4, olsrd будет " +"запущен Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð¹ верÑии." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "Широковещательный IPv4" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" +"Широковещательный IPv4-Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ Ð¸ÑходÑщих OLSR-пакетов, например, " +"255.255.255.255. ÐÐ´Ñ€ÐµÑ Ð¿Ð¾ умолчанию \"0.0.0.0\" ведёт к иÑпользованию " +"широковещательного IP-адреÑа интерфейÑа." + +msgid "IPv4 source" +msgstr "IPv4-иÑточник" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" +"IPv4-Ð°Ð´Ñ€ÐµÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²Ð¸Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ð¸ÑходÑщих OLSR-пакетов. ÐÐ´Ñ€ÐµÑ Ð¿Ð¾ умолчанию " +"\"0.0.0.0\" включает иÑпользование IP-адреÑа интерфейÑа." + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv6 multicast" +msgstr "Групповой IPv6" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "Групповой IPv6-адреÑ. По умолчанию \"FF02::6D\"." + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" +"IPv6-Ñеть должна быть указана в полной нотации, Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð´Ð¾Ð»Ð¶ÐµÐ½ быть в " +"нотации CIDR." + +msgid "IPv6 source" +msgstr "IPv6-иÑточник" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" +"ÐŸÑ€ÐµÑ„Ð¸ÐºÑ Ð¸Ñточника IPv6. OLSRd выберет один из IP-адреÑов интерфейÑа, " +"ÑоответÑтвующий данному префикÑу. По умолчанию \"0::/0\" включает " +"иÑпользование нелокального IP-адреÑа интерфейÑа." + +msgid "IPv6-Prefix of the uplink" +msgstr "IPv6-Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð²Ð¾ÑходÑщего канала" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" +"ЕÑли маршрут к текущему шлюзу должен быть изменён, значение ETX данного " +"шлюза умножаетÑÑ Ð½Ð° указанное чиÑло перед Ñравнением Ñ Ð½Ð¾Ð²Ñ‹Ð¼ значением. " +"Значение данного параметра может быть в пределах от 0.1 до 1.0, но при " +"изменении должно быть ближе к 1.0.
Ð’ÐИМÐÐИЕ:Ðе иÑпользуйте " +"данный параметр вмеÑте Ñ Ð¼ÐµÑ‚Ñ€Ð¸ÐºÐ¾Ð¹ etx_ffeth!
По умолчанию \"1.0\"." + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" +"ИÑпользует ли данный узел NAT Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº интернету. По умолчанию \"да" +"\"." + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" +"Режим интерфейÑа иÑпользуетÑÑ Ð´Ð»Ñ Ð¿Ñ€ÐµÐ´Ð¾Ñ‚Ð²Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ð½ÐµÐ½ÑƒÐ¶Ð½Ñ‹Ñ… перенаправлений на " +"коммутируемых Ethernet-интерфейÑах. Возможные Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ð°: \"mesh\" и " +"\"ether\". По умолчанию \"mesh\"." + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Interfaces Defaults" +msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñов" + +msgid "Internet protocol" +msgstr "Интернет-протокол" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" +"Интервал опроÑа Ñетвых интерфейÑов на наличие изменений в конфигурации " +"(Ñек.). По умолчанию, \"2.5\"." + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "ИзвеÑтные OLSR-маршруты" + +msgid "LQ" +msgstr "LQ" + +msgid "LQ aging" +msgstr "Старение LQ" + +msgid "LQ algorithm" +msgstr "Ðлгоритм LQ" + +#, fuzzy +msgid "LQ fisheye" +msgstr "Рыбий глаз LQ" + +msgid "LQ level" +msgstr "Уровень LQ" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "ПоÑледний прыжок" + +msgid "Legend" +msgstr "Легенда" + +msgid "Library" +msgstr "Библиотека" + +msgid "Link Quality Settings" +msgstr "ÐаÑтройки качеÑтва ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ (LQ)" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" +"КоÑффициент ÑÑ‚Ð°Ñ€ÐµÐ½Ð¸Ñ LQ (только Ð´Ð»Ñ ÑƒÑ€Ð¾Ð²Ð½Ñ LQ, равного 2). Параметр " +"подÑтройки Ð´Ð»Ñ etx_float и etx_fpm. Чем меньше значение, тем меньше " +"Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ETX. Диапазон допуÑтимых значений от 0.01 до 1.0." + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" +"Ðлгоритм LQ (только Ð´Ð»Ñ ÑƒÑ€Ð¾Ð²Ð½Ñ LQ, равного 2).
etx_float: ETX Ñ " +"плавающей точкой и ÑкÑпоненциальным Ñтарением
etx_fpm : тоже что " +"и etx_float, но Ñ Ñ†ÐµÐ»Ð¾Ñ‡Ð¸Ñленной арифметикой
etx_ff : ETX " +"freifunk, иÑпользует веÑÑŒ трафик OLSR Ð´Ð»Ñ Ñ€Ð°Ñчета ETX
etx_ffeth: " +"неÑовмеÑтимый вариант etx_ff, разрешающий Ethernet-ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ ETX 0.1.
По умолчанию \"etx_ff\"" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" +"Переключатель ÑƒÑ€Ð¾Ð²Ð½Ñ LQ между маршрутизацией по кол-во прыжков и ETX.
0 = не иÑпользовать LQ
2 = иÑпользовать LQ Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° " +"MPR и маршрутизации
По умолчанию \"2\"" + +msgid "LinkQuality Multiplicator" +msgstr "Множитель LQ" + +msgid "Links per node (average)" +msgstr "Кол-во Ñоединений на узел (Ñреднее)" + +msgid "Links total" +msgstr "Общее кол-во Ñоединений" + +msgid "Local interface IP" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ интерфейÑа" + +msgid "MID" +msgstr "MID" + +msgid "MID interval" +msgstr "Интервал MID" + +msgid "MID validity time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ MID" + +msgid "MTU" +msgstr "MTU" + +msgid "Main IP" +msgstr "ОÑновной IP-адреÑ" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "Метрика" + +msgid "Mode" +msgstr "Режим" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#, fuzzy +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" +"Умножить маршруты на указанный коÑффициент в пределах от 0.01 до 1. Данный " +"коÑффициент иÑпользуетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ в Ñлучае, еÑли LQ уровень > 0. Примеры:
уменьшить LQ Ð´Ð»Ñ 192.168.0.1 на половину: 192.168.0.1 0.5
уменьшить LQ " +"Ð´Ð»Ñ Ð²Ñех узлов на данном интерфейÑе на 20%: default 0.8" + +msgid "NAT threshold" +msgstr "Порог NAT" + +msgid "NLQ" +msgstr "NLQ" + +msgid "Neighbors" +msgstr "СоÑедние узлы" + +msgid "Neighbour IP" +msgstr "СоÑедние IP-адреÑа" + +msgid "Neighbours" +msgstr "СоÑедние узлы" + +msgid "Netmask" +msgstr "МаÑка Ñети" + +msgid "Network" +msgstr "Сеть" + +msgid "Network address" +msgstr "Сетевой адреÑ" + +msgid "Nic changes poll interval" +msgstr "Интервал опроÑа изменений NIC" + +msgid "Nodes" +msgstr "Узлы" + +msgid "OLSR" +msgstr "OLSR" + +msgid "OLSR - Display Options" +msgstr "OLSR - ÐаÑтройки отображениÑ" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - HNA-объÑвлениÑ" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - HNA-объÑвлениÑ" + +msgid "OLSR - Plugins" +msgstr "OLSR - Модули" + +msgid "OLSR Daemon" +msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ OLSR" + +msgid "OLSR Daemon - Interface" +msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ OLSR - ИнтерфейÑ" + +msgid "OLSR connections" +msgstr "OLSR-ÑоединениÑ" + +msgid "OLSR gateway" +msgstr "OLSR-шлюз" + +msgid "OLSR node" +msgstr "OLSR-узел" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "Обзор" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Обзор текущих активных OLSR-объÑвлений HNA" + +msgid "Overview of currently established OLSR connections" +msgstr "Обзор уÑтановленных OLSR-Ñоединений" + +msgid "Overview of currently known OLSR nodes" +msgstr "Обзор текущих извеÑтных OLSR-узлов" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Обзор извеÑтных маршрутов к OLSR-узлам" + +msgid "Overview of interfaces where OLSR is running" +msgstr "Обзор интерфейÑов Ñ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð½Ñ‹Ð¼ OLSR" + +msgid "Overview of known multiple interface announcements" +msgstr "Обзор извеÑтных мульти-интерфейÑных извещений" + +# Может таки "умные" шлюзы? Или вообще SmartGW... +#, fuzzy +msgid "Overview of smart gateways in this network" +msgstr "Обзор Ñмарт-шлюзов в Ñети" + +msgid "Plugin configuration" +msgstr "ÐаÑтройки модулей" + +msgid "Plugins" +msgstr "Модули" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "ПериодичноÑÑ‚ÑŒ опроÑа OLSR-Ñокетов в Ñекундах. 0.05 по умолчанию." + +msgid "Pollrate" +msgstr "ЧаÑтота опроÑа" + +msgid "Port" +msgstr "Порт" + +msgid "Prefix" +msgstr "ПрефикÑ" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "Разрешать имена" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" +"Разрешать имена хоÑтов на Ñтраницах ÑоÑтоÑниÑ. Ðе иÑпользуйте данную " +"функцию, еÑли у Ð²Ð°Ñ Ð¿ÑƒÐ±Ð»Ð¸Ñ‡Ð½Ñ‹Ð¹ IP-Ð°Ð´Ñ€ÐµÑ Ð¸ неÑтабильный DNS. Ð’ противном " +"Ñлучае загрузка Ñтраниц ÑоÑтоÑÐ½Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ проиÑходить очень медленно." + +msgid "Routes" +msgstr "Маршруты" + +msgid "Secondary OLSR interfaces" +msgstr "Вторичные OLSR-интерфейÑÑ‹" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" +"УÑтанавливает оÑновной IP-Ð°Ð´Ñ€ÐµÑ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð°. Данный Ð°Ð´Ñ€ÐµÑ ÐИКОГДРне " +"будет изменÑÑ‚ÑŒÑÑ Ð²Ð¾ Ð²Ñ€ÐµÐ¼Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ olsrd. По умолчанию 0.0.0.0 (иÑпользуетÑÑ " +"IP-Ð°Ð´Ñ€ÐµÑ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ Ñетевого интерфейÑа)." + +#, fuzzy +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" +"УÑтанавливает оÑновной IP-Ð°Ð´Ñ€ÐµÑ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð°. Данный Ð°Ð´Ñ€ÐµÑ ÐИКОГДРне " +"будет изменÑÑ‚ÑŒÑÑ Ð²Ð¾ Ð²Ñ€ÐµÐ¼Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ olsrd. По умолчанию 0.0.0.0 (иÑпользуетÑÑ " +"IP-Ð°Ð´Ñ€ÐµÑ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ Ñетевого интерфейÑа)." + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "SmartGW" + +msgid "SmartGW announcements" +msgstr "ОбъÑÐ²Ð»ÐµÐ½Ð¸Ñ SmartGW" + +msgid "SmartGateway is not configured on this system." +msgstr "SmartGW не Ñконфигурирован на Ñтой ÑиÑтеме." + +msgid "Source address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð¸Ñточника" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" +"УÑтанавливает ÑкороÑÑ‚ÑŒ воÑходÑщего канала (кбит/Ñ). Первый параметр " +"указывает на прÑмое, а второй на обратное направление. По умолчанию \"128 " +"1024\"." + +msgid "Speed of the uplink" +msgstr "СкороÑÑ‚ÑŒ воÑходÑщего канала" + +msgid "State" +msgstr "СоÑтоÑние" + +msgid "Status" +msgstr "СтатуÑ" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "ДоÑÑ‚Ð¸Ð³Ð½ÑƒÑ‚Ð°Ñ ÑкороÑÑ‚ÑŒ приема поÑылок от ÑоÑедних узлов" + +msgid "Success rate of packages sent to the neighbour" +msgstr "ДоÑÑ‚Ð¸Ð³Ð½ÑƒÑ‚Ð°Ñ ÑкороÑÑ‚ÑŒ передачи поÑылок к ÑоÑедним узлам" + +msgid "TC" +msgstr "TC" + +msgid "TC interval" +msgstr "Интервал TC" + +msgid "TC validity time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ TC" + +msgid "TOS value" +msgstr "Значение ToS" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" +"Ð¡ÐµÑ€Ð²Ð¸Ñ OLSRd реализует поддержку протокола OLSR (Optimized Link State " +"Routing) и тем Ñамым обеÑпечивает ÑчеиÑтую маршрутизацию Ð´Ð»Ñ Ð»ÑŽÐ±Ð¾Ð³Ð¾ Ñетевого " +"оборудованиÑ. OLSRd может работать на любом Wi-Fi-адаптере или уÑтройÑтве " +"Ethernet Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ режима ad-hoc. Более подробную информацию можно найти " +"на olsr.org." + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" +"ФикÑированное значение готовноÑти. ЕÑли не задано, то будет раÑÑчитыватьÑÑ " +"динамичеÑки на оÑнове ÑоÑтоÑÐ½Ð¸Ñ Ð±Ð°Ñ‚Ð°Ñ€ÐµÐ¸/питаниÑ. По умолчанию \"3\"." + +msgid "The interface OLSRd should serve." +msgstr "ИнтерфейÑ, обÑлуживаемый OLSRd." + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" +"Порт, иÑпользуемый Ð´Ð»Ñ OLSR. РекомендуетÑÑ Ð¸Ñпользовать приÑвоенный IANA " +"порт 698. ДопуÑтимо любое значение в диапазоне от 1 до 65535." + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" +"Может быть иÑпользовано Ð´Ð»Ñ Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² об IPv6-префикÑе воÑходÑщего " +"канала. Это может позволить клиентам изменÑÑ‚ÑŒ Ñвой локальный IPv6-Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ " +"иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ IPv6-шлюза без какой-либо транÑлÑции адреÑов. МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ " +"длина префикÑа - 64 бита. По умолчанию \"::/0\" (без префикÑа)." + +msgid "Timing and Validity" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸ Ñроки дейÑтвиÑ" + +msgid "Topology" +msgstr "ТопологиÑ" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" +"Значение Ð¿Ð¾Ð»Ñ ToS IP -аголовка управлÑющего трафика. По умолчанию \"16\"." + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Ðе удалоÑÑŒ подключитьÑÑ Ðº ÑервиÑу OLSR!" + +msgid "Uplink" +msgstr "ВоÑходÑщий канал" + +msgid "Uplink uses NAT" +msgstr "ВоÑходÑщий канал иÑпользует NAT" + +msgid "Use hysteresis" +msgstr "ИÑпользовать гиÑтерезиÑ" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "ВерÑиÑ" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "WLAN" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" +"Внимание: kmod-ipip не уÑтановлен. Без kmod-ipip SmartGateway не будет " +"работать, пожалуйÑта, уÑтановите Ñтот пакет." + +msgid "Weight" +msgstr "ВеÑ" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" +"При иÑпользовании неÑкольких Ñоединений между хоÑтами, Ð²ÐµÑ Ñлужит Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° " +"иÑпользуемого интерфейÑа. Обычно, Ð²ÐµÑ Ñ€Ð°ÑÑчитываетÑÑ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑки olsrd на " +"оÑнове характериÑтик интерфейÑа, но данное поле позволÑет уÑтановить Ð²ÐµÑ " +"вручную. Olsrd выберет ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð½Ð°Ð¸Ð¼ÐµÐ½ÑŒÑˆÐ¸Ð¼ значением веÑа.
Замечание: Ð²ÐµÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа иÑпользуетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ в Ñлучае уÑтановки Ð¿Ð¾Ð»Ñ " +"\"Уровень LQ\" в 0. Ð”Ð»Ñ Ð»ÑŽÐ±Ñ‹Ñ… других значений Ð¿Ð¾Ð»Ñ \"Уровень LQ\", " +"иÑпользуетÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ Ð¿Ð¾Ð»Ñ ETX." + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" +"Какой вид воÑходÑщего канала ÑкпортируетÑÑ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ узлам ÑчеиÑтой Ñети. " +"Определение воÑходÑщего канала проиÑходит при наличии в локальном HNA " +"0.0.0.0/0, ::ffff:0:0/96 или 2000::/3. Значение по умолчанию: \"оба\"." + +#, fuzzy +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" +"Какой вид воÑходÑщего канала ÑкпортируетÑÑ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ узлам ÑчеиÑтой Ñети. " +"Определение воÑходÑщего канала проиÑходит при наличии в локальном HNA " +"0.0.0.0/0, ::ffff:0:0/96 или 2000::/3. Значение по умолчанию: \"оба\"." + +msgid "Willingness" +msgstr "ГотовноÑÑ‚ÑŒ" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "УÑтройÑтво" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "УдоÑтоверьтеÑÑŒ, что OLSRd работает, модуль \"txtinfo\" загружен, наÑтроен " +#~ "на порт 2006 и принимает ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð¾Ñ‚ \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/sk/olsr.po b/applications/luci-app-olsr/po/sk/olsr.po new file mode 100644 index 0000000..fdd37e3 --- /dev/null +++ b/applications/luci-app-olsr/po/sk/olsr.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/sv/olsr.po b/applications/luci-app-olsr/po/sv/olsr.po new file mode 100644 index 0000000..9af47a4 --- /dev/null +++ b/applications/luci-app-olsr/po/sv/olsr.po @@ -0,0 +1,688 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot new file mode 100644 index 0000000..6bd63c2 --- /dev/null +++ b/applications/luci-app-olsr/po/templates/olsr.pot @@ -0,0 +1,680 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/tr/olsr.po b/applications/luci-app-olsr/po/tr/olsr.po new file mode 100644 index 0000000..1864189 --- /dev/null +++ b/applications/luci-app-olsr/po/tr/olsr.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/uk/olsr.po b/applications/luci-app-olsr/po/uk/olsr.po new file mode 100644 index 0000000..d35fe31 --- /dev/null +++ b/applications/luci-app-olsr/po/uk/olsr.po @@ -0,0 +1,688 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "" + +msgid "FIB metric" +msgstr "" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +msgid "HNA6 Announcements" +msgstr "" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-olsr/po/vi/olsr.po b/applications/luci-app-olsr/po/vi/olsr.po new file mode 100644 index 0000000..698e528 --- /dev/null +++ b/applications/luci-app-olsr/po/vi/olsr.po @@ -0,0 +1,703 @@ +# olsr.pot +# generated from ./applications/luci-olsr/luasrc/i18n/olsr.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-16 12:39+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Active MID announcements" +msgstr "Thông báo của các MID Ä‘ang hoạt Ä‘á»™ng" + +msgid "Active OLSR nodes" +msgstr "Những OLSR nodes Ä‘ang hoạt Ä‘á»™ng" + +msgid "Active host net announcements" +msgstr "Thông báo của mạng host Ä‘ang hoạt Ä‘á»™ng" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow gateways with NAT" +msgstr "" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "" + +msgid "Announce uplink" +msgstr "" + +msgid "Announced network" +msgstr "Mạng lÆ°á»›i thông báo" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "" + +msgid "Broadcast address" +msgstr "" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Download Config" +msgstr "" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +msgid "Enable this interface." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Expected retransmission count" +msgstr "Expected retransmission count" + +msgid "FIB metric" +msgstr "FIB metric" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General settings" +msgstr "Cài đặt tổng quát" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "Khoảng HNA" + +msgid "HNA validity time" +msgstr "Thá»i gian hợp lệ hóa HNA " + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "OLSR - HNA - Thông báo" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "Vùng xin chào" + +msgid "Hello validity time" +msgstr "Thá»i gian hợp lệ hóa lá»i chào" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "IPv4 broadcast" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "Internet protocol" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "Tuyến OLRS đã biết" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "LQ aging" + +msgid "LQ algorithm" +msgstr "LQ algorithm" + +msgid "LQ fisheye" +msgstr "LQ fisheye" + +msgid "LQ level" +msgstr "LQ level" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "Hop cuối " + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "Thư viện " + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "Giao diện địa phÆ°Æ¡ng IP" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "Khoảng MID" + +msgid "MID validity time" +msgstr "Thá»i gian hợp lệ hóa MID" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "Lận cận IP" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "Netmask" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "OLSR - HNA - Thông báo" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "OLSR - HNA - Thông báo" + +msgid "OLSR - Plugins" +msgstr "OLSR - Plugins" + +msgid "OLSR Daemon" +msgstr "OLSR Daemon" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "Kết nối OLSR" + +msgid "OLSR gateway" +msgstr "Cổng OLSR" + +msgid "OLSR node" +msgstr "OLSR node" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "Tổng quát vá» các thông báo của mạng host Ä‘ang hoạt Ä‘á»™ng" + +msgid "Overview of currently established OLSR connections" +msgstr "Tổng quát vá» kết nối OLSR hiện tại " + +msgid "Overview of currently known OLSR nodes" +msgstr "Tổng quát của các OLSR nodes đã biết hiện tại" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "Tổng quát của các tuyến đã biết hiện tại tá»›i những OLSR nodes khác" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "Tổng quát vá» thông báo của nhiá»u giao diện đã biết" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "Cấu hình Plugin" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "Pollrate" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "Tiá»n tố" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "Giao diện OLSR thứ nhì" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "Khoảng TC" + +msgid "TC validity time" +msgstr "Thá»i gian hợp lệ hóa TC" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "Không thể kết nối vá»›i OLSR daemon!" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "Dùng hysteresis" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "Sẵn sàng" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Bảo đảm là OLSRd Ä‘ang vận hành, the &quot;txtinfo&quot; plugin " +#~ "được tải, định cấu hình trên cổng 2006 và chấp nhận kết nối từ &" +#~ "quot;127.0.0.1&quot;." diff --git a/applications/luci-app-olsr/po/zh-cn/olsr.po b/applications/luci-app-olsr/po/zh-cn/olsr.po new file mode 100644 index 0000000..37264f5 --- /dev/null +++ b/applications/luci-app-olsr/po/zh-cn/olsr.po @@ -0,0 +1,696 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-10 20:26+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "" + +msgid "Active OLSR nodes" +msgstr "" + +msgid "Active host net announcements" +msgstr "" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Allow gateways with NAT" +msgstr "å…许网关使用NAT" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "å…许选定的IPv4通过网关NAT" + +msgid "Announce uplink" +msgstr "广告上行" + +msgid "Announced network" +msgstr "广告网络" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "两个值必须使用点分å进制表示法。" + +msgid "Broadcast address" +msgstr "广播地å€" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "é…ç½®" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "显示" + +msgid "Downlink" +msgstr "断线" + +msgid "Download Config" +msgstr "下载é…ç½®" + +msgid "ETX" +msgstr "ETX" + +msgid "Enable" +msgstr "å…许" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"å¯ç”¨SmartGateway。如果ç¦ç”¨ï¼Œåˆ™SmartGateway其他所有å‚数将忽略。缺çœå€¼ï¼šâ€œç¦ç”¨â€" + +msgid "Enable this interface." +msgstr "å¯ç”¨è¿™ä¸ªç«¯å£" + +msgid "Enabled" +msgstr "å¯ç”¨" + +msgid "Expected retransmission count" +msgstr "预期é‡å‘æ•°" + +msgid "FIB metric" +msgstr "FIB度é‡" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "网关" + +msgid "General Settings" +msgstr "通用设置" + +msgid "General settings" +msgstr "通用设置" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "HNA" + +msgid "HNA Announcements" +msgstr "HNA公告" + +msgid "HNA interval" +msgstr "HNAé—´éš™" + +msgid "HNA validity time" +msgstr "HNA有效时长" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "HNA公告" + +msgid "Hello" +msgstr "Hello" + +msgid "Hello interval" +msgstr "Helloé—´éš™" + +msgid "Hello validity time" +msgstr "Hello有效时长" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "Hna4" + +msgid "Hna6" +msgstr "Hna6" + +msgid "Hops" +msgstr "è·³" + +msgid "Hostname" +msgstr "主机å" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "IP地å€" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv4 broadcast" +msgstr "IPv4广播地å€" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +#, fuzzy +msgid "OLSR - HNA6-Announcements" +msgstr "HNA公告" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "设备" diff --git a/applications/luci-app-olsr/po/zh-tw/olsr.po b/applications/luci-app-olsr/po/zh-tw/olsr.po new file mode 100644 index 0000000..797874d --- /dev/null +++ b/applications/luci-app-olsr/po/zh-tw/olsr.po @@ -0,0 +1,700 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-15 07:15+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Active MID announcements" +msgstr "啟用Mesh網狀網路ID公告" + +msgid "Active OLSR nodes" +msgstr "啟用OLSR路由å”議節點" + +msgid "Active host net announcements" +msgstr "啟用主機網路公告" + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Allow gateways with NAT" +msgstr "å…許帶NATçš„åŒé“器" + +msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgstr "å…許帶NATçš„åŒé“器é¸æ“‡è¼¸å‡ºipv4å°åŒ…" + +msgid "Announce uplink" +msgstr "公告上傳" + +msgid "Announced network" +msgstr "公告網路" + +msgid "Bad (ETX > 10)" +msgstr "" + +msgid "Bad (SNR < 5)" +msgstr "" + +msgid "Both values must use the dotted decimal notation." +msgstr "這兩個值都必須採用點分å進ä½åˆ¶æ ¼å¼" + +msgid "Broadcast address" +msgstr "廣播ä½å€" + +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +msgid "Configuration" +msgstr "設定" + +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +msgid "Display" +msgstr "顯示" + +msgid "Downlink" +msgstr "下行" + +msgid "Download Config" +msgstr "下載設置" + +msgid "ETX" +msgstr "" + +msgid "Enable" +msgstr "啟用" + +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" +"啟用機動å¼åŒé“器. å‡å¦‚它失效, 其它所有機動å¼åŒé“器åƒæ•¸å°‡è¢«å¿½è¦–. é è¨­å€¼æ˜¯\"no" +"\"" + +msgid "Enable this interface." +msgstr "啟用這個介é¢" + +msgid "Enabled" +msgstr "啟用" + +msgid "Expected retransmission count" +msgstr "é è¨ˆé‡å‚³æ¬¡æ•¸" + +msgid "FIB metric" +msgstr "FIB指標" + +msgid "" +"FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " +"means that the metric value is always 2. This is the preferred value because " +"it helps the linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" +"FIBMetric控制OLSR主機路由的公用路由計é‡è¨­å®š. \"flat\" 代表是公用計é‡æ•¸æ°¸é æ˜¯" +"2. 這是較å—歡迎的數值, 因為它會å”助linux核心路由清除舊的路由表. \"correct\"使" +"用跳èºæ•¸ç•¶ä½œå…¬ç”¨è·¯ç”±è¨ˆé‡. \"approx\"也使用跳èºæ•¸ç•¶ä½œå…¬ç”¨è·¯ç”±è¨ˆé‡, 但åªä½œç”¨åœ¨" +"è·³èºæ•¸ä¹Ÿæ›´æ–°æ™‚. é è¨­å€¼æ˜¯\"flat\"." + +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +msgid "Gateway" +msgstr "åŒé“器" + +msgid "General Settings" +msgstr "一般設定" + +msgid "General settings" +msgstr "一般設定" + +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Good (30 > SNR > 20)" +msgstr "" + +msgid "Green" +msgstr "" + +msgid "HNA" +msgstr "" + +msgid "HNA Announcements" +msgstr "" + +msgid "HNA interval" +msgstr "" + +msgid "HNA validity time" +msgstr "" + +#, fuzzy +msgid "HNA6 Announcements" +msgstr "啟用Mesh網狀網路ID公告" + +msgid "Hello" +msgstr "" + +msgid "Hello interval" +msgstr "" + +msgid "Hello validity time" +msgstr "" + +msgid "Hide IPv4" +msgstr "" + +msgid "Hide IPv6" +msgstr "" + +msgid "Hna4" +msgstr "" + +msgid "Hna6" +msgstr "" + +msgid "Hops" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" + +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA6 messages." +msgstr "" + +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +msgid "IP Addresses" +msgstr "" + +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +msgid "IPv4" +msgstr "" + +msgid "IPv4 broadcast" +msgstr "" + +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +msgid "IPv4 source" +msgstr "" + +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +msgid "IPv6" +msgstr "" + +msgid "IPv6 multicast" +msgstr "" + +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +msgid "IPv6 source" +msgstr "" + +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +msgid "IPv6-Prefix of the uplink" +msgstr "" + +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.
WARNING: This parameter should not be used together " +"with the etx_ffeth metric!
Defaults to \"1.0\"." +msgstr "" + +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "" +"Interface Mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces Defaults" +msgstr "" + +msgid "Internet protocol" +msgstr "" + +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +msgid "Known OLSR routes" +msgstr "" + +msgid "LQ" +msgstr "" + +msgid "LQ aging" +msgstr "" + +msgid "LQ algorithm" +msgstr "" + +msgid "LQ fisheye" +msgstr "" + +msgid "LQ level" +msgstr "" + +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"seperated by space." +msgstr "" + +msgid "Last hop" +msgstr "" + +msgid "Legend" +msgstr "" + +msgid "Library" +msgstr "" + +msgid "Link Quality Settings" +msgstr "" + +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +msgid "" +"Link quality algorithm (only for lq level 2).
etx_float: " +"floating point ETX with exponential aging
etx_fpm : same as " +"etx_float, but with integer arithmetic
etx_ff : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation
etx_ffeth: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" +msgstr "" + +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.
0 = do not use link quality
2 = use link " +"quality for MPR selection and routing
Default is \"2\"" +msgstr "" + +msgid "LinkQuality Multiplicator" +msgstr "" + +msgid "Links per node (average)" +msgstr "" + +msgid "Links total" +msgstr "" + +msgid "Local interface IP" +msgstr "" + +msgid "MID" +msgstr "" + +msgid "MID interval" +msgstr "" + +msgid "MID validity time" +msgstr "" + +msgid "MTU" +msgstr "" + +msgid "Main IP" +msgstr "" + +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +msgid "Metric" +msgstr "" + +msgid "Mode" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5
reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:
reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5
reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +msgid "NAT threshold" +msgstr "" + +msgid "NLQ" +msgstr "" + +msgid "Neighbors" +msgstr "" + +msgid "Neighbour IP" +msgstr "" + +msgid "Neighbours" +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network address" +msgstr "" + +msgid "Nic changes poll interval" +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "OLSR" +msgstr "" + +msgid "OLSR - Display Options" +msgstr "" + +msgid "OLSR - HNA-Announcements" +msgstr "" + +msgid "OLSR - HNA6-Announcements" +msgstr "" + +msgid "OLSR - Plugins" +msgstr "" + +msgid "OLSR Daemon" +msgstr "" + +msgid "OLSR Daemon - Interface" +msgstr "" + +msgid "OLSR connections" +msgstr "" + +msgid "OLSR gateway" +msgstr "" + +msgid "OLSR node" +msgstr "" + +msgid "Orange" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +msgid "Overview of currently established OLSR connections" +msgstr "" + +msgid "Overview of currently known OLSR nodes" +msgstr "" + +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +msgid "Overview of known multiple interface announcements" +msgstr "" + +msgid "Overview of smart gateways in this network" +msgstr "" + +msgid "Plugin configuration" +msgstr "" + +msgid "Plugins" +msgstr "" + +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +msgid "Pollrate" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Red" +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Secondary OLSR interfaces" +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +msgid "Show IPv4" +msgstr "" + +msgid "Show IPv6" +msgstr "" + +msgid "Signal Noise Ratio in dB" +msgstr "" + +msgid "SmartGW" +msgstr "" + +msgid "SmartGW announcements" +msgstr "" + +msgid "SmartGateway is not configured on this system." +msgstr "" + +msgid "Source address" +msgstr "" + +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +msgid "Speed of the uplink" +msgstr "" + +msgid "State" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +msgid "Success rate of packages received from the neighbour" +msgstr "" + +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +msgid "TC" +msgstr "" + +msgid "TC interval" +msgstr "" + +msgid "TC validity time" +msgstr "" + +msgid "TOS value" +msgstr "" + +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit olsrd.org for help and " +"documentation." +msgstr "" + +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +msgid "The interface OLSRd should serve." +msgstr "" + +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +msgid "Timing and Validity" +msgstr "" + +msgid "Topology" +msgstr "" + +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Uplink uses NAT" +msgstr "" + +msgid "Use hysteresis" +msgstr "" + +msgid "Validity Time" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Very good (ETX < 2)" +msgstr "" + +msgid "Very good (SNR > 30)" +msgstr "" + +msgid "WLAN" +msgstr "" + +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.
Note: Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +msgid "Willingness" +msgstr "" + +msgid "Yellow" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" + +#~ msgid "Device" +#~ msgstr "設備" diff --git a/applications/luci-app-olsr/root/etc/config/luci_olsr b/applications/luci-app-olsr/root/etc/config/luci_olsr new file mode 100644 index 0000000..2dd4ffa --- /dev/null +++ b/applications/luci-app-olsr/root/etc/config/luci_olsr @@ -0,0 +1,2 @@ +config 'olsr' 'general' + option 'resolve' '1' diff --git a/applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr b/applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr new file mode 100755 index 0000000..63c01e4 --- /dev/null +++ b/applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr @@ -0,0 +1,14 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@olsrd[-1] + add ucitrack olsrd + set ucitrack.@olsrd[-1].init=olsrd + delete ucitrack.@olsrd6[-1] + add ucitrack olsrd6 + set ucitrack.@olsrd6[-1].init=olsrd6 + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-openvpn/Makefile b/applications/luci-app-openvpn/Makefile new file mode 100644 index 0000000..a8070fd --- /dev/null +++ b/applications/luci-app-openvpn/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for OpenVPN +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-openvpn/luasrc/controller/openvpn.lua b/applications/luci-app-openvpn/luasrc/controller/openvpn.lua new file mode 100644 index 0000000..2e48a46 --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/controller/openvpn.lua @@ -0,0 +1,11 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.openvpn", package.seeall) + +function index() + entry( {"admin", "services", "openvpn"}, cbi("openvpn"), _("OpenVPN") ) + entry( {"admin", "services", "openvpn", "basic"}, cbi("openvpn-basic"), nil ).leaf = true + entry( {"admin", "services", "openvpn", "advanced"}, cbi("openvpn-advanced"), nil ).leaf = true +end diff --git a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua new file mode 100644 index 0000000..fa15300 --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua @@ -0,0 +1,262 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +require("luci.ip") +require("luci.model.uci") + + +local knownParams = { + -- + -- Widget Name Default(s) Description Option(s) + -- + + { "Service", { + -- initialisation and daemon options + { ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, translate("Set output verbosity") }, + { Flag, "mlock", 0, translate("Disable Paging") }, + { Flag, "disable_occ", 0, translate("Disable options consistency check") }, + -- { Value, "user", "root", translate("Set UID to user") }, + -- { Value, "group", "root", translate("Set GID to group") }, + { Value, "cd", "/etc/openvpn", translate("Change to directory before initialization") }, + { Value, "chroot", "/var/run", translate("Chroot to directory after initialization") }, + -- { Value, "daemon", "Instance-Name", translate("Daemonize after initialization") }, + -- { Value, "syslog", "Instance-Name", translate("Output to syslog and do not daemonize") }, + { Flag, "passtos", 0, translate("TOS passthrough (applies to IPv4 only)") }, + -- { Value, "inetd", "nowait Instance-Name", translate("Run as an inetd or xinetd server") }, + { Value, "log", "/var/log/openvpn.log", translate("Write log to file") }, + { Value, "log_append", "/var/log/openvpn.log", translate("Append log to file") }, + { Flag, "suppress_timestamps", 0, translate("Don't log timestamps") }, + -- { Value, "writepid", "/var/run/openvpn.pid", translate("Write process ID to file") }, + { Value, "nice", 0, translate("Change process priority") }, + { Flag, "fast_io", 0, translate("Optimize TUN/TAP/UDP writes") }, + { Value, "echo", "some params echoed to log", translate("Echo parameters to log") }, + { ListValue, "remap_usr1", { "SIGHUP", "SIGTERM" }, translate("Remap SIGUSR1 signals") }, + { Value, "status", "/var/run/openvpn.status 5", translate("Write status to file every n seconds") }, + { Value, "status_version", { 1, 2 }, translate("Status file format version") }, -- status + { Value, "mute", 5, translate("Limit repeated log messages") }, + + { Value, "up", "/usr/bin/ovpn-up", translate("Shell cmd to execute after tun device open") }, + { Value, "up_delay", 5, translate("Delay tun/tap open and up script execution") }, + { Value, "down", "/usr/bin/ovpn-down", translate("Shell cmd to run after tun device close") }, + { Flag, "down_pre", 0, translate("Call down cmd/script before TUN/TAP close") }, + { Flag, "up_restart", 0, translate("Run up/down scripts for all restarts") }, + { Value, "route_up", "/usr/bin/ovpn-routeup", translate("Execute shell cmd after routes are added") }, + { Value, "ipchange", "/usr/bin/ovpn-ipchange", translate("Execute shell command on remote ip change"), { mode="p2p" } }, + { DynamicList, "setenv", { "VAR1 value1", "VAR2 value2" }, translate("Pass environment variables to script") }, + { Value, "tls_verify", "/usr/bin/ovpn-tlsverify", translate("Shell command to verify X509 name") }, + { Value, "client_connect", "/usr/bin/ovpn-clientconnect", translate("Run script cmd on client connection") }, + { Flag, "client_disconnect", 0, translate("Run script cmd on client disconnection") }, + { Value, "learn_address", "/usr/bin/ovpn-learnaddress", translate("Executed in server mode whenever an IPv4 address/route or MAC address is added to OpenVPN's internal routing table") }, + { Value, "auth_user_pass_verify", "/usr/bin/ovpn-userpass via-env", translate("Executed in server mode on new client connections, when the client is still untrusted") }, + { ListValue, "script_security", { 0, 1, 2, 3 }, translate("Policy level over usage of external programs and scripts") }, + } }, + + { "Networking", { + -- socket config + { ListValue, "mode", { "p2p", "server" }, translate("Major mode") }, + { Value, "local", "0.0.0.0", translate("Local host name or ip address") }, + { Value, "port", 1194, translate("TCP/UDP port # for both local and remote") }, + { Value, "lport", 1194, translate("TCP/UDP port # for local (default=1194)") }, + { Value, "rport", 1194, translate("TCP/UDP port # for remote (default=1194)") }, + { Flag, "float", 0, translate("Allow remote to change its IP or port") }, + { Flag, "nobind", 0, translate("Do not bind to local address and port") }, + + { Value, "dev", "tun0", translate("tun/tap device") }, + { ListValue, "dev_type", { "tun", "tap" }, translate("Type of used device") }, + { Value, "dev_node", "/dev/net/tun", translate("Use tun/tap device node") }, + { Flag, "tun_ipv6", 0, translate("Make tun device IPv6 capable") }, + + { Value, "ifconfig", "10.200.200.3 10.200.200.1", translate("Set tun/tap adapter parameters") }, + { Flag, "ifconfig_noexec", 0, translate("Don't actually execute ifconfig") }, + { Flag, "ifconfig_nowarn", 0, translate("Don't warn on ifconfig inconsistencies") }, + + { DynamicList, "route", "10.123.0.0 255.255.0.0", translate("Add route after establishing connection") }, + { Value, "route_gateway", "10.234.1.1", translate("Specify a default gateway for routes") }, + { Value, "route_delay", 0, translate("Delay n seconds after connection") }, + { Flag, "route_noexec", 0, translate("Don't add routes automatically") }, + + { ListValue, "mtu_disc", { "yes", "maybe", "no" }, translate("Enable Path MTU discovery") }, + { Flag, "mtu_test", 0, translate("Empirically measure MTU") }, + { ListValue, "comp_lzo", { "yes", "no", "adaptive" }, translate("Use fast LZO compression") }, + { Flag, "comp_noadapt", 0, translate("Don't use adaptive lzo compression"), { comp_lzo=1 } }, + { Value, "link_mtu", 1500, translate("Set TCP/UDP MTU") }, + { Value, "tun_mtu", 1500, translate("Set tun/tap device MTU") }, + { Value, "tun_mtu_extra", 1500, translate("Set tun/tap device overhead") }, + { Value, "fragment", 1500, translate("Enable internal datagram fragmentation"), { proto="udp" } }, + { Value, "mssfix", 1500, translate("Set upper bound on TCP MSS"), { proto="udp" } }, + { Value, "sndbuf", 65536, translate("Set the TCP/UDP send buffer size") }, + { Value, "rcvbuf", 65536, translate("Set the TCP/UDP receive buffer size") }, + { Value, "txqueuelen", 100, translate("Set tun/tap TX queue length") }, + { Value, "shaper", 10240, translate("Shaping for peer bandwidth") }, + + { Value, "inactive", 240, translate("tun/tap inactivity timeout") }, + { Value, "keepalive", "10 60", translate("Helper directive to simplify the expression of --ping and --ping-restart in server mode configurations") }, + { Value, "ping", 30, translate("Ping remote every n seconds over TCP/UDP port") }, + { Value, "ping_exit", 120, translate("Remote ping timeout") }, + { Value, "ping_restart", 60, translate("Restart after remote ping timeout") }, + { Flag, "ping_timer_rem", 0, translate("Only process ping timeouts if routes exist") }, + + { Flag, "persist_tun", 0, translate("Keep tun/tap device open on restart") }, + { Flag, "persist_key", 0, translate("Don't re-read key on restart") }, + { Flag, "persist_local_ip", 0, translate("Keep local IP address on restart") }, + { Flag, "persist_remote_ip", 0, translate("Keep remote IP address on restart") }, + + -- management channel + { Value, "management", "127.0.0.1 31194 /etc/openvpn/mngmt-pwds", translate("Enable management interface on IP port") }, + { Flag, "management_query_passwords", 0, translate("Query management channel for private key") }, -- management + { Flag, "management_hold", 0, translate("Start OpenVPN in a hibernating state") }, -- management + { Value, "management_log_cache", 100, translate("Number of lines for log file history") }, -- management + { ListValue, "topology", { "net30", "p2p", "subnet" }, translate("'net30', 'p2p', or 'subnet'"), {dev_type="tun" } }, + } }, + + { "VPN", { + { Value, "server", "10.200.200.0 255.255.255.0", translate("Configure server mode"), { server_mode="1" } }, + { Value, "server_bridge", "10.200.200.1 255.255.255.0 10.200.200.200 10.200.200.250", translate("Configure server bridge"), { server_mode="1" } }, + { DynamicList, "push", { "redirect-gateway", "comp-lzo" }, translate("Push options to peer"), { server_mode="1" } }, + { Flag, "push_reset", 0, translate("Don't inherit global push options"), { server_mode="1" } }, + { Flag, "disable", 0, translate("Client is disabled"), { server_mode="1" } }, + { Value, "ifconfig_pool", "10.200.200.100 10.200.200.150 255.255.255.0", translate("Set aside a pool of subnets"), { server_mode="1" } }, + { Value, "ifconfig_pool_persist", "/etc/openvpn/ipp.txt 600", translate("Persist/unpersist ifconfig-pool"), { server_mode="1" } }, +-- { Flag, "ifconfig_pool_linear", 0, translate("Use individual addresses rather than /30 subnets"), { server_mode="1" } }, -- deprecated and replaced by --topology p2p + { Value, "ifconfig_push", "10.200.200.1 255.255.255.255", translate("Push an ifconfig option to remote"), { server_mode="1" } }, + { Value, "iroute", "10.200.200.0 255.255.255.0", translate("Route subnet to client"), { server_mode="1" } }, + { Flag, "client_to_client", 0, translate("Allow client-to-client traffic"), { server_mode="1" } }, + { Flag, "duplicate_cn", 0, translate("Allow multiple clients with same certificate"), { server_mode="1" } }, + { Value, "client_config_dir", "/etc/openvpn/ccd", translate("Directory for custom client config files"), { server_mode="1" } }, + { Flag, "ccd_exclusive", 0, translate("Refuse connection if no custom client config"), { server_mode="1" } }, + { Value, "tmp_dir", "/var/run/openvpn", translate("Temporary directory for client-connect return file"), { server_mode="1" } }, + { Value, "hash_size", "256 256", translate("Set size of real and virtual address hash tables"), { server_mode="1" } }, + { Value, "bcast_buffers", 256, translate("Number of allocated broadcast buffers"), { server_mode="1" } }, + { Value, "tcp_queue_limit", 64, translate("Maximum number of queued TCP output packets"), { server_mode="1" } }, + { Value, "max_clients", 10, translate("Allowed maximum of connected clients"), { server_mode="1" } }, + { Value, "max_routes_per_client", 256, translate("Allowed maximum of internal"), { server_mode="1" } }, + { Value, "connect_freq", "3 10", translate("Allowed maximum of new connections"), { server_mode="1" } }, + { Flag, "client_cert_not_required", 0, translate("Don't require client certificate"), { server_mode="1" } }, + { Flag, "username_as_common_name", 0, translate("Use username as common name"), { server_mode="1" } }, + { Flag, "client", 0, translate("Configure client mode"), { server_mode="0" }, { server_mode="" } }, + { Flag, "pull", 0, translate("Accept options pushed from server"), { client="1" } }, + { Value, "auth_user_pass", "/etc/openvpn/userpass.txt", translate("Authenticate using username/password"), { client="1" } }, + { ListValue, "auth_retry", { "none", "nointeract", "interact" }, translate("Handling of authentication failures"), { client="1" } }, + { Value, "explicit_exit_notify", 1, translate("Send notification to peer on disconnect"), { client="1" } }, + { DynamicList, "remote", "1.2.3.4", translate("Remote host name or ip address"), { client="1" } }, + { Flag, "remote_random", 1, translate("Randomly choose remote server"), { client="1" } }, + { ListValue, "proto", { "udp", "tcp-client", "tcp-server" }, translate("Use protocol"), { client="1" } }, + { Value, "connect_retry", 5, translate("Connection retry interval"), { proto="tcp-client" }, { client="1" } }, + { Value, "http_proxy", "192.168.1.100 8080", translate("Connect to remote host through an HTTP proxy"), { client="1" } }, + { Flag, "http_proxy_retry", 0, translate("Retry indefinitely on HTTP proxy errors"), { client="1" } }, + { Value, "http_proxy_timeout", 5, translate("Proxy timeout in seconds"), { client="1" } }, + { DynamicList, "http_proxy_option", { "VERSION 1.0", "AGENT OpenVPN/2.0.9" }, translate("Set extended HTTP proxy options"), { client="1" } }, + { Value, "socks_proxy", "192.168.1.200 1080", translate("Connect through Socks5 proxy"), { client="1" } }, + { Value, "socks_proxy_retry", 5, translate("Retry indefinitely on Socks proxy errors"), { client="1" } }, -- client && socks_proxy + { Value, "resolv_retry", "infinite", translate("If hostname resolve fails, retry"), { client="1" } }, + { ListValue, "redirect_gateway", { "", "local", "def1", "local def1" }, translate("Automatically redirect default route"), { client="1" } }, + } }, + + { "Cryptography", { + { Value, "secret", "/etc/openvpn/secret.key 1", translate("Enable Static Key encryption mode (non-TLS)") }, + { Value, "auth", "SHA1", translate("HMAC authentication for packets") }, -- parse + { Value, "cipher", "BF-CBC", translate("Encryption cipher for packets") }, -- parse + { Value, "keysize", 1024, translate("Size of cipher key") }, -- parse + { Value, "engine", "dynamic", translate("Enable OpenSSL hardware crypto engines") }, -- parse + { Flag, "no_replay", 0, translate("Disable replay protection") }, + { Value, "replay_window", "64 15", translate("Replay protection sliding window size") }, + { Flag, "mute_replay_warnings", 0, translate("Silence the output of replay warnings") }, + { Value, "replay_persist", "/var/run/openvpn-replay-state", translate("Persist replay-protection state") }, + { Flag, "no_iv", 0, translate("Disable cipher initialisation vector") }, + { Flag, "tls_server", 0, translate("Enable TLS and assume server role"), { tls_client="" }, { tls_client="0" } }, + { Flag, "tls_client", 0, translate("Enable TLS and assume client role"), { tls_server="" }, { tls_server="0" } }, + { FileUpload, "ca", "/etc/easy-rsa/keys/ca.crt", translate("Certificate authority") }, + { FileUpload, "dh", "/etc/easy-rsa/keys/dh1024.pem", translate("Diffie Hellman parameters") }, + { FileUpload, "cert", "/etc/easy-rsa/keys/some-client.crt", translate("Local certificate") }, + { FileUpload, "key", "/etc/easy-rsa/keys/some-client.key", translate("Local private key") }, + { FileUpload, "pkcs12", "/etc/easy-rsa/keys/some-client.pk12", translate("PKCS#12 file containing keys") }, + { ListValue, "key_method", { 1, 2 }, translate("Enable TLS and assume client role") }, + { Value, "tls_cipher", "DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC4-SHA:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5", + translate("TLS cipher") }, + { Value, "tls_timeout", 2, translate("Retransmit timeout on TLS control channel") }, + { Value, "reneg_bytes", 1024, translate("Renegotiate data chan. key after bytes") }, + { Value, "reneg_pkts", 100, translate("Renegotiate data chan. key after packets") }, + { Value, "reneg_sec", 3600, translate("Renegotiate data chan. key after seconds") }, + { Value, "hand_window", 60, translate("Timeframe for key exchange") }, + { Value, "tran_window", 3600, translate("Key transition window") }, + { Flag, "single_session", 0, translate("Allow only one session") }, + { Flag, "tls_exit", 0, translate("Exit on TLS negotiation failure") }, + { Value, "tls_auth", "/etc/openvpn/tlsauth.key 1", translate("Additional authentication over TLS") }, + --{ Value, "askpass", "[file]", translate("Get PEM password from controlling tty before we daemonize") }, + { Flag, "auth_nocache", 0, translate("Don't cache --askpass or --auth-user-pass passwords") }, + { Value, "tls_remote", "remote_x509_name", translate("Only accept connections from given X509 name") }, + { ListValue, "ns_cert_type", { "client", "server" }, translate("Require explicit designation on certificate") }, + { ListValue, "remote_cert_tls", { "client", "server" }, translate("Require explicit key usage on certificate") }, + { Value, "crl_verify", "/etc/easy-rsa/keys/crl.pem", translate("Check peer certificate against a CRL") }, + } } +} + + +local cts = { } +local params = { } + +local m = Map("openvpn") +local p = m:section( SimpleSection ) + +p.template = "openvpn/pageswitch" +p.mode = "advanced" +p.instance = arg[1] +p.category = arg[2] or "Service" + +for _, c in ipairs(knownParams) do + cts[#cts+1] = c[1] + if c[1] == p.category then params = c[2] end +end + +p.categories = cts + + +local s = m:section( + NamedSection, arg[1], "openvpn", + translate("%s" % arg[2]) +) + +s.title = translate("%s" % arg[2]) +s.addremove = false +s.anonymous = true + + +for _, option in ipairs(params) do + local o = s:option( + option[1], option[2], + option[2], option[4] + ) + + if option[1] == DummyValue then + o.value = option[3] + else + if option[1] == DynamicList then + o.cast = nil + function o.cfgvalue(...) + local val = AbstractValue.cfgvalue(...) + return ( val and type(val) ~= "table" ) and { val } or val + end + end + + o.optional = true + + if type(option[3]) == "table" then + if o.optional then o:value("", "-- remove --") end + for _, v in ipairs(option[3]) do + v = tostring(v) + o:value(v) + end + o.default = tostring(option[3][1]) + else + o.default = tostring(option[3]) + end + end + + for i=5,#option do + if type(option[i]) == "table" then + o:depends(option[i]) + end + end +end + +return m diff --git a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua new file mode 100644 index 0000000..561b0dd --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua @@ -0,0 +1,91 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +require("luci.ip") +require("luci.model.uci") + + +local basicParams = { + -- + -- Widget, Name, Default(s), Description + -- + + { ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, translate("Set output verbosity") }, + { Value, "nice",0, translate("Change process priority") }, + { Value,"port",1194, translate("TCP/UDP port # for both local and remote") }, + { ListValue,"dev_type",{ "tun", "tap" }, translate("Type of used device") }, + { Flag,"tun_ipv6",0, translate("Make tun device IPv6 capable") }, + + { Value,"ifconfig","10.200.200.3 10.200.200.1", translate("Set tun/tap adapter parameters") }, + { Value,"server","10.200.200.0 255.255.255.0", translate("Configure server mode") }, + { Value,"server_bridge","192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254", translate("Configure server bridge") }, + { Flag,"nobind",0, translate("Do not bind to local address and port") }, + + { ListValue,"comp_lzo",{"yes","no","adaptive"}, translate("Use fast LZO compression") }, + { Value,"keepalive","10 60", translate("Helper directive to simplify the expression of --ping and --ping-restart in server mode configurations") }, + + { ListValue,"proto",{ "udp", "tcp" }, translate("Use protocol") }, + + { Flag,"client",0, translate("Configure client mode") }, + { Flag,"client_to_client",0, translate("Allow client-to-client traffic") }, + { DynamicList,"remote","vpnserver.example.org", translate("Remote host name or ip address") }, + + { FileUpload,"secret","/etc/openvpn/secret.key 1", translate("Enable Static Key encryption mode (non-TLS)") }, + { FileUpload,"pkcs12","/etc/easy-rsa/keys/some-client.pk12", translate("PKCS#12 file containing keys") }, + { FileUpload,"ca","/etc/easy-rsa/keys/ca.crt", translate("Certificate authority") }, + { FileUpload,"dh","/etc/easy-rsa/keys/dh1024.pem", translate("Diffie Hellman parameters") }, + { FileUpload,"cert","/etc/easy-rsa/keys/some-client.crt", translate("Local certificate") }, + { FileUpload,"key","/etc/easy-rsa/keys/some-client.key", translate("Local private key") }, +} + + +local m = Map("openvpn") +local p = m:section( SimpleSection ) + +p.template = "openvpn/pageswitch" +p.mode = "basic" +p.instance = arg[1] + + +local s = m:section( NamedSection, arg[1], "openvpn" ) + +for _, option in ipairs(basicParams) do + local o = s:option( + option[1], option[2], + option[2], option[4] + ) + + o.optional = true + + if option[1] == DummyValue then + o.value = option[3] + else + if option[1] == DynamicList then + o.cast = nil + function o.cfgvalue(...) + local val = AbstractValue.cfgvalue(...) + return ( val and type(val) ~= "table" ) and { val } or val + end + end + + if type(option[3]) == "table" then + if o.optional then o:value("", "-- remove --") end + for _, v in ipairs(option[3]) do + v = tostring(v) + o:value(v) + end + o.default = tostring(option[3][1]) + else + o.default = tostring(option[3]) + end + end + + for i=5,#option do + if type(option[i]) == "table" then + o:depends(option[i]) + end + end +end + +return m + diff --git a/applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua new file mode 100644 index 0000000..8b2ce5a --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua @@ -0,0 +1,119 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +local fs = require "nixio.fs" +local sys = require "luci.sys" +local uci = require "luci.model.uci".cursor() +local testfullps = luci.sys.exec("ps --help 2>&1 | grep BusyBox") --check which ps do we have +local psstring = (string.len(testfullps)>0) and "ps w" or "ps axfw" --set command we use to get pid + +local m = Map("openvpn", translate("OpenVPN")) +local s = m:section( TypedSection, "openvpn", translate("OpenVPN instances"), translate("Below is a list of configured OpenVPN instances and their current state") ) +s.template = "cbi/tblsection" +s.template_addremove = "openvpn/cbi-select-input-add" +s.addremove = true +s.add_select_options = { } +s.extedit = luci.dispatcher.build_url( + "admin", "services", "openvpn", "basic", "%s" +) + +uci:load("openvpn_recipes") +uci:foreach( "openvpn_recipes", "openvpn_recipe", + function(section) + s.add_select_options[section['.name']] = + section['_description'] or section['.name'] + end +) + +function s.parse(self, section) + local recipe = luci.http.formvalue( + luci.cbi.CREATE_PREFIX .. self.config .. "." .. + self.sectiontype .. ".select" + ) + + if recipe and not s.add_select_options[recipe] then + self.invalid_cts = true + else + TypedSection.parse( self, section ) + end +end + +function s.create(self, name) + local recipe = luci.http.formvalue( + luci.cbi.CREATE_PREFIX .. self.config .. "." .. + self.sectiontype .. ".select" + ) + name = luci.http.formvalue( + luci.cbi.CREATE_PREFIX .. self.config .. "." .. + self.sectiontype .. ".text" + ) + if string.len(name)>3 and not name:match("[^a-zA-Z0-9_]") then + uci:section( + "openvpn", "openvpn", name, + uci:get_all( "openvpn_recipes", recipe ) + ) + + uci:delete("openvpn", name, "_role") + uci:delete("openvpn", name, "_description") + uci:save("openvpn") + + luci.http.redirect( self.extedit:format(name) ) + else + self.invalid_cts = true + end +end + + +s:option( Flag, "enabled", translate("Enabled") ) + +local active = s:option( DummyValue, "_active", translate("Started") ) +function active.cfgvalue(self, section) + local pid = sys.exec("%s | grep %s | grep openvpn | grep -v grep | awk '{print $1}'" % { psstring,section} ) + if pid and #pid > 0 and tonumber(pid) ~= nil then + return (sys.process.signal(pid, 0)) + and translatef("yes (%i)", pid) + or translate("no") + end + return translate("no") +end + +local updown = s:option( Button, "_updown", translate("Start/Stop") ) +updown._state = false +updown.redirect = luci.dispatcher.build_url( + "admin", "services", "openvpn" +) +function updown.cbid(self, section) + local pid = sys.exec("%s | grep %s | grep openvpn | grep -v grep | awk '{print $1}'" % { psstring,section} ) + self._state = pid and #pid > 0 and sys.process.signal(pid, 0) + self.option = self._state and "stop" or "start" + return AbstractValue.cbid(self, section) +end +function updown.cfgvalue(self, section) + self.title = self._state and "stop" or "start" + self.inputstyle = self._state and "reset" or "reload" +end +function updown.write(self, section, value) + if self.option == "stop" then + local pid = sys.exec("%s | grep %s | grep openvpn | grep -v grep | awk '{print $1}'" % { psstring,section} ) + sys.process.signal(pid,15) + else + luci.sys.call("/etc/init.d/openvpn start %s" % section) + end + luci.http.redirect( self.redirect ) +end + + +local port = s:option( DummyValue, "port", translate("Port") ) +function port.cfgvalue(self, section) + local val = AbstractValue.cfgvalue(self, section) + return val or "1194" +end + +local proto = s:option( DummyValue, "proto", translate("Protocol") ) +function proto.cfgvalue(self, section) + local val = AbstractValue.cfgvalue(self, section) + return val or "udp" +end + + +return m diff --git a/applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm b/applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm new file mode 100644 index 0000000..0166de7 --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm @@ -0,0 +1,11 @@ +
+ <% if self.invalid_cts then -%>
<% end %> + + + + <% if self.invalid_cts then %>
<%:Invalid%>
<% end %> +
diff --git a/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm new file mode 100644 index 0000000..f22cb68 --- /dev/null +++ b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm @@ -0,0 +1,30 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +
+ + <%:Overview%> » + <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%> + + + <% if self.mode == "basic" then %> + "><%:Switch to advanced configuration »%> + <% else %> + <%:« Switch to basic configuration%> +
+ <%:Configuration category%>: + <% for i, c in ipairs(self.categories) do %> + <% if c == self.category then %> + <%=translate(c)%> + <% else %> + "><%=translate(c)%> + <% end %> + <% if next(self.categories, i) then %>|<% end %> + <% end %> + <% end %> +
diff --git a/applications/luci-app-openvpn/po/ca/openvpn.po b/applications/luci-app-openvpn/po/ca/openvpn.po new file mode 100644 index 0000000..67de6b2 --- /dev/null +++ b/applications/luci-app-openvpn/po/ca/openvpn.po @@ -0,0 +1,546 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-08-07 20:41+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', o 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Accepta opcions rebudes del servidor" + +msgid "Add" +msgstr "Afegeix" + +msgid "Add route after establishing connection" +msgstr "Afegeix ruta després d'establir connexió" + +msgid "Additional authentication over TLS" +msgstr "Autenticació addicional sobre TLS" + +msgid "Allow client-to-client traffic" +msgstr "Permet tràfic client a client" + +msgid "Allow multiple clients with same certificate" +msgstr "Permet múltiples clients amb el mateix certificat" + +msgid "Allow only one session" +msgstr "Permet només una sessió" + +msgid "Allow remote to change its IP or port" +msgstr "Permet al remot canviar la seva IP o port" + +msgid "Allowed maximum of connected clients" +msgstr "Màxim de clients connectats pemès" + +msgid "Allowed maximum of internal" +msgstr "Màxim permès d'interns" + +msgid "Allowed maximum of new connections" +msgstr "Màxim de noves connexions permesès" + +msgid "Append log to file" +msgstr "Afegeix el registre al fitxer" + +msgid "Authenticate using username/password" +msgstr "Autentica utilitzant nom d'usuari/contrasenya" + +msgid "Automatically redirect default route" +msgstr "Readreça automàticament la ruta per defecte" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"A sota hi ha una llista d'instàncies OpenVPN configurades i el seu estat " +"actual" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" +"Crida l'script/comanda de desactivació abans de tancar el dispositiu TUN/TAP" + +msgid "Certificate authority" +msgstr "Autoritat de certificat" + +msgid "Change process priority" +msgstr "Canvia la prioritat del procés" + +msgid "Change to directory before initialization" +msgstr "Canvia el directori abans de la inicialització" + +msgid "Check peer certificate against a CRL" +msgstr "Comprova el certificat de peer contra un CRL" + +msgid "Chroot to directory after initialization" +msgstr "Chroot al directori després de la inicialització" + +msgid "Client is disabled" +msgstr "El client està inhabilitat" + +msgid "Configuration category" +msgstr "Categoria de configuració" + +msgid "Configure client mode" +msgstr "Configura el mode client" + +msgid "Configure server bridge" +msgstr "Configura el pont de servidor" + +msgid "Configure server mode" +msgstr "Configura el mode servidor" + +msgid "Connect through Socks5 proxy" +msgstr "Connecta't a través un proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Connecta al host remot a través d'un intermediari HTTP" + +msgid "Connection retry interval" +msgstr "Interval de reintent de connexió" + +msgid "Daemonize after initialization" +msgstr "Dimonitza després d'inicialitzar" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "Retarda l'obertura tun/tap i l'execució d'script d'activació" + +msgid "Diffie Hellman parameters" +msgstr "Paràmetres Diffie-Hellman" + +msgid "Directory for custom client config files" +msgstr "Directori per fitxers de configuració de client personalitzats" + +msgid "Disable Paging" +msgstr "Desactiva Paging" + +msgid "Disable cipher initialisation vector" +msgstr "Desactiva xifratge de vector d'inicialització" + +msgid "Disable options consistency check" +msgstr "Desactiva la comprovació de consistència d'opcions" + +msgid "Disable replay protection" +msgstr "Desactiva la protecció de reproducció" + +msgid "Do not bind to local address and port" +msgstr "No vinculis a adreça i port locals" + +msgid "Don't actually execute ifconfig" +msgstr "No executis ifconfig" + +msgid "Don't add routes automatically" +msgstr "No afegeixis rutes automàticament" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "No desis a la memòria cau contrasenyes --askpass o --auth-user-pass" + +msgid "Don't inherit global push options" +msgstr "No heretis les opcions globals enviades pel servidor" + +msgid "Don't log timestamps" +msgstr "No registris les marques horàries" + +msgid "Don't re-read key on restart" +msgstr "No rellegeixis la clau al reiniciar" + +msgid "Don't require client certificate" +msgstr "No requereixis el certificat de client" + +msgid "Don't use adaptive lzo compression" +msgstr "No utilitzis compressió adaptativa LZO" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "No alertis d'inconsistències ifconfig" + +msgid "Echo parameters to log" +msgstr "Escriu els paràmetres al registre" + +msgid "Empirically measure MTU" +msgstr "Mesura empíricament l'MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Habilita els motors criptogràfics de maquinari del OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "Habilita el descobriment de ruta MTU" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Activa el mode d'encriptació de Clau Estàtica (no-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Activa el TLS i assumeix el rol de client" + +msgid "Enable TLS and assume server role" +msgstr "Activa el TLS i assumeix el rol de servidor" + +msgid "Enable internal datagram fragmentation" +msgstr "Activa la fragmentació de datagrames interna" + +msgid "Enable management interface on IP port" +msgstr "Activa la interfície de gestió a IP port" + +msgid "Enabled" +msgstr "Activat" + +msgid "Encryption cipher for packets" +msgstr "Xifra d'encriptació per paquets" + +msgid "Execute shell cmd after routes are added" +msgstr "Executa comanda després d'afegir les rutes" + +msgid "Execute shell command on remote ip change" +msgstr "Executa una ordre de consola quan hi hagi un canvi d'IP remot" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "Surt en fallar la negociació TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Aconsegueix contrasenya PEM de controlar tty abans de dimonitzar" + +msgid "HMAC authentication for packets" +msgstr "Autenticació HMAC per paquets" + +msgid "Handling of authentication failures" +msgstr "Gestió de fallades d'autenticació" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "Si la resolució del nom de màquina falla, reintenta-ho" + +msgid "Instance \"%s\"" +msgstr "Instància \"%s\"" + +msgid "Invalid" +msgstr "Invàlid" + +msgid "Keep local IP address on restart" +msgstr "Mantingues l'adreça IP local al reiniciar" + +msgid "Keep remote IP address on restart" +msgstr "Mantingues l'adreça IP remota al reiniciar" + +msgid "Keep tun/tap device open on restart" +msgstr "Mantingues el dispositiu tun/tap obert al reiniciar" + +msgid "Key transition window" +msgstr "Finestra de transició de clau" + +msgid "Limit repeated log messages" +msgstr "Limita els missatges de registre repetits" + +msgid "Local certificate" +msgstr "Certificat local" + +msgid "Local host name or ip address" +msgstr "Nom de màquina local o adreça IP" + +msgid "Local private key" +msgstr "Clau privada local" + +msgid "Major mode" +msgstr "Mode major" + +msgid "Make tun device IPv6 capable" +msgstr "Fes que el dispositiu tun sigui apte per IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "Número màxim de paquets TCP encuats a la sortida" + +msgid "Number of allocated broadcast buffers" +msgstr "Número de memòries intermèdies de difusió assignades" + +msgid "Number of lines for log file history" +msgstr "Número de línies per historial de fitxer de registre" + +msgid "Only accept connections from given X509 name" +msgstr "Accepta connexions només d'un cert nom X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "Processa l'excés de temps d'espera de pings remots si la ruta existeix" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instàncies OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optimitza les escriptures TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Sortida al syslog i no dimonitzis" + +msgid "Overview" +msgstr "Visió de conjunt" + +msgid "PKCS#12 file containing keys" +msgstr "Fitxer PKCS#12 contenidor de claus" + +msgid "Pass environment variables to script" +msgstr "Passa les variables d'ambient a l'script" + +msgid "Persist replay-protection state" +msgstr "Persisteix l'estat de protecció de reproducció" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Persisteix/deixa de persistir ifconfig-pool" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Ping remot cada n segons sobre port TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Proxy timeout in seconds" +msgstr "Temps d'espera màxim de proxy en segons" + +msgid "Push an ifconfig option to remote" +msgstr "Envia una opció ifconfig al remot" + +msgid "Push options to peer" +msgstr "Envia opcions al peer" + +msgid "Query management channel for private key" +msgstr "Consulta el canal de gestió per una clau privada" + +msgid "Randomly choose remote server" +msgstr "Tria aleatòriament el servidor remot" + +msgid "Refuse connection if no custom client config" +msgstr "Refusa la connexió si no hi ha configuració de client personalitzada" + +msgid "Remap SIGUSR1 signals" +msgstr "Remapeja senyals SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Nom de màquina remot o adreça IP" + +msgid "Remote ping timeout" +msgstr "Temps d'espera màxim de ping remot" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renegocia clau de canal de dades després de bytes" + +msgid "Renegotiate data chan. key after packets" +msgstr "Renegocia clau de canal de dades després de paquets" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Renegocia clau de canal de dades després de segons" + +msgid "Replay protection sliding window size" +msgstr "Mida de la finestra lliscant de protecció de reproducció" + +msgid "Require explicit designation on certificate" +msgstr "Requereix una designació explícita al certificat" + +msgid "Require explicit key usage on certificate" +msgstr "Requereix ús de clau explícit al certificat" + +msgid "Restart after remote ping timeout" +msgstr "Reinicia després d'excedir el temps d'espera de ping remot" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Temps d'espera de retransmissió en canal de control TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Reintenta indefinidament en errors de proxy HTTP" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Reintenta indefinidament en errors de proxy Socks" + +msgid "Route subnet to client" +msgstr "Enruta subxarxa al client" + +msgid "Run as an inetd or xinetd server" +msgstr "Executa com un servidor inetd o xinetd" + +msgid "Run script cmd on client connection" +msgstr "Executa l'script en connectar-se el client" + +msgid "Run script cmd on client disconnection" +msgstr "Executa l'script en desconnectar-te el client" + +msgid "Run up/down scripts for all restarts" +msgstr "Executa els scripts d'activació/desactivació per tots els reinicis." + +msgid "Send notification to peer on disconnect" +msgstr "Envia notificació al peer en desconnectar-se" + +msgid "Set GID to group" +msgstr "Estableix el GID al grup" + +msgid "Set TCP/UDP MTU" +msgstr "Estableix la MTU de TCP/UDP" + +msgid "Set UID to user" +msgstr "Estableix l'UID per l'usuari" + +msgid "Set aside a pool of subnets" +msgstr "Deixa de banda un conjunt de subxarxes" + +msgid "Set extended HTTP proxy options" +msgstr "Estableix les opcions de proxy HTTP exteses" + +msgid "Set output verbosity" +msgstr "Estableix el detall de sortida" + +msgid "Set size of real and virtual address hash tables" +msgstr "" +"Estableix la mida de les taules de dispersió d'adreces reals i virtuals" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Estableix la mida de memòria intermèdia de recepció TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Estableix la mida de memòria intermèdia d'enviament TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "Estableix la mida de cua TX de tun/tap" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "Estableix la MTU del dispositiu tun/tap" + +msgid "Set tun/tap device overhead" +msgstr "Estableix la càrrega (overhead) del dispositiu tun/tap" + +msgid "Set upper bound on TCP MSS" +msgstr "Estableix el límit superior al TCP MSS" + +msgid "Shaping for peer bandwidth" +msgstr "Configuració d'ample de banda d'un peer" + +msgid "Shell cmd to execute after tun device open" +msgstr "Ordre a executar després que s'obri un dispositiu tun" + +msgid "Shell cmd to run after tun device close" +msgstr "Ordre a executar després que es tanqui un dispositiu tun" + +msgid "Shell command to verify X509 name" +msgstr "Ordre de comanda per verificar el nom X509" + +msgid "Silence the output of replay warnings" +msgstr "Silencia la sortida d'alertes de reproducció" + +msgid "Size of cipher key" +msgstr "Mida de la clau de xifratge" + +msgid "Specify a default gateway for routes" +msgstr "Especifica una passarel·la per defecte per rutes" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Inicia l'OpenVPN en un estat d'hivernació" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "Iniciat" + +msgid "Status file format version" +msgstr "Versió de format de fitxer d'estat" + +msgid "Switch to advanced configuration »" +msgstr "Canvia a configuració avançada" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Port TCP/UDP tan per local com per remot" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Port TCP/UDP per local (defecte=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Port TCP/UDP per remot (defecte=1194)" + +msgid "TLS cipher" +msgstr "Xifrador TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "Pas TOS (aplica només a IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Directori temporal pel fitxer de retorn per la connexió de client" + +msgid "Timeframe for key exchange" +msgstr "Calendari per intercanvi de claus" + +msgid "Type of used device" +msgstr "Tipus de dispositiu utilitzat" + +msgid "Use fast LZO compression" +msgstr "Utilitza compressió ràpida LZO" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Utilitza adreces individuals en comptes de subxarxes /30" + +msgid "Use protocol" +msgstr "Utilitza protocol" + +msgid "Use tun/tap device node" +msgstr "Utilitza un node de dispositiu tun/tap" + +msgid "Use username as common name" +msgstr "Utilitza el nom d'usuari com a nom comú" + +msgid "Write log to file" +msgstr "Escriu registre al fitxer" + +msgid "Write process ID to file" +msgstr "Escriu l'ID del procés al fitxer" + +msgid "Write status to file every n seconds" +msgstr "Escriu l'estat al fitxer cada n segons" + +msgid "no" +msgstr "no" + +msgid "tun/tap device" +msgstr "dispositiu tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "temps d'espera màxim d'inactivitat tun/tap" + +msgid "yes (%i)" +msgstr "sí (%i)" + +msgid "« Switch to basic configuration" +msgstr "Canvia a configuració bàsica" + +#~ msgid "Cryptography" +#~ msgstr "Criptografia" diff --git a/applications/luci-app-openvpn/po/cs/openvpn.po b/applications/luci-app-openvpn/po/cs/openvpn.po new file mode 100644 index 0000000..c5ed42d --- /dev/null +++ b/applications/luci-app-openvpn/po/cs/openvpn.po @@ -0,0 +1,546 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-12 19:47+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', nebo 'subnet'" + +msgid "Accept options pushed from server" +msgstr "PÅ™ijmout nastavení, pÅ™ijatá ze serveru" + +msgid "Add" +msgstr "PÅ™idat" + +msgid "Add route after establishing connection" +msgstr "PÅ™idat trasu po navázání spojení" + +msgid "Additional authentication over TLS" +msgstr "DodateÄné ověření pÅ™es TLS" + +msgid "Allow client-to-client traffic" +msgstr "Povolit provoz typu klient-klient" + +msgid "Allow multiple clients with same certificate" +msgstr "Povolit více klientů se stejným certifikátem" + +msgid "Allow only one session" +msgstr "Povolit pouze jedno sezení" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "Maximální povolené množství pÅ™ipojených klientů" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "Maximální povolené množství nových pÅ™ipojení" + +msgid "Append log to file" +msgstr "PÅ™ipojit log do souboru" + +msgid "Authenticate using username/password" +msgstr "Ověřit prostÅ™ednictvím uživatelského jména / hesla" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "CertifikaÄní autorita" + +msgid "Change process priority" +msgstr "ZmÄ›nit prioritu procesu" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "Klient je zakázáný" + +msgid "Configuration category" +msgstr "Konfigurace kategorie" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "Parametry Diffie Hellman" + +msgid "Directory for custom client config files" +msgstr "Adresář s uživatelskými konfiguraÄními soubory" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Povolit hardwarovou akceleraci OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "Povolit Path MTU discovery (PMTUD)" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "Povolit TLS a pÅ™evzít roli klienta" + +msgid "Enable TLS and assume server role" +msgstr "Povolit TLS a pÅ™evzít roli serveru" + +msgid "Enable internal datagram fragmentation" +msgstr "Povolit interní fragmentaci datagramů" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "Povoleno" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "Instance \"%s\"" + +msgid "Invalid" +msgstr "Neplatné" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "Lokální certifikát" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "Lokální soukromý klíÄ" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN instance" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "PÅ™ehled" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protokol" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "Spustit skript cmd pro pÅ™ipojení klienta" + +msgid "Run script cmd on client disconnection" +msgstr "Spustit skript cmd pro odpojení klienta" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "Velikost Å¡ifrovacího klíÄe" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "Start/Stop" + +msgid "Started" +msgstr "SpuÅ¡tÄ›no" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "PÅ™epnout na pokroÄilou konfiguraci »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "TLS Å¡ifra" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "ne" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "ano (%i)" + +msgid "« Switch to basic configuration" +msgstr "« PÅ™epnout na základní konfiguraci" + +#~ msgid "Cryptography" +#~ msgstr "Å ifrování" + +#~ msgid "Service" +#~ msgstr "Služba" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/de/openvpn.po b/applications/luci-app-openvpn/po/de/openvpn.po new file mode 100644 index 0000000..e6cfdae --- /dev/null +++ b/applications/luci-app-openvpn/po/de/openvpn.po @@ -0,0 +1,560 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2013-01-28 22:15+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "Topologietyp" + +msgid "Accept options pushed from server" +msgstr "Vom Server übertragene Optionen lokal akzeptieren" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "Add route after establishing connection" +msgstr "Netzwerkrouten nach Verbindungsaufbau einrichten" + +msgid "Additional authentication over TLS" +msgstr "Erweiterte Authentifikation über TLS" + +msgid "Allow client-to-client traffic" +msgstr "Netzwerkverkehr zwischen Teilnehmern zulassen" + +msgid "Allow multiple clients with same certificate" +msgstr "Mehrere Teilnehmer mit selbem Zertifikat erlauben" + +msgid "Allow only one session" +msgstr "Nur eine einzige Verbindung zulassen" + +msgid "Allow remote to change its IP or port" +msgstr "Address- und Port-Änderungen der Gegenstelle zulassen" + +msgid "Allowed maximum of connected clients" +msgstr "Betriebsmodus" + +msgid "Allowed maximum of internal" +msgstr "Maximal erlaubte Anzahl an Netzwerkrouten pro Teilnehmer" + +msgid "Allowed maximum of new connections" +msgstr "Wiederholrate für Verbindungversuche" + +msgid "Append log to file" +msgstr "An Protokolldatei anfügen" + +msgid "Authenticate using username/password" +msgstr "Authentifikation mittels Benutzername und Passwort" + +msgid "Automatically redirect default route" +msgstr "Automatisch die Standard-Route umleiten" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "Liste der konfigurierten OpenVPN Instanzen und ihr momentaner Status" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" +"Shell-Kommando vor Deaktivierung der TUN/TAP Schnittstelle ausführen" + +msgid "Certificate authority" +msgstr "Zertifikat der Zertifizierungsstelle" + +msgid "Change process priority" +msgstr "Prozess-Priorität anpassen" + +msgid "Change to directory before initialization" +msgstr "Vor der Initialisierung in Verzeichnis wechseln" + +msgid "Check peer certificate against a CRL" +msgstr "Teilnehmerzertifikat mit Sperrliste abgleichen" + +msgid "Chroot to directory after initialization" +msgstr "Nach der Initialisierung in Verzeichnis wechseln" + +msgid "Client is disabled" +msgstr "Teilnehmer-Konto deaktivieren" + +msgid "Configuration category" +msgstr "Kategorie" + +msgid "Configure client mode" +msgstr "Clientmodus" + +msgid "Configure server bridge" +msgstr "Server-zu-Server Netzwerkbrücke" + +msgid "Configure server mode" +msgstr "Server-Modus" + +msgid "Connect through Socks5 proxy" +msgstr "Verbindung über einen Socks 5 - Proxy" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Verbindung zum entfernten Rechner über HTTP-Proxy aufbauen" + +msgid "Connection retry interval" +msgstr "Wiederholrate für Verbindungversuche" + +msgid "Daemonize after initialization" +msgstr "Nach der Initialisierung als Hintergrundprozess ausführen" + +msgid "Delay n seconds after connection" +msgstr "Nach dem Verbindungsaufbau um n Sekunden verzögern" + +msgid "Delay tun/tap open and up script execution" +msgstr "Shell-Kommando nach Schnittstelleneinrichtung verzögern" + +msgid "Diffie Hellman parameters" +msgstr "Diffie-Hellman-Parameter" + +msgid "Directory for custom client config files" +msgstr "Verzeichnis für eigene Konfigurationsdateien" + +msgid "Disable Paging" +msgstr "Benutzten Arbeitsspeicher sperren" + +msgid "Disable cipher initialisation vector" +msgstr "Initialisierungsvektor für Verschlüsselung deaktivieren" + +msgid "Disable options consistency check" +msgstr "Konsistenzprüfungen für Optionen durchführen" + +msgid "Disable replay protection" +msgstr "\"Replay\"-Schutz deaktivieren" + +msgid "Do not bind to local address and port" +msgstr "An keine spezielle Adresse binden" + +msgid "Don't actually execute ifconfig" +msgstr "Schnittstellenkonfiguration nicht durchführen" + +msgid "Don't add routes automatically" +msgstr "Netzwerkrouten nicht automatisch einrichten" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Authentifikationsdaten nicht zwischenspeichern" + +msgid "Don't inherit global push options" +msgstr "Nur teilnehmerspezifische Optionen übertragen" + +msgid "Don't log timestamps" +msgstr "Keine Zeitangaben protokollieren" + +msgid "Don't re-read key on restart" +msgstr "Schlüssel bei Neustarts beibehalten" + +msgid "Don't require client certificate" +msgstr "Verbindung ohne Teilnehmerzertifikat erlauben" + +msgid "Don't use adaptive lzo compression" +msgstr "Adaptive LZO-Kompression deaktivieren" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Keine Warnung bei inkonsistenter Schnittstellenkonfiguration" + +msgid "Echo parameters to log" +msgstr "Parameter in Protokolldatei speichern" + +msgid "Empirically measure MTU" +msgstr "MTU regelmäßig testen" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "OpenSSL-Unterstützung für Kryptographie-Hardware benutzen" + +msgid "Enable Path MTU discovery" +msgstr "MTU-Erkennung aktivieren" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Verschlüsselung mittels statischer Schlüssel (kein TLS)" + +msgid "Enable TLS and assume client role" +msgstr "TLS im Client-Betriebsmodus aktivieren" + +msgid "Enable TLS and assume server role" +msgstr "TLS im Server-Betriebsmodus aktivieren" + +msgid "Enable internal datagram fragmentation" +msgstr "Datenpakete bei Bedarf fragmentieren" + +msgid "Enable management interface on IP port" +msgstr "Administratorschnittstelle aktivieren" + +msgid "Enabled" +msgstr "Einschalten" + +msgid "Encryption cipher for packets" +msgstr "Verschlüsselungsalgorithmus für Pakete" + +msgid "Execute shell cmd after routes are added" +msgstr "Shell-Befehl nach Routen-Einrichtung ausführen" + +msgid "Execute shell command on remote ip change" +msgstr "Programm bei Adressänderung der Gegenstelle aufrufen" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Wird bei neuen Client-Verbindungen im Servermodus ausgeführt, wenn dem " +"Clienten noch nicht vertraut wird" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Wird im Servermodus ausgeführt, wann immer eine IPv4-Adresse/Route oder MAC-" +"Adresse zur internen Routingtabelle von OpenVPN hinzugefügt wird" + +msgid "Exit on TLS negotiation failure" +msgstr "Terminieren nach fehlgeschlagenem Schlüsselaustausch" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "PEM-Passwort von Konsole abfragen" + +msgid "HMAC authentication for packets" +msgstr "HMAC-Authentifizierung für Pakete" + +msgid "Handling of authentication failures" +msgstr "Behandlung von Authentifikationsfehlern" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Helfer-Direktive, um den Ausdruck von --ping und --ping-restart in " +"Servermodus-Konfigurationen zu vereinfachen" + +msgid "If hostname resolve fails, retry" +msgstr "Neuer Verbindungsversuch wenn Namensauflösung fehlschlägt" + +msgid "Instance \"%s\"" +msgstr "Instanz \"%s\"" + +msgid "Invalid" +msgstr "Ungültig" + +msgid "Keep local IP address on restart" +msgstr "Lokale IP-Adresse bei Neustarts beibehalten" + +msgid "Keep remote IP address on restart" +msgstr "IP-Adresse der Gegenstelle bei Neustarts beibehalten" + +msgid "Keep tun/tap device open on restart" +msgstr "TUN/TAP Schnittelle bei Neustarts offen halten" + +msgid "Key transition window" +msgstr "Maximaler Zeitraum für Schlüsselwechsel" + +msgid "Limit repeated log messages" +msgstr "Wiederholende Protokollmeldungen unterdrücken" + +msgid "Local certificate" +msgstr "Lokales Zertifikat" + +msgid "Local host name or ip address" +msgstr "Lokaler Rechnername oder IP Adresse" + +msgid "Local private key" +msgstr "Lokaler privater Schlüssel" + +msgid "Major mode" +msgstr "Betriebsmodus" + +msgid "Make tun device IPv6 capable" +msgstr "IPv6 auf TUN Schnittstellen aktivieren" + +msgid "Maximum number of queued TCP output packets" +msgstr "Maximale Anzahl an TCP-Paketen in der Warteschlange" + +msgid "Number of allocated broadcast buffers" +msgstr "Anzahl der benutzten Broadcast-Puffer" + +msgid "Number of lines for log file history" +msgstr "Anzahl der Zeilen im Protokoll-Zwischenspeicher" + +msgid "Only accept connections from given X509 name" +msgstr "Nur Verbindungen vom angegebenem X.509 Name zulassen" + +msgid "Only process ping timeouts if routes exist" +msgstr "Ping-Timeouts nur bei vorhandenen Routen auslösen" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN Instanzen" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "TUN-, TAP- und UDP-Schreibvorgänge optimieren" + +msgid "Output to syslog and do not daemonize" +msgstr "Ausgaben ins Systemprotokoll umleiten und im Vordergrund ausführen" + +msgid "Overview" +msgstr "Ãœbersicht" + +msgid "PKCS#12 file containing keys" +msgstr "PKCS#12 Schlüsselarchiv" + +msgid "Pass environment variables to script" +msgstr "Umgebungsvariablen für Shell-Befehle" + +msgid "Persist replay-protection state" +msgstr "Persistenter Status für \"Replay\"-Schutz" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Persistenten IP-Adressbereich nutzen" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Ping-Intervall für Gegenstellen" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Policy-Ebene über Nutzung von externen Programmen und Skripten" + +msgid "Port" +msgstr "Netzwerkport" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Proxy timeout in seconds" +msgstr "Maximaler Timeout für Proxy-Verbindungen" + +msgid "Push an ifconfig option to remote" +msgstr "IP-Adresskonfiguration an Teilnehmer übertragen" + +msgid "Push options to peer" +msgstr "Optionen an Teilnehmer übertragen" + +msgid "Query management channel for private key" +msgstr "Privaten Schlüssel über Management-Kanal abfragen" + +msgid "Randomly choose remote server" +msgstr "Entfernten Server zufällig wählen" + +msgid "Refuse connection if no custom client config" +msgstr "Teilnehmer-Verbindung verweigern wenn Teilnehmer-Konfiguration fehlt" + +msgid "Remap SIGUSR1 signals" +msgstr "\"USR1\" Systemsignal umleiten" + +msgid "Remote host name or ip address" +msgstr "Entfernter Rechnername oder IP-Adresse" + +msgid "Remote ping timeout" +msgstr "Ping-Timeout für Gegenstellen" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Schlüssel nach maximale Verkehrsmenge neu aushandeln" + +msgid "Renegotiate data chan. key after packets" +msgstr "Schlüssel nach maximaler Anzahl von Paketen neu aushandeln" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Schlüssel nach maximaler Verbindungsdauer neu aushandeln" + +msgid "Replay protection sliding window size" +msgstr "Fenstergröße für \"Replay\"-Schutz" + +msgid "Require explicit designation on certificate" +msgstr "Verwendungszweck von Zertifikaten überprüfen" + +msgid "Require explicit key usage on certificate" +msgstr "Zertifikat explizit auf einfachen Verwendungszweck prüfen" + +msgid "Restart after remote ping timeout" +msgstr "Neu Starten nach Ping-Timeout an Gegenstellen" + +msgid "Retransmit timeout on TLS control channel" +msgstr "TLS Timeout" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Neue Verbindung bei Proxy-Fehlern aufbauen" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Neue Verbindung bei Proxy-Fehlern aufbauen" + +msgid "Route subnet to client" +msgstr "Subnetz an Teilnehmer routen" + +msgid "Run as an inetd or xinetd server" +msgstr "Als inetd oder xinetd Server laufen" + +msgid "Run script cmd on client connection" +msgstr "Shell-Kommando bei neuer Teilnehmer-Verbindung ausführen" + +msgid "Run script cmd on client disconnection" +msgstr "Shell-Kommando beim Trennen von Teilnehmer-Verbindungen ausführen" + +msgid "Run up/down scripts for all restarts" +msgstr "Shell-Kommandos bei jedem Neustart ausführen" + +msgid "Send notification to peer on disconnect" +msgstr "Teilnehmer über Verbindungstrennung informieren" + +msgid "Set GID to group" +msgstr "Dienst mit Benutzergruppe laufen lassen" + +msgid "Set TCP/UDP MTU" +msgstr "MTU für TCP/UDP Protokoll festlegen" + +msgid "Set UID to user" +msgstr "Dienst als Benutzer laufen lassen" + +msgid "Set aside a pool of subnets" +msgstr "IP-Adressbereich für zu vergebende Subnetze" + +msgid "Set extended HTTP proxy options" +msgstr "Erweiterte HTTP-Proxy Einstellungen vornehmen" + +msgid "Set output verbosity" +msgstr "Detailstufe für Protokolle" + +msgid "Set size of real and virtual address hash tables" +msgstr "Größe für interne Adresstabellen" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Größe des TCP/UDP Empfangs-Puffers" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Größe des TCP/UDP Sende-Puffers" + +msgid "Set tun/tap TX queue length" +msgstr "Größe der Sende-Warteschlange" + +msgid "Set tun/tap adapter parameters" +msgstr "Tun/Tap parameter einstellen" + +msgid "Set tun/tap device MTU" +msgstr "MTU für TUN/TAP Schnittstelle festlegen" + +msgid "Set tun/tap device overhead" +msgstr "Overhead für TUN/TAP Schnittstelle festlegen" + +msgid "Set upper bound on TCP MSS" +msgstr "Maximale TCP-MSS erzwingen" + +msgid "Shaping for peer bandwidth" +msgstr "Verbindungsrate von Gegenstellen limitieren" + +msgid "Shell cmd to execute after tun device open" +msgstr "Shell-Kommando nach Einrichtung von TUN/TAP Schnittstelle ausführen" + +msgid "Shell cmd to run after tun device close" +msgstr "" +"Shell-Kommando nach Deaktivierung der TUN/TAP Schnittstelle " +"ausführen" + +msgid "Shell command to verify X509 name" +msgstr "Shell-Kommando zum Ãœberprüfen das X.509 Namens" + +msgid "Silence the output of replay warnings" +msgstr "\"Replay\"-Warnungen unterdrücken" + +msgid "Size of cipher key" +msgstr "Größe des Schlüssels" + +msgid "Specify a default gateway for routes" +msgstr "Standard-Gateway für Netzwerkrouten" + +msgid "Start OpenVPN in a hibernating state" +msgstr "OpenVPN im Schlafmodus starten" + +msgid "Start/Stop" +msgstr "Start/Stopp" + +msgid "Started" +msgstr "Gestartet" + +msgid "Status file format version" +msgstr "Format für Status-Datei" + +msgid "Switch to advanced configuration »" +msgstr "Erweiterte Einstellungen" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Benutzter TCP oder UDP Port" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Lokaler TCP oder UDP Port" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "TCP oder UDP Port der Gegenstelle" + +msgid "TLS cipher" +msgstr "TLS Verschlüsselungsalgorithmus" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "\"TOS\" Durchleitung (nur für IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Temporäres Verzeichnis für Teilnehmer-Verbindungen" + +msgid "Timeframe for key exchange" +msgstr "Maximaler Zeitraum für Schlüsselaustausch" + +msgid "Type of used device" +msgstr "Schnittstellentyp" + +msgid "Use fast LZO compression" +msgstr "Schnelle LZO-Kompression benutzen" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Einzeladressen statt /30 Subnetze vergeben" + +msgid "Use protocol" +msgstr "Netzwerkprotokoll" + +msgid "Use tun/tap device node" +msgstr "TUN/TAP Gerätedatei" + +msgid "Use username as common name" +msgstr "Benutzernamen als Common-Name benutzen" + +msgid "Write log to file" +msgstr "In Protokolldatei schreiben" + +msgid "Write process ID to file" +msgstr "Prozess-Nummer in Datei schreiben" + +msgid "Write status to file every n seconds" +msgstr "Status-Datei schreiben" + +msgid "no" +msgstr "Nicht gestartet" + +msgid "tun/tap device" +msgstr "TUN/TAP Schnittstelle" + +msgid "tun/tap inactivity timeout" +msgstr "Inaktivitäts-Timeout für TUN/TAP Schnittstellen" + +msgid "yes (%i)" +msgstr "Gestartet (%s)" + +msgid "« Switch to basic configuration" +msgstr "« Zur vereinfachten Konfiguration wechseln" + +#~ msgid "Cryptography" +#~ msgstr "Kryptographie" + +#~ msgid "Networking" +#~ msgstr "Netzwerk" + +#~ msgid "Service" +#~ msgstr "Dienst" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/el/openvpn.po b/applications/luci-app-openvpn/po/el/openvpn.po new file mode 100644 index 0000000..c5368d7 --- /dev/null +++ b/applications/luci-app-openvpn/po/el/openvpn.po @@ -0,0 +1,557 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-18 15:23+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "ΠÏοσθήκη" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "ΕπιτÏέπουμε στον απομακÏυσμένο να αλλάξει την IP ή τη θÏÏα" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"ΠαÏακάτω είναι μία λίστα των Ïυθμισμένων πεÏιστατικών OpenVPN και της " +"Ï„Ïέχουσας κατάστασής τους" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "ΣÏνδεση μέσω διαμεσολαβητή Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "Διάστημα επαναπÏοσπάθειας σÏνδεσης" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "Μη συνδέσεις σε τοπική διεÏθυνση και θÏÏα" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "ΕνεÏγοποιημένο" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "Εκτέλεση της εντολής κελÏφους στην αλλαγή IP του απομακÏυσμένου" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" +"Αν αποτÏχει η μετατÏοπή του ονόματος του μηχανήματος σε IP, ξαναπÏοσπάθησε" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "Όνομα Ï„Î¿Ï€Î¹ÎºÎ¿Ï Î¼Î·Ï‡Î±Î½Î®Î¼Î±Ï„Î¿Ï‚ ή διεÏθυνση IP" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "ΔιεÏγασίες OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "ΘÏÏα" + +msgid "Protocol" +msgstr "ΠÏωτόκολλο" + +msgid "Proxy timeout in seconds" +msgstr "Τέλος χÏόνου μεσολαβητή σε δευτεÏόλεπτα" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "Τυχαία επιλογή απομακÏυσμένου διακομιστή" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "Όνομα απομακÏυσμένου μηχανήματος ή διεÏθυνση IP" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "ΕπαναπÏοσπάθεια για πάντα αν υπάÏχουν λάθη HTTP στο μεσολαβητή" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "ΕπαναπÏοσπάθεια για πάντα σε πεÏίπτωση λαθών στο διαμεσολαβητή Socks5" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "ΟÏισμός εκτεταμένων Ïυθμίσεων διαμεσολαβητή HTTP" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "Εκκίνηση/ΤεÏματισμός" + +msgid "Started" +msgstr "Ξεκίνησε" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "Μετάβαση στις Ï€ÏοχωÏημένες Ïυθμίσεις »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "TCP/UDP νοÏμεÏο θÏÏας για το τοπικό και το απομακÏυσμένο" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "TCP/UDP αÏιθμός θÏÏας για το τοπικό (εξ'οÏισμοÏ=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "TCP/UDP αÏιθμός θÏÏας για τον απομακÏυσμένο (εξ'οÏισμοÏ=1194)" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "Είδος χÏησιμοποιοÏμενης συσκευής" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "όχι" + +msgid "tun/tap device" +msgstr "Συσκευή tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "ναι (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Μετάβαση στις βασικές επιλογές" + +#~ msgid "Cryptography" +#~ msgstr "ΚÏυπτογÏαφία" + +#~ msgid "Service" +#~ msgstr "ΥπηÏεσία" + +#~ msgid "VPN" +#~ msgstr "VPN" + +#~ msgid "openvpn_%s" +#~ msgstr "openvpn_%s" + +#~ msgid "openvpn_%s_desc" +#~ msgstr "openvpn_%s_desc" diff --git a/applications/luci-app-openvpn/po/en/openvpn.po b/applications/luci-app-openvpn/po/en/openvpn.po new file mode 100644 index 0000000..e8d8961 --- /dev/null +++ b/applications/luci-app-openvpn/po/en/openvpn.po @@ -0,0 +1,540 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2012-04-03 08:45+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', or 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Accept options pushed from server" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "Add route after establishing connection" + +msgid "Additional authentication over TLS" +msgstr "Additional authentication over TLS" + +msgid "Allow client-to-client traffic" +msgstr "Allow client-to-client traffic" + +msgid "Allow multiple clients with same certificate" +msgstr "Allow multiple clients with same certificate" + +msgid "Allow only one session" +msgstr "Allow only one session" + +msgid "Allow remote to change its IP or port" +msgstr "Allow remote to change its IP or port" + +msgid "Allowed maximum of connected clients" +msgstr "Allowed maximum of connected clients" + +msgid "Allowed maximum of internal" +msgstr "Allowed maximum of internal" + +msgid "Allowed maximum of new connections" +msgstr "Allowed maximum of new connections" + +msgid "Append log to file" +msgstr "Append log to file" + +msgid "Authenticate using username/password" +msgstr "Authenticate using username/password" + +msgid "Automatically redirect default route" +msgstr "Automatically redirect default route" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Below is a list of configured OpenVPN instances and their current state" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Call down cmd/script before TUN/TAP close" + +msgid "Certificate authority" +msgstr "Certificate authority" + +msgid "Change process priority" +msgstr "Change process priority" + +msgid "Change to directory before initialization" +msgstr "Change to directory before initialization" + +msgid "Check peer certificate against a CRL" +msgstr "Check peer certificate against a CRL" + +msgid "Chroot to directory after initialization" +msgstr "Chroot to directory after initialization" + +msgid "Client is disabled" +msgstr "Client is disabled" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "Configure client mode" + +msgid "Configure server bridge" +msgstr "Configure server bridge" + +msgid "Configure server mode" +msgstr "Configure server mode" + +msgid "Connect through Socks5 proxy" +msgstr "Connect through Socks5 proxy" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "Connection retry interval" + +msgid "Daemonize after initialization" +msgstr "Daemonize after initialization" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "Delay tun/tap open and up script execution" + +msgid "Diffie Hellman parameters" +msgstr "Diffie Hellman parameters" + +msgid "Directory for custom client config files" +msgstr "Directory for custom client config files" + +msgid "Disable Paging" +msgstr "Disable Paging" + +msgid "Disable cipher initialisation vector" +msgstr "Disable cipher initialisation vector" + +msgid "Disable options consistency check" +msgstr "Disable options consistency check" + +msgid "Disable replay protection" +msgstr "Disable replay protection" + +msgid "Do not bind to local address and port" +msgstr "Do not bind to local address and port" + +msgid "Don't actually execute ifconfig" +msgstr "Don't actually execute ifconfig" + +msgid "Don't add routes automatically" +msgstr "Don't add routes automatically" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Don't cache --askpass or --auth-user-pass passwords" + +msgid "Don't inherit global push options" +msgstr "Don't inherit global push options" + +msgid "Don't log timestamps" +msgstr "Don't log timestamps" + +msgid "Don't re-read key on restart" +msgstr "Don't re-read key on restart" + +msgid "Don't require client certificate" +msgstr "Don't require client certificate" + +msgid "Don't use adaptive lzo compression" +msgstr "Don't use adaptive lzo compression" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Don't warn on ifconfig inconsistencies" + +msgid "Echo parameters to log" +msgstr "Echo parameters to log" + +msgid "Empirically measure MTU" +msgstr "Empirically measure MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Enable OpenSSL hardware crypto engines" + +msgid "Enable Path MTU discovery" +msgstr "Enable Path MTU discovery" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Enable Static Key encryption mode (non-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Enable TLS and assume client role" + +msgid "Enable TLS and assume server role" +msgstr "Enable TLS and assume server role" + +msgid "Enable internal datagram fragmentation" +msgstr "Enable internal datagram fragmentation" + +msgid "Enable management interface on IP port" +msgstr "Enable management interface on IP port" + +msgid "Enabled" +msgstr "Enabled" + +msgid "Encryption cipher for packets" +msgstr "Encryption cipher for packets" + +msgid "Execute shell cmd after routes are added" +msgstr "Execute shell cmd after routes are added" + +msgid "Execute shell command on remote ip change" +msgstr "Execute shell command on remote ip change" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "Exit on TLS negotiation failure" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Get PEM password from controlling tty before we daemonize" + +msgid "HMAC authentication for packets" +msgstr "HMAC authentication for packets" + +msgid "Handling of authentication failures" +msgstr "Handling of authentication failures" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "If hostname resolve fails, retry" + +msgid "Instance \"%s\"" +msgstr "Instance \"%s\"" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "Keep local IP address on restart" + +msgid "Keep remote IP address on restart" +msgstr "Keep remote IP address on restart" + +msgid "Keep tun/tap device open on restart" +msgstr "Keep tun/tap device open on restart" + +msgid "Key transition window" +msgstr "Key transition window" + +msgid "Limit repeated log messages" +msgstr "Limit repeated log messages" + +msgid "Local certificate" +msgstr "Local certificate" + +msgid "Local host name or ip address" +msgstr "Local host name or ip address" + +msgid "Local private key" +msgstr "Local private key" + +msgid "Major mode" +msgstr "Major mode" + +msgid "Make tun device IPv6 capable" +msgstr "Make tun device IPv6 capable" + +msgid "Maximum number of queued TCP output packets" +msgstr "Maximum number of queued TCP output packets" + +msgid "Number of allocated broadcast buffers" +msgstr "Number of allocated broadcast buffers" + +msgid "Number of lines for log file history" +msgstr "Number of lines for log file history" + +msgid "Only accept connections from given X509 name" +msgstr "Only accept connections from given X509 name" + +msgid "Only process ping timeouts if routes exist" +msgstr "Only process ping timeouts if routes exist" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN instances" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optimize TUN/TAP/UDP writes" + +msgid "Output to syslog and do not daemonize" +msgstr "Output to syslog and do not daemonize" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "PKCS#12 file containing keys" + +msgid "Pass environment variables to script" +msgstr "Pass environment variables to script" + +msgid "Persist replay-protection state" +msgstr "Persist replay-protection state" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Persist/unpersist ifconfig-pool" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Ping remote every n seconds over TCP/UDP port" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Proxy timeout in seconds" +msgstr "Proxy timeout in seconds" + +msgid "Push an ifconfig option to remote" +msgstr "Push an ifconfig option to remote" + +msgid "Push options to peer" +msgstr "Push options to peer" + +msgid "Query management channel for private key" +msgstr "Query management channel for private key" + +msgid "Randomly choose remote server" +msgstr "Randomly choose remote server" + +msgid "Refuse connection if no custom client config" +msgstr "Refuse connection if no custom client config" + +msgid "Remap SIGUSR1 signals" +msgstr "Remap SIGUSR1 signals" + +msgid "Remote host name or ip address" +msgstr "Remote host name or ip address" + +msgid "Remote ping timeout" +msgstr "Remote ping timeout" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renegotiate data chan. key after bytes" + +msgid "Renegotiate data chan. key after packets" +msgstr "Renegotiate data chan. key after packets" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Renegotiate data chan. key after seconds" + +msgid "Replay protection sliding window size" +msgstr "Replay protection sliding window size" + +msgid "Require explicit designation on certificate" +msgstr "Require explicit designation on certificate" + +msgid "Require explicit key usage on certificate" +msgstr "Require explicit key usage on certificate" + +msgid "Restart after remote ping timeout" +msgstr "Restart after remote ping timeout" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Retransmit timeout on TLS control channel" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Retry indefinitely on HTTP proxy errors" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Retry indefinitely on Socks proxy errors" + +msgid "Route subnet to client" +msgstr "Route subnet to client" + +msgid "Run as an inetd or xinetd server" +msgstr "Run as an inetd or xinetd server" + +msgid "Run script cmd on client connection" +msgstr "Run script cmd on client connection" + +msgid "Run script cmd on client disconnection" +msgstr "Run script cmd on client disconnection" + +msgid "Run up/down scripts for all restarts" +msgstr "Run up/down scripts for all restarts" + +msgid "Send notification to peer on disconnect" +msgstr "Send notification to peer on disconnect" + +msgid "Set GID to group" +msgstr "Set GID to group" + +msgid "Set TCP/UDP MTU" +msgstr "Set TCP/UDP MTU" + +msgid "Set UID to user" +msgstr "Set UID to user" + +msgid "Set aside a pool of subnets" +msgstr "Set aside a pool of subnets" + +msgid "Set extended HTTP proxy options" +msgstr "Set extended HTTP proxy options" + +msgid "Set output verbosity" +msgstr "Set output verbosity" + +msgid "Set size of real and virtual address hash tables" +msgstr "Set size of real and virtual address hash tables" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Set the TCP/UDP receive buffer size" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Set the TCP/UDP send buffer size" + +msgid "Set tun/tap TX queue length" +msgstr "Set tun/tap TX queue length" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "Set tun/tap device MTU" + +msgid "Set tun/tap device overhead" +msgstr "Set tun/tap device overhead" + +msgid "Set upper bound on TCP MSS" +msgstr "Set upper bound on TCP MSS" + +msgid "Shaping for peer bandwidth" +msgstr "Shaping for peer bandwidth" + +msgid "Shell cmd to execute after tun device open" +msgstr "Shell cmd to execute after tun device open" + +msgid "Shell cmd to run after tun device close" +msgstr "Shell cmd to run after tun device close" + +msgid "Shell command to verify X509 name" +msgstr "Shell command to verify X509 name" + +msgid "Silence the output of replay warnings" +msgstr "Silence the output of replay warnings" + +msgid "Size of cipher key" +msgstr "Size of cipher key" + +msgid "Specify a default gateway for routes" +msgstr "Specify a default gateway for routes" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Start OpenVPN in a hibernating state" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "Started" + +msgid "Status file format version" +msgstr "Status file format version" + +msgid "Switch to advanced configuration »" +msgstr "Switch to advanced configuration »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "TCP/UDP port # for both local and remote" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "TCP/UDP port # for local (default=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "TCP/UDP port # for remote (default=1194)" + +msgid "TLS cipher" +msgstr "TLS cipher" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "TOS passthrough (applies to IPv4 only)" + +msgid "Temporary directory for client-connect return file" +msgstr "Temporary directory for client-connect return file" + +msgid "Timeframe for key exchange" +msgstr "Timeframe for key exchange" + +msgid "Type of used device" +msgstr "Type of used device" + +msgid "Use fast LZO compression" +msgstr "Use fast LZO compression" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Use individual addresses rather than /30 subnets" + +msgid "Use protocol" +msgstr "Use protocol" + +msgid "Use tun/tap device node" +msgstr "Use tun/tap device node" + +msgid "Use username as common name" +msgstr "Use username as common name" + +msgid "Write log to file" +msgstr "Write log to file" + +msgid "Write process ID to file" +msgstr "Write process ID to file" + +msgid "Write status to file every n seconds" +msgstr "Write status to file every n seconds" + +msgid "no" +msgstr "no" + +msgid "tun/tap device" +msgstr "tun/tap device" + +msgid "tun/tap inactivity timeout" +msgstr "tun/tap inactivity timeout" + +msgid "yes (%i)" +msgstr "yes (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Switch to basic configuration" diff --git a/applications/luci-app-openvpn/po/es/openvpn.po b/applications/luci-app-openvpn/po/es/openvpn.po new file mode 100644 index 0000000..7c9a2d4 --- /dev/null +++ b/applications/luci-app-openvpn/po/es/openvpn.po @@ -0,0 +1,559 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2013-09-01 09:09+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', o 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Aceptar opciones envidadas desde el servidor" + +msgid "Add" +msgstr "Añadir" + +msgid "Add route after establishing connection" +msgstr "Añadir la ruta tras establecer la conexión" + +msgid "Additional authentication over TLS" +msgstr "Autentificación adicional con TLS" + +msgid "Allow client-to-client traffic" +msgstr "Permitir el tráfico cliente-a-cliente" + +msgid "Allow multiple clients with same certificate" +msgstr "Permitir múltiples clientes con el mismo certificado" + +msgid "Allow only one session" +msgstr "Permitir sólo una sesión" + +msgid "Allow remote to change its IP or port" +msgstr "Permitir al conectado cambiar su IP o puerto" + +msgid "Allowed maximum of connected clients" +msgstr "Máximo de clientes conectados" + +msgid "Allowed maximum of internal" +msgstr "Máximo de internos" + +msgid "Allowed maximum of new connections" +msgstr "Máximo de nuevas conexiones" + +msgid "Append log to file" +msgstr "Unir registro al archivo" + +msgid "Authenticate using username/password" +msgstr "Autentificar con nombre usuario y contraseña" + +msgid "Automatically redirect default route" +msgstr "Redirigir automáticamente la ruta por defecto" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "Instancias OpenVPN configuradas y estado actual" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Comando/script a llamar al cerrar el dispositivo TUn/TAP" + +msgid "Certificate authority" +msgstr "Autoridad certificativa" + +msgid "Change process priority" +msgstr "Cambiar la prioridad del proceso" + +msgid "Change to directory before initialization" +msgstr "Cambiar a este directorio antes de inicializar" + +msgid "Check peer certificate against a CRL" +msgstr "Comprobar certificados contra un CRL" + +msgid "Chroot to directory after initialization" +msgstr "Restringir a este directorio tras inicializar" + +msgid "Client is disabled" +msgstr "Cliente desactivado" + +msgid "Configuration category" +msgstr "Categoría de configuración" + +msgid "Configure client mode" +msgstr "Configurar el modo cliente" + +msgid "Configure server bridge" +msgstr "Configurar el puente servidor" + +msgid "Configure server mode" +msgstr "Configurar el modo servidor" + +msgid "Connect through Socks5 proxy" +msgstr "Conectar por un proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Conectar a la máquina remota usando un proxy HTTP" + +msgid "Connection retry interval" +msgstr "Intervalo de reconexión" + +msgid "Daemonize after initialization" +msgstr "Demonizar tras inicialización" + +msgid "Delay n seconds after connection" +msgstr "Espera tras conexión (segundos)" + +msgid "Delay tun/tap open and up script execution" +msgstr "Espera para la apertura TUN/TAP y ejecución del script de arranque" + +msgid "Diffie Hellman parameters" +msgstr "Parámetros Diffie-Hellman" + +msgid "Directory for custom client config files" +msgstr "Directorio de configuraciones personalizadas" + +msgid "Disable Paging" +msgstr "Desactivar paginación" + +msgid "Disable cipher initialisation vector" +msgstr "Desactivar vector de inicialización de cifrado" + +msgid "Disable options consistency check" +msgstr "Desactivar comprobación de consistencia de opciones" + +msgid "Disable replay protection" +msgstr "Desactivar la protección contra reproducción" + +msgid "Do not bind to local address and port" +msgstr "No asociar a un puerto y dirección locales" + +msgid "Don't actually execute ifconfig" +msgstr "No ejecutar ifconfig" + +msgid "Don't add routes automatically" +msgstr "No añadir rutas automáticamente" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "No guardar las contraseñas --askpass o --auth-user-pass" + +msgid "Don't inherit global push options" +msgstr "No heredar opciones push globales" + +msgid "Don't log timestamps" +msgstr "No guardar en registro horas" + +msgid "Don't re-read key on restart" +msgstr "No releer la clave al rearrancar" + +msgid "Don't require client certificate" +msgstr "No es necesario certificado cliente" + +msgid "Don't use adaptive lzo compression" +msgstr "No usar compresión adaptativa LZO" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "No avisar de inconsistencias en ifconfig" + +msgid "Echo parameters to log" +msgstr "Guardar parámetros en el registro" + +msgid "Empirically measure MTU" +msgstr "Medir MTU empíricamente" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Motor criptográfico por hardware OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "Detección de MTU" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Modo de encriptado de clave estática (no-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Activar TLS y asumir el papel de cliente" + +msgid "Enable TLS and assume server role" +msgstr "Activar TLS y asumir el papel de servidor" + +msgid "Enable internal datagram fragmentation" +msgstr "Fragmentación de datagramas interna" + +msgid "Enable management interface on IP port" +msgstr "Interfaz de gestión en IP puerto" + +msgid "Enabled" +msgstr "Activado" + +msgid "Encryption cipher for packets" +msgstr "Cifra de encriptación de paquetes" + +msgid "Execute shell cmd after routes are added" +msgstr "Comandos a ejecutar tras añadir rutas" + +msgid "Execute shell command on remote ip change" +msgstr "Comando a ejecutar si se cambia la IP remota" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Ejecutado en modo servidor en nuevas conexiones de clientes, cuando no se " +"confía aún en el cliente" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Ejecutado en modo servidor cuando una ruta, dirección IPv4 o dirección MAC " +"se añade a la tabla de rutas interna de OpenVPN" + +msgid "Exit on TLS negotiation failure" +msgstr "Salir si falla la negociación" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Obtener la clave PEM del tty de control antes de demonizar" + +msgid "HMAC authentication for packets" +msgstr "Autentificación HMAC de paquetes" + +msgid "Handling of authentication failures" +msgstr "Gestión de fallos de autentificación" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Directriz para simplificar la expresión de --ping y --ping-restart en " +"configuraciones en modo servido" + +msgid "If hostname resolve fails, retry" +msgstr "Reintentar si falla la resolución de nombre de máquina" + +msgid "Instance \"%s\"" +msgstr "Instancia \"%s\"" + +msgid "Invalid" +msgstr "No válido" + +msgid "Keep local IP address on restart" +msgstr "Mantener la dirección IP local al rearrancar" + +msgid "Keep remote IP address on restart" +msgstr "Mantener la dirección IP remota al rearrancar" + +msgid "Keep tun/tap device open on restart" +msgstr "Mantener el dispositivo TUN/TAP abierto al rearrancar" + +msgid "Key transition window" +msgstr "Ventana de transición de clave" + +msgid "Limit repeated log messages" +msgstr "Limitar mensajes repetidos al registro" + +msgid "Local certificate" +msgstr "Certificado local" + +msgid "Local host name or ip address" +msgstr "Nombre de máquina local o dirección IP" + +msgid "Local private key" +msgstr "Clave privada local" + +msgid "Major mode" +msgstr "Modo principal" + +msgid "Make tun device IPv6 capable" +msgstr "Habilitar IPv6 en dispositivo TUN" + +msgid "Maximum number of queued TCP output packets" +msgstr "Paquetes máximos en la cola de salida TCP" + +msgid "Number of allocated broadcast buffers" +msgstr "Número de buffers de propagación" + +msgid "Number of lines for log file history" +msgstr "Líneas en el archivo de registro histórico" + +msgid "Only accept connections from given X509 name" +msgstr "Aceptar solo conexiones desde este nombre X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "Procesa solo las esperas a ping si existe la ruta" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instancias OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optimizar escrituras TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Escribir en SysLog y no demonizar" + +msgid "Overview" +msgstr "Resumen" + +msgid "PKCS#12 file containing keys" +msgstr "Archivo PKCS#12 de claves" + +msgid "Pass environment variables to script" +msgstr "Pasar variables de entorno al script" + +msgid "Persist replay-protection state" +msgstr "Estado continuo de protección antireproducción" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Mantener/no mantener el listado de interfaces" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Ping al remoto cada n segundos sobre un puerto TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Política sobre el uso de programas externos y scripts" + +msgid "Port" +msgstr "Puerto" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Proxy timeout in seconds" +msgstr "Espera del proxy en segundos" + +msgid "Push an ifconfig option to remote" +msgstr "Enviar un opción de ifconfig al puesto remoto" + +msgid "Push options to peer" +msgstr "Enviar opciones al otro" + +msgid "Query management channel for private key" +msgstr "Consulta el canal de gestión por la clave privada" + +msgid "Randomly choose remote server" +msgstr "Elegir aleatoriamente un servidor remoto" + +msgid "Refuse connection if no custom client config" +msgstr "" +"Rechazar conexión si no tiene una configuración de cliente personalizada" + +msgid "Remap SIGUSR1 signals" +msgstr "Redirigir señales SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Nombre de máquina remota o dirección IP" + +msgid "Remote ping timeout" +msgstr "Espera a ping remoto" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Bytes tras los que renegociar la clave del canal del datos" + +msgid "Renegotiate data chan. key after packets" +msgstr "Paquetes tras los que renegociar la clave del canal del datos" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Segundos tras los que renegociar la clave del canal del datos" + +msgid "Replay protection sliding window size" +msgstr "Tamaño de la ventana deslizante de la protección de reproducción" + +msgid "Require explicit designation on certificate" +msgstr "Designación explícita de certificado" + +msgid "Require explicit key usage on certificate" +msgstr "Clave de uso explícita de certificado" + +msgid "Restart after remote ping timeout" +msgstr "Rearrancar tras espera del ping remoto" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Espera de retransmisión en el canal de control TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Reintentar indefinidamente en errores del proxy HTTP" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Reintentar indefinidamente en errores del proxy Socks" + +msgid "Route subnet to client" +msgstr "Enrutar subred a cliente" + +msgid "Run as an inetd or xinetd server" +msgstr "Ejecutar como servidor inetd o xinetd" + +msgid "Run script cmd on client connection" +msgstr "Script a ejecutar tras una conexión de cliente" + +msgid "Run script cmd on client disconnection" +msgstr "Script a ejecutar tras una desconexión de cliente" + +msgid "Run up/down scripts for all restarts" +msgstr "Ejecutar scripts de activación/desactivación en todos los rearranques" + +msgid "Send notification to peer on disconnect" +msgstr "Enviar notificación al otro en caso de desconexión" + +msgid "Set GID to group" +msgstr "GID del grupo" + +msgid "Set TCP/UDP MTU" +msgstr "MTU TCP/UDP" + +msgid "Set UID to user" +msgstr "UID del usuario" + +msgid "Set aside a pool of subnets" +msgstr "Reservar un bloque de subredes" + +msgid "Set extended HTTP proxy options" +msgstr "Opciones HTTP extendidas del proxy" + +msgid "Set output verbosity" +msgstr "Nivel de detalle de mensajes" + +msgid "Set size of real and virtual address hash tables" +msgstr "Tamaño de las tablas real y virtual de hashes" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Tamaño del búfer de recepción TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Tamaño del búfer de envío TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "Longitud de la cola de transmisión TUN/TAP" + +msgid "Set tun/tap adapter parameters" +msgstr "Parámetros del adaptador TUN/TAP" + +msgid "Set tun/tap device MTU" +msgstr "MTU del dispositivo TUN/TAP" + +msgid "Set tun/tap device overhead" +msgstr "Sobrecarga del dispositivo TUN/TAP" + +msgid "Set upper bound on TCP MSS" +msgstr "Límite superior de MSS de TCP" + +msgid "Shaping for peer bandwidth" +msgstr "Adaptar ancho de banda de clientes" + +msgid "Shell cmd to execute after tun device open" +msgstr "Comando shell a ejecutar tras abrir el dispositivo TUN" + +msgid "Shell cmd to run after tun device close" +msgstr "Comando shell a ejecutar tras cerrar el dispositivo TUN" + +msgid "Shell command to verify X509 name" +msgstr "Comando shell a ejecutar para verificar un nombre X509" + +msgid "Silence the output of replay warnings" +msgstr "No mostrar avisos de reproducción" + +msgid "Size of cipher key" +msgstr "Tamaño de la clave de cifrado" + +msgid "Specify a default gateway for routes" +msgstr "Gateway por defecto" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Arrancar OpenVPN en estado hibernado" + +msgid "Start/Stop" +msgstr "Arrancar/Parar" + +msgid "Started" +msgstr "Arrancado" + +msgid "Status file format version" +msgstr "Versión del formato del fichero de estado" + +msgid "Switch to advanced configuration »" +msgstr "Cambiar a configuración avanzada »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Número de puerto TCP/UDP para local y remoto" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Número de puerto TCP/UDP para local (default=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Número de puerto TCP/UDP para remoto (default=1194)" + +msgid "TLS cipher" +msgstr "Cifra TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "Paso a través TOS (sólo para IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "" +"Directorio temporal para el fichero de retorno de la conexión del cliente" + +msgid "Timeframe for key exchange" +msgstr "Tiempo de intercambio de clave" + +msgid "Type of used device" +msgstr "Tipo de dispositivo usado" + +msgid "Use fast LZO compression" +msgstr "Compresión rápida LZO" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Direcciones individuales en vez de subredes /30" + +msgid "Use protocol" +msgstr "Protocolo" + +msgid "Use tun/tap device node" +msgstr "Nodo de dispositivo TUN/TAP" + +msgid "Use username as common name" +msgstr "Nombre de usuario como nombre común" + +msgid "Write log to file" +msgstr "Escribir registro a fichero" + +msgid "Write process ID to file" +msgstr "Escribir ID del proceso a fichero" + +msgid "Write status to file every n seconds" +msgstr "Segundos tras los que escribir el fichero de estado" + +msgid "no" +msgstr "no" + +msgid "tun/tap device" +msgstr "dispositivo TUN/TAP" + +msgid "tun/tap inactivity timeout" +msgstr "Espera de inactividad tun/tap" + +msgid "yes (%i)" +msgstr "sí (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Cambiar a configuración básica" + +#~ msgid "Cryptography" +#~ msgstr "Criptografía" + +#~ msgid "Networking" +#~ msgstr "Red" + +#~ msgid "Service" +#~ msgstr "Servicio" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/fr/openvpn.po b/applications/luci-app-openvpn/po/fr/openvpn.po new file mode 100644 index 0000000..cbfd1f5 --- /dev/null +++ b/applications/luci-app-openvpn/po/fr/openvpn.po @@ -0,0 +1,580 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2014-01-26 12:53+0200\n" +"Last-Translator: kyas \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p' ou 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Accepter les options envoyées par le serveur" + +msgid "Add" +msgstr "Ajouter" + +msgid "Add route after establishing connection" +msgstr "Ajouter un routage après l'établissement de la connexion" + +msgid "Additional authentication over TLS" +msgstr "Authentification supplémentaire par dessus TLS" + +msgid "Allow client-to-client traffic" +msgstr "Autoriser le trafic entre clients" + +msgid "Allow multiple clients with same certificate" +msgstr "Permettre à plusieurs clients d'utiliser le même certificat" + +msgid "Allow only one session" +msgstr "Autoriser seulement une session" + +msgid "Allow remote to change its IP or port" +msgstr "Autoriser l'hôte distant à changer d'adresse IP ou de port" + +msgid "Allowed maximum of connected clients" +msgstr "Maximum autorisé de clients connectés" + +msgid "Allowed maximum of internal" +msgstr "Admis au maximum interne" + +msgid "Allowed maximum of new connections" +msgstr "Maximum autorisé de nouvelles connexions" + +msgid "Append log to file" +msgstr "Ajouter les journaux en fin de ce fichier" + +msgid "Authenticate using username/password" +msgstr "S'authentifier par identifiant/mot-de-passe" + +msgid "Automatically redirect default route" +msgstr "Rediriger automatiquement la route par défaut" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Voici ci-dessous la liste d'instances OpenVPN configurées et leur état " +"courant" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" +"Appelle une commande/script d'arrêt avant que le périphérique TUN/TAP soit " +"fermé" + +msgid "Certificate authority" +msgstr "Autorité des certificats" + +msgid "Change process priority" +msgstr "Modifier la priorité du processus" + +msgid "Change to directory before initialization" +msgstr "Aller dans ce répertorie avant l'initialisation" + +msgid "Check peer certificate against a CRL" +msgstr "" +"Confronter le certificat du distant à une liste des certificats révoqués " +"(CRL)" + +msgid "Chroot to directory after initialization" +msgstr "Faire un « chroot » dans ce répertoire après initialisation" + +msgid "Client is disabled" +msgstr "Client désactivé" + +msgid "Configuration category" +msgstr "Catégorie de configuration" + +msgid "Configure client mode" +msgstr "Configurer le mode client" + +msgid "Configure server bridge" +msgstr "Configurer le mode pont" + +msgid "Configure server mode" +msgstr "Configurer le mode serveur" + +msgid "Connect through Socks5 proxy" +msgstr "Se connecter via un proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Se connecter à un hôte distant via un mandataire HTTP" + +msgid "Connection retry interval" +msgstr "Intervalle entre 2 tentatives de connexion" + +msgid "Daemonize after initialization" +msgstr "Transformer en démon après l'initialisation" + +msgid "Delay n seconds after connection" +msgstr "Attends n secondes après la connexion" + +msgid "Delay tun/tap open and up script execution" +msgstr "" +"Attends avant l'ouverture de tun/tap et l'exécution de scripts de mise en " +"marche" + +msgid "Diffie Hellman parameters" +msgstr "Paramètres Diffie Hellman" + +msgid "Directory for custom client config files" +msgstr "Répertoire contenant vos fichiers de config client spécifiques" + +msgid "Disable Paging" +msgstr "Désactiver la pagination" + +msgid "Disable cipher initialisation vector" +msgstr "Désactivé le vecteur d'initialisation cipher" + +msgid "Disable options consistency check" +msgstr "Désactiver la vérification de la cohérence des options" + +msgid "Disable replay protection" +msgstr "Désactiver la protection anti-rejeu" + +msgid "Do not bind to local address and port" +msgstr "Ne pas attacher à l'adresse et au port local" + +msgid "Don't actually execute ifconfig" +msgstr "Ne pas exécuter réellement ifconfig" + +msgid "Don't add routes automatically" +msgstr "Ne pas ajouter de routes automatiquement" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" +"Ne pas copier en cache les mots de passe des options --askpass ou --auth-" +"user-pass" + +msgid "Don't inherit global push options" +msgstr "Ne pas hériter des options d'envoi globales" + +msgid "Don't log timestamps" +msgstr "Ne pas journaliser les horodatages" + +msgid "Don't re-read key on restart" +msgstr "Ne pas relire la clef au redémarrage" + +msgid "Don't require client certificate" +msgstr "Ne pas exiger un certificat client" + +msgid "Don't use adaptive lzo compression" +msgstr "Ne pas utiliser la compression adaptative LZO" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Ne pas alerter en cas d'incohérence d'ifconfig" + +msgid "Echo parameters to log" +msgstr "Écrire les paramètres dans le journal" + +msgid "Empirically measure MTU" +msgstr "Mesurer le MTU empiriquement" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Activer les systèmes de cryptages OpenSSL matériels" + +msgid "Enable Path MTU discovery" +msgstr "Activer la découverte du MTU du chemin" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Activer le mode de cryptage à clef statique (non TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Activer le TLS et prendre le rôle du client" + +msgid "Enable TLS and assume server role" +msgstr "Activer le TLS et prendre le rôle du serveur" + +msgid "Enable internal datagram fragmentation" +msgstr "Autoriser la fragmentation des datagrammes en interne" + +msgid "Enable management interface on IP port" +msgstr "Activer l'interface de gestion sur IP port" + +msgid "Enabled" +msgstr "Activé" + +msgid "Encryption cipher for packets" +msgstr "Méthode de chiffrement des paquets" + +msgid "Execute shell cmd after routes are added" +msgstr "Exécuter une commande shell après l'ajout des routes" + +msgid "Execute shell command on remote ip change" +msgstr "" +"Exécuter une commande Shell suite à un changement d'IP de l'hôte distant" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Lancé en mode serveur pour les nouvelles connexions client, quand le client " +"n'est pas encore reconnu" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Lancé en mode serveur à chaque fois qu'une adresse/route IPv4 ou une adresse " +"MAC est ajoutée à la table de routage interne d'OpenVPN" + +msgid "Exit on TLS negotiation failure" +msgstr "Arrêter suite à l'échec de la négociation TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" +"Obtenir le mot de passe du certificat depuis le terminal avant de passer en " +"mode démon" + +msgid "HMAC authentication for packets" +msgstr "Authentification HMAC des paquets" + +msgid "Handling of authentication failures" +msgstr "Gestion des erreurs d'authentification" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Aide pour simplifier l'expression des --ping et --ping-restart dans les " +"configurations en mode serveur" + +msgid "If hostname resolve fails, retry" +msgstr "Si la résolution du nom de l'hôte échoue, ré-essayer" + +msgid "Instance \"%s\"" +msgstr "Instance \"%s\"" + +msgid "Invalid" +msgstr "Invalide" + +msgid "Keep local IP address on restart" +msgstr "Conserver l'adresse IP locale lors du redémarrage" + +msgid "Keep remote IP address on restart" +msgstr "Conserver l'adresse IP distante lors du redémarrage" + +msgid "Keep tun/tap device open on restart" +msgstr "Conserver le périphérique tun/tap ouvert au redémarrage" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "Limiter les messages répétés dans les journaux" + +msgid "Local certificate" +msgstr "Certificat local" + +msgid "Local host name or ip address" +msgstr "Nom ou adresse IP de l'hôte local" + +msgid "Local private key" +msgstr "Clef privée locale" + +msgid "Major mode" +msgstr "Mode principal" + +msgid "Make tun device IPv6 capable" +msgstr "Rendre le périphérique tun compatible IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "Nombre maximum de paquets TCP en attente d'émission" + +msgid "Number of allocated broadcast buffers" +msgstr "Nombre de tampons de diffusion alloués" + +msgid "Number of lines for log file history" +msgstr "Nombre de lignes de l'historique du fichier-journal" + +msgid "Only accept connections from given X509 name" +msgstr "Accepte seulement des connexions du nom X509 donné" + +msgid "Only process ping timeouts if routes exist" +msgstr "" +"Traiter l'expiration des délais des pings seulement si les routes existent" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instances OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optimiser les écritures TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Envoyer à syslog et ne pas transformer en démon" + +msgid "Overview" +msgstr "Vue d'ensemble" + +msgid "PKCS#12 file containing keys" +msgstr "Fichier au format PKCS#12 contenant les clefs" + +msgid "Pass environment variables to script" +msgstr "Transmettre les variables d'environnement au script" + +msgid "Persist replay-protection state" +msgstr "Reconduire l'état de protection anti-rejeu" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Reconduire ou non le lot d'ifconfig" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" +"Envoyer un ping à l'hôte distant toutes les n secondes sur le port TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Règle de sécurité appliqué à l'usage de programmes et scripts externes" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protocole" + +msgid "Proxy timeout in seconds" +msgstr "Délai d'attente du mandataire, en secondes" + +msgid "Push an ifconfig option to remote" +msgstr "Envoyer une option ifconfig au distant" + +msgid "Push options to peer" +msgstr "Envoyer les options au client" + +msgid "Query management channel for private key" +msgstr "Canal de requête de gestion pour clef privée" + +msgid "Randomly choose remote server" +msgstr "Choisir au hasard un serveur distant" + +msgid "Refuse connection if no custom client config" +msgstr "Refuser la connexion en l'absence de config client spécifique" + +msgid "Remap SIGUSR1 signals" +msgstr "Rediriger les signaux SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Nom ou adresse IP de l'hôte distant" + +msgid "Remote ping timeout" +msgstr "Délai de ping du distant" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renégocier la clé du canal de données après tant d'octets" + +msgid "Renegotiate data chan. key after packets" +msgstr "Renégocier la clé du canal de données après tant de paquets" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" +"Renégocier la clé du canal de données après tant de temps (en secondes)" + +msgid "Replay protection sliding window size" +msgstr "Taille de la fenêtre glissante pour la protection anti-rejeu" + +msgid "Require explicit designation on certificate" +msgstr "Exiger l'appellation explicite sur le certificat" + +msgid "Require explicit key usage on certificate" +msgstr "Exiger l'utilisation explicite de la clé sur le certificat" + +msgid "Restart after remote ping timeout" +msgstr "Redémarrer aprés le dépassement du délai de ping du distant" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Renvoyer l'expiration du délai sur le canal de contrôle TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Ré-essayer indéfiniment suite à des erreurs du proxy HTTP" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Ré-essayer indéfiniment suite à des erreurs du proxy Socks" + +msgid "Route subnet to client" +msgstr "Router le sous-réseau vers le client" + +msgid "Run as an inetd or xinetd server" +msgstr "Exécuter en tant que serveur inetd ou xinetd" + +msgid "Run script cmd on client connection" +msgstr "Exécuter une commande de script lors de la connexion d'un client" + +msgid "Run script cmd on client disconnection" +msgstr "Exécuter une commande de script lors de la déconnexion d'un client" + +msgid "Run up/down scripts for all restarts" +msgstr "Exécuter les scripts up/down à tous les redémarrages" + +msgid "Send notification to peer on disconnect" +msgstr "Envoyer une notification au distant à la déconnexion" + +msgid "Set GID to group" +msgstr "Utiliser le GID de ce groupe" + +msgid "Set TCP/UDP MTU" +msgstr "Définir le MTU TCP/UDP" + +msgid "Set UID to user" +msgstr "Utiliser l'UID de cet utilisateur" + +msgid "Set aside a pool of subnets" +msgstr "Mettre de coté un lot de sous-réseaux" + +msgid "Set extended HTTP proxy options" +msgstr "Définir les options de mandataire HTTP étendu" + +msgid "Set output verbosity" +msgstr "Définir la verbosité des écrits" + +msgid "Set size of real and virtual address hash tables" +msgstr "" +"Définir la taille des tables de haché des adresses réelles et virtuelles" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Définir la taille de la pile de réception TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Définir la taille de la pile d'envoi TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "Définir la taille de la pile TX tun/tap" + +msgid "Set tun/tap adapter parameters" +msgstr "Définir les paramètres de l'adaptateur tun/tap" + +msgid "Set tun/tap device MTU" +msgstr "Définir le MTU du périphérique tun/tap" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "Définir la borne supérieure du MSS TCP" + +msgid "Shaping for peer bandwidth" +msgstr "Gère la bande-passante du distant" + +msgid "Shell cmd to execute after tun device open" +msgstr "Commande Shell à exécuter après l'ouverture du périphérique tun" + +msgid "Shell cmd to run after tun device close" +msgstr "Commande Shell à exécuter après la fermeture du périphérique tun" + +msgid "Shell command to verify X509 name" +msgstr "Commande shell de vérification du nom X509" + +msgid "Silence the output of replay warnings" +msgstr "Supprime les messages d'alertes anti-rejeu" + +msgid "Size of cipher key" +msgstr "Taille de la clé de cryptage" + +msgid "Specify a default gateway for routes" +msgstr "Définir la passerelle par défaut des routes" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Démarrer OpenVPN dans un état d'hibernation" + +msgid "Start/Stop" +msgstr "Démarrer/Arrêter" + +msgid "Started" +msgstr "Démarré" + +msgid "Status file format version" +msgstr "Version du format du fichier de status" + +msgid "Switch to advanced configuration »" +msgstr "Afficher les paramètres de configuration avancés" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Numéro de port TCP/UDP valable pour l'hôte local et l'hôte distant" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Numéro de port TCP/UDP pour l'hôte local (par défaut 1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Numéro de port TCP/UDP pour l'hôte distant (par défaut 1194)" + +msgid "TLS cipher" +msgstr "Méthode de chiffrement TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "Répertoire pour le fichier temporaire lié à la connexion d'un client" + +msgid "Timeframe for key exchange" +msgstr "Période d'un échange de clés" + +msgid "Type of used device" +msgstr "Type de périphérique utilisé" + +msgid "Use fast LZO compression" +msgstr "Utiliser la compression LZO rapide" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Utiliser des adresses individuelles plutôt que des sous-réseaux en /30" + +msgid "Use protocol" +msgstr "Utiliser le protocole" + +msgid "Use tun/tap device node" +msgstr "Utiliser le périphérique tun/tap" + +msgid "Use username as common name" +msgstr "Utiliser le nom d'utilisateur comme nom « commun » (du certificat)" + +msgid "Write log to file" +msgstr "Écrire le journal dans le fichier" + +msgid "Write process ID to file" +msgstr "Écrire le numéro de processus dans le fichier" + +msgid "Write status to file every n seconds" +msgstr "Écrire le status dans le fichier chaque n secondes" + +msgid "no" +msgstr "non" + +msgid "tun/tap device" +msgstr "Périphérique tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "Délai d'inactivité tun/tap" + +msgid "yes (%i)" +msgstr "oui (%i)" + +msgid "« Switch to basic configuration" +msgstr "Afficher les paramètres de configuration standards" + +#~ msgid "Cryptography" +#~ msgstr "Cryptage" + +#~ msgid "Networking" +#~ msgstr "Réseau" + +#~ msgid "Service" +#~ msgstr "Service" + +#~ msgid "VPN" +#~ msgstr "VPN" + +#~ msgid "openvpn_%s" +#~ msgstr "openvpn_%s" + +#~ msgid "openvpn_%s_desc" +#~ msgstr "openvpn_%s_desc" diff --git a/applications/luci-app-openvpn/po/he/openvpn.po b/applications/luci-app-openvpn/po/he/openvpn.po new file mode 100644 index 0000000..55953b9 --- /dev/null +++ b/applications/luci-app-openvpn/po/he/openvpn.po @@ -0,0 +1,535 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/hu/openvpn.po b/applications/luci-app-openvpn/po/hu/openvpn.po new file mode 100644 index 0000000..3e93918 --- /dev/null +++ b/applications/luci-app-openvpn/po/hu/openvpn.po @@ -0,0 +1,557 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 12:06+0200\n" +"Last-Translator: Gabor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p' vagy 'subnet'" + +msgid "Accept options pushed from server" +msgstr "A kiszolgáló által küldött opciók elfogadás" + +msgid "Add" +msgstr "Hozzáadás" + +msgid "Add route after establishing connection" +msgstr "Útvonal hozzáadása a kapcsolat létrejötte után" + +msgid "Additional authentication over TLS" +msgstr "További hitelesítés TLS-en keresztül" + +msgid "Allow client-to-client traffic" +msgstr "Ãœgyfél-ügyfél közötti kapcsolat engedélyezése" + +msgid "Allow multiple clients with same certificate" +msgstr "Több ügyfél engedélyezése ugyanazzal a tanúsítvánnyal" + +msgid "Allow only one session" +msgstr "Csak egy munkafolyamat engedélyezése" + +msgid "Allow remote to change its IP or port" +msgstr "A távoli gép IP címének vagy portjának megváltozatásának engedélyezése" + +msgid "Allowed maximum of connected clients" +msgstr "A csatlakozott ügyfelek maximális megengedett száma" + +msgid "Allowed maximum of internal" +msgstr "BelsÅ‘ kapcsolatok maximális száma" + +msgid "Allowed maximum of new connections" +msgstr "Az új kapcsolatok maximálisan megengedett száma" + +msgid "Append log to file" +msgstr "Napló hozzáfűzése fájlhoz" + +msgid "Authenticate using username/password" +msgstr "Azonosítás felhasználónév és jelszó használatával" + +msgid "Automatically redirect default route" +msgstr "Az alapértelmezett útvonal automatikus átirányítása" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Az alábbi listában találhatóak a beállított OpenVPN példányok és azok " +"aktuális állapota" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "A TUN/TAP interfész lezárása elÅ‘tt futtatandó shell script." + +msgid "Certificate authority" +msgstr "Hitelesítésszolgáltató" + +msgid "Change process priority" +msgstr "Folyamat prioritásának módosítása" + +msgid "Change to directory before initialization" +msgstr "Váltás a könyvtárra inicializáslás elÅ‘tt" + +msgid "Check peer certificate against a CRL" +msgstr "Kliens tanúsítvány összevetése a tiltólistával." + +msgid "Chroot to directory after initialization" +msgstr "Gyökérkönyvtár váltás inicializáció után" + +msgid "Client is disabled" +msgstr "Ãœgyfél letiltva" + +msgid "Configuration category" +msgstr "Beállítások / Visszavonás" + +msgid "Configure client mode" +msgstr "Ãœgyfél mód beállítása" + +msgid "Configure server bridge" +msgstr "Kiszolgáló híd beállítása" + +msgid "Configure server mode" +msgstr "Kiszolgáló mód beállítása" + +msgid "Connect through Socks5 proxy" +msgstr "Kapcsolódás Sock5 proxy-n keresztül" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Kapcsolódás a távoli géphez HTTP proxyn keresztül" + +msgid "Connection retry interval" +msgstr "Kapcsolódás újrapróbálkozási idÅ‘köz" + +msgid "Daemonize after initialization" +msgstr "Váltás démon módba inicializálás után" + +msgid "Delay n seconds after connection" +msgstr "Kapcsolat felépítés után 'n' másodperc késleltetés" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "Diffie Hellman paraméterek" + +msgid "Directory for custom client config files" +msgstr "Egyéni ügyfél konfigurációs fájlok könyvtára " + +msgid "Disable Paging" +msgstr "Lapozás letiltása" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "Újrajátszás védelem letiltása" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "Ne adjon hozzá útvonalakat automatikusan " + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "IdÅ‘bélyegeket ne naplózza" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "Ne használjon adaptív LZO tömörítést" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "A paramétereket írja a naplóba" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "OpenSSL hardveres titkosítás engedélyezése" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "Engedélyezve" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "Érvénytelen" + +msgid "Keep local IP address on restart" +msgstr "Helyi IP cím megtartása újraindításkor" + +msgid "Keep remote IP address on restart" +msgstr "Távoli IP cím megtartása újraindításkor" + +msgid "Keep tun/tap device open on restart" +msgstr "tun/tap eszközök nyitva tartása újraindításkor" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "Helyi tanúsítvány" + +msgid "Local host name or ip address" +msgstr "Helyi gép név vagy IP cím" + +msgid "Local private key" +msgstr "Helyi privát kulcs" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "A sorbaállított kimenÅ‘ TCP csomagok maximális száma" + +msgid "Number of allocated broadcast buffers" +msgstr "Lefoglalt broadcast pufferek száma" + +msgid "Number of lines for log file history" +msgstr "Naplófájl történet sorainak száma" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN példányok" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "Ãttekintés" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Proxy timeout in seconds" +msgstr "Proxy várakozási idÅ‘ (másodperc)" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "Kapcsolat megtagadás ha nincs egyéni ügyfél konfiguráció" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "Távoli gép név vagy IP cím" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "Indítás/Leállítás" + +msgid "Started" +msgstr "Elindítva" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "Váltás haladó beállításokra »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "TLS titkosító" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "A használt eszköz típusa" + +msgid "Use fast LZO compression" +msgstr "Gyors LZO tömörítés használata" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Egyedi címek használata /30 alhálózat helyett" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "Napló írása fájlba" + +msgid "Write process ID to file" +msgstr "Folyamat azonosító (PID) fájlba írása" + +msgid "Write status to file every n seconds" +msgstr "Ãllapot fájlba írása 'n' másodpercenként" + +msgid "no" +msgstr "nem" + +msgid "tun/tap device" +msgstr "tun/tap/ eszköz" + +msgid "tun/tap inactivity timeout" +msgstr "tun/tap tétlenségi idÅ‘" + +msgid "yes (%i)" +msgstr "igen (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Váltás alap beállításokra" + +#~ msgid "Cryptography" +#~ msgstr "Titkosítás" + +#~ msgid "Networking" +#~ msgstr "Hálózatkezelés" + +#~ msgid "Service" +#~ msgstr "Szolgáltatás" + +#~ msgid "VPN" +#~ msgstr "VPN" + +#~ msgid "openvpn_%s" +#~ msgstr "openvpn_%s" + +#~ msgid "openvpn_%s_desc" +#~ msgstr "openvpn_%s_desc" diff --git a/applications/luci-app-openvpn/po/it/openvpn.po b/applications/luci-app-openvpn/po/it/openvpn.po new file mode 100644 index 0000000..0304437 --- /dev/null +++ b/applications/luci-app-openvpn/po/it/openvpn.po @@ -0,0 +1,541 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-04-20 10:36+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "Accetta opzioni inviate dal server" + +msgid "Add" +msgstr "Aggiungi" + +msgid "Add route after establishing connection" +msgstr "Aggiungi rotte dopo aver stabilito la connessione" + +msgid "Additional authentication over TLS" +msgstr "Autenticazione addizionale over TLS" + +msgid "Allow client-to-client traffic" +msgstr "Permetti traffico client-client" + +msgid "Allow multiple clients with same certificate" +msgstr "Permetti più client con lo stesso certificato" + +msgid "Allow only one session" +msgstr "Permetti solo una sessione" + +msgid "Allow remote to change its IP or port" +msgstr "Permetti ai remote di cambiare il proprio IP o porta" + +msgid "Allowed maximum of connected clients" +msgstr "Numero massimo di clienti connessi" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "Numero massimo di nuove connessioni ammesse" + +msgid "Append log to file" +msgstr "Appendi il log al file" + +msgid "Authenticate using username/password" +msgstr "Autenticazione usando username/passoword" + +msgid "Automatically redirect default route" +msgstr "Modifica automaticamente la default route" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Sotto c'è una lista di istanze di OpenVPN configurate e il loro stato " +"corrente" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "Cambia priorità del processo" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "Connetti attraverso un proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Connetti attraverso un proxy HTTP" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "Non effettuare il bind sull'indirizzo/porta locale" + +msgid "Don't actually execute ifconfig" +msgstr "Non eseguire realmente ifconfig" + +msgid "Don't add routes automatically" +msgstr "Non aggiungere rotte automaticamente" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "Non loggare il timestamps" + +msgid "Don't re-read key on restart" +msgstr "Non rileggere le chiavi al riavvio" + +msgid "Don't require client certificate" +msgstr "Non richiedere certificati dei client" + +msgid "Don't use adaptive lzo compression" +msgstr "Non usare compressione lzo adattiva" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "Misura empericamente l'MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Abilita il supporto criptografico hardware per OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "Abilita frammentazione interna dei datagram" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "Abilitato" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "Esegui un comando shell dopo che le rotte sono aggiunte" + +msgid "Execute shell command on remote ip change" +msgstr "Esegui un comando shell al cambio di ip remoto" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "Istanza \"%s\"" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "Mantieni l'IP local al riavvio" + +msgid "Keep remote IP address on restart" +msgstr "Mantieni l'IP remoto al riavvio" + +msgid "Keep tun/tap device open on restart" +msgstr "Mantienti il device tun/tap aperto al riavvio" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "Limita le ripetizioni di messaggi nel log" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "Chiave privata local" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "Rendi il device tun ipv6 ready" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN istanze" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Ottimizza le scritture su TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "Anteprima" + +msgid "PKCS#12 file containing keys" +msgstr "PKCS#12 file containing keys" + +msgid "Pass environment variables to script" +msgstr "Passa le variabili d'ambiente allo script" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol" +msgstr "Protocollo" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "Avviato" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "Passa alla configurazione avanzata »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "no" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "si (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Passa alla configurazione base" diff --git a/applications/luci-app-openvpn/po/ja/openvpn.po b/applications/luci-app-openvpn/po/ja/openvpn.po new file mode 100644 index 0000000..dc558a8 --- /dev/null +++ b/applications/luci-app-openvpn/po/ja/openvpn.po @@ -0,0 +1,551 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-04-09 08:12+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', ã¾ãŸã¯ 'subnet'" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "追加" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "クライアント間通信を許å¯ã™ã‚‹" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "1ã¤ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã®ã¿ã‚’許å¯ã™ã‚‹" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "ç¾åœ¨è¨­å®šæ¸ˆã®OpenVPNã®è¨­å®šã¨ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã‚’表示ã—ã¦ã„ã¾ã™ã€‚" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "設定カテゴリ" + +msgid "Configure client mode" +msgstr "クライアントモードã«è¨­å®š" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "サーãƒãƒ¼ãƒ¢ãƒ¼ãƒ‰ã«è¨­å®š" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "å†æŽ¥ç¶šé–“éš”" + +msgid "Daemonize after initialization" +msgstr "åˆæœŸåŒ–後ã«ãƒ‡ãƒ¼ãƒ¢ãƒ³åŒ–ã™ã‚‹" + +msgid "Delay n seconds after connection" +msgstr "セッション接続後ã€n秒ディレイã™ã‚‹" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "Diffie Hellman パラメータ" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "ページングを無効ã«ã™ã‚‹" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "時刻をログã«æ›¸ãè¾¼ã¾ãªã„" + +msgid "Don't re-read key on restart" +msgstr "å†èµ·å‹•æ™‚ã«ã‚­ãƒ¼ã®å†èª­ã¿è¾¼ã¿ã‚’è¡Œã‚ãªã„" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "OpenSSLæš—å·åŒ–ã®ãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢ã‚µãƒãƒ¼ãƒˆã‚’有効ã«ã™ã‚‹" + +msgid "Enable Path MTU discovery" +msgstr "Path MTU discovery を有効ã«ã™ã‚‹" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "有効" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "設定 \"%s\"" + +msgid "Invalid" +msgstr "無効" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "tun デãƒã‚¤ã‚¹ã§IPv6機能を有効ã«ã™ã‚‹" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN 設定" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "概è¦" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Protocol" +msgstr "プロトコル" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "TCP/UDP ã®MTUを設定" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "ログ出力レベルã®è¨­å®š" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "TCP/UDP ã®å—ä¿¡ãƒãƒƒãƒ•ã‚¡ã‚µã‚¤ã‚º" + +msgid "Set the TCP/UDP send buffer size" +msgstr "TCP/UDP ã®é€ä¿¡ãƒãƒƒãƒ•ã‚¡ã‚µã‚¤ã‚º" + +msgid "Set tun/tap TX queue length" +msgstr "tun/tap デãƒã‚¤ã‚¹ã®é€ä¿¡ã‚­ãƒ¥ãƒ¼ã‚µã‚¤ã‚º" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "tun/tap デãƒã‚¤ã‚¹ã®MTU設定" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "開始 / åœæ­¢" + +msgid "Started" +msgstr "実行中" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "詳細設定ã¸ç§»å‹• »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "TCP/UDP ãƒãƒ¼ãƒˆ (ローカル・リモート共用)" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "TCP/UDP ãƒãƒ¼ãƒˆ (ローカル, 標準設定=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "TCP/UDP ãƒãƒ¼ãƒˆ (リモート, 標準設定=1194)" + +msgid "TLS cipher" +msgstr "TLS æš—å·åŒ–æ–¹å¼" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "高速LZO圧縮機能を使用ã™ã‚‹" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "使用ã™ã‚‹ãƒ—ロトコル" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "ã„ã„ãˆ" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "ã¯ã„ (%i)" + +msgid "« Switch to basic configuration" +msgstr "« 基本設定ã¸ç§»å‹•" + +#~ msgid "Cryptography" +#~ msgstr "æš—å·è¨­å®š" + +#~ msgid "Networking" +#~ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +#~ msgid "Service" +#~ msgstr "サービス" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/ms/openvpn.po b/applications/luci-app-openvpn/po/ms/openvpn.po new file mode 100644 index 0000000..0ed8909 --- /dev/null +++ b/applications/luci-app-openvpn/po/ms/openvpn.po @@ -0,0 +1,534 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/no/openvpn.po b/applications/luci-app-openvpn/po/no/openvpn.po new file mode 100644 index 0000000..55953b9 --- /dev/null +++ b/applications/luci-app-openvpn/po/no/openvpn.po @@ -0,0 +1,535 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/pl/openvpn.po b/applications/luci-app-openvpn/po/pl/openvpn.po new file mode 100644 index 0000000..7fa9fe2 --- /dev/null +++ b/applications/luci-app-openvpn/po/pl/openvpn.po @@ -0,0 +1,566 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-05 03:41+0200\n" +"Last-Translator: piosl \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', lub 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Zaakceptuj opcje narzucone przez serwer" + +msgid "Add" +msgstr "Dodaj" + +msgid "Add route after establishing connection" +msgstr "Dodaj trasÄ™ po nawiÄ…zaniu poÅ‚Ä…czenia" + +msgid "Additional authentication over TLS" +msgstr "Dodatkowe uwierzytelnianie poprzez TLS" + +msgid "Allow client-to-client traffic" +msgstr "Zezwól na Å‚Ä…czność klient-klient" + +msgid "Allow multiple clients with same certificate" +msgstr "Zezwól na Å‚Ä…czenie wielu klientów z tym samym certyfikatem." + +msgid "Allow only one session" +msgstr "Zezwól tylko na jednÄ… sesjÄ™" + +msgid "Allow remote to change its IP or port" +msgstr "Zezwól na zmianÄ™ IP lub portu odlegÅ‚emu hostowi." + +msgid "Allowed maximum of connected clients" +msgstr "Maksymalna dozwolona liczba klientów" + +msgid "Allowed maximum of internal" +msgstr "Maksymalna dozwolona liczba wewnÄ™trznych" + +msgid "Allowed maximum of new connections" +msgstr "Maksymalna dozwolona liczba nowych poÅ‚Ä…czeÅ„" + +msgid "Append log to file" +msgstr "Dopisz log do pliku" + +msgid "Authenticate using username/password" +msgstr "Autoryzacja z użyciem loginu oraz hasÅ‚a" + +msgid "Automatically redirect default route" +msgstr "Automatycznie przekieruj domyÅ›lnÄ… trasÄ™" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Ponieżej znajduje siÄ™ lista skonfigurowanych procesów OpenVPN wraz z ich " +"aktualnymi stanami." + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Zatrzymaj skrypt przed wyÅ‚Ä…czeniem interfejsu TUN/TAP" + +msgid "Certificate authority" +msgstr "UrzÄ…d certyfikacji" + +msgid "Change process priority" +msgstr "ZmieÅ„ priorytet procesu" + +msgid "Change to directory before initialization" +msgstr "Przejdź do katalogu przed inicjalizacjÄ…" + +msgid "Check peer certificate against a CRL" +msgstr "Sprawdź certyfikat peera na obecność w CRL" + +msgid "Chroot to directory after initialization" +msgstr "ZmieÅ„ root (chroot) na katalog po inicjalizacji" + +msgid "Client is disabled" +msgstr "Klient jest wyÅ‚Ä…czony" + +msgid "Configuration category" +msgstr "Kategoria konfiguracji" + +msgid "Configure client mode" +msgstr "Konfiguruj tryb klienta" + +msgid "Configure server bridge" +msgstr "Konfiguruj serwer w trybie mostu" + +msgid "Configure server mode" +msgstr "Konfiguruj serwer" + +msgid "Connect through Socks5 proxy" +msgstr "PoÅ‚Ä…cz poprzez SOCKS5 proxy" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "PoÅ‚Ä…cz ze zdalnym hostem poprzez HTTP proxy" + +msgid "Connection retry interval" +msgstr "InterwaÅ‚ powtarzania poÅ‚Ä…czeÅ„" + +msgid "Daemonize after initialization" +msgstr "Przejdź w tryb demona po inicjalizacji" + +msgid "Delay n seconds after connection" +msgstr "Opóźnienie n sekund po nawiÄ…zaniu poÅ‚Ä…czenia" + +msgid "Delay tun/tap open and up script execution" +msgstr "Opóźnienie otwarcia interfejsu tun/tap i wykonania skryptu" + +msgid "Diffie Hellman parameters" +msgstr "Parametry Diffie Hellman" + +msgid "Directory for custom client config files" +msgstr "Katalog na pliki konfiguracyjne" + +msgid "Disable Paging" +msgstr "WyÅ‚Ä…cz stronicowanie" + +msgid "Disable cipher initialisation vector" +msgstr "WyÅ‚Ä…cz wektor inicjalizacji szyfru" + +msgid "Disable options consistency check" +msgstr "WyÅ‚Ä…cz sprawdzanie poprawnoÅ›ci ustawieÅ„" + +msgid "Disable replay protection" +msgstr "WyÅ‚Ä…cz ochronÄ™ odpowiedzi" + +msgid "Do not bind to local address and port" +msgstr "Nie zwiÄ…zuj z lokalnym adresem i portem" + +msgid "Don't actually execute ifconfig" +msgstr "Nie uruchamiaj obecnie ifconfig" + +msgid "Don't add routes automatically" +msgstr "Nie dodawaj tras (routes) automatycznie" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Nie cacheuj haseÅ‚ --askpass lub --auth-user-pass" + +msgid "Don't inherit global push options" +msgstr "Nie dziedzicz globalnej opcji push" + +msgid "Don't log timestamps" +msgstr "Nie zapisuj czasu w logu" + +msgid "Don't re-read key on restart" +msgstr "Nie wczytuj ponownie klucza podczas restartu" + +msgid "Don't require client certificate" +msgstr "Nie wymagaj certyfikatu od klienta" + +msgid "Don't use adaptive lzo compression" +msgstr "Nie używaj adaptatywnej kompresji lzo" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Nie ostrzegaj przed niespójnoÅ›ciÄ… w ifconfig" + +msgid "Echo parameters to log" +msgstr "Zapisuj parametry w logu" + +msgid "Empirically measure MTU" +msgstr "Mierz MTU empirycznie" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "WÅ‚Ä…cz sprzÄ™towe przyspieszenie OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "WÅ‚Ä…cz wykrywanie \"Path MTU\"" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "WÅ‚Ä…cz tryb szyfrowania statycznym kluczem (non-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "WÅ‚Ä…cz TLS i przyjmij rolÄ™ klienta" + +msgid "Enable TLS and assume server role" +msgstr "WÅ‚Ä…cz TLS i przyjmij rolÄ™ serwera" + +msgid "Enable internal datagram fragmentation" +msgstr "WÅ‚Ä…cz wewnÄ™trznÄ… fragmentacjÄ™ datagramu" + +msgid "Enable management interface on IP port" +msgstr "WÅ‚Ä…cz interfejs zarzÄ…dzalny na IP port" + +msgid "Enabled" +msgstr "WÅ‚Ä…czone" + +msgid "Encryption cipher for packets" +msgstr "Szyfrowanie dla pakietów" + +msgid "Execute shell cmd after routes are added" +msgstr "Wykonaj komendÄ™ powÅ‚oki po dodaniu tras" + +msgid "Execute shell command on remote ip change" +msgstr "Wykonaj komendÄ™ powÅ‚oki po zmianie zdalnego IP" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Wykonane w trybie serwera na nowych poÅ‚Ä…czeniach klienta, gdy klient jest " +"nadal niezaufany" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Wykonane w trybie serwera, gdy adres IPv4, trasa lub adres MAC sÄ… dodane do " +"wewnÄ™trznej tablicy routingu w OpenVPN" + +msgid "Exit on TLS negotiation failure" +msgstr "Wyjdź przy niepowodzeniu negocjacji TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Uzyskaj hasÅ‚o PEM z kontroli tty przed demonizacjÄ…" + +msgid "HMAC authentication for packets" +msgstr "Autoryzacja HMAC dla pakietów" + +msgid "Handling of authentication failures" +msgstr "PostÄ™powanie z bÅ‚Ä™dami uwierzytelniania" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Dyrektywa Helper w celu uproszczenia wyrażenie --ping i --ping-restart w " +"konfiguracjach w trybie serwera" + +msgid "If hostname resolve fails, retry" +msgstr "Jeżeli ustanowienie nazwy hosta nie powiedzie siÄ™, spróbuj ponownie" + +msgid "Instance \"%s\"" +msgstr "Instancja \"%s\"" + +msgid "Invalid" +msgstr "NieprawidÅ‚owe" + +msgid "Keep local IP address on restart" +msgstr "Zachowaj lokalny adres IP przy restarcie" + +msgid "Keep remote IP address on restart" +msgstr "Zachowaj zdalny adres IP przy restarcie" + +msgid "Keep tun/tap device open on restart" +msgstr "Utrzymaj urzÄ…dzenie tun/tap po restarcie jako otwarte" + +msgid "Key transition window" +msgstr "Okno zmiany klucza" + +msgid "Limit repeated log messages" +msgstr "Limit powtarzajÄ…cych siÄ™ wiadomoÅ›ci w logu" + +msgid "Local certificate" +msgstr "Certyfikat lokalny" + +msgid "Local host name or ip address" +msgstr "Lokalna nazwa hosta lub adres IP" + +msgid "Local private key" +msgstr "Lokalny klucz prywatny" + +msgid "Major mode" +msgstr "Tryb główny" + +msgid "Make tun device IPv6 capable" +msgstr "UrzÄ…dzenie tun zgodne z IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "Maksymalna liczba wychodzÄ…cych pakietów TCP w kolejce" + +msgid "Number of allocated broadcast buffers" +msgstr "Liczba przydzielonych buforów nadawczych" + +msgid "Number of lines for log file history" +msgstr "Liczba linii w pliku dziennika historii" + +msgid "Only accept connections from given X509 name" +msgstr "Akceptuj tylko poÅ‚Ä…czenia z podanej nazwy X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "Wykonaj procedurÄ™ \"ping timeout\" tylko jeżeli trasy istniejÄ…" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instancje OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optymalizuj wpisy TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "WysyÅ‚aj do syslog'a i nie demonizuj" + +msgid "Overview" +msgstr "PrzeglÄ…d" + +msgid "PKCS#12 file containing keys" +msgstr "Plik PKCS#12 zawierajÄ…cy klucze" + +msgid "Pass environment variables to script" +msgstr "Przekaż zmienne Å›rodowiskowe do skryptu" + +msgid "Persist replay-protection state" +msgstr "Utrzymaj status ochrony odpowiedzi" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Utrzymuj/Nie utrzymuj ifconfig-pool" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Pinguj zdalnego co n sekund przez port TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" +"Poziom zasad odnoszÄ…cych siÄ™ do używania zewnÄ™trznych programów i skryptów" + +msgid "Port" +msgstr "Port" + +msgid "Protocol" +msgstr "Protokół" + +msgid "Proxy timeout in seconds" +msgstr "Czas bezczynnoÅ›ci proxy w sekundach" + +msgid "Push an ifconfig option to remote" +msgstr "WyÅ›lij opcje ifconfig do zdalnego" + +msgid "Push options to peer" +msgstr "WyÅ›lij opcje do peera" + +msgid "Query management channel for private key" +msgstr "KanaÅ‚ zarzÄ…dzania zapytaniami dla klucza prywatnego" + +msgid "Randomly choose remote server" +msgstr "Losowo wybierz serwer zdalny" + +msgid "Refuse connection if no custom client config" +msgstr "Odmów poÅ‚Ä…czenie gdy nie standardowy klient konfiguracja" + +msgid "Remap SIGUSR1 signals" +msgstr "Przemapuj SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Nazwa lub IP zdalnego hosta" + +msgid "Remote ping timeout" +msgstr "Zdalny ping upÅ‚ynÄ…Å‚ czas" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renegocjacja danych charakteru klucza po bajtach" + +msgid "Renegotiate data chan. key after packets" +msgstr "Renegocjacja danych charakteru klucza po pakietach" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Renegocjacja danych charakteru klucza po sekundach" + +msgid "Replay protection sliding window size" +msgstr "Powtórzenie osÅ‚ony okna rozmiaru" + +msgid "Require explicit designation on certificate" +msgstr "Potrzebna Podpis na Certyfikacie" + +msgid "Require explicit key usage on certificate" +msgstr "Potrzebna klucza używanego w certyfikacie" + +msgid "Restart after remote ping timeout" +msgstr "restart po zdalnym ping upÅ‚ywie czasu" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Retransmisja po upÅ‚ywie czasu TLS na kanale kontrolnym" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Ponownie spróbować na Http proxy BÅ‚Ä™dzie" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "Trasa podsieci do klienta" + +msgid "Run as an inetd or xinetd server" +msgstr "Uruchom jako serwer inetd lub xinetd" + +msgid "Run script cmd on client connection" +msgstr "Uruchom skrypt cmd po poÅ‚Ä…czeniu klienta" + +msgid "Run script cmd on client disconnection" +msgstr "Uruchom skrypt cmd po rozÅ‚Ä…czeniu klienta" + +msgid "Run up/down scripts for all restarts" +msgstr "Uruchom skrypty up/down dla wszystkich restartów" + +#, fuzzy +msgid "Send notification to peer on disconnect" +msgstr "WyÅ›lij zgÅ‚oszenie o rozÅ‚Ä…czeniu do peer" + +msgid "Set GID to group" +msgstr "Ustaw GID dla grupy" + +msgid "Set TCP/UDP MTU" +msgstr "Ustaw TCP/UDP MTU" + +msgid "Set UID to user" +msgstr "Ustaw UID dla użytkownika" + +#, fuzzy +msgid "Set aside a pool of subnets" +msgstr "OdÅ‚ożyć na bok pulÄ™ podsieci" + +msgid "Set extended HTTP proxy options" +msgstr "Ustaw rozszerzone opcje proxy HTTP" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "Ustaw rozmiar rzeczywistych i wirtualnych adresów tablicy hash" + +#, fuzzy +msgid "Set the TCP/UDP receive buffer size" +msgstr "Ustaw rozmiar buforu wysyÅ‚ania TCP/UDP" + +#, fuzzy +msgid "Set the TCP/UDP send buffer size" +msgstr "Ustaw rozmiar buforu wysyÅ‚ania TCP/UDP" + +#, fuzzy +msgid "Set tun/tap TX queue length" +msgstr "Ustaw dÅ‚ugość kolejki tun / tap TX " + +msgid "Set tun/tap adapter parameters" +msgstr "Ustaw parametr adaptera tun/tap" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "Ustaw górnÄ… granicÄ™ TCP MSS" + +msgid "Shaping for peer bandwidth" +msgstr "Formowanie wzajemnego pasma" + +#, fuzzy +msgid "Shell cmd to execute after tun device open" +msgstr "cmd Shell po uruchomieniu urzadzenie tun" + +#, fuzzy +msgid "Shell cmd to run after tun device close" +msgstr "cmd Shell po wyÅ‚Ä…czeniu urzadzenie tun" + +msgid "Shell command to verify X509 name" +msgstr "polecenie Shell aby sprawdzić nazwÄ™ X509" + +msgid "Silence the output of replay warnings" +msgstr "Wycisz powtórne pojawianie siÄ™ ostrzeżeÅ„" + +msgid "Size of cipher key" +msgstr "Rozmiar klucza szyfrowania" + +msgid "Specify a default gateway for routes" +msgstr "OkreÅ›l domyÅ›lnÄ… bramÄ™ dla tras" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Uruchom OpenVPN w stanie hibernacji" + +msgid "Start/Stop" +msgstr "Start/Stop" + +msgid "Started" +msgstr "Uruchomiono" + +msgid "Status file format version" +msgstr "Wersja formatu pliku statusu" + +msgid "Switch to advanced configuration »" +msgstr "Konfiguracja zaawansowana »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Numer portu TCP/UDP zarówno dla lokalnego jak i zdalnego" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Numer portu TCP/UDP dla lokalnego (domyÅ›lnie=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Numer portu TCP/UDP dla zdalnego (domyÅ›lnie=1194)" + +msgid "TLS cipher" +msgstr "Kodowanie TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "Przepuszczanie TOS (dotyczy tylko IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Katalog tymczasowy dla pliku zwrotnego poÅ‚Ä…czenia klienta" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "Typ użytego urzÄ…dzenia" + +msgid "Use fast LZO compression" +msgstr "Użyj szybkiej kompresji LZO" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Użyj indywidualnego adresu zamiast podsieci /30" + +msgid "Use protocol" +msgstr "Użyj protokoÅ‚u" + +msgid "Use tun/tap device node" +msgstr "Użyj wÄ™zÅ‚a urzÄ…dzenia tun/tap" + +msgid "Use username as common name" +msgstr "Użyj nazwy użytkownika jako nazwy wspólnej" + +msgid "Write log to file" +msgstr "Zapisz log do pliku" + +msgid "Write process ID to file" +msgstr "Zapisz numer ID procesu do pliku" + +msgid "Write status to file every n seconds" +msgstr "Zapisz status do pliku co n sekund" + +msgid "no" +msgstr "nie" + +msgid "tun/tap device" +msgstr "urzÄ…dzenie tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "czas bezczynnoÅ›ci tun/tap" + +msgid "yes (%i)" +msgstr "tak (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Konfiguracja podstawowa" + +#~ msgid "Cryptography" +#~ msgstr "Kryptografia" + +#~ msgid "Networking" +#~ msgstr "Ustawienia sieciowe" + +#~ msgid "Service" +#~ msgstr "Serwis" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/pt-br/openvpn.po b/applications/luci-app-openvpn/po/pt-br/openvpn.po new file mode 100644 index 0000000..27aef00 --- /dev/null +++ b/applications/luci-app-openvpn/po/pt-br/openvpn.po @@ -0,0 +1,566 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-03-29 23:19+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', ou 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Aceitar opções enviadas pelo servidor" + +msgid "Add" +msgstr "Adicionar" + +msgid "Add route after establishing connection" +msgstr "Adicionar rota após estabelecimento da conexão" + +msgid "Additional authentication over TLS" +msgstr "Autenticação adicional por TLS" + +msgid "Allow client-to-client traffic" +msgstr "Permitir tráfego entre os clientes" + +msgid "Allow multiple clients with same certificate" +msgstr "Permitir múltiplos clientes com o mesmo certificado" + +msgid "Allow only one session" +msgstr "Permitir apenas uma sessão" + +msgid "Allow remote to change its IP or port" +msgstr "Permitir a um equipamento remoto altere o seu IP ou porta" + +msgid "Allowed maximum of connected clients" +msgstr "Máximo permitido de clientes conectados" + +msgid "Allowed maximum of internal" +msgstr "Máximo permitido internamente para rotas de clientes" + +msgid "Allowed maximum of new connections" +msgstr "Máximo permitido de novas conexões" + +msgid "Append log to file" +msgstr "Acrescentar registos ao arquivo" + +msgid "Authenticate using username/password" +msgstr "Autenticar com usuário/senha" + +msgid "Automatically redirect default route" +msgstr "Redirecionar automaticamente a rota padrão" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Abaixo está uma lista de todas as instâncias OpenVPN configuradas e o seu " +"estado atual" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Executar o comando/script antes do tun/tap fechar" + +msgid "Certificate authority" +msgstr "Autoridade certificadora" + +msgid "Change process priority" +msgstr "Alterar prioridade do processo" + +msgid "Change to directory before initialization" +msgstr "Mudar para o diretório antes da iniciação" + +msgid "Check peer certificate against a CRL" +msgstr "Verificar certificado do parceiro conta uma CRL" + +msgid "Chroot to directory after initialization" +msgstr "Chroot para o diretório após a iniciação" + +msgid "Client is disabled" +msgstr "Cliente desativado" + +msgid "Configuration category" +msgstr "Categoria da configuração" + +msgid "Configure client mode" +msgstr "Configurar modo cliente" + +msgid "Configure server bridge" +msgstr "Configurar ponte de servidor" + +msgid "Configure server mode" +msgstr "Configurar modo de servidor" + +msgid "Connect through Socks5 proxy" +msgstr "Conectar através de um proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Conectar a equipamento remoto através de um proxy HTTP" + +msgid "Connection retry interval" +msgstr "Intervalo de reestabelecimento de conexão" + +msgid "Daemonize after initialization" +msgstr "Entre em segundo plano após a iniciação" + +msgid "Delay n seconds after connection" +msgstr "Atrase n segundos depois da conexão" + +msgid "Delay tun/tap open and up script execution" +msgstr "Retardar o script de abertura e ativação do tun/tap" + +msgid "Diffie Hellman parameters" +msgstr "Parâmetros Diffie-Hellman" + +msgid "Directory for custom client config files" +msgstr "Diretório para configurações personalizadas dos clientes" + +msgid "Disable Paging" +msgstr "Desativar paginação" + +msgid "Disable cipher initialisation vector" +msgstr "Desativar o vetor de iniciação da cifra" + +msgid "Disable options consistency check" +msgstr "Desativar opções de verificação de consistência" + +msgid "Disable replay protection" +msgstr "Desativar proteção contra replay" + +msgid "Do not bind to local address and port" +msgstr "Não ativar no endereço e porta locais" + +msgid "Don't actually execute ifconfig" +msgstr "Não executar ifconfig de verdade" + +msgid "Don't add routes automatically" +msgstr "Não adicionar rotas automaticamente" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Não colocar em cache as senhas do --askpass ou --auth-user-pass " + +msgid "Don't inherit global push options" +msgstr "Não herdar as opções globais de envio (push)" + +msgid "Don't log timestamps" +msgstr "Não registar a data/hora" + +msgid "Don't re-read key on restart" +msgstr "Não reler a chave entre os reinícios" + +msgid "Don't require client certificate" +msgstr "Não solicitar certificado ao cliente" + +msgid "Don't use adaptive lzo compression" +msgstr "Não usar compressão LZO adaptiva" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Não avisar quando existirem inconsistências no ifconfig" + +msgid "Echo parameters to log" +msgstr "Escrever parâmetros no registo" + +msgid "Empirically measure MTU" +msgstr "Medir empíricamente o MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Ativar motor OpenSSL por hardware" + +msgid "Enable Path MTU discovery" +msgstr "Ativar a descoberta do MTU do caminho" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Ativar modo de encriptação por chave estática (não-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Ativar TLS e assumir papel de cliente" + +msgid "Enable TLS and assume server role" +msgstr "Ativar TLS e assumir papel de servidor" + +msgid "Enable internal datagram fragmentation" +msgstr "Ativar a fragmentação interna de datagramas" + +msgid "Enable management interface on IP port" +msgstr "Ativar o interface de gestão em IP porta" + +msgid "Enabled" +msgstr "Ativado" + +msgid "Encryption cipher for packets" +msgstr "Cifra de encriptação para pacotes" + +msgid "Execute shell cmd after routes are added" +msgstr "Executar o comando shell após as rotas serem adicionadas" + +msgid "Execute shell command on remote ip change" +msgstr "Executar o comando shell quando existir alteração do IP remoto" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Executado em modo servidor na nova conexão de cliente, enquanto o cliente " +"ainda não é confiável" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Executado em modo servidor quando um endereço/rota IPv4 é adicionao na " +"tabela de roteamento interna do OpenVPN" + +msgid "Exit on TLS negotiation failure" +msgstr "Fechar quando existir falha na negociacao TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Obter password PEM do terminal de controlo antes de passar a daemon" + +msgid "HMAC authentication for packets" +msgstr "Autenticação HMAC para pacotes" + +msgid "Handling of authentication failures" +msgstr "Gestão de falhas de autenticação" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Diretiva de ajuda para simplificar a expressão --ping e --ping-restart nas " +"configurações de modo servidor" + +msgid "If hostname resolve fails, retry" +msgstr "Se a resolução de nomes falhar, tentar novamente" + +msgid "Instance \"%s\"" +msgstr "Instância \"%s\"" + +msgid "Invalid" +msgstr "Inválido" + +msgid "Keep local IP address on restart" +msgstr "Manter o endereço IP local entre os reinícios" + +msgid "Keep remote IP address on restart" +msgstr "Manter o endereço IP remoto entre os reinícios" + +msgid "Keep tun/tap device open on restart" +msgstr "Manter o dispositivo tun/tap aberto entre os reinícios" + +msgid "Key transition window" +msgstr "Janela para transição de chaves" + +msgid "Limit repeated log messages" +msgstr "Limitar entradas repetidas no registo" + +msgid "Local certificate" +msgstr "Certificado local" + +msgid "Local host name or ip address" +msgstr "Nome do equipamento ou endereço IP local" + +msgid "Local private key" +msgstr "Chave privada local" + +msgid "Major mode" +msgstr "Modo principal" + +msgid "Make tun device IPv6 capable" +msgstr "Tornar o dispositivo tun capaz de IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "Número máximo de pacotes TCP na fila de saída" + +msgid "Number of allocated broadcast buffers" +msgstr "Número de buffers de broadcast alocados" + +msgid "Number of lines for log file history" +msgstr "Número de linhas para o histórico do registo" + +msgid "Only accept connections from given X509 name" +msgstr "Aceitar conexões apenas de um dado nome X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "Só processe os estouros de tempo de pings se as rotas existirem" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instâncias OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Otimizar as escritas TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Enviar para o syslog os registos e não vá para segundo plano" + +msgid "Overview" +msgstr "Visão Geral" + +msgid "PKCS#12 file containing keys" +msgstr "Arquivo PKCS#12 com as chaves" + +msgid "Pass environment variables to script" +msgstr "Passar variáveis de ambiente ao script" + +msgid "Persist replay-protection state" +msgstr "Manter persistência da proteção replay" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Manter ou não o conjunto de subredes" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Pingar o remoto a cada n segundos sobre a porta TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Nível da política sobre o uso de programas e scripts externos" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Proxy timeout in seconds" +msgstr "Tempo limite do proxy em segundos" + +msgid "Push an ifconfig option to remote" +msgstr "Enviar uma opção ifconfig ao remoto" + +msgid "Push options to peer" +msgstr "Enviar opções ao remoto" + +msgid "Query management channel for private key" +msgstr "Solicitar chave privada ao canal de gestão" + +msgid "Randomly choose remote server" +msgstr "Escolher o server remoto aleatoriamente" + +msgid "Refuse connection if no custom client config" +msgstr "Recusar conexões de clientes que não tenham configuração personalizada" + +msgid "Remap SIGUSR1 signals" +msgstr "Remapear os sinais SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Nome do equipamento ou endereço IP remoto" + +msgid "Remote ping timeout" +msgstr "Tempo limite do ping remoto" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renegociar chave do canal de dados após n bytes" + +msgid "Renegotiate data chan. key after packets" +msgstr "Renegociar chave do canal de dados após n pacotes" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Renegociar chave do canal de dados após n segundos" + +msgid "Replay protection sliding window size" +msgstr "Tamanho da janela de proteção conta replay" + +msgid "Require explicit designation on certificate" +msgstr "Requerer designação específica no certificado" + +msgid "Require explicit key usage on certificate" +msgstr "Requerer que o uso da chave seja explicitado no certificado" + +msgid "Restart after remote ping timeout" +msgstr "Reiniciar após estouro do tempo do ping remoto" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Estouro de tempo de retransmissão no canal de controle TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Tentar infinitamente a conexão quando existirem erros de proxy Socks" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Tentar infinitamente a conexão quando existirem erros de proxy Socks" + +msgid "Route subnet to client" +msgstr "Encaminhar rota da subrede para o cliente" + +msgid "Run as an inetd or xinetd server" +msgstr "Executar através do inetd ou xinetd" + +msgid "Run script cmd on client connection" +msgstr "Executar script quando o cliente conectar" + +msgid "Run script cmd on client disconnection" +msgstr "Executar script quando o cliente desconectar" + +msgid "Run up/down scripts for all restarts" +msgstr "Executar scripts de subida/descida para todos os reinícios" + +msgid "Send notification to peer on disconnect" +msgstr "Notificar parceiro remoto ao desconectar" + +msgid "Set GID to group" +msgstr "Usar o GID do grupo" + +msgid "Set TCP/UDP MTU" +msgstr "Definir o MTU TCP/UDP" + +msgid "Set UID to user" +msgstr "Usar o UID do usuário" + +msgid "Set aside a pool of subnets" +msgstr "Reservar um conjunto de subredes" + +msgid "Set extended HTTP proxy options" +msgstr "Definir opções extendidas para o proxy HTTP" + +msgid "Set output verbosity" +msgstr "Definir detalhamento do registo" + +msgid "Set size of real and virtual address hash tables" +msgstr "Definir tamanho das tabelas hash de endereços reais e virtuais" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Definir o tamanho do buffer de recepção TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Definir o tamanho do buffer de envio TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "Definir o tamanho da fila de transmissão tun/tap" + +msgid "Set tun/tap adapter parameters" +msgstr "Definir parâmetros do adaptador TUN/TAP" + +msgid "Set tun/tap device MTU" +msgstr "Definir o MTU do dispositivo tun/tap" + +msgid "Set tun/tap device overhead" +msgstr "Definir o overhead do dispositivo tun/tap" + +msgid "Set upper bound on TCP MSS" +msgstr "Definir teto do MSS TCP" + +msgid "Shaping for peer bandwidth" +msgstr "Restringir a largura de banda ao parceiro" + +msgid "Shell cmd to execute after tun device open" +msgstr "Comando shell para executar após abertura do dispositivo tun" + +msgid "Shell cmd to run after tun device close" +msgstr "Comando shell para executar após o fechamento do dispositivo tun" + +msgid "Shell command to verify X509 name" +msgstr "Comando shell para verificar o nome do X509" + +msgid "Silence the output of replay warnings" +msgstr "Silenciar a saída dos avisos de replay" + +msgid "Size of cipher key" +msgstr "Tamanho da chave de cifragem" + +msgid "Specify a default gateway for routes" +msgstr "Especificar uma roteador padrão para as rotas" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Iniciar o OpenVPN em estado de hibernação" + +msgid "Start/Stop" +msgstr "Iniciar/Parar" + +msgid "Started" +msgstr "Iniciado" + +msgid "Status file format version" +msgstr "Versão de formato do arquivo de estado" + +msgid "Switch to advanced configuration »" +msgstr "Mudar para configuração avançada »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Porta TCP/UDP tanto para local e remoto" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Porta TCP/UDP para local (padrão=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Porta TCP/UDP para remoto (padrão=1194)" + +msgid "TLS cipher" +msgstr "Cifra TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "Encaminhe TOS (aplicável apenas a IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Diretório temporário para arquivo de retorno de conexão-cliente" + +msgid "Timeframe for key exchange" +msgstr "Janela temporal para troca de chaves" + +msgid "Type of used device" +msgstr "Tipo de dispositivo utilizado" + +msgid "Use fast LZO compression" +msgstr "Usar compressão LZO rápida" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Usar endereços individuais em vez de subredes /30" + +msgid "Use protocol" +msgstr "Usar protocolo" + +msgid "Use tun/tap device node" +msgstr "Utilizar dispositivo tun/tap" + +msgid "Use username as common name" +msgstr "Usar o nome do usuário como 'common name' (CN)" + +msgid "Write log to file" +msgstr "Escrever registo no arquivo" + +msgid "Write process ID to file" +msgstr "Escrever PID no arquivo" + +msgid "Write status to file every n seconds" +msgstr "Escrever estado para arquivo a cada n segundos" + +msgid "no" +msgstr "não" + +msgid "tun/tap device" +msgstr "Dispositivo tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "Tempo limite de inatividade tun/tap" + +msgid "yes (%i)" +msgstr "sim (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Mudar para configuração básica" + +#~ msgid "Cryptography" +#~ msgstr "Criptografia" + +# Which context? +#~ msgid "Networking" +#~ msgstr "Rede" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "VPN" +#~ msgstr "VPN" + +#~ msgid "openvpn_%s" +#~ msgstr "openvpn_%s" + +#~ msgid "openvpn_%s_desc" +#~ msgstr "openvpn_%s_desc" diff --git a/applications/luci-app-openvpn/po/pt/openvpn.po b/applications/luci-app-openvpn/po/pt/openvpn.po new file mode 100644 index 0000000..76d2091 --- /dev/null +++ b/applications/luci-app-openvpn/po/pt/openvpn.po @@ -0,0 +1,559 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-03 13:43+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', ou 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Aceitar opções enviadas pelo servidor" + +msgid "Add" +msgstr "Adicionar" + +msgid "Add route after establishing connection" +msgstr "Adicionar rota após estabelecimento da ligação" + +msgid "Additional authentication over TLS" +msgstr "Autenticação adicional por TLS" + +msgid "Allow client-to-client traffic" +msgstr "Permitir tráfego cliente-a-cliente" + +msgid "Allow multiple clients with same certificate" +msgstr "Permitir multiplos clientes com o mesmo certificado" + +msgid "Allow only one session" +msgstr "Permitir apenas uma sessão" + +msgid "Allow remote to change its IP or port" +msgstr "Permitir a um host remoto que altere o seu IP ou porta" + +msgid "Allowed maximum of connected clients" +msgstr "Máximo permitido de clientes ligados" + +msgid "Allowed maximum of internal" +msgstr "Máximo permitido internamente para rotas de clientes" + +msgid "Allowed maximum of new connections" +msgstr "Maximo permitido de novas ligações" + +msgid "Append log to file" +msgstr "Acrescentar registos ao ficheiro" + +msgid "Authenticate using username/password" +msgstr "Autenticar com username/password" + +msgid "Automatically redirect default route" +msgstr "Redireccionar automaticamente a rota pre-definida" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"Abaixo está uma lista de todas as instâncias OpenVPN configuradas e o seu " +"estado actual" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Executar o comando/script antes do fecho tun/tap" + +msgid "Certificate authority" +msgstr "Autoridade certificadora" + +msgid "Change process priority" +msgstr "Alterar prioridade do processo" + +msgid "Change to directory before initialization" +msgstr "Mudar para o directório antes da inicialização" + +msgid "Check peer certificate against a CRL" +msgstr "Verificar certificado do remoto conta uma CRL" + +msgid "Chroot to directory after initialization" +msgstr "Chroot para o directorio apos a inicialização" + +msgid "Client is disabled" +msgstr "Cliente desativado" + +msgid "Configuration category" +msgstr "Categoria da configuração" + +msgid "Configure client mode" +msgstr "Configurar modo cliente" + +msgid "Configure server bridge" +msgstr "Configurar bridge de servidor" + +msgid "Configure server mode" +msgstr "Configurar modo de servidor" + +msgid "Connect through Socks5 proxy" +msgstr "Ligar através de um proxy Socks5" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "Ligar ao host remoto através de um proxy HTTP" + +msgid "Connection retry interval" +msgstr "Intervalo de reestabelecimento de ligação" + +msgid "Daemonize after initialization" +msgstr "Passar a daemon após a inicialização" + +msgid "Delay n seconds after connection" +msgstr "Aguardar n segundos após a ligação" + +msgid "Delay tun/tap open and up script execution" +msgstr "Retardar o script de abertura/ativação tun/tap" + +msgid "Diffie Hellman parameters" +msgstr "Parametros Diffie-Hellman" + +msgid "Directory for custom client config files" +msgstr "Directório para configurações personalizadas dos clientes" + +msgid "Disable Paging" +msgstr "Desativar Paging" + +msgid "Disable cipher initialisation vector" +msgstr "Desativar o vector de inicialização da cifra" + +msgid "Disable options consistency check" +msgstr "Desativar opções de verificação de consistência" + +msgid "Disable replay protection" +msgstr "Desativar protecção contra replay" + +msgid "Do not bind to local address and port" +msgstr "Não vincular o endereço e porta locais" + +msgid "Don't actually execute ifconfig" +msgstr "Não executar ifconfig" + +msgid "Don't add routes automatically" +msgstr "Não adicionar rotas automaticamente" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Não colocar em cache as passwords --askpass ou --auth-user-pass " + +msgid "Don't inherit global push options" +msgstr "Não herdar as opções globais de envio (push)" + +msgid "Don't log timestamps" +msgstr "Não registar timestamps" + +msgid "Don't re-read key on restart" +msgstr "Não reler a chave entre reinicios" + +msgid "Don't require client certificate" +msgstr "Não solicitar certificado ao cliente" + +msgid "Don't use adaptive lzo compression" +msgstr "Não usar compressão LZO adaptiva" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Não avisar quando existirem inconsistencias no ifconfig" + +msgid "Echo parameters to log" +msgstr "Escrever parametros no registo" + +msgid "Empirically measure MTU" +msgstr "Medição empírica de MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Ativar motor OpenSSL por hardware" + +msgid "Enable Path MTU discovery" +msgstr "Ativar a descoberta do MTU do caminho" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Ativar modo de encriptação por chave estática (não-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Activar TLS e assumir papel de cliente" + +msgid "Enable TLS and assume server role" +msgstr "Activar TLS e assumir papel de servidor" + +msgid "Enable internal datagram fragmentation" +msgstr "Activar a fragmentação interna de datagramas" + +msgid "Enable management interface on IP port" +msgstr "Activar o interface de gestão em IP porta" + +msgid "Enabled" +msgstr "Activado" + +msgid "Encryption cipher for packets" +msgstr "Cifra de encriptação para pacotes" + +msgid "Execute shell cmd after routes are added" +msgstr "Executar o comando shell após as rotas serem adicionadas" + +msgid "Execute shell command on remote ip change" +msgstr "Executar o comando shell quando existir alteração do IP remoto" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"Executado em modo de servidor em novas ligações de cliente, quando o cliente " +"ainda não é de confiável" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"Executado em modo de servidor quando um endereço IPv4/rota ou endereço MAC é " +"adicionado à tabela interna de roteamento do OpernVPN." + +msgid "Exit on TLS negotiation failure" +msgstr "Fechar quando existir falha na negociação TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Obter password PEM do terminal de controlo antes de passar a daemon" + +msgid "HMAC authentication for packets" +msgstr "Autenticação HMAC para pacotes" + +msgid "Handling of authentication failures" +msgstr "Gestão de falhas de autenticação" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Directiva auxiliar para simplificar a expressão de --ping e --ping-restart " +"nas configurações do modo servidor" + +msgid "If hostname resolve fails, retry" +msgstr "Se a resolução de nomes falhar, tentar novamente" + +msgid "Instance \"%s\"" +msgstr "Instância \"%s\"" + +msgid "Invalid" +msgstr "Inválido" + +msgid "Keep local IP address on restart" +msgstr "Manter o endereço IP local entre reinicios" + +msgid "Keep remote IP address on restart" +msgstr "Manter o endereço IP remoto entre reinicios" + +msgid "Keep tun/tap device open on restart" +msgstr "Manter o dispositivo tun/tap aberto entre reinicios" + +msgid "Key transition window" +msgstr "Janela para transição de chaves" + +msgid "Limit repeated log messages" +msgstr "Limitar repetição de entradas no registo" + +msgid "Local certificate" +msgstr "Certificado local" + +msgid "Local host name or ip address" +msgstr "Hostname ou endereço IP local" + +msgid "Local private key" +msgstr "Chave privada local" + +msgid "Major mode" +msgstr "Modo principal" + +msgid "Make tun device IPv6 capable" +msgstr "Tornar o dispositivo tun capaz de IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "Maximo de pacotes TCP na queue de output" + +msgid "Number of allocated broadcast buffers" +msgstr "Numero de buffers de broadcast alocados" + +msgid "Number of lines for log file history" +msgstr "Numero de linhas para o historico do registo" + +msgid "Only accept connections from given X509 name" +msgstr "Aceitar ligações apenas de um dado nome X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "Só processar timeouts de pings se existirem rotas" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "Instâncias OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Optimizar as escritas TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Registos para o syslog e não passar a daemon" + +msgid "Overview" +msgstr "Visão Geral" + +msgid "PKCS#12 file containing keys" +msgstr "Ficheiro PKCS#12 com chaves" + +msgid "Pass environment variables to script" +msgstr "Passar variaveis de ambiente ao script" + +msgid "Persist replay-protection state" +msgstr "Manter persistência da protecção replay" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Manter ou não o conjunto de subredes" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Pingar o remoto a cada n segundos sobre a porta TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Nível da política sobre o uso de programas externos e scripts" + +msgid "Port" +msgstr "Porta" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Proxy timeout in seconds" +msgstr "Timeout do proxy em segundos" + +msgid "Push an ifconfig option to remote" +msgstr "Enviar uma opção ifconfig ao remoto" + +msgid "Push options to peer" +msgstr "Enviar opções ao remoto" + +msgid "Query management channel for private key" +msgstr "Solicitar chave privada ao canal de gestão" + +msgid "Randomly choose remote server" +msgstr "Escolher o server remoto aleatoriamente" + +msgid "Refuse connection if no custom client config" +msgstr "Recusar ligações de clientes que não tenham configurações " + +msgid "Remap SIGUSR1 signals" +msgstr "Mapear os sinais SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Hostname endereço IP remoto" + +msgid "Remote ping timeout" +msgstr "Timeout do ping remoto" + +msgid "Renegotiate data chan. key after bytes" +msgstr "Renegociar chave do canal de dados após n bytes " + +msgid "Renegotiate data chan. key after packets" +msgstr "Renegociar chave do canal de dados após n pacotes" + +msgid "Renegotiate data chan. key after seconds" +msgstr "Renegociar chave do canal de dados após n segundos" + +msgid "Replay protection sliding window size" +msgstr "Tamanho da janela de protecção conta replay" + +msgid "Require explicit designation on certificate" +msgstr "Requerer designação específica no certificado" + +msgid "Require explicit key usage on certificate" +msgstr "Requerer utilização explicita de utilização de chave no certificado" + +msgid "Restart after remote ping timeout" +msgstr "Reiniciar após timeout do ping remoto" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Timeout de retransmissão no canal de controlo TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Tentar infinitamente sempre que existam erros de proxy HTTP" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Tentar continuamente a ligação quando existirem erros de proxy Socks" + +msgid "Route subnet to client" +msgstr "Encaminhar rota da subrede para o cliente" + +msgid "Run as an inetd or xinetd server" +msgstr "Executar via inetd ou xinetd" + +msgid "Run script cmd on client connection" +msgstr "Executar script quando o cliente ligar" + +msgid "Run script cmd on client disconnection" +msgstr "Executar script quando o cliente desligar" + +msgid "Run up/down scripts for all restarts" +msgstr "Executar scripts de abertura/activação para todos os reinicios" + +msgid "Send notification to peer on disconnect" +msgstr "Notificar remoto ao desligar" + +msgid "Set GID to group" +msgstr "Assumir GID para o grupo" + +msgid "Set TCP/UDP MTU" +msgstr "Definir o MTU TCP/UDP" + +msgid "Set UID to user" +msgstr "Assumir UID para o utilizador" + +msgid "Set aside a pool of subnets" +msgstr "Reservar um conjunto de subredes" + +msgid "Set extended HTTP proxy options" +msgstr "Definir opções extra para o proxy HTTP" + +msgid "Set output verbosity" +msgstr "Definir verbosidade do registo" + +msgid "Set size of real and virtual address hash tables" +msgstr "Definir tamanho das tabelas hash de endereços reais e virtuais" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Definir o buffer de recepção TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Definir o buffer de envio TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "Definir o tamanho da queue de transmissão tun/tap" + +msgid "Set tun/tap adapter parameters" +msgstr "Definir os parâmetros do adaptador tun/tap" + +msgid "Set tun/tap device MTU" +msgstr "Definir o MTU do dispositivo tun/tap" + +msgid "Set tun/tap device overhead" +msgstr "Definir o overhead do dispositivo tun/tap" + +msgid "Set upper bound on TCP MSS" +msgstr "Definir tecto do MSS TCP" + +msgid "Shaping for peer bandwidth" +msgstr "Restringir a largura de banda ao remoto" + +msgid "Shell cmd to execute after tun device open" +msgstr "Comando shell a executar após abertura do dispositivo tun" + +msgid "Shell cmd to run after tun device close" +msgstr "Comando shell a executar após fecho do dispositivo tun" + +msgid "Shell command to verify X509 name" +msgstr "Comando shell para verificar o nome X509" + +msgid "Silence the output of replay warnings" +msgstr "Silenciar o output dos avisos de replay" + +msgid "Size of cipher key" +msgstr "Tamanho da chave de cifra" + +msgid "Specify a default gateway for routes" +msgstr "Especificar uma gateway para as rotas" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Iniciar o OpenVPN em estado de hibernação" + +msgid "Start/Stop" +msgstr "Iniciar/Parar" + +msgid "Started" +msgstr "Iniciado" + +msgid "Status file format version" +msgstr "Versão de formato do ficheiro de estado" + +msgid "Switch to advanced configuration »" +msgstr "Mudar para configuração avançada" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Porta TCP/UDP para local e remoto" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Porta TCP/UDP para local (predefinição=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Porta TCP/UDP para remoto (predefinição=1194)" + +msgid "TLS cipher" +msgstr "Cifra TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "Passthrough TOS (aplicavel apenas a IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Directório temporário para ficheiro de retorno de ligação-cliente" + +msgid "Timeframe for key exchange" +msgstr "Janela temporal para troca de chaves" + +msgid "Type of used device" +msgstr "Tipo de dispositivo utilizado" + +msgid "Use fast LZO compression" +msgstr "Usar compressão LZO rápida" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Usar endereços individuais em vez de subredes /30" + +msgid "Use protocol" +msgstr "Usar protocolo" + +msgid "Use tun/tap device node" +msgstr "Utilizar dispositivo tun/tap" + +msgid "Use username as common name" +msgstr "Usar o username como nome comum" + +msgid "Write log to file" +msgstr "Escrever registo para o ficheiro" + +msgid "Write process ID to file" +msgstr "Escrever PID no ficheiro" + +msgid "Write status to file every n seconds" +msgstr "Escrever estado para ficheiro a cada n segundos" + +msgid "no" +msgstr "não" + +msgid "tun/tap device" +msgstr "Dispositivo tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "Timeout de inactividade tun/tap" + +msgid "yes (%i)" +msgstr "sim (%i)" + +msgid "« Switch to basic configuration" +msgstr "Mudar para configuração básica" + +#~ msgid "Cryptography" +#~ msgstr "Criptografia" + +#~ msgid "Networking" +#~ msgstr "Rede" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/ro/openvpn.po b/applications/luci-app-openvpn/po/ro/openvpn.po new file mode 100644 index 0000000..1ca6782 --- /dev/null +++ b/applications/luci-app-openvpn/po/ro/openvpn.po @@ -0,0 +1,536 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/ru/openvpn.po b/applications/luci-app-openvpn/po/ru/openvpn.po new file mode 100644 index 0000000..8a4635a --- /dev/null +++ b/applications/luci-app-openvpn/po/ru/openvpn.po @@ -0,0 +1,575 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: openvpn\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-09-06 10:01+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p' или 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Принимать опции, отправленные Ñ Ñервера" + +msgid "Add" +msgstr "Добавить" + +msgid "Add route after establishing connection" +msgstr "Добавить маршрут поÑле уÑтановки ÑоединениÑ" + +msgid "Additional authentication over TLS" +msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· TLS" + +msgid "Allow client-to-client traffic" +msgstr "Разрешить общение клиентов друг Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¼" + +msgid "Allow multiple clients with same certificate" +msgstr "Разрешить неÑколько клиентов Ñ Ð¾Ð´Ð½Ð¸Ð¼ Ñертификатом" + +msgid "Allow only one session" +msgstr "Разрешить только одну ÑеÑÑию" + +msgid "Allow remote to change its IP or port" +msgstr "Позволить удалённому хоÑту изменÑÑ‚ÑŒ IP-Ð°Ð´Ñ€ÐµÑ Ð¸Ð»Ð¸ порт" + +msgid "Allowed maximum of connected clients" +msgstr "Разрешённое макÑимальное количеÑтво подключенных клиентов" + +msgid "Allowed maximum of internal" +msgstr "Разрешённое макÑимальное количеÑтво внутренних" + +msgid "Allowed maximum of new connections" +msgstr "Разрешённое макÑимальное количеÑтво новых Ñоединений" + +msgid "Append log to file" +msgstr "ДопиÑать журнал в файл" + +msgid "Authenticate using username/password" +msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¸Ñпользованием имени Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ паролÑ" + +msgid "Automatically redirect default route" +msgstr "ÐвтоматичеÑки перенаправлÑÑ‚ÑŒ маршруты по умолчанию" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "СпиÑок наÑтроенных процеÑÑов OpenVPN и их текущее ÑоÑтоÑние" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Команда/Ñкрипт, запуÑкаем(аÑ/ый) перед закрытием TUN/TAP" + +msgid "Certificate authority" +msgstr "Центр Ñертификации" + +msgid "Change process priority" +msgstr "Изменить приоритет процеÑÑа" + +msgid "Change to directory before initialization" +msgstr "Перейти в указанную директорию перед инициализацией" + +msgid "Check peer certificate against a CRL" +msgstr "Проверить Ñертификат пира в CRL" + +msgid "Chroot to directory after initialization" +msgstr "Выполнить chroot на указанную директорию поÑле инициализации" + +msgid "Client is disabled" +msgstr "Клиент выключен" + +msgid "Configuration category" +msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸" + +msgid "Configure client mode" +msgstr "ÐаÑтроить режим клиента" + +msgid "Configure server bridge" +msgstr "ÐаÑтроить моÑÑ‚" + +msgid "Configure server mode" +msgstr "ÐаÑтроить режим Ñервера" + +msgid "Connect through Socks5 proxy" +msgstr "СоединÑÑ‚ÑŒÑÑ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Socks5-прокÑи" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "ПодключитьÑÑ Ðº удалённому хоÑту через HTTP-прокÑи" + +msgid "Connection retry interval" +msgstr "Интервал между попытками подключениÑ" + +msgid "Daemonize after initialization" +msgstr "Перейти в режим демона поÑле инициализации" + +msgid "Delay n seconds after connection" +msgstr "Задержка n Ñекунд поÑле подключениÑ" + +msgid "Delay tun/tap open and up script execution" +msgstr "" +"ИÑпользовать задержку перед открытием уÑтройÑтва tun и выполнением Ñкрипта" + +msgid "Diffie Hellman parameters" +msgstr "Параметры алгоритма DH" + +msgid "Directory for custom client config files" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑких файлов конфигурации клиентов" + +msgid "Disable Paging" +msgstr "Выключить пейджинг" + +msgid "Disable cipher initialisation vector" +msgstr "Выключить вектор инициализации шифра" + +msgid "Disable options consistency check" +msgstr "Выключить проверку целоÑтноÑти опций" + +msgid "Disable replay protection" +msgstr "Отключить проверку повторов" + +msgid "Do not bind to local address and port" +msgstr "Ðе выполнÑÑ‚ÑŒ привÑзку к локальному адреÑу и порту" + +msgid "Don't actually execute ifconfig" +msgstr "Ðе выполнÑÑ‚ÑŒ ifconfig" + +msgid "Don't add routes automatically" +msgstr "Ðе добавлÑÑ‚ÑŒ маршруты автоматичеÑки" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Ðе кешировать пароли --askpass или --auth-user-pass" + +#, fuzzy +msgid "Don't inherit global push options" +msgstr "Ðе наÑледовать глобальные параметры push" + +msgid "Don't log timestamps" +msgstr "Ðе запиÑывать отметки времени в журнал" + +msgid "Don't re-read key on restart" +msgstr "Ðе Ñчитывать заново ключ при перезапуÑке" + +msgid "Don't require client certificate" +msgstr "Ðе требовать Ñертификат у клиента" + +msgid "Don't use adaptive lzo compression" +msgstr "Ðе иÑпользовать адаптивное Ñжатие LZO" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Ðе извещать об ошибках ifconfig" + +msgid "Echo parameters to log" +msgstr "Выводить параметры в журнал" + +msgid "Empirically measure MTU" +msgstr "ЭмпиричеÑки измерÑÑ‚ÑŒ MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Включить поддержку аппаратного ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ OpenSSL" + +msgid "Enable Path MTU discovery" +msgstr "Включить обнаружение пути MTU (PMTUD)" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Включить шифрование Ñ Ð¿Ð¾ÑтоÑнным ключом (не TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Включить TLS в режиме клиента" + +msgid "Enable TLS and assume server role" +msgstr "Включить TLS в режиме Ñервера" + +msgid "Enable internal datagram fragmentation" +msgstr "Включить внутреннюю фрагментацию дейтаграмм" + +msgid "Enable management interface on IP port" +msgstr "Включить Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð° IP порту" + +msgid "Enabled" +msgstr "Включено" + +msgid "Encryption cipher for packets" +msgstr "Шифрование Ð´Ð»Ñ Ð¿Ð°ÐºÐµÑ‚Ð¾Ð²" + +msgid "Execute shell cmd after routes are added" +msgstr "Выполнить shell-команду поÑле Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¾Ð²" + +msgid "Execute shell command on remote ip change" +msgstr "Выполнить shell-команду при изменении IP-адреÑа удалённого хоÑта" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" +"ВыполнÑетÑÑ Ð² режиме Ñервера при поÑвлении новых клиентÑких Ñоединений, еÑли " +"к клиенту ещё нет довериÑ" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"ВыполнÑетÑÑ Ð² режиме Ñервера, когда адреÑ/маршрут IPv4 или MAC-Ð°Ð´Ñ€ÐµÑ " +"добавлен в таблицу маршрутизации OpenVPN" + +msgid "Exit on TLS negotiation failure" +msgstr "Выйти при ошибке ÑоглаÑÐ¾Ð²Ð°Ð½Ð¸Ñ TLS" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Получить пароль PEM от управлÑющей конÑоли перед уходом в фон" + +msgid "HMAC authentication for packets" +msgstr "HMAC-Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð¿Ð°ÐºÐµÑ‚Ð¾Ð²" + +msgid "Handling of authentication failures" +msgstr "Обработка ошибок аутентификации" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" +"Ð’ÑÐ¿Ð¾Ð¼Ð¾Ð³Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¸Ð²Ð° Ð´Ð»Ñ ÑƒÐ¿Ñ€Ð¾Ñ‰ÐµÐ½Ð¸Ñ Ð²Ñ‹Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¹ --ping и --ping-restart в " +"конфигурациÑÑ… Ñерверного режима" + +msgid "If hostname resolve fails, retry" +msgstr "ПытатьÑÑ Ð·Ð°Ð½Ð¾Ð²Ð¾ подключитьÑÑ Ð¿Ñ€Ð¸ ошибке Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð¸Ð¼ÐµÐ½Ð¸ хоÑта" + +msgid "Instance \"%s\"" +msgstr "ПроцеÑÑ \"%s\"" + +msgid "Invalid" +msgstr "Ðеверный" + +msgid "Keep local IP address on restart" +msgstr "Ðе изменÑÑ‚ÑŒ локальный IP-Ð°Ð´Ñ€ÐµÑ Ð¿Ñ€Ð¸ перезапуÑке" + +msgid "Keep remote IP address on restart" +msgstr "Ðе изменÑÑ‚ÑŒ удалённый IP-Ð°Ð´Ñ€ÐµÑ Ð¿Ñ€Ð¸ перезапуÑке" + +msgid "Keep tun/tap device open on restart" +msgstr "Ðе закрывать уÑтройÑтво tun/tap при перезапуÑке" + +# Может "Окно перехода ключей", надо Ñмотреть контекÑÑ‚ +#, fuzzy +msgid "Key transition window" +msgstr "Окно передачи ключей" + +msgid "Limit repeated log messages" +msgstr "Ограничить повторÑющиеÑÑ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¶ÑƒÑ€Ð½Ð°Ð»Ð°" + +msgid "Local certificate" +msgstr "Локальный Ñертификат" + +msgid "Local host name or ip address" +msgstr "Ð˜Ð¼Ñ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ хоÑта или IP-адреÑ" + +msgid "Local private key" +msgstr "Локальный Ñекретный ключ" + +msgid "Major mode" +msgstr "ОÑновной режим" + +msgid "Make tun device IPv6 capable" +msgstr "Включить поддержку IPv6 Ð´Ð»Ñ ÑƒÑтройÑтва tun" + +msgid "Maximum number of queued TCP output packets" +msgstr "МакÑимальное количеÑтво иÑходÑщих TCP-пакетов в очереди" + +msgid "Number of allocated broadcast buffers" +msgstr "КоличеÑтво выделенных широковещательных буферов" + +msgid "Number of lines for log file history" +msgstr "КоличеÑтво Ñтрок в файле журнала" + +msgid "Only accept connections from given X509 name" +msgstr "Принимать ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ от данного имени X509" + +msgid "Only process ping timeouts if routes exist" +msgstr "" +"Обрабатывать таймаут ping-запроÑов только в Ñлучае, когда ÑущеÑтвует " +"необходимый маршрут" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "ПроцеÑÑÑ‹ OpenVPN" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Оптимизировать запиÑÑŒ TUN/TAP/UDP" + +msgid "Output to syslog and do not daemonize" +msgstr "Выводить ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð² ÑиÑтемный журнал и не переходить в фоновый режим" + +msgid "Overview" +msgstr "Обзор" + +msgid "PKCS#12 file containing keys" +msgstr "Файл Ñ ÐºÐ»ÑŽÑ‡Ð°Ð¼Ð¸ PKCS#12" + +msgid "Pass environment variables to script" +msgstr "Передавать переменные Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ñкрипту" + +msgid "Persist replay-protection state" +msgstr "СохранÑÑ‚ÑŒ ÑоÑтоÑние защищённого ответа" + +#, fuzzy +msgid "Persist/unpersist ifconfig-pool" +msgstr "СохранÑÑ‚ÑŒ/не ÑохранÑÑ‚ÑŒ пул ifconfig" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "ВыполнÑÑ‚ÑŒ ping каждые n Ñекунд, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ð¾Ñ€Ñ‚ TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "Уровень безопаÑноÑти Ð´Ð»Ñ Ð²Ð½ÐµÑˆÐ½Ð¸Ñ… программ и Ñкриптов" + +msgid "Port" +msgstr "Порт" + +msgid "Protocol" +msgstr "Протокол" + +msgid "Proxy timeout in seconds" +msgstr "Таймаут прокÑи (Ñек.)" + +msgid "Push an ifconfig option to remote" +msgstr "Передавать опцию ifconfig удалённой Ñтороне" + +msgid "Push options to peer" +msgstr "Передавать опции пиру" + +msgid "Query management channel for private key" +msgstr "ЗапроÑить канал ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¾Ð³Ð¾ ключа" + +msgid "Randomly choose remote server" +msgstr "Случайно выбирать удалённый Ñервер" + +msgid "Refuse connection if no custom client config" +msgstr "" +"Разорвать Ñоединение, еÑли пользовательÑÐºÐ°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð° отÑутÑтвует" + +msgid "Remap SIGUSR1 signals" +msgstr "Обрабатывать Ñигнал SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Ð˜Ð¼Ñ ÑƒÐ´Ð°Ð»Ñ‘Ð½Ð½Ð¾Ð³Ð¾ хоÑта или IP-адреÑ" + +msgid "Remote ping timeout" +msgstr "Таймаут удалённых ping-запроÑов" + +msgid "Renegotiate data chan. key after bytes" +msgstr "ПереÑоглаÑовать ключ канала данных поÑле кол-ва байт" + +msgid "Renegotiate data chan. key after packets" +msgstr "ПереÑоглаÑовать ключ канала данных поÑле кол-ва пакетов" + +msgid "Renegotiate data chan. key after seconds" +msgstr "ПереÑоглаÑовать ключ канала данных поÑле кол-ва Ñекунд" + +#, fuzzy +msgid "Replay protection sliding window size" +msgstr "Размер ÑкользÑщего окна защиты от повторов" + +msgid "Require explicit designation on certificate" +msgstr "Требовать Ñвного ÑƒÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð² Ñертификате" + +msgid "Require explicit key usage on certificate" +msgstr "Требовать Ñвного иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð° в Ñертификате" + +msgid "Restart after remote ping timeout" +msgstr "Ðачать заново поÑле таймаута ping-запроÑа" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Таймаут повторной отправки канала ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "ПоÑтоÑнно пытатьÑÑ Ð·Ð°Ð½Ð¾Ð²Ð¾ подключитьÑÑ Ð¿Ñ€Ð¸ ошибке HTTP-прокÑи" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "ПоÑтоÑнно пытатьÑÑ Ð·Ð°Ð½Ð¾Ð²Ð¾ подключитьÑÑ Ð¿Ñ€Ð¸ ошибке Socks-прокÑи" + +msgid "Route subnet to client" +msgstr "Перенаправить подÑеть клиенту" + +msgid "Run as an inetd or xinetd server" +msgstr "ЗапуÑтить как inetd- или xinetd-Ñервер" + +msgid "Run script cmd on client connection" +msgstr "Выполнить Ñкрипт при подключении клиента" + +msgid "Run script cmd on client disconnection" +msgstr "Выполнить Ñкрипт при отключении клиента" + +msgid "Run up/down scripts for all restarts" +msgstr "ЗапуÑкать up/down Ñкрипты Ð´Ð»Ñ Ð²Ñех перезапуÑков" + +msgid "Send notification to peer on disconnect" +msgstr "ПоÑлать уведомление пиру при разъединении" + +msgid "Set GID to group" +msgstr "УÑтановить GID группе" + +msgid "Set TCP/UDP MTU" +msgstr "УÑтановить TCP/UDP MTU" + +msgid "Set UID to user" +msgstr "УÑтановить UID пользователю" + +#, fuzzy +msgid "Set aside a pool of subnets" +msgstr "УÑтановить пул подÑетей" + +msgid "Set extended HTTP proxy options" +msgstr "УÑтановить раÑширенные наÑтройки HTTP-прокÑи" + +msgid "Set output verbosity" +msgstr "УÑтановить уровень вывода" + +msgid "Set size of real and virtual address hash tables" +msgstr "УÑтановить размер реальной и виртуальной хеш-таблиц" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "УÑтановить размер буфера приёма TCP/UDP" + +msgid "Set the TCP/UDP send buffer size" +msgstr "УÑтановить размер буфера передачи TCP/UDP" + +msgid "Set tun/tap TX queue length" +msgstr "УÑтановить размер очереди передачи tun/tap" + +msgid "Set tun/tap adapter parameters" +msgstr "УÑтановить параметры адаптера tun/tap" + +msgid "Set tun/tap device MTU" +msgstr "УÑтановить MTU Ð´Ð»Ñ tun/tap уÑтройÑтва" + +msgid "Set tun/tap device overhead" +msgstr "УÑтановить накладные раÑходы tun/tap уÑтройÑтва" + +msgid "Set upper bound on TCP MSS" +msgstr "УÑтановить верхнюю границу Ð´Ð»Ñ TCP MSS" + +msgid "Shaping for peer bandwidth" +msgstr "Шейпинг пропуÑкной ÑпоÑобноÑти пира" + +msgid "Shell cmd to execute after tun device open" +msgstr "Выполнить shell-команду поÑле Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ ÑƒÑтройÑтва tun" + +msgid "Shell cmd to run after tun device close" +msgstr "Выполнить shell-команду поÑле Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ ÑƒÑтройÑтва tun" + +msgid "Shell command to verify X509 name" +msgstr "Shell-команда Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ имени X509" + +msgid "Silence the output of replay warnings" +msgstr "Заглушить вывод предупреждений повторов" + +msgid "Size of cipher key" +msgstr "Размер ключа шифрованиÑ" + +msgid "Specify a default gateway for routes" +msgstr "УÑтановить шлюз по умолчанию Ð´Ð»Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¾Ð²" + +msgid "Start OpenVPN in a hibernating state" +msgstr "ЗапуÑтить OpenVPN в ÑпÑщем режиме" + +msgid "Start/Stop" +msgstr "Старт/Стоп" + +msgid "Started" +msgstr "Запущено" + +msgid "Status file format version" +msgstr "ВерÑÐ¸Ñ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚Ð° ÑтатуÑного файла" + +msgid "Switch to advanced configuration »" +msgstr "Перейти к раÑширенным наÑтройкам »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Ðомер локального и удалённого TCP/UDP порта" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Ðомер локального TCP/UDP порта (1194 по умолчанию)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Ðомер удалённого TCP/UDP порта (1194 по умолчанию)" + +msgid "TLS cipher" +msgstr "Шифр TLS" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "ПропуÑк ToS (только Ð´Ð»Ñ IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Ð’Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° возрата Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°" + +msgid "Timeframe for key exchange" +msgstr "Временное окно Ð´Ð»Ñ Ð¾Ð±Ð¼ÐµÐ½Ð° ключами" + +msgid "Type of used device" +msgstr "Тип иÑпользуемого уÑтройÑтва" + +msgid "Use fast LZO compression" +msgstr "ИÑпользовать быÑтрое Ñжатие LZO" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "ИÑпользовать адреÑа вмеÑто подÑетей /30" + +msgid "Use protocol" +msgstr "ИÑпользовать протокол" + +msgid "Use tun/tap device node" +msgstr "ИÑпользовать файл уÑтройÑтва tun/tap" + +msgid "Use username as common name" +msgstr "ИÑпользовать Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÐºÐ°Ðº общее имÑ" + +msgid "Write log to file" +msgstr "ЗапиÑать журнал в файл" + +msgid "Write process ID to file" +msgstr "ЗапиÑать ID процеÑÑа в файл" + +msgid "Write status to file every n seconds" +msgstr "ЗапиÑывать ÑÑ‚Ð°Ñ‚ÑƒÑ Ð² файл каждые n Ñекунд" + +msgid "no" +msgstr "нет" + +msgid "tun/tap device" +msgstr "уÑтройÑтво tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "таймаут проÑÑ‚Ð¾Ñ tun/tap" + +msgid "yes (%i)" +msgstr "да (%i)" + +msgid "« Switch to basic configuration" +msgstr "« Перейти к оÑновным наÑтройкам" + +#~ msgid "Cryptography" +#~ msgstr "КриптографиÑ" + +#~ msgid "Networking" +#~ msgstr "Сеть" + +#~ msgid "Service" +#~ msgstr "Служба" + +#~ msgid "VPN" +#~ msgstr "VPN" + +#~ msgid "openvpn_%s" +#~ msgstr "openvpn_%s" + +#~ msgid "openvpn_%s_desc" +#~ msgstr "openvpn_%s_опиÑание" diff --git a/applications/luci-app-openvpn/po/sk/openvpn.po b/applications/luci-app-openvpn/po/sk/openvpn.po new file mode 100644 index 0000000..7c885a8 --- /dev/null +++ b/applications/luci-app-openvpn/po/sk/openvpn.po @@ -0,0 +1,534 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/sv/openvpn.po b/applications/luci-app-openvpn/po/sv/openvpn.po new file mode 100644 index 0000000..c4e30ac --- /dev/null +++ b/applications/luci-app-openvpn/po/sv/openvpn.po @@ -0,0 +1,535 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/templates/openvpn.pot b/applications/luci-app-openvpn/po/templates/openvpn.pot new file mode 100644 index 0000000..8fa13d1 --- /dev/null +++ b/applications/luci-app-openvpn/po/templates/openvpn.pot @@ -0,0 +1,527 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/tr/openvpn.po b/applications/luci-app-openvpn/po/tr/openvpn.po new file mode 100644 index 0000000..dcb0ec4 --- /dev/null +++ b/applications/luci-app-openvpn/po/tr/openvpn.po @@ -0,0 +1,534 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/uk/openvpn.po b/applications/luci-app-openvpn/po/uk/openvpn.po new file mode 100644 index 0000000..e603237 --- /dev/null +++ b/applications/luci-app-openvpn/po/uk/openvpn.po @@ -0,0 +1,538 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-11-30 09:14+0200\n" +"Last-Translator: Pavel \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "Дозволити обмін трафіком між клієнтами" + +msgid "Allow multiple clients with same certificate" +msgstr "Дозволити декілька клієнтів з однаковим Ñертифікатом" + +msgid "Allow only one session" +msgstr "Дозволити лише одну ÑеÑÑ–ÑŽ" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/po/vi/openvpn.po b/applications/luci-app-openvpn/po/vi/openvpn.po new file mode 100644 index 0000000..2c19e69 --- /dev/null +++ b/applications/luci-app-openvpn/po/vi/openvpn.po @@ -0,0 +1,540 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-16 12:27+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', or 'subnet'" + +msgid "Accept options pushed from server" +msgstr "Chấp nhận tùy chá»n được đảy từ server" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "Thêm tuyến sau khi kết nối thành lập" + +msgid "Additional authentication over TLS" +msgstr "Xác thá»±c bổ xung trên TLS" + +msgid "Allow client-to-client traffic" +msgstr "Cho phép lÆ°u thông đối tượng - đến - đối tượng" + +msgid "Allow multiple clients with same certificate" +msgstr "Cho phép nhiá»u đối tượng vá»›i cùng má»™t chứng chỉ" + +msgid "Allow only one session" +msgstr "Chỉ cho phép má»™t session" + +msgid "Allow remote to change its IP or port" +msgstr "Cho phép đối tượng ngoài vùng thay đổi IP hoặc cổng" + +msgid "Allowed maximum of connected clients" +msgstr "Cho phép tối Ä‘a đối tượng kết nối má»›i là" + +msgid "Allowed maximum of internal" +msgstr "Internal tối Ä‘a được cho phép" + +msgid "Allowed maximum of new connections" +msgstr "Cho phép tối Ä‘a kết nối má»›i là" + +msgid "Append log to file" +msgstr "Nối thêm log lên tập tin" + +msgid "Authenticate using username/password" +msgstr "Xác thá»±c username/password Ä‘ang sá»­ dụng" + +msgid "Automatically redirect default route" +msgstr "Tá»± Ä‘á»™ng chuyển hÆ°á»›ng tuyến mặc định" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" +"DÆ°á»›i đây là má»™t list của OpenVPN instances đã được cấu hình và tình trạng " +"hiện tại" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "Call down cmd/script trÆ°á»›c khi TUN/TAP đóng" + +msgid "Certificate authority" +msgstr "Giấy chứng nhận ủy quyá»n" + +msgid "Change process priority" +msgstr "Thay đổi quy trình Æ°u tiên" + +msgid "Change to directory before initialization" +msgstr "Chuyển qua thÆ° mục trÆ°á»›c khi khởi tạo" + +msgid "Check peer certificate against a CRL" +msgstr "Kiểm tra chứng chỉ đối tác vá»›i má»™t CRL" + +msgid "Chroot to directory after initialization" +msgstr "Chroot vào thÆ° mục sau khi khởi tạo" + +msgid "Client is disabled" +msgstr "Äối tượng bị vô hiệu hóa" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "Äịnh cấu hình chế Ä‘á»™ đối tượng " + +msgid "Configure server bridge" +msgstr "Äịnh cấu hình cầu nối server" + +msgid "Configure server mode" +msgstr "Äịnh cấu hình chế Ä‘á»™ server" + +msgid "Connect through Socks5 proxy" +msgstr "Kết nối qua Socks5 proxy" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "Khoảng thá»­ kết nối" + +msgid "Daemonize after initialization" +msgstr "Daemonize sau khi khởi tạo" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "Trì hoãn tun/tap mở và up script execution" + +msgid "Diffie Hellman parameters" +msgstr "Tham số Diffie Hellman " + +msgid "Directory for custom client config files" +msgstr "Dạnh mục cho các tập tin config đối tÆ°Æ¡ng tùy chỉnh" + +msgid "Disable Paging" +msgstr "Vô hiệu hóa Paging" + +msgid "Disable cipher initialisation vector" +msgstr "Vô hiệu hóa cipher initialisation vector" + +msgid "Disable options consistency check" +msgstr "Vô hiệu hóa tùy chá»n kiểm tra nhất quán" + +msgid "Disable replay protection" +msgstr "Vô hiệu hóa replay protection" + +msgid "Do not bind to local address and port" +msgstr "Äừng đóng kết địa chỉ địa phÆ°Æ¡ng và cổng" + +msgid "Don't actually execute ifconfig" +msgstr "Äừng thá»±c sá»± thá»±c hiện ifconfig" + +msgid "Don't add routes automatically" +msgstr "Äừng tá»± Ä‘á»™ng thêm vào Ä‘Æ°á»ng dẫn" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "Don't cache --askpass or --auth-user-pass passwords" + +msgid "Don't inherit global push options" +msgstr "Äừng thừa hưởng tùy chá»n đẩy toàn cầu" + +msgid "Don't log timestamps" +msgstr "Äừng log timestamps" + +msgid "Don't re-read key on restart" +msgstr "Äừng Ä‘á»c lại key ở chế Ä‘á»™ khởi Ä‘á»™ng " + +msgid "Don't require client certificate" +msgstr "Äừng yêu câu chứng chỉ đối tượng" + +msgid "Don't use adaptive lzo compression" +msgstr "Äừng dùng bá»™ nén lzo thích ứng" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "Äừng cảnh báo vá» sá»± không nhất quán của ifconfig" + +msgid "Echo parameters to log" +msgstr "Báo tham số lên log" + +msgid "Empirically measure MTU" +msgstr "Äo MTU" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "Kích hoạt OpenSSL hardware crypto engines" + +msgid "Enable Path MTU discovery" +msgstr "Kích hoạt khám phá Ä‘Æ°á»ng dẫn MTU" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "Kích hoạt chế Ä‘á»™ mã hóa khóa tÄ©nh (non-TLS)" + +msgid "Enable TLS and assume client role" +msgstr "Kích hoạt TLS và giả định vải trò của client" + +msgid "Enable TLS and assume server role" +msgstr "Kích hoạt TLS và giả định vải trò của server" + +msgid "Enable internal datagram fragmentation" +msgstr "Kích hoạt internal datagram fragmentation" + +msgid "Enable management interface on IP port" +msgstr "Kích hoạt giao diện Ä‘iá»u hành trên IP cổng" + +msgid "Enabled" +msgstr "Kích hoạt " + +msgid "Encryption cipher for packets" +msgstr "Encryption cipher cho các gói" + +msgid "Execute shell cmd after routes are added" +msgstr "Thá»±c hiện shell cmd sau khi tuyến đã thêm vào" + +msgid "Execute shell command on remote ip change" +msgstr "Thá»±c hiện lệnh shell trên ip thay đổi từ xa" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "Exit trên TLS khi thÆ°Æ¡ng lượng thất bại" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "Lấy mật mã PEM từ Ä‘iá»u khiển tty trÆ°á»›c khi chúng ta daemonize" + +msgid "HMAC authentication for packets" +msgstr "Sá»± xác thá»±c HMAC cho gói" + +msgid "Handling of authentication failures" +msgstr "Xá»­ lý những sai soát khi xác thá»±c " + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "Nếu hostname resolve thất bại, thá»­ lại" + +msgid "Instance \"%s\"" +msgstr "Instance \"%s\"" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "Giữ địa chỉ IP ở chế Ä‘á»™ khởi Ä‘á»™ng" + +msgid "Keep remote IP address on restart" +msgstr "Giữ remote địa chỉ IP ở chế Ä‘á»™ khởi Ä‘á»™ng" + +msgid "Keep tun/tap device open on restart" +msgstr "Giữ công cụ tun/tap mở khi khởi Ä‘á»™ng lại " + +msgid "Key transition window" +msgstr "Key transition window" + +msgid "Limit repeated log messages" +msgstr "Giá»›i hạn lập log tin nhắn" + +msgid "Local certificate" +msgstr "Chứng chỉ địa phÆ°Æ¡ng" + +msgid "Local host name or ip address" +msgstr "Tên host địa phÆ°Æ¡ng và địa chỉ IP" + +msgid "Local private key" +msgstr "Phím bảo mật địa phÆ°Æ¡ng" + +msgid "Major mode" +msgstr "Chế Ä‘á»™ chính" + +msgid "Make tun device IPv6 capable" +msgstr "Làm cho tun công cụ IPv6 có khả năng" + +msgid "Maximum number of queued TCP output packets" +msgstr "Số lượng tối Ä‘a của queued TCP output packets" + +msgid "Number of allocated broadcast buffers" +msgstr "Số lượng phân bổ phát sóng buffers" + +msgid "Number of lines for log file history" +msgstr "Số dòng cho tập tin log history" + +msgid "Only accept connections from given X509 name" +msgstr "Chỉ chấp nhận kết nối từ những tên X509 cho sẵn" + +msgid "Only process ping timeouts if routes exist" +msgstr "Chỉ xá»­ lý ping timouts nếu tuyến tồn tại" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN instances" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "Tối Æ°u hóa TUN/TAP/UDP writes" + +msgid "Output to syslog and do not daemonize" +msgstr "Output tá»›i syslog và đừng daemonize" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "PKCS # 12 tập tin có chứa key" + +msgid "Pass environment variables to script" +msgstr "Bá» qua yếu tố môi trÆ°á»ng tá»›i script" + +msgid "Persist replay-protection state" +msgstr "Tiếp tục tình trạng replay-protection" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "Persist/unpersist ifconfig-pool" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "Ping remote má»—i n giây trên cổng TCP/UDP" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "Cổng" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Proxy timeout in seconds" +msgstr "Proxy timeout in seconds" + +msgid "Push an ifconfig option to remote" +msgstr "Äảy má»™t tùy chá»n ifconfig tá»›i remote" + +msgid "Push options to peer" +msgstr "Äẩy lá»±a chá»n cho đối tác" + +msgid "Query management channel for private key" +msgstr "Tra vấn kênh Ä‘iá»u hành cho phím bảo mật " + +msgid "Randomly choose remote server" +msgstr "Ngẫu nhiên chá»n server ngoài vùng" + +msgid "Refuse connection if no custom client config" +msgstr "Từ chối kết nối nêu không có config đối tượng tùy chỉnh" + +msgid "Remap SIGUSR1 signals" +msgstr "Remap tín hiệu SIGUSR1" + +msgid "Remote host name or ip address" +msgstr "Tên host ngoài vùng và địa chỉ IP" + +msgid "Remote ping timeout" +msgstr "PING timeout từ xa" + +msgid "Renegotiate data chan. key after bytes" +msgstr "ThÆ°Æ¡ng lượng lại data chan. key sau bytes" + +msgid "Renegotiate data chan. key after packets" +msgstr "ThÆ°Æ¡ng lượng lại data chan. key sau packets" + +msgid "Renegotiate data chan. key after seconds" +msgstr "ThÆ°Æ¡ng lượng lại data chan. key sau seconds" + +msgid "Replay protection sliding window size" +msgstr "Replay chế Ä‘á»™ bảo vệ kích thÆ°á»›c window trượt" + +msgid "Require explicit designation on certificate" +msgstr "Yêu cầu rõ ràng vá» giấy chứng nhận " + +msgid "Require explicit key usage on certificate" +msgstr "Yêu cầu key dùng rõ rãng trên chứng nhận" + +msgid "Restart after remote ping timeout" +msgstr "Khởi Ä‘á»™ng lại sau khi remote ping timeout" + +msgid "Retransmit timeout on TLS control channel" +msgstr "Retransmit timeout trên kênh kiểm soát TLS" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "Thá»­ lại trên HTTP proxy lá»—i" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "Thá»­ lại trên Socks proxy lá»—i" + +msgid "Route subnet to client" +msgstr "Tuyến subnet tá»›i khách hàng" + +msgid "Run as an inetd or xinetd server" +msgstr "Chạy nhÆ° inetd hoặc xinetd server" + +msgid "Run script cmd on client connection" +msgstr "Chạy script cmd trên đối tượng kết nối" + +msgid "Run script cmd on client disconnection" +msgstr "Chạy script cmd trên đối tượng không kết nối" + +msgid "Run up/down scripts for all restarts" +msgstr "Chạy up/down scripts cho tất cả khởi Ä‘á»™ng" + +msgid "Send notification to peer on disconnect" +msgstr "Gá»­i thông báo cho bạn bè vá» ngắt kết nối" + +msgid "Set GID to group" +msgstr "Cài đặt GID tá»›i nhóm" + +msgid "Set TCP/UDP MTU" +msgstr "Cài đặt TCP/UDP MTU" + +msgid "Set UID to user" +msgstr "Cài đặt UID tá»›i ngÆ°á»i dùng" + +msgid "Set aside a pool of subnets" +msgstr "Äể sang má»™t bên má»™t pool của subnets" + +msgid "Set extended HTTP proxy options" +msgstr "Thiết lập các tùy chá»n mở rá»™ng HTTP proxy" + +msgid "Set output verbosity" +msgstr "Äặt output verbosity" + +msgid "Set size of real and virtual address hash tables" +msgstr "Äặt dung lượng của bảng address hash thá»±c và ảo" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "Äặt TCP/UDP nhận dung lượng buffer" + +msgid "Set the TCP/UDP send buffer size" +msgstr "Äặt TCP/UDP gá»­i dung lượng buffer" + +msgid "Set tun/tap TX queue length" +msgstr "Äặt tun/tap Ä‘á»™ dài queue" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "Äặt công cụ tun/tap MTU" + +msgid "Set tun/tap device overhead" +msgstr "Äặt thiết bị tun/tap overhead" + +msgid "Set upper bound on TCP MSS" +msgstr "Äặt upper bound trên TCP MSS" + +msgid "Shaping for peer bandwidth" +msgstr "Shaping cho peer bandwidth" + +msgid "Shell cmd to execute after tun device open" +msgstr "Shell cmd để thá»±c thi sau khi thiết bị tun mở" + +msgid "Shell cmd to run after tun device close" +msgstr "Shell cmd để chạy sau khi thiết bị tun đóng" + +msgid "Shell command to verify X509 name" +msgstr "Shell command để hợp thức hóa tên X509 " + +msgid "Silence the output of replay warnings" +msgstr "Silence the output của các cảnh báo reply" + +msgid "Size of cipher key" +msgstr "Dung lượng của cipher key" + +msgid "Specify a default gateway for routes" +msgstr "Chỉ định má»™t cổng mặc định cho tuyến" + +msgid "Start OpenVPN in a hibernating state" +msgstr "Bắt đầu OpenVPN trong má»™t hibernating state" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "Bắt đầu" + +msgid "Status file format version" +msgstr "Tình trạng tập tin phiên bản format" + +msgid "Switch to advanced configuration »" +msgstr "Chuyển sang cấu hình cấp cao" + +msgid "TCP/UDP port # for both local and remote" +msgstr "Cổng TCP/UDP # cho cả địa phÆ°Æ¡ng và ngoài vùng" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "Cổng TCP/UDP # cho địa phÆ°Æ¡ng (default=1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "Cổng TCP/UDP # cho ngoài vùng (default=1194)" + +msgid "TLS cipher" +msgstr "TLS cipher" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "TOS passthrough (chỉ áp dụng cho IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "Danh mục tạm thá»i cho tập tin client-connect return" + +msgid "Timeframe for key exchange" +msgstr "Timeframe cho trao đổi key" + +msgid "Type of used device" +msgstr "Loại công cụ sá»­ dụng" + +msgid "Use fast LZO compression" +msgstr "Dùng LZO nén nhanh" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "Nên dùng địa chỉ cá nhân hÆ¡n là /30 subnets" + +msgid "Use protocol" +msgstr "Dùng protocol" + +msgid "Use tun/tap device node" +msgstr "Dùng chế Ä‘á»™ công cụ tun/tap" + +msgid "Use username as common name" +msgstr "Dùng tên đăng nhập nhÆ° tên thông thÆ°á»ng" + +msgid "Write log to file" +msgstr "Viết log lên tập tin" + +msgid "Write process ID to file" +msgstr "Viết xá»­ lý ID lên tập tin" + +msgid "Write status to file every n seconds" +msgstr "Viết tình trạng tá»›i tập tin má»—i n giây" + +msgid "no" +msgstr "không" + +msgid "tun/tap device" +msgstr "Công cụ tun/tap" + +msgid "tun/tap inactivity timeout" +msgstr "tun/tap timeout không có hành Ä‘á»™ng" + +msgid "yes (%i)" +msgstr "Có (%i)" + +msgid "« Switch to basic configuration" +msgstr "Chuyển sang cấu hình căn bản" diff --git a/applications/luci-app-openvpn/po/zh-cn/openvpn.po b/applications/luci-app-openvpn/po/zh-cn/openvpn.po new file mode 100644 index 0000000..1c210dc --- /dev/null +++ b/applications/luci-app-openvpn/po/zh-cn/openvpn.po @@ -0,0 +1,552 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2013-10-10 06:09+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "%s" +msgstr "%s" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "'net30', 'p2p', 或 'å­ç½‘'" + +msgid "Accept options pushed from server" +msgstr "接å—从æœåŠ¡å™¨å‘é€è¿‡æ¥çš„选项" + +msgid "Add" +msgstr "添加" + +msgid "Add route after establishing connection" +msgstr "建立连接åŽæ·»åŠ è·¯ç”±" + +msgid "Additional authentication over TLS" +msgstr "TLS以外的验è¯" + +msgid "Allow client-to-client traffic" +msgstr "å…许客户端到客户端的通信" + +msgid "Allow multiple clients with same certificate" +msgstr "å…许多用户共用åŒä¸€è¯ä¹¦" + +msgid "Allow only one session" +msgstr "åªå…许一个会è¯" + +msgid "Allow remote to change its IP or port" +msgstr "å…许远程修改ip和端å£" + +msgid "Allowed maximum of connected clients" +msgstr "å…许最大已连接客户端数" + +msgid "Allowed maximum of internal" +msgstr "å…许最大内部连接" + +msgid "Allowed maximum of new connections" +msgstr "å…许最大新建连接数" + +msgid "Append log to file" +msgstr "添加日志至文件" + +msgid "Authenticate using username/password" +msgstr "以用户å/密ç çš„æ–¹å¼è¿›è¡ŒéªŒè¯" + +msgid "Automatically redirect default route" +msgstr "自动é‡å®šå‘至默认路由" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "Openvpnå·²é…置实例åŠå…¶å½“å‰çŠ¶æ€åˆ—表" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "TUN/TAP关闭å‰å…³é—­å‘½ä»¤è¡ŒåŠè„šæœ¬" + +msgid "Certificate authority" +msgstr "认è¯æŽˆæƒ" + +msgid "Change process priority" +msgstr "改å˜è¿›ç¨‹ä¼˜å…ˆçº§" + +msgid "Change to directory before initialization" +msgstr "åˆå§‹åŒ–å‰æ”¹å˜æ ¹ç›®å½•" + +msgid "Check peer certificate against a CRL" +msgstr "验è¯å®¢æˆ·ç«¯è¯ä¹¦ä»¥ç¡®ä¿å…¶æ˜¯å¦è¿‡æœŸ" + +msgid "Chroot to directory after initialization" +msgstr "åˆå§‹åŒ–åŽæ”¹å˜æ ¹ç›®å½•" + +msgid "Client is disabled" +msgstr "客户端已被ç¦æ­¢" + +msgid "Configuration category" +msgstr "é…置分类" + +msgid "Configure client mode" +msgstr "é…置客户端模å¼" + +msgid "Configure server bridge" +msgstr "é…ç½®æœåŠ¡å™¨æ¡¥æŽ¥" + +msgid "Configure server mode" +msgstr "é…ç½®æœåŠ¡å™¨æ¨¡å¼" + +msgid "Connect through Socks5 proxy" +msgstr "通过Sock5代ç†è¿žæŽ¥" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "通过HTTP代ç†è¿žæŽ¥åˆ°è¿œç¨‹ä¸»æœº" + +msgid "Connection retry interval" +msgstr "连接é‡è¯•æ—¶é—´é—´éš”" + +msgid "Daemonize after initialization" +msgstr "åˆå§‹åŒ–åŽè¿›å…¥åŽå°è¿è¡Œ" + +msgid "Delay n seconds after connection" +msgstr "连接åŽå»¶è¿Ÿæ—¶é—´(秒)" + +msgid "Delay tun/tap open and up script execution" +msgstr "延迟tun/tap的打开并加速脚本执行" + +msgid "Diffie Hellman parameters" +msgstr "Diffie–Hellman/DHå¯†é’¥äº¤æ¢ å‚æ•°" + +msgid "Directory for custom client config files" +msgstr "自定义客户端é…置文件的目录" + +msgid "Disable Paging" +msgstr "ç¦æ­¢åˆ†é¡µ" + +msgid "Disable cipher initialisation vector" +msgstr "关闭加密的åˆå§‹åŒ–å‘é‡" + +msgid "Disable options consistency check" +msgstr "ç¦æ­¢é€‰é¡¹ä¸€è‡´æ€§æ£€æŸ¥" + +msgid "Disable replay protection" +msgstr "关闭é‡æ’­ä¿æŠ¤" + +msgid "Do not bind to local address and port" +msgstr "ä¸ç»‘定本地地å€å’Œç«¯å£" + +msgid "Don't actually execute ifconfig" +msgstr "ä¸å®žé™…执行ifconfig命令" + +msgid "Don't add routes automatically" +msgstr "ä¸è‡ªåŠ¨æ·»åŠ è·¯ç”±" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "ä¸ç¼“å­˜--askpass 或--auth-user-pass passwords" + +msgid "Don't inherit global push options" +msgstr "ä¸ç»§æ‰¿å…¨å±€ä¸»åŠ¨å‘é€é€‰é¡¹" + +msgid "Don't log timestamps" +msgstr "ä¸è®°å½•æ—¶é—´æˆ³" + +msgid "Don't re-read key on restart" +msgstr "æœåŠ¡é‡å¯æ—¶ä¸é‡è¯»å¯†é’¥å€¼" + +msgid "Don't require client certificate" +msgstr "ä¸éœ€è¦å®¢æˆ·çš„è¯ä¹¦" + +msgid "Don't use adaptive lzo compression" +msgstr "ä¸ç”¨è‡ªé€‚应的lzo压缩" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "ifconfigä¸ä¸€è‡´æ—¶ä¸è­¦å‘Š" + +msgid "Echo parameters to log" +msgstr "把å‚数写入日志" + +msgid "Empirically measure MTU" +msgstr "以历å²å€¼ä¼°ç®—MTU值" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "打开OpenSSL硬件加密引擎" + +msgid "Enable Path MTU discovery" +msgstr "å¯ç”¨è·¯å¾„MTUå‘现" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "å…许é™æ€å¯†é’¥åŠ å¯†æ¨¡å¼" + +msgid "Enable TLS and assume client role" +msgstr "å…许TLS并伪装为客户端" + +msgid "Enable TLS and assume server role" +msgstr "å…许TLS并伪装为æœåŠ¡å™¨" + +msgid "Enable internal datagram fragmentation" +msgstr "å…许内部数æ®æŠ¥åˆ†ç‰‡" + +msgid "Enable management interface on IP port" +msgstr "在IP port上å¯ç”¨å¯ç®¡ç†æŽ¥å£" + +msgid "Enabled" +msgstr "å¯ç”¨" + +msgid "Encryption cipher for packets" +msgstr "加密数æ®åŒ…" + +msgid "Execute shell cmd after routes are added" +msgstr "添加路由åŽæ‰§è¡Œshell命令" + +msgid "Execute shell command on remote ip change" +msgstr "当远程ip改å˜æ—¶æ‰§è¡Œshell命令" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "在æœåŠ¡å™¨æ¨¡å¼ä¸‹æ‰§è¡Œæ–°çš„客户端连接,当客户端ä»ç„¶æ˜¯ä¸å¯ä¿¡" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" +"æœåŠ¡å™¨æ¨¡å¼ä¸‹ï¼Œå°†æ¯ä¸ªIPv4地å€/路由或MAC地å€æ·»åŠ åˆ°OpenVPN的内部路由表中。" + +msgid "Exit on TLS negotiation failure" +msgstr "TLS验è¯å¤±è´¥åŽé€€å‡º" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "åŽå°è¿è¡Œå‰ä»ŽæŽ§åˆ¶çš„tty中获å–PEM密ç " + +msgid "HMAC authentication for packets" +msgstr "利用HMACæ°´å°ç®—法校验数æ®åŒ…" + +msgid "Handling of authentication failures" +msgstr "处ç†éªŒè¯å¤±è´¥" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "在æœåŠ¡é…置模å¼ä¸‹Helper简明的执行--pingå’Œ--ping-restart" + +msgid "If hostname resolve fails, retry" +msgstr "如果主机å解æžé”™è¯¯ï¼Œé‡è¯•" + +msgid "Instance \"%s\"" +msgstr "实例 \"%s\"" + +msgid "Invalid" +msgstr "无效" + +msgid "Keep local IP address on restart" +msgstr "æœåŠ¡é‡å¯æ—¶ä¿æŒæœ¬åœ°IP地å€" + +msgid "Keep remote IP address on restart" +msgstr "æœåŠ¡é‡å¯æ—¶ä¿æŒè¿œç¨‹IP地å€" + +msgid "Keep tun/tap device open on restart" +msgstr "æœåŠ¡é‡å¯æ—¶è‡ªåŠ¨æ‰“å¼€ tun/tap 设备" + +msgid "Key transition window" +msgstr "密钥传输滑动窗å£" + +msgid "Limit repeated log messages" +msgstr "é™åˆ¶é‡å¤æ€§çš„日志消æ¯" + +msgid "Local certificate" +msgstr "本地è¯ä¹¦" + +msgid "Local host name or ip address" +msgstr "本地主机å或ip地å€" + +msgid "Local private key" +msgstr "本地ç§äººå¯†é’¥" + +msgid "Major mode" +msgstr "主è¦æ¨¡å¼" + +msgid "Make tun device IPv6 capable" +msgstr "使 tun 设备兼容IPv6" + +msgid "Maximum number of queued TCP output packets" +msgstr "TCP队列中输出包的最大数é‡" + +msgid "Number of allocated broadcast buffers" +msgstr "已分é…的广播缓冲区数é‡" + +msgid "Number of lines for log file history" +msgstr "历å²æ—¥å¿—文件的行数" + +msgid "Only accept connections from given X509 name" +msgstr "åªæŽ¥æ”¶å·²ç»™å®šçš„X509å称的连接" + +msgid "Only process ping timeouts if routes exist" +msgstr "当且仅当路由存在时处ç†ping超时" + +msgid "OpenVPN" +msgstr "OpenVPN" + +msgid "OpenVPN instances" +msgstr "OpenVPN 实例" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "优化 TUN/TAP/UDP 写入" + +msgid "Output to syslog and do not daemonize" +msgstr "显å¼è¾“出到syslog" + +msgid "Overview" +msgstr "概览" + +msgid "PKCS#12 file containing keys" +msgstr "PKCS#12文件包å«çš„密钥" + +msgid "Pass environment variables to script" +msgstr "传递环境å˜é‡è‡³è„šæœ¬" + +msgid "Persist replay-protection state" +msgstr "ä¿å­˜é‡æ’­ä¿æŠ¤çš„状æ€" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "æŒä¹…/éžæŒä¹…ifconfigæ± " + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "æ¯n秒ping一次远程 TCP/UDP 端å£" + +msgid "Policy level over usage of external programs and scripts" +msgstr "外部程åºå’Œè„šæœ¬è¶…出了策略å…许的使用范围" + +msgid "Port" +msgstr "端å£" + +msgid "Protocol" +msgstr "åè®®" + +msgid "Proxy timeout in seconds" +msgstr "代ç†è¶…时,å•ä½ç§’" + +msgid "Push an ifconfig option to remote" +msgstr "主动å‘远程å‘é€ifconfig选项" + +msgid "Push options to peer" +msgstr "主动å‘端点å‘é€é€‰é¡¹" + +msgid "Query management channel for private key" +msgstr "为ç§äººå¯†é’¥æŸ¥è¯¢ç®¡ç†é€šé“" + +msgid "Randomly choose remote server" +msgstr "éšæœºé€‰æ‹©è¿œç¨‹æœåŠ¡å™¨" + +msgid "Refuse connection if no custom client config" +msgstr "拒接没有自定义客户端é…置的连接" + +msgid "Remap SIGUSR1 signals" +msgstr "é‡æ˜ å°„SIGUSR1ä¿¡å·" + +msgid "Remote host name or ip address" +msgstr "远程主机å或ip地å€" + +msgid "Remote ping timeout" +msgstr "远程ping超时" + +msgid "Renegotiate data chan. key after bytes" +msgstr "传输若干字节åŽé‡æ–°éªŒè¯æ•°æ®é€šé“密钥" + +msgid "Renegotiate data chan. key after packets" +msgstr "传输若干数æ®åŒ…åŽé‡æ–°éªŒè¯æ•°æ®é€šé“密钥" + +msgid "Renegotiate data chan. key after seconds" +msgstr "传输若干秒åŽé‡æ–°éªŒè¯æ•°æ®é€šé“密钥" + +msgid "Replay protection sliding window size" +msgstr "é‡æ’­ä¿æŠ¤çš„滑动窗å£å¤§å°" + +msgid "Require explicit designation on certificate" +msgstr "è¯ä¹¦éœ€è¦æ˜¾å¼æŒ‡å®š" + +msgid "Require explicit key usage on certificate" +msgstr "è¯ä¹¦éœ€è¦æ˜Žç¡®çš„密钥" + +msgid "Restart after remote ping timeout" +msgstr "远程ping超时åŽé‡å¯" + +msgid "Retransmit timeout on TLS control channel" +msgstr "TLS控制通é“超时åŽé‡æ–°å‘é€" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "æ— é™é‡è¯•ç›´è‡³ä»£ç†æ­£ç¡®" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "æ— é™é‡è¯•ç›´è‡³Socks代ç†æ­£ç¡®" + +msgid "Route subnet to client" +msgstr "路由å­ç½‘至客户端" + +msgid "Run as an inetd or xinetd server" +msgstr "以inetd或xinetdæœåŠ¡å™¨çš„æ–¹å¼è¿è¡Œ" + +msgid "Run script cmd on client connection" +msgstr "当客户端连接时在命令行下å…许脚本" + +msgid "Run script cmd on client disconnection" +msgstr "当客户端断开时在命令行下å…许脚本" + +msgid "Run up/down scripts for all restarts" +msgstr "æ¯æ¬¡é‡å¯éƒ½æ‰§è¡Œå¯åŠ¨/关闭脚本" + +msgid "Send notification to peer on disconnect" +msgstr "断开连接时å‘客户端å‘é€é€šçŸ¥" + +msgid "Set GID to group" +msgstr "为群组设置GID值" + +msgid "Set TCP/UDP MTU" +msgstr "设置TCP/UDPçš„MTU值" + +msgid "Set UID to user" +msgstr "为用户设置UID值" + +msgid "Set aside a pool of subnets" +msgstr "设置为拒ç»å­ç½‘线程池模å¼" + +msgid "Set extended HTTP proxy options" +msgstr "设置HTTP扩展代ç†é€‰é¡¹" + +msgid "Set output verbosity" +msgstr "设置输出冗余级别" + +msgid "Set size of real and virtual address hash tables" +msgstr "设置实际和虚拟地å€çš„哈希表大å°" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "设置TCP/UDP接收缓冲区大å°" + +msgid "Set the TCP/UDP send buffer size" +msgstr "设置TCP/UDPå‘é€ç¼“冲区大å°" + +msgid "Set tun/tap TX queue length" +msgstr "设置tun/tapå‘é€é˜Ÿåˆ—长度" + +msgid "Set tun/tap adapter parameters" +msgstr "设置tun/ tap适é…器å‚æ•°" + +msgid "Set tun/tap device MTU" +msgstr "设置tun/tap设备的MTU值" + +msgid "Set tun/tap device overhead" +msgstr "设置tun/tap设备的开销" + +msgid "Set upper bound on TCP MSS" +msgstr "设置TCP MSS的上é™" + +msgid "Shaping for peer bandwidth" +msgstr "改å˜ç»“点带宽" + +msgid "Shell cmd to execute after tun device open" +msgstr "tun设备打开åŽè¿è¡Œshell命令行" + +msgid "Shell cmd to run after tun device close" +msgstr "tun设备关闭åŽè¿è¡Œshell命令行e" + +msgid "Shell command to verify X509 name" +msgstr "è¿è¡Œshell命令以验è¯X509å称" + +msgid "Silence the output of replay warnings" +msgstr "以é™éŸ³çš„æ–¹å¼å‘出é‡æ’­è­¦å‘Š" + +msgid "Size of cipher key" +msgstr "密钥大å°" + +msgid "Specify a default gateway for routes" +msgstr "指定路由默认网关" + +msgid "Start OpenVPN in a hibernating state" +msgstr "以休眠的状æ€æ‰“å¼€OpenVPN" + +msgid "Start/Stop" +msgstr "å¯åŠ¨/åœæ­¢" + +msgid "Started" +msgstr "å·²è¿è¡Œçš„" + +msgid "Status file format version" +msgstr "显å¼æ–‡ä»¶æ ¼å¼ç‰ˆæœ¬çš„状æ€" + +msgid "Switch to advanced configuration »" +msgstr "高级é…ç½® »" + +msgid "TCP/UDP port # for both local and remote" +msgstr "TCP/UDP ç«¯å£ # åŒæ—¶é’ˆå¯¹æœ¬åœ°å’Œè¿œç¨‹" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "TCP/UDP ç«¯å£ # 本地 (默认 1194)" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "TCP/UDP ç«¯å£ # 远程 (默认 1194)" + +msgid "TLS cipher" +msgstr "TLS加密" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "TOS ç©¿é€ (ä»…é™IPv4)" + +msgid "Temporary directory for client-connect return file" +msgstr "客户端连接返回文件的临时目录" + +msgid "Timeframe for key exchange" +msgstr "密钥交æ¢æ—¶é—´è¡¨" + +msgid "Type of used device" +msgstr "使用设备类型" + +msgid "Use fast LZO compression" +msgstr "使用快速LZO压缩" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "利用个人地å€ä»£æ›¿/30 å­ç½‘" + +msgid "Use protocol" +msgstr "采用åè®®" + +msgid "Use tun/tap device node" +msgstr "使用 tun/tap 设备节点" + +msgid "Use username as common name" +msgstr "把用户å作为通用å称" + +msgid "Write log to file" +msgstr "ä¿å­˜æ—¥å¿—至文件" + +msgid "Write process ID to file" +msgstr "记录进程ID至文件" + +msgid "Write status to file every n seconds" +msgstr "æ¯n秒åŽå†™çŠ¶æ€å€¼è‡³æ–‡ä»¶" + +msgid "no" +msgstr "å¦" + +msgid "tun/tap device" +msgstr "tun/tap 设备" + +msgid "tun/tap inactivity timeout" +msgstr "tun/tap 休眠超时" + +msgid "yes (%i)" +msgstr "是 (%i)" + +msgid "« Switch to basic configuration" +msgstr "« 基本é…ç½®" + +#~ msgid "Cryptography" +#~ msgstr "加密" + +#~ msgid "Networking" +#~ msgstr "网络" + +#~ msgid "Service" +#~ msgstr "æœåŠ¡" + +#~ msgid "VPN" +#~ msgstr "VPN" diff --git a/applications/luci-app-openvpn/po/zh-tw/openvpn.po b/applications/luci-app-openvpn/po/zh-tw/openvpn.po new file mode 100644 index 0000000..d010f4b --- /dev/null +++ b/applications/luci-app-openvpn/po/zh-tw/openvpn.po @@ -0,0 +1,533 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%s" +msgstr "" + +msgid "'net30', 'p2p', or 'subnet'" +msgstr "" + +msgid "Accept options pushed from server" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add route after establishing connection" +msgstr "" + +msgid "Additional authentication over TLS" +msgstr "" + +msgid "Allow client-to-client traffic" +msgstr "" + +msgid "Allow multiple clients with same certificate" +msgstr "" + +msgid "Allow only one session" +msgstr "" + +msgid "Allow remote to change its IP or port" +msgstr "" + +msgid "Allowed maximum of connected clients" +msgstr "" + +msgid "Allowed maximum of internal" +msgstr "" + +msgid "Allowed maximum of new connections" +msgstr "" + +msgid "Append log to file" +msgstr "" + +msgid "Authenticate using username/password" +msgstr "" + +msgid "Automatically redirect default route" +msgstr "" + +msgid "Below is a list of configured OpenVPN instances and their current state" +msgstr "" + +msgid "Call down cmd/script before TUN/TAP close" +msgstr "" + +msgid "Certificate authority" +msgstr "" + +msgid "Change process priority" +msgstr "" + +msgid "Change to directory before initialization" +msgstr "" + +msgid "Check peer certificate against a CRL" +msgstr "" + +msgid "Chroot to directory after initialization" +msgstr "" + +msgid "Client is disabled" +msgstr "" + +msgid "Configuration category" +msgstr "" + +msgid "Configure client mode" +msgstr "" + +msgid "Configure server bridge" +msgstr "" + +msgid "Configure server mode" +msgstr "" + +msgid "Connect through Socks5 proxy" +msgstr "" + +msgid "Connect to remote host through an HTTP proxy" +msgstr "" + +msgid "Connection retry interval" +msgstr "" + +msgid "Daemonize after initialization" +msgstr "" + +msgid "Delay n seconds after connection" +msgstr "" + +msgid "Delay tun/tap open and up script execution" +msgstr "" + +msgid "Diffie Hellman parameters" +msgstr "" + +msgid "Directory for custom client config files" +msgstr "" + +msgid "Disable Paging" +msgstr "" + +msgid "Disable cipher initialisation vector" +msgstr "" + +msgid "Disable options consistency check" +msgstr "" + +msgid "Disable replay protection" +msgstr "" + +msgid "Do not bind to local address and port" +msgstr "" + +msgid "Don't actually execute ifconfig" +msgstr "" + +msgid "Don't add routes automatically" +msgstr "" + +msgid "Don't cache --askpass or --auth-user-pass passwords" +msgstr "" + +msgid "Don't inherit global push options" +msgstr "" + +msgid "Don't log timestamps" +msgstr "" + +msgid "Don't re-read key on restart" +msgstr "" + +msgid "Don't require client certificate" +msgstr "" + +msgid "Don't use adaptive lzo compression" +msgstr "" + +msgid "Don't warn on ifconfig inconsistencies" +msgstr "" + +msgid "Echo parameters to log" +msgstr "" + +msgid "Empirically measure MTU" +msgstr "" + +msgid "Enable OpenSSL hardware crypto engines" +msgstr "" + +msgid "Enable Path MTU discovery" +msgstr "" + +msgid "Enable Static Key encryption mode (non-TLS)" +msgstr "" + +msgid "Enable TLS and assume client role" +msgstr "" + +msgid "Enable TLS and assume server role" +msgstr "" + +msgid "Enable internal datagram fragmentation" +msgstr "" + +msgid "Enable management interface on IP port" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption cipher for packets" +msgstr "" + +msgid "Execute shell cmd after routes are added" +msgstr "" + +msgid "Execute shell command on remote ip change" +msgstr "" + +msgid "" +"Executed in server mode on new client connections, when the client is still " +"untrusted" +msgstr "" + +msgid "" +"Executed in server mode whenever an IPv4 address/route or MAC address is " +"added to OpenVPN's internal routing table" +msgstr "" + +msgid "Exit on TLS negotiation failure" +msgstr "" + +msgid "Get PEM password from controlling tty before we daemonize" +msgstr "" + +msgid "HMAC authentication for packets" +msgstr "" + +msgid "Handling of authentication failures" +msgstr "" + +msgid "" +"Helper directive to simplify the expression of --ping and --ping-restart in " +"server mode configurations" +msgstr "" + +msgid "If hostname resolve fails, retry" +msgstr "" + +msgid "Instance \"%s\"" +msgstr "" + +msgid "Invalid" +msgstr "" + +msgid "Keep local IP address on restart" +msgstr "" + +msgid "Keep remote IP address on restart" +msgstr "" + +msgid "Keep tun/tap device open on restart" +msgstr "" + +msgid "Key transition window" +msgstr "" + +msgid "Limit repeated log messages" +msgstr "" + +msgid "Local certificate" +msgstr "" + +msgid "Local host name or ip address" +msgstr "" + +msgid "Local private key" +msgstr "" + +msgid "Major mode" +msgstr "" + +msgid "Make tun device IPv6 capable" +msgstr "" + +msgid "Maximum number of queued TCP output packets" +msgstr "" + +msgid "Number of allocated broadcast buffers" +msgstr "" + +msgid "Number of lines for log file history" +msgstr "" + +msgid "Only accept connections from given X509 name" +msgstr "" + +msgid "Only process ping timeouts if routes exist" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN instances" +msgstr "" + +msgid "Optimize TUN/TAP/UDP writes" +msgstr "" + +msgid "Output to syslog and do not daemonize" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "PKCS#12 file containing keys" +msgstr "" + +msgid "Pass environment variables to script" +msgstr "" + +msgid "Persist replay-protection state" +msgstr "" + +msgid "Persist/unpersist ifconfig-pool" +msgstr "" + +msgid "Ping remote every n seconds over TCP/UDP port" +msgstr "" + +msgid "Policy level over usage of external programs and scripts" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Proxy timeout in seconds" +msgstr "" + +msgid "Push an ifconfig option to remote" +msgstr "" + +msgid "Push options to peer" +msgstr "" + +msgid "Query management channel for private key" +msgstr "" + +msgid "Randomly choose remote server" +msgstr "" + +msgid "Refuse connection if no custom client config" +msgstr "" + +msgid "Remap SIGUSR1 signals" +msgstr "" + +msgid "Remote host name or ip address" +msgstr "" + +msgid "Remote ping timeout" +msgstr "" + +msgid "Renegotiate data chan. key after bytes" +msgstr "" + +msgid "Renegotiate data chan. key after packets" +msgstr "" + +msgid "Renegotiate data chan. key after seconds" +msgstr "" + +msgid "Replay protection sliding window size" +msgstr "" + +msgid "Require explicit designation on certificate" +msgstr "" + +msgid "Require explicit key usage on certificate" +msgstr "" + +msgid "Restart after remote ping timeout" +msgstr "" + +msgid "Retransmit timeout on TLS control channel" +msgstr "" + +msgid "Retry indefinitely on HTTP proxy errors" +msgstr "" + +msgid "Retry indefinitely on Socks proxy errors" +msgstr "" + +msgid "Route subnet to client" +msgstr "" + +msgid "Run as an inetd or xinetd server" +msgstr "" + +msgid "Run script cmd on client connection" +msgstr "" + +msgid "Run script cmd on client disconnection" +msgstr "" + +msgid "Run up/down scripts for all restarts" +msgstr "" + +msgid "Send notification to peer on disconnect" +msgstr "" + +msgid "Set GID to group" +msgstr "" + +msgid "Set TCP/UDP MTU" +msgstr "" + +msgid "Set UID to user" +msgstr "" + +msgid "Set aside a pool of subnets" +msgstr "" + +msgid "Set extended HTTP proxy options" +msgstr "" + +msgid "Set output verbosity" +msgstr "" + +msgid "Set size of real and virtual address hash tables" +msgstr "" + +msgid "Set the TCP/UDP receive buffer size" +msgstr "" + +msgid "Set the TCP/UDP send buffer size" +msgstr "" + +msgid "Set tun/tap TX queue length" +msgstr "" + +msgid "Set tun/tap adapter parameters" +msgstr "" + +msgid "Set tun/tap device MTU" +msgstr "" + +msgid "Set tun/tap device overhead" +msgstr "" + +msgid "Set upper bound on TCP MSS" +msgstr "" + +msgid "Shaping for peer bandwidth" +msgstr "" + +msgid "Shell cmd to execute after tun device open" +msgstr "" + +msgid "Shell cmd to run after tun device close" +msgstr "" + +msgid "Shell command to verify X509 name" +msgstr "" + +msgid "Silence the output of replay warnings" +msgstr "" + +msgid "Size of cipher key" +msgstr "" + +msgid "Specify a default gateway for routes" +msgstr "" + +msgid "Start OpenVPN in a hibernating state" +msgstr "" + +msgid "Start/Stop" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Status file format version" +msgstr "" + +msgid "Switch to advanced configuration »" +msgstr "" + +msgid "TCP/UDP port # for both local and remote" +msgstr "" + +msgid "TCP/UDP port # for local (default=1194)" +msgstr "" + +msgid "TCP/UDP port # for remote (default=1194)" +msgstr "" + +msgid "TLS cipher" +msgstr "" + +msgid "TOS passthrough (applies to IPv4 only)" +msgstr "" + +msgid "Temporary directory for client-connect return file" +msgstr "" + +msgid "Timeframe for key exchange" +msgstr "" + +msgid "Type of used device" +msgstr "" + +msgid "Use fast LZO compression" +msgstr "" + +msgid "Use individual addresses rather than /30 subnets" +msgstr "" + +msgid "Use protocol" +msgstr "" + +msgid "Use tun/tap device node" +msgstr "" + +msgid "Use username as common name" +msgstr "" + +msgid "Write log to file" +msgstr "" + +msgid "Write process ID to file" +msgstr "" + +msgid "Write status to file every n seconds" +msgstr "" + +msgid "no" +msgstr "" + +msgid "tun/tap device" +msgstr "" + +msgid "tun/tap inactivity timeout" +msgstr "" + +msgid "yes (%i)" +msgstr "" + +msgid "« Switch to basic configuration" +msgstr "" diff --git a/applications/luci-app-openvpn/root/etc/config/openvpn_recipes b/applications/luci-app-openvpn/root/etc/config/openvpn_recipes new file mode 100644 index 0000000..1b394df --- /dev/null +++ b/applications/luci-app-openvpn/root/etc/config/openvpn_recipes @@ -0,0 +1,102 @@ +# +# Routed point-to-point server +# +config openvpn_recipe server_tun_ptp + option _description "Simple server configuration for a routed point-to-point VPN" + option _role "server" + option dev "tun" + option ifconfig "10.0.0.1 10.0.0.2" + option secret "shared-secret.key" + option keepalive "10 60" + option comp_lzo "yes" + option verb "3" + option mssfix "1420" + +# +# Routed point-to-point client +# +config openvpn_recipe client_tun_ptp + option _description "Simple client configuration for a routed point-to-point VPN" + option _role "client" + option dev "tun" + list remote "vpnserver.example.org" + option ifconfig "10.0.0.2 10.0.0.1" + option secret "shared-secret.key" + option nobind "1" + option comp_lzo "yes" + option verb "3" + +# +# Routed multi-client server +# +config openvpn_recipe server_tun + option _description "Server configuration for a routed multi-client VPN" + option _role "server" + option dev "tun" + option server "10.0.100.0 255.255.255.0" + option ca "ca.crt" + option cert "server.crt" + option key "server.key" + option dh "dh1024.pem" + option keepalive "10 60" + option comp_lzo "yes" + option verb "3" + option mssfix "1420" + +# +# Routed client +# +config openvpn_recipe client_tun + option _description "Client configuration for a routed multi-client VPN" + option _role "client" + option client "1" + option dev "tun" + list remote "vpnserver.example.org" + option pkcs12 "my_client.p12" + option remote_cert_tls "server" + option comp_lzo "yes" + option nobind "1" + option persist_key "1" + option persist_tun "1" + option verb "3" + option reneg_sec "0" + option float "1" + +# +# Multi-client ethernet bridge server +# +config openvpn_recipe server_tap_bridge + option _description "Server configuration for an ethernet bridge VPN" + option _role "server" + option dev "tap" + option server_bridge "192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254" + option ca "ca.crt" + option cert "server.crt" + option key "server.key" + option dh "dh1024.pem" + option keepalive "10 60" + option comp_lzo "yes" + option verb "3" + option mssfix "1420" + +# +# Ethernet bridge client +# +config openvpn_recipe client_tap_bridge + option _description "Client configuration for an ethernet bridge VPN" + option _role "client" + option client "1" + option dev "tap" + list remote "vpnserver.example.org" + option ca "ca.crt" + option cert "my_client.crt" + option key "my_client.key" + option dh "dh1024.pem" + option remote_cert_tls "server" + option comp_lzo "yes" + option nobind "1" + option persist_key "1" + option verb "3" + option reneg_sec "0" + option float "1" + diff --git a/applications/luci-app-p2pblock/Makefile b/applications/luci-app-p2pblock/Makefile new file mode 100644 index 0000000..4dbeb5e --- /dev/null +++ b/applications/luci-app-p2pblock/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for the Freifunk P2P-Block addon +LUCI_DEPENDS:=+luci-app-firewall +freifunk-p2pblock + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua b/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua new file mode 100644 index 0000000..eaedda2 --- /dev/null +++ b/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua @@ -0,0 +1,9 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ff_p2pblock", package.seeall) + +function index() + entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"), + _("P2P-Block"), 40) +end diff --git a/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua b/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua new file mode 100644 index 0000000..1f21429 --- /dev/null +++ b/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua @@ -0,0 +1,66 @@ +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sys = require "luci.sys" + +m = Map("freifunk_p2pblock", translate("P2P-Block"), + translate("P2P-Block is a greylisting mechanism to block various peer-to-peer protocols for non-whitelisted clients.")) + +s = m:section(NamedSection, "p2pblock", "settings", "Settings") +s.anonymous = true +s.addremove = false + +en = s:option(Flag, "_enabled", translate("Enable P2P-Block")) +en.rmempty = false + +function en.cfgvalue() + return ( sys.init.enabled("freifunk-p2pblock") and "1" or "0" ) +end + +function en.write(self, section, val) + if val == "1" then + sys.init.enable("freifunk-p2pblock") + else + sys.init.disable("freifunk-p2pblock") + end +end + +s:option(Value, "portrange", translate("Portrange")) + +s:option(Value, "blocktime", translate("Block Time"), + translate("seconds")) + +s:option(DynamicList, "whitelist", translate("Whitelisted IPs")) + +l7 = s:option(MultiValue, "layer7", translate("Layer7-Protocols")) +l7.widget = "checkbox" +l7:value("aim", "AIM Chat") +l7:value("bittorrent", "Bittorrent") +l7:value("edonkey", "eDonkey, eMule, Kademlia") +l7:value("fasttrack", "Fasttrack Protocol") +l7:value("ftp", "File Transfer Protocol") +l7:value("gnutella", "Gnutella") +l7:value("http", "Hypertext Transfer Protocol") +l7:value("ident", "Ident Protocol") +l7:value("irc", "Internet Relay Chat") +l7:value("jabber", "Jabber/XMPP") +l7:value("msnmessenger", "MSN Messenger") +l7:value("ntp", "Network Time Protocol") +l7:value("pop3", "POP3 Protocol") +l7:value("smtp", "SMTP Protocol") +l7:value("ssl", "SSL Protocol") +l7:value("vnc", "VNC Protocol") + +ipp2p = s:option(MultiValue, "ipp2p", translate("IP-P2P")) +ipp2p.widget = "checkbox" +ipp2p:value("edk", "eDonkey, eMule, Kademlia") +ipp2p:value("kazaa", "KaZaA, FastTrack") +ipp2p:value("gnu", "Gnutella") +ipp2p:value("dc", "Direct Connect") +ipp2p:value("bit", "BitTorrent, extended BT") +ipp2p:value("apple", "AppleJuice") +ipp2p:value("winmx", "WinMX") +ipp2p:value("soul", "SoulSeek") +ipp2p:value("ares", "AresLite") + +return m diff --git a/applications/luci-app-p2pblock/po/ca/p2pblock.po b/applications/luci-app-p2pblock/po/ca/p2pblock.po new file mode 100644 index 0000000..fe99a77 --- /dev/null +++ b/applications/luci-app-p2pblock/po/ca/p2pblock.po @@ -0,0 +1,46 @@ +# default.pot +# generated from ./i18n/english/luasrc/i18n/default.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2011-02-14 17:43+0100\n" +"Last-Translator: Manuel Munz \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Block Time" +msgstr "Temps de bloqueig" + +msgid "Enable P2P-Block" +msgstr "Habilita el Blocat P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocols de capa 7" + +msgid "P2P-Block" +msgstr "Blocat P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"El Blocat P2P és un mecanisme de llista grisa per blocar diversos protocols " +"peer-tp-peer per clients que no estiguin a la llista blanca." + +msgid "Portrange" +msgstr "Rang de ports" + +msgid "Whitelisted IPs" +msgstr "IPs a la llista blanca" + +msgid "seconds" +msgstr "segons" diff --git a/applications/luci-app-p2pblock/po/cs/p2pblock.po b/applications/luci-app-p2pblock/po/cs/p2pblock.po new file mode 100644 index 0000000..02eafef --- /dev/null +++ b/applications/luci-app-p2pblock/po/cs/p2pblock.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 22:44+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "Doba blokování" + +msgid "Enable P2P-Block" +msgstr "Povolit P2P-Block" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Layer7-Protokoly" + +msgid "P2P-Block" +msgstr "P2P-Block" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "Rozsah portů" + +msgid "Whitelisted IPs" +msgstr "Povolené IP adresy" + +msgid "seconds" +msgstr "sekundy" diff --git a/applications/luci-app-p2pblock/po/de/p2pblock.po b/applications/luci-app-p2pblock/po/de/p2pblock.po new file mode 100644 index 0000000..e3613d6 --- /dev/null +++ b/applications/luci-app-p2pblock/po/de/p2pblock.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2011-02-14 17:44+0100\n" +"Last-Translator: Manuel Munz \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Block Time" +msgstr "Sperr-Zeitraum" + +msgid "Enable P2P-Block" +msgstr "P2P-Sperr-Mechanismus aktivieren" + +msgid "IP-P2P" +msgstr "IPP2P" + +msgid "Layer7-Protocols" +msgstr "Layer7-Protokolle" + +msgid "P2P-Block" +msgstr "P2P-Sperre" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-Block ist ein Mechanismus zum vorrübergehendem Sperren von Peer-to-Peer " +"Protokollen für nicht auf der Whitelist stehende Clients. " + +msgid "Portrange" +msgstr "Ãœberwachter Port-Bereich" + +msgid "Whitelisted IPs" +msgstr "Freigeschaltete IP-Adressen" + +msgid "seconds" +msgstr "Angabe in Sekunden" diff --git a/applications/luci-app-p2pblock/po/el/p2pblock.po b/applications/luci-app-p2pblock/po/el/p2pblock.po new file mode 100644 index 0000000..9db357a --- /dev/null +++ b/applications/luci-app-p2pblock/po/el/p2pblock.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-18 15:23+0200\n" +"PO-Revision-Date: 2012-03-18 15:23+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "δευτεÏόλεπτα" diff --git a/applications/luci-app-p2pblock/po/en/p2pblock.po b/applications/luci-app-p2pblock/po/en/p2pblock.po new file mode 100644 index 0000000..00cccc8 --- /dev/null +++ b/applications/luci-app-p2pblock/po/en/p2pblock.po @@ -0,0 +1,28 @@ +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/es/p2pblock.po b/applications/luci-app-p2pblock/po/es/p2pblock.po new file mode 100644 index 0000000..1edc533 --- /dev/null +++ b/applications/luci-app-p2pblock/po/es/p2pblock.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-19 16:56+0200\n" +"PO-Revision-Date: 2012-08-19 16:56+0200\n" +"Last-Translator: josevteg \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "Tiempo de bloqueo" + +msgid "Enable P2P-Block" +msgstr "Activar bloqueo P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocolo Layer7" + +msgid "P2P-Block" +msgstr "Bloqueo de P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"El bloqueo de P2P es un mecanismo de lista gris para bloquear varios " +"protocolos punto a punto a clientes que no están en lista blanca." + +msgid "Portrange" +msgstr "Rango de puertos" + +msgid "Whitelisted IPs" +msgstr "IPs en la lista blanca" + +msgid "seconds" +msgstr "segundos" diff --git a/applications/luci-app-p2pblock/po/fr/p2pblock.po b/applications/luci-app-p2pblock/po/fr/p2pblock.po new file mode 100644 index 0000000..524d3d0 --- /dev/null +++ b/applications/luci-app-p2pblock/po/fr/p2pblock.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-13 21:39+0200\n" +"PO-Revision-Date: 2012-01-15 07:06+0200\n" +"Last-Translator: desillu \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "Temps de blocage" + +msgid "Enable P2P-Block" +msgstr "Activer le blocage P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocoles de couche 7" + +msgid "P2P-Block" +msgstr "Blocage P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"Le blocage P2P est un mécanisme de liste grise pour bloquer divers " +"protocoles de pair-à-pair de clients non autorisés." + +msgid "Portrange" +msgstr "Gamme de ports" + +msgid "Whitelisted IPs" +msgstr "Adresses IP autorisées" + +msgid "seconds" +msgstr "secondes" diff --git a/applications/luci-app-p2pblock/po/he/p2pblock.po b/applications/luci-app-p2pblock/po/he/p2pblock.po new file mode 100644 index 0000000..5b2679b --- /dev/null +++ b/applications/luci-app-p2pblock/po/he/p2pblock.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:39+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "זמן חסימה" + +msgid "Enable P2P-Block" +msgstr "×פשר חסימת P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "פרוטוקולי Layer7" + +msgid "P2P-Block" +msgstr "חסימת P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"חסימת P2P הינו מנגנון ליצירת 'רשימה ×פורה', במטרה ×œ×—×¡×•× ×¡×•×’×™× ×©×•× ×™× ×©×œ " +"פרוטוקולי P2P עבור לקוחות ש××™× × ×‘'רשימה הלבנה'." + +msgid "Portrange" +msgstr "טווח פורטי×" + +msgid "Whitelisted IPs" +msgstr "כתובות IP ברשימה הלבנה" + +msgid "seconds" +msgstr "שניות" diff --git a/applications/luci-app-p2pblock/po/hu/p2pblock.po b/applications/luci-app-p2pblock/po/hu/p2pblock.po new file mode 100644 index 0000000..4f1dffa --- /dev/null +++ b/applications/luci-app-p2pblock/po/hu/p2pblock.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-01 19:16+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "Blokkolási idÅ‘" + +msgid "Enable P2P-Block" +msgstr "P2P-Block engedélyezése" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Layer7 protokollok" + +msgid "P2P-Block" +msgstr "P2P-Block" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"A P2P-Block különféle peer-to-peer protokollok blokkolására szolgáló " +"mechanizmus, a fehérlistában nem szereplÅ‘ ügyfelek részére." + +msgid "Portrange" +msgstr "Port tartomány" + +msgid "Whitelisted IPs" +msgstr "Fehérlistás IP címek" + +msgid "seconds" +msgstr "másodperc" diff --git a/applications/luci-app-p2pblock/po/it/p2pblock.po b/applications/luci-app-p2pblock/po/it/p2pblock.po new file mode 100644 index 0000000..3be5010 --- /dev/null +++ b/applications/luci-app-p2pblock/po/it/p2pblock.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-20 10:18+0200\n" +"PO-Revision-Date: 2012-04-20 10:21+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "Periodo di censura" + +msgid "Enable P2P-Block" +msgstr "Abilita la censura del P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocolli di Layer7" + +msgid "P2P-Block" +msgstr "Censura P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"La censura, block, del P2P è un meccanismo per bloccare diversi protocolli " +"peer-to-peer da parte di clienti non apparteneti alla whitelist." + +msgid "Portrange" +msgstr "Range delle porte" + +msgid "Whitelisted IPs" +msgstr "IP in whitelist" + +msgid "seconds" +msgstr "secondi" diff --git a/applications/luci-app-p2pblock/po/ja/p2pblock.po b/applications/luci-app-p2pblock/po/ja/p2pblock.po new file mode 100644 index 0000000..00cccc8 --- /dev/null +++ b/applications/luci-app-p2pblock/po/ja/p2pblock.po @@ -0,0 +1,28 @@ +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/ms/p2pblock.po b/applications/luci-app-p2pblock/po/ms/p2pblock.po new file mode 100644 index 0000000..00cccc8 --- /dev/null +++ b/applications/luci-app-p2pblock/po/ms/p2pblock.po @@ -0,0 +1,28 @@ +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/no/p2pblock.po b/applications/luci-app-p2pblock/po/no/p2pblock.po new file mode 100644 index 0000000..af9c25e --- /dev/null +++ b/applications/luci-app-p2pblock/po/no/p2pblock.po @@ -0,0 +1,36 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Block Time" +msgstr "Blokkerings tid" + +msgid "Enable P2P-Block" +msgstr "Aktiver P2P-Blokkering" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Lag7-Protokoller" + +msgid "P2P-Block" +msgstr "P2P-Blokkering" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-blokkering er en mekanisme for Ã¥ blokkere ulike peer-to-peer protokoller " +"for klienter som ikke er hvitelistede." + +msgid "Portrange" +msgstr "PortomrÃ¥de" + +msgid "Whitelisted IPs" +msgstr "Hvitelistede IP'er" + +msgid "seconds" +msgstr "sekunder" diff --git a/applications/luci-app-p2pblock/po/pl/p2pblock.po b/applications/luci-app-p2pblock/po/pl/p2pblock.po new file mode 100644 index 0000000..9222a08 --- /dev/null +++ b/applications/luci-app-p2pblock/po/pl/p2pblock.po @@ -0,0 +1,46 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-29 10:53+0200\n" +"PO-Revision-Date: 2012-03-29 10:55+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "Czas blokowania" + +msgid "Enable P2P-Block" +msgstr "WÅ‚Ä…cz P2P-Block" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "ProtokoÅ‚y Layer7" + +msgid "P2P-Block" +msgstr "P2P-Block" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-Block jest mechanizmem który blokuje rozmaite protokoÅ‚y peer-to-peer dla " +"klientów spoza dozwolonej listy." + +msgid "Portrange" +msgstr "Zakres portów" + +msgid "Whitelisted IPs" +msgstr "Dozwolone adresy IP" + +msgid "seconds" +msgstr "sekund" diff --git a/applications/luci-app-p2pblock/po/pt-br/p2pblock.po b/applications/luci-app-p2pblock/po/pt-br/p2pblock.po new file mode 100644 index 0000000..de36381 --- /dev/null +++ b/applications/luci-app-p2pblock/po/pt-br/p2pblock.po @@ -0,0 +1,30 @@ +msgid "Block Time" +msgstr "Tempo de bloqueio" + +msgid "Enable P2P-Block" +msgstr "Habilite o bloqueio P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocolos da camada de aplicação" + +msgid "P2P-Block" +msgstr "P2P-Block" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-Block é um mecanismo de lista cinza para bloquear vários protocolos " +"peer-to-peer para clientes fora da lista branca." + +msgid "Portrange" +msgstr "Faixa de porta" + +msgid "Whitelisted IPs" +msgstr "IPs na lista branca" + +msgid "seconds" +msgstr "segundos" diff --git a/applications/luci-app-p2pblock/po/pt/p2pblock.po b/applications/luci-app-p2pblock/po/pt/p2pblock.po new file mode 100644 index 0000000..365f9f2 --- /dev/null +++ b/applications/luci-app-p2pblock/po/pt/p2pblock.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-01 01:17+0200\n" +"PO-Revision-Date: 2013-05-01 01:30+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "Tempo a bloquear" + +msgid "Enable P2P-Block" +msgstr "Activar Bloqueio P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Portocolos Layer7" + +msgid "P2P-Block" +msgstr "Bloqueio P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"Bloqueio P2P é um mecanismo lista verde para bloquear vários protocolos " +"peer-to-peer para clientes que não se encontram na lista branca" + +msgid "Portrange" +msgstr "Intervalo de Portas" + +msgid "Whitelisted IPs" +msgstr "IPs na lista branca" + +msgid "seconds" +msgstr "segundos" diff --git a/applications/luci-app-p2pblock/po/ro/p2pblock.po b/applications/luci-app-p2pblock/po/ro/p2pblock.po new file mode 100644 index 0000000..2f7d74e --- /dev/null +++ b/applications/luci-app-p2pblock/po/ro/p2pblock.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 17:09+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Block Time" +msgstr "Durata de blocare" + +msgid "Enable P2P-Block" +msgstr "Activeaza blocarea P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Protocoale Layer7" + +msgid "P2P-Block" +msgstr "Blocare P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"Blocarea P2P este un mecanism de blocare a diferitelor protocoale pentru " +"clienti necunoscuti." + +msgid "Portrange" +msgstr "Gama de porturi" + +msgid "Whitelisted IPs" +msgstr "Adrese IP de incredere" + +msgid "seconds" +msgstr "secunde" diff --git a/applications/luci-app-p2pblock/po/ru/p2pblock.po b/applications/luci-app-p2pblock/po/ru/p2pblock.po new file mode 100644 index 0000000..f6a2740 --- /dev/null +++ b/applications/luci-app-p2pblock/po/ru/p2pblock.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: p2pblock\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-01 12:02+0200\n" +"PO-Revision-Date: 2013-11-13 18:46+0200\n" +"Last-Translator: Роман \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Block Time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ¸" + +msgid "Enable P2P-Block" +msgstr "Включить блокировку P2P" + +#, fuzzy +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Протоколы 7-го уровнÑ" + +msgid "P2P-Block" +msgstr "Блокировка P2P" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"Блокировка P2P позволÑет запретить P2P-протоколы Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² вне белого " +"ÑпиÑка." + +msgid "Portrange" +msgstr "Диапазон портов" + +msgid "Whitelisted IPs" +msgstr "Белый ÑпиÑок IP" + +msgid "seconds" +msgstr "Ñекунды" diff --git a/applications/luci-app-p2pblock/po/sk/p2pblock.po b/applications/luci-app-p2pblock/po/sk/p2pblock.po new file mode 100644 index 0000000..1881b3c --- /dev/null +++ b/applications/luci-app-p2pblock/po/sk/p2pblock.po @@ -0,0 +1,38 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/sv/p2pblock.po b/applications/luci-app-p2pblock/po/sv/p2pblock.po new file mode 100644 index 0000000..de6e66a --- /dev/null +++ b/applications/luci-app-p2pblock/po/sv/p2pblock.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/templates/p2pblock.pot b/applications/luci-app-p2pblock/po/templates/p2pblock.pot new file mode 100644 index 0000000..6fa5da1 --- /dev/null +++ b/applications/luci-app-p2pblock/po/templates/p2pblock.pot @@ -0,0 +1,31 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Block Time" +msgstr "" + +msgid "Enable P2P-Block" +msgstr "" + +msgid "IP-P2P" +msgstr "" + +msgid "Layer7-Protocols" +msgstr "" + +msgid "P2P-Block" +msgstr "" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" + +msgid "Portrange" +msgstr "" + +msgid "Whitelisted IPs" +msgstr "" + +msgid "seconds" +msgstr "" diff --git a/applications/luci-app-p2pblock/po/tr/p2pblock.po b/applications/luci-app-p2pblock/po/tr/p2pblock.po new file mode 100644 index 0000000..7c670d8 --- /dev/null +++ b/applications/luci-app-p2pblock/po/tr/p2pblock.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 22:45+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "Engel Zamanı" + +msgid "Enable P2P-Block" +msgstr "P2P-BloÄŸu'nu Aç" + +msgid "IP-P2P" +msgstr "iP-P2P" + +msgid "Layer7-Protocols" +msgstr "Layer7 - Protokolleri" + +msgid "P2P-Block" +msgstr "P2P-BloÄŸu" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-BloÄŸu bir engel (greylist) mekanizmasıdır. izin verilenler listesinde " +"(Beyaz Liste) olmayan istemciler için p2p protokolünü engeller." + +msgid "Portrange" +msgstr "Portrange" + +msgid "Whitelisted IPs" +msgstr "Beyaz Liste iPleri" + +msgid "seconds" +msgstr "saniye" diff --git a/applications/luci-app-p2pblock/po/uk/p2pblock.po b/applications/luci-app-p2pblock/po/uk/p2pblock.po new file mode 100644 index 0000000..3e7dff9 --- /dev/null +++ b/applications/luci-app-p2pblock/po/uk/p2pblock.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 16:04+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "Загальний чаÑ" + +msgid "Enable P2P-Block" +msgstr "Ðктивувати Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ P2P" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Протокол Layer7" + +msgid "P2P-Block" +msgstr "P2P блоковано" + +#, fuzzy +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÑвлÑÑ” Ñобою механізм Ñірих ÑпиÑків Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñ€Ñ–Ð·Ð½Ð¸Ñ… " +"рівний-однотипних протоколів Ð´Ð»Ñ ÐЕ-білого ÑпиÑку клієнтів." + +msgid "Portrange" +msgstr "Діапазон портів" + +msgid "Whitelisted IPs" +msgstr "Білий ÑпиÑок IP-адреÑ" + +msgid "seconds" +msgstr "Ñекунд" diff --git a/applications/luci-app-p2pblock/po/vi/p2pblock.po b/applications/luci-app-p2pblock/po/vi/p2pblock.po new file mode 100644 index 0000000..4bad090 --- /dev/null +++ b/applications/luci-app-p2pblock/po/vi/p2pblock.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Manuel Munz \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Block Time" +msgstr "Thá»Âi gian Block" + +msgid "Enable P2P-Block" +msgstr "Kích hoạt P2P-Block" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "Layer7-protocols" + +msgid "P2P-Block" +msgstr "P2P-Block" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "" +"P2P-Block là một cÆ¡ chế greylisting để chặn các peer-to-peer " +"protocols cho khách hàng không nằm trên whitelisted." + +msgid "Portrange" +msgstr "Portrange" + +msgid "Whitelisted IPs" +msgstr "Whitelisted IPs" + +msgid "seconds" +msgstr "giây" diff --git a/applications/luci-app-p2pblock/po/zh-cn/p2pblock.po b/applications/luci-app-p2pblock/po/zh-cn/p2pblock.po new file mode 100644 index 0000000..66725be --- /dev/null +++ b/applications/luci-app-p2pblock/po/zh-cn/p2pblock.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-17 19:11+0200\n" +"PO-Revision-Date: 2013-10-08 15:22+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "å°é”时间" + +msgid "Enable P2P-Block" +msgstr "å¯åŠ¨P2På°é”" + +msgid "IP-P2P" +msgstr "IP-P2P" + +msgid "Layer7-Protocols" +msgstr "第7层åè®®" + +msgid "P2P-Block" +msgstr "P2På°é”" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "P2På°é”使用ç°åå•æœºåˆ¶ï¼Œä»¥é˜»æ­¢éžç™½åå•å®¢æˆ·çš„å„ç§P2På议。" + +msgid "Portrange" +msgstr "端å£èŒƒå›´" + +msgid "Whitelisted IPs" +msgstr "白åå•IP地å€" + +msgid "seconds" +msgstr "秒" diff --git a/applications/luci-app-p2pblock/po/zh-tw/p2pblock.po b/applications/luci-app-p2pblock/po/zh-tw/p2pblock.po new file mode 100644 index 0000000..f542f77 --- /dev/null +++ b/applications/luci-app-p2pblock/po/zh-tw/p2pblock.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 11:09+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Block Time" +msgstr "阻斷時間" + +msgid "Enable P2P-Block" +msgstr "啓用P2Pç¦æ–·" + +msgid "IP-P2P" +msgstr "IP點å°é»žå”定" + +msgid "Layer7-Protocols" +msgstr "第七層å”定" + +msgid "P2P-Block" +msgstr "P2Pç¦æ–·" + +msgid "" +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." +msgstr "P2P-Block是一個ç°å單機制, é‡å°ä¸åœ¨ç™½å單清單裡é¢çš„用戶, 阻斷å„種類的P2P點å°é»žå”定." + +msgid "Portrange" +msgstr "範åœåŸ " + +msgid "Whitelisted IPs" +msgstr "白å單列表IP" + +msgid "seconds" +msgstr "秒數" diff --git a/applications/luci-app-p2pblock/root/etc/uci-defaults/luci-p2pblock b/applications/luci-app-p2pblock/root/etc/uci-defaults/luci-p2pblock new file mode 100755 index 0000000..030ebbe --- /dev/null +++ b/applications/luci-app-p2pblock/root/etc/uci-defaults/luci-p2pblock @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete citrack.@freifunk_p2pblock[-1] + add ucitrack freifunk_p2pblock + set ucitrack.@freifunk_p2pblock[-1].init=freifunk-p2pblock + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-p910nd/Makefile b/applications/luci-app-p910nd/Makefile new file mode 100644 index 0000000..adb35bd --- /dev/null +++ b/applications/luci-app-p910nd/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=p910nd - Printer server module +LUCI_DEPENDS:=+p910nd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-p910nd/luasrc/controller/p910nd.lua b/applications/luci-app-p910nd/luasrc/controller/p910nd.lua new file mode 100644 index 0000000..df47e9f --- /dev/null +++ b/applications/luci-app-p910nd/luasrc/controller/p910nd.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.p910nd", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/p910nd") then + return + end + + local page + + page = entry({"admin", "services", "p910nd"}, cbi("p910nd"), _("p910nd - Printer server"), 60) + page.dependent = true +end diff --git a/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua b/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua new file mode 100644 index 0000000..0990138 --- /dev/null +++ b/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua @@ -0,0 +1,49 @@ +-- Copyright 2008 Yanira +-- Copyright 2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local uci = luci.model.uci.cursor_state() +local net = require "luci.model.network" +local m, s, p, b + +m = Map("p910nd", translate("p910nd - Printer server"), + translatef("First you have to install the packages to get support for USB (kmod-usb-printer) or parallel port (kmod-lp).")) + +net = net.init(m.uci) + +s = m:section(TypedSection, "p910nd", translate("Settings")) +s.addremove = true +s.anonymous = true + +s:option(Flag, "enabled", translate("enable")) + +s:option(Value, "device", translate("Device")).rmempty = true + +b = s:option(Value, "bind", translate("Interface"), translate("Specifies the interface to listen on.")) +b.template = "cbi/network_netlist" +b.nocreate = true +b.unspecified = true + +function b.cfgvalue(...) + local v = Value.cfgvalue(...) + if v then + return (net:get_status_by_address(v)) + end +end + +function b.write(self, section, value) + local n = net:get_network(value) + if n and n:ipaddr() then + Value.write(self, section, n:ipaddr()) + end +end + +p = s:option(ListValue, "port", translate("Port"), translate("TCP listener port.")) +p.rmempty = true +for i=0,9 do + p:value(i, 9100+i) +end + +s:option(Flag, "bidirectional", translate("Bidirectional mode")) + +return m diff --git a/applications/luci-app-p910nd/po/ca/p910nd.po b/applications/luci-app-p910nd/po/ca/p910nd.po new file mode 100644 index 0000000..6862df4 --- /dev/null +++ b/applications/luci-app-p910nd/po/ca/p910nd.po @@ -0,0 +1,55 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-07-01 03:56+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Mode bidireccional" + +msgid "Device" +msgstr "Dispositiu" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Primer heu d'instal·lar els paquets de suport USB (kmod-usb-printer) o de " +"port paral·lel (kmod-lp)." + +msgid "Interface" +msgstr "Interfície" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Ajusts" + +msgid "Specifies the interface to listen on." +msgstr "Especifica la interfície en que escoltar." + +msgid "TCP listener port." +msgstr "Port d'escolta TCP." + +msgid "enable" +msgstr "habilita" + +msgid "p910nd - Printer server" +msgstr "p910nd - Servidor d'impressió" + +#~ msgid "port_help" +#~ msgstr "" +#~ "El p910nd escolta al port 910+N. Per exemple, 9100 per la primera " +#~ "impressora (la 0)." diff --git a/applications/luci-app-p910nd/po/cs/p910nd.po b/applications/luci-app-p910nd/po/cs/p910nd.po new file mode 100644 index 0000000..e4f1c71 --- /dev/null +++ b/applications/luci-app-p910nd/po/cs/p910nd.po @@ -0,0 +1,49 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-20 23:28+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "ObousmÄ›rný režim" + +msgid "Device" +msgstr "Zařízení" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Nejprve je nutno nainstalovat balíÄky pÅ™inášející podporu USB (kmod-usb-" +"printer) Äi paralelního portu (kmod-lp)." + +msgid "Interface" +msgstr "Rozhraní" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Nastavení" + +msgid "Specifies the interface to listen on." +msgstr "Specifikuje rozhraní pro naslouchání." + +msgid "TCP listener port." +msgstr "Naslouchající TCP port" + +msgid "enable" +msgstr "Povolit" + +msgid "p910nd - Printer server" +msgstr "p910nd - tiskový server" + +#~ msgid "port_help" +#~ msgstr "NápovÄ›da pro výbÄ›r portu" diff --git a/applications/luci-app-p910nd/po/de/p910nd.po b/applications/luci-app-p910nd/po/de/p910nd.po new file mode 100644 index 0000000..d72e858 --- /dev/null +++ b/applications/luci-app-p910nd/po/de/p910nd.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-09-12 14:00+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Bidirektionaler Modus" + +msgid "Device" +msgstr "Gerät" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Bevor p910nd verwendet werden kann muessen Pakete fuer USB (kmod-usb-" +"printer) und Parallelport (kmod-lp) Support installiert werden." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Einstellungen" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "TCP Port" + +msgid "enable" +msgstr "aktivieren" + +msgid "p910nd - Printer server" +msgstr "p910nd - Printserver" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd hoert auf Port 910+N. Z.B. 9100 fuer ersten Drucker" diff --git a/applications/luci-app-p910nd/po/el/p910nd.po b/applications/luci-app-p910nd/po/el/p910nd.po new file mode 100644 index 0000000..13b97c0 --- /dev/null +++ b/applications/luci-app-p910nd/po/el/p910nd.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-18 15:25+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Bidirectional mode" +msgstr "ΑμφίδÏομη μέθοδος" + +msgid "Device" +msgstr "Συσκευή" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"ΠÏώτα Ï€Ïέπει να εγκατασταθοÏν τα πακέτα για να υπάÏξει υποστήÏιξη για USB " +"(kmod-usb-printer) ή παÏάλληλη θÏÏα (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "ΘÏÏα" + +msgid "Settings" +msgstr "Ρυθμίσεις" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "ΘÏÏα ακÏόασης TCP" + +msgid "enable" +msgstr "ενεÏγοποίηση" + +msgid "p910nd - Printer server" +msgstr "p910nd - ΕξυπηÏετητής εκτυπώσεων" + +#~ msgid "port_help" +#~ msgstr "port_help" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "" +#~ "p910nd ανταποκÏίνεται στην πόÏτα 910+N. Ï€.χ. 9100 για τον Ï€Ïώτο εκτυπωτή" diff --git a/applications/luci-app-p910nd/po/en/p910nd.po b/applications/luci-app-p910nd/po/en/p910nd.po new file mode 100644 index 0000000..766673a --- /dev/null +++ b/applications/luci-app-p910nd/po/en/p910nd.po @@ -0,0 +1,51 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Bidirectional mode" +msgstr "Bidirectional mode" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "p910nd - Printer server" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd listens on port 910+N. E.g. 9100 for the first printer." diff --git a/applications/luci-app-p910nd/po/es/p910nd.po b/applications/luci-app-p910nd/po/es/p910nd.po new file mode 100644 index 0000000..f558c99 --- /dev/null +++ b/applications/luci-app-p910nd/po/es/p910nd.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-06-15 09:10+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Modo bidireccional" + +msgid "Device" +msgstr "Dispositivo" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Debe instalar primero el soporte para puertos USB (kmod-usb-printer) o " +"paralelo (kmod-lp)." + +msgid "Interface" +msgstr "Interfaz" + +msgid "Port" +msgstr "Puerto" + +msgid "Settings" +msgstr "Configuración" + +msgid "Specifies the interface to listen on." +msgstr "Especifica el interfaz en el que se escucha." + +msgid "TCP listener port." +msgstr "Puerto de escucha TCP." + +msgid "enable" +msgstr "activar" + +msgid "p910nd - Printer server" +msgstr "Servidor de Impresión - p910nd" + +#~ msgid "port_help" +#~ msgstr "puerto_ayuda" diff --git a/applications/luci-app-p910nd/po/fr/p910nd.po b/applications/luci-app-p910nd/po/fr/p910nd.po new file mode 100644 index 0000000..5621e10 --- /dev/null +++ b/applications/luci-app-p910nd/po/fr/p910nd.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-01-15 07:08+0200\n" +"Last-Translator: desillu \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Bidirectional mode" +msgstr "Mode bi-directionnel" + +msgid "Device" +msgstr "Périphérique" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Vous devez d'abord installer les paquets pour gérer des imprimantes USB " +"(kmod-usb-printer) ou sur port parallèle (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Paramètres" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "Port d'écoute TCP." + +msgid "enable" +msgstr "activer" + +msgid "p910nd - Printer server" +msgstr "p910nd - Serveur d'impression" + +#~ msgid "port_help" +#~ msgstr "aide_port" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "" +#~ "p910nd écoute sur le port 910+N, par exemple 9100 pour la première " +#~ "imprimante." diff --git a/applications/luci-app-p910nd/po/he/p910nd.po b/applications/luci-app-p910nd/po/he/p910nd.po new file mode 100644 index 0000000..3accdca --- /dev/null +++ b/applications/luci-app-p910nd/po/he/p910nd.po @@ -0,0 +1,53 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:43+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "מצב דו-כיווני." + +msgid "Device" +msgstr "התקן" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"ר×שית עליך להתקין ×ת החבילות כדי לקבל תמיכה ב- USB (kmod-usb-printer) ×ו " +"בחיבור מקבילי (kmod-lp)." + +msgid "Interface" +msgstr "" + +# "יצי××”" ×ו "יצי×ת התקן" ? +#, fuzzy +msgid "Port" +msgstr "יצי×ת התקן" + +msgid "Settings" +msgstr "הגדרות" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "יצי×ת ×”××–× ×” ל- TCP" + +msgid "enable" +msgstr "ל×פשר" + +msgid "p910nd - Printer server" +msgstr "p910nd - שרת מדפסות" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd מ×זין לפורט 910+N (למשל 9100) עבור המדפסת הר×שונה." diff --git a/applications/luci-app-p910nd/po/hu/p910nd.po b/applications/luci-app-p910nd/po/hu/p910nd.po new file mode 100644 index 0000000..7179871 --- /dev/null +++ b/applications/luci-app-p910nd/po/hu/p910nd.po @@ -0,0 +1,49 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-28 16:41+0200\n" +"Last-Translator: Gábor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Bidirectional mode" +msgstr "Kétirányú mód" + +msgid "Device" +msgstr "Eszköz" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"A p910nd használata elÅ‘tt szükséges az USB (kmod-usb-printer), vagy " +"párhuzamos (kmod-lp) portokat támogató csomagok telepítése." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Beállítások" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "TCP port" + +msgid "enable" +msgstr "Engedélyezés" + +msgid "p910nd - Printer server" +msgstr "p910nd - Nyomtató szerver" + +#~ msgid "port_help" +#~ msgstr "port_súgó" diff --git a/applications/luci-app-p910nd/po/it/p910nd.po b/applications/luci-app-p910nd/po/it/p910nd.po new file mode 100644 index 0000000..47bf687 --- /dev/null +++ b/applications/luci-app-p910nd/po/it/p910nd.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2014-08-05 11:23+0200\n" +"Last-Translator: morganfw \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Modalità bidirezionale" + +msgid "Device" +msgstr "Dispositivo" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Devi prima aver installato i pacchetti per avere il supporto dell'USB (kmod-" +"usb-printer) o della porta parallela (kmod-lp)." + +msgid "Interface" +msgstr "Interfaccia" + +msgid "Port" +msgstr "Porta" + +msgid "Settings" +msgstr "Impostazioni" + +msgid "Specifies the interface to listen on." +msgstr "Specifica l'interfaccia per l'ascolto." + +msgid "TCP listener port." +msgstr "Porta d'ascolto TCP." + +msgid "enable" +msgstr "Attiva" + +msgid "p910nd - Printer server" +msgstr "p910nd - Server di stampa" + +#~ msgid "port_help" +#~ msgstr "Porta d'aiuto" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "" +#~ "p910nd è in ascolto sulla porta 910+N. Ad es. 9100 per la prima stampante." diff --git a/applications/luci-app-p910nd/po/ja/p910nd.po b/applications/luci-app-p910nd/po/ja/p910nd.po new file mode 100644 index 0000000..42335ce --- /dev/null +++ b/applications/luci-app-p910nd/po/ja/p910nd.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-11-04 18:11+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Bidirectional mode" +msgstr "åŒæ–¹å‘モード" + +msgid "Device" +msgstr "デãƒã‚¤ã‚¹" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"ã¾ãšåˆã‚ã«ã€USB(kmod-usb-printer)ã¾ãŸã¯ã€ãƒ‘ラレルãƒãƒ¼ãƒˆ(kmod-lp)をサãƒãƒ¼ãƒˆã™" +"ã‚‹ãŸã‚ã®ãƒ‘ッケージをインストールã—ã¦ãã ã•ã„。" + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆç•ªå·" + +msgid "Settings" +msgstr "設定" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "TCP接続待ã¡ãƒãƒ¼ãƒˆ" + +msgid "enable" +msgstr "有効" + +msgid "p910nd - Printer server" +msgstr "p910nd - プリンタサーãƒãƒ¼" + +#~ msgid "port_help" +#~ msgstr "port_help" diff --git a/applications/luci-app-p910nd/po/ms/p910nd.po b/applications/luci-app-p910nd/po/ms/p910nd.po new file mode 100644 index 0000000..254fc66 --- /dev/null +++ b/applications/luci-app-p910nd/po/ms/p910nd.po @@ -0,0 +1,43 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Bidirectional mode" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "" diff --git a/applications/luci-app-p910nd/po/no/p910nd.po b/applications/luci-app-p910nd/po/no/p910nd.po new file mode 100644 index 0000000..3bf49c5 --- /dev/null +++ b/applications/luci-app-p910nd/po/no/p910nd.po @@ -0,0 +1,47 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2013-03-21 23:05+0200\n" +"Last-Translator: protx \n" +"Language: no\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Toveis modus (bidirectional)" + +msgid "Device" +msgstr "Enhet" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Du mÃ¥ først installere pakkene som gir støtte for USB (kmod-usb-printer) " +"eller parallellport (kmod-lp) skriver." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Innstillinger" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "TCP lytte port." + +msgid "enable" +msgstr "Aktiver" + +msgid "p910nd - Printer server" +msgstr "p910nd - Skriverserver" + +#~ msgid "port_help" +#~ msgstr "" +#~ "p910nd lytter pÃ¥ port 910+N. (N=0 blir port 9100 for første skriver)" diff --git a/applications/luci-app-p910nd/po/pl/p910nd.po b/applications/luci-app-p910nd/po/pl/p910nd.po new file mode 100644 index 0000000..c5f611a --- /dev/null +++ b/applications/luci-app-p910nd/po/pl/p910nd.po @@ -0,0 +1,56 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-02 19:31+0200\n" +"Last-Translator: obsy \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Tryb dwukierunkowy" + +msgid "Device" +msgstr "UrzÄ…dzenie" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Po pierwsze, musisz zainstalować pakiety obsÅ‚ugujÄ…ce interfejs USB (kmod-" +"usb-printer) lub LPT (kmod-lp)." + +msgid "Interface" +msgstr "Interfejs" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Ustawienia" + +msgid "Specifies the interface to listen on." +msgstr "OkreÅ›la interfejs do nasÅ‚uchu." + +msgid "TCP listener port." +msgstr "Port nasÅ‚uchu TCP" + +msgid "enable" +msgstr "WÅ‚Ä…czony" + +# W sambie usÅ‚uga też siÄ™ nazywa "network shares", wiÄ™c nie ma specjalnie potrzeby używania nazwy wÅ‚asnej demona "p910nd". +msgid "p910nd - Printer server" +msgstr "Serwer wydruku" + +#~ msgid "port_help" +#~ msgstr "port_help" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd nasÅ‚uchuje na porcie 910X, np. 9100 dla pierwszej drukarki." diff --git a/applications/luci-app-p910nd/po/pt-br/p910nd.po b/applications/luci-app-p910nd/po/pt-br/p910nd.po new file mode 100644 index 0000000..de7c429 --- /dev/null +++ b/applications/luci-app-p910nd/po/pt-br/p910nd.po @@ -0,0 +1,57 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-06-21 19:02+0200\n" +"Last-Translator: Éder \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Modo bidirecional" + +msgid "Device" +msgstr "Dispositivo" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Primeiro você deve instalar os pacotes para obter suporte USB (kmod-usb-" +"printer) ou porta paralela (kmod-lp)." + +# 20140621: edersg: tradução +msgid "Interface" +msgstr "Interface" + +msgid "Port" +msgstr "Porta" + +msgid "Settings" +msgstr "Configurações" + +# 20140621: edersg: tradução +msgid "Specifies the interface to listen on." +msgstr "Especifica a interface para escuta." + +msgid "TCP listener port." +msgstr "Porta TCP de escuta." + +msgid "enable" +msgstr "habilitado" + +msgid "p910nd - Printer server" +msgstr "p910nd - Servidor de impressão" + +#~ msgid "port_help" +#~ msgstr "" +#~ "p910nd escuta na porta 910x. Por exemplo, 9100 para a primeira impressora." + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." diff --git a/applications/luci-app-p910nd/po/pt/p910nd.po b/applications/luci-app-p910nd/po/pt/p910nd.po new file mode 100644 index 0000000..734967e --- /dev/null +++ b/applications/luci-app-p910nd/po/pt/p910nd.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-05-01 00:41+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Modo bidirecional" + +msgid "Device" +msgstr "Dispositivo" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Primeiro você deve instalar os pacotes para obter suporte USB (kmod-usb-" +"printer) ou porta paralela (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Porta" + +msgid "Settings" +msgstr "Definições" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "Porta TCP ouvinte" + +msgid "enable" +msgstr "activar" + +msgid "p910nd - Printer server" +msgstr "P910nd - Servidor de impressão" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd escuta na porta 910+N. Ex. 9100 para a primeira impressora." diff --git a/applications/luci-app-p910nd/po/ro/p910nd.po b/applications/luci-app-p910nd/po/ro/p910nd.po new file mode 100644 index 0000000..7cad5c0 --- /dev/null +++ b/applications/luci-app-p910nd/po/ro/p910nd.po @@ -0,0 +1,47 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-29 20:02+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "" + +msgid "Device" +msgstr "Dispozitiv" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +msgid "Interface" +msgstr "Interfaţă" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Setări" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "activează" + +msgid "p910nd - Printer server" +msgstr "" diff --git a/applications/luci-app-p910nd/po/ru/p910nd.po b/applications/luci-app-p910nd/po/ru/p910nd.po new file mode 100644 index 0000000..923b22e --- /dev/null +++ b/applications/luci-app-p910nd/po/ru/p910nd.po @@ -0,0 +1,57 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: p910nd\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 11:42+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Bidirectional mode" +msgstr "Двунаправленный режим" + +msgid "Device" +msgstr "УÑтройÑтво" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Ð”Ð»Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° вам необходимо уÑтановить пакеты Ð´Ð»Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¸ USB (kmod-usb-" +"printer) или параллельного порта (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Порт" + +msgid "Settings" +msgstr "ÐаÑтройки" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "ПроÑлушиваемый TCP-порт." + +msgid "enable" +msgstr "включить" + +msgid "p910nd - Printer server" +msgstr "p910nd - Ñервер печати" + +#~ msgid "port_help" +#~ msgstr "Помощь по портам" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "" +#~ "p910nd проÑлушивает порт 910+N. То еÑÑ‚ÑŒ 9100 - номер первого принтера." diff --git a/applications/luci-app-p910nd/po/sk/p910nd.po b/applications/luci-app-p910nd/po/sk/p910nd.po new file mode 100644 index 0000000..5282dd7 --- /dev/null +++ b/applications/luci-app-p910nd/po/sk/p910nd.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Bidirectional mode" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "" diff --git a/applications/luci-app-p910nd/po/sv/p910nd.po b/applications/luci-app-p910nd/po/sv/p910nd.po new file mode 100644 index 0000000..98febee --- /dev/null +++ b/applications/luci-app-p910nd/po/sv/p910nd.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Bidirectional mode" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "" diff --git a/applications/luci-app-p910nd/po/templates/p910nd.pot b/applications/luci-app-p910nd/po/templates/p910nd.pot new file mode 100644 index 0000000..3674fdb --- /dev/null +++ b/applications/luci-app-p910nd/po/templates/p910nd.pot @@ -0,0 +1,34 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Bidirectional mode" +msgstr "" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "" diff --git a/applications/luci-app-p910nd/po/tr/p910nd.po b/applications/luci-app-p910nd/po/tr/p910nd.po new file mode 100644 index 0000000..ed69a01 --- /dev/null +++ b/applications/luci-app-p910nd/po/tr/p910nd.po @@ -0,0 +1,46 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 23:24+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Çift Yönlü Mod" + +msgid "Device" +msgstr "Aygıt" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"USB (kmod-usb-yazıcı) veya paralel port (kmod-lp) kullanabilmek için destek " +"paketi yüklemeniz gerekebilir." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Port" + +msgid "Settings" +msgstr "Ayarlar" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "Dinlemedeki TCP portları" + +msgid "enable" +msgstr "EtkinleÅŸtir" + +msgid "p910nd - Printer server" +msgstr "P910nd_Yazıcı Sunucusu" diff --git a/applications/luci-app-p910nd/po/uk/p910nd.po b/applications/luci-app-p910nd/po/uk/p910nd.po new file mode 100644 index 0000000..237054d --- /dev/null +++ b/applications/luci-app-p910nd/po/uk/p910nd.po @@ -0,0 +1,47 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-26 18:35+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "Двонаправлений режим" + +msgid "Device" +msgstr "ПриÑтрій" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"Спочатку вам Ñлід інÑталювати пакети Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ñ€Ð¸Ð¼ÐºÐ¸ USB (kmod-usb-printer) " +"або паралельного порту (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "Порт" + +msgid "Settings" +msgstr "Параметри" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "Порт TCP, що проÑлуховуєтьÑÑ" + +msgid "enable" +msgstr "Увімкнути" + +msgid "p910nd - Printer server" +msgstr "p910nd - Ñервер друку" diff --git a/applications/luci-app-p910nd/po/vi/p910nd.po b/applications/luci-app-p910nd/po/vi/p910nd.po new file mode 100644 index 0000000..10035b8 --- /dev/null +++ b/applications/luci-app-p910nd/po/vi/p910nd.po @@ -0,0 +1,52 @@ +# p910nd.pot +# generated from ./applications/luci-p910nd/luasrc/i18n/p910nd.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-13 04:03+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Bidirectional mode" +msgstr "Chế Ä‘á»™ 2 chiá»u" + +msgid "Device" +msgstr "" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"TrÆ°á»›c tiên, bạn cần phải cài đặt các gói để há»— trợ cho cổng USB (kmod-usb-" +"in), hoặc cổng song song (kmod-lp)." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "" + +msgid "enable" +msgstr "" + +msgid "p910nd - Printer server" +msgstr "p910nd - Máy in chủ" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd tiếp thu ở cổng 910+N. E.g. 9100 cho máy in đầu tiên." diff --git a/applications/luci-app-p910nd/po/zh-cn/p910nd.po b/applications/luci-app-p910nd/po/zh-cn/p910nd.po new file mode 100644 index 0000000..c14e2e7 --- /dev/null +++ b/applications/luci-app-p910nd/po/zh-cn/p910nd.po @@ -0,0 +1,49 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2014-06-22 14:36+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "åŒå‘模å¼" + +msgid "Device" +msgstr "设备" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "必须安装支æŒUSB打å°æœºçš„驱动(kmod-usb-printer)或者并å£é©±åŠ¨(kmod-lp)" + +msgid "Interface" +msgstr "接å£" + +msgid "Port" +msgstr "端å£" + +msgid "Settings" +msgstr "设置" + +msgid "Specifies the interface to listen on." +msgstr "指定监å¬ç«¯å£" + +msgid "TCP listener port." +msgstr "TCP监å¬ç«¯å£" + +msgid "enable" +msgstr "å¯ç”¨" + +msgid "p910nd - Printer server" +msgstr "打å°æœåŠ¡å™¨" + +#~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." +#~ msgstr "p910nd 的监å¬ç«¯å£æ˜¯910+N,举例:9100用于监å¬ç¬¬ä¸€å°æ‰“å°æœº" diff --git a/applications/luci-app-p910nd/po/zh-tw/p910nd.po b/applications/luci-app-p910nd/po/zh-tw/p910nd.po new file mode 100644 index 0000000..7d6c080 --- /dev/null +++ b/applications/luci-app-p910nd/po/zh-tw/p910nd.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-18 20:03+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Bidirectional mode" +msgstr "é›™å‘模å¼" + +msgid "Device" +msgstr "設備" + +msgid "" +"First you have to install the packages to get support for USB (kmod-usb-" +"printer) or parallel port (kmod-lp)." +msgstr "" +"首先你必須安è£è»Ÿé«”包以便ç²å¾—USB (kmod-usb-printer)或串列埠(kmod-lp)的支æ´." + +msgid "Interface" +msgstr "" + +msgid "Port" +msgstr "埠" + +msgid "Settings" +msgstr "設定值" + +msgid "Specifies the interface to listen on." +msgstr "" + +msgid "TCP listener port." +msgstr "è†è½TCP埠" + +msgid "enable" +msgstr "啟用" + +msgid "p910nd - Printer server" +msgstr "p910nd - å°è¡¨æ©Ÿä¼ºæœå™¨" diff --git a/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd b/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd new file mode 100755 index 0000000..80f6d62 --- /dev/null +++ b/applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@p910nd[-1] + add ucitrack p910nd + set ucitrack.@p910nd[-1].init=p910nd + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-pbx-voicemail/COPYING b/applications/luci-app-pbx-voicemail/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/applications/luci-app-pbx-voicemail/Makefile b/applications/luci-app-pbx-voicemail/Makefile new file mode 100644 index 0000000..d31d429 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI PBX Administration Voicemail Support +LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-pbx-voicemail/luasrc/controller/pbx-voicemail.lua b/applications/luci-app-pbx-voicemail/luasrc/controller/pbx-voicemail.lua new file mode 100644 index 0000000..6f3dfac --- /dev/null +++ b/applications/luci-app-pbx-voicemail/luasrc/controller/pbx-voicemail.lua @@ -0,0 +1,24 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx-voicemail. + + luci-pbx-voicemail is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx-voicemail is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx-voicemail. If not, see . +]]-- + +module("luci.controller.pbx-voicemail", package.seeall) + +function index() + entry({"admin", "services", "pbx", "pbx-voicemail"}, cbi("pbx-voicemail"), "Voicemail", 5) +end diff --git a/applications/luci-app-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua b/applications/luci-app-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua new file mode 100644 index 0000000..9ff2ed9 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua @@ -0,0 +1,153 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx-voicemail. + + luci-pbx-voicemail is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx-voicemail is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx-voicemail. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +modulename = "pbx-voicemail" +vmlogfile = "/tmp/last_sent_voicemail.log" + +m = Map (modulename, translate("Voicemail Setup"), + translate("Here you can configure a global voicemail for this PBX. Since this system is \ + intended to run on embedded systems like routers, there is no local storage of voicemail - \ + it must be sent out by email. Therefore you need to configure an outgoing mail (SMTP) server \ + (for example your ISP's, Google's, or Yahoo's SMTP server), and provide a list of \ + addresses that receive recorded voicemail.")) + +-- Recreate the config, and restart services after changes are commited to the configuration. +function m.on_after_commit(self) + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/" .. server .. " restart 1\>/dev/null 2\>/dev/null") +end + + +---------------------------------------------------------------------------------------------------- +s = m:section(NamedSection, "global_voicemail", "voicemail", translate("Global Voicemail Setup"), + translate("When you enable voicemail, you will have the opportunity to specify \ + email addresses that receive recorded voicemail. You must also set up an SMTP server below.")) +s.anonymous = true + +enable = s:option(ListValue, "enabled", translate("Enable Voicemail")) +enable:value("yes", translate("Yes")) +enable:value("no", translate("No")) +enable.default = "no" + +emails = s:option(DynamicList, "global_email_addresses", + translate("Email Addresses that Receive Voicemail")) +emails:depends("enabled", "yes") + +savepath = s:option(Value, "global_save_path", translate("Local Storage Directory"), + translate("You can also retain copies of voicemail messages on the device running \ + your PBX. The path specified here will be created if it doesn't exist. \ + Beware of limited space on embedded devices like routers, and enable this \ + option only if you know what you are doing.")) +savepath.optional = true + +if nixio.fs.access("/etc/pbx-voicemail/recordings/greeting.gsm") then + m1 = s:option(DummyValue, "_m1") + m1:depends("enabled", "yes") + m1.default = "NOTE: Found a voicemail greeting. To check or change your voicemail greeting, dial *789 \ + and the system will play back your current greeting. After that, a long beep will sound and \ + you can press * in order to record a new message. Hang up to avoid recording a message. \ + If you press *, a second long beep will sound, and you can record a new greeting. \ + Hang up or press # to stop recording. When # is pressed the system will play back the \ + new greeting." +else + m1 = s:option(DummyValue, "_m1") + m1:depends("enabled", "yes") + m1.default = "WARNING: Could not find voicemail greeting. Callers will hear only a beep before \ + recording starts. To record a greeting, dial *789, and press * after the long beep. \ + If you press *, a second long beep will sound, and you can record a new greeting. \ + Hang up or press # to stop recording. When # is pressed the system will play back the \ + new greeting." +end + + +---------------------------------------------------------------------------------------------------- +s = m:section(NamedSection, "voicemail_smtp", "voicemail", translate("Outgoing mail (SMTP) Server"), + translate("In order for this PBX to send emails containing voicemail recordings, you need to \ + set up an SMTP server here. Your ISP usually provides an SMTP server for that purpose. \ + You can also set up a third party SMTP server such as the one provided by Google or Yahoo.")) +s.anonymous = true + +serv = s:option(Value, "smtp_server", translate("SMTP Server Hostname or IP Address")) +serv.datatype = "host" + +port = s:option(Value, "smtp_port", translate("SMTP Port Number")) +port.datatype = "port" +port.default = "25" + +tls = s:option(ListValue, "smtp_tls", translate("Secure Connection Using TLS")) +tls:value("on", translate("Yes")) +tls:value("off", translate("No")) +tls.default = "on" + +auth = s:option(ListValue, "smtp_auth", translate("SMTP Server Authentication")) +auth:value("on", translate("Yes")) +auth:value("off", translate("No")) +auth.default = "off" + +user = s:option(Value, "smtp_user", translate("SMTP User Name")) +user:depends("smtp_auth", "on") + +pwd = s:option(Value, "smtp_password", translate("SMTP Password"), + translate("Your real SMTP password is not shown for your protection. It will be changed \ + only when you change the value in this box.")) +pwd.password = true +pwd:depends("smtp_auth", "on") + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "Password Not Displayed" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value == "Password Not Displayed" then value = "" end + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + +---------------------------------------------------------------------------------------------------- +s = m:section(NamedSection, "voicemail_log", "voicemail", translate("Last Sent Voicemail Log")) +s.anonymous = true + +s:option (DummyValue, "vmlog") + +sts = s:option(DummyValue, "_sts") +sts.template = "cbi/tvalue" +sts.rows = 5 + +function sts.cfgvalue(self, section) + log = nixio.fs.readfile(vmlogfile) + if log == nil or log == "" then + log = "No errors or messages reported." + end + return log +end + +return m diff --git a/applications/luci-app-pbx-voicemail/po/ca/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/ca/pbx-voicemail.po new file mode 100644 index 0000000..c0119f7 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/ca/pbx-voicemail.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-01 05:47+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Adreces de correu electrònic que reben correu de veu" + +msgid "Enable Voicemail" +msgstr "Habilita el correu de veu" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "Registre del últim correu de veu enviat" + +msgid "Local Storage Directory" +msgstr "Directori d'emmagatzematge local" + +msgid "No" +msgstr "No" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Servidor de correu sortint (SMTP)" + +msgid "SMTP Password" +msgstr "Contrasenya SMTP" + +msgid "SMTP Port Number" +msgstr "Nombre de port SMTP" + +msgid "SMTP Server Authentication" +msgstr "Autenticació del servidor SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Adreça IP o nom de host del servidor SMTP" + +msgid "SMTP User Name" +msgstr "Nom d'usuari SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Assegura la connexió mitjançant TLS" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Quan habiliteu el correu de veu, tindreu l'oportunitat d'especificar adreces " +"de correu electrònic que reben correu de veu gravat. Heu d'establir també " +"un servidor SMTP a baix." + +msgid "Yes" +msgstr "Sí" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"Podeu també retenir còpies de missatges de veu en el dispositiu executant el " +"vostre PBX. La ruta especificat aquí es crearà si no existeix. Teniu compte " +"d'espai limitat en dispositius incrustats com els encaminadors, i habiliteu " +"aquesta opció només si coneixeu ho que feu." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"La vostra contrasenya SMTP no es mostra per a la vostra protecció. Es " +"canviarà només quan canvieu el valor en aquesta caixa." diff --git a/applications/luci-app-pbx-voicemail/po/cs/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/cs/pbx-voicemail.po new file mode 100644 index 0000000..6d94b35 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/cs/pbx-voicemail.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-05 19:16+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "Povolit Voicemail" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "Ne" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "SMTP heslo" + +msgid "SMTP Port Number" +msgstr "SMTP Äíslo portu" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "SMTP uživatelské jméno" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "Voicemail nastavení" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "Ano" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/de/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/de/pbx-voicemail.po new file mode 100644 index 0000000..224b5a9 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/de/pbx-voicemail.po @@ -0,0 +1,141 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-28 22:30+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "E-Mail Adressen die Sprachnachrichten empfangen" + +msgid "Enable Voicemail" +msgstr "Anrufbeantworter aktivieren" + +msgid "Global Voicemail Setup" +msgstr "Allgemeine Einstellungen für Voicemail" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Es kann ein systemweiter Anrufbeantworter für diese Telefonanlage (PBX) konfiguriert werden. Da dieses " +"System für den Einsatz auf embedded Systemen wie Routern optimiert wurde, " +"gibt es keine Möglichkeit die Sprachnachrichten lokal zu speichern. Sie " +"müssen per E-Mail versendet werden. Daher muss ein ausgehender Mail-Server " +"(SMTP) konfiguriert " +"werden. Hier kann zum Beispiel der SMTP-Server des Providers, aber auch ein " +"Freemailer wie GMail eingetragen werden. Zusätzlich muss noch eine Liste von " +"Adressen angegeben werden, an die aufgezeichnete Sprachnachrichten geschickt " +"werden." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"Damit diese Telefonanlage (PBX) " +"E-Mails mit Sprachaufnahmen senden kann, muss an dieser Stelle ein SMTP-" +"Server eingetragen werden. Ihr Internet-Dienstanbieter (ISP) stellt normalerweise einen " +"SMTP-Server für diesen Zweck zur Verfügung. Sie können auch einen SMTP-" +"Server eines Drittanbieters, wie z.B. Google oder Yahoo, hier einstellen." + +msgid "Last Sent Voicemail Log" +msgstr "Log der zuletzt gesendeten Voicemails" + +msgid "Local Storage Directory" +msgstr "Lokales Speicherverzeichnis" + +msgid "No" +msgstr "Nein" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Server für ausgehende Mails (SMTP)" + +msgid "SMTP Password" +msgstr "SMTP-Passwort" + +msgid "SMTP Port Number" +msgstr "SMTP-Portnummer" + +msgid "SMTP Server Authentication" +msgstr "SMTP-Server-Anmeldung" + +msgid "SMTP Server Hostname or IP Address" +msgstr "SMTP-Servername oder IP-Adresse" + +msgid "SMTP User Name" +msgstr "SMTP-Benutzername" + +msgid "Secure Connection Using TLS" +msgstr "Sichere Verbindung über TLS" + +msgid "Voicemail Setup" +msgstr "Voicemail-Einstellungen" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Wenn Sie Voicemail aktivieren, können Sie E-Mail-Adressen angeben, die " +"aufgenommene Voicemails erhalten sollen. Sie müssen ebenfalls einen SMTP-" +"Server unten angeben." + +msgid "Yes" +msgstr "Ja" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"Sie können auch Kopien Ihrer Voicemail-Nachrichten auf dem Gerät speichern. " +"Der hier angegebene Pfad wird erstellt, falls er nicht existiert. Beachten " +"Sie, dass Geräte wie Router nur begrenzten Speicherplatz haben, und " +"aktivieren Sie diese Option nur, wenn Sie wissen, was Sie tun." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Ihr SMTP-Passwort wird zu Ihrem Schutz nicht angezeigt. Es wird nur " +"geändert, wenn Sie dein Eintrag in diesem Kästchen verändern." + +#~ msgid "Directory to save voicemail into" +#~ msgstr "Verzeichnis für eingehende Sprachnachrichten" + +#~ msgid "Enabled" +#~ msgstr "Aktiviert" + +#~ msgid "" +#~ "Here you can configure a global voicemail for this PBX. Since this system " +#~ "is intended to run on embedded systems like routers, there is no local " +#~ "storage of voicemail - it must be sent out by email. Therefore you need " +#~ "to configure an outgoing mail (SMTP) server (for example the SMTP server " +#~ "your ISP provides, or GMail), and provide a list of addresses the " +#~ "voicemail will be sent to." +#~ msgstr "" +#~ "Es kann ein systemweiter Anrufbeantworter für diese Telefonanlage (PBX) konfiguriert werden. Da " +#~ "dieses System für den Einsatz auf embedded Systemen wie Routern optimiert " +#~ "wurde, gibt es keine Möglichkeit die Sprachnachrichten lokal zu " +#~ "speichern. Sie müssen per E-Mail versendet werden. Daher muss ein " +#~ "ausgehender Mail-Server (SMTP) konfiguriert werden. Hier kann zum Beispiel der SMTP-" +#~ "Server des Providers, aber auch ein Freemailer wie GMail verwendet " +#~ "werden. Zusätzlich muss noch eine Liste von Adressen angegeben werden, zu " +#~ "denen die Sprachnachrichten geschickt werden." diff --git a/applications/luci-app-pbx-voicemail/po/el/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/el/pbx-voicemail.po new file mode 100644 index 0000000..fc0a2e3 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/el/pbx-voicemail.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 15:26+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "Όχι" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" + +#~ msgid "Enabled" +#~ msgstr "ΕνεÏγοποιημένο" diff --git a/applications/luci-app-pbx-voicemail/po/en/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/en/pbx-voicemail.po new file mode 100644 index 0000000..79c8848 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/en/pbx-voicemail.po @@ -0,0 +1,169 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Email Addresses that Receive Voicemail" + +msgid "Enable Voicemail" +msgstr "Enable Voicemail" + +msgid "Global Voicemail Setup" +msgstr "Global Voicemail Setup" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "Last Sent Voicemail Log" + +msgid "Local Storage Directory" +msgstr "Local Storage Directory" + +msgid "No" +msgstr "No" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Outgoing mail (SMTP) Server" + +msgid "SMTP Password" +msgstr "SMTP Password" + +msgid "SMTP Port Number" +msgstr "SMTP Port Number" + +msgid "SMTP Server Authentication" +msgstr "SMTP Server Authentication" + +msgid "SMTP Server Hostname or IP Address" +msgstr "SMTP Server Hostname or IP Address" + +msgid "SMTP User Name" +msgstr "SMTP User Name" + +msgid "Secure Connection Using TLS" +msgstr "Secure Connection Using TLS" + +msgid "Voicemail Setup" +msgstr "Voicemail Setup" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." + +msgid "Yes" +msgstr "Yes" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." + +#~ msgid "Directory to save voicemail into" +#~ msgstr "Directory to save voicemail into" + +#~ msgid "Email addresses to forward to" +#~ msgstr "Email addresses to forward to" + +#~ msgid "Enabled" +#~ msgstr "Enabled" + +#~ msgid "" +#~ "Here you can configure a global voicemail for this PBX. Since this system " +#~ "is intended to run on embedded systems like routers, there is no local " +#~ "storage of voicemail - it must be sent out by email. Therefore you need " +#~ "to configure an outgoing mail (SMTP) server (for example the SMTP server " +#~ "your ISP provides, or GMail), and provide a list of addresses the " +#~ "voicemail will be sent to." +#~ msgstr "" +#~ "Here you can configure a global voicemail for this PBX. Since this system " +#~ "is intended to run on embedded systems like routers, there is no local " +#~ "storage of voicemail - it must be sent out by email. Therefore you need " +#~ "to configure an outgoing mail (SMTP) server (for example the SMTP server " +#~ "your ISP provides, or GMail), and provide a list of addresses the " +#~ "voicemail will be sent to." + +#~ msgid "" +#~ "In order for this PBX to send emails containing voicemail recordings, you " +#~ "need to set up an SMTP server here. Your ISP usually provides an SMTP " +#~ "server for that purpose. You can also set up a GMail, Yahoo, or other 3rd " +#~ "party SMTP server." +#~ msgstr "" +#~ "In order for this PBX to send emails containing voicemail recordings, you " +#~ "need to set up an SMTP server here. Your ISP usually provides an SMTP " +#~ "server for that purpose. You can also set up a GMail, Yahoo, or other 3rd " +#~ "party SMTP server." + +#~ msgid "SMTP port number" +#~ msgstr "SMTP port number" + +#~ msgid "SMTP server authentication" +#~ msgstr "SMTP server authentication" + +#~ msgid "SMTP server hostname or IP" +#~ msgstr "SMTP server hostname or IP" + +#~ msgid "SMTP user name" +#~ msgstr "SMTP user name" + +#~ msgid "Timeout before sending callers to voicemail" +#~ msgstr "Timeout before sending callers to voicemail" + +#~ msgid "Use TLS (secure connection)" +#~ msgstr "Use TLS (secure connection)" + +#~ msgid "" +#~ "When you enable voicemail, you will have the opportunity to specify email " +#~ "addresses which receive the message. You must also set up an SMTP server " +#~ "below." +#~ msgstr "" +#~ "When you enable voicemail, you will have the opportunity to specify email " +#~ "addresses which receive the message. You must also set up an SMTP server " +#~ "below." diff --git a/applications/luci-app-pbx-voicemail/po/es/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/es/pbx-voicemail.po new file mode 100644 index 0000000..384e169 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/es/pbx-voicemail.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-23 22:44+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Dirección de correo electrónica que recibe Voicemail" + +msgid "Enable Voicemail" +msgstr "Activar Voicemail" + +msgid "Global Voicemail Setup" +msgstr "Configuración global de Voicemail" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Configure un correo de voz global para esta PBX. Como el sistema está " +"diseñado para sistemas integrados como routers, no tiene un almacenamiento " +"local y debe enviarse por correo. Por este motivo debe configurar un " +"servidor SMTP de correo saliente (como ISP, Google o el correo de Yahoo) y " +"establecer una lista de direcciones que recibirán el correo de voz grabado." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"Para usar esta PBX para enviar correos con grabaciones de correos de voz " +"tiene que configurar un servidor SMTP. Su ISP es posible que tenga uno. " +"También puede usar otros como los de Google o Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "Último registro de Voicemail enviado" + +msgid "Local Storage Directory" +msgstr "Directorio local de almacenamiento" + +msgid "No" +msgstr "No" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Servidor de correo SMTP saliente" + +msgid "SMTP Password" +msgstr "Contraseña SMTP" + +msgid "SMTP Port Number" +msgstr "Número de puerto SMTP" + +msgid "SMTP Server Authentication" +msgstr "Autentificación de servidor SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Nombre del servidor SMTP o dirección IP" + +msgid "SMTP User Name" +msgstr "Nombre de usuario SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Asegurar la conexión con TLS" + +msgid "Voicemail Setup" +msgstr "Configuración de Voicemail" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Cuando active Voicemail tendrá que especificar direcciones de correo que " +"recibirán los correos grabados así como un servidor SMTP." + +msgid "Yes" +msgstr "Sí" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"También puede guardar copias de los mensajes de Voicemail en el dispositivo. " +"El camino se creará si no existe. Tenga cuidado de no sobrepasar el espacio " +"disponible en dispositivos pequeños como routers." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Su contraseña SMTP real no se muestra. Se cambiará solo cuando cambie el " +"valor en esta caja." diff --git a/applications/luci-app-pbx-voicemail/po/fr/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/fr/pbx-voicemail.po new file mode 100644 index 0000000..0ccaa50 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/fr/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/he/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/he/pbx-voicemail.po new file mode 100644 index 0000000..be25f0b --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/he/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/hu/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/hu/pbx-voicemail.po new file mode 100644 index 0000000..be25f0b --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/hu/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/it/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/it/pbx-voicemail.po new file mode 100644 index 0000000..fe8c4bf --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/it/pbx-voicemail.po @@ -0,0 +1,110 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-09 21:15+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Indirizzi e-mail che ricevono Voicemail" + +msgid "Enable Voicemail" +msgstr "Attiva Voicemail" + +msgid "Global Voicemail Setup" +msgstr "Attiva Voicemail" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Qui è possibile configurare un messaggio vocale globale per questo PBX. " +"Poiché questo sistema è destinato a girare su sistemi embedded come router, " +"non vi è alcuna memorizzazione locale di segreteria - deve essere inviato " +"via e-mail. Pertanto, è necessario configurare un server di posta in uscita " +"(SMTP) (ad esempio del vostro ISP, di Google, Server Yahoo SMTP), e di " +"fornire un elenco di indirizzi che ricevono posta vocale registrato." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"Affinché questo PBX possa inviare messaggi di posta elettronica contenenti " +"le registrazioni vocali, è necessario impostare un server SMTP qui. Il tuo " +"ISP in genere fornisce un server SMTP per tale scopo. È inoltre possibile " +"impostare un terzo SMTP come quello fornito da Google o Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "Ultimo file di registro Voicemail inviato" + +msgid "Local Storage Directory" +msgstr "Cartella di memorizzazione Locale" + +msgid "No" +msgstr "No" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Server posta in uscita (SMTP)" + +msgid "SMTP Password" +msgstr "Password SMTP" + +msgid "SMTP Port Number" +msgstr "Numero Porta SMTP" + +msgid "SMTP Server Authentication" +msgstr "Autenticazione Server SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Nome Host Server SMTP o Indirizzo IP" + +msgid "SMTP User Name" +msgstr "Nome Utente SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Connessione Sicura utilizzando TLS" + +msgid "Voicemail Setup" +msgstr "Impostazione Voicemail" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Quando si attiva la segreteria telefonica, si avrà la possibilità di " +"specificare gli indirizzi e-mail che ricevono i messaggi vocali registrati. " +"È inoltre necessario impostare un server SMTP di seguito." + +msgid "Yes" +msgstr "Sì" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"È inoltre possibile conservare copie dei messaggi vocali sul dispositivo che " +"esegue il PBX. Il percorso specificato in questo campo viene creato se non " +"esiste. Attenzione lo spazio è limitato sui dispositivi embedded come " +"router, e abilitare questa opzione solo se si sa cosa si sta facendo." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"La tua password SMTP reale non viene visualizzata per la vostra protezione. " +"Verrà modificato solo quando si modifica il valore in questa casella." diff --git a/applications/luci-app-pbx-voicemail/po/ja/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/ja/pbx-voicemail.po new file mode 100644 index 0000000..19e26bf --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/ja/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/ms/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/ms/pbx-voicemail.po new file mode 100644 index 0000000..bf633a6 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/ms/pbx-voicemail.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/no/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/no/pbx-voicemail.po new file mode 100644 index 0000000..be25f0b --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/no/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/pl/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/pl/pbx-voicemail.po new file mode 100644 index 0000000..3f07fe4 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/pl/pbx-voicemail.po @@ -0,0 +1,111 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-05 02:29+0200\n" +"Last-Translator: piosl \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Adres e-mail do odbierania poczty gÅ‚osowej" + +msgid "Enable Voicemail" +msgstr "WÅ‚Ä…cz pocztÄ™ gÅ‚osowÄ…" + +msgid "Global Voicemail Setup" +msgstr "Ustawienia globalnej poczty gÅ‚osowej" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Tutaj można skonfigurować globalnÄ… pocztÄ™ gÅ‚osowÄ… dla PBX. Ponieważ system " +"ten jest przeznaczony do pracy w systemach wbudowanych, takich jak routery, " +"nie ma możliwoÅ›ci lokalnego przechowywania poczty gÅ‚osowej - wiadomoÅ›ci " +"muszÄ… być wysÅ‚ane e-mailem. Z tego powodu należy skonfigurować serwer poczty " +"wychodzÄ…cej (SMTP) i podać listÄ™ adresów, które bÄ™dÄ… otrzymywać nagrania z " +"poczty gÅ‚osowej" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"W celu wysyÅ‚aÅ‚o e-maili zawierajÄ…cych nagrania poczty gÅ‚osowej przez PBX, " +"należy skonfigurować serwer SMTP. Twój dostawca usÅ‚ug internetowych " +"zazwyczaj dostarcza serwer SMTP. Można również skonfigurować serwer SMTP " +"firm trzecich, takich jak Google lub Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "Lokalny katalog przechowywania" + +msgid "No" +msgstr "Nie" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Serwer poczty wychodzÄ…cej (SMTP)" + +msgid "SMTP Password" +msgstr "HasÅ‚o SMTP" + +msgid "SMTP Port Number" +msgstr "Numer portu SMTP" + +msgid "SMTP Server Authentication" +msgstr "Uwierzytelnianie serwera SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Nazwa hosta serwera SMTP lub adres IP" + +msgid "SMTP User Name" +msgstr "Nazwa użytkownika SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Bezpieczne poÅ‚Ä…czenie za pomocÄ… protokoÅ‚u TLS" + +msgid "Voicemail Setup" +msgstr "Ustawienia Poczty gÅ‚osowej" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Po wÅ‚Ä…czeniu poczty gÅ‚osowej, bÄ™dziesz miaÅ‚ szansÄ™ na podanie adresów " +"e-mail, które bÄ™dÄ… otrzymywać nagrane wiadomoÅ›ci gÅ‚osowe. Musisz również " +"skonfigurować serwer SMTP." + +msgid "Yes" +msgstr "Tak" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"Możesz też zachować kopie nagraÅ„ poczty gÅ‚osowej na urzÄ…dzeniu, na którym " +"dziaÅ‚a PBX. Åšcieżka okreÅ›lona tutaj zostanie utworzona, jeÅ›li nie istnieje. " +"PamiÄ™taj o ograniczonym miejscu na urzÄ…dzeniach takich jak routery i wÅ‚Ä…cz " +"tÄ™ opcjÄ™ tylko jeÅ›li wiesz co robisz." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Twoje prawdziwe hasÅ‚o SMTP nie jest pokazane dla Twojej ochrony. Zostanie " +"zmienione tylko jeÅ›li zmienisz wartość w tym polu." diff --git a/applications/luci-app-pbx-voicemail/po/pt-br/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/pt-br/pbx-voicemail.po new file mode 100644 index 0000000..2e3a51e --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/pt-br/pbx-voicemail.po @@ -0,0 +1,175 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-16 02:32+0200\n" +"Last-Translator: Julio Cezar \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "Endereços de correio eletrônicos que Recebem Correio de Voz" + +msgid "Enable Voicemail" +msgstr "Habilitar o Correio de Voz" + +msgid "Global Voicemail Setup" +msgstr "Configuração Global do Correio de Voz" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"Aqui você pode configurar um correio de voz global para este PBX. Uma vez " +"que este sistema é previsto para ser executado em ambientes embarcados como " +"roteadores, não existe armazenamento local do correio de voz - ele deve ser " +"enviado por correio eletrônico. Desta maneira, você deve configurar um " +"servidor (SMTP) de correio eletrônico (por exemplo, o servidor SMTP do seu " +"provedor de Internet, do Google ou do Yahool), e fornecer uma lista dos " +"endereços para os quais o correio de voz será enviado." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"Para este PBX enviar mensagens eletrônicas contendo as gravações do correio " +"de voz, você precisa definir aqui um servidor SMTP. Seu provedor de Internet " +"geralmente fornece um servidor SMTP para este propósito. Você também pode " +"usar um servidor de terceiros como os fornecidos pelo GMail ou Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "Registro do Último Correio de Voz Enviado" + +msgid "Local Storage Directory" +msgstr "Diretório de Armazenamento Local" + +msgid "No" +msgstr "Não" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Servidor de correio eletrônico (SMTP) para envio" + +msgid "SMTP Password" +msgstr "Senha do SMTP" + +msgid "SMTP Port Number" +msgstr "Porta do SMTP" + +msgid "SMTP Server Authentication" +msgstr "Autenticação do Servidor SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Nome do Equipamento ou Endereço IP do Servidor SMTP" + +msgid "SMTP User Name" +msgstr "Nome do Usuário do SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Proteja a Conexão Usando TLS" + +msgid "Voicemail Setup" +msgstr "Configuração do Correio de Voz" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"Quando você habilita o correio de voz, você terá a oportunidade de " +"especificar endereços de correio eletrônio que recebem o correio de voz " +"gravado. Você precisa também configurar um servidor SMTP abaixo." + +msgid "Yes" +msgstr "Sim" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"Você pode também manter cópias das mensagens de correio de voz no " +"dispositivo executando o seu PBX. O caminho especificado aqui será criado se " +"ele não existe. Cuidado com espaço limitado em dispositivos embarcados, como " +"roteadores, e habilite esta opção apenas se você sabe o que você está " +"fazendo." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Sua senha real do SMTP não é mostrada para a sua proteção. Ela será alterada " +"apenas quando você modificar o valor neste campo." + +#~ msgid "Directory to save voicemail into" +#~ msgstr "Diretório para salvar o correio de voz" + +#~ msgid "Email addresses to forward to" +#~ msgstr "Endereços de correio eletrônicos para encaminhar" + +#~ msgid "Enabled" +#~ msgstr "Habilitado" + +#~ msgid "" +#~ "Here you can configure a global voicemail for this PBX. Since this system " +#~ "is intended to run on embedded systems like routers, there is no local " +#~ "storage of voicemail - it must be sent out by email. Therefore you need " +#~ "to configure an outgoing mail (SMTP) server (for example the SMTP server " +#~ "your ISP provides, or GMail), and provide a list of addresses the " +#~ "voicemail will be sent to." +#~ msgstr "" +#~ "Aqui você pode configurar um correio de voz global para este PBX. Uma vez " +#~ "que este sistema é previsto para ser executado em ambientes embarcados " +#~ "como roteadores, não existe armazenamento local do correio de voz - ele " +#~ "deve ser enviado por correio eletrônico. Desta maneira, você deve " +#~ "configurar um servidor (SMTP) de correio eletrônico (por exemplo, o " +#~ "servidor SMTP do seu provedor de Internet, ou o do GMail), e fornecer uma " +#~ "lista dos endereços para os quais o correio de voz será enviado." + +#~ msgid "" +#~ "In order for this PBX to send emails containing voicemail recordings, you " +#~ "need to set up an SMTP server here. Your ISP usually provides an SMTP " +#~ "server for that purpose. You can also set up a GMail, Yahoo, or other 3rd " +#~ "party SMTP server." +#~ msgstr "" +#~ "Para este PBX enviar mensagens eletrônicas contendo as gravações do " +#~ "correio de voz, você precisa definir aqui um servidor SMTP. Seu provedor " +#~ "de Internet geralmente fornece um servidor SMTP para este propósito. Você " +#~ "também pode usar o servidor SMTP do GMail, Yahoo, ou outro de terceiros." + +#~ msgid "SMTP port number" +#~ msgstr "Número da porta do SMTP" + +#~ msgid "SMTP server authentication" +#~ msgstr "Autenticação do servidor SMTP" + +#~ msgid "SMTP server hostname or IP" +#~ msgstr "Nome do equipamento ou endereço IP do servidor SMTP" + +#~ msgid "SMTP user name" +#~ msgstr "Nome do usuário do SMTP" + +#~ msgid "Timeout before sending callers to voicemail" +#~ msgstr "Tempo de espera antes de enviar chamadas para correio de voz" + +#~ msgid "Use TLS (secure connection)" +#~ msgstr "Usar TLS (conexão segura)" + +#~ msgid "" +#~ "When you enable voicemail, you will have the opportunity to specify email " +#~ "addresses which receive the message. You must also set up an SMTP server " +#~ "below." +#~ msgstr "" +#~ "Quando você habilita o correio de voz, você terá a oportunidade de " +#~ "especificar endereços de correio eletrônio que recebem a mensagem. Você " +#~ "também deve configurar um servidor SMTP abaixo." diff --git a/applications/luci-app-pbx-voicemail/po/pt/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/pt/pbx-voicemail.po new file mode 100644 index 0000000..f5cfd89 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/pt/pbx-voicemail.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-03 18:28+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "Ativar Voicemail" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "Não" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Servidor de Envio de mail (SMTP)" + +msgid "SMTP Password" +msgstr "Password SMTP" + +msgid "SMTP Port Number" +msgstr "Porta SMTP" + +msgid "SMTP Server Authentication" +msgstr "Servidor de Autenticação SMTP" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Nome ou Endereço IP do Servidor SMTP" + +msgid "SMTP User Name" +msgstr "Utilizador SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Ligação Segura usando TLS" + +msgid "Voicemail Setup" +msgstr "Configuração do Voicemail" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "Sim" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/ro/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/ro/pbx-voicemail.po new file mode 100644 index 0000000..42b66f6 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/ro/pbx-voicemail.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/ru/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/ru/pbx-voicemail.po new file mode 100644 index 0000000..ae49c6d --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/ru/pbx-voicemail.po @@ -0,0 +1,174 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: pbx-voicemail\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 17:42+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð³Ð¾Ð»Ð¾Ñовой почты" + +msgid "Enable Voicemail" +msgstr "Включить голоÑовую почту" + +msgid "Global Voicemail Setup" +msgstr "Глобальные наÑтройки голоÑовой почты" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"ЗдеÑÑŒ Ð’Ñ‹ можете наÑтроить голоÑовую почту ÐТС. Так как Ð´Ð°Ð½Ð½Ð°Ñ ÑиÑтема " +"ÑвлÑетÑÑ Ð²Ñтраиваемой и предназначена Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… уÑтройÑтв как, например, " +"маршрутизаторы, локальное хранилище голоÑовой почты отÑутÑтвует. ГолоÑÐ¾Ð²Ð°Ñ " +"почта переÑылаетÑÑ Ñ‡ÐµÑ€ÐµÐ· Ñлектронную почту. Следовательно, вам нужно указать " +"Ñервер иÑходÑщей почты (SMTP) и перечиÑлить адреÑа, на которые будет " +"переÑылатьÑÑ Ð³Ð¾Ð»Ð¾ÑÐ¾Ð²Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"Чтобы отÑылать Ñлектронную почту Ñ Ð·Ð°Ð¿Ð¸ÑÑми голоÑовой почты, вам необходимо " +"указать SMTP-Ñервер. Ð’Ñ‹ можете иÑпользовать SMTP-Ñервер вашего интернет-" +"провайдера или любой другой, например, SMTP-Ñервер Google или Yahoo." + +msgid "Last Sent Voicemail Log" +msgstr "ЗапиÑÑŒ журнала поÑледнего отправленного ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð³Ð¾Ð»Ð¾Ñовой почты" + +msgid "Local Storage Directory" +msgstr "Ð›Ð¾ÐºÐ°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ" + +msgid "No" +msgstr "Ðет" + +msgid "Outgoing mail (SMTP) Server" +msgstr "Сервер иÑходÑщей почты (SMTP)" + +msgid "SMTP Password" +msgstr "Пароль SMTP" + +msgid "SMTP Port Number" +msgstr "Ðомер порта SMTP" + +msgid "SMTP Server Authentication" +msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ SMTP-Ñервера" + +msgid "SMTP Server Hostname or IP Address" +msgstr "Ð˜Ð¼Ñ SMTP-Ñервера или IP-адреÑ" + +msgid "SMTP User Name" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ SMTP" + +msgid "Secure Connection Using TLS" +msgstr "Защищенное Ñоединение Ñ Ð¸Ñпользованием TLS" + +msgid "Voicemail Setup" +msgstr "ÐаÑтройка голоÑовой почты" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" +"При включении голоÑовой почты, у Ð²Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ возможноÑÑ‚ÑŒ указать адреÑа " +"Ñлектронной почты, на которые будут отправлÑÑ‚ÑŒÑÑ Ð·Ð°Ð¿Ð¸Ñи голоÑовой почты. Ð’Ñ‹ " +"также должны указать SMTP-Ñервер ниже." + +msgid "Yes" +msgstr "Да" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"Ð’Ñ‹ также можете ÑохранÑÑ‚ÑŒ копии Ñообщений голоÑовой почты локально на " +"уÑтройÑтве Ñ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð½Ð¾Ð¹ ÐТС. Указанный здеÑÑŒ путь будет Ñоздан в Ñлучае его " +"отÑутÑтвиÑ. Учитывайте, что проÑтранÑтво Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñообщений голоÑовой " +"почты может быть ограничено вашим уÑтройÑтвом." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" +"Ваш наÑтоÑщий пароль SMTP здеÑÑŒ не показан. Он будет изменён только тогда, " +"когда вы измените значение в Ñтом поле." + +#~ msgid "Directory to save voicemail into" +#~ msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð³Ð¾Ð»Ð¾Ñовой почты" + +#~ msgid "Email addresses to forward to" +#~ msgstr "ÐÐ´Ñ€ÐµÑ Ñл. почты Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ" + +#~ msgid "Enabled" +#~ msgstr "Включено" + +#~ msgid "" +#~ "Here you can configure a global voicemail for this PBX. Since this system " +#~ "is intended to run on embedded systems like routers, there is no local " +#~ "storage of voicemail - it must be sent out by email. Therefore you need " +#~ "to configure an outgoing mail (SMTP) server (for example the SMTP server " +#~ "your ISP provides, or GMail), and provide a list of addresses the " +#~ "voicemail will be sent to." +#~ msgstr "" +#~ "ЗдеÑÑŒ Ð’Ñ‹ можете наÑтроить голоÑовую почту ÐТС. Так как Ð´Ð°Ð½Ð½Ð°Ñ ÑиÑтема " +#~ "ÑвлÑетÑÑ Ð²Ñтраиваемой и предназначена Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… уÑтройÑтв как, например, " +#~ "маршрутизаторы, локальное хранилище голоÑовой почты отÑутÑтвует. " +#~ "ГолоÑÐ¾Ð²Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° переÑылаетÑÑ Ñ‡ÐµÑ€ÐµÐ· Ñлектронную почту. Следовательно, Вам " +#~ "нужно указать Ñервер (SMTP) иÑходÑщей почты и перечиÑлить адреÑа на " +#~ "которые будет переÑылатьÑÑ Ð³Ð¾Ð»Ð¾ÑÐ¾Ð²Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð°." + +#~ msgid "" +#~ "In order for this PBX to send emails containing voicemail recordings, you " +#~ "need to set up an SMTP server here. Your ISP usually provides an SMTP " +#~ "server for that purpose. You can also set up a GMail, Yahoo, or other 3rd " +#~ "party SMTP server." +#~ msgstr "" +#~ "Чтобы отÑылать Ñлектронную почту Ñ Ð·Ð°Ð¿Ð¸ÑÑми голоÑовой почты, Вам " +#~ "необходимо указать SMTP Ñервер. Ð’Ñ‹ можете иÑпользовать SMTP Ñервер вашего " +#~ "интернет провайдера или любой другой, например, SMTP Ñервер GMail или " +#~ "Yahoo." + +#~ msgid "SMTP port number" +#~ msgstr "Ðомер порта SMTP" + +#~ msgid "SMTP server authentication" +#~ msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ SMTP Ñервера" + +#~ msgid "SMTP server hostname or IP" +#~ msgstr "Ð˜Ð¼Ñ SMTP Ñервера или IP адреÑ" + +#~ msgid "SMTP user name" +#~ msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ SMTP" + +#~ msgid "Timeout before sending callers to voicemail" +#~ msgstr "Таймаут перед перенаправлением звонÑщих на голоÑовую почту" + +#~ msgid "Use TLS (secure connection)" +#~ msgstr "ИÑпользовать TLS (защищенное Ñоединение)" + +#~ msgid "" +#~ "When you enable voicemail, you will have the opportunity to specify email " +#~ "addresses which receive the message. You must also set up an SMTP server " +#~ "below." +#~ msgstr "" +#~ "При включении голоÑовой почты, у Ð’Ð°Ñ Ð±ÑƒÐ´ÐµÑ‚ возможноÑÑ‚ÑŒ указать адреÑа " +#~ "Ñлектронной почты на которые будут отправлÑÑ‚ÑŒÑÑ Ð·Ð°Ð¿Ð¸Ñи голоÑовой почты. " +#~ "Ð’Ñ‹ также должны указать SMTP Ñервер ниже." diff --git a/applications/luci-app-pbx-voicemail/po/sk/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/sk/pbx-voicemail.po new file mode 100644 index 0000000..c3a5c5f --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/sk/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/sv/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/sv/pbx-voicemail.po new file mode 100644 index 0000000..ea62b39 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/sv/pbx-voicemail.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot b/applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot new file mode 100644 index 0000000..35cdca3 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot @@ -0,0 +1,81 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/tr/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/tr/pbx-voicemail.po new file mode 100644 index 0000000..19e26bf --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/tr/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/uk/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/uk/pbx-voicemail.po new file mode 100644 index 0000000..5654183 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/uk/pbx-voicemail.po @@ -0,0 +1,89 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/vi/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/vi/pbx-voicemail.po new file mode 100644 index 0000000..19e26bf --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/vi/pbx-voicemail.po @@ -0,0 +1,88 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "" + +msgid "Enable Voicemail" +msgstr "" + +msgid "Global Voicemail Setup" +msgstr "" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" + +msgid "Last Sent Voicemail Log" +msgstr "" + +msgid "Local Storage Directory" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Outgoing mail (SMTP) Server" +msgstr "" + +msgid "SMTP Password" +msgstr "" + +msgid "SMTP Port Number" +msgstr "" + +msgid "SMTP Server Authentication" +msgstr "" + +msgid "SMTP Server Hostname or IP Address" +msgstr "" + +msgid "SMTP User Name" +msgstr "" + +msgid "Secure Connection Using TLS" +msgstr "" + +msgid "Voicemail Setup" +msgstr "" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "" diff --git a/applications/luci-app-pbx-voicemail/po/zh-cn/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/zh-cn/pbx-voicemail.po new file mode 100644 index 0000000..0be8258 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/zh-cn/pbx-voicemail.po @@ -0,0 +1,97 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 18:42+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "接收语音邮箱的电å­é‚®ç®±åœ°å€" + +msgid "Enable Voicemail" +msgstr "å¯ç”¨è¯­éŸ³é‚®ç®±" + +msgid "Global Voicemail Setup" +msgstr "全局语音邮箱设置" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"在这里,你å¯ä»¥ä¸ºPBXé…置一个全çƒæ€§çš„语音邮件。由于这个系统è¿è¡Œåœ¨åµŒå…¥å¼ç³»ç»Ÿä¸­ï¼Œå¦‚路由器,没有本地存储语音邮件 - 它必须通过电å­é‚®ä»¶å‘é€å‡ºåŽ»ã€‚因此,你" +"需è¦é…置一个外å‘邮件(SMTP)æœåŠ¡å™¨ï¼ˆä¾‹å¦‚您的ISP,谷歌或雅虎的SMTPæœåŠ¡å™¨ï¼‰ï¼Œå¹¶æ供接收记录语音信箱的地å€çš„列表。" + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"为了这个PBXå‘é€åŒ…å«è¯­éŸ³ä¿¡ç®±å½•éŸ³çš„电å­é‚®ä»¶ï¼Œä½ éœ€è¦åœ¨è¿™é‡Œè®¾ç½®ä¸€ä¸ªSMTPæœåŠ¡å™¨ã€‚您的ISP通常会æ供一个SMTPæœåŠ¡å™¨ã€‚您也å¯ä»¥è®¾ç«‹ä¸€ä¸ªç¬¬ä¸‰æ–¹çš„SMT" +"PæœåŠ¡å™¨ï¼Œåƒè°·æ­Œæˆ–雅虎。" + +msgid "Last Sent Voicemail Log" +msgstr "最åŽå‘é€çš„语音信箱日志" + +msgid "Local Storage Directory" +msgstr "本地存储目录" + +msgid "No" +msgstr "ä¸" + +msgid "Outgoing mail (SMTP) Server" +msgstr "电å­é‚®ä»¶å‘é€æœåŠ¡å™¨ï¼ˆSMTP)" + +msgid "SMTP Password" +msgstr "SMTP登录密ç " + +msgid "SMTP Port Number" +msgstr "SMTP端å£" + +msgid "SMTP Server Authentication" +msgstr "SMTPæœåŠ¡å™¨è®¤è¯" + +msgid "SMTP Server Hostname or IP Address" +msgstr "SMTPæœåŠ¡å™¨ä¸»æœºå或IP地å€" + +msgid "SMTP User Name" +msgstr "SMTP用户å" + +msgid "Secure Connection Using TLS" +msgstr "使用TLS安全连接" + +msgid "Voicemail Setup" +msgstr "语音邮箱设置" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "当你å¯ç”¨äº†è¯­éŸ³ä¿¡ç®±ï¼Œä½ å°†è¦æŒ‡å®šæŽ¥æ”¶è®°å½•è¯­éŸ³ä¿¡ç®±çš„电å­é‚®ä»¶åœ°å€ã€‚您还必须设置下é¢çš„SMTPæœåŠ¡å™¨" + +msgid "Yes" +msgstr "是" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"您也å¯ä»¥ä¿ç•™æ‚¨çš„PBX语音信箱留言的副本在你è¿è¡Œçš„设备上。此处指定的路径当ä¸å­˜åœ¨æ—¶ï¼Œå°†è¢«åˆ›å»ºã€‚谨防嵌入å¼è®¾å¤‡ä¸Šæœ‰é™çš„å­˜å–空间,如路由器,所以此选项åªæœ‰ä½ " +"当知é“处ç†æ—¶æ‰å¯ä½¿ç”¨ã€‚" + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "为了ä¿æŠ¤æ‚¨çœŸæ­£çš„SMTP密ç ä¸æ˜¾ç¤ºã€‚该选项需è¦æ›´æ”¹ã€‚" diff --git a/applications/luci-app-pbx-voicemail/po/zh-tw/pbx-voicemail.po b/applications/luci-app-pbx-voicemail/po/zh-tw/pbx-voicemail.po new file mode 100644 index 0000000..14de629 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/po/zh-tw/pbx-voicemail.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 18:41+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Email Addresses that Receive Voicemail" +msgstr "接收語音郵件的信箱ä½å€" + +msgid "Enable Voicemail" +msgstr "啟用語音郵件功能" + +msgid "Global Voicemail Setup" +msgstr "語音郵件通用設定" + +msgid "" +"Here you can configure a global voicemail for this PBX. Since this system is " +"intended to run on embedded systems like routers, there is no local storage " +"of voicemail - it must be sent out by email. Therefore you need to configure " +"an outgoing mail (SMTP) server (for example your ISP's, Google's, or Yahoo's " +"SMTP server), and provide a list of addresses that receive recorded " +"voicemail." +msgstr "" +"在這裡å¯ä»¥å¹«PBX總機設定通用語音郵件. 因為這個系統想è¦åƒè·¯ç”±å™¨ä¸€èˆ¬è·‘在嵌入å¼ç³»çµ±, 這裡並無本地語言郵件的儲存空間 - 它必須由郵件來傳é€. " +"因此你需è¦è¨­å®šä¸€å€‹(SMTP)外寄郵件伺æœå™¨(例如你的ISP, Google, 或者Yahoo外寄郵件伺æœå™¨), " +"並且æ供一個ä½å€æ¸…å–®å¯ä»¥æŽ¥æ”¶éŒ„音檔的語音郵件." + +msgid "" +"In order for this PBX to send emails containing voicemail recordings, you " +"need to set up an SMTP server here. Your ISP usually provides an SMTP server " +"for that purpose. You can also set up a third party SMTP server such as the " +"one provided by Google or Yahoo." +msgstr "" +"為了幫PBX總機傳é€é™„帶語音郵件錄音檔, 你必須設定一個(SMTP)外寄郵件伺æœå™¨.通常你的ISP會æ供一個SMTP外寄郵件伺æœå™¨è®“客戶寄信,.你也å¯ä»¥" +"設定第三方SMTP外寄郵件伺æœå™¨é¡žä¼¼Google或Yahooæ供的也行." + +msgid "Last Sent Voicemail Log" +msgstr "上一次傳é€èªžéŸ³éƒµä»¶çš„記錄" + +msgid "Local Storage Directory" +msgstr "本地端儲存目錄" + +msgid "No" +msgstr "No" + +msgid "Outgoing mail (SMTP) Server" +msgstr "外寄郵件(SMTP)伺æœå™¨" + +msgid "SMTP Password" +msgstr "外寄郵件(SMTP)伺æœå™¨å‚³é€å¯†ç¢¼" + +msgid "SMTP Port Number" +msgstr "外寄郵件(SMTP)伺æœå™¨æœå‹™åŸ è™Ÿ" + +msgid "SMTP Server Authentication" +msgstr "外寄郵件(SMTP)伺æœå™¨é©—è­‰" + +msgid "SMTP Server Hostname or IP Address" +msgstr "外寄郵件(SMTP)伺æœå™¨ä¸»æ©Ÿå稱或者IPä½å€" + +msgid "SMTP User Name" +msgstr "外寄郵件(SMTP)伺æœå™¨ç™»å…¥ä½¿ç”¨è€…å稱" + +msgid "Secure Connection Using TLS" +msgstr "採用TLS加密å”議安全連線" + +msgid "Voicemail Setup" +msgstr "設定語音郵件" + +msgid "" +"When you enable voicemail, you will have the opportunity to specify email " +"addresses that receive recorded voicemail. You must also set up an SMTP " +"server below." +msgstr "當你啟用語音郵件功能, 擬將有機會指定特定å¯æŽ¥æ”¶éŒ„音檔的語音郵件的郵件ä½å€. 你也必須在下é¢è¨­å®šå¤–寄郵件(SMTP)伺æœå™¨." + +msgid "Yes" +msgstr "Yes" + +msgid "" +"You can also retain copies of voicemail messages on the device running your " +"PBX. The path specified here will be created if it doesn't exist. Beware of " +"limited space on embedded devices like routers, and enable this option only " +"if you know what you are doing." +msgstr "" +"你也å¯ä»¥ä¿ç•™èªžéŸ³éƒµä»¶è¨Šæ¯çš„複本在PBX總機的設備上. 這裡所指定的路徑如果它ä¸å­˜åœ¨æ™‚將會被建立. 為é é˜²åƒè·¯ç”±å™¨çš„嵌入å¼è¨­å‚™æœ‰é™çš„空間é™åˆ¶, " +"如果你確定這個用途請啟用這個é¸é …." + +msgid "" +"Your real SMTP password is not shown for your protection. It will be changed " +"only when you change the value in this box." +msgstr "為了ä¿è­·ä½ çš„SMTP密碼將ä¸æœƒé¡¯ç¤º. åªæœ‰ç•¶ä½ æ”¹è®Šç›’å­ä¸­çš„值時它將會被變更" diff --git a/applications/luci-app-pbx-voicemail/root/etc/config/pbx-voicemail b/applications/luci-app-pbx-voicemail/root/etc/config/pbx-voicemail new file mode 100644 index 0000000..94e3e96 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/config/pbx-voicemail @@ -0,0 +1,6 @@ +config 'voicemail' 'global_voicemail' + +config 'voicemail' 'voicemail_smtp' + +config 'voicemail' 'voicemail_log' + diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting new file mode 100755 index 0000000..21fe694 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ -f "/tmp/voicemail/greeting.gsm" ] +then + mv /tmp/voicemail/greeting.gsm /etc/pbx-voicemail/recordings/ +fi diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE new file mode 100644 index 0000000..6b2026c --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE @@ -0,0 +1,2 @@ +user |USER| +password |PASSWORD| diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE new file mode 100644 index 0000000..a001c64 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE @@ -0,0 +1,2 @@ +account default : defaultacct + diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE new file mode 100644 index 0000000..fd1f479 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE @@ -0,0 +1,5 @@ +account defaultacct +host |HOST| +port |PORT| +from voicemail@pbx + diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE new file mode 100644 index 0000000..a4456b8 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE @@ -0,0 +1,5 @@ +defaults +auth |AUTH| +tls_certcheck off +tls |TLS| + diff --git a/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail new file mode 100755 index 0000000..ba639d0 --- /dev/null +++ b/applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail @@ -0,0 +1,114 @@ +#!/bin/sh +# +# Copyright 2011 Iordan Iordanov +# +# This file is part of luci-pbx-voicemail. +# +# luci-pbx-voicemail is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# luci-pbx-voicemail is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with luci-pbx-voicemail. If not, see . +# +# +# Thanks to http://www.zedwood.com for providing an excellent example of how to +# properly assemble an email message with a base64 encoded attachment. +# + +LOGFILE=/tmp/voicemail/last_sent_voicemail.log + +# Redirect standard error and standard output to a log file. +rm -f "$LOGFILE" +exec 1>"$LOGFILE" +exec 2>&1 + +# Appends its second argument to a file named in the first argument. +append_to_file () +{ + echo "$2">>$1; +} + +# Grab the attachment name, which should be sent as the first argument, and +# exit with a warning if there is no voicemail to send. +ATTACHMENT="$1" +[ ! -f "$ATTACHMENT" ] && echo "WARNING: Found no voicemail recording to send." && exit + +# Grab the callerID which should have been sent as an argument. +CALLERID="$2" +[ -z "$CALLERID" ] && CALLERID="An unknown caller" + +# Determine addresses we would like to send the voicemail to and exit if none are found. +TO="`uci -q get pbx-voicemail.global_voicemail.global_email_addresses | tr ' ' ','`" +[ -z "$TO" ] && echo "WARNING: Found no addresses to send voicemail to." && exit + +# See whether we should retain a copy of the voicemail. +SAVEPATH="`uci -q get pbx-voicemail.global_voicemail.global_save_path`" + +DATE="`date +%Y-%m-%d`" +TIME="`date +%H:%M:%S`" +FROM="voicemail@pbx" +REPLY="do-not-reply@pbx" +SUBJECT="Voicemail from $CALLERID, $DATE, $TIME" +MSGBODY="$CALLERID has left voicemail for you on $DATE at $TIME." +MIMETYPE="audio/wav" +TMP1="/tmp/voicemail/tmpemail1.$$"; +TMP2="/tmp/voicemail/tmpemail2.$$"; +BOUNDARY="`date +%s | md5sum | awk '{print $1}'`" +FILENAME="voicemail-$DATE-$TIME.WAV" + +# Clean up just in case. +rm -f $TMP1 $TMP2 + +append_to_file $TMP1 "From: $FROM" +append_to_file $TMP1 "To: $TO" +append_to_file $TMP1 "Reply-To: $REPLY" +append_to_file $TMP1 "Subject: $SUBJECT" +append_to_file $TMP1 "Content-Type: multipart/mixed; boundary=\""$BOUNDARY"\"" +append_to_file $TMP1 "" +append_to_file $TMP1 "This is a MIME formatted message. If you see this text it means that your" +append_to_file $TMP1 "email software does not support MIME formatted messages." +append_to_file $TMP1 "" +append_to_file $TMP1 "--$BOUNDARY" +append_to_file $TMP1 "Content-Type: text/plain; charset=ISO-8859-1; format=flowed" +append_to_file $TMP1 "Content-Transfer-Encoding: 7bit" +append_to_file $TMP1 "Content-Disposition: inline" +append_to_file $TMP1 "" +append_to_file $TMP1 "$MSGBODY" +append_to_file $TMP1 "" +append_to_file $TMP1 "" +append_to_file $TMP1 "--$BOUNDARY" +append_to_file $TMP1 "Content-Type: $MIMETYPE; name=\"$FILENAME\"" +append_to_file $TMP1 "Content-Transfer-Encoding: base64" +append_to_file $TMP1 "Content-Disposition: attachment; filename=\"$FILENAME\";" +append_to_file $TMP1 "" + +append_to_file $TMP2 "" +append_to_file $TMP2 "" +append_to_file $TMP2 "--$BOUNDARY--" +append_to_file $TMP2 "" +append_to_file $TMP2 "" + +# Cat everything together and pass to msmtprc to send out. +( cat $TMP1 + cat "$ATTACHMENT" | base64 + cat $TMP2 ) | msmtp -t -C /etc/pbx-msmtprc + +# Clean up email temp files. +rm -f $TMP1 $TMP2 + +# Either delete or move the attachment based on the SAVEPATH variable. +if [ -z "$SAVEPATH" ] +then + rm -f "$ATTACHMENT" +else + mkdir -p "$SAVEPATH" + mv --backup=t "$ATTACHMENT" "$SAVEPATH/$FILENAME" +fi + diff --git a/applications/luci-app-pbx/COPYING b/applications/luci-app-pbx/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/applications/luci-app-pbx/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/applications/luci-app-pbx/CREDITS-SOUNDS b/applications/luci-app-pbx/CREDITS-SOUNDS new file mode 100644 index 0000000..1fa64bc --- /dev/null +++ b/applications/luci-app-pbx/CREDITS-SOUNDS @@ -0,0 +1,7 @@ +This file pertains to the sounds files included in root/etc/pbx-asterisk/sounds + +Recorded by: +Allison Smith (http://www.theivrvoice.com) + +Financial Contributions by: +Digium, Inc. (http://www.digium.com) diff --git a/applications/luci-app-pbx/LICENSE-SOUNDS b/applications/luci-app-pbx/LICENSE-SOUNDS new file mode 100644 index 0000000..fe9c822 --- /dev/null +++ b/applications/luci-app-pbx/LICENSE-SOUNDS @@ -0,0 +1,312 @@ +This file pertains to the sounds files included in root/etc/pbx-asterisk/sounds + +LICENSE FOR VOICE PROMPT FILES +------------------------------ + +The voice prompt files distributed herewith are Copyright (C) 2003-2008 +Allison Smith, and provided under terms of the following License. For +more information, or to purchase custom voice prompt files, please +visit: + +http://www.digium.com/ivr or http://www.theasteriskvoice.com + +LICENSE +------- + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS +CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS +PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE +WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS +PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND +AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS +LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU +THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH +TERMS AND CONDITIONS. + +1. Definitions. + +a. "Collective Work" means a work, such as a periodical issue, +anthology or encyclopedia, in which the Work in its entirety in +unmodified form, along with one or more other contributions, +constituting separate and independent works in themselves, are +assembled into a collective whole. A work that constitutes a +Collective Work will not be considered a Derivative Work (as defined +below) for the purposes of this License. + +b. "Creative Commons Compatible License" means a license that is +listed at http://creativecommons.org/compatiblelicenses that has been +approved by Creative Commons as being essentially equivalent to this +License, including, at a minimum, because that license: (i) contains +terms that have the same purpose, meaning and effect as the License +Elements of this License; and, (ii) explicitly permits the relicensing +of derivatives of works made available under that license under this +License or either a Creative Commons unported license or a Creative +Commons jurisdiction license with the same License Elements as this +License. + +c. "Derivative Work" means a work based upon the Work or upon the Work +and other pre-existing works, such as a translation, musical +arrangement, dramatization, fictionalization, motion picture version, +sound recording, art reproduction, abridgment, condensation, or any +other form in which the Work may be recast, transformed, or adapted, +except that a work that constitutes a Collective Work will not be +considered a Derivative Work for the purpose of this License. For the +avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a +moving image ("synching") will be considered a Derivative Work for the +purpose of this License. + +d. "License Elements" means the following high-level license +attributes as selected by Licensor and indicated in the title of this +License: Attribution, ShareAlike. + +e. "Licensor" means the individual, individuals, entity or entities +that offers the Work under the terms of this License. + +f. "Original Author" means the individual, individuals, entity or +entities who created the Work. + +g. "Work" means the copyrighted voice prompt files recorded by Allison +Smith for Asterisk and distributed with this License. + +h. "You" means an individual or entity exercising rights under this +License who has not previously violated the terms of this License with +respect to the Work, or who has received express permission from the +Licensor to exercise rights under this License despite a previous +violation. + +2. Fair Use Rights. + +Nothing in this license is intended to reduce, limit, or restrict any +rights arising from fair use, first sale or other limitations on the +exclusive rights of the copyright owner under copyright law or other +applicable laws. + +3. License Grant. + +Subject to the terms and conditions of this License, Licensor hereby +grants You a worldwide, royalty-free, non-exclusive, perpetual (for +the duration of the applicable copyright) license to exercise the +rights in the Work as stated below: + +a. to reproduce the Work, to incorporate the Work into one or more +Collective Works, and to reproduce the Work as incorporated in the +Collective Works; + +b. to create and reproduce Derivative Works provided that any such +Derivative Work, including any translation in any medium, takes +reasonable steps to clearly label, demarcate or otherwise identify +that changes were made to the original Work. For example, a +translation could be marked "The original work was translated from +English to Spanish," or a modification could indicate "The original +work has been modified."; + +c. to distribute copies or phonorecords of, display publicly, perform +publicly, and perform publicly by means of a digital audio +transmission the Work including as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform +publicly, and perform publicly by means of a digital audio +transmission Derivative Works. + +e. For the avoidance of doubt, where the Work is a musical +composition: + + i. Performance Royalties Under Blanket Licenses. Licensor waives the + exclusive right to collect, whether individually or, in the event + that Licensor is a member of a performance rights society + (e.g. ASCAP, BMI, SESAC), via that society, royalties for the public + performance or public digital performance e.g. webcast) of the Work. + + ii.Mechanical Rights and Statutory Royalties. Licensor waives the + exclusive right to collect, whether individually or via a music + rights agency or designated agent (e.g. Harry Fox Agency), royalties + for any phonorecord You create from the Work ("cover version") and + distribute, subject to the compulsory license created by 17 USC + Section 115 of the US Copyright Act (or the equivalent in other + jurisdictions). + +f. Webcasting Rights and Statutory Royalties. For the avoidance of +doubt, where the Work is a sound recording, Licensor waives the +exclusive right to collect, whether individually or via a +performance-rights society (e.g. SoundExchange), royalties for the +public digital performance (e.g. webcast) of the Work, subject to the +compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by +Licensor are hereby reserved. + +4. Restrictions. + +The license granted in Section 3 above is expressly made subject to +and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly +digitally perform the Work only under the terms of this License, and +You must include a copy of, or the Uniform Resource Identifier for, +this License with every copy or phonorecord of the Work You +distribute, publicly display, publicly perform, or publicly digitally +perform. You may not offer or impose any terms on the Work that +restrict the terms of this License or the ability of a recipient of +the Work to exercise of the rights granted to that recipient under the +terms of the License. You may not sublicense the Work. You must keep +intact all notices that refer to this License and to the disclaimer of +warranties. When You distribute, publicly display, publicly perform, +or publicly digitally perform the Work, You may not impose any +technological measures on the Work that restrict the ability of a +recipient of the Work from You to exercise of the rights granted to +that recipient under the terms of the License. This Section 4(a) +applies to the Work as incorporated in a Collective Work, but this +does not require the Collective Work apart from the Work itself to be +made subject to the terms of this License. If You create a Collective +Work, upon notice from any Licensor You must, to the extent +practicable, remove from the Collective Work any credit as required by +Section 4(c), as requested. If You create a Derivative Work, upon +notice from any Licensor You must, to the extent practicable, remove +from the Derivative Work any credit as required by Section 4(c), as +requested. + +b. You may distribute, publicly display, publicly perform, or publicly +digitally perform a Derivative Work only under: (i) the terms of this +License; (ii) a later version of this License with the same License +Elements as this License; (iii) either the Creative Commons (Unported) +license or a Creative Commons jurisdiction license (either this or a +later license version) that contains the same License Elements as this +License (e.g. Attribution-ShareAlike 3.0 (Unported)); (iv) a Creative +Commons Compatible License. If you license the Derivative Work under +one of the licenses mentioned in (iv), you must comply with the terms +of that license. If you license the Derivative Work under the terms of +any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable +License"), you must comply with the terms of the Applicable License +generally and with the following provisions: (I) You must include a +copy of, or the Uniform Resource Identifier for, the Applicable +License with every copy or phonorecord of each Derivative Work You +distribute, publicly display, publicly perform, or publicly digitally +perform; (II) You may not offer or impose any terms on the Derivative +Works that restrict the terms of the Applicable License or the ability +of a recipient of the Work to exercise the rights granted to that +recipient under the terms of the Applicable License; (III) You must +keep intact all notices that refer to the Applicable License and to +the disclaimer of warranties; and, (IV) when You distribute, publicly +display, publicly perform, or publicly digitally perform the Work, You +may not impose any technological measures on the Derivative Work that +restrict the ability of a recipient of the Derivative Work from You to +exercise the rights granted to that recipient under the terms of the +Applicable License. This Section 4(b) applies to the Derivative Work +as incorporated in a Collective Work, but this does not require the +Collective Work apart from the Derivative Work itself to be made +subject to the terms of the Applicable License. + +c. If You distribute, publicly display, publicly perform, or publicly +digitally perform the Work (as defined in Section 1 above) or any +Derivative Works (as defined in Section 1 above) or Collective Works +(as defined in Section 1 above), You must, unless a request has been +made pursuant to Section 4(a), keep intact all copyright notices for +the Work and provide, reasonable to the medium or means You are +utilizing: (i) the name of the Original Author (or pseudonym, if +applicable) if supplied, and/or (ii) if the Original Author and/or +Licensor designate another party or parties (e.g. a sponsor institute, +publishing entity, journal) for attribution ("Attribution Parties") in +Licensor's copyright notice, terms of service or by other reasonable +means, the name of such party or parties; the title of the Work if +supplied; to the extent reasonably practicable, the Uniform Resource +Identifier, if any, that Licensor specifies to be associated with the +Work, unless such URI does not refer to the copyright notice or +licensing information for the Work; and, consistent with Section 3(b) +in the case of a Derivative Work, a credit identifying the use of the +Work in the Derivative Work (e.g., "French translation of the Work by +Original Author," or "Screenplay based on original Work by Original +Author"). The credit required by this Section 4(c) may be implemented +in any reasonable manner; provided, however, that in the case of a +Derivative Work or Collective Work, at a minimum such credit will +appear, if a credit for all contributing authors of the Derivative +Work or Collective Work appears, then as part of these credits and in +a manner at least as prominent as the credits for the other +contributing authors. For the avoidance of doubt, You may only use the +credit required by this Section for the purpose of attribution in the +manner set out above and, by exercising Your rights under this +License, You may not implicitly or explicitly assert or imply any +connection with, sponsorship or endorsement by the Original Author, +Licensor and/or Attribution Parties, as appropriate, of You or Your +use of the Work, without the separate, express prior written +permission of the Original Author, Licensor and/or Attribution +Parties. + +5. Representations, Warranties and Disclaimer. + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, +LICENSOR OFFERS THE WORK AS-IS AND ONLY TO THE EXTENT OF ANY RIGHTS +HELD IN THE LICENSED WORK BY THE LICENSOR. THE LICENSOR MAKES NO +REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, +EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT +LIMITATION, WARRANTIES OF TITLE, MARKETABILITY, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF +ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW +THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY +TO YOU. + +6. Limitation on Liability. + +EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL +LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, +INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT +OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN +ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination. + +a. This License and the rights granted hereunder will terminate +automatically upon any breach by You of the terms of this +License. Individuals or entities who have received Derivative Works or +Collective Works from You under this License, however, will not have +their licenses terminated provided such individuals or entities remain +in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 +will survive any termination of this License. + +b. Subject to the above terms and conditions, the license granted here +is perpetual (for the duration of the applicable copyright in the +Work). Notwithstanding the above, Licensor reserves the right to +release the Work under different license terms or to stop distributing +the Work at any time; provided, however that any such election will +not serve to withdraw this License (or any other license that has +been, or is required to be, granted under the terms of this License), +and this License will continue in full force and effect unless +terminated as stated above. + +8. Miscellaneous. + +a. Each time You distribute or publicly digitally perform the Work (as +defined in Section 1 above) or a Collective Work (as defined in +Section 1 above), the Licensor offers to the recipient a license to +the Work on the same terms and conditions as the license granted to +You under this License. + +b. Each time You distribute or publicly digitally perform a Derivative +Work, Licensor offers to the recipient a license to the original Work +on the same terms and conditions as the license granted to You under +this License. + +c. If any provision of this License is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this License, and without further action +by the parties to this agreement, such provision shall be reformed to +the minimum extent necessary to make such provision valid and +enforceable. + +d. No term or provision of this License shall be deemed waived and no +breach consented to unless such waiver or consent shall be in writing +and signed by the party to be charged with such waiver or consent. + +e. This License constitutes the entire agreement between the parties +with respect to the Work licensed here. There are no understandings, +agreements or representations with respect to the Work not specified +here. Licensor shall not be bound by any additional provisions that +may appear in any communication from You. This License may not be +modified without the mutual written agreement of the Licensor and You. diff --git a/applications/luci-app-pbx/Makefile b/applications/luci-app-pbx/Makefile new file mode 100644 index 0000000..1379dcf --- /dev/null +++ b/applications/luci-app-pbx/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI PBX Administration +LUCI_DEPENDS:= \ + +asterisk18 +asterisk18-app-authenticate +asterisk18-app-disa \ + +asterisk18-app-setcallerid +asterisk18-app-system +asterisk18-chan-gtalk \ + +asterisk18-codec-a-mu +asterisk18-codec-alaw +asterisk18-func-cut \ + +asterisk18-res-clioriginate +asterisk18-func-channel +asterisk18-chan-local \ + +asterisk18-app-record +asterisk18-app-senddtmf +asterisk18-res-crypto + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-pbx/luasrc/controller/pbx.lua b/applications/luci-app-pbx/luasrc/controller/pbx.lua new file mode 100644 index 0000000..b77814b --- /dev/null +++ b/applications/luci-app-pbx/luasrc/controller/pbx.lua @@ -0,0 +1,29 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +module("luci.controller.pbx", package.seeall) + +function index() + entry({"admin", "services", "pbx"}, cbi("pbx"), "PBX", 80) + entry({"admin", "services", "pbx", "pbx-google"}, cbi("pbx-google"), "Google Accounts", 1) + entry({"admin", "services", "pbx", "pbx-voip"}, cbi("pbx-voip"), "SIP Accounts", 2) + entry({"admin", "services", "pbx", "pbx-users"}, cbi("pbx-users"), "User Accounts", 3) + entry({"admin", "services", "pbx", "pbx-calls"}, cbi("pbx-calls"), "Call Routing", 4) + entry({"admin", "services", "pbx", "pbx-advanced"}, cbi("pbx-advanced"), "Advanced Settings", 6) +end diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx-advanced.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx-advanced.lua new file mode 100644 index 0000000..5d4f135 --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx-advanced.lua @@ -0,0 +1,293 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +appname = "PBX" +modulename = "pbx-advanced" +defaultbindport = 5060 +defaultrtpstart = 19850 +defaultrtpend = 19900 + +-- Returns all the network related settings, including a constructed RTP range +function get_network_info() + externhost = m.uci:get(modulename, "advanced", "externhost") + ipaddr = m.uci:get("network", "lan", "ipaddr") + bindport = m.uci:get(modulename, "advanced", "bindport") + rtpstart = m.uci:get(modulename, "advanced", "rtpstart") + rtpend = m.uci:get(modulename, "advanced", "rtpend") + + if bindport == nil then bindport = defaultbindport end + if rtpstart == nil then rtpstart = defaultrtpstart end + if rtpend == nil then rtpend = defaultrtpend end + + if rtpstart == nil or rtpend == nil then + rtprange = nil + else + rtprange = rtpstart .. "-" .. rtpend + end + + return bindport, rtprange, ipaddr, externhost +end + +-- If not present, insert empty rules in the given config & section named PBX-SIP and PBX-RTP +function insert_empty_sip_rtp_rules(config, section) + + -- Add rules named PBX-SIP and PBX-RTP if not existing + found_sip_rule = false + found_rtp_rule = false + m.uci:foreach(config, section, + function(s1) + if s1._name == 'PBX-SIP' then + found_sip_rule = true + elseif s1._name == 'PBX-RTP' then + found_rtp_rule = true + end + end) + + if found_sip_rule ~= true then + newrule=m.uci:add(config, section) + m.uci:set(config, newrule, '_name', 'PBX-SIP') + end + if found_rtp_rule ~= true then + newrule=m.uci:add(config, section) + m.uci:set(config, newrule, '_name', 'PBX-RTP') + end +end + +-- Delete rules in the given config & section named PBX-SIP and PBX-RTP +function delete_sip_rtp_rules(config, section) + + -- Remove rules named PBX-SIP and PBX-RTP + commit = false + m.uci:foreach(config, section, + function(s1) + if s1._name == 'PBX-SIP' or s1._name == 'PBX-RTP' then + m.uci:delete(config, s1['.name']) + commit = true + end + end) + + -- If something changed, then we commit the config. + if commit == true then m.uci:commit(config) end +end + +-- Deletes QoS rules associated with this PBX. +function delete_qos_rules() + delete_sip_rtp_rules ("qos", "classify") +end + + +function insert_qos_rules() + -- Insert empty PBX-SIP and PBX-RTP rules if not present. + insert_empty_sip_rtp_rules ("qos", "classify") + + -- Get the network information + bindport, rtprange, ipaddr, externhost = get_network_info() + + -- Iterate through the QoS rules, and if there is no other rule with the same port + -- range at the priority service level, insert this rule. + commit = false + m.uci:foreach("qos", "classify", + function(s1) + if s1._name == 'PBX-SIP' then + if s1.ports ~= bindport or s1.target ~= "Priority" or s1.proto ~= "udp" then + m.uci:set("qos", s1['.name'], "ports", bindport) + m.uci:set("qos", s1['.name'], "proto", "udp") + m.uci:set("qos", s1['.name'], "target", "Priority") + commit = true + end + elseif s1._name == 'PBX-RTP' then + if s1.ports ~= rtprange or s1.target ~= "Priority" or s1.proto ~= "udp" then + m.uci:set("qos", s1['.name'], "ports", rtprange) + m.uci:set("qos", s1['.name'], "proto", "udp") + m.uci:set("qos", s1['.name'], "target", "Priority") + commit = true + end + end + end) + + -- If something changed, then we commit the qos config. + if commit == true then m.uci:commit("qos") end +end + +-- This function is a (so far) unsuccessful attempt to manipulate the firewall rules from here +-- Need to do more testing and eventually move to this mode. +function maintain_firewall_rules() + -- Get the network information + bindport, rtprange, ipaddr, externhost = get_network_info() + + commit = false + -- Only if externhost is set, do we control firewall rules. + if externhost ~= nil and bindport ~= nil and rtprange ~= nil then + -- Insert empty PBX-SIP and PBX-RTP rules if not present. + insert_empty_sip_rtp_rules ("firewall", "rule") + + -- Iterate through the firewall rules, and if the dest_port and dest_ip setting of the\ + -- SIP and RTP rule do not match what we want configured, set all the entries in the rule\ + -- appropriately. + m.uci:foreach("firewall", "rule", + function(s1) + if s1._name == 'PBX-SIP' then + if s1.dest_port ~= bindport then + m.uci:set("firewall", s1['.name'], "dest_port", bindport) + m.uci:set("firewall", s1['.name'], "src", "wan") + m.uci:set("firewall", s1['.name'], "proto", "udp") + m.uci:set("firewall", s1['.name'], "target", "ACCEPT") + commit = true + end + elseif s1._name == 'PBX-RTP' then + if s1.dest_port ~= rtprange then + m.uci:set("firewall", s1['.name'], "dest_port", rtprange) + m.uci:set("firewall", s1['.name'], "src", "wan") + m.uci:set("firewall", s1['.name'], "proto", "udp") + m.uci:set("firewall", s1['.name'], "target", "ACCEPT") + commit = true + end + end + end) + else + -- We delete the firewall rules if one or more of the necessary parameters are not set. + sip_rule_name=nil + rtp_rule_name=nil + + -- First discover the configuration names of the rules. + m.uci:foreach("firewall", "rule", + function(s1) + if s1._name == 'PBX-SIP' then + sip_rule_name = s1['.name'] + elseif s1._name == 'PBX-RTP' then + rtp_rule_name = s1['.name'] + end + end) + + -- Then, using the names, actually delete the rules. + if sip_rule_name ~= nil then + m.uci:delete("firewall", sip_rule_name) + commit = true + end + if rtp_rule_name ~= nil then + m.uci:delete("firewall", rtp_rule_name) + commit = true + end + end + + -- If something changed, then we commit the firewall config. + if commit == true then m.uci:commit("firewall") end +end + +m = Map (modulename, translate("Advanced Settings"), + translate("This section contains settings that do not need to be changed under \ + normal circumstances. In addition, here you can configure your system \ + for use with remote SIP devices, and resolve call quality issues by enabling \ + the insertion of QoS rules.")) + +-- Recreate the voip server config, and restart necessary services after changes are commited +-- to the advanced configuration. The firewall must restart because of "Remote Usage". +function m.on_after_commit(self) + + -- Make sure firewall rules are in place + maintain_firewall_rules() + + -- If insertion of QoS rules is enabled + if m.uci:get(modulename, "advanced", "qos_enabled") == "yes" then + insert_qos_rules() + else + delete_qos_rules() + end + + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/firewall restart 1\>/dev/null 2\>/dev/null") +end + +----------------------------------------------------------------------------- +s = m:section(NamedSection, "advanced", "settings", translate("Advanced Settings")) +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("remote_usage", translate("Remote Usage"), + translatef("You can use your SIP devices/softphones with this system from a remote location \ + as well, as long as your Internet Service Provider gives you a public IP. \ + You will be able to call other local users for free (e.g. other Analog Telephone Adapters (ATAs)) \ + and use your VoIP providers to make calls as if you were local to the PBX. \ + After configuring this tab, go back to where users are configured and see the new \ + Server and Port setting you need to configure the remote SIP devices with. Please note that if this \ + PBX is not running on your router/gateway, you will need to configure port forwarding (NAT) on your \ + router/gateway. Please forward the ports below (SIP port and RTP range) to the IP address of the \ + device running this PBX.")) + +s:tab("qos", translate("QoS Settings"), + translate("If you experience jittery or high latency audio during heavy downloads, you may want \ + to enable QoS. QoS prioritizes traffic to and from your network for specified ports and IP \ + addresses, resulting in better latency and throughput for sound in our case. If enabled below, \ + a QoS rule for this service will be configured by the PBX automatically, but you must visit the \ + QoS configuration page (Network->QoS) to configure other critical QoS settings like Download \ + and Upload speed.")) + +ringtime = s:taboption("general", Value, "ringtime", translate("Number of Seconds to Ring"), + translate("Set the number of seconds to ring users upon incoming calls before hanging up \ + or going to voicemail, if the voicemail is installed and enabled.")) +ringtime.datatype = "port" +ringtime.default = 30 + +ua = s:taboption("general", Value, "useragent", translate("User Agent String"), + translate("This is the name that the VoIP server will use to identify itself when \ + registering to VoIP (SIP) providers. Some providers require this to a specific \ + string matching a hardware SIP device.")) +ua.default = appname + +h = s:taboption("remote_usage", Value, "externhost", translate("Domain/IP Address/Dynamic Domain"), + translate("You can enter your domain name, external IP address, or dynamic domain name here. \ + The best thing to input is a static IP address. If your IP address is dynamic and it changes, \ + your configuration will become invalid. Hence, it's recommended to set up Dynamic DNS in this case. \ + and enter your Dynamic DNS hostname here. You can configure Dynamic DNS with the luci-app-ddns package.")) +h.datatype = "host" + +p = s:taboption("remote_usage", Value, "bindport", translate("External SIP Port"), + translate("Pick a random port number between 6500 and 9500 for the service to listen on. \ + Do not pick the standard 5060, because it is often subject to brute-force attacks. \ + When finished, (1) click \"Save and Apply\", and (2) look in the \ + \"SIP Device/Softphone Accounts\" section for updated Server and Port settings \ + for your SIP Devices/Softphones.")) +p.datatype = "port" + +p = s:taboption("remote_usage", Value, "rtpstart", translate("RTP Port Range Start"), + translate("RTP traffic carries actual voice packets. This is the start of the port range \ + that will be used for setting up RTP communication. It's usually OK to leave this \ + at the default value.")) +p.datatype = "port" +p.default = defaultrtpstart + +p = s:taboption("remote_usage", Value, "rtpend", translate("RTP Port Range End")) +p.datatype = "port" +p.default = defaultrtpend + +p = s:taboption("qos", ListValue, "qos_enabled", translate("Insert QoS Rules")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +return m diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx-calls.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx-calls.lua new file mode 100644 index 0000000..ca373d6 --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx-calls.lua @@ -0,0 +1,424 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +modulename = "pbx-calls" +voipmodulename = "pbx-voip" +googlemodulename = "pbx-google" +usersmodulename = "pbx-users" +allvalidaccounts = {} +nallvalidaccounts = 0 +validoutaccounts = {} +nvalidoutaccounts = 0 +validinaccounts = {} +nvalidinaccounts = 0 +allvalidusers = {} +nallvalidusers = 0 +validoutusers = {} +nvalidoutusers = 0 + + +-- Checks whether the entered extension is valid syntactically. +function is_valid_extension(exten) + return (exten:match("[#*+0-9NXZ]+$") ~= nil) +end + + +m = Map (modulename, translate("Call Routing"), + translate("This is where you indicate which Google/SIP accounts are used to call what \ + country/area codes, which users can use what SIP/Google accounts, how incoming \ + calls are routed, what numbers can get into this PBX with a password, and what \ + numbers are blacklisted.")) + +-- Recreate the config, and restart services after changes are commited to the configuration. +function m.on_after_commit(self) + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/" .. server .. " restart 1\>/dev/null 2\>/dev/null") +end + +-- Add Google accounts to all valid accounts, and accounts valid for incoming and outgoing calls. +m.uci:foreach(googlemodulename, "gtalk_jabber", + function(s1) + -- Add this provider to list of valid accounts. + if s1.username ~= nil and s1.name ~= nil then + allvalidaccounts[s1.name] = s1.username + nallvalidaccounts = nallvalidaccounts + 1 + + if s1.make_outgoing_calls == "yes" then + -- Add provider to the associative array of valid outgoing accounts. + validoutaccounts[s1.name] = s1.username + nvalidoutaccounts = nvalidoutaccounts + 1 + end + + if s1.register == "yes" then + -- Add provider to the associative array of valid outgoing accounts. + validinaccounts[s1.name] = s1.username + nvalidinaccounts = nvalidinaccounts + 1 + end + end + end) + +-- Add SIP accounts to all valid accounts, and accounts valid for incoming and outgoing calls. +m.uci:foreach(voipmodulename, "voip_provider", + function(s1) + -- Add this provider to list of valid accounts. + if s1.defaultuser ~= nil and s1.host ~= nil and s1.name ~= nil then + allvalidaccounts[s1.name] = s1.defaultuser .. "@" .. s1.host + nallvalidaccounts = nallvalidaccounts + 1 + + if s1.make_outgoing_calls == "yes" then + -- Add provider to the associative array of valid outgoing accounts. + validoutaccounts[s1.name] = s1.defaultuser .. "@" .. s1.host + nvalidoutaccounts = nvalidoutaccounts + 1 + end + + if s1.register == "yes" then + -- Add provider to the associative array of valid outgoing accounts. + validinaccounts[s1.name] = s1.defaultuser .. "@" .. s1.host + nvalidinaccounts = nvalidinaccounts + 1 + end + end + end) + +-- Add Local User accounts to all valid users, and users allowed to make outgoing calls. +m.uci:foreach(usersmodulename, "local_user", + function(s1) + -- Add user to list of all valid users. + if s1.defaultuser ~= nil then + allvalidusers[s1.defaultuser] = true + nallvalidusers = nallvalidusers + 1 + + if s1.can_call == "yes" then + validoutusers[s1.defaultuser] = true + nvalidoutusers = nvalidoutusers + 1 + end + end + end) + + +---------------------------------------------------------------------------------------------------- +-- If there are no accounts configured, or no accounts enabled for outgoing calls, display a warning. +-- Otherwise, display the usual help text within the section. +if nallvalidaccounts == 0 then + text = translate("NOTE: There are no Google or SIP provider accounts configured.") +elseif nvalidoutaccounts == 0 then + text = translate("NOTE: There are no Google or SIP provider accounts enabled for outgoing calls.") +else + text = translate("If you have more than one account that can make outgoing calls, you \ + should enter a list of phone numbers and/or prefixes in the following fields for each \ + provider listed. Invalid prefixes are removed silently, and only 0-9, X, Z, N, #, *, \ + and + are valid characters. The letter X matches 0-9, Z matches 1-9, and N matches 2-9. \ + For example to make calls to Germany through a provider, you can enter 49. To make calls \ + to North America, you can enter 1NXXNXXXXXX. If one of your providers can make \"local\" \ + calls to an area code like New York's 646, you can enter 646NXXXXXX for that \ + provider. You should leave one account with an empty list to make calls with \ + it by default, if no other provider's prefixes match. The system will automatically \ + replace an empty list with a message that the provider dials all numbers not matched by another \ + provider's prefixes. Be as specific as possible (i.e. 1NXXNXXXXXX is better than 1). Please note \ + all international dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a \ + space-separated list, and/or one per line by hitting enter after every one.") +end + + +s = m:section(NamedSection, "outgoing_calls", "call_routing", translate("Outgoing Calls"), text) +s.anonymous = true + +for k,v in pairs(validoutaccounts) do + patterns = s:option(DynamicList, k, v) + + -- If the saved field is empty, we return a string + -- telling the user that this provider would dial any exten. + function patterns.cfgvalue(self, section) + value = self.map:get(section, self.option) + + if value == nil then + return {translate("Dials numbers unmatched elsewhere")} + else + return value + end + end + + -- Write only valid extensions into the config file. + function patterns.write(self, section, value) + newvalue = {} + nindex = 1 + for index, field in ipairs(value) do + val = luci.util.trim(value[index]) + if is_valid_extension(val) == true then + newvalue[nindex] = val + nindex = nindex + 1 + end + end + DynamicList.write(self, section, newvalue) + end +end + +---------------------------------------------------------------------------------------------------- +-- If there are no accounts configured, or no accounts enabled for incoming calls, display a warning. +-- Otherwise, display the usual help text within the section. +if nallvalidaccounts == 0 then + text = translate("NOTE: There are no Google or SIP provider accounts configured.") +elseif nvalidinaccounts == 0 then + text = translate("NOTE: There are no Google or SIP provider accounts enabled for incoming calls.") +else + text = translate("For each provider enabled for incoming calls, here you can restrict which users to\ + ring on incoming calls. If the list is empty, the system will indicate that all users \ + enabled for incoming calls will ring. Invalid usernames will be rejected \ + silently. Also, entering a username here overrides the user's setting to not receive \ + incoming calls. This way, you can make certain users ring only for specific providers. \ + Entries can be made in a space-separated list, and/or one per line by hitting enter after \ + every one.") +end + + +s = m:section(NamedSection, "incoming_calls", "call_routing", translate("Incoming Calls"), text) +s.anonymous = true + +for k,v in pairs(validinaccounts) do + users = s:option(DynamicList, k, v) + + -- If the saved field is empty, we return a string telling the user that + -- this provider would ring all users configured for incoming calls. + function users.cfgvalue(self, section) + value = self.map:get(section, self.option) + + if value == nil then + return {translate("Rings users enabled for incoming calls")} + else + return value + end + end + + -- Write only valid user names. + function users.write(self, section, value) + newvalue = {} + nindex = 1 + for index, field in ipairs(value) do + trimuser = luci.util.trim(value[index]) + if allvalidusers[trimuser] == true then + newvalue[nindex] = trimuser + nindex = nindex + 1 + end + end + DynamicList.write(self, section, newvalue) + end +end + + +---------------------------------------------------------------------------------------------------- +-- If there are no user accounts configured, no user accounts enabled for outgoing calls, +-- display a warning. Otherwise, display the usual help text within the section. +if nallvalidusers == 0 then + text = translate("NOTE: There are no local user accounts configured.") +elseif nvalidoutusers == 0 then + text = translate("NOTE: There are no local user accounts enabled for outgoing calls.") +else + text = translate("For each user enabled for outgoing calls you can restrict what providers the user \ + can use for outgoing calls. By default all users can use all providers. To show up in the list \ + below the user should be allowed to make outgoing calls in the \"User Accounts\" page. Enter VoIP \ + providers in the format username@some.host.name, as listed in \"Outgoing Calls\" above. It's \ + easiest to copy and paste the providers from above. Invalid entries, including providers not \ + enabled for outgoing calls, will be rejected silently. Entries can be made in a space-separated \ + list, and/or one per line by hitting enter after every one.") +end + + +s = m:section(NamedSection, "providers_user_can_use", "call_routing", + translate("Providers Used for Outgoing Calls"), text) +s.anonymous = true + +for k,v in pairs(validoutusers) do + providers = s:option(DynamicList, k, k) + + -- If the saved field is empty, we return a string telling the user + -- that this user uses all providers enavled for outgoing calls. + function providers.cfgvalue(self, section) + value = self.map:get(section, self.option) + + if value == nil then + return {translate("Uses providers enabled for outgoing calls")} + else + newvalue = {} + -- Convert internal names to user@host values. + for i,v in ipairs(value) do + newvalue[i] = validoutaccounts[v] + end + return newvalue + end + end + + -- Cook the new values prior to entering them into the config file. + -- Also, enter them only if they are valid. + function providers.write(self, section, value) + cookedvalue = {} + cindex = 1 + for index, field in ipairs(value) do + cooked = string.gsub(luci.util.trim(value[index]), "%W", "_") + if validoutaccounts[cooked] ~= nil then + cookedvalue[cindex] = cooked + cindex = cindex + 1 + end + end + DynamicList.write(self, section, cookedvalue) + end +end + +---------------------------------------------------------------------------------------------------- +s = m:section(TypedSection, "callthrough_numbers", translate("Call-through Numbers"), + translate("Designate numbers that are allowed to call through this system and which user's \ + privileges they will have.")) +s.anonymous = true +s.addremove = true + +num = s:option(DynamicList, "callthrough_number_list", translate("Call-through Numbers"), + translate("Specify numbers individually here. Press enter to add more numbers. \ + You will have to experiment with what country and area codes you need to add \ + to the number.")) +num.datatype = "uinteger" + +p = s:option(ListValue, "enabled", translate("Enabled")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +user = s:option(Value, "defaultuser", translate("User Name"), + translate("The number(s) specified above will be able to dial out with this user's providers. \ + Invalid usernames, including users not enabled for outgoing calls, are dropped silently. \ + Please verify that the entry was accepted.")) +function user.write(self, section, value) + trimuser = luci.util.trim(value) + if allvalidusers[trimuser] == true then + Value.write(self, section, trimuser) + end +end + +pwd = s:option(Value, "pin", translate("PIN"), + translate("Your PIN disappears when saved for your protection. It will be changed \ + only when you enter a value different from the saved one. Leaving the PIN \ + empty is possible, but please beware of the security implications.")) +pwd.password = true +pwd.rmempty = false + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + +---------------------------------------------------------------------------------------------------- +s = m:section(TypedSection, "callback_numbers", translate("Call-back Numbers"), + translate("Designate numbers to whom the system will hang up and call back, which provider will \ + be used to call them, and which user's privileges will be granted to them.")) +s.anonymous = true +s.addremove = true + +num = s:option(DynamicList, "callback_number_list", translate("Call-back Numbers"), + translate("Specify numbers individually here. Press enter to add more numbers. \ + You will have to experiment with what country and area codes you need to add \ + to the number.")) +num.datatype = "uinteger" + +p = s:option(ListValue, "enabled", translate("Enabled")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +delay = s:option(Value, "callback_hangup_delay", translate("Hang-up Delay"), + translate("How long to wait before hanging up. If the provider you use to dial automatically forwards \ + to voicemail, you can set this value to a delay that will allow you to hang up before your call gets \ + forwarded and you get billed for it.")) +delay.datatype = "uinteger" +delay.default = 0 + +user = s:option(Value, "defaultuser", translate("User Name"), + translate("The number(s) specified above will be able to dial out with this user's providers. \ + Invalid usernames, including users not enabled for outgoing calls, are dropped silently. \ + Please verify that the entry was accepted.")) +function user.write(self, section, value) + trimuser = luci.util.trim(value) + if allvalidusers[trimuser] == true then + Value.write(self, section, trimuser) + end +end + +pwd = s:option(Value, "pin", translate("PIN"), + translate("Your PIN disappears when saved for your protection. It will be changed \ + only when you enter a value different from the saved one. Leaving the PIN \ + empty is possible, but please beware of the security implications.")) +pwd.password = true +pwd.rmempty = false + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + +provider = s:option(Value, "callback_provider", translate("Call-back Provider"), + translate("Enter a VoIP provider to use for call-back in the format username@some.host.name, as listed in \ + \"Outgoing Calls\" above. It's easiest to copy and paste the providers from above. Invalid entries, including \ + providers not enabled for outgoing calls, will be rejected silently.")) +function provider.write(self, section, value) + cooked = string.gsub(luci.util.trim(value), "%W", "_") + if validoutaccounts[cooked] ~= nil then + Value.write(self, section, value) + end +end + +---------------------------------------------------------------------------------------------------- +s = m:section(NamedSection, "blacklisting", "call_routing", translate("Blacklisted Numbers"), + translate("Enter phone numbers that you want to decline calls from automatically. \ + You should probably omit the country code and any leading zeroes, but please \ + experiment to make sure you are blocking numbers from your desired area successfully.")) +s.anonymous = true + +b = s:option(DynamicList, "blacklist1", translate("Dynamic List of Blacklisted Numbers"), + translate("Specify numbers individually here. Press enter to add more numbers.")) +b.cast = "string" +b.datatype = "uinteger" + +b = s:option(Value, "blacklist2", translate("Space-Separated List of Blacklisted Numbers"), + translate("Copy-paste large lists of numbers here.")) +b.template = "cbi/tvalue" +b.rows = 3 + +return m diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx-google.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx-google.lua new file mode 100644 index 0000000..3c36a16 --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx-google.lua @@ -0,0 +1,122 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +modulename = "pbx-google" +googlemodulename = "pbx-google" +defaultstatus = "dnd" +defaultstatusmessage = "PBX online, may lose messages" + +m = Map (modulename, translate("Google Accounts"), + translate("This is where you set up your Google (Talk and Voice) Accounts, in order to start \ + using them for dialing and receiving calls (voice chat and real phone calls). Please \ + make at least one voice call using the Google Talk plugin installable through the \ + GMail interface, and then log out from your account everywhere. Click \"Add\" \ + to add as many accounts as you wish.")) + +-- Recreate the config, and restart services after changes are commited to the configuration. +function m.on_after_commit(self) + -- Create a field "name" for each account that identifies the account in the backend. + commit = false + m.uci:foreach(modulename, "gtalk_jabber", + function(s1) + if s1.username ~= nil then + name=string.gsub(s1.username, "%W", "_") + if s1.name ~= name then + m.uci:set(modulename, s1['.name'], "name", name) + commit = true + end + end + end) + if commit == true then m.uci:commit(modulename) end + + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/asterisk restart 1\>/dev/null 2\>/dev/null") +end + +----------------------------------------------------------------------------- +s = m:section(TypedSection, "gtalk_jabber", translate("Google Voice/Talk Accounts")) +s.anonymous = true +s.addremove = true + +s:option(Value, "username", translate("Email")) + +pwd = s:option(Value, "secret", translate("Password"), + translate("When your password is saved, it disappears from this field and is not displayed \ + for your protection. The previously saved password will be changed only when you \ + enter a value different from the saved one.")) +pwd.password = true +pwd.rmempty = false + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + + +p = s:option(ListValue, "register", + translate("Enable Incoming Calls (set Status below)"), + translate("When somebody starts voice chat with your GTalk account or calls the GVoice, \ + number (if you have Google Voice), the call will be forwarded to any users \ + that are online (registered using a SIP device or softphone) and permitted to \ + receive the call. If you have Google Voice, you must go to your GVoice settings and \ + forward calls to Google chat in order to actually receive calls made to your \ + GVoice number. If you have trouble receiving calls from GVoice, experiment \ + with the Call Screening option in your GVoice Settings. Finally, make sure no other \ + client is online with this account (browser in gmail, mobile/desktop Google Talk \ + App) as it may interfere.")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +p = s:option(ListValue, "make_outgoing_calls", translate("Enable Outgoing Calls"), + translate("Use this account to make outgoing calls as configured in the \"Call Routing\" section.")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +st = s:option(ListValue, "status", translate("Google Talk Status")) +st:depends("register", "yes") +st:value("dnd", translate("Do Not Disturb")) +st:value("away", translate("Away")) +st:value("available", translate("Available")) +st.default = defaultstatus + +stm = s:option(Value, "statusmessage", translate("Google Talk Status Message"), + translate("Avoid using anything but alpha-numeric characters, space, comma, and period.")) +stm:depends("register", "yes") +stm.default = defaultstatusmessage + +return m diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx-users.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx-users.lua new file mode 100644 index 0000000..c7c8b4d --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx-users.lua @@ -0,0 +1,133 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +modulename = "pbx-users" +modulenamecalls = "pbx-calls" +modulenameadvanced = "pbx-advanced" + + +m = Map (modulename, translate("User Accounts"), + translate("Here you must configure at least one SIP account, that you \ + will use to register with this service. Use this account either in an Analog Telephony \ + Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid on your \ + smartphone, or Ekiga, Linphone, or X-Lite on your computer. By default, all SIP accounts \ + will ring simultaneously if a call is made to one of your VoIP provider accounts or GV \ + numbers.")) + +-- Recreate the config, and restart services after changes are commited to the configuration. +function m.on_after_commit(self) + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/" .. server .. " restart 1\>/dev/null 2\>/dev/null") +end + +externhost = m.uci:get(modulenameadvanced, "advanced", "externhost") +bindport = m.uci:get(modulenameadvanced, "advanced", "bindport") +ipaddr = m.uci:get("network", "lan", "ipaddr") + +----------------------------------------------------------------------------- +s = m:section(NamedSection, "server", "user", translate("Server Setting")) +s.anonymous = true + +if ipaddr == nil or ipaddr == "" then + ipaddr = "(IP address not static)" +end + +if bindport ~= nil then + just_ipaddr = ipaddr + ipaddr = ipaddr .. ":" .. bindport +end + +s:option(DummyValue, "ipaddr", translate("Server Setting for Local SIP Devices"), + translate("Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices you will \ + use ONLY locally and never from a remote location.")).default = ipaddr + +if externhost ~= nil then + if bindport ~= nil then + just_externhost = externhost + externhost = externhost .. ":" .. bindport + end + s:option(DummyValue, "externhost", translate("Server Setting for Remote SIP Devices"), + translate("Enter this hostname (or hostname:port) in the Server/Registrar setting of SIP \ + devices you will use from a remote location (they will work locally too).") + ).default = externhost +end + +if bindport ~= nil then + s:option(DummyValue, "bindport", translate("Port Setting for SIP Devices"), + translatef("If setting Server/Registrar to %s or %s does not work for you, try setting \ + it to %s or %s and entering this port number in a separate field that specifies the \ + Server/Registrar port number. Beware that some devices have a confusing \ + setting that sets the port where SIP requests originate from on the SIP \ + device itself (the bind port). The port specified on this page is NOT this bind port \ + but the port this service listens on.", + ipaddr, externhost, just_ipaddr, just_externhost)).default = bindport +end + +----------------------------------------------------------------------------- +s = m:section(TypedSection, "local_user", translate("SIP Device/Softphone Accounts")) +s.anonymous = true +s.addremove = true + +s:option(Value, "fullname", translate("Full Name"), + translate("You can specify a real name to show up in the Caller ID here.")) + +du = s:option(Value, "defaultuser", translate("User Name"), + translate("Use (four to five digit) numeric user name if you are connecting normal telephones \ + with ATAs to this system (so they can dial user names).")) +du.datatype = "uciname" + +pwd = s:option(Value, "secret", translate("Password"), + translate("Your password disappears when saved for your protection. It will be changed \ + only when you enter a value different from the saved one.")) +pwd.password = true +pwd.rmempty = false + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + +p = s:option(ListValue, "ring", translate("Receives Incoming Calls")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +p = s:option(ListValue, "can_call", translate("Makes Outgoing Calls")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +return m diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx-voip.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx-voip.lua new file mode 100644 index 0000000..ed1ed1e --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx-voip.lua @@ -0,0 +1,116 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + +modulename = "pbx-voip" + +m = Map (modulename, translate("SIP Accounts"), + translate("This is where you set up your SIP (VoIP) accounts ts like Sipgate, SipSorcery, \ + the popular Betamax providers, and any other providers with SIP settings in order to start \ + using them for dialing and receiving calls (SIP uri and real phone calls). Click \"Add\" to \ + add as many accounts as you wish.")) + +-- Recreate the config, and restart services after changes are commited to the configuration. +function m.on_after_commit(self) + commit = false + -- Create a field "name" for each account that identifies the account in the backend. + m.uci:foreach(modulename, "voip_provider", + function(s1) + if s1.defaultuser ~= nil and s1.host ~= nil then + name=string.gsub(s1.defaultuser.."_"..s1.host, "%W", "_") + if s1.name ~= name then + m.uci:set(modulename, s1['.name'], "name", name) + commit = true + end + end + end) + if commit == true then m.uci:commit(modulename) end + + luci.sys.call("/etc/init.d/pbx-" .. server .. " restart 1\>/dev/null 2\>/dev/null") + luci.sys.call("/etc/init.d/" .. server .. " restart 1\>/dev/null 2\>/dev/null") +end + +----------------------------------------------------------------------------- +s = m:section(TypedSection, "voip_provider", translate("SIP Provider Accounts")) +s.anonymous = true +s.addremove = true + +s:option(Value, "defaultuser", translate("User Name")) +pwd = s:option(Value, "secret", translate("Password"), + translate("When your password is saved, it disappears from this field and is not displayed \ + for your protection. The previously saved password will be changed only when you \ + enter a value different from the saved one.")) + + + +pwd.password = true +pwd.rmempty = false + +-- We skip reading off the saved value and return nothing. +function pwd.cfgvalue(self, section) + return "" +end + +-- We check the entered value against the saved one, and only write if the entered value is +-- something other than the empty string, and it differes from the saved value. +function pwd.write(self, section, value) + local orig_pwd = m:get(section, self.option) + if value and #value > 0 and orig_pwd ~= value then + Value.write(self, section, value) + end +end + +h = s:option(Value, "host", translate("SIP Server/Registrar")) +h.datatype = "host" + +p = s:option(ListValue, "register", translate("Enable Incoming Calls (Register via SIP)"), + translate("This option should be set to \"Yes\" if you have a DID \(real telephone number\) \ + associated with this SIP account or want to receive SIP uri calls through this \ + provider.")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +p = s:option(ListValue, "make_outgoing_calls", translate("Enable Outgoing Calls"), + translate("Use this account to make outgoing calls.")) +p:value("yes", translate("Yes")) +p:value("no", translate("No")) +p.default = "yes" + +from = s:option(Value, "fromdomain", + translate("SIP Realm (needed by some providers)")) +from.optional = true +from.datatype = "host" + +port = s:option(Value, "port", translate("SIP Server/Registrar Port")) +port.optional = true +port.datatype = "port" + +op = s:option(Value, "outboundproxy", translate("Outbound Proxy")) +op.optional = true +op.datatype = "host" + +return m diff --git a/applications/luci-app-pbx/luasrc/model/cbi/pbx.lua b/applications/luci-app-pbx/luasrc/model/cbi/pbx.lua new file mode 100644 index 0000000..4c5fcbd --- /dev/null +++ b/applications/luci-app-pbx/luasrc/model/cbi/pbx.lua @@ -0,0 +1,115 @@ +--[[ + Copyright 2011 Iordan Iordanov + + This file is part of luci-pbx. + + luci-pbx is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + luci-pbx is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with luci-pbx. If not, see . +]]-- + +modulename = "pbx" + + +if nixio.fs.access("/etc/init.d/asterisk") then + server = "asterisk" +elseif nixio.fs.access("/etc/init.d/freeswitch") then + server = "freeswitch" +else + server = "" +end + + +-- Returns formatted output of string containing only the words at the indices +-- specified in the table "indices". +function format_indices(string, indices) + if indices == nil then + return "Error: No indices to format specified.\n" + end + + -- Split input into separate lines. + lines = luci.util.split(luci.util.trim(string), "\n") + + -- Split lines into separate words. + splitlines = {} + for lpos,line in ipairs(lines) do + splitlines[lpos] = luci.util.split(luci.util.trim(line), "%s+", nil, true) + end + + -- For each split line, if the word at all indices specified + -- to be formatted are not null, add the formatted line to the + -- gathered output. + output = "" + for lpos,splitline in ipairs(splitlines) do + loutput = "" + for ipos,index in ipairs(indices) do + if splitline[index] ~= nil then + loutput = loutput .. string.format("%-40s", splitline[index]) + else + loutput = nil + break + end + end + + if loutput ~= nil then + output = output .. loutput .. "\n" + end + end + return output +end + + +m = Map (modulename, translate("PBX Main Page"), + translate("This configuration page allows you to configure a phone system (PBX) service which \ + permits making phone calls through multiple Google and SIP (like Sipgate, \ + SipSorcery, and Betamax) accounts and sharing them among many SIP devices. \ + Note that Google accounts, SIP accounts, and local user accounts are configured in the \ + \"Google Accounts\", \"SIP Accounts\", and \"User Accounts\" sub-sections. \ + You must add at least one User Account to this PBX, and then configure a SIP device or \ + softphone to use the account, in order to make and receive calls with your Google/SIP \ + accounts. Configuring multiple users will allow you to make free calls between all users, \ + and share the configured Google and SIP accounts. If you have more than one Google and SIP \ + accounts set up, you should probably configure how calls to and from them are routed in \ + the \"Call Routing\" page. If you're interested in using your own PBX from anywhere in the \ + world, then visit the \"Remote Usage\" section in the \"Advanced Settings\" page.")) + +----------------------------------------------------------------------------------------- +s = m:section(NamedSection, "connection_status", "main", + translate("PBX Service Status")) +s.anonymous = true + +s:option (DummyValue, "status", translate("Service Status")) + +sts = s:option(DummyValue, "_sts") +sts.template = "cbi/tvalue" +sts.rows = 20 + +function sts.cfgvalue(self, section) + + if server == "asterisk" then + regs = luci.sys.exec("asterisk -rx 'sip show registry' | sed 's/peer-//'") + jabs = luci.sys.exec("asterisk -rx 'jabber show connections' | grep onnected") + usrs = luci.sys.exec("asterisk -rx 'sip show users'") + chan = luci.sys.exec("asterisk -rx 'core show channels'") + + return format_indices(regs, {1, 5}) .. + format_indices(jabs, {2, 4}) .. "\n" .. + format_indices(usrs, {1} ) .. "\n" .. chan + + elseif server == "freeswitch" then + return "Freeswitch is not supported yet.\n" + else + return "Neither Asterisk nor FreeSwitch discovered, please install Asterisk, as Freeswitch is not supported yet.\n" + end +end + +return m diff --git a/applications/luci-app-pbx/po/ca/pbx.po b/applications/luci-app-pbx/po/ca/pbx.po new file mode 100644 index 0000000..c8a0a99 --- /dev/null +++ b/applications/luci-app-pbx/po/ca/pbx.po @@ -0,0 +1,509 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-01 05:14+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Available" +msgstr "Disponible" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"Eviteu utilitzar res excepte caràcters alfanumèrics, espai, coma, i punt." + +msgid "Away" +msgstr "Fora" + +msgid "Blacklisted Numbers" +msgstr "Nombres prohibits" + +msgid "Call Routing" +msgstr "Encaminament de trucades" + +msgid "Call-back Numbers" +msgstr "Nombres de trucada de tornada" + +msgid "Call-back Provider" +msgstr "Proveïdor de trucada de tornada" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "Copieu i enganxeu llistes grans de nombres aquí." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" +"Designeu els nombres que es permeten trucar a través d'aquest sistema i els " +"privilegis de qual usuari tindran." + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" +"Designeu els nombres als quals el sistema penjarà i trucarà de tornada, qual " +"proveïdor s'emprarà per a trucar-los, i els privilegis de qual usuari se " +"lis concedirà." + +msgid "Dials numbers unmatched elsewhere" +msgstr "Truca els nombres que no coincideixen d'altra manera" + +msgid "Do Not Disturb" +msgstr "No molestis" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Habilita trucades entrants (registreu via SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Habilita trucades entrants (establiu l'Estat a baix)" + +msgid "Enable Outgoing Calls" +msgstr "Habilita trucades sortints" + +msgid "Enabled" +msgstr "Habilitat" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "Port SIP extern" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Nom complet" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "Google Accounts" +msgstr "Comptes de Google" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "Retard de penja" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" +"Quant temps per a esperar abans de penjar. Si el proveïdor que empreu per a " +"trucar automàticament redirigeix al correu de veu, podeu estableix aquest " +"valor a un retard que us permet penjar abans que la teva trucada es " +"redirigeixi i s'us cobri per ella." + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "Trucades entrants" + +msgid "Insert QoS Rules" +msgstr "Insereix regles QoS" + +msgid "Makes Outgoing Calls" +msgstr "Fa trucades sortints" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "NOTA: No hi ha cap compte configurat ni del Google ni de proveïdor SIP." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" +"NOTA: No hi ha cap compte habilitat ni del Google ni de proveïdor SIP per " +"als trucades entrants." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" +"NOTA: No hi ha cap compte habilitat ni del Google ni de proveïdor SIP per " +"als trucades sortints." + +msgid "NOTE: There are no local user accounts configured." +msgstr "NOTA: No hi ha cap compte d'usuari local configurat." + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" +"NOTA: No hi ha cap compte d'usuari local habilitat per als trucades " +"sortints." + +msgid "No" +msgstr "No" + +msgid "Number of Seconds to Ring" +msgstr "Nombre de segons a sonar" + +msgid "Outbound Proxy" +msgstr "Servidor intermediari de sortida" + +msgid "Outgoing Calls" +msgstr "Trucades sortints" + +msgid "PBX Main Page" +msgstr "Pàgina principal PBX" + +msgid "PBX Service Status" +msgstr "Estat del servei PBX" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Contrasenya" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "Ajust de port per als dispositius SIP" + +msgid "Providers Used for Outgoing Calls" +msgstr "Proveïdors utilitzats per als trucades sortints" + +msgid "QoS Settings" +msgstr "Ajusts QoS" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "Rep trucades entrants" + +msgid "Remote Usage" +msgstr "Ús remot" + +msgid "Rings users enabled for incoming calls" +msgstr "Truca als usuaris habilitats per a rebre trucades" + +msgid "SIP Accounts" +msgstr "Comptes SIP" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "Comptes de proveïdor SIP" + +msgid "SIP Realm (needed by some providers)" +msgstr "Regne SIP (necessitat per alguns proveïdors)" + +msgid "SIP Server/Registrar" +msgstr "Servidor/Registrador SIP" + +msgid "SIP Server/Registrar Port" +msgstr "Port del Servidor/Registrador SIP" + +msgid "Server Setting" +msgstr "Ajust de servidor" + +msgid "Server Setting for Local SIP Devices" +msgstr "Ajust de servidor pels dispositius SIP locals" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Ajust de servidor pels dispositius SIP remots" + +msgid "Service Status" +msgstr "Estat de servei" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" +"Estableix el nombre de segons per a sonar als usuaris abans de penjar o anar " +"al correu de veu, si el correu de veu està instal·lat i habilitat." + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Llista de nombres prohibits separats per espai" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" +"Especifiqueu els nombres individualment aquí. Premeu Enter per afegir més " +"nombres." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Utilitza aquest compte per fer trucades sortints com configurat en la secció " +"\"Encaminament de trucades\"." + +msgid "Use this account to make outgoing calls." +msgstr "Utilitza aquest compte per fer trucades sortints." + +msgid "User Accounts" +msgstr "Comptes d'usuari" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "Nom d'usuari" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Sí" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/cs/pbx.po b/applications/luci-app-pbx/po/cs/pbx.po new file mode 100644 index 0000000..8b69ef1 --- /dev/null +++ b/applications/luci-app-pbx/po/cs/pbx.po @@ -0,0 +1,487 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-12 20:19+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Available" +msgstr "Dostupné" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "PryÄ" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "NevyruÅ¡ovat" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "Email" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Povolit příchozí hovory (Registrace pÅ™es SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "Povolit odchozí hovory" + +msgid "Enabled" +msgstr "Povoleno" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "Externí SIP port" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Celé jméno (jméno a příjmení)" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "Google Accounts" +msgstr "Google úÄty" + +msgid "Google Talk Status" +msgstr "Stav Google Talk" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk úÄty" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "Příchozí volání" + +msgid "Insert QoS Rules" +msgstr "Vložte QoS pravidla" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "Ne" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "Odchozí volání" + +msgid "PBX Main Page" +msgstr "Hlavní stránka PBX" + +msgid "PBX Service Status" +msgstr "Stav PBX služby" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Heslo" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "Nastavení QoS" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "SIP úÄty" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "Stav služby" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "Uživatelské úÄty" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "Uživatelské jméno" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Ano" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/de/pbx.po b/applications/luci-app-pbx/po/de/pbx.po new file mode 100644 index 0000000..3bc4bd4 --- /dev/null +++ b/applications/luci-app-pbx/po/de/pbx.po @@ -0,0 +1,699 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-30 18:17+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Available" +msgstr "Verfügbar" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "Nur alphanumerische Zeichen, Komma, Punkt und Leerzeichen verwenden" + +msgid "Away" +msgstr "Abwesend" + +msgid "Blacklisted Numbers" +msgstr "Nicht erlaubte Nummern (Blacklist)" + +msgid "Call Routing" +msgstr "Anrufweiterleitung" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "Durchwahl Nummern" + +msgid "Copy-paste large lists of numbers here." +msgstr "Hier können per Copy & Paste größere Nummernlisten eingefügt werden." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "Wählt Nummern an, für die es keine andere Ãœbereinstimmung gibt" + +msgid "Do Not Disturb" +msgstr "Beschäftigt" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Domäne/IP-Adresse/Dynamische Domäne" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Dynamische Liste nicht erlaubter Nummern (Dynamische Blacklist)" + +msgid "Email" +msgstr "E-Mail" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Eingehende Anrufe akzeptieren (registrieren via SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Eingehende Anrufe akzeptieren (Status unten einstellen)" + +msgid "Enable Outgoing Calls" +msgstr "Ausgehende Anrufe aktivieren" + +msgid "Enabled" +msgstr "Aktiv" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Geben Sie Telefonnummern ein, von denen Anrufe automatisch zurückgewiesen " +"werden sollen. Sie sollten die Ländervorwahl und alle führenden Nullen " +"weglassen, aber experimentieren Sie ruhig, damit Sie auch wirklich alle " +"Nummern blockieren, die blockiert werden sollen." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Geben SIe diese IP (oder IP:Port) in der Server-/Registrar-Einstellung der " +"SIP-Geräte an, die Sie NUR local und niemals von einem entfernten Ort " +"einsetzen werden." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Geben SIe diese IP (oder IP:Port) in der Server-/Registrar-Einstellung der " +"SIP-Geräte an, die Sie von einem entfernten Ort einsetzen werden (sie " +"funktionieren auch lokal)." + +msgid "External SIP Port" +msgstr "Externer SIP Port" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" +"Hier können Sie für jeden Dienstanbieter, der für eingehende Anrufe " +"eingerichtet ist, festlegen, welche Nutzer ein Klingelzeichen bei " +"eingehenden Anrufen erhalten. Ist die Liste leer, klingelt es bei allen " +"Nutzern, die eingehende Anrufe empfangen dürfen. Ungültige Benutzernamen " +"werden ohne Fehlermeldung zurückgewiesen. Außerdem überschreibt der Eintrag " +"eines Benutzernamens an dieser Stelle die evtl. vorhandene Einstellung für " +"diesen Benutzer, keine eingehenden Anrufe zu erhalten. Auf diese Weise kann " +"eingestellt werden, dass die Nutzer nur bei bestimmten Dienstanbietern ein " +"Klingelzeichen erhalten. Einträge in dieser Liste können entweder durch " +"Leerzeichen getrennt oder als ein Eintrag pro Zeile (Eingabetaste nach jedem " +"Eintrag) eingegeben werden." + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" +"Hier können Sie für jeden Benutzer, der für abgehende Anrufe eingerichtet " +"ist, festlegen, welche Dienstanbieter verwendet werden dürfen. In der " +"Voreinstellung dürfen alle Benutzer auch alle Dienstanbieter verwenden. Um " +"in der Liste unten aufzutauchen, sollte dem Benutzer auf der Seite " +"\"Benutzerkonten\" erlaubt werden, abgehende Anrufe machen zu dürfen. Geben " +"Sie VoIP-Dienstanbieter im Format Benutzername@Servername an, wie bereits " +"oben unter \"Abgehende Anrufe\". Am einfachsten kopieren Sie die " +"Dienstanbieter von dort und fügen sie hier wieder ein. Ungültige Einträge, " +"einschließlich nicht für abgehende Anrufe zugelassene Dienstanbieter, werden " +"ohne Fehlermeldung zurückgewiesen. Einträge in dieser Liste können entweder " +"durch Leerzeichen getrennt und/oder als ein Eintrag pro Zeile (Eingabetaste " +"nach jedem Eintrag) eingegeben werden." + +msgid "Full Name" +msgstr "Vollständiger Name" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "Google Accounts" +msgstr "Google-Konten" + +msgid "Google Talk Status" +msgstr "Status für Google Talk" + +msgid "Google Talk Status Message" +msgstr "Statusbenachrichtigung für Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk-Konten" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" +"Hier müssen Sie wenigstens ein SIP-Konto angeben, welches Sie zur Anmeldung " +"an diesen Dienst nutzen. Verwenden Sie dieses Konto entweder in einem " +"Adapter für analoges Telefonieren (ATA) oder einer SIP-Software wie " +"CSipSimple, Linphone, oder Sipdroid auf Ihrem Smartphone, oder Ekiga, " +"Linphone, oder X-Lite auf Ihrem Computer. In der Voreinstellung klingeln " +"alle SIP-Konten gleichzeitig, wenn ein Anruf auf eines Ihrer VoIP-Konten " +"oder Ihre GV-Nummern gemacht wird." + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" +"Wenn EInstellen des Servers/Registrars auf %s oder %s bei Ihnen nicht " +"funktioniert, versuchen Sie die Einstellung %s oder %s und geben Sie die " +"Portnummer in ein separates Feld für Server/Registrat-Portnummer ein. " +"Achtung: Einige Geräte haben eine verwirrende Einstellung, die den Port " +"setzt, von dem die SIP-Anfragen auf dem Gerät selbst herkommen (der Bindungs-" +"Port). Der Port auf dieser Seite meint NICHT diesen Bindungs-Port, sondern " +"den Port, an dem der Dienst lauscht." + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" +"Wenn Sie stotternden oder stark verzögerten Ton während großer Downloads " +"haben, sollten Sie QoS einschalten. QoS priorisiert Verkehr von und zu Ihrem " +"Netzwerk für bestimmte Ports und IP-Adressen mit dem Ergebnis einer besseren " +"Tonübertragung in unserem Fall. Wenn unten eingeschaltet, wird eine QoS-" +"Regel automatisch vom PBX eingerichtet, aber Sie müssen die QoS-" +"Konfigurationsseite (Netzwerk->QoS) aufrufen, um andere kritische QoS-" +"Einstellungen wie Upload-und Download-Geschwindigkeit vorzunehmen." + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" +"Wenn Sie mehr als ein Konto für abgehende Anrufe haben, sollten Sie eine " +"Liste von Telefonnummern/Vorwahlen in den folgenden Feldern für jeden " +"aufgeführten Dienstanbieter eintragen. Ungültige Vorwahlen werden ohne " +"Fehlermeldung entfernt, nur 0-9, X, Z, N, #, *, und + sind gültige Zeichen. " +"Der Buchstabe X entspricht 0-9, Z entrpricht 1-9, N entspricht 2-9. Zum " +"Beispiel können Sie 49 eingeben, um Anrufe nach Deutschland über einen " +"Dienstanbieter zu tätigen. Für Anrufe nach Nordamerika geben Sie 1NXXNXXXXXX " +"an. Unterstützt ein Dienstanbieter Ortsgespräche, wie im Gebiet 646 von New " +"York, geben Sie 646NXXXXXX für diesen Anbieter ein. Ein Konto sollte eine " +"leere Liste behalten, damit Sie darüber standardmäßig Anrufe tätigen können, " +"wenn keine der Vorwahlen für die anderen Anbieter übereinstimmt. Das System " +"ersetzt eine leere Liste automatisch mit dem Eintrag, dass dieser Anbieter " +"alle Vorwahlen unterstützt, die von den anderen Anbietern nicht unterstützt " +"werden. Seien Sie so spezifisch wie möglich (1NXXNXXXXXX ist besser als 1). " +"Bitte beachten Sie, dass alle internationalen Vorwahl-Codes (wie 00, 011, " +"010, 0011) verworfen werden. Einträge können durch Leezeichen getrennt und/" +"oder einzeln pro Zeile (Abschließen mit Eingabe-Taste) eingegeben werden." + +msgid "Incoming Calls" +msgstr "Eingehende Anrufe" + +msgid "Insert QoS Rules" +msgstr "QoS-Regeln einfügen" + +msgid "Makes Outgoing Calls" +msgstr "Macht ausgehende Anrufe" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" +"ACHTUNG: Es sind keine Konten für Google oder einen SIP-Dienstanbieter " +"eingerichtet." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" +"ACHTUNG: Es sind keine Konten für Google oder einen SIP-Dienstanbieter für " +"eingehende Anrufe eingerichtet." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" +"ACHTUNG: Es sind keine Konten für Google oder einen SIP-Dienstanbieter für " +"abgehende Anrufe eingerichtet." + +msgid "NOTE: There are no local user accounts configured." +msgstr "ACHTUNG: Es sind keine lokalen Benutzerkonten eingerichtet." + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" +"ACHTUNG: Es sind keine lokalen Benutzerkonten für abgehende Anrufe " +"eingerichtet." + +msgid "No" +msgstr "Nein" + +msgid "Number of Seconds to Ring" +msgstr "Dauer des Klingelns in Sekunden" + +msgid "Outbound Proxy" +msgstr "Proxy für ausgehende Verbindungen" + +msgid "Outgoing Calls" +msgstr "Abgehende Anrufe" + +msgid "PBX Main Page" +msgstr "PBX-Hauptseite" + +msgid "PBX Service Status" +msgstr "PBX-Dienststatus" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Passwort" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "Port-Einstellung für SIP-Geräte" + +msgid "Providers Used for Outgoing Calls" +msgstr "Provider für abgehende Anrufe" + +msgid "QoS Settings" +msgstr "QoS Einstellungen" + +msgid "RTP Port Range End" +msgstr "Ende des RTP-Port-Bereichs" + +msgid "RTP Port Range Start" +msgstr "Anfang des RTP-Port-Bereichs" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" +"RTP-Verkehr überträgt die aktuellen Sprachpakete. Dies ist der Anfang des " +"Port-Bereichs, der für die Einrichtung der RTP-Verbindung verwendet wird. " +"Normalerweise kann hier die Voreinstellung belassen werden." + +msgid "Receives Incoming Calls" +msgstr "Empfängt eingehende Anrufe" + +msgid "Remote Usage" +msgstr "Benutzung aus der Ferne" + +msgid "Rings users enabled for incoming calls" +msgstr "Für eingehende Anrufe freigeschaltete Nutzer erhalten Klingelzeichen" + +msgid "SIP Accounts" +msgstr "SIP-Konten" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP-Geräte-/Softphone-Konten" + +msgid "SIP Provider Accounts" +msgstr "SIP-Dienstanbieter-Konten" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP-Bereich (von manchen Dienstanbietern benötigt)" + +msgid "SIP Server/Registrar" +msgstr "SIP-Server/Registrar" + +msgid "SIP Server/Registrar Port" +msgstr "SIP-Server/Registrar Port" + +msgid "Server Setting" +msgstr "Servereinstellung" + +msgid "Server Setting for Local SIP Devices" +msgstr "Servereinstellung für lokale SIP-Geräte" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Servereinstellung für entfernte SIP-Geräte" + +msgid "Service Status" +msgstr "Dienst-Status" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" +"Stellen Sie ein (in Sekunden), wie lange es bei den Benutzern klingeln soll, " +"bevor aufgelegt oder zur Voicemail (falls installiert und aktiv) " +"übergegangen wird. " + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Mit Leerzeichen unterteilte Liste gesperrter Nummern" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" +"Geben Sie die Nummern hier einzeln an. Drücken Sie Eingabe, um weitere " +"Nummern hinzuzufügen." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" +"Die oben angegebene(n) Nummer(n) können für ausgehende Anrufe mit den " +"Dienstanbietern dieses Nutzers verwendet werden. Ungültige Benutzernamen, " +"einschließlich Nutzer, die nicht für ausgehende Anrufe freigeschaltet sind, " +"werden ohne Fehlermeldung verworfen. Bitte überprüfen Sie deshalb, ob der " +"Eintrag akzeptiert wurde." + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" +"Diese Konfigurationsseite erlaubt Ihnen die Einrichtung eines " +"Telefonsystemdienstes (PBX), der Anrufe über mehrere Google- und SIP-Konten " +"(wie Sipgate, SipSorcery und Betamax) erlaubt. Sie können diese Konten für " +"viele SIP-Geräte verwenden. Beachten Sie, dass Google-, SIP- und lokale " +"Benutzer-Konten in den Abschnitten \"Google-Konten\", \"SIP-Konten\" und " +"\"Benutzerkonten\" eingerichtet werden. Sie müssen mindestens ein " +"Benutzerkonto für diesen PBX vorsehen und dann ein SIP-Gerät oder Softphone " +"für die Benutzung dieses Kontos einrichten, damit Sie Anrufe mit Ihren " +"Google-/SIP-Konten tätigen oder empfangen können. Wenn Sie mehr als ein " +"Google- / SIP-Konto eingerichtet haben, sollten Sie auf der Seite " +"\"Anrufweiterleitung\" einrichten, wie diese Anrufe behandelt werden. Wenn " +"Sie Ihr PBX von irgendwo auf der Welt nutzen wollen, schauen Sie auf den " +"Abschnitt \"Benutzung aus der Ferne\" auf der Seite \"Erweiterte " +"Einstellungen\". " + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" +"Dies ist der Name, den der VoIP-Server verwenden wird, um sich selbst bei " +"der Registrierung beim VoIP-Dienstanbieter zu identifizieren. Einige " +"Anbieter verlangen, dass dies ein spezieller Begriff ist, der einem Hardware-" +"SIP-Gerät entspricht." + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" +"Hier geben Sie an, welche Google-/SIP-Konten für welche Ländervorwahlen " +"benutzt werden sollen, welche Nutzer welche Konten verwenden dürfen, wie " +"Anrufe weitergeleitet werden, welche Nummern mit Password in diesen PBX " +"kommen, und welche Nummern ausgeschlossen werden." + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Hier stellen Sie Ihre Google (Talk und Voice) Konten ein, um sie für " +"abgehende und ankommende Anrufe nutzen zu können (Voice Chat und Telefon-" +"Anrufe). Bitte tätigen Sie wenigstens einen Sprach-Anruf mit dem Google-Talk-" +"Plugin, das über das GMail-Interface zu installieren ist, und melden Sie " +"sich dann überall aus Ihrem Konto ab. Klicken Sie auf \"Hinzufügen\" um so " +"viele Konten hinzuzufügen, wie Sie wollen." + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Hier stellen Sie Ihre SIP (VoIP) Konten, wie Sipgate, SipSorcery, die " +"populären Betamax-Anbieter, und alle anderen Anbieter mit SIP-Einstellungen " +"ein, um sie für abgehende und ankommende Anrufe nutzen zu können (SIP uri " +"und Telefon-Anrufe). Klicken Sie auf \"Hinzufügen\" um so viele Konten " +"hinzuzufügen, wie Sie wollen." + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" +"Diese Option sollte auf \"Ja\" gesetzt werden, wenn Sie eine DID (reale " +"Telefonnummer) haben, die mit diesem SIP-Konto verknüpft ist, oder wenn Sie " +"SIP-Anrufe über diesen Anbieter empfangen wollen." + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" +"Dieser Abschnitt enthält Einstellungen, die unter normalen Umständen nicht " +"geändert werden müssen. Zusätzlich konnen Sie hier Ihr System für die " +"Verwendung mit entfernten SIP-Geräten einrichten und Probleme bei der " +"Tonqualität beheben, indem Sie die Festlegung von QoS-Regeln aktivieren." + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" +"Verwenden Sie eine vier- bis fünfstellige Nummer als Benutzernamen, wenn Sie " +"normale Telefone mit ATA an dieses System anschließen (damit diese Namen " +"über deren Zifferntastatur eingegeben werden können)." + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Dieses Konto für abgehende Anrufe verwenden, wie im Abschnitt " +"\"Anrufweiterleitung\" eingestellt." + +msgid "Use this account to make outgoing calls." +msgstr "Dieses Konto für abgehende Anrufe verwenden." + +msgid "User Accounts" +msgstr "Benutzerkonten" + +msgid "User Agent String" +msgstr "Benutzeridentifikation (User Agent)" + +msgid "User Name" +msgstr "Benutzername" + +msgid "Uses providers enabled for outgoing calls" +msgstr "Verwendet für abgehende Anrufe eingerichtete Dienstanbieter" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" +"Wenn jemand einen Voice-Chat mit Ihrem GTalk-Konto oder die GVoice-Nummer " +"(falls Sie Google Voice haben) anruft, wird der Anruf an jeden Benutzer " +"weiter geleitet, der Online ist (mit SIP-Gerät oder Softphone) und den Anruf " +"empfangen darf. Wenn Sie Google Voice haben, müssen Sie in Ihre GVoice-" +"Einstellungen gehen und Anrufe zu Google Chat weiter leiten, damit Sie " +"Anrufe auf Ihre GVoice-Nummer empfangen können. Bei Problemen mit dem " +"Empfang von Anrufen über GVoice, experimentieren Sie mit der Option " +"\"Anrufprüfung\" in den GVoice-Einstellungen. Stellen Sie schließlich " +"sicher, dass kein anderer Client mit diesem Konto Online ist (z.B. Browser " +"in GMail, Google Talk App mobil oder auf PC), denn das könnte Einfluss haben." + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Wenn Ihr Passwort gespeichert wird, verschwindet es aus diesem Feld und wird " +"zu Ihrem Schutz nicht angezeigt. Ein vorher gespeichertes Passwort wird nur " +"geändert, wenn Sie ein geändertes Passwort eingeben." + +msgid "Yes" +msgstr "Ja" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" +"Sie können hier einen Klarnamen angeben, der als Name des Anrufers erscheint." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" +"Sie können Ihre SIP-Geräte/Softphones mit diesem System auch von einem " +"entfernten Ort aus benutzen, so lange Ihnen Ihr Internet-Dienstanbieter eine " +"öffentliche IP-Adresse zuweist. Sie können andere lokale Benutzer kostenlos " +"anrufen (z.B. andere Analog-Telefon-Adapter (ATA)) und Ihre VoIP-Anbieter " +"für Anrufe verwenden, als ob Sie am lokalen PBX angeschlossen wären. Nach " +"der Einrichtung dieses Tabs gehen Sie zu den Benutzereinstellungen zurück " +"und schauen Sie nach den neuen Einstellungen für Server und Port, die Sie an " +"den entfernten SIP-Geräten vornehmen müssen. Bitte beachten Sie, dass Sie " +"NAT/Portweiterleitung auf dem Router/Gateway einrichten müssen, falls dieser " +"PBX nicht auf Ihrem Router/Gateway läuft. Bitte leiten Sie die unten " +"angegebenen Ports (SIP-Port und RTP-Bereich) auf die IP-Adresse dieses PBX " +"weiter." + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" +"Ihre PIN verschwindet beim Speichern aus diesem Feld und wird zu Ihrem " +"Schutz nicht angezeigt. Eine vorher gespeicherte PIN wird nur geändert, wenn " +"Sie eine geänderte PIN eingeben. Sie können die PIN leer lassen, aber denken " +"Sie an die Konsequenzen für die Sicherheit." + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Ihr Passwort verschwindet beim Speichern und wird zu Ihrem Schutz nicht " +"angezeigt. Es wird nur geändert, wenn Sie ein anderes Passwort eingeben." + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "" +#~ "Nummern auswählen, die durch dieses System anrufen können, und deren " +#~ "Benutzerrechte einstellen" + +#~ msgid "" +#~ "Pick a random port number between 6500 and 9500 for the service to listen " +#~ "on. Do not pick the standard 5060, because it is often subject to brute-" +#~ "force attacks. When finished, (1) click \"Save and Apply\", and (2) click " +#~ "the \"Restart VoIP Service\" button above. Finally, (3) look in the \"SIP " +#~ "Device/Softphone Accounts\" section for updated Server and Port settings " +#~ "for your SIP Devices/Softphones." +#~ msgstr "" +#~ "Wählen Sie eine zufällige Portnummer zwischen 6500 und 9000 für den Dienst " +#~ "aus. Nehmen Sie nicht die standardmäßige 5060, weil sie oft attackiert wird. " +#~ "Wenn fertig (1) klicken Sie auf \"Speichern und Anwenden\" und (2) auf \"VoIP-" +#~ "Dienst neu starten\" oben. Schließlich (3) sehen Sie im Abschnitt \"SIP-Geräte" +#~ "/Softphone-Konten\" nach aktualisierten Einstellungen für Ihre SIP-" +#~ "Geräte/Softphones." + +#~ msgid "" +#~ "You can enter your domain name, external IP address, or dynamic domain " +#~ "name here Please keep in mind that if your IP address is dynamic and it " +#~ "changes your configuration will become invalid. Hence, it's recommended " +#~ "to set up Dynamic DNS in this case." +#~ msgstr "" +#~ "Sie können Ihren Domänennamen, externe IP-Adresse, oder dynamischen " +#~ "Domänennamen hier angeben.Bitte beachten Sie, dass Ihre Konfiguration " +#~ "ungältig wird, wenn Sie eine dynamische IP-Adresse besitzen und sich diese " +#~ "ändert. Für diesen Fall wird deshalb die Einrichtung von dnamischem DNS " +#~ "empfohlen." + +#~ msgid "Account Status" +#~ msgstr "Konto-Status" + +#~ msgid "Account Status Message" +#~ msgstr "Konto-Status Meldung" + +#~ msgid "Domain Name/Dynamic Domain Name" +#~ msgstr "DNS Name (auch dynamisch möglich)" diff --git a/applications/luci-app-pbx/po/el/pbx.po b/applications/luci-app-pbx/po/el/pbx.po new file mode 100644 index 0000000..717e256 --- /dev/null +++ b/applications/luci-app-pbx/po/el/pbx.po @@ -0,0 +1,493 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-31 15:41+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "Μην Ενοχλείτε" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "ΕνεÏγοποιημένο" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "ΠλήÏες Όνομα" + +msgid "General Settings" +msgstr "Γενικές Ρυθμίσεις" + +msgid "Google Accounts" +msgstr "ΛογαÏιασμοί Google" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "ΛογαÏιασμοί Google Voice/Talk" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "ΕισεÏχόμενες Κλήσεις" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "Όχι" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "ΕξεÏχόμενες Κλήσεις" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Κωδικός Ï€Ïόσβασης" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "ΛογαÏιασμοί SIP" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +#~ msgid "Account Status" +#~ msgstr "Κατάσταση ΛογαÏιασμοÏ" + +#~ msgid "Account Status Message" +#~ msgstr "Μήνυμα Κατάστασης ΛογαÏιασμοÏ" diff --git a/applications/luci-app-pbx/po/en/pbx.po b/applications/luci-app-pbx/po/en/pbx.po new file mode 100644 index 0000000..8b995e1 --- /dev/null +++ b/applications/luci-app-pbx/po/en/pbx.po @@ -0,0 +1,502 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "Advanced Settings" + +msgid "Available" +msgstr "Available" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." + +msgid "Away" +msgstr "Away" + +msgid "Blacklisted Numbers" +msgstr "Blacklisted Numbers" + +msgid "Call Routing" +msgstr "Call Routing" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "Call-through Numbers" + +msgid "Copy-paste large lists of numbers here." +msgstr "Copy-paste large lists of numbers here." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "Do Not Disturb" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Dynamic List of Blacklisted Numbers" + +msgid "Email" +msgstr "Email" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Enable Incoming Calls (Register via SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "Enable Outgoing Calls" + +msgid "Enabled" +msgstr "Enabled" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "External SIP Port" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Full Name" + +msgid "General Settings" +msgstr "General Settings" + +msgid "Google Accounts" +msgstr "Google Accounts" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk Accounts" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "Incoming Calls" + +msgid "Insert QoS Rules" +msgstr "Insert QoS Rules" + +msgid "Makes Outgoing Calls" +msgstr "Makes Outgoing Calls" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "No" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "Outbound Proxy" + +msgid "Outgoing Calls" +msgstr "Outgoing Calls" + +msgid "PBX Main Page" +msgstr "PBX Main Page" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Password" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "Port Setting for SIP Devices" + +msgid "Providers Used for Outgoing Calls" +msgstr "Providers Used for Outgoing Calls" + +msgid "QoS Settings" +msgstr "QoS Settings" + +msgid "RTP Port Range End" +msgstr "RTP Port Range End" + +msgid "RTP Port Range Start" +msgstr "RTP Port Range Start" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "Receives Incoming Calls" + +msgid "Remote Usage" +msgstr "Remote Usage" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "SIP Accounts" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP Device/Softphone Accounts" + +msgid "SIP Provider Accounts" +msgstr "SIP Provider Accounts" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP Realm (needed by some providers)" + +msgid "SIP Server/Registrar" +msgstr "SIP Server/Registrar" + +msgid "SIP Server/Registrar Port" +msgstr "SIP Server/Registrar Port" + +msgid "Server Setting" +msgstr "Server Setting" + +msgid "Server Setting for Local SIP Devices" +msgstr "Server Setting for Local SIP Devices" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Server Setting for Remote SIP Devices" + +msgid "Service Status" +msgstr "Service Status" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Space-Separated List of Blacklisted Numbers" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "Specify numbers individually here. Press enter to add more numbers." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." + +msgid "Use this account to make outgoing calls." +msgstr "Use this account to make outgoing calls." + +msgid "User Accounts" +msgstr "User Accounts" + +msgid "User Agent String" +msgstr "User Agent String" + +msgid "User Name" +msgstr "User Name" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Yes" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "You can specify a real name to show up in the Caller ID here." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +#~ msgid "Account Status" +#~ msgstr "Account Status" + +#~ msgid "Account Status Message" +#~ msgstr "Account Status Message" + +#~ msgid "Domain Name/Dynamic Domain Name" +#~ msgstr "Domain Name/Dynamic Domain Name" + +#~ msgid "Enable Incoming Calls (See Status, Message below)" +#~ msgstr "Enable Incoming Calls (See Status, Message below)" + +#~ msgid "Service Control and Connection Status" +#~ msgstr "Service Control and Connection Status" diff --git a/applications/luci-app-pbx/po/es/pbx.po b/applications/luci-app-pbx/po/es/pbx.po new file mode 100644 index 0000000..8071b61 --- /dev/null +++ b/applications/luci-app-pbx/po/es/pbx.po @@ -0,0 +1,677 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-15 13:15+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Available" +msgstr "Disponible" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "Usar sólo caracteres alfanuméricos, espacio, coma y punto." + +msgid "Away" +msgstr "No disponible" + +msgid "Blacklisted Numbers" +msgstr "Lista negra" + +msgid "Call Routing" +msgstr "Enrutado de llamadas" + +msgid "Call-back Numbers" +msgstr "Números de call-back" + +msgid "Call-back Provider" +msgstr "Proveedor de call-back" + +msgid "Call-through Numbers" +msgstr "Números call-through" + +msgid "Copy-paste large lists of numbers here." +msgstr "Pegue aquí grandes listas de números." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" +"Listar los números a los que se permitirá llamar desde este sistema y qué " +"privilegios de usuario tendrán." + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" +"Listar los números a los que el sistema colgará y volverá a llamar, qué " +"proveedor se usará para llamarles y qué privilegios de usuario se les dará." + +msgid "Dials numbers unmatched elsewhere" +msgstr "Marca el resto de números en cualquier lugar" + +msgid "Do Not Disturb" +msgstr "No molestar" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Dominio/Dirección IP/Dominio dinámico" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Lista dinámica de números en lista negra" + +msgid "Email" +msgstr "e-mail" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Permitir llamadas entrantes (registrar vía SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Permitir llamadas entrantes (ver estado abajo)" + +msgid "Enable Outgoing Calls" +msgstr "Permitir llamadas salientes" + +msgid "Enabled" +msgstr "Activado" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" +"Proveedor VoIP para callbacks en formato nombredeusuario@algun.nombre.host, " +"tal y como se detalla arriba en \"Llamadas salientes\". Puede copiar y pegar " +"los proveedores desde ahí. Las entradas no válidas, incluyendo a proveedores " +"no habilitados para llamadas saliente, serán rechazadas sin mostrar aviso." + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Números de teléfono de los que se reclina la llamada automáticamente. Es " +"posible que tenga que omitir el código de país y ceros precedentes, pero " +"experimente para asegurarse que bloquea los números correctamente." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Ponga esta IP (o IP:puerto) en el parámetro Servidor/Registrador de los " +"dispositivos SIP que usará SOLO localmente y nunca desde una posición remota." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Ponga este nombre de máquina en el parámetro Servidor/Registrador de los " +"dispositivos SIP que usará desde posiciones remotas (también vale " +"localmente)." + +msgid "External SIP Port" +msgstr "Puerto externo SIP" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" +"Para cada proveedor al que se habilita a hacer llamadas entrantes puede " +"restringir a qué usuarios llamar. Si se deja vacío el sistema indicará que " +"llamará a todos los usuarios que puedan recibir llamadas entrantes. Los " +"nombres de usuario no válidos se rechazarán sin aviso. Estos nombres de " +"usuario hacen ignorar la configuración de usuario de no recibir llamadas. De " +"esta manera puede hacer que a ciertos usuarios sólo les llamen ciertos " +"proveedores. Puede separar los nombres con espacios o poniéndolos en líneas " +"diferentes." + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" +"Para cada usuario habilitado a hacer llamadas salientes puede restringir qué " +"proveedores usar. Por defecto todos los usuarios pueden usar a todos los " +"proveedores. Para mostrarse en la lista el usuario debe poder hacer llamadas " +"salientes (ver página \"Cuentas de usuario\"). Ponga los proveedores en " +"formato username@some.host.name igual que se listan en \"Llamadas salientes" +"\" arriba. Los nombres no válidos se rechazarán sin aviso.Puede separar los " +"nombres con espacios o poniéndolos en líneas diferentes." + +msgid "Full Name" +msgstr "Nombre completo" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "Google Accounts" +msgstr "Cuentas en google" + +msgid "Google Talk Status" +msgstr "Estado de Google Talk" + +msgid "Google Talk Status Message" +msgstr "Mensaje de estado de Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Cuentas Google Voice/Talk" + +msgid "Hang-up Delay" +msgstr "Retraso para descolgar" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" +"Configure una cuenta SIP que usará para conectar con este servicio. Úsela " +"tanpo en un adaptador de telefonía analógico (ATA) o en un programa SIP como " +"CSipSimple, Linphone, o Sipdroid para smartphones, o Ekiga, Linphone, o X-" +"Lite para ordenadores. Por defecto, todas las cuentas SIP sonarán a la vez " +"si se hace una llamada desde una de las cuentas de su proveedor de VoIP o " +"números GV." + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" +"Cuánto esperar antes de descolgar. Si el proveedor que usas para marcar " +"automáticamente desvía a un correo de voz puedes ajustar este valor con un " +"retraso que permitirá descolgar antes de que se desvíe la llamada y se " +"facture." + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" +"Si la configuración Servidor/Registrador en %s o %s no le funciona, prueba a " +"poner %s o %s e introduzca este número de puerto en un campo separado que " +"especifique el número de puerto del Servidor/Registrador. Algunos " +"dispositivos tienen una configuración extraña que muestra este puerto desde " +"el que el SIP origina peticiones en el mismo dispositivo SIP (el puerto " +"asociado). El puerto que está configurando aquí NO es este puerto asociado " +"sino el puerto en el que el servicio escucha." + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" +"Si nota saltos o retrasos en el audio mientras realiza descargas puede " +"querer activar QoS. QoS prioriza el tráfico a y desde su red para ciertos " +"puertos y direcciones IP mejorando la latencia y el rendimiento del sonido " +"en dicho caso. Al activarlo el PBX creará una regla QoS para este servicio, " +"pero deberá rellenar en la página de configuración de QoS (Red/QoS) otros " +"parámetros necesarios como la velocidad de subida y la de bajada." + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" +"Si tiene más de una cuenta para hacer llamadas salientes, debe introducir " +"una lista de números de teléfono y/o prefijos para cada proveedor. Los " +"prefijos no válidos se rechazarán sin aviso y solo son caracteres válidos " +"0-9, X, Z, N, #, *, y +. La letra X equivale a 0-9, Z a 1-9 y N a 2-9. Por " +"ejemplo para hacer llamadas a Alemania con su proveedor debe introducir 49. " +"Para hacer llamadas a Estados Unidos 1NXXNXXXXXX. Si uno de sus proveedores " +"puede hacer llamadas locales a un código de área como el 646 de Nueva York " +"debe introducir 646NXXXXXX para ese proveedor. Debería dehar una cuenta con " +"una lista vacía para que haga las llamadas por defecto en caso de que ningún " +"prefijo encaje. El sistema reemplazará automáticamente la lista vacía con el " +"mensaje de que el proveedor marca todos los números que no estén en los " +"prefijos de otros proveedores. Sea todo lo específico que pueda (ej. " +"1NXXNXXXXXX es mejor que 1). Todos los códigos internaciones de marcado se " +"descartan (ej. 00, 011, 010, 0011). Las entradas pueden ser una lista " +"separada por espacios y/o cambios de línea." + +msgid "Incoming Calls" +msgstr "Llamadas entrantes" + +msgid "Insert QoS Rules" +msgstr "Reglas QoS" + +msgid "Makes Outgoing Calls" +msgstr "Realizar llamadas salientes" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "NOTA: Sin cuentas configuradas de Google o porveedor SIP." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" +"NOTA: Sin cuentas configuradas de Google o porveedor SIP para llamadas " +"entrantes." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" +"NOTA: Sin cuentas configuradas de Google o porveedor SIP para llamadas " +"salientes." + +msgid "NOTE: There are no local user accounts configured." +msgstr "NOTA: Sin cuentas locales configuradas." + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "NOTA: Sin cuentas locales habilitadas para llamadas saientes." + +msgid "No" +msgstr "No" + +msgid "Number of Seconds to Ring" +msgstr "Número de segundos a sonar" + +msgid "Outbound Proxy" +msgstr "Proxy saliente" + +msgid "Outgoing Calls" +msgstr "Llamadas salientes" + +msgid "PBX Main Page" +msgstr "Página principal de PBX" + +msgid "PBX Service Status" +msgstr "Estado del servicio PBX" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Contraseña" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" +"Escoge un número de puerto aleatorio entre 6500 y 9500 para el servicio. No " +"elijas el estándar 5060 ya que es objeto, a menudo, de ataques por fuerza " +"bruta. Cuando hayas terminado pulsa en \"Salvar y aplicar\" y busca en la " +"sección \"Cuentas SIP del dispositivo/softphone\" el puerto actual para tus " +"dispositivos/softphones SIP." + +msgid "Port Setting for SIP Devices" +msgstr "Configuración de puerto para dispositivos SIP" + +msgid "Providers Used for Outgoing Calls" +msgstr "Proveedores usados para llamadas salientess" + +msgid "QoS Settings" +msgstr "Configuración de QoS" + +msgid "RTP Port Range End" +msgstr "Fin del rango de puertos RTP" + +msgid "RTP Port Range Start" +msgstr "Inicio del rango de puertos RTP" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" +"El tráfico RTP es el que lleva los paquetes de voz. Este es el inicio del " +"rango de puertos que se usará para comunicaciones RTP. Suele ser correcto " +"dejar el valor por defecto." + +msgid "Receives Incoming Calls" +msgstr "Recibe llamadas entrantes" + +msgid "Remote Usage" +msgstr "Uso remoto" + +msgid "Rings users enabled for incoming calls" +msgstr "Llama a usuarios habilitados a recibir llamadas" + +msgid "SIP Accounts" +msgstr "Cuentas SIP" + +msgid "SIP Device/Softphone Accounts" +msgstr "Dispositivo SIP/Cuentas Softphone" + +msgid "SIP Provider Accounts" +msgstr "Cuentas del proveedor SIP" + +msgid "SIP Realm (needed by some providers)" +msgstr "Ãmbito SIP (necesario para algunos proveedores)" + +msgid "SIP Server/Registrar" +msgstr "Servidor/Registrador del SIP" + +msgid "SIP Server/Registrar Port" +msgstr "Puerto del Servidor/Registrador del SIP" + +msgid "Server Setting" +msgstr "Configuración del servidor" + +msgid "Server Setting for Local SIP Devices" +msgstr "Dispositivos SIP locales" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Dispositivos SIP remotos" + +msgid "Service Status" +msgstr "Estado del servicio" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" +"Segundos que se llamará a los usuarios antes de colgar o pasar a correo voz " +"(si el correo voz está instalado y habilitado)." + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Lista negra (separar números con espacios)" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "Números individuales. Pulse enter para añadir más." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" +"Especifica números individualmente. Pulsa enter para añadir más. Tendrás que " +"experimentar con qué códigos de país y área necesitas añadir al número." + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" +"Estos números podrán llamar con los proveedores de este usuario. Los nombres " +"de usuario no válidos se descartan sin aviso. Por favor, verifique que los " +"números se aceptan." + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" +"Aquí puede configurar un servicio de sistema telefónico (PBX) que le " +"permitirá hacer llamadas por múltiples cuentas Google y SIP (como Sipgate, " +"SipSorcery, and Betamax) y compartirlas entre muchos dispositivos SIP. Tenga " +"en cuenta que las cuentas Google, SIP y locales deben configurarse en " +"subsecciones diferentes. Debe añadir al menos una cuenta de usuarioa este " +"PBX y configurar un dispositivo SIP o softphone para usarla para recibir las " +"llamadas de sus cuentas Google/SIP. Configurar múltiples usuarios le " +"permitirá hacer llamadas gratuitas entre los usuarios y compartir las " +"cuentas Google/SIP configuradas. Si tiene más de una cuenta Google/SIP " +"configurada tendrá que configurar cómo se enrutan en la página \"Enrutado de " +"llamadas\". Si está interesado en usar su PBX desde cualquier sitio del " +"mundo puede visitar la sección \"Uso remoto\" en la página \"Configuración " +"avanzada\"." + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" +"Nombre del servidor VoIP que usará para identificarse cuando se registre en " +"proveedores de VoIP (SIP). Algunos requieres que sea una cadena específica a " +"una dispositivo hardware." + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" +"Indique las cuentas Google/SIP que usará para llamar a qué códigos de país/" +"zona, qué usuarios pueden usuarios pueden usar qué cuentas SIP/Google y cómo " +"se enrutan las llamadas entrantes, qué números pueden entrar en esta PBX con " +"una contraseña y qué números están en lista negra." + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Configure sus cuentas Google (Talk y Voz) para empezar a usarlas para hacer " +"y recibir llamadas (chat de voz y teléfono real). Haga al menos una llamada " +"de voz con el plugin de Google Talk (instalable desde GMail) y desconéctese " +"de la cuenta en cualquier otro sitio." + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Configure sus cuentas SIP (VoIP) como Sipgate, SipSorcery, los popular " +"proveedores Betamax y cualquier otro proveedor para empezar a usarlos para " +"hacer y recibir llamadas (uri SIP y teléfono real)." + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" +"Debería ser \"Sí\" si tiene un DID (teléfono real) asociado a esta cuenta " +"SIP o quiere recibir llamads uri SIP de este proveedor." + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" +"Algunos de estos parámetros no suele ser necesario cambiarlos. Además puede " +"configurar su sistema para usar con dispositivos SIP remotos y resolver " +"problemas de calidad de llamada habilitando algunas reglas QoS." + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" +"Use nombre de usuario númericos (cuatro o cinco dígitos) si conecta a " +"teléfonos normales con ATAs a este sistema (para que puedan marcar números " +"de usuario)." + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Cuenta para llamadas salientes como se configura en la sección \"Enrutado de " +"llamadas\"." + +msgid "Use this account to make outgoing calls." +msgstr "Cuenta para llamadas salientes." + +msgid "User Accounts" +msgstr "Cuentas de usuario" + +msgid "User Agent String" +msgstr "Cadena \"User Agent\"" + +msgid "User Name" +msgstr "Nombre de usuario" + +msgid "Uses providers enabled for outgoing calls" +msgstr "Usar proveedores habilitados para llamadas salientes" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" +"Cuando alguien inicia un chat de voz con su cuenta de GTalk o llame al " +"número de GVoice (si tiene Google Voice) la llamada se transferirá a " +"cualquier usuario que esté conectado (registrado usando un dispositivo SIP o " +"softphone) y se le permitirá recibir la llamada. Si tiene Google Voice debe " +"ir a la configuración de GVoice y traspasar las llamadas a Google chat para " +"recibir las hechas a si número de GVoice. Si tiene problemas recibiendo " +"llamadas de GVoice pruebe con la opción \"Call Screening\" en la " +"configuración de GVoice. Asegúrese de que ningún otro cliente esté conectado " +"con esta cuenta (navegador en gmail, o una aplicación para móvil o " +"escritorio) ya que podría interferir." + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Cuando se salve su contraseña desaparece de este campo y no se muestra para " +"su seguridad. La contraseña sólo se podrá cambiar si introduce un valor " +"diferente al salvado." + +msgid "Yes" +msgstr "Sí" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" +"Puedes introducir el nombre de dominio, dirección IP external o nombre " +"dinámino aquí. Lo mejor es introducir una dirección IP estática. Si la " +"dirección es dinámica la configuración sería inválida cuando cambiase. En " +"estos casos es recomendable configurar Dynamic DNS e introducir tu nombre de " +"host Dynamic DNS. Puedes instalar y configurar Dynamic DNS con el paquete " +"luci-app-ddns." + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "Nombre real a mostrar en el \"Caller ID\"." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" +"Puede usar sus dispositivos SIP/softphones con este sistema desde una " +"ubicación remota mientras su proveedor de internet le dé una dirección IP " +"pública. Podrá llamar a usuarios locales gratis (ej. otros adaptadores de " +"teléfonos analógicos) y podrá usar sus proveedores de VoIP para hacer " +"llamadas como si estuviese en su PBX local. Tras configurar esta pestaña " +"vuelva a la configuración de usuarios y veo el nuevo servidor y puerto que " +"debe configurar en sus dispositivos SIP remotos. Tenga en cuenta que si este " +"PBX no funciona en su router/pasarela, tendrá que configurar el traspaso de " +"puertos (NAT) en su router/pasarela. Traspase los puertos indicados (Puerto " +"SIP y rango RTP) hacia la dirección IP del dispositivo en que corre esta PBX." + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" +"Su PIN desaparecerá cuando se salve para su protección. Se cambiará solo " +"cuando introduzca un valor diferente al salvado. No se puede dejar el PIN " +"vacío." + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Su contraseña desaparecerá cuando se salve para su protección. Sólo se puede " +"cambiar si entra un valor diferente al salvado." + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "" +#~ "Números a los que se permite llamar por este sistema y privilegios de " +#~ "usuario." + +#~ msgid "" +#~ "Pick a random port number between 6500 and 9500 for the service to listen " +#~ "on. Do not pick the standard 5060, because it is often subject to brute-" +#~ "force attacks. When finished, (1) click \"Save and Apply\", and (2) click " +#~ "the \"Restart VoIP Service\" button above. Finally, (3) look in the \"SIP " +#~ "Device/Softphone Accounts\" section for updated Server and Port settings " +#~ "for your SIP Devices/Softphones." +#~ msgstr "" +#~ "Puerto aleatorio entre 6500 y 9500 en el que escuche el servicio. No elija " +#~ "el estándar 5060 porque es susceptible de ataques por fuerza bruta. Cuando " +#~ "termine (1) pulsa \"Salvar y aplicar\" y (2) pulse \"Rearrancar servicio VoIP\". " +#~ "Finalmente (3) busque en la sección \"Dispositivo SIP/Cuentas softphone\" la " +#~ "configuración del puerto." + +#~ msgid "" +#~ "You can enter your domain name, external IP address, or dynamic domain " +#~ "name here Please keep in mind that if your IP address is dynamic and it " +#~ "changes your configuration will become invalid. Hence, it's recommended " +#~ "to set up Dynamic DNS in this case." +#~ msgstr "" +#~ "Nombre de dominio, dirección IP externa o nombre de dominio dinámico. Si su " +#~ "dirección IP es dinámica y cambia su configuración podría resultar no " +#~ "válida. Se recomienda el uso de DNS dinámico en estos casos." diff --git a/applications/luci-app-pbx/po/fr/pbx.po b/applications/luci-app-pbx/po/fr/pbx.po new file mode 100644 index 0000000..971a696 --- /dev/null +++ b/applications/luci-app-pbx/po/fr/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/he/pbx.po b/applications/luci-app-pbx/po/he/pbx.po new file mode 100644 index 0000000..2a45821 --- /dev/null +++ b/applications/luci-app-pbx/po/he/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/hu/pbx.po b/applications/luci-app-pbx/po/hu/pbx.po new file mode 100644 index 0000000..2a45821 --- /dev/null +++ b/applications/luci-app-pbx/po/hu/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/it/pbx.po b/applications/luci-app-pbx/po/it/pbx.po new file mode 100644 index 0000000..6da8e45 --- /dev/null +++ b/applications/luci-app-pbx/po/it/pbx.po @@ -0,0 +1,487 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-15 19:31+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Opzioni avanzate" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/ja/pbx.po b/applications/luci-app-pbx/po/ja/pbx.po new file mode 100644 index 0000000..76199f4 --- /dev/null +++ b/applications/luci-app-pbx/po/ja/pbx.po @@ -0,0 +1,493 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-21 07:57+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "Eメール" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "外部SIPãƒãƒ¼ãƒˆ" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "基本設定" + +msgid "Google Accounts" +msgstr "Google アカウント" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk アカウント" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "QoS ルール設定を有効ã«ã™ã‚‹" + +msgid "Makes Outgoing Calls" +msgstr "発信を許å¯ã™ã‚‹" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "ã„ã„ãˆ" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "PBX メインページ" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "パスワード" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "QoS 設定" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "å—信を許å¯ã™ã‚‹" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "SIP アカウント" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP デãƒã‚¤ã‚¹/ソフトフォン アカウント" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "サーãƒãƒ¼è¨­å®š" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "ユーザーエージェントå" + +msgid "User Name" +msgstr "ユーザーå" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "ã¯ã„" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +#~ msgid "Account Status" +#~ msgstr "アカウントã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹" + +#~ msgid "Account Status Message" +#~ msgstr "アカウントステータス・メッセージ" diff --git a/applications/luci-app-pbx/po/ms/pbx.po b/applications/luci-app-pbx/po/ms/pbx.po new file mode 100644 index 0000000..23403f2 --- /dev/null +++ b/applications/luci-app-pbx/po/ms/pbx.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/no/pbx.po b/applications/luci-app-pbx/po/no/pbx.po new file mode 100644 index 0000000..2a45821 --- /dev/null +++ b/applications/luci-app-pbx/po/no/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/pl/pbx.po b/applications/luci-app-pbx/po/pl/pbx.po new file mode 100644 index 0000000..4e80a45 --- /dev/null +++ b/applications/luci-app-pbx/po/pl/pbx.po @@ -0,0 +1,508 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-05 04:37+0200\n" +"Last-Translator: piosl \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Available" +msgstr "DostÄ™pny" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "Unikaj znaków innych niż alfanumeryczne, spacja, przecinek i kropka." + +msgid "Away" +msgstr "Oddalony" + +msgid "Blacklisted Numbers" +msgstr "Numery na czarnej liÅ›cie" + +msgid "Call Routing" +msgstr "Przekierowanie poÅ‚Ä…czeÅ„" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +# Chodzi tu o numery, przez które dzwoni siÄ™, aby obniżyć koszta poÅ‚Ä…czeÅ„ zagranicznych. JeÅ›li ktoÅ› ma pomysÅ‚ na lepsze tÅ‚umaczenie, proszÄ™ zmienić. W sieci nie znalazÅ‚em. +msgid "Call-through Numbers" +msgstr "Numery poÅ›redniczÄ…ce" + +msgid "Copy-paste large lists of numbers here." +msgstr "Wklej tu wielkie listy numerów." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "Nie przeszkadzać" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Domena/adres IP/dynamiczna domena" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Dynamiczna czarna lista numerów" + +msgid "Email" +msgstr "E-mail" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "WÅ‚Ä…cz poÅ‚Ä…czenia przychodzÄ…ce (rejestruj przez SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "WÅ‚Ä…cz poÅ‚Ä…czenia przychodzÄ…ce (zobacz status poniżej)" + +msgid "Enable Outgoing Calls" +msgstr "WÅ‚Ä…cz poÅ‚Ä…czenia wychodzÄ…ce" + +msgid "Enabled" +msgstr "WÅ‚Ä…czone" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Podaj numery telefonów, które powinny być automatycznie odrzucane. " +"Prawdopodobnie powinieneÅ› pominąć numer kierunkowy kraju i zera z przodu, " +"ale samemu to przetestuj, aby upewnić siÄ™, że blokowanie dziaÅ‚a prawidÅ‚owo " +"dla Twojego poÅ‚ożenia." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Podaj to IP (lub parÄ™ IP:port) w ustawieniach serwera/rejestratora urzÄ…dzeÅ„ " +"SIP których bÄ™dziesz używać WYÅÄ„CZNIE lokalnie i nigdy z zewnÄ…trz." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Podaj tÄ™ nazwÄ™ hosta (lub parÄ™ nazwa hosta:port) w ustawieniach serwera/" +"rejestratora urzÄ…dzeÅ„ SIP których bÄ™dziesz używać z zewnÄ…trz (bÄ™dÄ… też " +"dziaÅ‚ać lokalnie)." + +msgid "External SIP Port" +msgstr "ZewnÄ™trzny port SIP" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" +"Dla każdego użytkownika z prawem wykonywania poÅ‚Ä…czeÅ„ wychodzÄ…cych możesz " +"ograniczyć których operatorów mogÄ… używać do tych poÅ‚Ä…czeÅ„. DomyÅ›lnie każdy " +"użytkownik może używać dowolnego operatora. Użytkownik musi mieć prawo " +"wykonywania poÅ‚Ä…czeÅ„ wychodzÄ…cych ustawione na stronie \"Konta użytkowników" +"\", aby pojawić siÄ™ na poniższej liÅ›cie. Podaj operatorów VoIP w formacie " +"nazwa.użytkownika@jakaÅ›.nazwa.hosta, tak jak sÄ… wypisani w \"PoÅ‚Ä…czeniach " +"wychodzÄ…cych\" powyżej. Åatwiej jest skopiować powyższych operatorów. " +"NieprawidÅ‚owe wpisy, wÅ‚Ä…cznie z operatorami bez prawa do poÅ‚Ä…czeÅ„ " +"wychodzÄ…cych, bÄ™dÄ… odrzucani bez komunikatów. Wpisy mogÄ… być rozdzielone " +"spacjami albo podane po jednym w wierszu." + +msgid "Full Name" +msgstr "PeÅ‚ne imiÄ™ i nazwisko" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "Google Accounts" +msgstr "Konta Google" + +msgid "Google Talk Status" +msgstr "Status Google Talk" + +msgid "Google Talk Status Message" +msgstr "Opis Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Konta Google Voice/Talk" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "PoÅ‚Ä…czenia przychodzÄ…ce" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/pt-br/pbx.po b/applications/luci-app-pbx/po/pt-br/pbx.po new file mode 100644 index 0000000..fd93e4f --- /dev/null +++ b/applications/luci-app-pbx/po/pt-br/pbx.po @@ -0,0 +1,744 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 09:00+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +msgid "Available" +msgstr "Disponível" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"Evite usar qualquer carácter que não seja um alfanumérico, espaço, vírgula " +"ou ponto." + +msgid "Away" +msgstr "Ausente" + +msgid "Blacklisted Numbers" +msgstr "Números na Lista Negra" + +msgid "Call Routing" +msgstr "Roteamento de Chamada" + +# 20140630: edersg: tradução +msgid "Call-back Numbers" +msgstr "Voltar a discar os números" + +# 20140630: edersg: tradução +msgid "Call-back Provider" +msgstr "Voltar a chamar o provedor" + +msgid "Call-through Numbers" +msgstr "Números de Ligação Direta" + +msgid "Copy-paste large lists of numbers here." +msgstr "Copie e cole aqui listas de números extensas." + +# 20140630: edersg: tradução +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" +"Designar os números que estão autorizados a chamar por este sistema e quais " +"privilégios do usuário eles terão." + +# 20140630: edersg: tradução +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" +"Designar números para os quais o sistema irá desligar e ligar de volta, qual " +"provedor será utilizado para chamá-los, e quais privilégios do usuário " +"serão concedidos a eles." + +msgid "Dials numbers unmatched elsewhere" +msgstr "Disca números que não casam em qualquer lugar." + +msgid "Do Not Disturb" +msgstr "Não Perturbe" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Domínio/Endereço IP/Domínio Dinâmico" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Lista Dinâmica dos Números da Lista Negra" + +msgid "Email" +msgstr "Email" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Habilitar Chamadas Recebidas (Registrar pelo SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Habilitar Chamadas Recebidas (defina o Estado abaixo)" + +msgid "Enable Outgoing Calls" +msgstr "Habilitar Chamadas para Fora" + +msgid "Enabled" +msgstr "Habilitado" + +# 20140630: edersg: tradução +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" +"Digite um provedor VoIP para utilizar para voltar a chamada no formato " +"username@some.host.name conforme listado acima em \"Chamadas Originadas\". É " +"mais fácil copiar e colar os provedores. As entradas inválidas, incluindo " +"provedores não habilitados para chamadas de saída, serão rejeitados em " +"silêncio." + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Entre com os números de telefone que você deseja rejeitar automaticamente. " +"Você pode omitir o código do país e qualquer zeros no início, mas, por " +"favor, teste para ter certeza que você está bloqueando da área desejada com " +"sucesso." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Entre este endereço IP (ou IP:porta) na configuração de servidor/registrador " +"dos seus dispositivos SIP que você irá usar SOMENTE localmente e nunca de um " +"local remoto." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Entre com o nome do equipamento (ou equipamento:porta) na configuração de " +"servidor/Registrar do seus dispositivos SIP que você irá usar de um local " +"remoto (eles também funcionarão localmente)." + +msgid "External SIP Port" +msgstr "Porta SIP Externa" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" +"Para cada provedor habilitado para receber chamadas, aqui você pode " +"restringir quais usuários tocarão quando receber chamadas. Se a lista " +"estiver vazia, o sistema indicará que todos os usuários com recepção de " +"chamadas habilitada tocarão. Nome de usuários inválidos serão rejeitados " +"silenciosamente. Além disto, entrar com um nome de usuário aqui sobrescreve " +"a configuração do usuário para não receber chamadas. Desta forma, você pode " +"fazer com que alguns usuários toquem somente para alguns provedores " +"específicos. As entradas podem ser inseridas usando uma lista separada por " +"espaço ou um por nova linha." + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" +"Para cada usuário habilitado para realizar chamadas externas, você pode " +"restringir quais provedores o usuário poderá usar. Por padrão, todos os " +"usuários podem usar todos os provedores. Para aparecer na lista abaixo, o " +"usuário deve estar habilitado para realizar chamadas externas na página de " +"\"Contas de Usuários\". Entre com os provedores de VoIP no formato " +"usuário@algum.nome.de.equipamento, como listado em \"Chamadas Efetuadas\" " +"abaixo. É mais fácil copiar e colar os provedores da lista abaixo. Entradas " +"inválidas, includindo provedores não habilitados para chamadas externas, " +"serão rejeitadas silenciosamente. As entradas podem ser inseridas usando uma " +"lista separada por espaço ou um por nova linha." + +msgid "Full Name" +msgstr "Nome Completo" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "Google Accounts" +msgstr "Contas do Google" + +msgid "Google Talk Status" +msgstr "Estado do Google Talk" + +msgid "Google Talk Status Message" +msgstr "Mensagem de Estado do Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Contas do Google Voice/Talk" + +# 20140630: edersg: tradução +msgid "Hang-up Delay" +msgstr "Atraso de hang-up" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" +"Aqui você deve configurar pelo menos uma conta SIP, que você irá usar para " +"se cadastrar neste serviço. Use essa conta, seja em um adaptador de " +"telefonia analógica (ATA), ou em um softphone SIP como Linphone, CSipSimple, " +"ou Sipdroid em seu smartphone, ou o Ekiga, Linphone, ou X-Lite no seu " +"computador. Por padrão, ao receber uma chamada em uma das suas contas nos " +"provedores VoIP ou em números GV, todas as contas SIP tocarão " +"simultaneamente." + +# 20140630: edersg: tradução +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" +"Quanto tempo esperar antes de desligar. Se o provedor que você utiliza para " +"discar automaticamente encaminha para a caixa postal de voz, você pode " +"definir este valor para um atraso que irá permitir que você desligue sua " +"chamada antes de ser encaminhada e cobrado financeiramente por isso." + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" +"Se definir o servidor/registrador como %s ou %s não funcionar para você, " +"tente defini-lo como %s ou %s e entre com este número de porta em um campo " +"separado que especifica o número da porta do servidor/registrador. Fique " +"ciente que alguns dispositivos têm uma configuração confusa que define a " +"porta de origem das solicitações SIP no dispositivo SIP em si (a porta local " +"no dispositivo). A porta especificada nesta página não é essa porta de " +"ligação, mas a porta na qual o serviço escutará serviço." + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" +"Se você sentir falhas ou alta latência enquanto baixa conteúdos pesados​​, " +"você pode querer habilitar o QoS. O QoS prioriza o tráfego de e para a sua rede para endereços " +"IP e portas específicas, resultando em melhor latência e redimento de som. " +"Se ativado, será configurada automaticamente pelo PABX uma regra de QoS para este " +"serviço, mas você deve visitar a página de configuração de QoS (Rede -> QoS) para " +"configurar outras configurações críticas de QoS como as velocidades da sua " +"conexão." + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" +"Se você tiver mais de uma conta que pode fazer chamadas externas, você deve " +"informar uma lista de números de telefone e/ou prefixos nos seguintes campos " +"para cada provedor listados. Prefixos inválidos são removidos " +"silênciosamente, e some os caracteres 0-9, X, Z, N, # *,, e + são válidos. A " +"letra X corresponde a 0-9, Z corresponde a 1-9, e N corresponde a 2-9. Por " +"exemplo, para fazer chamadas para a Alemanha através de um provedor, você " +"pode digitar 49. Para fazer chamadas para a América do Norte, você pode " +"entrar 1NXXNXXXXXX. Se um de seus provedores pode fazer chamadas locais para " +"um código de área como Nova York (646), você pode entrar com 646NXXXXXX para " +"esse provedor. Você deve deixar uma conta com uma lista vazia para fazer " +"chamadas com ele por padrão para o caso do prefixo não casar com nenhum " +"outro fornecedor. O sistema irá substituir automaticamente uma lista vazia " +"com uma mensagem que os este provedor será utilizado caso nenhuma das regras " +"dos demais provedores casem. Seja tão específico quanto possível (isto é " +"1NXXNXXXXXX é melhor do que 1). Por favor, note que todos os códigos de " +"discagem internacionais são descartados (por exemplo 00, 011, 010, 0011). As " +"entradas podem ser feitas em uma lista separada por espaços ou por nova " +"linha." + +msgid "Incoming Calls" +msgstr "Chamadas Recebidas" + +msgid "Insert QoS Rules" +msgstr "Inserir Regras QoS" + +msgid "Makes Outgoing Calls" +msgstr "Realiza Chamadas para Fora" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "NOTA: Não existe uma conta Google ou provedor SIP configurado." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" +"NOTA: Não existe uma conta Google ou provedor SIP habilitado para receber " +"chamadas." + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" +"NOTA: Não existe uma conta Google ou provedor SIP habilitado para efetuar " +"chamadas externas." + +msgid "NOTE: There are no local user accounts configured." +msgstr "NOTA: Não existe uma conta local configurada." + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" +"NOTA: Não existe uma conta local configurada para efetuar chamadas externas." + +msgid "No" +msgstr "Não" + +msgid "Number of Seconds to Ring" +msgstr "Número de Segundos para Tocar" + +msgid "Outbound Proxy" +msgstr "Proxy Externo" + +msgid "Outgoing Calls" +msgstr "Chamadas Efetuadas" + +msgid "PBX Main Page" +msgstr "Página Principal do PBX" + +msgid "PBX Service Status" +msgstr "Estado do Serviço PBX" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Senha" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" +"Escolha uma porta aleatória entre 6500 e 9500 onde o serviço irá escutar. " +"Não escolha a porta padrão 5060 pois ela é frequentemente alvo de ataques de " +"força bruta. Quanto terminar, (1) clique em \"Salvar e Aplicar\", e (2) olhe " +"na seção \"Dispositivo SIP/Contas do Softphone\" para as configurações " +"atualizadas do servidor e porta para o seu Dispositivo SIP/Softphone." + +msgid "Port Setting for SIP Devices" +msgstr "Configuração da Porta para Dispositivos SIP" + +msgid "Providers Used for Outgoing Calls" +msgstr "Provedores Usados para as Chamadas para Fora" + +msgid "QoS Settings" +msgstr "Configurações de QoS" + +msgid "RTP Port Range End" +msgstr "Final da Faixa de Portas RTP" + +msgid "RTP Port Range Start" +msgstr "Inicio da Faixa de Portas RTP" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" +"O tráfego RTP transporta de fato os pacotes de voz. Este é o início do " +"intervalo de portas que será usado para a estabelecer uma comunicação RTP. " +"Geralmente não é um problema deixar esta configuração com o valor padrão." + +msgid "Receives Incoming Calls" +msgstr "Recebe Chamadas para Dentro" + +msgid "Remote Usage" +msgstr "Uso Remoto" + +msgid "Rings users enabled for incoming calls" +msgstr "Toca usuários habilitados para receber chamadas" + +msgid "SIP Accounts" +msgstr "Contas SIP" + +msgid "SIP Device/Softphone Accounts" +msgstr "Contas de Dispositivos SIP/Telefones em Software" + +msgid "SIP Provider Accounts" +msgstr "Contas dos Provedores SIP" + +msgid "SIP Realm (needed by some providers)" +msgstr "Domínio SIP (necessário para alguns provedores)" + +msgid "SIP Server/Registrar" +msgstr "Servidor SIP/Registrador" + +msgid "SIP Server/Registrar Port" +msgstr "Porta do Servidor SIP/Registrador" + +msgid "Server Setting" +msgstr "Configuração do Servidor" + +msgid "Server Setting for Local SIP Devices" +msgstr "Configuração do Servidor para Dispositivos SIP Locais" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Configuração do Servidor para Dispositivos SIP Remotos" + +msgid "Service Status" +msgstr "Estado do Serviço" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" +"Define o número de segundos para tocar o telefone ao receber chamadas antes " +"de desligar ou ir para a caixa postal, se o correio de voz estiver instalado " +"e habilitado." + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Números na Lista Negra separados por Espaço" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" +"Especifique os números individualmente aqui. Pressione o Enter para " +"adicionar mais números." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" +"Especifique aqui os números individualmente. Pressione o \"Enter\" para " +"adicionar mais números. Você terá que experimentar com qual código de país " +"ou de área você precisa adicionar aos números." + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" +"O número(s) acima especificados serão capazes de discar com os provedores " +"deste usuário. Nomes inválidos, incluindo usuários não habilitados para " +"chamadas externas, serão descartados silenciosamente. Por favor, verifique " +"se a entrada foi aceita." + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" +"Esta página de configuração permite configurar um sistema de serviço de " +"telefone (PABX), que permite fazer chamadas telefônicas através do Google " +"múltipla e SIP (como Sipgate, SipSorcery e Betamax) contas e compartilhá-los " +"entre diversos dispositivos SIP. Note-se que as contas do Google, contas " +"SIP, e contas de usuários locais são configurados em \"Contas do Google\", " +"\"Contas SIP\" e \"Contas de Usuário\" sub-seções. Você deve adicionar pelo " +"menos uma conta de usuário para este PABX e configurar um dispositivo SIP ou " +"softphone para usar a conta, a fim de fazer e receber chamadas com o " +"Google / SIP contas. Configurando vários usuários permitem que você faça " +"chamadas gratuitas entre todos os usuários, e partilhar o Google configurado " +"e contas SIP. Se você tem mais de um Google e contas SIP configurado, você " +"provavelmente deve configurar como as chamadas de e para eles são " +"encaminhados para a \"Call Routing\" página. Se você está interessado em " +"usar o seu próprio PABX de qualquer lugar do mundo, então, visitar o " +"\"Remote Uso\" na seção \"Advanced Settings\" página." + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" +"Este é o nome que o servidor VoIP será usado para identificar-se quando se " +"registrar para VoIP (SIP) fornecedores. Alguns provedores exigem isso para " +"uma seqüência específica de correspondência de um dispositivo de hardware " +"SIP." + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" +"Este é o local onde você indica quais contas Google/SIP serão usadas para " +"chamar quais códigos de área/país, que usuários poderão usar quais contas " +"Google/SIP, como as chamadas recebidas serão roteadas, que números podem ser " +"recebidos por este PBX com uma senha e qual números estão banidos." + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Este é o local onde você configura suas contas Google (Talk e Voice) para " +"poder usá-las para realizar ou receber chamadas (conversa por voz e chamadas " +"para telefones reais). Por favor, realize ao menos uma chamada de voz usando " +"o plugin do Google Talk, instalável na interface do GMail. Após esta " +"chamada, saia da sua conta em todos os serviços. Clique em \"Adicionar\" " +"para adicionar quantas contas você desejar." + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" +"Este é o local onde você configura suas contas SIP (VoIP) como Sipgate, " +"SipSorcery, os populares provedores Betamax, e qualquer outro provedor com " +"suporte a SIP para permitir o uso destas contas para efetuar e receber " +"chamadas (URI de SIP e chamads para números reais). Clique em \"Adicionar\" " +"para adicionar quantas contas você desejar." + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" +"Esta opção deve estar definida como \"Sim\" se você tem um DDR (Discagem " +"Direta a Ramal) associado com esta conta SIP or quer receber chamadas URI de " +"SIP através deste provedor." + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" +"Esta seção contém configurações que não precisam ser modificadas em " +"condições normais. Aqui você pode configurar seu sistema para usar com " +"dispositivos SIP remotos e resolver problemas com a qualidade das chamadas " +"através da inserção de regras de QoS." + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" +"Use o nome de usuário numérico (4 a 5 dígitos) se você estiver conectando " +"telefones normais com ATAs para este sistema (para que eles possam discar os " +"nomes de seus usuários)." + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"Use esta conta para realizar chamadas externas como configurado na seção de " +"\"Roteamento de Chamada\"." + +msgid "Use this account to make outgoing calls." +msgstr "Use esta conta para realizar chamadas externas." + +msgid "User Accounts" +msgstr "Contas de Usuários" + +msgid "User Agent String" +msgstr "Texto para o Agente do Usuário" + +msgid "User Name" +msgstr "Nome do Usuário" + +msgid "Uses providers enabled for outgoing calls" +msgstr "Usa provedores habilitados para chamadas externas" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" +"Quando alguém iniciar uma conversa por voz com sua conta do GTalk ou chamar " +"seu número GVoice (se você tiver uma conta Google Voice), a chamada será " +"encaminhada para qualquer usuários que estão conectados (registados " +"utilizando um dispositivo SIP ou softphone) e autorizados a receber a " +"chamada. Se você tiver uma conta Google Voice, você deve ir para as " +"configurações da sua conta GVoice e encaminhar as chamadas para o Google " +"Chat, a fim de realmente receber chamadas feitas para o seu número GVoice. " +"Se você tiver problemas para receber chamadas oriundas do GVoice, " +"experimente a opção \"Call Screening/Monitoramento de Chamadas\" na " +"configurações da sua conta GVoice. Finalmente, certifique-se de nenhum outro " +"cliente está online com essa conta (navegador contado no GMail, aplicativo " +"Google Talk no Desktop ou Celular), pois isto pode interferir." + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Quando a sua senha for salva, ela desaparece deste campo e não será exibida " +"para sua proteção. A senha será alterada somente quando você informar uma " +"nova senha diferente da que foi salva anteriormente." + +msgid "Yes" +msgstr "Sim" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" +"Você pode informar aqui o nome do domínio, endereço IP externo, ou um nome " +"de domínio dinâmico. O melhor é informar um endereço IP estático. Se o seu " +"endereço IP é dinâmico e ele muda, sua configuração se tornará inválida. " +"Desta forma, é recomendado configurar um serviço de domínios dinâmicos e " +"utilizar este nome aqui. Você pode configurar o serviço de domínios " +"dinâmicos com o pacote luci-app-ddns." + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" +"Você pode especificar um nome real para aparecer no identificador de " +"chamadas." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" +"Você pode usar seus dispositivos SIP/softphones com este sistema a partir de " +"um local remoto, desde que o seu provedor de Internet lhe forneça um " +"endereço IP público. Você poderá ligar para outros usuários locais sem custo " +"(por exemplo, outros adaptadores de telefone analógico (ATAs)) e usar seus " +"provedores de VoIP para fazer chamadas como se fossem originadas do local do " +"seu PBX. Depois de configurar esta aba, volte para onde os usuários são " +"configurados e veja as novas configurações de servidor e porta com as quais " +"você precisa configurar os seus dispositivos SIP remotos. Por favor, note " +"que se este PABX não está rodando no seu roteador, você terá que configurar " +"o redirecionamento de portas (NAT) no seu roteador. Por favor, encaminhe as " +"portas abaixo (porta SIP e intervalo de porta RTP) para o endereço IP do " +"dispositivo que executa este PBX." + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" +"Seu PIN desaparece deste campo quando for salvo e não será exibido para sua " +"proteção. Ele será alterada somente quando você informar um PIN diferente do " +"que foi salvo anteriormente. É possível deixá-lo em branco mas fique atento " +"quanto as implicações na segurança." + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"Sua senha desaparece deste campo quando for salva e não será exibida para " +"sua proteção. A senha será alterada somente quando você informar uma nova " +"senha diferente da que foi salva anteriormente." + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "" +#~ "Números definidos que poderão realizar chamadas através deste sistema e " +#~ "quais privilégios o usuário terá." + +#~ msgid "" +#~ "Pick a random port number between 6500 and 9500 for the service to listen " +#~ "on. Do not pick the standard 5060, because it is often subject to brute-" +#~ "force attacks. When finished, (1) click \"Save and Apply\", and (2) click " +#~ "the \"Restart VoIP Service\" button above. Finally, (3) look in the \"SIP " +#~ "Device/Softphone Accounts\" section for updated Server and Port settings " +#~ "for your SIP Devices/Softphones." +#~ msgstr "" +#~ "Escolha um número de porta aleatória entre 6500 e 9500 para o serviço " +#~ "escutar. Não escolher o padrão 5060, porque é frequentemente alvo de ataques " +#~ "de força bruta. Quando terminar, (1) clique em \"Salvar e Aplicar\", e (2) " +#~ "clique no \"Reiniciar o serviço VoIP\" acima. Finalmente, (3) olhe na seção " +#~ "\"Contas de Dispositivos SIP/Telefones em Software\" para atualizar o endereço " +#~ "e porta do servidor para seu Dispositivos SIP/Telefones em Software." + +#~ msgid "" +#~ "You can enter your domain name, external IP address, or dynamic domain " +#~ "name here Please keep in mind that if your IP address is dynamic and it " +#~ "changes your configuration will become invalid. Hence, it's recommended " +#~ "to set up Dynamic DNS in this case." +#~ msgstr "" +#~ "Você pode digitar aqui o seu nome de domínio, endereço IP externo, ou nome " +#~ "de domínio dinâmico. Tenha em mente que se o seu endereço IP é dinâmico e " +#~ "ele mudar, a sua configuração se tornará inválida. Por isso, é recomendado " +#~ "configurar um DNS dinâmico neste caso." + +#~ msgid "Account Status" +#~ msgstr "Estado da Conta" + +#~ msgid "Account Status Message" +#~ msgstr "Mensagem do Estado da Conta" + +#~ msgid "Domain Name/Dynamic Domain Name" +#~ msgstr "Nome do Domínio/Nome do Domínio Dinâmico" + +#~ msgid "Enable Incoming Calls (See Status, Message below)" +#~ msgstr "Habilitar Chamadas Recebidas (Veja o Estado, Mensagem abaixo)" + +#~ msgid "Service Control and Connection Status" +#~ msgstr "Controle do Serviço e Estado da Conexão" diff --git a/applications/luci-app-pbx/po/pt/pbx.po b/applications/luci-app-pbx/po/pt/pbx.po new file mode 100644 index 0000000..75b6c8c --- /dev/null +++ b/applications/luci-app-pbx/po/pt/pbx.po @@ -0,0 +1,487 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-22 19:17+0200\n" +"Last-Translator: Low \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "Disponível" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "Ativado" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Nome Completo" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "Não" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Sim" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/ro/pbx.po b/applications/luci-app-pbx/po/ro/pbx.po new file mode 100644 index 0000000..49e8dac --- /dev/null +++ b/applications/luci-app-pbx/po/ro/pbx.po @@ -0,0 +1,488 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 18:50+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Available" +msgstr "Disponibil" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "Nu deranjaÅ£i" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Domeniu/Adresă IP/Domeniu dinamic" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "Activat" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Nume complet" + +msgid "General Settings" +msgstr "Setări generale" + +msgid "Google Accounts" +msgstr "Conturi Google" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "Parolă" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "Setări QoS" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/ru/pbx.po b/applications/luci-app-pbx/po/ru/pbx.po new file mode 100644 index 0000000..e85c947 --- /dev/null +++ b/applications/luci-app-pbx/po/ru/pbx.po @@ -0,0 +1,525 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-06 10:28+0200\n" +"Last-Translator: datasheet \n" +"Language-Team: none\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "РаÑширенные уÑтановки" + +msgid "Available" +msgstr "ДоÑтупен" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"СтарайтеÑÑŒ не иÑпользовать ничего, кроме алфавитно-цифровых Ñимволов, " +"пробелов, запÑÑ‚Ñ‹Ñ… и точек." + +msgid "Away" +msgstr "Отошел" + +msgid "Blacklisted Numbers" +msgstr "Ðомера в \"черном\" ÑпиÑке" + +msgid "Call Routing" +msgstr "ÐœÐ°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð·Ð¾Ð²Ð¾Ð²" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "Ðомера Ñквозных вызовов" + +msgid "Copy-paste large lists of numbers here." +msgstr "Ð’Ñтавьте большие ÑпиÑки номеров здеÑÑŒ" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "Ðе беÑпокоить" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "ДинамичеÑкий ÑпиÑок запрещенных номеров" + +msgid "Email" +msgstr "Эл. почта" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Разрешить входÑщие вызовы (региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Разрешить входÑщие звонки (Ñм. ниже СтатуÑ)" + +msgid "Enable Outgoing Calls" +msgstr "Разрешить иÑходÑщие вызовы" + +msgid "Enabled" +msgstr "Включено" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Введите телефонные номера, звонки Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… вы хотите автоматичеÑки " +"отклонÑÑ‚ÑŒ. Ð’Ñ‹, вероÑтно, не должны вводить код Ñтраны и ведущие нули, но, " +"чтобы удоÑтоверитьÑÑ Ð² Ñтом, пожалуйÑта проверьте, что звонки из " +"нежелательной зоны уÑпешно блокируютÑÑ." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Введите Ñтот IP (или IP порт) в уÑтановках Сервера/РегиÑтратора SIP " +"уÑтройÑтв, который вы будете иÑпользовать ТОЛЬКО локально и никогда удаленно." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Введите Ñто имÑ_хоÑта (или имÑ_хоÑта:порт) в уÑтановках Сервера/РегиÑтратора " +"тех SIP-уÑтройÑтв, которые вы будете иÑпользовать удаленно (локально они " +"также будут работать)." + +msgid "External SIP Port" +msgstr "Внешний порт SIP" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Полное имÑ" + +msgid "General Settings" +msgstr "Общие уÑтановки" + +msgid "Google Accounts" +msgstr "Учетные запиÑи Google" + +msgid "Google Talk Status" +msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Google Talk" + +msgid "Google Talk Status Message" +msgstr "Сообщение ÑтатуÑа Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Учетные запиÑи Google Voice/Talk" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "ВходÑщие вызовы" + +msgid "Insert QoS Rules" +msgstr "Ð’Ñтавить правила QoS" + +msgid "Makes Outgoing Calls" +msgstr "Совершает иÑходÑщие вызовы" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "Ðет" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "Outbound прокÑи Ñервер" + +msgid "Outgoing Calls" +msgstr "ИÑходÑщие вызовы" + +msgid "PBX Main Page" +msgstr "Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница ÐТС" + +#, fuzzy +msgid "PBX Service Status" +msgstr "СоÑтоÑние Ñлужбы ÐТС" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "Пароль" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "ÐаÑтройки порта уÑтройÑтв SIP" + +msgid "Providers Used for Outgoing Calls" +msgstr "Провайдеры иÑходÑщих вызовов" + +msgid "QoS Settings" +msgstr "УÑтановки QoS" + +msgid "RTP Port Range End" +msgstr "Конец диапазона портов RTP" + +msgid "RTP Port Range Start" +msgstr "Ðачало диапазоно портов RTP" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "Принимает входÑщие вызовы" + +msgid "Remote Usage" +msgstr "Удаленное иÑпользование" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "Учетные запиÑи SIP" + +msgid "SIP Device/Softphone Accounts" +msgstr "Учетные запиÑи SIP уÑтройÑтва/программного телефона" + +msgid "SIP Provider Accounts" +msgstr "Учетные запиÑи SIP провайдера" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP Realm (нужен Ð´Ð»Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… провайдеров)" + +msgid "SIP Server/Registrar" +msgstr "SIP Сервер/РегиÑтратор" + +msgid "SIP Server/Registrar Port" +msgstr "Порт SIP Сервера/РегиÑтратора" + +msgid "Server Setting" +msgstr "ÐаÑтройки Ñервера" + +msgid "Server Setting for Local SIP Devices" +msgstr "УÑтановки Ñервера Ð´Ð»Ñ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ… SIP уÑтройÑтв" + +msgid "Server Setting for Remote SIP Devices" +msgstr "ÐаÑтройки Ñервера Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð½Ñ‹Ñ… SIP уÑтройÑтв" + +msgid "Service Status" +msgstr "СоÑтоÑние ÑервиÑа" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "Черный ÑпиÑок номеров (пробел между номерами Ð´Ð»Ñ Ñ€Ð°Ð·Ð´ÐµÐ»ÐµÐ½Ð¸Ñ)" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" +"Укажите отдельные номера. Ðажмите enter, чтобы добавить больше номеров." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" +"ИÑпользовать Ñту учетную запиÑÑŒ Ð´Ð»Ñ Ð¸ÑходÑщих вызовов в ÑоответÑтии Ñ " +"наcтройками Ñекции \"ÐœÐ°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð·Ð¾Ð²Ð¾Ð²\"." + +msgid "Use this account to make outgoing calls." +msgstr "ИÑпользовать Ñту учетную запиÑÑŒ Ð´Ð»Ñ Ð¸ÑходÑщих вызовов" + +msgid "User Accounts" +msgstr "Учетные запиÑи пользователÑ" + +msgid "User Agent String" +msgstr "Строка агента пользователÑ" + +msgid "User Name" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Да" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "ЗдеÑÑŒ Ð’Ñ‹ можете указать Ð¸Ð¼Ñ Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð²Ð¼ÐµÑто ID звонÑщего." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "" +#~ "Указать телефонные номера, которым разрешено оÑущеÑтвлÑÑ‚ÑŒ звонки через Ñту " +#~ "ÑиÑтему, а также какими они будут обладать пользовательÑкими привилегиÑми." + +#~ msgid "Account Status" +#~ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи" + +#~ msgid "Account Status Message" +#~ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñообщение учетной запиÑи" + +#~ msgid "Domain Name/Dynamic Domain Name" +#~ msgstr "Ð˜Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°/ДинамичеÑкое Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°" + +#~ msgid "Enable Incoming Calls (See Status, Message below)" +#~ msgstr "Разрешить входÑщие вызовы (Ñм. ÑтатуÑ, Ñообщение ниже)" + +#~ msgid "Service Control and Connection Status" +#~ msgstr "Управление ÑервиÑом и ÑÑ‚Ð°Ñ‚ÑƒÑ ÑоединениÑ" diff --git a/applications/luci-app-pbx/po/sk/pbx.po b/applications/luci-app-pbx/po/sk/pbx.po new file mode 100644 index 0000000..7b6d4a5 --- /dev/null +++ b/applications/luci-app-pbx/po/sk/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/sv/pbx.po b/applications/luci-app-pbx/po/sv/pbx.po new file mode 100644 index 0000000..400289b --- /dev/null +++ b/applications/luci-app-pbx/po/sv/pbx.po @@ -0,0 +1,506 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-28 06:11+0200\n" +"Last-Translator: Umeaboy \n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Avancerade inställningar" + +msgid "Available" +msgstr "Tillgänglig" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"Undvik att använda allt förutom alfa-numeriska karaktärer, mellanslag, komma-" +"tecken och punkt." + +msgid "Away" +msgstr "Borta" + +msgid "Blacklisted Numbers" +msgstr "Svartlistade nummer" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "Kopiera och klistra in ett stort antal nummer här." + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "Ringer upp nummer som inte passar nÃ¥gon annanstans" + +msgid "Do Not Disturb" +msgstr "Stör ej" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "Domän/IP-adress/Dynamisk domän" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Dynamisk lista över svartlistade nummer" + +msgid "Email" +msgstr "E-post" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Aktivera inkommande samtal (Registrera via SIP)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "Aktivera inkommande samtal (se status nedanför)" + +msgid "Enable Outgoing Calls" +msgstr "Aktivera utgÃ¥ende samtal" + +msgid "Enabled" +msgstr "Aktiverat" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"Ange telefonnummer som du vill neka samtal frÃ¥n automatiskt. Du borde " +"förmodligen utesluta landskoden och eventuella inledande nollor, men " +"experimentera gärna för att vara säker pÃ¥ att du lyckas blockera nummer frÃ¥n " +"ditt önskade omrÃ¥de." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Ange den här IP:n (eller IP:port) i Server/Registrar-inställningarna för SIP-" +"enheter som du endast kommer att använda LOKALT och aldrig frÃ¥n en " +"fjärrstyrd anslutning." + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Ange det här värdnamnet (eller värdnamn:port) under Server/Registrar " +"inställningen för SIP-enheten som du kommer att använda frÃ¥n en fjärrstyrd " +"plats (de kommer att fungera lokalt ocksÃ¥)." + +msgid "External SIP Port" +msgstr "Extern SIP-port" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Fullständigt namn" + +msgid "General Settings" +msgstr "Allmänna inställningar" + +msgid "Google Accounts" +msgstr "Google-konton" + +msgid "Google Talk Status" +msgstr "Status för Google Talk" + +msgid "Google Talk Status Message" +msgstr "Statusmeddelande för Google Talk" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talk-konton" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "Inkommande samtal" + +msgid "Insert QoS Rules" +msgstr "För in QoS-regler" + +msgid "Makes Outgoing Calls" +msgstr "Gör utgÃ¥ende samtal" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "NOTERA: Det finns inga lokala användarkonton konfigurerade." + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" +"NOTERA: Det finns inga lokala användar-konton aktiverade för utgÃ¥ende samtal." + +msgid "No" +msgstr "Nej" + +msgid "Number of Seconds to Ring" +msgstr "Antal sekunder att ringa" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "UtgÃ¥ende samtal" + +msgid "PBX Main Page" +msgstr "Huvudsida för PBX" + +msgid "PBX Service Status" +msgstr "Status för PBX-tjänsten" + +msgid "PIN" +msgstr "PIN-kod" + +msgid "Password" +msgstr "Lösenord" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "Port-inställning för SIP-enheter" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "QoS-inställningar" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "Tar emot inkommande samtal" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "Ringer användare som är aktiverade för inkommande samtal" + +msgid "SIP Accounts" +msgstr "SIP-konton" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP-enhet/Softphone-konton" + +msgid "SIP Provider Accounts" +msgstr "SIP-operatörskonton" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP-sfär (behövs av vissa operatörer)" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "Server-inställning" + +msgid "Server Setting for Local SIP Devices" +msgstr "Server-inställning för lokala SIP-enheter" + +msgid "Server Setting for Remote SIP Devices" +msgstr "Server-inställning för fjärrstyrda SIP-enheter" + +msgid "Service Status" +msgstr "Status för tjänst" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" +"Specificera nummer individuellt här. Tryck pÃ¥ enter-knappen för att lägga " +"till fler nummer." + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" +"Det här valet borde vara inställt pÃ¥ \"Ja\" om du har ett DID (riktigt " +"telefonnummer) associerat med det här SIP-kontot eller om du vill ta emot " +"SIP uri-samtal via den här operatören." + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "Använd det här kontot för att göra utgÃ¥ende samtal." + +msgid "User Accounts" +msgstr "Användar-konton" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "Användarnamn" + +msgid "Uses providers enabled for outgoing calls" +msgstr "Använder operatörer för utgÃ¥ende samtal" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Ja" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" +"Du kan specifiera ett riktigt namn som visas i samband med nummret här." + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/templates/pbx.pot b/applications/luci-app-pbx/po/templates/pbx.pot new file mode 100644 index 0000000..86dd2eb --- /dev/null +++ b/applications/luci-app-pbx/po/templates/pbx.pot @@ -0,0 +1,477 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/tr/pbx.po b/applications/luci-app-pbx/po/tr/pbx.po new file mode 100644 index 0000000..59af3e8 --- /dev/null +++ b/applications/luci-app-pbx/po/tr/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/uk/pbx.po b/applications/luci-app-pbx/po/uk/pbx.po new file mode 100644 index 0000000..d65a784 --- /dev/null +++ b/applications/luci-app-pbx/po/uk/pbx.po @@ -0,0 +1,501 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 15:47+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Розширені налаштуваннÑ" + +msgid "Available" +msgstr "ДоÑтупний" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" +"ÐамагайтеÑÑ Ð½Ðµ викориÑтовувати нічого, крім алфавітно-цифрових Ñимволів, " +"пропуÑків, ком Ñ– крапок." + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "ÐœÐ°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ†Ñ–Ñ Ð’Ð¸ÐºÐ»Ð¸ÐºÑ–Ð²" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "Виклик через номери" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +#, fuzzy +msgid "Do Not Disturb" +msgstr "Ðе турбувати" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +#, fuzzy +msgid "Dynamic List of Blacklisted Numbers" +msgstr "Динамічний ÑпиÑок небажаних дзвінків" + +msgid "Email" +msgstr "Електронна Ñкринька" + +#, fuzzy +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "Ðктивувати вхідні дзвінки (зареєÑтруватиÑÑ Ñ‡ÐµÑ€ÐµÐ· SIP)" + +#, fuzzy +msgid "Enable Incoming Calls (set Status below)" +msgstr "Ðктивувати вхідні дзвінки (Ð’Ñтановити низький ÑтатуÑ)" + +msgid "Enable Outgoing Calls" +msgstr "Ðктивувати вихідні виклики" + +msgid "Enabled" +msgstr "Ðктивувати" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +#, fuzzy +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"Введіть цей IP (або IP:порт) Сервера/РеєÑтратор Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ SIP приÑтрою ви " +"будете викориÑтовувати тільки локально й ніколи з віддаленого міÑцÑ." + +#, fuzzy +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"Введіть це хоÑÑ‚ ім'Ñ (або ім'Ñ Ñ…Ð¾Ñта:порт) Ñервер/РеєÑтратор Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ " +"SIP приÑтрою ви будете викориÑтовувати з віддаленого міÑÑ†Ñ Ñ€Ð¾Ð·Ñ‚Ð°ÑˆÑƒÐ²Ð°Ð½Ð½Ñ " +"(воно також буде працювати локально)." + +msgid "External SIP Port" +msgstr "Зовнішній порт SIP" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "Повне Ім'Ñ" + +msgid "General Settings" +msgstr "Загальні ÐалаштуваннÑ" + +msgid "Google Accounts" +msgstr "Облікові запиÑи Google" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "ÐÑ–" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "Облікові запиÑи кориÑтувачів" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "Так" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/vi/pbx.po b/applications/luci-app-pbx/po/vi/pbx.po new file mode 100644 index 0000000..59af3e8 --- /dev/null +++ b/applications/luci-app-pbx/po/vi/pbx.po @@ -0,0 +1,484 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "" + +msgid "Away" +msgstr "" + +msgid "Blacklisted Numbers" +msgstr "" + +msgid "Call Routing" +msgstr "" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "" + +msgid "Copy-paste large lists of numbers here." +msgstr "" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "" + +msgid "Do Not Disturb" +msgstr "" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "" + +msgid "Enable Outgoing Calls" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Google Accounts" +msgstr "" + +msgid "Google Talk Status" +msgstr "" + +msgid "Google Talk Status Message" +msgstr "" + +msgid "Google Voice/Talk Accounts" +msgstr "" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "" + +msgid "Insert QoS Rules" +msgstr "" + +msgid "Makes Outgoing Calls" +msgstr "" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "" + +msgid "NOTE: There are no local user accounts configured." +msgstr "" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "" + +msgid "No" +msgstr "" + +msgid "Number of Seconds to Ring" +msgstr "" + +msgid "Outbound Proxy" +msgstr "" + +msgid "Outgoing Calls" +msgstr "" + +msgid "PBX Main Page" +msgstr "" + +msgid "PBX Service Status" +msgstr "" + +msgid "PIN" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "" + +msgid "Providers Used for Outgoing Calls" +msgstr "" + +msgid "QoS Settings" +msgstr "" + +msgid "RTP Port Range End" +msgstr "" + +msgid "RTP Port Range Start" +msgstr "" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "" + +msgid "Remote Usage" +msgstr "" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "" + +msgid "SIP Device/Softphone Accounts" +msgstr "" + +msgid "SIP Provider Accounts" +msgstr "" + +msgid "SIP Realm (needed by some providers)" +msgstr "" + +msgid "SIP Server/Registrar" +msgstr "" + +msgid "SIP Server/Registrar Port" +msgstr "" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" diff --git a/applications/luci-app-pbx/po/zh-cn/pbx.po b/applications/luci-app-pbx/po/zh-cn/pbx.po new file mode 100644 index 0000000..8ac03e1 --- /dev/null +++ b/applications/luci-app-pbx/po/zh-cn/pbx.po @@ -0,0 +1,495 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-15 16:11+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Available" +msgstr "å¯ç”¨" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "é¿å…使用除字æ¯ï¼Œæ•°å­—,空格,逗å·å’Œå¥å·å¤–的其他字符。" + +msgid "Away" +msgstr "外" + +msgid "Blacklisted Numbers" +msgstr "黑åå•" + +msgid "Call Routing" +msgstr "呼å«è·¯ç”±" + +msgid "Call-back Numbers" +msgstr "回调数" + +msgid "Call-back Provider" +msgstr "回呼æ供者" + +msgid "Call-through Numbers" +msgstr "通过数字呼å«" + +msgid "Copy-paste large lists of numbers here." +msgstr "å¤åˆ¶ç²˜è´´æ•°å­—大åå•ã€‚" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "其他地方无法匹é…拨å·å·ç " + +msgid "Do Not Disturb" +msgstr "请勿打扰" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "域å/ IP地å€/动æ€åŸŸå" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "动æ€é»‘åå•å·ç åˆ—表" + +msgid "Email" +msgstr "电å­é‚®ä»¶" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "å…许电è¯å‘¼å…¥ï¼ˆSIP注册者)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "å…许电è¯å‘¼å…¥ï¼ˆä¸‹é¢è®¾ç½®çŠ¶æ€ï¼‰" + +msgid "Enable Outgoing Calls" +msgstr "å…许电è¯å¤–呼" + +msgid "Enabled" +msgstr "å…许" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"输入你想自动å±è”½çš„电è¯å·ç ã€‚你应该忽略国家代ç å’Œä»»ä½•å‰å¯¼é›¶,但请测试æ¥ç¡®ä¿ä½ æˆ" +"功å±è”½äº†æƒ³è¦å±è”½çš„å·ç ã€‚" + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"在SIP设备注册æœåŠ¡å™¨ä¸­è¾“å…¥IP(或IP:端å£),仅在本地使用,ä¸å¯ä»¥åœ¨è¿œç¨‹ä½¿ç”¨ã€‚" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" + +msgid "External SIP Port" +msgstr "外部SIP端å£" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "å…¨å" + +msgid "General Settings" +msgstr "通用设置" + +msgid "Google Accounts" +msgstr "googleè´¦å·" + +msgid "Google Talk Status" +msgstr "google Talk状æ€" + +msgid "Google Talk Status Message" +msgstr "google Talk状æ€æ¶ˆæ¯" + +msgid "Google Voice/Talk Accounts" +msgstr "Google Voice/Talkè´¦å·" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "呼入电è¯" + +msgid "Insert QoS Rules" +msgstr "æ’å…¥QoS规则" + +msgid "Makes Outgoing Calls" +msgstr "安排外呼列表" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "注æ„:没有google或SIPæ供者账户é…置。" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "注æ„:没有google或SIPæ供者账户å…许呼入电è¯ã€‚" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "注æ„:没有google或SIPæ供者账户å…许外呼电è¯ã€‚" + +msgid "NOTE: There are no local user accounts configured." +msgstr "注æ„:没有本地用户设置。" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "注æ„:没有本地用户å…许外呼电è¯ã€‚" + +msgid "No" +msgstr "ä¸" + +msgid "Number of Seconds to Ring" +msgstr "多少秒振铃" + +msgid "Outbound Proxy" +msgstr "外呼代ç†" + +msgid "Outgoing Calls" +msgstr "外呼电è¯" + +msgid "PBX Main Page" +msgstr "PBX主页" + +msgid "PBX Service Status" +msgstr "PBXæœåŠ¡çŠ¶æ€" + +msgid "PIN" +msgstr "PIN" + +msgid "Password" +msgstr "密ç " + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "SIP设备端å£è®¾ç½®" + +msgid "Providers Used for Outgoing Calls" +msgstr "用于外呼电è¯çš„æ供者" + +msgid "QoS Settings" +msgstr "QoS设置" + +msgid "RTP Port Range End" +msgstr "RTP结æŸç«¯å£" + +msgid "RTP Port Range Start" +msgstr "RTP起始端å£" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "收到呼入电è¯" + +msgid "Remote Usage" +msgstr "远程使用" + +msgid "Rings users enabled for incoming calls" +msgstr "" + +msgid "SIP Accounts" +msgstr "SIPè´¦å·" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP 设备/软电è¯è´¦å·" + +msgid "SIP Provider Accounts" +msgstr "SIPæ供者账户" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP Realm(一些供应商需è¦ï¼‰" + +msgid "SIP Server/Registrar" +msgstr "SIP注册æœåŠ¡å™¨" + +msgid "SIP Server/Registrar Port" +msgstr "SIP注册æœåŠ¡å™¨ç«¯å£" + +msgid "Server Setting" +msgstr "" + +msgid "Server Setting for Local SIP Devices" +msgstr "" + +msgid "Server Setting for Remote SIP Devices" +msgstr "" + +msgid "Service Status" +msgstr "" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "" + +msgid "User Accounts" +msgstr "" + +msgid "User Agent String" +msgstr "" + +msgid "User Name" +msgstr "" + +msgid "Uses providers enabled for outgoing calls" +msgstr "" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "设定å·ç ä½œä¸ºç”¨æˆ·æ‹¥æœ‰ä½¿ç”¨äº¤æ¢æœºå‘¼å«çš„æƒé™ã€‚" diff --git a/applications/luci-app-pbx/po/zh-tw/pbx.po b/applications/luci-app-pbx/po/zh-tw/pbx.po new file mode 100644 index 0000000..aa05be7 --- /dev/null +++ b/applications/luci-app-pbx/po/zh-tw/pbx.po @@ -0,0 +1,507 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-16 13:59+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Available" +msgstr "å¯é‹ç”¨" + +msgid "" +"Avoid using anything but alpha-numeric characters, space, comma, and period." +msgstr "除了字æ¯æ•¸å­—字符,空格,逗號和å¥è™Ÿå…¶å®ƒä¸€æ¦‚ä¸ç”¨." + +msgid "Away" +msgstr "離線" + +msgid "Blacklisted Numbers" +msgstr "列入黑å單號碼" + +msgid "Call Routing" +msgstr "路由呼å«" + +msgid "Call-back Numbers" +msgstr "" + +msgid "Call-back Provider" +msgstr "" + +msgid "Call-through Numbers" +msgstr "通話接通號碼" + +msgid "Copy-paste large lists of numbers here." +msgstr "號碼大型清單複製貼上此地" + +msgid "" +"Designate numbers that are allowed to call through this system and which " +"user's privileges they will have." +msgstr "" + +msgid "" +"Designate numbers to whom the system will hang up and call back, which " +"provider will be used to call them, and which user's privileges will be " +"granted to them." +msgstr "" + +msgid "Dials numbers unmatched elsewhere" +msgstr "撥號它處號碼ä¸ç¬¦" + +msgid "Do Not Disturb" +msgstr "勿擾中" + +msgid "Domain/IP Address/Dynamic Domain" +msgstr "網域/IPä½å€/動態網域" + +msgid "Dynamic List of Blacklisted Numbers" +msgstr "黑å單動態列表" + +msgid "Email" +msgstr "郵件信箱" + +msgid "Enable Incoming Calls (Register via SIP)" +msgstr "啟用來話呼å«(é€éŽSIP註冊)" + +msgid "Enable Incoming Calls (set Status below)" +msgstr "啟用來話呼å«(在下é¢è¨­å®šç‹€æ…‹)" + +msgid "Enable Outgoing Calls" +msgstr "啟用外撥" + +msgid "Enabled" +msgstr "已啟用" + +msgid "" +"Enter a VoIP provider to use for call-back in the format username@some.host." +"name, as listed in \"Outgoing Calls\" above. It's easiest to copy and paste " +"the providers from above. Invalid entries, including providers not enabled " +"for outgoing calls, will be rejected silently." +msgstr "" + +msgid "" +"Enter phone numbers that you want to decline calls from automatically. You " +"should probably omit the country code and any leading zeroes, but please " +"experiment to make sure you are blocking numbers from your desired area " +"successfully." +msgstr "" +"打入你å…許自動通話的號碼. 你或許å¯ä»¥å¿½ç•¥åœ‹ç¢¼å’Œ0å­—é–‹é ­, 但僅供實驗以確ä¿æœŸæœ›å€" +"的號碼被阻斷æˆåŠŸ." + +msgid "" +"Enter this IP (or IP:port) in the Server/Registrar setting of SIP devices " +"you will use ONLY locally and never from a remote location." +msgstr "" +"è¦è¨­å®šSIP設備在Server/Registrar內打入IP(或IP:埠號)你僅能本地端使用絕ä¸è¦æ‰“å…¥" +"é ç«¯ä½ç½®" + +msgid "" +"Enter this hostname (or hostname:port) in the Server/Registrar setting of " +"SIP devices you will use from a remote location (they will work locally too)." +msgstr "" +"è¦è¨­å®šSIP設備從é ç«¯ä½¿ç”¨(在本地端也一樣能執行),在Server/Registrar內打入主機å" +"稱(或主機å稱:埠號)" + +msgid "External SIP Port" +msgstr "外部SIP埠號" + +msgid "" +"For each provider enabled for incoming calls, here you can restrict which " +"users to ring on incoming calls. If the list is empty, the system will " +"indicate that all users enabled for incoming calls will ring. Invalid " +"usernames will be rejected silently. Also, entering a username here " +"overrides the user's setting to not receive incoming calls. This way, you " +"can make certain users ring only for specific providers. Entries can be made " +"in a space-separated list, and/or one per line by hitting enter after every " +"one." +msgstr "" + +msgid "" +"For each user enabled for outgoing calls you can restrict what providers the " +"user can use for outgoing calls. By default all users can use all providers. " +"To show up in the list below the user should be allowed to make outgoing " +"calls in the \"User Accounts\" page. Enter VoIP providers in the format " +"username@some.host.name, as listed in \"Outgoing Calls\" above. It's easiest " +"to copy and paste the providers from above. Invalid entries, including " +"providers not enabled for outgoing calls, will be rejected silently. Entries " +"can be made in a space-separated list, and/or one per line by hitting enter " +"after every one." +msgstr "" + +msgid "Full Name" +msgstr "å…¨å" + +msgid "General Settings" +msgstr "一般設定" + +msgid "Google Accounts" +msgstr "Google帳戶" + +msgid "Google Talk Status" +msgstr "Google Talk狀態" + +msgid "Google Talk Status Message" +msgstr "Google Talk訊æ¯ç‹€æ…‹" + +msgid "Google Voice/Talk Accounts" +msgstr "Google 語音/簡訊帳戶" + +msgid "Hang-up Delay" +msgstr "" + +msgid "" +"Here you must configure at least one SIP account, that you will use to " +"register with this service. Use this account either in an Analog Telephony " +"Adapter (ATA), or in a SIP software like CSipSimple, Linphone, or Sipdroid " +"on your smartphone, or Ekiga, Linphone, or X-Lite on your computer. By " +"default, all SIP accounts will ring simultaneously if a call is made to one " +"of your VoIP provider accounts or GV numbers." +msgstr "" + +msgid "" +"How long to wait before hanging up. If the provider you use to dial " +"automatically forwards to voicemail, you can set this value to a delay that " +"will allow you to hang up before your call gets forwarded and you get billed " +"for it." +msgstr "" + +msgid "" +"If setting Server/Registrar to %s or %s does not work for you, try setting " +"it to %s or %s and entering this port number in a separate field that " +"specifies the Server/Registrar port number. Beware that some devices have a " +"confusing setting that sets the port where SIP requests originate from on " +"the SIP device itself (the bind port). The port specified on this page is " +"NOT this bind port but the port this service listens on." +msgstr "" + +msgid "" +"If you experience jittery or high latency audio during heavy downloads, you " +"may want to enable QoS. QoS prioritizes traffic to and from your network for " +"specified ports and IP addresses, resulting in better latency and throughput " +"for sound in our case. If enabled below, a QoS rule for this service will be " +"configured by the PBX automatically, but you must visit the QoS " +"configuration page (Network->QoS) to configure other critical QoS settings " +"like Download and Upload speed." +msgstr "" + +msgid "" +"If you have more than one account that can make outgoing calls, you should " +"enter a list of phone numbers and/or prefixes in the following fields for " +"each provider listed. Invalid prefixes are removed silently, and only 0-9, " +"X, Z, N, #, *, and + are valid characters. The letter X matches 0-9, Z " +"matches 1-9, and N matches 2-9. For example to make calls to Germany through " +"a provider, you can enter 49. To make calls to North America, you can enter " +"1NXXNXXXXXX. If one of your providers can make \"local\" calls to an area " +"code like New York's 646, you can enter 646NXXXXXX for that provider. You " +"should leave one account with an empty list to make calls with it by " +"default, if no other provider's prefixes match. The system will " +"automatically replace an empty list with a message that the provider dials " +"all numbers not matched by another provider's prefixes. Be as specific as " +"possible (i.e. 1NXXNXXXXXX is better than 1). Please note all international " +"dial codes are discarded (e.g. 00, 011, 010, 0011). Entries can be made in a " +"space-separated list, and/or one per line by hitting enter after every one." +msgstr "" + +msgid "Incoming Calls" +msgstr "來電呼å«" + +msgid "Insert QoS Rules" +msgstr "æ’å…¥QoSè¦å‰‡" + +msgid "Makes Outgoing Calls" +msgstr "開啟外撥" + +msgid "NOTE: There are no Google or SIP provider accounts configured." +msgstr "注æ„:尚缺Google或者SIPæ供者帳戶被設置" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for incoming " +"calls." +msgstr "注æ„:尚缺Google或者SIP供應商帳戶被啟用æ‰èƒ½æŽ¥æ”¶ä¾†é›»å‘¼å«" + +msgid "" +"NOTE: There are no Google or SIP provider accounts enabled for outgoing " +"calls." +msgstr "注æ„:尚缺Google或者SIP供應商帳戶被啟用æ‰èƒ½å¤–æ’¥." + +msgid "NOTE: There are no local user accounts configured." +msgstr "注æ„:尚未設置本地端帳戶" + +msgid "NOTE: There are no local user accounts enabled for outgoing calls." +msgstr "注æ„:啟用本地端帳戶æ‰èƒ½å¤–æ’¥" + +msgid "No" +msgstr "ä¸" + +msgid "Number of Seconds to Ring" +msgstr "響鈴秒數" + +msgid "Outbound Proxy" +msgstr "外連代ç†" + +msgid "Outgoing Calls" +msgstr "去電外撥" + +msgid "PBX Main Page" +msgstr "PBX總機主é " + +msgid "PBX Service Status" +msgstr "PBXæœå‹™ç‹€æ…‹" + +msgid "PIN" +msgstr "PIN碼" + +msgid "Password" +msgstr "密碼" + +msgid "" +"Pick a random port number between 6500 and 9500 for the service to listen " +"on. Do not pick the standard 5060, because it is often subject to brute-" +"force attacks. When finished, (1) click \"Save and Apply\", and (2) look in " +"the \"SIP Device/Softphone Accounts\" section for updated Server and Port " +"settings for your SIP Devices/Softphones." +msgstr "" + +msgid "Port Setting for SIP Devices" +msgstr "SIP設備的埠號設置" + +msgid "Providers Used for Outgoing Calls" +msgstr "已採用的外撥供應商" + +msgid "QoS Settings" +msgstr "QoS語音å“質設置" + +msgid "RTP Port Range End" +msgstr "RTPå”定埠域çµæŸ" + +msgid "RTP Port Range Start" +msgstr "RTPå”定埠域啟始" + +msgid "" +"RTP traffic carries actual voice packets. This is the start of the port " +"range that will be used for setting up RTP communication. It's usually OK to " +"leave this at the default value." +msgstr "" + +msgid "Receives Incoming Calls" +msgstr "接å—來電呼å«" + +msgid "Remote Usage" +msgstr "é ç«¯å•Ÿç”¨" + +msgid "Rings users enabled for incoming calls" +msgstr "來電呼å«æ™‚震鈴通知使用者" + +msgid "SIP Accounts" +msgstr "SIP帳戶" + +msgid "SIP Device/Softphone Accounts" +msgstr "SIP設備/軟體å¼æ‰‹æ©Ÿå¸³æˆ¶" + +msgid "SIP Provider Accounts" +msgstr "SIP供應商帳戶" + +msgid "SIP Realm (needed by some providers)" +msgstr "SIP領域(æŸäº›ä¾›æ‡‰å•†éœ€ç”¨åˆ°)" + +msgid "SIP Server/Registrar" +msgstr "SIP伺æœå™¨/登記處" + +msgid "SIP Server/Registrar Port" +msgstr "SIP伺æœå™¨/登記埠" + +msgid "Server Setting" +msgstr "伺æœå™¨è¨­ç½®" + +msgid "Server Setting for Local SIP Devices" +msgstr "本地SIP設備的伺æœå™¨è¨­ç½®" + +msgid "Server Setting for Remote SIP Devices" +msgstr "é ç«¯SIP設備的伺æœå™¨è¨­ç½®" + +msgid "Service Status" +msgstr "æœå‹™ç‹€æ…‹" + +msgid "" +"Set the number of seconds to ring users upon incoming calls before hanging " +"up or going to voicemail, if the voicemail is installed and enabled." +msgstr "" + +msgid "Space-Separated List of Blacklisted Numbers" +msgstr "以空格分隔的黑å單號碼列表" + +msgid "Specify numbers individually here. Press enter to add more numbers." +msgstr "在此指定ç¨ç«‹è™Ÿç¢¼. 按enter å¯æ–°å¢žæ›´å¤šè™Ÿç¢¼" + +msgid "" +"Specify numbers individually here. Press enter to add more numbers. You will " +"have to experiment with what country and area codes you need to add to the " +"number." +msgstr "" + +msgid "" +"The number(s) specified above will be able to dial out with this user's " +"providers. Invalid usernames, including users not enabled for outgoing " +"calls, are dropped silently. Please verify that the entry was accepted." +msgstr "" + +msgid "" +"This configuration page allows you to configure a phone system (PBX) service " +"which permits making phone calls through multiple Google and SIP (like " +"Sipgate, SipSorcery, and Betamax) accounts and sharing them among many SIP " +"devices. Note that Google accounts, SIP accounts, and local user accounts " +"are configured in the \"Google Accounts\", \"SIP Accounts\", and \"User " +"Accounts\" sub-sections. You must add at least one User Account to this PBX, " +"and then configure a SIP device or softphone to use the account, in order to " +"make and receive calls with your Google/SIP accounts. Configuring multiple " +"users will allow you to make free calls between all users, and share the " +"configured Google and SIP accounts. If you have more than one Google and SIP " +"accounts set up, you should probably configure how calls to and from them " +"are routed in the \"Call Routing\" page. If you're interested in using your " +"own PBX from anywhere in the world, then visit the \"Remote Usage\" section " +"in the \"Advanced Settings\" page." +msgstr "" + +msgid "" +"This is the name that the VoIP server will use to identify itself when " +"registering to VoIP (SIP) providers. Some providers require this to a " +"specific string matching a hardware SIP device." +msgstr "" + +msgid "" +"This is where you indicate which Google/SIP accounts are used to call what " +"country/area codes, which users can use what SIP/Google accounts, how " +"incoming calls are routed, what numbers can get into this PBX with a " +"password, and what numbers are blacklisted." +msgstr "" + +msgid "" +"This is where you set up your Google (Talk and Voice) Accounts, in order to " +"start using them for dialing and receiving calls (voice chat and real phone " +"calls). Please make at least one voice call using the Google Talk plugin " +"installable through the GMail interface, and then log out from your account " +"everywhere. Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This is where you set up your SIP (VoIP) accounts ts like Sipgate, " +"SipSorcery, the popular Betamax providers, and any other providers with SIP " +"settings in order to start using them for dialing and receiving calls (SIP " +"uri and real phone calls). Click \"Add\" to add as many accounts as you wish." +msgstr "" + +msgid "" +"This option should be set to \"Yes\" if you have a DID (real telephone " +"number) associated with this SIP account or want to receive SIP uri calls " +"through this provider." +msgstr "" + +msgid "" +"This section contains settings that do not need to be changed under normal " +"circumstances. In addition, here you can configure your system for use with " +"remote SIP devices, and resolve call quality issues by enabling the " +"insertion of QoS rules." +msgstr "" + +msgid "" +"Use (four to five digit) numeric user name if you are connecting normal " +"telephones with ATAs to this system (so they can dial user names)." +msgstr "" + +msgid "" +"Use this account to make outgoing calls as configured in the \"Call Routing" +"\" section." +msgstr "" + +msgid "Use this account to make outgoing calls." +msgstr "使用這個帳號外撥." + +msgid "User Accounts" +msgstr "使用者帳號" + +msgid "User Agent String" +msgstr "用戶代ç†å­—串" + +msgid "User Name" +msgstr "用戶å稱" + +msgid "Uses providers enabled for outgoing calls" +msgstr "採用供應商啟用以便外撥" + +msgid "" +"When somebody starts voice chat with your GTalk account or calls the GVoice, " +"number (if you have Google Voice), the call will be forwarded to any users " +"that are online (registered using a SIP device or softphone) and permitted " +"to receive the call. If you have Google Voice, you must go to your GVoice " +"settings and forward calls to Google chat in order to actually receive calls " +"made to your GVoice number. If you have trouble receiving calls from GVoice, " +"experiment with the Call Screening option in your GVoice Settings. Finally, " +"make sure no other client is online with this account (browser in gmail, " +"mobile/desktop Google Talk App) as it may interfere." +msgstr "" + +msgid "" +"When your password is saved, it disappears from this field and is not " +"displayed for your protection. The previously saved password will be changed " +"only when you enter a value different from the saved one." +msgstr "" + +msgid "Yes" +msgstr "是" + +msgid "" +"You can enter your domain name, external IP address, or dynamic domain name " +"here. The best thing to input is a static IP address. If your IP address is " +"dynamic and it changes, your configuration will become invalid. Hence, it's " +"recommended to set up Dynamic DNS in this case. and enter your Dynamic DNS " +"hostname here. You can configure Dynamic DNS with the luci-app-ddns package." +msgstr "" + +msgid "You can specify a real name to show up in the Caller ID here." +msgstr "ä½ å¯ä»¥åœ¨æ­¤æŒ‡å®šä¸€å€‹çœŸå¯¦å稱以便顯示在來電ID" + +msgid "" +"You can use your SIP devices/softphones with this system from a remote " +"location as well, as long as your Internet Service Provider gives you a " +"public IP. You will be able to call other local users for free (e.g. other " +"Analog Telephone Adapters (ATAs)) and use your VoIP providers to make calls " +"as if you were local to the PBX. After configuring this tab, go back to " +"where users are configured and see the new Server and Port setting you need " +"to configure the remote SIP devices with. Please note that if this PBX is " +"not running on your router/gateway, you will need to configure port " +"forwarding (NAT) on your router/gateway. Please forward the ports below (SIP " +"port and RTP range) to the IP address of the device running this PBX." +msgstr "" +"ä¸ç®¡å¤šé ,åªè¦èƒ½å–å¾—ISPæ供的公眾åˆæ³•IP,ä¾ç„¶å¯ä»¥ä½¿ç”¨é€™å€‹ç³»çµ±çš„SIP設備/PC電話表" +"ç¾ä¸€æ¨£çš„好.你將能夠å…費呼å«å…¶ä»–本地端用戶(e.g 其它類比電話機(ATAs)和使用你的" +"VoIP供應商講電話就åƒä½ åœ¨ä½¿ç”¨æœ¬åœ°çš„PBX總機電話一樣.在設定這個標籤後, 需回到用" +"戶設定並且查看新的伺æœå™¨å’ŒåŸ è¨­å®šä»¥ä¾¿èƒ½è¨­å®šé ç«¯SIP設備.請注æ„å‡å¦‚PBX總機若ä¸åœ¨" +"你的路由器/GW上執行,你將必須在你的路由器/GW上設定埠轉發(NAT).在PBX主機上請轉" +"發下列(SIP埠+RTP所採用的範åœåŸ )埠號å€å®šåˆ°è·‘PBXæœå‹™è¨­å‚™ä¸Šçš„IPä½å€." + +msgid "" +"Your PIN disappears when saved for your protection. It will be changed only " +"when you enter a value different from the saved one. Leaving the PIN empty " +"is possible, but please beware of the security implications." +msgstr "" +"當存檔時為ä¿è­·èµ·è¦‹ä½ çš„PIN碼將ä¸æœƒé¡¯ç¤º. 除éžä½ æ‰“å…¥ä¸åŒæ–¼åŽŸå§‹å­˜æª”的值它æ‰æœƒè®Š" +"æ›´. 也å¯ä»¥æŠŠPIN碼ä¿ç•™ç©ºç™½, 但è¦æ防會有安全的隱憂." + +msgid "" +"Your password disappears when saved for your protection. It will be changed " +"only when you enter a value different from the saved one." +msgstr "" +"當存檔時為ä¿è­·èµ·è¦‹ä½ çš„密碼將ä¸æœƒé¡¯ç¤º. 除éžä½ æ‰“å…¥ä¸åŒæ–¼åŽŸå§‹å­˜æª”的值它æ‰æœƒè®Šæ›´." + +#~ msgid "" +#~ "Designate numbers that are allowed to call through this system and which " +#~ "user's privileges it will have." +#~ msgstr "ä¾æ“šç³»çµ±å’Œæˆ¶ç”¨çš„權é™å…許通話的指定號碼" diff --git a/applications/luci-app-pbx/root/etc/config/pbx b/applications/luci-app-pbx/root/etc/config/pbx new file mode 100644 index 0000000..ca7c166 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/config/pbx @@ -0,0 +1 @@ +config 'main' 'connection_status' diff --git a/applications/luci-app-pbx/root/etc/config/pbx-advanced b/applications/luci-app-pbx/root/etc/config/pbx-advanced new file mode 100644 index 0000000..39da6f8 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/config/pbx-advanced @@ -0,0 +1,5 @@ +config 'settings' 'advanced' + option 'useragent' 'PBX' + option 'ringtime' '30' + option 'rtpstart' '19850' + option 'rtpend' '19900' diff --git a/applications/luci-app-pbx/root/etc/config/pbx-calls b/applications/luci-app-pbx/root/etc/config/pbx-calls new file mode 100644 index 0000000..822bd4a --- /dev/null +++ b/applications/luci-app-pbx/root/etc/config/pbx-calls @@ -0,0 +1,7 @@ +config 'call_routing' 'outgoing_calls' + +config 'call_routing' 'incoming_calls' + +config 'call_routing' 'providers_user_can_use' + +config 'call_routing' 'blacklisting' diff --git a/applications/luci-app-pbx/root/etc/config/pbx-google b/applications/luci-app-pbx/root/etc/config/pbx-google new file mode 100644 index 0000000..e69de29 diff --git a/applications/luci-app-pbx/root/etc/config/pbx-users b/applications/luci-app-pbx/root/etc/config/pbx-users new file mode 100644 index 0000000..a4277b1 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/config/pbx-users @@ -0,0 +1 @@ +config 'user' 'server' diff --git a/applications/luci-app-pbx/root/etc/config/pbx-voip b/applications/luci-app-pbx/root/etc/config/pbx-voip new file mode 100644 index 0000000..e69de29 diff --git a/applications/luci-app-pbx/root/etc/init.d/pbx-asterisk b/applications/luci-app-pbx/root/etc/init.d/pbx-asterisk new file mode 100755 index 0000000..e05ae11 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/init.d/pbx-asterisk @@ -0,0 +1,837 @@ +#!/bin/sh /etc/rc.common +# +# Copyright 2011 Iordan Iordanov +# +# This file is part of luci-pbx. +# +# luci-pbx is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# luci-pbx is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with luci-pbx. If not, see . + +. /lib/functions.sh + +START=60 + +# Some global variables +MODULENAME=pbx +USERAGENT="PBX" +HANGUPCNTXT=hangup-call-context +GTALKUNVL=unavailable + +ASTUSER=nobody +ASTGROUP=nogroup +ASTDIRSRECURSIVE="/var/run/asterisk /var/log/asterisk /var/spool/asterisk" +ASTDIRS="/usr/lib/asterisk" +ASTSOUNDSDIR="/usr/lib/asterisk/sounds" + +TEMPLATEDIR=/etc/${MODULENAME}-asterisk +PBXSOUNDSDIR=$TEMPLATEDIR/sounds +VMTEMPLATEDIR=/etc/${MODULENAME}-voicemail +VMSOUNDSDIR=$VMTEMPLATEDIR/sounds +ASTERISKDIR=/etc/asterisk +WORKDIR=/tmp/$MODULENAME.$$ +MD5SUMSFILE=/tmp/$MODULENAME-sums.$$ + +TMPL_ASTERISK=$TEMPLATEDIR/asterisk.conf.TEMPLATE +TMPL_GTALK=$TEMPLATEDIR/gtalk.conf.TEMPLATE +TMPL_INDICATIONS=$TEMPLATEDIR/indications.conf.TEMPLATE +TMPL_LOGGER=$TEMPLATEDIR/logger.conf.TEMPLATE +TMPL_MANAGER=$TEMPLATEDIR/manager.conf.TEMPLATE +TMPL_MODULES=$TEMPLATEDIR/modules.conf.TEMPLATE +TMPL_RTP=$TEMPLATEDIR/rtp.conf.TEMPLATE + +TMPL_EXTCTHRUCHECKHDR=$TEMPLATEDIR/extensions_disa-check_header.conf.TEMPLATE +TMPL_EXTCTHRUCHECK=$TEMPLATEDIR/extensions_disa-check.conf.TEMPLATE +TMPL_EXTCTHRUCHECKFTR=$TEMPLATEDIR/extensions_disa-check_footer.conf.TEMPLATE +TMPL_EXTCTHRUHDR=$TEMPLATEDIR/extensions_disa_header.conf.TEMPLATE +TMPL_EXTCTHRU=$TEMPLATEDIR/extensions_disa.conf.TEMPLATE +TMPL_EXTCTHRUNOPIN=$TEMPLATEDIR/extensions_disa-nopin.conf.TEMPLATE + +TMPL_EXTCBACKCHECKHDR=$TEMPLATEDIR/extensions_callback-check_header.conf.TEMPLATE +TMPL_EXTCBACKCHECK=$TEMPLATEDIR/extensions_callback-check.conf.TEMPLATE +TMPL_EXTCBACKCHECKFTR=$TEMPLATEDIR/extensions_callback-check_footer.conf.TEMPLATE +TMPL_EXTCBACKHDR=$TEMPLATEDIR/extensions_callback_header.conf.TEMPLATE +TMPL_EXTCBACKSIP=$TEMPLATEDIR/extensions_callback_sip.conf.TEMPLATE +TMPL_EXTCBACKGTALK=$TEMPLATEDIR/extensions_callback_gtalk.conf.TEMPLATE + +TMPL_EXTENSIONS=$TEMPLATEDIR/extensions.conf.TEMPLATE + +TMPL_EXTVMDISABLED=$TEMPLATEDIR/extensions_voicemail_disabled.conf.TEMPLATE +TMPL_EXTVMENABLED=$TEMPLATEDIR/extensions_voicemail_enabled.conf.TEMPLATE + +TMPL_EXTBLKLIST=$TEMPLATEDIR/extensions_blacklist.conf.TEMPLATE +TMPL_EXTBLKLISTFTR=$TEMPLATEDIR/extensions_blacklist_footer.conf.TEMPLATE +TMPL_EXTBLKLISTHDR=$TEMPLATEDIR/extensions_blacklist_header.conf.TEMPLATE + +TMPL_EXTDEFAULT=$TEMPLATEDIR/extensions_default.conf.TEMPLATE +TMPL_EXTDEFAULTUSER=$TEMPLATEDIR/extensions_default_user.conf.TEMPLATE + +TMPL_EXTINCNTXTSIP=$TEMPLATEDIR/extensions_incoming_context_sip.conf.TEMPLATE +TMPL_EXTINCNTXTGTALKHDR=$TEMPLATEDIR/extensions_incoming_context_gtalk_header.conf.TEMPLATE +TMPL_EXTINCNTXTGTALK=$TEMPLATEDIR/extensions_incoming_context_gtalk.conf.TEMPLATE + +TMPL_EXTUSERCNTXT=$TEMPLATEDIR/extensions_user_context.conf.TEMPLATE +TMPL_EXTUSERCNTXTFTR=$TEMPLATEDIR/extensions_user_context_footer.conf.TEMPLATE +TMPL_EXTUSERCNTXTHDR=$TEMPLATEDIR/extensions_user_context_header.conf.TEMPLATE + +TMPL_EXTOUTHDR=$TEMPLATEDIR/extensions_default_outgoing_header.conf.TEMPLATE +TMPL_EXTOUTGTALK=$TEMPLATEDIR/extensions_outgoing_gtalk.conf.TEMPLATE +TMPL_EXTOUTLOCAL=$TEMPLATEDIR/extensions_outgoing_dial_local_user.conf.TEMPLATE +TMPL_EXTOUTSIP=$TEMPLATEDIR/extensions_outgoing_sip.conf.TEMPLATE + +TMPL_JABBER=$TEMPLATEDIR/jabber.conf.TEMPLATE +TMPL_JABBERUSER=$TEMPLATEDIR/jabber_users.conf.TEMPLATE +TMPL_SIP=$TEMPLATEDIR/sip.conf.TEMPLATE +TMPL_SIPPEER=$TEMPLATEDIR/sip_peer.TEMPLATE +TMPL_SIPREG=$TEMPLATEDIR/sip_registration.TEMPLATE +TMPL_SIPUSR=$TEMPLATEDIR/sip_user.TEMPLATE + +TMPL_MSMTPDEFAULT=$VMTEMPLATEDIR/pbx-msmtprc-defaults.TEMPLATE +TMPL_MSMTPACCOUNT=$VMTEMPLATEDIR/pbx-msmtprc-account.TEMPLATE +TMPL_MSMTPAUTH=$VMTEMPLATEDIR/pbx-msmtprc-account-auth.TEMPLATE +TMPL_MSMTPACCTDFLT=$VMTEMPLATEDIR/pbx-msmtprc-account-default.TEMPLATE + + +INCLUDED_FILES="$WORKDIR/extensions_blacklist.conf $WORKDIR/extensions_callthrough.conf\ + $WORKDIR/extensions_incoming.conf $WORKDIR/extensions_incoming_gtalk.conf\ + $WORKDIR/extensions_user.conf $WORKDIR/jabber_users.conf\ + $WORKDIR/sip_peers.conf $WORKDIR/sip_registrations.conf\ + $WORKDIR/sip_users.conf $WORKDIR/extensions_voicemail.conf\ + $WORKDIR/extensions_default.conf" + + +# In this string, we concatenate all local users enabled to receive calls +# readily formatted for the Dial command. +localusers_to_ring="" + +# In this string, we keep a list of all users that are enabled for outgoing +# calls. It is used at the end to create the user contexts. +localusers_can_dial="" + +# In this string, we put together a space-separated list of provider names +# (alphanumeric, with all non-alpha characters replaced with underscores), +# which will be used to dial out by default (whose outgoing contexts will +# be included in users' contexts by default. +outbound_providers="" +sip_outbound_providers="" +gtalk_outbound_providers="" + +# Function which escapes non-alpha-numeric characters in a string +escape_non_alpha() { + echo $@ | sed 's/\([^a-zA-Z0-9]\)/\\\1/g' +} + +# Function which replaces non-alpha-numeric characters with an underscore +sub_underscore_for_non_alpha() { + echo $@ | sed 's/[^a-zA-Z0-9]/_/g' +} + +# Copies the template files which we don't edit. +copy_unedited_templates_over() +{ + cp $TMPL_ASTERISK $WORKDIR/asterisk.conf + cp $TMPL_GTALK $WORKDIR/gtalk.conf + cp $TMPL_INDICATIONS $WORKDIR/indications.conf + cp $TMPL_LOGGER $WORKDIR/logger.conf + cp $TMPL_MANAGER $WORKDIR/manager.conf + cp $TMPL_MODULES $WORKDIR/modules.conf + # If this file isn't present at this stage, voicemail is disabled. + [ ! -f $WORKDIR/extensions_voicemail.conf ] && \ + cp $TMPL_EXTVMDISABLED $WORKDIR/extensions_voicemail.conf +} + +# Touches all the included files, to prevent asterisk from refusing to +# start if a config item is missing and an included config file isn't created. +create_included_files() +{ + touch $INCLUDED_FILES +} + +# Puts together all the extensions.conf related configuration. +pbx_create_extensions_config() +{ + local ringtime + config_get ringtime advanced ringtime + + sed "s/|RINGTIME|/$ringtime/" $TMPL_EXTENSIONS > $WORKDIR/extensions.conf + mv $WORKDIR/inext.TMP $WORKDIR/extensions_incoming.conf + cp $TMPL_EXTINCNTXTGTALKHDR $WORKDIR/extensions_incoming_gtalk.conf + cat $WORKDIR/outextgtalk.TMP >> $WORKDIR/extensions_incoming_gtalk.conf 2>/dev/null + rm -f $WORKDIR/outextgtalk.TMP + mv $WORKDIR/blacklist.TMP $WORKDIR/extensions_blacklist.conf + mv $WORKDIR/userext.TMP $WORKDIR/extensions_user.conf + + cp $TMPL_EXTCTHRUHDR $WORKDIR/extensions_callthrough.conf + cat $WORKDIR/callthrough.TMP >> $WORKDIR/extensions_callthrough.conf 2>/dev/null + rm -f $WORKDIR/callthrough.TMP + cat $TMPL_EXTCTHRUCHECKHDR >> $WORKDIR/extensions_callthrough.conf 2>/dev/null + cat $WORKDIR/callthroughcheck.TMP >> $WORKDIR/extensions_callthrough.conf 2>/dev/null + rm -f $WORKDIR/callthroughcheck.TMP + cat $TMPL_EXTCTHRUCHECKFTR >> $WORKDIR/extensions_callthrough.conf 2>/dev/null + + cp $TMPL_EXTCBACKHDR $WORKDIR/extensions_callback.conf + cat $WORKDIR/callback.TMP >> $WORKDIR/extensions_callback.conf 2>/dev/null + rm -f $WORKDIR/callback.TMP + cat $TMPL_EXTCBACKCHECKHDR >> $WORKDIR/extensions_callback.conf 2>/dev/null + cat $WORKDIR/callbackcheck.TMP >> $WORKDIR/extensions_callback.conf 2>/dev/null + rm -f $WORKDIR/callbackcheck.TMP + cat $TMPL_EXTCBACKCHECKFTR >> $WORKDIR/extensions_callback.conf 2>/dev/null + + rm -f $WORKDIR/outext-*.TMP + rm -f $WORKDIR/localext.TMP + sed "s/|LOCALUSERS|/$localusers_to_ring/g" $TMPL_EXTDEFAULT \ + > $WORKDIR/extensions_default.conf + cat $WORKDIR/inextuser.TMP >> $WORKDIR/extensions_default.conf + rm -f $WORKDIR/inextuser.TMP +} + +# Puts together all the sip.conf related configuration. +pbx_create_sip_config() +{ + mv $WORKDIR/sip_regs.TMP $WORKDIR/sip_registrations.conf + mv $WORKDIR/sip_peers.TMP $WORKDIR/sip_peers.conf + mv $WORKDIR/sip_users.TMP $WORKDIR/sip_users.conf +} + +# Creates the jabber.conf related config +pbx_create_jabber_config() +{ + cp $TMPL_JABBER $WORKDIR/jabber.conf + mv $WORKDIR/jabber.TMP $WORKDIR/jabber_users.conf +} + +# Gets rid of any config files from $ASTERISKDIR not found in $WORKDIR. +clean_up_asterisk_config_dir() +{ + for f in $ASTERISKDIR/* ; do + basef="`basename $f`" + if [ ! -e "$WORKDIR/$basef" ] ; then + rm -rf "$f" + fi + done +} + +# Compares md5sums of the config files in $WORKDIR to those +# in $ASTERISKDIR, and copies only changed files over to reduce +# wear on flash in embedded devices. +compare_configs_and_copy_changed() +{ + # First, compute md5sums of the config files in $WORKDIR. + cd $WORKDIR/ + md5sum * > $MD5SUMSFILE + + # Now, check the files in $ASTERISKDIR against the md5sums. + cd $ASTERISKDIR/ + changed_files="`md5sum -c $MD5SUMSFILE 2>/dev/null | fgrep ": FAILED" | awk -F: '{print $1}'`" + + rm -f $MD5SUMSFILE + + [ -z "$changed_files" ] && return + + # Now copy over the changed files. + for f in $changed_files ; do + cp "$WORKDIR/$f" "$ASTERISKDIR/$f" + done +} + +# Calls the functions that create the final config files +# Calls the function which compares which files have changed +# Puts the final touches on $ASTERISKDIR +# Gets rid of $WORKDIR +pbx_assemble_and_copy_config() +{ + mkdir -p $ASTERISKDIR + + copy_unedited_templates_over + create_included_files + pbx_create_extensions_config + pbx_create_sip_config + pbx_create_jabber_config + + touch $WORKDIR/features.conf + + # At this point, $WORKDIR should contain a complete, working config. + clean_up_asterisk_config_dir + + compare_configs_and_copy_changed + + [ ! -d $ASTERISKDIR/manager.d ] && mkdir -p $ASTERISKDIR/manager.d/ + + # Get rid of the working directory + rm -rf $WORKDIR/ +} + +# Creates configuration for a user and adds it to the temporary file that holds +# all users configured so far. +pbx_add_user() +{ + local fullname + local defaultuser + local rawdefaultuser + local secret + local ring + local can_call + + config_get fullname $1 fullname + fullname=`escape_non_alpha $fullname` + config_get rawdefaultuser $1 defaultuser + defaultuser=`escape_non_alpha $rawdefaultuser` + config_get secret $1 secret + secret=`escape_non_alpha $secret` + config_get ring $1 ring + config_get can_call $1 can_call + + [ -z "$defaultuser" -o -z "$secret" ] && return + [ -z "$fullname" ] && fullname="$defaultuser" + + sed "s/|DEFAULTUSER|/$defaultuser/g" $TMPL_SIPUSR > $WORKDIR/sip_user.tmp + + if [ "$can_call" = "yes" ] ; then + # Add user to list of all users that are allowed to make calls. + localusers_can_dial="$localusers_can_dial $rawdefaultuser" + sed -i "s/|CONTEXTNAME|/$defaultuser/g" $WORKDIR/sip_user.tmp + else + sed -i "s/|CONTEXTNAME|/$HANGUPCNTXT/g" $WORKDIR/sip_user.tmp + fi + + # Add this user's configuration to the temp file containing all user configs. + sed "s/|FULLNAME|/$fullname/" $WORKDIR/sip_user.tmp |\ + sed "s/|SECRET|/$secret/g" >> $WORKDIR/sip_users.TMP + + if [ "$ring" = "yes" ] ; then + if [ -z "$localusers_to_ring" ] ; then + localusers_to_ring="SIP\/$defaultuser" + else + localusers_to_ring="$localusers_to_ring\&SIP\/$defaultuser" + fi + fi + + # Add configuration which allows local users to call each other. + sed "s/|DEFAULTUSER|/$defaultuser/g" $TMPL_EXTOUTLOCAL >> $WORKDIR/localext.TMP + + # Add configuration which puts calls to users through the default + # context, so that blacklists and voicemail take effect for this user. + sed "s/|DEFAULTUSER|/$defaultuser/g" $TMPL_EXTDEFAULTUSER >> $WORKDIR/inextuser.TMP + + rm -f $WORKDIR/sip_user.tmp +} + +# Creates configuration for a Google account, and adds it to the temporary file that holds +# all accounts configured so far. +# Also creates the outgoing extensions which are used in users' outgoing contexts. +pbx_add_jabber() +{ + local username + local secret + local numprefix + local register + local make_outgoing_calls + local name + local users_to_ring + local status + local statusmessage + + config_get username $1 username + username=`escape_non_alpha $username` + config_get secret $1 secret + secret=`escape_non_alpha $secret` + #TODO: Is this really necessary here? Numprefix is retrieved below. + config_get numprefix $1 numprefix + config_get register $1 register + config_get make_outgoing_calls $1 make_outgoing_calls + config_get name $1 name + config_get status $1 status + status=`escape_non_alpha $status` + config_get statusmessage $1 statusmessage + statusmessage=`escape_non_alpha $statusmessage` + + [ -z "$username" -o -z "$secret" ] && return + + # Construct a jabber entry for this provider. + sed "s/|USERNAME|/$username/g" $TMPL_JABBERUSER |\ + sed "s/|NAME|/$name/g" > $WORKDIR/jabber.tmp + + if [ "$register" = yes ] ; then + # If this provider is enabled for incoming calls, we need to set the + # status of the user to something other than unavailable in order to receive calls. + sed -i "s/|STATUS|/$status/g" $WORKDIR/jabber.tmp + sed -i "s/|STATUSMESSAGE|/\"$statusmessage\"/g" $WORKDIR/jabber.tmp + + users_to_ring="`uci -q get ${MODULENAME}-calls.incoming_calls.$name`" + # If no users have been specified to ring, we ring all users enabled for incoming calls. + if [ -z "$users_to_ring" ] ; then + users_to_ring=$localusers_to_ring + else + # Else, we cook up a string formatted for the Dial command + # with the specified users (SIP/user1&SIP/user2&...). We do it + # with set, shift and a loop in order to be more tolerant of ugly whitespace + # messes entered by users. + set $users_to_ring + users_to_ring="SIP\/$1" && shift + for u in $@ ; do u=`escape_non_alpha $u` ; users_to_ring=$users_to_ring\\\&SIP\\\/$u ; done + fi + + # Now, we add this account to the gtalk incoming context. + sed "s/|USERNAME|/$username/g" $TMPL_EXTINCNTXTGTALK |\ + sed "s/|LOCALUSERS|/$users_to_ring/g" >> $WORKDIR/outextgtalk.TMP + else + sed -i "s/|STATUS|/$GTALKUNVL/g" $WORKDIR/jabber.tmp + sed -i "s/|STATUSMESSAGE|/\"\"/g" $WORKDIR/jabber.tmp + fi + + # Add this account's configuration to the temp file containing all account configs. + sed "s/|SECRET|/$secret/g" $WORKDIR/jabber.tmp >> $WORKDIR/jabber.TMP + + # If this provider is enabled for outgoing calls. + if [ "$make_outgoing_calls" = "yes" ] ; then + + numprefix="`uci -q get ${MODULENAME}-calls.outgoing_calls.$name`" + + # If no prefixes are specified, then we use "X" which matches any prefix. + [ -z "$numprefix" ] && numprefix="X" + + for p in $numprefix ; do + p=`escape_non_alpha $p` + sed "s/|NUMPREFIX|/$p/g" $TMPL_EXTOUTGTALK |\ + sed "s/|NAME|/$name/g" >> $WORKDIR/outext-$name.TMP + done + + # Add this provider to the list of enabled outbound providers. + if [ -z "$outbound_providers" ] ; then + outbound_providers="$name" + else + outbound_providers="$outbound_providers $name" + fi + + # Add this provider to the list of enabled gtalk outbound providers. + if [ -z "$gtalk_outbound_providers" ] ; then + gtalk_outbound_providers="$name" + else + gtalk_outbound_providers="$gtalk_outbound_providers $name" + fi + fi + + rm -f $WORKDIR/jabber.tmp +} + +# Creates configuration for a SIP provider account, and adds it to the temporary file that holds +# all accounts configured so far. +# Also creates the outgoing extensions which are used in users' outgoing contexts. +pbx_add_peer() +{ + local defaultuser + local secret + local host + local fromdomain + local register + local numprefix + local make_outgoing_calls + local name + local users_to_ring + local port + local outboundproxy + + config_get defaultuser $1 defaultuser + defaultuser=`escape_non_alpha $defaultuser` + config_get secret $1 secret + secret=`escape_non_alpha $secret` + config_get host $1 host + host=`escape_non_alpha $host` + config_get port $1 port + config_get outbountproxy $1 outboundproxy + outbountproxy=`escape_non_alpha $outbountproxy` + config_get fromdomain $1 fromdomain + fromdomain=`escape_non_alpha $fromdomain` + config_get register $1 register + config_get numprefix $1 numprefix + config_get make_outgoing_calls $1 make_outgoing_calls + config_get name $1 name + + [ -z "$defaultuser" -o -z "$secret" -o -z "$host" ] && return + [ -z "$fromdomain" ] && fromdomain=$host + [ -n "$port" ] && port="port=$port" + [ -n "$outboundproxy" ] && outboundproxy="outboundproxy=$outboundproxy" + + # Construct a sip peer entry for this provider. + sed "s/|DEFAULTUSER|/$defaultuser/" $TMPL_SIPPEER > $WORKDIR/sip_peer.tmp + sed -i "s/|NAME|/$name/" $WORKDIR/sip_peer.tmp + sed -i "s/|FROMUSER|/$defaultuser/" $WORKDIR/sip_peer.tmp + sed -i "s/|SECRET|/$secret/" $WORKDIR/sip_peer.tmp + sed -i "s/|HOST|/$host/" $WORKDIR/sip_peer.tmp + sed -i "s/|PORT|/$port/" $WORKDIR/sip_peer.tmp + sed -i "s/|OUTBOUNDPROXY|/$outboundproxy/" $WORKDIR/sip_peer.tmp + # Add this account's configuration to the temp file containing all account configs. + sed "s/|FROMDOMAIN|/$host/" $WORKDIR/sip_peer.tmp >> $WORKDIR/sip_peers.TMP + + # If this provider is enabled for incoming calls. + if [ "$register" = "yes" ] ; then + # Then we create a registration string for this provider. + sed "s/|DEFAULTUSER|/$defaultuser/g" $TMPL_SIPREG > $WORKDIR/sip_reg.tmp + sed -i "s/|SECRET|/$secret/g" $WORKDIR/sip_reg.tmp + sed "s/|NAME|/$name/g" $WORKDIR/sip_reg.tmp >> $WORKDIR/sip_regs.TMP + + users_to_ring="`uci -q get ${MODULENAME}-calls.incoming_calls.$name`" + # If no users have been specified to ring, we ring all users enabled for incoming calls. + if [ -z "$users_to_ring" ] ; then + users_to_ring=$localusers_to_ring + else + # Else, we cook up a string formatted for the Dial command + # with the specified users (SIP/user1&SIP/user2&...). We do it + # with set, shift and a loop in order to be more tolerant of ugly whitespace + # messes entered by users. + set $users_to_ring + users_to_ring="SIP\/$1" && shift + for u in $@ ; do users_to_ring=$users_to_ring\\\&SIP\\\/$u ; done + fi + + # And we create an incoming calls context for this provider. + sed "s/|NAME|/$name/g" $TMPL_EXTINCNTXTSIP |\ + sed "s/|LOCALUSERS|/$users_to_ring/g" >> $WORKDIR/inext.TMP + fi + + # If this provider is enabled for outgoing calls. + if [ "$make_outgoing_calls" = "yes" ] ; then + + numprefix="`uci -q get ${MODULENAME}-calls.outgoing_calls.$name`" + # If no prefixes are specified, then we use "X" which matches any prefix. + [ -z "$numprefix" ] && numprefix="X" + for p in $numprefix ; do + p=`escape_non_alpha $p` + sed "s/|NUMPREFIX|/$p/g" $TMPL_EXTOUTSIP |\ + sed "s/|NAME|/$name/g" >> $WORKDIR/outext-$name.TMP + done + + # Add this provider to the list of enabled outbound providers. + if [ -z "$outbound_providers" ] ; then + outbound_providers="$name" + else + outbound_providers="$outbound_providers $name" + fi + + # Add this provider to the list of enabled sip outbound providers. + if [ -z "$sip_outbound_providers" ] ; then + sip_outbound_providers="$name" + else + sip_outbound_providers="$sip_outbound_providers $name" + fi + fi + + rm -f $WORKDIR/sip_peer.tmp + rm -f $WORKDIR/sip_reg.tmp +} + +# For all local users enabled for outbound calls, creates a context +# containing the extensions for Google and SIP accounts this user is +# allowed to use. +pbx_create_user_contexts() +{ + local providers + + for u in $localusers_can_dial ; do + u=`escape_non_alpha $u` + sed "s/|DEFAULTUSER|/$u/g" $TMPL_EXTUSERCNTXTHDR >> $WORKDIR/userext.TMP + cat $WORKDIR/localext.TMP >> $WORKDIR/userext.TMP + providers="`uci -q get ${MODULENAME}-calls.providers_user_can_use.$u`" + [ -z "$providers" ] && providers="$outbound_providers" + + # For each provider, cat the contents of outext-$name.TMP into the user's outgoing calls extension + for p in $providers ; do + [ -f $WORKDIR/outext-$p.TMP ] && cat $WORKDIR/outext-$p.TMP >> $WORKDIR/userext.TMP + done + cat $TMPL_EXTUSERCNTXTFTR >> $WORKDIR/userext.TMP + done +} + +# Creates the blacklist context which hangs up on blacklisted numbers. +pbx_add_blacklist() +{ + local blacklist1 + local blacklist2 + + config_get blacklist1 blacklisting blacklist1 + config_get blacklist2 blacklisting blacklist2 + + # We create the blacklist context no matter whether the blacklist + # actually contains entries or not, since the PBX will send calls + # to the context for a check against the list anyway. + cp $TMPL_EXTBLKLISTHDR $WORKDIR/blacklist.TMP + for n in $blacklist1 $blacklist2 ; do + n=`escape_non_alpha $n` + sed "s/|BLACKLISTITEM|/$n/g" $TMPL_EXTBLKLIST >> $WORKDIR/blacklist.TMP + done + cat $TMPL_EXTBLKLISTFTR >> $WORKDIR/blacklist.TMP +} + +# Creates the callthrough context which allows specified numbers to get +# into the PBX and dial out as the configured user. +pbx_add_callthrough() +{ + local callthrough_number_list + local defaultuser + local pin + local enabled + local F + + config_get callthrough_number_list $1 callthrough_number_list + config_get defaultuser $1 defaultuser + defaultuser=`escape_non_alpha $defaultuser` + config_get pin $1 pin + pin=`escape_non_alpha $pin` + config_get enabled $1 enabled + + [ "$enabled" = "no" ] && return + [ "$defaultuser" = "" ] && return + + for callthrough_number in $callthrough_number_list ; do + sed "s/|NUMBER|/$callthrough_number/g" $TMPL_EXTCTHRUCHECK >> $WORKDIR/callthroughcheck.TMP + + if [ -n "$pin" ] ; then F=$TMPL_EXTCTHRU ; else F=$TMPL_EXTCTHRUNOPIN ; fi + sed "s/|NUMBER|/$callthrough_number/g" $F |\ + sed "s/|DEFAULTUSER|/$defaultuser/" |\ + sed "s/|PIN|/$pin/" >> $WORKDIR/callthrough.TMP + done +} + + +# Creates the callback context which allows specified numbers to get +# a callback into the PBX and dial out as the configured user. +pbx_add_callback() +{ + local callback_number_list + local defaultuser + local pin + local enabled + local callback_provider + local callback_hangup_delay + local FB + local FT + + config_get callback_number_list $1 callback_number_list + config_get defaultuser $1 defaultuser + defaultuser=`escape_non_alpha $defaultuser` + config_get pin $1 pin + pin=`escape_non_alpha $pin` + config_get enabled $1 enabled + config_get callback_provider $1 callback_provider + callback_provider=`sub_underscore_for_non_alpha $callback_provider` + config_get callback_hangup_delay $1 callback_hangup_delay + + [ "$enabled" = "no" ] && return + [ "$defaultuser" = "" ] && return + + # If the provider is a SIP provider, set the file to use to $TMPL_EXTCBACKSIP + # otherwise, set it to $TMPL_EXTCBACKGTALK + if echo $sip_outbound_providers | grep -q $callback_provider 2>/dev/null + then + FB=$TMPL_EXTCBACKSIP + else + FB=$TMPL_EXTCBACKGTALK + fi + + for callback_number in $callback_number_list ; do + sed "s/|NUMBER|/$callback_number/g" $TMPL_EXTCBACKCHECK >> $WORKDIR/callbackcheck.TMP + + sed "s/|NUMBER|/$callback_number/g" $FB |\ + sed "s/|CALLBACKPROVIDER|/$callback_provider/" |\ + sed "s/|CALLBACKHUPDELAY|/$callback_hangup_delay/" >> $WORKDIR/callback.TMP + + # Perhaps a bit confusingly, we create "callthrough" configuration for callback + # numbers, because we use the same DISA construct as for callthrough. + if [ -n "$pin" ] ; then FT=$TMPL_EXTCTHRU ; else FT=$TMPL_EXTCTHRUNOPIN ; fi + sed "s/|NUMBER|/$callback_number/g" $FT |\ + sed "s/|DEFAULTUSER|/$defaultuser/" |\ + sed "s/|PIN|/$pin/" >> $WORKDIR/callthrough.TMP + done +} + + +# Creates sip.conf from its template. +pbx_cook_sip_template() +{ + local useragent + local externhost + local bindport + + config_get useragent advanced useragent + useragent=`escape_non_alpha $useragent` + config_get externhost advanced externhost + config_get bindport advanced bindport + + [ -z "$useragent" ] && useragent="$USERAGENT" + + sed "s/|USERAGENT|/$useragent/g" $TMPL_SIP > $WORKDIR/sip.conf + + if [ -z "$externhost" ] ; then + sed -i "s/externhost=|EXTERNHOST|//g" $WORKDIR/sip.conf + else + sed -i "s/|EXTERNHOST|/$externhost/g" $WORKDIR/sip.conf + fi + + if [ -z "$bindport" ] ; then + sed -i "s/bindport=|BINDPORT|//g" $WORKDIR/sip.conf + else + sed -i "s/|BINDPORT|/$bindport/g" $WORKDIR/sip.conf + fi + + +} + +# Creates rtp.conf from its template. +pbx_cook_rtp_template() +{ + local rtpstart + local rtpend + + config_get rtpstart advanced rtpstart + config_get rtpend advanced rtpend + + sed "s/|RTPSTART|/$rtpstart/" $TMPL_RTP |\ + sed "s/|RTPEND|/$rtpend/" > $WORKDIR/rtp.conf +} + +# Links any sound files found in $PBXSOUNDSDIR and $VMSOUNDSDIR +# into $ASTSOUNDSDIR for use by Asterisk. Does not overwrite files. +pbx_link_sounds() +{ + mkdir -p $ASTSOUNDSDIR + + for dir in $PBXSOUNDSDIR $VMSOUNDSDIR ; do + if [ -d $dir ] ; then + for f in $dir/* ; do + ln -s $f $ASTSOUNDSDIR 2>/dev/null + done + fi + done +} + + +# Makes sure the ownership of specified directories is proper. +pbx_fix_ownership() +{ + chown $ASTUSER:$ASTGROUP $ASTDIRS + chown $ASTUSER:$ASTGROUP -R $ASTDIRSRECURSIVE +} + + +# Creates voicemail config if installed and enabled. +pbx_configure_voicemail() +{ + local enabled + local global_timeout + local global_email_addresses + + local smtp_tls + local smtp_server + local smtp_port + local smtp_auth + local smtp_user + local smtp_password + + config_get enabled global_voicemail enabled + + # First check if voicemail is enabled. + [ "$enabled" != "yes" ] && return + + config_get global_timeout global_voicemail global_timeout + #config_get global_email_addresses global_voicemail global_email_addresses + config_get smtp_auth voicemail_smtp smtp_auth + config_get smtp_tls voicemail_smtp smtp_tls + config_get smtp_server voicemail_smtp smtp_server + config_get smtp_port voicemail_smtp smtp_port + config_get smtp_user voicemail_smtp smtp_user + smtp_user=`escape_non_alpha $smtp_user` + config_get smtp_password voicemail_smtp smtp_password + smtp_password=`escape_non_alpha $smtp_password` + + sed "s/|AUTH|/$smtp_auth/" $TMPL_MSMTPDEFAULT |\ + sed "s/|TLS|/$smtp_tls/" > $WORKDIR/pbx-msmtprc + + sed "s/|HOST|/$smtp_server/" $TMPL_MSMTPACCOUNT |\ + sed "s/|PORT|/$smtp_port/" >> $WORKDIR/pbx-msmtprc + + if [ "$smtp_auth" = "on" ] ; then + sed "s/|USER|/$smtp_user/" $TMPL_MSMTPAUTH |\ + sed "s/|PASSWORD|/$smtp_password/" >> $WORKDIR/pbx-msmtprc + fi + + cat $TMPL_MSMTPACCTDFLT >> $WORKDIR/pbx-msmtprc + + [ ! -f /etc/pbx-msmtprc ] && cp $WORKDIR/pbx-msmtprc /etc/pbx-msmtprc + cmp -s $WORKDIR/pbx-msmtprc /etc/pbx-msmtprc 1>/dev/null \ + || mv $WORKDIR/pbx-msmtprc /etc/pbx-msmtprc + chmod 600 /etc/pbx-msmtprc + chown nobody /etc/pbx-msmtprc + + # Copy over the extensions file which has voicemail enabled. + cp $TMPL_EXTVMENABLED $WORKDIR/extensions_voicemail.conf + + # Create the voicemail directory in /tmp + mkdir -p /tmp/voicemail + chown nobody /tmp/voicemail + + # Create the recordings directory + mkdir -p /etc/pbx-voicemail/recordings + chown nobody /etc/pbx-voicemail/recordings + + # Working around a bug in OpenWRT 12.09-rc1 + # TODO: REMOVE AS SOON AS POSSIBLE + chmod ugo+w /tmp +} + + +start() { + mkdir -p $WORKDIR + + # Create the users. + config_load ${MODULENAME}-users + config_foreach pbx_add_user local_user + + # Create configuration for each google account. + config_unset + config_load ${MODULENAME}-google + config_foreach pbx_add_jabber gtalk_jabber + + # Create configuration for each voip provider. + config_unset + config_load ${MODULENAME}-voip + config_foreach pbx_add_peer voip_provider + + # Create the user contexts, callthroug/back, and phone blacklist. + config_unset + config_load ${MODULENAME}-calls + pbx_create_user_contexts + pbx_add_blacklist + config_foreach pbx_add_callthrough callthrough_numbers + config_foreach pbx_add_callback callback_numbers + + # Prepare sip.conf using settings from the "advanced" section. + config_unset + config_load ${MODULENAME}-advanced + pbx_cook_sip_template + pbx_cook_rtp_template + + # Prepare voicemail config. + config_unset + config_load ${MODULENAME}-voicemail + pbx_configure_voicemail + + # Assemble the configuration, and copy changed files over. + config_unset + config_load ${MODULENAME}-advanced + pbx_assemble_and_copy_config + + # Link sound files + pbx_link_sounds + + # Enforce ownership of specified files and directories. + pbx_fix_ownership +} diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE new file mode 100644 index 0000000..ac54396 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE @@ -0,0 +1,17 @@ +[directories] +astetcdir => /etc/asterisk +astmoddir => /usr/lib/asterisk/modules +astvarlibdir => /usr/lib/asterisk +astdbdir => /usr/lib/asterisk +astkeydir => /usr/lib/asterisk +astdatadir => /usr/lib/asterisk +astagidir => /usr/lib/asterisk/agi-bin +astspooldir => /var/spool/asterisk +astrundir => /var/run/asterisk +astlogdir => /var/log/asterisk + +[options] +languageprefix = yes +dumpcore = no +runuser = nobody +rungroup = nogroup diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/delayedcallback b/applications/luci-app-pbx/root/etc/pbx-asterisk/delayedcallback new file mode 100755 index 0000000..903efe9 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/delayedcallback @@ -0,0 +1,18 @@ +#!/bin/sh + +# Check if there are more than one instance of this command +# with the same command line running at the same time for some +# reason, then quit. We are checking for the same +# commandline in order to permit two different callback +# attempts simultaneously. + +if ! grep -q "$@" /dev/shm/delayedcallback.[0-9]* 2>/dev/null +then + echo "$@" > /dev/shm/delayedcallback.$$ + sleep 25 + asterisk -r -x "$1 $2 \"$3\" $4 $5 $6" + rm /dev/shm/delayedcallback.$$ +# echo "`date` $@": >> /dev/shm/delayedcallback.log +#else +# echo "`date` ERROR: There appears to be a callback attempt in progress to: $@" >> /dev/shm/delayedcallback.err +fi diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE new file mode 100644 index 0000000..c8966ed --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE @@ -0,0 +1,25 @@ +[general] +static = yes +writeprotect = yes +clearglobalvars = no + +[globals] +RINGTIME => |RINGTIME| + +[default] + +[context-user-hangup-call-context] +exten => s,1,Hangup() +exten => _X.,1,Hangup() + +[context-catch-all] +exten => _[!-~].,1,Dial(SIP/${EXTEN},60,r) + +#include extensions_default.conf +#include extensions_voicemail.conf +#include extensions_incoming.conf +#include extensions_incoming_gtalk.conf +#include extensions_blacklist.conf +#include extensions_callthrough.conf +#include extensions_callback.conf +#include extensions_user.conf diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE new file mode 100644 index 0000000..54ee989 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE @@ -0,0 +1 @@ +exten => s,n,Gotoif($[ "${CALLERID(NUM)}" = "|BLACKLISTITEM|" ]?context-user-hangup,s,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE new file mode 100644 index 0000000..da964f2 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE @@ -0,0 +1,2 @@ +exten => s,n,Goto(${SOURCECONTEXT},${SOURCEEXTEN},doneblacklist) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE new file mode 100644 index 0000000..de0e984 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE @@ -0,0 +1,3 @@ + +[blacklist-call-context] +exten => s,1,Noop() diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE new file mode 100644 index 0000000..06b1a4b --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE @@ -0,0 +1 @@ +exten => s,n,Gotoif($[ "${CALLERID(NUM)}" =~ ".*|NUMBER|" ]?context-user-callback,|NUMBER|,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE new file mode 100644 index 0000000..282fe9e --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE @@ -0,0 +1,2 @@ +exten => s,n,Goto(${SOURCECONTEXT},${SOURCEEXTEN},donecallback) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE new file mode 100644 index 0000000..be289c4 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE @@ -0,0 +1,3 @@ + +[callback-check-call-context] +exten => s,1,Noop() diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE new file mode 100644 index 0000000..43eec78 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE @@ -0,0 +1,4 @@ +exten => |NUMBER|,1,System(/etc/pbx-asterisk/delayedcallback "channel originate Gtalk/gtalk-|CALLBACKPROVIDER|/|NUMBER|@voice.google.com extension |NUMBER|@disa-call-context" &) +exten => |NUMBER|,n,Wait(|CALLBACKHUPDELAY|) +exten => |NUMBER|,n,Hangup() + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE new file mode 100644 index 0000000..0b8fb4c --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE @@ -0,0 +1 @@ +[context-user-callback] diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE new file mode 100644 index 0000000..300e9fa --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE @@ -0,0 +1,4 @@ +exten => |NUMBER|,1,System(/etc/pbx-asterisk/delayedcallback "channel originate SIP/|NUMBER|@peer-|CALLBACKPROVIDER| extension |NUMBER|@disa-call-context" &) +exten => |NUMBER|,n,Wait(|CALLBACKHUPDELAY|) +exten => |NUMBER|,n,Hangup() + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE new file mode 100644 index 0000000..35836e2 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE @@ -0,0 +1,11 @@ +[default-incoming-call-context] +exten => s,1,NoOp(${CALLERID}) +exten => s,n,Set(SOURCECONTEXT=default-incoming-call-context) +exten => s,n,Set(SOURCEEXTEN=s) +exten => s,n,Goto(blacklist-call-context,s,1) +exten => s,n(doneblacklist),NoOp() +exten => s,n,Goto(callback-check-call-context,s,1) +exten => s,n(donecallback),NoOp() +exten => s,n,Goto(disa-check-call-context,s,1) +exten => s,n(donedisacheck),Dial(|LOCALUSERS|,${RINGTIME},r) +exten => s,n,Goto(context-voicemail,s,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE new file mode 100644 index 0000000..1910ff4 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE @@ -0,0 +1 @@ +exten => |DEFAULTUSER|,1,Goto(default-incoming-call-context,s,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE new file mode 100644 index 0000000..ba2379b --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE @@ -0,0 +1 @@ +exten => s,n,Gotoif($[ "${CALLERID(NUM)}" =~ ".*|NUMBER|" ]?disa-call-context,|NUMBER|,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE new file mode 100644 index 0000000..74056fa --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE @@ -0,0 +1 @@ +exten => s,n,Goto(${SOURCECONTEXT},${SOURCEEXTEN},donedisacheck) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE new file mode 100644 index 0000000..e0d67b8 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE @@ -0,0 +1,2 @@ +[disa-check-call-context] +exten => s,1,Noop() diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE new file mode 100644 index 0000000..74e48de --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE @@ -0,0 +1,5 @@ +exten => |NUMBER|,1,Noop() +exten => |NUMBER|,n,Set(TIMEOUT(digit)=15) +exten => |NUMBER|,n,Set(TIMEOUT(response)=40) +exten => |NUMBER|,n,DISA(no-password,context-user-|DEFAULTUSER|) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE new file mode 100644 index 0000000..3dd8fa3 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE @@ -0,0 +1,6 @@ +exten => |NUMBER|,1,Noop() +exten => |NUMBER|,n,Set(TIMEOUT(digit)=7) +exten => |NUMBER|,n,Set(TIMEOUT(response)=21) +exten => |NUMBER|,n,Authenticate(|PIN|) +exten => |NUMBER|,n,DISA(no-password,context-user-|DEFAULTUSER|) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE new file mode 100644 index 0000000..a742271 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE @@ -0,0 +1 @@ +[disa-call-context] diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE new file mode 100644 index 0000000..3f9cf4c --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE @@ -0,0 +1,15 @@ +exten => |USERNAME|,1,NoOp(${CALLERID}) +same => n,Set(CALLERID(name)=${CUT(CALLERID(name),@,1)}) +same => n,GotoIf($["${CALLERID(name):0:2}" != "+1"]?notrim) +same => n,Set(CALLERID(name)=${CALLERID(name):2}) +same => n(notrim),Set(CALLERID(number)=${CALLERID(name)}) +same => n,Set(SOURCECONTEXT=context-incoming-gtalk) +same => n,Set(SOURCEEXTEN=|USERNAME|) +same => n,Goto(blacklist-call-context,s,1) +same => n(doneblacklist),NoOp() +same => n,Goto(callback-check-call-context,s,1) +same => n(donecallback),NoOp() +same => n,Goto(disa-check-call-context,s,1) +same => n(donedisacheck),Dial(|LOCALUSERS|,${RINGTIME},D(:w11111111)) +same => n,Goto(context-voicemail,s,1) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE new file mode 100644 index 0000000..f6e44a5 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE @@ -0,0 +1 @@ +[context-incoming-gtalk] diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE new file mode 100644 index 0000000..b2c3716 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE @@ -0,0 +1,12 @@ + +[context-incoming-|NAME|] +exten => s,1,NoOp(${CALLERID}) +exten => s,n,Set(SOURCECONTEXT=context-incoming-|NAME|) +exten => s,n,Set(SOURCEEXTEN=s) +exten => s,n,Goto(blacklist-call-context,s,1) +exten => s,n(doneblacklist),NoOp() +exten => s,n,Goto(callback-check-call-context,s,1) +exten => s,n(donecallback),NoOp() +exten => s,n,Goto(disa-check-call-context,s,1) +exten => s,n(donedisacheck),Dial(|LOCALUSERS|,${RINGTIME},r) +exten => s,n,Goto(context-voicemail,s,1) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE new file mode 100644 index 0000000..45e8758 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE @@ -0,0 +1 @@ +exten => |DEFAULTUSER|,1,Dial(SIP/|DEFAULTUSER|,${RINGTIME},r) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE new file mode 100644 index 0000000..259c2ce --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE @@ -0,0 +1,9 @@ +exten => _|NUMPREFIX|,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN}@voice.google.com,60) +exten => _+|NUMPREFIX|,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:1}@voice.google.com,60) +exten => _|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN}@voice.google.com,60) +exten => _+|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:1}@voice.google.com,60) +exten => _00|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:2}@voice.google.com,60) +exten => _011|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:3}@voice.google.com,60) +exten => _010|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:3}@voice.google.com,60) +exten => _0011|NUMPREFIX|.,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN:4}@voice.google.com,60) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE new file mode 100644 index 0000000..1fa7713 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE @@ -0,0 +1,2 @@ +exten => |PATTERN|,1,Dial(Gtalk/gtalk-|NAME|/${EXTEN|SYMBOLSTOREMOVE|}@voice.google.com,60) + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE new file mode 100644 index 0000000..178b6de --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE @@ -0,0 +1 @@ +exten => |PATTERN|,1,Dial(SIP/${EXTEN|SYMBOLSTOREMOVE|}@peer-|NAME|,60,r) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE new file mode 100644 index 0000000..9b1d9ad --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE @@ -0,0 +1,8 @@ +exten => _|NUMPREFIX|,1,Dial(SIP/${EXTEN}@peer-|NAME|,60,r) +exten => _+|NUMPREFIX|,1,Dial(SIP/${EXTEN}@peer-|NAME|,60,r) +exten => _|NUMPREFIX|.,1,Dial(SIP/${EXTEN}@peer-|NAME|,60,r) +exten => _+|NUMPREFIX|.,1,Dial(SIP/${EXTEN:1}@peer-|NAME|,60,r) +exten => _00|NUMPREFIX|.,1,Dial(SIP/${EXTEN:2}@peer-|NAME|,60,r) +exten => _011|NUMPREFIX|.,1,Dial(SIP/${EXTEN:3}@peer-|NAME|,60,r) +exten => _010|NUMPREFIX|.,1,Dial(SIP/${EXTEN:3}@peer-|NAME|,60,r) +exten => _0011|NUMPREFIX|.,1,Dial(SIP/${EXTEN:4}@peer-|NAME|,60,r) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE new file mode 100644 index 0000000..a2ba28c --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE @@ -0,0 +1,2 @@ +include => context-voicemail-record-greeting +include => context-catch-all diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE new file mode 100644 index 0000000..5931eaf --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE @@ -0,0 +1,3 @@ + +[context-user-|DEFAULTUSER|] + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE new file mode 100644 index 0000000..be23c29 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE @@ -0,0 +1,4 @@ +[context-voicemail-record-greeting] + +[context-voicemail] +exten => s,1,Hangup() diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE new file mode 100644 index 0000000..4edd9cb --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE @@ -0,0 +1,27 @@ +[context-voicemail-record-greeting] +exten => *789,1,Wait(1) +exten => *789,n,Playback(/etc/pbx-voicemail/recordings/greeting) +exten => *789,n,Wait(1) +exten => *789,n,Playback(beep) +exten => *789,n,Playback(beep) +exten => *789,n,WaitExten(30) + +exten => t,1,Playback(vm-goodbye) +exten => t,n,Wait(2) +exten => t,n,Hangup() + +exten => *,1,Playback(beep) +exten => *,n,Playback(beep) +exten => *,n,Record(/tmp/voicemail/greeting:gsm,20,120,k) +exten => *,n,Wait(1) +exten => *,n,Playback(/tmp/voicemail/greeting) + +exten => h,1,System(/etc/pbx-voicemail/pbx-move-greeting &) + +[context-voicemail] +exten => s,1,Wait(2) +exten => s,2,Playback(/etc/pbx-voicemail/recordings/greeting) +exten => s,3,Wait(2) +exten => s,n,Record(/tmp/voicemail/voicemail%d:WAV,20,180,k) + +exten => h,1,System(/etc/pbx-voicemail/pbx-send-voicemail '${RECORDED_FILE}.WAV' '${CALLERID(all)}' &) diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE new file mode 100644 index 0000000..4f07a71 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE @@ -0,0 +1,10 @@ +[general] +context=context-incoming-gtalk +allowguest=yes +allowguests=yes +bindaddr=0.0.0.0 + +[guest] +disallow=all +allow=ulaw +context=context-incoming-gtalk diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE new file mode 100644 index 0000000..d7088db --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE @@ -0,0 +1,733 @@ +; indications.conf +; Configuration file for location specific tone indications +; used by the pbx_indications module. +; +; NOTE: +; When adding countries to this file, please keep them in alphabetical +; order according to the 2-character country codes! +; +; The [general] category is for certain global variables. +; All other categories are interpreted as location specific indications +; +; +[general] +country=us ; default location + + +; [example] +; description = string +; The full name of your country, in English. +; alias = iso[,iso]* +; List of other countries 2-letter iso codes, which have the same +; tone indications. +; ringcadence = num[,num]* +; List of durations the physical bell rings. +; dial = tonelist +; Set of tones to be played when one picks up the hook. +; busy = tonelist +; Set of tones played when the receiving end is busy. +; congestion = tonelist +; Set of tones played when there is some congestion (on the network?) +; callwaiting = tonelist +; Set of tones played when there is a call waiting in the background. +; dialrecall = tonelist +; Not well defined; many phone systems play a recall dial tone after hook +; flash. +; record = tonelist +; Set of tones played when call recording is in progress. +; info = tonelist +; Set of tones played with special information messages (e.g., "number is +; out of service") +; 'name' = tonelist +; Every other variable will be available as a shortcut for the "PlayList" command +; but will not be used automatically by Asterisk. +; +; +; The tonelist itself is defined by a comma-separated sequence of elements. +; Each element consist of a frequency (f) with an optional duration (in ms) +; attached to it (f/duration). The frequency component may be a mixture of two +; frequencies (f1+f2) or a frequency modulated by another frequency (f1*f2). +; The implicit modulation depth is fixed at 90%, though. +; If the list element starts with a !, that element is NOT repeated, +; therefore, only if all elements start with !, the tonelist is time-limited, +; all others will repeat indefinitely. +; +; concisely: +; element = [!]freq[+|*freq2][/duration] +; tonelist = element[,element]* +; +; Please note that SPACES ARE NOT ALLOWED in tone lists! +; + +[at] +description = Austria +ringcadence = 1000,5000 +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +dial = 420 +busy = 420/400,0/400 +ring = 420/1000,0/5000 +congestion = 420/200,0/200 +callwaiting = 420/40,0/1960 +dialrecall = 420 +; RECORDTONE - not specified +record = 1400/80,0/14920 +info = 950/330,1450/330,1850/330,0/1000 +stutter = 380+420 + +[au] +description = Australia +; Reference http://www.acif.org.au/__data/page/3303/S002_2001.pdf +; Normal Ring +ringcadence = 400,200,400,2000 +; Distinctive Ring 1 - Forwarded Calls +; 400,400,200,200,400,1400 +; Distinctive Ring 2 - Selective Ring 2 + Operator + Recall +; 400,400,200,2000 +; Distinctive Ring 3 - Multiple Subscriber Number 1 +; 200,200,400,2200 +; Distinctive Ring 4 - Selective Ring 1 + Centrex +; 400,2600 +; Distinctive Ring 5 - Selective Ring 3 +; 400,400,200,400,200,1400 +; Distinctive Ring 6 - Multiple Subscriber Number 2 +; 200,400,200,200,400,1600 +; Distinctive Ring 7 - Multiple Subscriber Number 3 + Data Privacy +; 200,400,200,400,200,1600 +; Tones +dial = 413+438 +busy = 425/375,0/375 +ring = 413+438/400,0/200,413+438/400,0/2000 +; XXX Congestion: Should reduce by 10 db every other cadence XXX +congestion = 425/375,0/375,420/375,0/375 +callwaiting = 425/200,0/200,425/200,0/4400 +dialrecall = 413+438 +; Record tone used for Call Intrusion/Recording or Conference +record = !425/1000,!0/15000,425/360,0/15000 +info = 425/2500,0/500 +; Other Australian Tones +; The STD "pips" indicate the call is not an untimed local call +std = !525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100 +; Facility confirmation tone (eg. Call Forward Activated) +facility = 425 +; Message Waiting "stutter" dialtone +stutter = 413+438/100,0/40 +; Ringtone for calls to Telstra mobiles +ringmobile = 400+450/400,0/200,400+450/400,0/2000 + +[bg] +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +description = Bulgaria +ringcadence = 1000,4000 +; +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/250,0/250 +callwaiting = 425/150,0/150,425/150,0/4000 +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +record = 1400/425,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = 425/1500,0/100 + +[br] +description = Brazil +ringcadence = 1000,4000 +dial = 425 +busy = 425/250,0/250 +ring = 425/1000,0/4000 +congestion = 425/250,0/250,425/750,0/250 +callwaiting = 425/50,0/1000 +; Dialrecall not used in Brazil standard (using UK standard) +dialrecall = 350+440 +; Record tone is not used in Brazil, use busy tone +record = 425/250,0/250 +; Info not used in Brazil standard (using UK standard) +info = 950/330,1400/330,1800/330 +stutter = 350+440 + +[be] +description = Belgium +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,3000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/3000 +congestion = 425/167,0/167 +callwaiting = 1400/175,0/175,1400/175,0/3500 +; DIALRECALL - not specified +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" +; RECORDTONE - not specified +record = 1400/500,0/15000 +info = 900/330,1400/330,1800/330,0/1000 +stutter = 425/1000,0/250 + +[ch] +description = Switzerland +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/200,0/200,425/200,0/4000 +; DIALRECALL - not specified +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +; RECORDTONE - not specified +record = 1400/80,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = 425+340/1100,0/1100 + +[cl] +description = Chile +; According to specs from Telefonica CTC Chile +ringcadence = 1000,3000 +dial = 400 +busy = 400/500,0/500 +ring = 400/1000,0/3000 +congestion = 400/200,0/200 +callwaiting = 400/250,0/8750 +dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 +record = 1400/500,0/15000 +info = 950/333,1400/333,1800/333,0/1000 +stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 + +[cn] +description = China +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 450 +busy = 450/350,0/350 +ring = 450/1000,0/4000 +congestion = 450/700,0/700 +callwaiting = 450/400,0/4000 +dialrecall = 450 +record = 950/400,0/10000 +info = 450/100,0/100,450/100,0/100,450/100,0/100,450/400,0/400 +; STUTTER - not specified +stutter = 450+425 + +[cz] +description = Czech Republic +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425/330,0/330,425/660,0/660 +busy = 425/330,0/330 +ring = 425/1000,0/4000 +congestion = 425/165,0/165 +callwaiting = 425/330,0/9000 +; DIALRECALL - not specified +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660 +; RECORDTONE - not specified +record = 1400/500,0/14000 +info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 +; STUTTER - not specified +stutter = 425/450,0/50 + +[de] +description = Germany +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425 +busy = 425/480,0/480 +ring = 425/1000,0/4000 +congestion = 425/240,0/240 +callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0 +; DIALRECALL - not specified +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +; RECORDTONE - not specified +record = 1400/80,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = 425+400 + +[dk] +description = Denmark +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/200,!425/200,0 +; DIALRECALL - not specified +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +; RECORDTONE - not specified +record = 1400/80,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +; STUTTER - not specified +stutter = 425/450,0/50 + +[ee] +description = Estonia +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425 +busy = 425/300,0/300 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +; CALLWAIT not in accordance to ITU +callwaiting = 950/650,0/325,950/325,0/30,1400/1300,0/2600 +; DIALRECALL - not specified +dialrecall = 425/650,0/25 +; RECORDTONE - not specified +record = 1400/500,0/15000 +; INFO not in accordance to ITU +info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 +; STUTTER not specified +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 + +[es] +description = Spain +ringcadence = 1500,3000 +dial = 425 +busy = 425/200,0/200 +ring = 425/1500,0/3000 +congestion = 425/200,0/200,425/200,0/200,425/200,0/600 +callwaiting = 425/175,0/175,425/175,0/3500 +dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425 +record = 1400/500,0/15000 +info = 950/330,0/1000 +dialout = 500 + + +[fi] +description = Finland +ringcadence = 1000,4000 +dial = 425 +busy = 425/300,0/300 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/150,0/150,425/150,0/8000 +dialrecall = 425/650,0/25 +record = 1400/500,0/15000 +info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 +stutter = 425/650,0/25 + +[fr] +description = France +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1500,3500 +; Dialtone can also be 440+330 +dial = 440 +busy = 440/500,0/500 +ring = 440/1500,0/3500 +; CONGESTION - not specified +congestion = 440/250,0/250 +callwait = 440/300,0/10000 +; DIALRECALL - not specified +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +; RECORDTONE - not specified +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330 +stutter = !440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,440 + +[gr] +description = Greece +ringcadence = 1000,4000 +dial = 425/200,0/300,425/700,0/800 +busy = 425/300,0/300 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/150,0/150,425/150,0/8000 +dialrecall = 425/650,0/25 +record = 1400/400,0/15000 +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 +stutter = 425/650,0/25 + +[hu] +description = Hungary +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1250,3750 +dial = 425 +busy = 425/300,0/300 +ring = 425/1250,0/3750 +congestion = 425/300,0/300 +callwaiting = 425/40,0/1960 +dialrecall = 425+450 +; RECORDTONE - not specified +record = 1400/400,0/15000 +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 +stutter = 350+375+400 + +[il] +description = Israel +ringcadence = 1000,3000 +dial = 414 +busy = 414/500,0/500 +ring = 414/1000,0/3000 +congestion = 414/250,0/250 +callwaiting = 414/100,0/100,414/100,0/100,414/600,0/3000 +dialrecall = !414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414 +record = 1400/500,0/15000 +info = 1000/330,1400/330,1800/330,0/1000 +stutter = !414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,414 + + +[in] +description = India +ringcadence = 400,200,400,2000 +dial = 400*25 +busy = 400/750,0/750 +ring = 400*25/400,0/200,400*25/400,0/2000 +congestion = 400/250,0/250 +callwaiting = 400/200,0/100,400/200,0/7500 +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,0/1000 +stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 + +[it] +description = Italy +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +dial = 425/200,0/200,425/600,0/1000 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/400,0/100,425/250,0/100,425/150,0/14000 +dialrecall = 470/400,425/400 +record = 1400/400,0/15000 +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 +stutter = 470/400,425/400 + +[lt] +description = Lithuania +ringcadence = 1000,4000 +dial = 425 +busy = 425/350,0/350 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/150,0/150,425/150,0/4000 +; DIALRECALL - not specified +dialrecall = 425/500,0/50 +; RECORDTONE - not specified +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 +; STUTTER - not specified +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 + +[jp] +description = Japan +ringcadence = 1000,2000 +dial = 400 +busy = 400/500,0/500 +ring = 400+15/1000,0/2000 +congestion = 400/500,0/500 +callwaiting = 400+16/500,0/8000 +dialrecall = !400/200,!0/200,!400/200,!0/200,!400/200,!0/200,400 +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,0 +stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 + +[mx] +description = Mexico +ringcadence = 2000,4000 +dial = 425 +busy = 425/250,0/250 +ring = 425/1000,0/4000 +congestion = 425/250,0/250 +callwaiting = 425/200,0/600,425/200,0/10000 +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +record = 1400/500,0/15000 +info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 +stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 + +[my] +description = Malaysia +ringcadence = 2000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/400,0/200 +congestion = 425/500,0/500 + +[nl] +description = Netherlands +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +ringcadence = 1000,4000 +; Most of these 425's can also be 450's +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/250,0/250 +callwaiting = 425/500,0/9500 +; DIALRECALL - not specified +dialrecall = 425/500,0/50 +; RECORDTONE - not specified +record = 1400/500,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = 425/500,0/50 + +[no] +description = Norway +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/200,0/200 +callwaiting = 425/200,0/600,425/200,0/10000 +dialrecall = 470/400,425/400 +record = 1400/400,0/15000 +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 +stutter = 470/400,425/400 + +[nz] +description = New Zealand +;NOTE - the ITU has different tonesets for NZ, but according to some residents there, +; this is, indeed, the correct way to do it. +ringcadence = 400,200,400,2000 +dial = 400 +busy = 400/250,0/250 +ring = 400+450/400,0/200,400+450/400,0/2000 +congestion = 400/375,0/375 +callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200 +dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 +record = 1400/425,0/15000 +info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 +stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 +unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 + +[ph] + +; reference http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf + +description = Philippines +ringcadence = 1000,4000 +dial = 425 +busy = 480+620/500,0/500 +ring = 425+480/1000,0/4000 +congestion = 480+620/250,0/250 +callwaiting = 440/300,0/10000 +; DIALRECALL - not specified +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +; RECORDTONE - not specified +record = 1400/500,0/15000 +; INFO - not specified +info = !950/330,!1400/330,!1800/330,0 +; STUTTER - not specified +stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 + + +[pl] +description = Poland +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/500,0/500 +callwaiting = 425/150,0/150,425/150,0/4000 +; DIALRECALL - not specified +dialrecall = 425/500,0/50 +; RECORDTONE - not specified +record = 1400/500,0/15000 +; 950/1400/1800 3x0.33 on 1.0 off repeated 3 times +info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000 +; STUTTER - not specified +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 + +[pt] +description = Portugal +ringcadence = 1000,5000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/5000 +congestion = 425/200,0/200 +callwaiting = 440/300,0/10000 +dialrecall = 425/1000,0/200 +record = 1400/500,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 + +[ru] +; References: +; http://www.minsvyaz.ru/site.shtml?id=1806 +; http://www.aboutphone.info/lib/gost/45-223-2001.html +description = Russian Federation / ex Soviet Union +ringcadence = 1000,4000 +dial = 425 +busy = 425/350,0/350 +ring = 425/1000,0/4000 +congestion = 425/175,0/175 +callwaiting = 425/200,0/5000 +record = 1400/400,0/15000 +info = 950/330,1400/330,1800/330,0/1000 +dialrecall = 425/400,0/40 +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 + +[se] +description = Sweden +ringcadence = 1000,5000 +dial = 425 +busy = 425/250,0/250 +ring = 425/1000,0/5000 +congestion = 425/250,0/750 +callwaiting = 425/200,0/500,425/200,0/9100 +dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +record = 1400/500,0/15000 +info = !950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,0 +stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 +; stutter = 425/320,0/20 ; Real swedish standard, not used for now + +[sg] +description = Singapore +; Singapore +; Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf +; Frequency specs are: 425 Hz +/- 20Hz; 24 Hz +/- 2Hz; modulation depth 100%; SIT +/- 50Hz +ringcadence = 400,200,400,2000 +dial = 425 +ring = 425*24/400,0/200,425*24/400,0/2000 ; modulation should be 100%, not 90% +busy = 425/750,0/750 +congestion = 425/250,0/250 +callwaiting = 425*24/300,0/200,425*24/300,0/3200 +stutter = !425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,425 +info = 950/330,1400/330,1800/330,0/1000 ; not currently in use acc. to reference +dialrecall = 425*24/500,0/500,425/500,0/2500 ; unspecified in IDA reference, use repeating Holding Tone A,B +record = 1400/500,0/15000 ; unspecified in IDA reference, use 0.5s tone every 15s +; additionally defined in reference +nutone = 425/2500,0/500 +intrusion = 425/250,0/2000 +warning = 425/624,0/4376 ; end of period tone, warning +acceptance = 425/125,0/125 +holdinga = !425*24/500,!0/500 ; followed by holdingb +holdingb = !425/500,!0/2500 + +[th] +description = Thailand +ringcadence = 1000,4000 +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +dial = 400*50 +busy = 400/500,0/500 +ring = 420/1000,0/5000 +congestion = 400/300,0/300 +callwaiting = 1000/400,10000/400,1000/400 +; DIALRECALL - not specified - use special dial tone instead. +dialrecall = 400*50/400,0/100,400*50/400,0/100 +; RECORDTONE - not specified +record = 1400/500,0/15000 +; INFO - specified as an announcement - use special information tones instead +info = 950/330,1400/330,1800/330 +; STUTTER - not specified +stutter = !400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,400 + +[uk] +description = United Kingdom +ringcadence = 400,200,400,2000 +; These are the official tones taken from BT SIN350. The actual tones +; used by BT include some volume differences so sound slightly different +; from Asterisk-generated ones. +dial = 350+440 +; Special dial is the intermittent dial tone heard when, for example, +; you have a divert active on the line +specialdial = 350+440/750,440/750 +; Busy is also called "Engaged" +busy = 400/375,0/375 +; "Congestion" is the Beep-bip engaged tone +congestion = 400/400,0/350,400/225,0/525 +; "Special Congestion" is not used by BT very often if at all +specialcongestion = 400/200,1004/300 +unobtainable = 400 +ring = 400+450/400,0/200,400+450/400,0/2000 +callwaiting = 400/100,0/4000 +; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones +specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000 +; "Pips" used by BT on payphones. (Sounds wrong, but this is what BT claim it +; is and I've not used a payphone for years) +creditexpired = 400/125,0/125 +; These two are used to confirm/reject service requests on exchanges that +; don't do voice announcements. +confirm = 1400 +switching = 400/200,0/400,400/2000,0/400 +; This is the three rising tones Doo-dah-dee "Special Information Tone", +; usually followed by the BT woman saying an appropriate message. +info = 950/330,0/15,1400/330,0/15,1800/330,0/1000 +; Not listed in SIN350 +record = 1400/500,0/60000 +stutter = 350+440/750,440/750 + +[us] +description = United States / North America +ringcadence = 2000,4000 +dial = 350+440 +busy = 480+620/500,0/500 +ring = 440+480/2000,0/4000 +congestion = 480+620/250,0/250 +callwaiting = 440/300,0/10000 +dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,0 +stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 + +[us-old] +description = United States Circa 1950/ North America +ringcadence = 2000,4000 +dial = 600*120 +busy = 500*100/500,0/500 +ring = 420*40/2000,0/4000 +congestion = 500*100/250,0/250 +callwaiting = 440/300,0/10000 +dialrecall = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120 +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,0 +stutter = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120 + +[tw] +description = Taiwan +; http://nemesis.lonestar.org/reference/telecom/signaling/dialtone.html +; http://nemesis.lonestar.org/reference/telecom/signaling/busy.html +; http://www.iproducts.com.tw/ee/kylink/06ky-1000a.htm +; http://www.pbx-manufacturer.com/ky120dx.htm +; http://www.nettwerked.net/tones.txt +; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/taiw_sup/taiw2.htm +; +; busy tone 480+620Hz 0.5 sec. on ,0.5 sec. off +; reorder tone 480+620Hz 0.25 sec. on,0.25 sec. off +; ringing tone 440+480Hz 1 sec. on ,2 sec. off +; +ringcadence = 1000,4000 +dial = 350+440 +busy = 480+620/500,0/500 +ring = 440+480/1000,0/2000 +congestion = 480+620/250,0/250 +callwaiting = 350+440/250,0/250,350+440/250,0/3250 +dialrecall = 300/1500,0/500 +record = 1400/500,0/15000 +info = !950/330,!1400/330,!1800/330,0 +stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 + +[ve] +; Tone definition source for ve found on +; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf +description = Venezuela / South America +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/250,0/250 +callwaiting = 400+450/300,0/6000 +dialrecall = 425 +record = 1400/500,0/15000 +info = !950/330,!1440/330,!1800/330,0/1000 + + +[za] +description = South Africa +; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/safr_sup/saf02.htm +; (definitions for other countries can also be found there) +; Note, though, that South Africa uses two switch types in their network -- +; Alcatel switches -- mainly in the Western Cape, and Siemens elsewhere. +; The former use 383+417 in dial, ringback etc. The latter use 400*33 +; I've provided both, uncomment the ones you prefer +ringcadence = 400,200,400,2000 +; dial/ring/callwaiting for the Siemens switches: +dial = 400*33 +ring = 400*33/400,0/200,400*33/400,0/2000 +callwaiting = 400*33/250,0/250,400*33/250,0/250,400*33/250,0/250,400*33/250,0/250 +; dial/ring/callwaiting for the Alcatel switches: +; dial = 383+417 +; ring = 383+417/400,0/200,383+417/400,0/2000 +; callwaiting = 383+417/250,0/250,383+417/250,0/250,383+417/250,0/250,383+417/250,0/250 +congestion = 400/250,0/250 +busy = 400/500,0/500 +dialrecall = 350+440 +; XXX Not sure about the RECORDTONE +record = 1400/500,0/10000 +info = 950/330,1400/330,1800/330,0/330 +stutter = !400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,400*33 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE new file mode 100644 index 0000000..cf71e1f --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE @@ -0,0 +1,4 @@ +[general] +autoregister=yes + +#include jabber_users.conf diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE new file mode 100644 index 0000000..3ee2463 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE @@ -0,0 +1,8 @@ +[gtalk-|NAME|] +type=client +serverhost=talk.google.com +username=|USERNAME|/Talk +secret=|SECRET| +timeout=150 +status=|STATUS| +statusmessage=|STATUSMESSAGE| diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE new file mode 100644 index 0000000..e573250 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE @@ -0,0 +1,7 @@ +[general] +queue_log = no +event_log = no + +[logfiles] +console => notice,warning,error +messages => error diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE new file mode 100644 index 0000000..2ac2f00 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE @@ -0,0 +1,7 @@ +[general] +enabled = no + +port = 5038 +bindaddr = 0.0.0.0 + + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE new file mode 100644 index 0000000..93c7433 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE @@ -0,0 +1,34 @@ +[modules] +autoload=no +load => res_jabber.so ; Used for Gtalk +load => res_clioriginate.so ; originate calls from commandline +load => res_rtp_asterisk.so ; rtp "engine" is now a loadable module in asterisk 1.8 +load => pbx_config.so ; Text Extension Configuration Requires N/A +load => func_callerid.so ; Gets or sets Caller*ID data on the channel. - Requires ? +load => func_channel.so +load => func_logic.so ; Logic functions (if, etc.) +load => func_strings.so ; string manipulation functions +load => cdr_manager.so ; Asterisk Call Manager CDR Backend - Requires N/A +load => chan_local.so ; Show status of local channels- Requires N/A +load => chan_gtalk.so ; Use gtalk +load => chan_sip.so ; Session Initiation Protocol (SIP) - Requires res_features.so +load => codec_alaw.so ; A-law Coder/Decoder - Requires N/A +load => codec_a_mu.so ; A-law and Mulaw direct Coder/Decoder - Requires N/A +load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translat - Requires N/A +load => codec_ulaw.so ; Mu-law Coder/Decoder - Requires N/A +load => format_gsm.so ; Raw GSM data - Requires N/A +load => format_pcm.so ; Raw uLaw 8khz Audio support (PCM) - Requires N/A +load => format_wav_gsm.so +load => app_dial.so ; Dialing Application - Requires res_features.so, res_musiconhold.so +load => app_parkandannounce.so ; Call Parking and Announce Application - Requires res_features.so +load => app_playback.so ; Sound File Playback Application - Requires N/A +load => app_record.so ; Sound File Record Application - Requires N/A +load => app_system.so ; Execute a system command - Requires N/A +load => app_disa.so ; Direct Inward System Access +load => app_authenticate.so ; Authenticate via pin +load => app_senddtmf.so ; Ability to send DTMF tones on the line. +load => func_cut.so ; To manipulate strings +load => func_timeout.so ; Used for DISA timeouts + +[global] +chan_modem.so=no diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE new file mode 100644 index 0000000..10d577d --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE @@ -0,0 +1,6 @@ +[general] +rtpstart=|RTPSTART| +rtpend=|RTPEND| +rtpchecksums=no +dtmftimeout=3000 +rtcpinterval = 2000 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE new file mode 100644 index 0000000..8f3b112 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE @@ -0,0 +1,39 @@ +[general] +transport=udp +context=default-incoming-call-context +allowoverlap=yes +allowtransfer=yes +realm=asterisk +bindaddr=0.0.0.0 +srvlookup=yes +maxexpiry=600 +minexpiry=60 +defaultexpiry=300 +qualifyfreq=55 +disallow=all +allow=ulaw +allow=alaw +dtmfmode = inband +alwaysauthreject = yes +t1min=100 +timert1=500 +timerb=16000 +rtptimeout=600 +rtpkeepalive=30 +useragent=|USERAGENT| +localnet=192.168.0.0/16 +localnet=10.0.0.0/8 +localnet=172.16.0.0/12 +nat=yes +directmedia=no +sipdebug=no +bindport=|BINDPORT| +externhost=|EXTERNHOST| +externrefresh=60 + +#include sip_registrations.conf + +[authentication] + +#include sip_peers.conf +#include sip_users.conf diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE new file mode 100644 index 0000000..30abaad --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE @@ -0,0 +1,13 @@ + +[peer-|NAME|] +type = peer +defaultuser = |DEFAULTUSER| +fromuser = |FROMUSER| +secret = |SECRET| +host = |HOST| +fromdomain = |FROMDOMAIN| +context = context-incoming-|NAME| +insecure = port,invite +qualify = 2000 +|PORT| +|OUTBOUNDPROXY| diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE new file mode 100644 index 0000000..e139d43 --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE @@ -0,0 +1,2 @@ +register => |DEFAULTUSER|:|SECRET|@peer-|NAME| + diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE new file mode 100644 index 0000000..61a8b0b --- /dev/null +++ b/applications/luci-app-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE @@ -0,0 +1,11 @@ + +[|DEFAULTUSER|] +fullname = |FULLNAME| +defaultuser = |DEFAULTUSER| +secret = |SECRET| +hassip = yes +hasvoicemail = no +host = dynamic +type = friend +context = context-user-|CONTEXTNAME| +qualify = no \ No newline at end of file diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm b/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm new file mode 100644 index 0000000000000000000000000000000000000000..83fe27ecfa4dd332504f40dcbd43ddbb812d3d38 GIT binary patch literal 8943 zcmWl9XH*ji)3vL(E0%SoSV&Mw0twXyp;%TaA)yHgJw&9}#HA~UB28LQLMNc6(osqh zin7!sR3!~af&xkCSk|(;uD;Lb_v@ZHXU?7ZbI;73Gm@oS>(%Z%p!!4(m@t4)#9JG; zT}H}Cj==2ea5)LSJWG!%SBQ34LrNOtMVFl+L>_o?#}8mH%q=36cn)OFuv90fFM|in zwS=Tlt$_r@nn&vxfZ6*G`Yrc4TErK&5Q7e6ls2YEF;(#gxC+;&fM?qr-&Wba_e9BA z(&#bKW{%4Fu4x$9gR|VXpG}Sbw3Ifczrbt~-1Sd1a)dK2d zu+;vm+k&aXLec@Q2scL&w`5o6B*dDA@!=Hcq?(f z48Q;9#u=X4yjhY_{tI9X-k`p~y!EkL;!_y0)VJsaF_gxS9Wp3MK>|(u1m*@kV9Oe2&PB0A-2id>Pp^S6adJQ!bU^tZ2)l;%nY!yOOx$FeLxoQ+_V_stcywi6hVNmZXgG=?@N6h-CYTk52Zm@A?iMY7e)H{3aPj=U@ZR_*z zw;CzM*oz;Xw|5^5IfHnAvHR*J7c+&TrT_KB~%V zjfrnEu4)>W{gIM5xupqw&?_izWy-&p)8`m~6BAjk%x@)*fZUd=VAGMhsTf2pv3_}G ztaKaJFPl|@BPJij%xhqJjOW$YGE*88Dh*Eq#eLe#1228)D&PpJ`IR`HLgf~*_#$DPNq7$PZjaGK+Otv0Lm)Mu5#Xcbj z3|T>C;|$!37E*>g=qaI~i#%X!@V}%&-~f0`6VvB4gJ)eA4N&HU2B#hb4{B?ne@Pyp z0BnhtnqfQs`nY~dXU3Fubb&u;f&KicEPQ}IKlSzdI0X#B+sI-wSm&b8%I7*Wy?3q- zqX>dPcXa&@&pzMMVw(2;ecz|ebwbO<>yx`_~t$J zhF+-oWrwdM@o`*?)JHvE^?^$E9^+LK8K9=I-i_^%*5(Mq!&7{yILKvF)_mW)1;Ehr zp~+43QHOl8<3E(U)cJ7Py?C0gM9(=;=4YrMYlQ0cGh}|wn}B9)92S=y@OsMk4E5ML zE?IOg-Sks;l(~*Cb~Z@p#n!)IjSO|R*>aq^Z*4-4hBz=pwv5x)o$z>(*j*2KYdU(N zEBw{*qF#@_@ZWujhJHe72yOYg%376cUo)b*LKx$i1kl-Ka0k`+P=cDtX5nnGlT(Oj zxoulb6CO^Pe|&$is-NcT|FkW{&+c1eSTKDK7C$zbn{&W`I0nd5XryoOR3e4dE+63Q zYl>NjuSj3az#j2j8F}DEiC}L3HzeRhW!Ce`jA!UM5U`WwDK1pO(TaB!cYETg2jB86yJ0HH4j$n_IrSo zJGA7M0-57h72avp5y9g&^k&0O^Gf}Lh5DoukH$bn*_EPgK2^|QyBTktD*RNkM47zb zKra5X;J)e{?v9a0j-y3H0;D9%5hWjE9u|H{)vM0h^^sgmkq$MC0t;E1cf*`hK)=0y z!M%DY2YN@CLOQOInrEqr`V*4MvzKjHYH=Ja%iLh^I1Dx>&RHr<>^NMLmMx)RCPLDO zHBXEE9^N%fmJ+Ou?>YXJRX17P)qQo@D&3v-+$)S#FQ#E%=RZ+(dpp_u&nvv@=YqzI z9^np0>oJau2t-zj)nh?Rwj|!e;Optc;cM>@VatDXuhwid2=P5OQ^qWs2f;T zjVxFoqL!=HM;7DV%Bzu_Jz}@O>V1})?fs9$bXS^v_5E(S)9qu`P0oG^Bc;{ONZAW3 zVddU%T3v6cn35EZuH@4K-75Xd3mB*HM$4tV*@ck3wGUkX)ONF%i>c|+&a*}v8(v+{ zA56>w;`-}|JeYBcI<9bx?4_e_BwEIAk z?}`GG>g`3@`*&t+ZsgIan=azpliX&MCq86jr@uq4&xzSc|5-q>t)_noCu3#hhOYbK z6nfQ1r z?4vy3e@mJ-yQK9_?lYpJd~`Vf=_u4QVe~gFs{23Uh^!N3rToi4D0y@dyoEJbTe!-L z6|?~E%L3Qtx$cpc=N=4l-@b1B@gAT%_h{)O zg|nb3^t^x_i3BDmD}0$yEyAcA8^VDgxL>^$R#c_UnxG}%JhpS^M_q4sg`dMyNEBa& z9aLM7Rq0?U)6BC7nE)Stz zj+IhRVENxl+=g{bK1RXUUmZLHl^>!Cpr-@x`$&eZlp524SaP1fOK!;RL^|!GG$9CQ114JDKP;H#r7rGfDk~3N_E4Q1((Hj0u zoNmFcnLPZAkO^BzD`mKK6tLS^AKS>&VR4PIhHzz^@#Hh24UGU_6*UKi1bf#Xa&0xi z`ZCiYbSj=Y6eEhAFU^?|9gugIFOC`d(eH;_NDuIq+Wh7Q_p#dRy@%oBd~ z+;nh;L}p+@N3n$et)OCucar;}k{hSFiv>q0V&?gG3)c@M|F88olE2xX#!+zj!|j_3 zXmk1E8GoM_b2TOtigji2lenoAfiXwlB0+K6Qo5i6h_rP=^^F4uS1z zU5hIEsOYoHTMTye$|mtr6ARWTFNP^Pjd(|j;WDf`OqR};i7i6#{(j8JMa8T4Sf|KZ z@0)d<&W-*Al&~|(Q{mcZBesaa*Z8klc{W`sz{1;ab5PeE* ztl>m)mD}999(D7LiiChbb-t*;TJ{3fX%uG-75$YORUN3dKhmkZAW+>;7-u8;Q=Jom z?@|UCa%&&KgrdX?K_&e>k<7=9+|OVt;?D;T44tMu95fi-eGpCTtrh;|aLgkFY#nIG z>=@nk!K?C2_NYB#o%9sjKf=`aVEKujh9o`YjjWM1IGPbm)G6&6YJ?+P`KTsniVxq6 zx6BcngmfI0)U&mSqAj7(??9BdQW$RYQZ50;MAicf%(ld_&Ko5yd=Ll^)t$G$krOG! zN%I`Q*JgF(%8_z(V}wxUvAy(~y0>~n@M6slir+Setl0jtA%3yFLe=vOmu+ z{{+3uf(T!qmw!;tDVWliTi2@VZvaSJ?F|iROTJAHfZoh1`&@NFvTZGF? ztbq@AAZ2lm5XlZlK)fGN{CJomO+5*hbs!a6*DXzoQ2_%xtO3LxaAJlvu-Hj138`7p z^Utu_Bv=Bj?LaDt-SQ`wQ92~wnyr(LU=mU$QKd%8DhA*S#g>r73=|mO0~S3AGmf{C zDF;xYBn!=1l|L>By@-P3TZZNRAdT(`ZFvG$l*~e?PprWN_~!g-mO#6bj)D-Z(|lg4 z#cVf+x{uR{CZ<_=ZPv;5=9S`O*|HFH>&xVZ%uUk1p1<(0+TvD@w4F_sZ~X}@>8cYx zdUPVHZuj47qwKo1^;^J03@BNDUaZmamdqGG&t~`vuRWzUl6Pg_f*;dZ*XIp2^2uur z4tqyA%^h;*vAuViCXN)FOZ$v|*CfDS z+-yR4=HHZws}Tet3o4oZRHICS5o1v(VB2Vg?C{^aR@TG;M1!xw`Q#hGM*DAN77j~H z+S+8yC~Rie|IV2gy^RTT42^GiC)B;0qWy@rBPRbpbQE|nzQA2j^+4i^~AGPJh^mO%G`m#w zym;hN>BZ-@gLd8@O%>+_5#^tiA9fu%*1t=qMA7}l41OnQm;JC!*SO z$UKK=!M-$|&|#KILHHjv%b0VNIybo;|NYeLuXAq;(fjIE7Ps>aw%^&UIQ98nuBAGjE8x5St7dZvAFmem~5JiQNGQIV%fPozN(>T(bA_jlgcct%KTcMk0_z151 z0Iq>F%+O1B5%L_oAYzjFy9n6(nYnF|(j^{4Lz*k%Wk+XSddyup7osMtYD1*U6apfh z0OyNVaP6Wb;#U#gGByR(fj)6bddmfV+mF4RZuW&nunZPM!}W#f##Zvge`;Q!`0Jm~ z0SBFX6k&YX-NIBA0jVoq!>yC<@o#BFAOAkM1remrYi322d@nF~mBkPACvqyq^`0Gj zhn*3!s1)$op*H!e4`Ixj%VL3?QkHq6uCi zac7%Ye!;ltrSo=`{&`k%!ym~%3!k-_Snqr5t(${toGj|onth|$JejpOdDG0{Tvo*C zR!a-tVSC-&x1O%U`cBWQOU}$Ls5MWFj@ZqA255|M$DP}+#pXcvY!>!TjD>tWUR}YQ z*W2|@n(qL8T~smoGAgCXwQHp?9JkliaEnOehlXEb&n>Clm=V(Qmb}hie=y8H1vU6M zn}Z=I^`@4tdTtYo6|;f52@~ZEq*<%KT4g=_V**`Poug>KLH1vD{!=H(S0sLnFrM-- z>X(%uf8Ez;V7ifCzUu-?-WTPz8`AYAZrcD!(=(cjBSG8+xwY;_thUFRA5 z8Feq0G6KYno)hv;V^4)ysuX89PA2$CaSX>Ry(5oE4Tsc-M<+y^E-xDcqY}5`t#w}5 zso&}cs0R&KeQPpT46C!i@t4X(O)j&yhPj5oZSVIrjGCONt^+~Tb&PiKWDwo@bd$B0 zXw`ML@z2p@`K79`Ai7^ptRgx{)d-9p%c;uE`s1ribj)0IT$5gyEKterkxo=n< zDaNn>fiRZ7(X{9VG*@n;-shd$6Woj zMnzxXKaNFi3C`FE$3y9oh0d@c6)|t)X_#Av^s?A1;z$U(e_4$6Nh$JxhKJ>2R33Y5 zvP*c%I^?)!$y6vAX`@M)j}h0pr4+70Z8XCd;#3aTg_s-ns_oUVwcGaI^vp->NN=HT zv4KX%l}rz;AGR$h92{-fI`mT`fcT3(f6#}H)S?Rl9~r27F5zO@yXx8&yBJdq+sRKx zFd9K>zqAl7bx2_gu*nV7ClftzTRV=v?$b$8kY(WXU}CcM>-pfE~Q`)6fnkgs)+Ad za|o5*4Gq_Htv}U`^e-%-*9#0=nYP~C{~LF+uY0sJW`42@Qk6COF|nJBrv6R)qoZ!7 znNc@Mr~G@?nvSF2yQ2iN0~l8b0cIm~48z}mK&#;hIm%onYC5e$JUZk@O(t$81YUr&C__QVwC>%`B=F($sU6pjYNL?TP* z7K%;Mq6M@D4ltY0N{dF)Qh5Hf6@5tYp0}7-wk)MvDvBi^AErg@^(0q3qriNMN(3)4 z`Z^>|>}mSw(b0;nc0p5O81}WkmHQymJ}fXIt4tWS$DF$mZ!mg=niW+)B4Z~~jS&Wv z5*_cLHM33B?yA>|sP#8mZyJpJ4{fh#8-zj|`RmW_bqD{&fe4JtD7x&$3TcfCzMrDw ziFabjpY#@afoenV;mPsl`Qq4%&iL{bYdqWWXP*L6?FW8o^vn7mx{$lK!Tj4%&!CaD8lucG zSw{e0FF(L6hiGN|BgYIXX4nXcxLH@y$%y>1dwr2H_HZC^{d5|t9vt^407EYXC5>x| zVHazZ7}}9zJ(p-0wITZ9n*W%&BQctmon0_E80~m!78We1WzxF~-~cthp9u@UzDf*0 zd`!cYjkeSesL0WRd6TTc!uZj0lZtehDEF0f*{$Tz(ecBxw6k;3bZ?hCOfq=?i}2f{2bycgs5KA z*Ln7RWy7(vj56s&be^Sch4=EK>^^Og!Bz!bP(H)ej;4OA@Zi$sqOzozY3g4RRyAhX zc6}c^x3!3Jy;)D})=T+U$4F2Oi zV&>xom!zh1@{)$_1f=gw%(_loqdvBbA0g^UU6mYFJw!vA>{W= z;9rRi3-|G#0UqoH;roK^`6420xfuSRs2LWM|Cn61r6Y|_l`Xe40`RFap+$^}v@$-c zN%$gv#N+Lc|6B9@4@jDpdO@K;4~|msuF#0&*I)@DS)cZ^=by{%`Wv0AHYYH6_0;i` zFus8*Yza9v;YYLl@U(Q&kK5f_Q4RD9hri1|2J8&Aiv9c~LdYnUkvm7Fn@)WvacZe& zB8=c=woI*C8JDKPcQ;^}yJlJwJ5Ks$&VO$^+Q9^wd?WDX>?_YWCFgaxODkn>EFiBw zjObPe4;o-?zXSW9@bH0ty>ry>0y2^UX~NrsKg#pE1)1A^SIdHVTv;D1>OMsNTgVrV~;ck;c?X`uTf2VxqDZ!+ErPOT$x*RlY8nVM6xKz?kEVM;B5UpqwAS-u zKo7FH9`AU765a`+>UIM9@zjW*iw7k;mfKUDZ?2+_mK!+omwzab;J7S0NerA+g;%aPM{75=lw7vB*{xdmh9OydzH1RX8{TMXNM~sARXL`-r7U zhGAm$$^_UcKfpb24B=Hxn{DwZCI%P~rD#}1?s;#&I zlRGP4EBdF%s7E4U22kv3wvqeIE=J4|TaN9uOsAaw)QqkN*G`{aOtxGV8zhD~kzLMY zq0gt4wHzIfd!cyU#x0F=qc51TWzh*CVxutqU8T|8r0;x1$pZ&d*aR68_v?ywIS(uUi^0y|zY^u}| zt|+bdmxXmJ(w+PlhFg6!I!i@u_Td@}!*ik2HV?{k_D)tb0xPp4M+pugmD#g4I3tqC z)b_)?!r&^V(Gyo4wzyHCPhEA?3nn(+sD^Pj3ZPKIW~$LKvRZ=-MUEibI~*;>-dYc} zR3j~9k~1SWs;zi}h5~XS*&ZQ^cEhdioXyUk6R++}aiN-pt%A(7J-${5j1m-}^$^?O zr`7&-I}=-yhIMKw68|?AT3dqx;`eaxnYNs$;H{y{-r~81M}tqo>yWP>2hkwu2-dqy z1EnkH$jo-mg52W@y@kd9_p#n-+zUVB$Ak9t7$ntW$q+QgDxG;s1OYwtG|~&kQy=ST z!M!isez(Lsn~do3xRTpSvS|_+ri038_tX=cs9_%WY%7W<)G!plIj^n`$|yn{kF*iM zvKyN`86HOn+*;-^sJ=-OfC0IeN}LaQT|rYneg91WZCj)%;&IADIPR8wGKxoks2rS3SSQ7fI&Ku%Tjq2d1#Q@OO}*W5{^^ z)%`HZ7ka~0jn?sUFX-r+n^CE-?#6~QIuCmu-z8%*Hm&2>WwcP==T_oh86YByS~V}$ z@wu@dLlvI#6az6oSB8E-$S}kE8(1QimtwArXA&X8CO_5kq3gxrU7h_xUnvv#0<7Yz zK9d&Ca>$QFH*|^puNsH~MvflOc3J2A{EsXiE)RtCY!R*XLa2imJUT(bn!C*XJjgHL zIvJChI_uztJ5TH+bDjz4=|{=NU%c*qml9(R8i9(uceYB zj?w^vLQ>W^@+}DzDTqC0kpyCZzZeJ;si0MS4@V>kTq)b4@ONK!mVOBK=~FXqPYbq= zBlsP;Nnsb}_oj&?5g_^V%tn(hmp#*i;fxB*>2$kK5N|`%+@GG+b)wL-)w)z6RgW9M zsz37f-t3*-7NFcg_W-F&DwmQuUy^7buJpzY-=SP2Hx8k1E=?*hbDM96bbo6kOx_&g zEdMZUl4D`w%v1_XEAG4Y>mcS(7hjdJ>2ES7X_dhSWUvMuuoY36-L%hnU= ze+3u5@CW7uX8sHB7a8*;*`c|UuDUZTi}S%QV;VyP>!9K>!1xXTrflL|%@Zw}VC@s?EnA( literal 0 HcmV?d00001 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm b/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm new file mode 100644 index 0000000000000000000000000000000000000000..27d934beb0b082969f9a55e9b4d6cb55cc4cfebb GIT binary patch literal 8085 zcmWl7cR|;MVR+L9Oo66vdT_xWL?7Fi`8tmT4I%cHqiASne&( z%oG(zrSJwp&=PRrXm|U*zkYwc{&_vG=db5^y`D#OGAqHz$H1?G15^4KxJmJFi1;Ex zO5rGgJ@ycq+oC8gcQeFi#2!R+lcrrnEaH)nYy%`D0S+k`8It0;Qei`CaB|u`d!1_= zm3?mz3i7JC@*X^zW>=sbaZM%`viN7Zh>4_d4+~G)n(qWpLFrznOmd{S-g7~t9U5L! z3H+<{GfAZrm`I$-?m9zPlcTlvV*=85dJzO5z%5nKg=FaDeJgA*)iAXhUZkN2813Ci$HV-O|_ zZy>o+c7ryMp3x${VGcd&XH)T>Y^_YTFHd*tp3UI!H$D5$;d)O1spQ(ymV?(dy}cEw z?yT2@Zh(+;0;=<*gMc(%tXL}pzIdADu9&+3Esafhw%((HH9kAuzOI2YkP>ZuuxT+- zXlt|T!Hhlj*~|9y(!pbk_$vaoo9!vw1S5q$-AUpt2-7{@)0Wl|(zj>$DKpQ&ICxSD zYg$4hRWftRel11&3wsi+Bbdx%i@5}T$|h4j<#IM&>lV`u7)o$@Rb3vAp<+spP#;IS9z_m@J@N}kNc^^Oli;$t~0@~8jlhV;M+wxys1ds9h_ z6JO{{z6GNO9*OX3y%FHR_t&t)Wvm_P^M+Oa*N$B{1%(4XFKlEVrUg~a45jLvmTIO5 zw2LiZG->WsnF|(_TEEY-6HA(JKZy!7ooh*9gIY`zb?>LiTM{MOl$TP`n+s>Nf_e5j zyko7HWVpUB>}}_RJZf{*kx&b70ioA?fq4R+7y9r?WJxB55lXhX83Cw&w zqfu`ti*e-0&i2srKliuX(ioDTYxZ{eV8ki7GWl{n$&x0 zzy;oyXg!TEmDQ%=~kYV$^?!c-6?nZ`4ndyG#CAFJ!|Xfh8BYur15V zJ?Sm94cc)g-)^;Y?IJG37Sx$NT>Ge;&5ut%NyqHBukbt@+CI9moo8y)eLvm2qcft% z$U7;&Z;Wq7iBVxzj!8R2RhUexXeK-f^9ES)t_ONXS}9fyL zm#>x-`}tV~NNEK?<8J|UYSriqZ!gJTXL7|?Lk<+ilT)4|jH?0nvZA{83A>39;~Ocf zS6}>wt+L$}CFq|z?$-j-q73S{l8K;V9UR)k=f~itVzkP!yvMy(nCPPQgRl8ZtkuMp zPwwTz38K~N!>69N1eN%ZUrzfWmVs@{1!DE#)MK-u(N479+|*FjPV{$W4c;PtBR!_M8d9Q`jtqRO2K^@8 zwV3XF(wG#~hH}<;n8w@Xw`8pR>;I4*)Op;330B$LGTyO`)09b&Ej0H%1%Ip^F!frH zp(cNpBanJ1$Sbd$`m=Q9$yb$KcwctMN~vAbLh||Y3e?n8qx#EHbPGI#08^rKVXyE2 zGqBNL8mU}gF!zir3~YvDu5e_*B-Wer?u{6d>@rzqgTW5~B;lfHJ#C%ayKP%@<9l!H zjIS2VrZAMO#vn~>4_ey|64)4#X?mOb;J2{y;faDU-jeojiS!5!I~lGwqtNrBHledZ zSbw|m{@8b)jr{CEW9|vR#w1{38or^&qZx6m?xxR`^TPE9ZATc*h7igzWkRDsbK){}Tr@^Y@SVK0alT`FQ=*PT+$DrE>e#&tJ$>~&x8@PXU|Z;fbM zNNX9g*I0DYD{5@*(IG!U(8?OibU7*}dX3IfxWgBBFU8pQG4>0q(Q+r1(O3qdH~QV4 zH;-;#$X6Kv|3@92ez)QPq+bE(+50Eel;P9d!2Ty!pWCcHwxNkw=NeIbgN>eIK_Cv0Yn1EyK z7g7wzhv&x68TW4kOX)|o{K zlhCoV-7v02nL1ZoUtfT?SlxuKDTsI80982p7*(AWnf#~ZwTqqX)*qk>9!$x1vXru# zFDLd!iopJCt|FpnCxu;J>c}*;O_o}ha>P>ns zU=F}B*WJeCcusLUGxGa1+>;G%%;g(LjGELBd^VpN6CHzn#1LG1HFrg|DVG}CYWw+2 zaI*H(Z|ZQ-=f55k0zr97Ds};UQlUEoss`7hJB^k6x<091G`-rXRf#~O`LANVaaHn>e8^KC&|cB!~$3qNp65pwo_qCESk-x%n|TVf4b0_SW*s zEZ)rQR5%dk`7tEPnGi#YPm5pe!v*xJ0gRO-g0*ocg9oNL(8cDFn&tIl-K~7scgqab z-_h*qTUqx|lmO=K9@F#I6xKG1_~w33aJ?BF;7)#kBLK1P+TE zu$l#TvKdZp|I(6K(2)0H|7%$Y=3Vhv`?zfw$wnzK#+hr#>bASROHQq-vyXfIdt_^~ z0owvANo}zCh<@xL*l4cWpH2$Goa!~a(eTq-%7iF`7YL$yqwhBGnz1AdP+zgO|E>k% zbv~;gv%#ZThpm?N@TMsJJb27_pzP9Ck&u09I>H#36nCE7yc+ZheJLi1K93{`X+~zar7xjFZ&6hJQJGr;!B;R zsiK6||H>XhnUnf_FHxo!?p!g2DAGeF8g!^khaL!8xX`W#-QRh>f(O1f=XQ zE%B=jl$jUN3kjO^{udLxB?`il1Re>{xp6fY zGU-y~rY1=^9EN>0J|58e<3jHG+3k9h;Q5W)M%DqB_*w#Wh2ES$DktG{qd#ITB6l{A9RM|>$NGTSV#+Sgnf-|DpzU%WQ^voKRs zDO|gtwdIQ(o(4(|>y)$`U4hao@7iEzU(w(HUKaU&qfvufZe z(?9jDLunWi4to5x)C~#Eeg+OT?*-?d`Ab;uqW5>GYafHcAMI_rQJ3hVAIhFL?FclF znlcld<|sum(DlYtmh;#^(1$`(o=%L!f{k#EjWTUnQ!l+V+ixjWoi$m?hkRps5wk-*+cIkFUkp>h|ah zly^E5;=^|QN2VRUF;O9J zKqn3r|D*UYrT4R)bfMU|_*wbz$i-RY z>o=RxSnuoQfb{OBd~xCjL)0#p0wrnTzeLPKy2poEbtJ_plSx>>g7l<{L>iwAB99m3 zxYk9teDr-lue|lE*Wm}Tl5;(fGEu29o-%Io3YuthB@<~U>^KsW>5_E~ZAHzD>py43 z;|oJBY-v1?yIFn%^6v<LDQVo8{|S&8xkAq z_Il?sj8^oEzF6s?CAjyJrMSY8-nDXgO>$;D%eA83aAV)i*&A0sJStvwNAd5ntX)Aj z&)#+C47YPDp1J+okXLfzZv3Q?*Hpbw<`3czuZP^)CN$oen@qet0p5fiUsl**?na*s} zLR5yn%w)~61GeT3xQYLP68Wd|YYHAaLIV>wlm&+MTTQ*#m5AWN%BKcfdrx3y>SOsE zvD^GW$Fb8z6Q%u*lNP-w&AD2RlmiY+iLfYlRBQQ4h{jxZT*zo=%%p_>zRLCZW3F}v z{FBXvkkP-A61oHUmd(x5aQR)`2Ml#o#KeTKZr%6N6qeHcdP6azOMyJ)TUGu@E{zIm zN?=P%oUTQBofDQCA!x|qx2291H0#g(qIkcgvDGG6h4JlZ|2f2BMsJ9(x9RLZp8iEs z^3Bn?PojoM_Wq)#-0yz66j@}=`6u55R5U%6SjX*JYO-EB&MXpc->+7qsvJIf8wZM8 z22msv#bb|8O>8B{q-f!MbhUN*k` zq?kkvrOT_2IL6W%SPWcco)>4s!7U9yK_m)-{GG-B@pi4CP_9qC{EJ~>UD~wY^5k+I z#JB9z;L1M4tg5$s{(VJ)QAwnZeZIY3sUiEuj)jjRVj;%W4ZOM+iJQE1cpg6(6SY=5 zvxFbetd0nQoY7tLA9-c{B3ssaQ3{(=4-&3MN!8ztA+1IKEAVp)WyeBf%o#TY?j>}q z@lsj!J{r*EQjm0mfRy1lioD$~bfTS-|FGt2qvN@}>ArHDw+vAI9P+2orP&|689{Xe z*SCvXq_*P5+!wREtT{`(J-=?69Zim{A;nMn{kf)5Yjz}Z zi4!hK%p(cHH>Wa+e1t-a)1V@rmu%`*WWG~N*~UP{ct?h$nJ)5ZZR9DNjX&p4#o0Kr z&*iZbvaNen*;5I~Up@52syxlgtCL>$txr|3HU_oP4*vwOi^Cs(j?82`TpcOV#U8u(>HZ7i(Lw^QgQTr zqOTV)n)t5<5+QDD(bL}=OHAEcav^|mPM@fL-Z!=fVmbI?ZG33wFdQOySK+6h+Ni42 z4O;b?=@XQ6`rv%}Ww^ezG>WdA@Uu+Nn-P1decK$^?2~Rc!OL-+g?F1U1^Tnzjc-It zw}e`NZ3d3tGwJ&R=X&%;_A1XeZ0Y(MtLF29_H`yW2G8mTx|5iabgnCqyryVlm}#%^ ziRn3LG{ttjh3PPs_US$F*O*jMq>7>jBptw;H1WsG7pL>b~sWd<6UqQoV;|2*#i|1%0&);$3mCiH*? zc-Itody8jL+=XDpu`w`8c!gyq=#H}X%P~c~ZmCz08kk$SzOr1)>mWRA?Qu>HsK-qO zoJqn@OL)$^KMe~?>Y)wPXQ;}<>`2@z5X$YG9(9*2co+3y8a;kmtA}eGXwriXuy^P{ za0l_gmkxxne{0YG_#dKMJ$n#8ms6)_`?5>^p!FpWu#Q!&xkWu?I;>JYWBA+UCRq^- z*Q4Jx7)3ZwFwi=W$M(OW6QMOx&?$#UliK{|@^$y|@u-kcR#TM8xCM2%FiPF{BO128 z4RyL-#4YEq6)5OqE;B?I4`=T9w&&wfxqsH9v6iKekz+Pw=+-auR`dk%^xmx>NL{cA zM~iruLGXy9Lz5_5y5VSRi$bo<<1(yDeeM+sz=0r9?PXsoS8;966qu?Ck=LHpB}_)m zTQqIf?i#chIk_>GM>ZkF7Jl-Jkhh&7)uIudU`^MM1+%QF7t5KLDCGY%BWpubdY$=A zFA!3~+V_4Ml)p*3fG{EJ@hp*soF~F$ejP8dxCup7ez2g$vWPV+&Eid85n5%vo?%;9 z*n4{DqczwjBse&bP0jG?QUvlw`MXGcA)9e|Hn5%z_D9kJo6@@M5}SjQgRrnK5y2Wl z5N=8!jL!<3ZA>0W$5eWzA( zLbUuKNM18P(1I5$&uF_BeGx{c3TB_Xe_Kd{2|~=^CV0pq>V^HOnEpuAVH50*D@6D@ ztzZ`Q=o@_&Y#GJo2{sW5lsg-=!(FADUrM|^;4ccll}kpMxrB6lD9cm(qC{2uzS+-? zgeLtbiUQZ{eUZ+O%8q(IYqS-$7p5HABW;QvSmGHpqz5%DJ%KBeu@lEvCX2#G~5BKL_$T<_fIhpXGp3Jb~dg6|oC=v^88{$OtYWgYR`TzAjdcdRkedR+Sp zk6dGowZ6Rh4?cBOxT}K@od+~gJz(L;MdTb76> ztVprxf!0!Sq(ZCo7;ZUlp8SvdVr9KRFw`ilv~mG|o%J2}amc2h9C(|)!mT~XE_`oZ z`Q9}!1X1^IrW}9_+HZuiKKVVvQe^yINhy8lm*+!=2hKw8Ym}xv_rQD9dYyQ z1p^U#ulFhrxX(6xaS9o8n4gf02iQ)bmU*+8C?m7h;X}S?L-uM>$rCiQDlxquG~d`A zLu1Nq4N0BrC_~Gg+Y_MrQM-TAMd-%bB3A*D zuKCu@=R=l<^^^h&G!m72X@02(RuMgR>G%h+qP>=J@yeD-$S7p=g#;ooFDL*_@@y6p zcAuiG;QINGY(g{~WVx*JN4upG{1=79I0KzKG~=w*WiA|=HhoF(uveMqDRCjYEEPwK z_-sw6hh@=&EfJ31n;6D={fUR&|5aE{loR>`eb&?>3e8x6<_l%uG;mJ>|HD z)4pnYKd7AJ{IcElv1&L1X%3!`qF+kVwkkwr?H@+Mqfm-eW=P{AIyzm;o1qdO4{H^$ zqnDKl02UpCl#&8MnzCXy$VX=aja}pLuqI(pV5clN%OWqzVW|VL-?DMizlZVRL=VX- z6k)GPwfh$cirZQ2Q;G`j0RuzaYj22r{V2$=l8V%hax&@B7exUJfomai5B#%>*Flp` zEn1mU*n|SE(cW<(#>qsGCyoS4;^e5Qy<0|=9Q7BG8s)9t{6u+qFlo6mp)R7v&&&`w zma<%suy4lbJ)$yUA52EMq7X#%7R0)qPKr3>-0ZaewZ)D!X>S)hJ*NRz+h|PgX~yl% z4R?SEQzAd>6|v-iC~Q;u+DO#WX?TWU#8Oa0{w3_qRwlIQD4aZQs!!?(MZc_p2oV#z zsO!%anK@nlgUQ6v>yH9xO)F0J`jrD%p>E*nVyfZ3YCrgTTCGUK*FvyX=L&E50dn1O zFxd;U3W!o-7B}}XDkxLZyGC#}6l!$a#a)KG#<*42pw>LC5*_^|R*PKMyk4ovD6IPi zKNYflD-(NP*U+Zs>uRn9{DeYp=&XFDu5u>`xHpQ7{LTz?+wofTwJGqOk%wN^*9k&h zbS3%W^PsMu=%_`*_??bEW${I}77}xM)PSdGZQ3sk^tz&zJz`rPT<+gE(x)U%C`Rw~ z8@Kd>ME8P0WU~{%o21y_ian-F9Sb1Y|9>mOy109g7>eCe{5?A<4IvetOtorg9+EYeB+nk(`m-xQa#zm5(}ahz zUYUVOu*xmM& zaBTV@3gmSQB9{AALfE;wH~elZo5@#7LYqHIUptSsZ)FrWpKYn4zZNcbmw#Wl&fCuJ zQfBepRy=!TuLXB7d5G>Q=PyZ=qO*YF7VR*(fu;8h6_b;tZE@*7BxfIggYqm^5EuMI z3Ziiq0_o7rImo9`yEVUBe8--8wbR?E6-m|oU;GI87BSD18d*iiLR37I}95RsF zXprh|1NI!-?1+AP&G(CVc0u>KI4Q>dc$*}q$uzija+;k5;+(}!7 zw!)QWmL?u@u@W*GS0E7)3v)l*m(d)J0RP%zs?)h>m%bZe;T%P18C$rR(^*=ycp{_J z<>rmyZX*(J;AKW%csi62nx&)ntXUy4jz3eAKP-+79+QP;{flQe` z`R0nSA^lHKkrNcA$PHZ>jdQ<_(TxD-M|#0l%QCaGXx$~^lM%|us7%6ZTpX~&n!cQX3R^Ek^=Gt3)BLio>{K6F|5a2gYR>&SHmPvchkk;8Na+U-wC@k#Cl zy(Y=`B#2YtOCA^T6Yraxdi*Dbmvggns&ims5hQMXYHD|?tC2-m_1MXDev`BRWb3^H_acbh zRzO6WsS`Ih0P8W1NgGW%tv~KQ8mYO6+6&>;Up#=j@N%ZL8&+~R)AaG7`I@`CsMZ)A zC+_axv-(FMgAd=^9CA?$%~Fh^u@5J&CP`SFp?#|UGnFe>{GlqgPJCPIPLWv(ahb>hGGi4{((qdS(FHlOt(pSBE&yaFz)dm^fv zQk1_UJ^VICYbEa>79;7f<)2Q&K`%C3g$cib()R(1_%Va@6*n-o_t-4RXuDuwEd2LG zmQ#A9q}B~k41nQ2^Zcs=(Pq`;KJD3REe-8A?QFP@J!Yu>$Mnj*z9U*w$D41)jqSBR zv*8AwgJ@X@vvYJJ;zj^i8m&tJC@QFSYA&NFyZ%w# zqZ-=SSel1jO!-wCtUnhJFWIdE-ffq`6nhX|@J3$GQ}}bv9eeFA35>A=@If_VQ%{hr z!!5bPFDD`t<{+%KogY9sFM54egdusNg5Q1w*8FG*U5)*Ql%Rt{t{+W^0>iMCzL6e@ zCalqRJw1RaijA!O5QaN1??_gTXmLxYLegp>`woS7>5Z9QUy2-qW1r)+G2+6NKvU>3mC!PIB}lO=q@ zg--T@i&17_&t6q@Vj*+Zqr7~KHS=M|oaOM;nT#IyuHh}yW%Wvl#=9@BXy1(V1FcZU z|Cb;8%d8EGcaF8zw)yyUG{_5AZ}x1HO*-43%-IwKl&m}ss31;72gdWq4*q>HoN5PS z_*=H2<>0H_XepuksB`m&_GIs_Zq?J5cF87H?589B-AAi9R10ghca?;bR;i2juDIdJ zQ!=Of%+4HRRu}PC^Gs#x?+~jAT$b26?fB%XP49&S{?aP`&>wk{nQ{xVVwhi|B&4a% zG|Av{GIBDk>tqbpIfh?6fJi@elPa#UGU?eDa&uKHB1t z8ZvKY_I=HSkvwYnWJmZiu+&uu7UZ2$c6iF`5FJuRVuRl46z zo@Z}F%d!TSa_3# zA2#b3<+K|)QWgLBaBN=8P?5=>0RiL|F{Ie-G+_SXsQ;bZruzhw{Jai(NJ6)n+#4dK zab?L*9U8rCmqeeK>oaLvpXDSoLjNR0j{YorG0AUHkAcz;H1|_nl|Tw1MdwAq7>GEo z9MG0T6wSg0khWjjk5=77;Z5+p3gDKrI_r+J&qPu^t=ozJg~a(|JKCY8*bDw__zPU= zxCSIzF8ivZnp((B=a-#0{3180GV;ma>1Uyh->M0ZtOEdqOU)4$-c?zQSdDI2Z^nO~ ziZ(-hC9}Wcpr`|v27VBwIO8h?F15?}+WFFG*jq1GIW7Vs3zQU(JDY#?GE5hKNFvGv z;L*xn?vo0qHwrvD~(tCYzTA4u)b$h*fkGNNibP z=JWhf^7$4r=6Pd7eP`~yU@Mf7`z2AZl|4A2PX<_&5Ds*}xRHg8+zzB<<5thV1NZLJ z?d*IVm}6s5Y=#rzvslh;F_$r3jih#`7lG8_uEB`?h=nYU z;l8D)r$W5V4r3-SL%m$9eB12js9Xi`zMyK-H^=`05$lgOAD0oOY_#gcapL)F=&=`; zd9EFRaS8SZwA&#OerbT7ecbu!=!;I1bGrX@MU6UYO?`IV6h;xYGI%B?x{2zDb>rb9 zq~Htd?}bRuzDM4S+pS)p*=umk5v;zaaDRP zDMvOfwN;DIj?KqaO5Jk3|LFAajI-PsvIZ>t+aCFwFt#Z!7D@X zC#9msj5^0H!8;JXXTC17=j0jgYTX{)kri0=rlWb0-)N)gWC0DdZ4!T>@o>owv!8gD zu3%;&KUoY5cQR(Xv;lXaWqPeI!{mlV9=oJ=F}TAh;|Sx*`0>!L`E6rlLvUxw%tkf7 zvTkT5gwnHt&Ttil^jg&o@ha3!ahnWDrMfRpXx@sitf6;LKOSal7AFqlp(ksGqr<88 z`e@_Zyqo#mLQY5`W_$PDNt}N7Hk(^j@ImCwTzm6?l0s*$WrrQSH1pp^1lJDBT<}e` zJ4>!EBzp{pu|Cws-w1ekG9t?Ljc_HT(u=!z65aZjbiXk?{Tkl!)g5TuXsTK zhNEtYeDrbwep`X>A;`=#F@9@npIJo)dRu&Vz-qgsWq(%)>RA+K0ylc4!v2<%t`(j@fT9h6<>2=CNxU6k>zuP1^P__w20$5;U$y zlg`JowEUKR8&ST)fgpj0n|SWprqWkAek5Wp%s*3?(!^g4#38FFf0+l5z(*frti{J} zd;~o=^;TKU9`71;C}CSfgfh{`5f=~K7|OGoD`$z11#TS)+s&(~#Z*P??yUH=jurv# zH6Tvu<4iD_WMm!iBzn0<05((Mc-7J13zb`@HB*k-#|77P-ehE+L0e#fC#g)m=-qb= zW9z|hcf+;=zE#dR&KV~0X){B<{r)sdU^afC1iyHl;1eXnUzt;q`T64Aftb`jT>_)e zn8FG);L!Uzri9^zZzkmIp7eW~U-+zTQ{!V~<`U(k9rJ7gY zn5ueARX|AQCV1x?q=Ezw8Km2X5c`aFes)%p+~<8xnL(&Qs#z0Slu6nHS9wBji1#-r ONHJ3Nf1n`$&wl`yp0Q&9 literal 0 HcmV?d00001 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm b/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm new file mode 100644 index 0000000000000000000000000000000000000000..12fec25d56cf39e92b04ae899eed85d34d994931 GIT binary patch literal 7458 zcmXwdc~sH~)OJ(0Z&PYbf|CjE+SH`Dw2Y-9V4Aoqk|Jt?g1NR>O}Ui|mZ&YFserg3 zmK%z;xS)b-!jDZzO~75VWtyp(-tX)E% z9QpP4j&6HM3Wt8Na#BoQ#%5Lm8(%AaxiSP(CVCx|eWI1(aR9J>i>^)H_2s|omExfS z*zYY)MBtd}IzRiCydiJDZa~vAdb{FZ-=ycjSWHs>o9uy_FpH^HQ*FF^hCDv@NnYWe zTq{gjZvOa-Tk6c>$v5REi3gVC%@;iA?gykxp>r;8o`3v+Za+E1i5|K<^vQ;$IStPY`3-+0}sQtJ8_Zm*WQ~as*%A^H{DFa(2JNws@ zz0I?d6+eZN?cTr1@YQ5O?SV@Q*AF$dQ zK)s)$ZYm<{icjoOZUq?zNUY=Ro>W;2l!U)QlDT=`C}nL0(i}itos^jV{<^NX4~R)3 z9wKepLvXrmHmTix^8UWsDWMSR)udTty6Qe0|5+Ll8Zfe+wL>Ej40ST%N*|vFb!tvM zva%O0F$Bg=G+&u%nshj>4>?Jo-B9rXh_6t0L5-ZELs-f5t-F)sH_I(E4-{9XZz@ZP z;4d(+U`t`9bhesv*{A7g`oGTA%O(n&R*~PIu6BCO4c;{-VTW-JOWrK_ur|f6w+^OG zxEdl)c=<#bDj*!Vzu}aRK%sNZ(K=CkukZMB+)}OkuMLo$06um~S2Y*^8L>SopTXO8 z?bAc~R(oAa$Fw(dNG}KRT5Mjn5Ab1F?;^n7GwDtqIqipQXB&1A5v)a1Qg}%RNYqe_ z()v}OQNv8Y92eyIK-h71b>~UPlRkdc@cEiU#$wCNyCILg#@z)( zPSMAx=b;0Q4nR~CwG+z}?`SOkled|-4`tqqwYUIAyMw#32S*!gB@#1Nu~Qhr7rJT> z!o}3+KB|G>)W2|iQjP&;t|4x3-b-R^d{wwDU+9HA5H7ub_o%yZ50nS~VoK{Vh0Qkp zLzBc9Vq$Tc0aZeqSla*dtef~KZnk}2iT`sPy^~)@fJg~?5uaZVNM}E^K*RWqW0<-l zVf3Zk+>fWjG(+VaX05blS6D+>=2dK}ergy$JyOaI4T~IGtwTayo3h>$=kQXd9*xoC zI=KIzKHdx~i~4}WdgJz&L2YaFP^9ob0UsrU?wVFk_H}-#xV{xvT^B++*A>)1pqE^% zCJa0?g1y)!Rf8|R70xRI1s%&_F{ZMIozyN<&s(46PF=b56yCj%AUUO3x zwX?>uV@{spYCGL!l3Yt2P=WOLR-!Hy8 zcOnGWmeyRQ$sh8{+Br^%0__Gm7yPz=eSLyf~;19NR5GeVnr+l_HcZ;)vw zbr4C+DH+)Bf$$`WrF=XzIJ*cdr&+t9KghKUBS-rw19K9hD>bRy{Mn`yyTj$ke|#xi z4Go!0%j#HJw6O#II1j)w)cAz9UwGGMef`N!1V9oxJh2#Hdbx|9Z0}em+l$3Eakv|E z_3Z`)XOuMP7FzM^(FLKsUg1Bqr6HKAAXOycdq2whkrOX&UlbY zK&Kxpe%#0wb3Apee3>X3`7#mRs|6(_kE5BEvsC;0XboSL8|omnJbk|ieRo*T%S(=~ zu`l*&1kkku?7~Ks@4aYsf!9`=Jw|D9FlnjJCV}IAJ0~na|uQ6mdaNEM<$&0NVDIuzn-!5>g6MoBRw{Zu>%8c7< z9h6xgXc$sEi0G!4)ZJXmY&*|Yk+`zXx}I|>Tnu&r2Z}d+7dCe?cr>6!QkSxp`LYhC zIWSp;JMSPa_#1@J-uaMva_`uAmM+y+4J?-|_C+D56a=|=cpK*7jE;7c;Hsrwp1c&( zj>+km2NtU7n~1g9$U%edgsD+xX;BBShHw#z;Eve@i& zMzs?|j9{_L9YQA%Zbwp)v(oAF>WoUkaVVk=I}Vqd5<5rU%%NYrfr(Wn0JzA5A;J1F zewp34(eUiy3kw@BX^%VT&7HL}_&)h5vS$bNd4pDLoMnhyGZI!ITY&{zmuz zZwtBASG#Lh;6kXJ+ke2bi;Y-tLV~W2-cwN#K&eh_&~F~w_{$gAM!Xc+3Mx>~8*&qZ zdkfHzks^up|tN7u-8%7-Z%f!|-#_qk>M0Eb_)ZWsA+sD*F!4-Bed1C}# zFS6GZO0u$k;G6@#ccxslp~i~Pb#lPD4MeL!Nj0&={5LbLb5yR9T6vI&7%m-h_TV-` z-%T2suO>QZB-*q#xyA^gL<&K3w*w=5Ji#}d%|Z)DAtT*Tt;kd(q30z8$90=7CCo#5 zH`wC~hty@2_9lt$J5z5vTKhPNB}dXYil;_MC>gG7c80GMN+omQj`${)D!bCdfErLH ziO5|QE`&R%r~}GIX9sP88#wzmd?klx)jNY=lI^V|VSTHIGL2xX93J@g275yeSEDhq zkEPUsOP$?8g+h?z9i#c@bR!2%&jDm<5vWB*KknHFx5fhT?tqI_}GXujt~+LDw(E{e-3emX@5L>8Y2e{6$ud; znQ96Jsv8>|ls~x34!79I$0~nd;Hn~w5b8vC$lMP^RC~w+=O2UM8X1<|R9XCkMd2Xy z-UdfdAy?DwjL=YckVGTck1nPBeg3|Yr$$aHG7@sp*>5@35p-u<2u?o!Cq6+RPiY6_ zV3*0KWQ+BcZ(RPsV#Nv1{cUfo*}r8KtDmmQmXI~NfMI3@WNvIwO=8g=FQnx(xmHXK zr4@2ujZcWJWrg-m;-}@bkRtx6$P%-=N|O(|`Km9nZ3oIIgX=OljGnjv1#mab!1vwT ze(iiyBolO|-mLd46zq;X8X0pxR-x+y`zljI<41FLto{OX`RnfXDlqzgD(|BF%0BiE zWo>PK`8_>IuGYOY+P`yeip@Yt2C=oVE>+oQ$&SS`%l<@2U&Jxh62<9f=WkjPwFC<_ z&m^Ai0fe=i1!WR=ao5b{DoUFM2o5}<+oZEwH~s3xB)HtL(A`hdmpX7&7F_2dzHgTo z3WNlvg-k;e8jg>Y$7xuDxdTd)$pSOsl~|$^h*^DND5k}KG9YY9q1~3o(TvZPTr>|H zJ@@kbZ;z{=^zmrqzzk8<(=X!TJ_mUXY8VgQ4fR5)2m6YF#+v8&s8lF= zjuVI$2NvNTkH?Dl^cz1Rq*w*vA!n?ghggdt*cQDg$N=d;`xb)B-iV~*Dq?TbWCm9v z?cJ5^v+c9o^rX*QO(vq)MG>;XryNDsGhUvPhc6PcpQ~R;_h>WaE3s6a_1;v&-*{X3(mhi)FiN>Qsk8|(G+EJE18gyi9fciQ!G}=vmYphmKRP^y@ zK(}R`!U7~v@ zwrQo1cjWGcFKRNZK~n3VaDEtNT~&MEDrdVEpc$aT6U>{z79Bx;lP?Wz6T%2`!hb&Ytb~wwNaEL7J%8KqTq5Ne% zXi^mS#PRH1*SXe`>}7d{&Tk{as9_U=xm;L%llVXoHe4N~BJ?li&}HU>0T1P~JJ}(l z{RsL8eo-E?y=`J6kT-|K`ygT_vaUT&ZB@ycy3Z7ptwdJ>uTiZ1^=v&S{QeF*5UMQCNWA)?{vH=Yyzv3Py2>wlJkfqQ(N_F$-2O%iOI#BFOrH#+OKnII=P8Zj zCWZWdisx6*gQAK&lmrX?>v+yl3FfAQO8OidT{3!9F7q*677kB9&lw&VJc? z@AG6y$e@LtVl^lzYd9u}3bU42N4+Z&Zu^y9%LdUtMyW^>I9K2&{G>*3!#S$N21xx8FQ|mbT{d^GeF4$vLLO zoDFY9TvxU)(vRL7igNqcFC#!jLcH|Na3~}9KJyoFnWXxEMXT)KWPf)9Flp!(`Vy*` z(qF+q)B=U@c^}q2>ebq}V&V-+m%sZx@e@bg8rH|sSq<3|RE^ zPzP$=7t(o_!T78*!AQL(Hv#0UI|Q?(R(+vgPeMF3zSPE?NG4g=V>OpYbGoQlq(DV> zoes&Wm6x#OlDgA-6S4FQUdM;Zv3z?8@`VaJ+ZLs3vlp8Vwi=@8O3e*@o3R9#iu6Ur zV;=1bvAZ0i<-bKnRAMzf22_MrYOa4U4cm8wI>-0y>g|}ZdLigi^ZX1u#a(=9Uh`qB zq#9b$7S`L$?BnfwQ+tk`i2;Rey<+SG#lLh-(cbQOEYU)B8(zD;QiE(8!gV(1bP8j~ z@Y0=@m|If3nZfqWq=}e(PSwSp>F*?c1MY_9gS7oEBRIG=Pu}~cduX}HK2FMt&DBZm zMH(1Ei!p2=^dTC5F)w_jNeH_#CwK6CwSAQhRd4e>gx`a<{+9!<`^znev=k@I9 zs8k}$Y3$c7hiJ#({zF#Bn1wuR)tvW4O@le&|s;kKpMk^h7{ z)kJ3tA~J&K5-nb)_CF`F`y2BP6}8%ZSh1{W}*3^wzY6?pD1GnTg~13dy6TnCQQG2w)e4H7lO3HS^{I zN$yd#_)C&WZ<0BTzUClK5bRMlxsZ$oN*4}A6|70I>%Vz1O$f*C*Un%&V$?%c;MoyDW(+f`XlTEt&G zwBo2}SM*vZ@JJ`Wd18S1Bx>+_4(t1Hq`eNNC0%^Q&ZKxa%1q61U4G0M5?@53$Bk9c zVoBLVI`R>rrc|7IYE>MYZuy{4991=I7hXOHi9c5nN^(i9!}Dop5R>B6NaI5(S{G$b z$Ni>-A58v$r15KvUvy}A+K!IG;a>sUNb>NV^PL*9`_^H^w!W0M|0pP?hIAhVV#6gwtWm3$EjrR!5Oan>|1q5%i!!)%! zVPg72DcpJ0mW_oRX^v>I_3#jO>lD+=9>g9}6I|wH8@XiE@n3-wH(^6N5`3fbRUcVl zBRAUZXKYgR!g&!)=}=E~J1RSbAlYK#R_ttdYiN{RYiQLp-c#uNNc+Pwwm(?)tji@u z;U^(x>e5IjV9Ih>nU4tecCj5?alvPH4F&iP`N!^iktAW4fyx5+BA7`vI|El7V*-h# zf%Q&-mJo2D;NrArS(Jpx#7F{d+N=t>FQ1WItSGJD{FZC=Dg59-!8i5+k6jYWOfx=b zXm3EYyHy}crJINZbF3Wuh=CCHPDBmINd>U-rbpN)?juS&hz%d0H%FK>@E`3FFYIX4 zB0eE6gaG(7wYs@_pqf(p0>kbC=fb`PH+0f+1T}tw&6NC3zF3>d_6Xb-ems#?>O0?% zU-WR^m#;NW$eZ;=eWsJSOTfE)8J}U{r9uU?&}+SxE!>kjTtiM!`YmTRG8zBR-dJQ& zJoiBU6IHi#nZrGzqYgoq(9a&HlN@b)ZcEi(tP7&Lxagk-dX7p8Y(ssGES3~we%{^f zjKs;1_3j!Xc?FQOX&yxxN7^Cz?7uKBa8=VrEv6m`rXIcP`}6jiO;`_^nt0bBJQlIP z2(j2pYvLaQg3B#>+8`*G2sbW`y2MFN?V?$m#6EF#W-CJX<;Q9BESi5L12uzFbTMOU#nBu1k&Q{u3f--Z}Np z=4_2u@@p&9E})fBL_5q>4J>9xZ=&tCoThMO>Y_Xxx~w18CZ#n8d??LET~WXDm+pb30zG@)|0^F zTwaC6b%4my0MGnLxfR+;ZGu!#vE^z#sYCrf+6_dK1y#AiD|1?W0CJ+`z7Kr{9dp%4 zw9aQd{NZX?-H4_OW)u1^ z0MqQDQgqKF*TqW*(a{#WNIbKuOK{*vIXa?mcT8KnIE-OxK(F2+=QyaCnZ7YpQzDab zGrYj)gs%=+?d3`rS!EfHp>_U%Qf-yqy*O+tlu>2eqkoOBS*IuYV~;UK)+M;&ssf6j7Im*SK-dgj8NxARwX8r@6Ud=)L-t>Xjy`-lNywYfXx#jLZ?ZN|ExJzq)m!pt z>m2=7v~|SbN!@D*n4$vpu!w;$^QmJy@l3`bq(}#xnS1G&v;H`7Ue&z8P!i-nSLD5T z^=&DfO5fHGxz#$k9%E-U#iiB3BULT_n*dDe;v~AyAQFEe!Pm3~%ogsfa?1lJ$@8n2 zgODq%C`oYOqPSwSy~nsfS+Ut%oWvEQUHkQJA%H3=qh}iTC=zTTVAedp((H1e$rVtdsS1#X zEtWO?^z~ZQl5fj7!Am=2M7zu2p$~Ei&bYWJNk|vV|I|iw&vvGJ#Xbw@^NxA4{PFRsSX)g?NkU2*Z>5xL6!>m8hsB z_Lx>>IXcOHIefHO)`P1z{d+&@hzEVzwqAMm(Tu1qjR0=lu~0t9jLzW0RHv);Z}n)Hc87M#f;N*exn~E-*L760&b|M6 zttRHr)MNHK(r?U+tWcsyqz4TZ%3GCrP#+oo!R>)ybcaS$Dfslb4)fr)S=^)cW#Eb5 z+sU;Jwh<3(NRt~vmUDz5w<{fusazU)CO};{Z1BTGeLK5e85HRygk1mOXh{ZCwMLF6 z1&HO5+wRZ=q&4t1muxw;0j8!5LT_z=mr>n8>)nBngmx&)*+E5iget1L>K?B+yMq&v TQ11;$C>059_}}38f7$;B(8DRC literal 0 HcmV?d00001 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm b/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm new file mode 100644 index 0000000000000000000000000000000000000000..93f936d1a0c49ac8c8b6d4d0efa285d1e276b978 GIT binary patch literal 1353 zcmV-P1-AOwUy)%VP(U`@ayHy{068RXHsg>0M%!)2Bjf-!+m1He*XM-ZYPtY79Fex% z*q}KhZMO@8pywk|$s=+ANZU?FB-kl@>V?K2O4O1j-0(n3+iA%i$LvWHog*e>iDH=6 z)TGnst{uyjk~H^`1FcX^ko=AnY_cr2OzpTN-b}XOkGT-krk-I{UF^Q(ZL1t#3t-oF z#GhYj+8~z97+;6-ba5`6)TfozR*$A*IaO68zi8H!&0G~>q!}GBKVtDnr81EuywxRj z-G;-aVmq=jd}F3u8d=Ebl}D(4O~fz9C^q66=JC}beda^Q3#luuCcDWgC>?!NTbYI~ zQcCFV%Lh>8>rm6xV0Izjq7I#))A)ZU&Y!_P$B zLLRx2&t{I^rNd^?Bl3+hT9cn+_4!PzD%DtSW=o$U3XWA((rZJuCCXJ&)`NasQBPIe ziE4*prZz8zkN4n#0 zLn8E%)K90u+l4H?;&DOLPqH}((e1pcn{z_;dC3%_XQ^ZFc9F3Pa8;>D`n zZZ1-g$1d`cG=$o$dzsXR$9^MKmsW7-8l}yNZIFeS>e2{*;;1^DhFfpd*&VjzlS?)U zll>85C^wPvv?PQmDI(A);>_o+BNEmj*d7eF(~qh8qHZ?rkBa#cDc5Y*>N69O_acwv z-=hQTNY~vZw^EVjrmA<`X_Lql^LJT-l_(b<)+URWNXEU4#N^jpE<4Maq^cW-@noCm zNeg}`-Rr7XigT$OQAo+%RT!PtoIW?qQ%Kj;aVXoPCD^@jg(6de%!OwL{8fZXu3^Kh z)!sd~)KvsaTIn{Wt0b9W&`7VVIrOaH4MFzbGG`Eg5V!cQx!$bt+xJ=w+#=8=Y z%ztGggkx1G>(ZmW7uaOwKU8K$>dJ)26TP&R%_5o1jeAqZqcLMVS54Att7GBOLeWcf z$s=mSHus4)8`y-XQ83J5n~(=%LEoS$Ux7!7|}js}|^?FKHzpCsVDHGNg4^cCFUZdE!IrXcVV+4Th=SKBWw#}CfuQZN%uRP8w%fe5jOxKx(p@I0)3909+IqraU6VTEV1XpBG7)ol z!AU4pH0*rgNZOC6>eTUb5!&X!rh?IEVv69oba~i~oPZ#%kH)FspuFA1*rU~HgN@o= zU`p$7#-`YyNo#I`#p*!I95XoEQlK`Qba(z$;yjMvRsKTO5)p LC77TlosKBmtj@qs literal 0 HcmV?d00001 diff --git a/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/beep.gsm b/applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/beep.gsm new file mode 100644 index 0000000000000000000000000000000000000000..d38eda9cc55c8de7b488dbd7993b545210be692f GIT binary patch literal 726 zcmXBQdrT4m9Ki9;=GJEGkIcDg8i$&pvgQl{tu}nSmMJ3w0!ssDs5t@IbhULhHDcN5 zAwJ5ubC)8avqCuaAJmDVfr)ciq@DswJ{rxow*JYT|9|%VJzR88U2k!MjojJF7fj^r zC*|(+K#{DK$*YbmNqm)yaTTLTMBqUpUjfZIBp&Snpdh}o zWA65`Fc=V4*|~QFxITN>pjNRsdxIFJpG;+ zAwTjW1fAy+FFqxVGzJ9-N7RTDT!9SPyuf!izpRII`7X zzAJ+6(=OQ~T?{V;k-=KAvQ^WAOE0F{(!6lE>~-u1VN=EpbjC*jjHQ*l?9LTJ)pOH% zwFg|PiS7`Aw|!4|RAL7?Xjv4YvobhvqS;N|1p2B3VS;&lag?2XfdCk&LO54=LhJtC zJ#HEdd`?LZEB9J?^h)oa!vYXu!crM>(s)9kT&ruMlN)I|2VAkz@_Us4x(P~05bKfy z_6W_=7ae4hUPenCuqUR4dkB14Ot7B$T>zyV4=79DhU9EBzorWDiSc~S&%*+em?ScU zJ8-e$nz#|Mj_E$x)XuUz#Uo3Q0FNP4bquO=f?GBEsUaa0n#m2V!$4*Ab#^TQ%-|_x zgl2cLBxj{lsF`ew)0jzeuyPx97ZI;^vM}BOP=B*g{RvJgfHxeG#N?&`NhFQ7+~fdA+il4t*PDtR8p;4R+j2=8 zfB-h+l1Cf7AV(x^w&d<$M;vlVBiSUfnPH>=Hso?h+-@K^6}07%@D zM>|mPXOhF|^%Su%Q(%l1P-S;T3*S z#T!_`Lamlo+*Kf!nyr0=(DAe#8Cs!6iqW~DwIR6Lezh#<;i%wF$n08x`3gx~+tD=B zpqX6&xma$z)3TsnWCF^|uE1I24QCsypl4leRFu%NyWv^5pjjolBUfVp5_X-#v20){ zTUKoxu)ye=ZMNjlZMAh#Y`{%jO;qK!z+!c>yA#^LM_$Y<+^*nE(PrCQ*YT#(f(ym&u&S6@18Z9C$fdI*t0y)1+jPVDSVYF6K0^s4*hDA&0w1pZc97S=96kEX+V`C zE>lNqAnbH)GTUl_SlpLJBi6vDT}In>(J8CqDQ>{FnQBW5+<`e{hD9OZpw{w^TN~h@ zwp5YG-O#PYCK~F%=TmL9T;#w-6;;P#+|S z)a<-t3|mXT8j41;w@jCMim4l03#8$`Mw++hX7&oo#nkbPs#IMoy6KHx<6R0TBB~cV zw@5~!ZPP`!h5fo{(Pq^1d}f+kNbcKF)l;=;E7FHJ;j<~$*KR1=vr4#|>a`u!G*xO; zvF0{o9_pf3=f#zXMI)^$H(gQcktamd?KrM28`w`0|ERiaa+Nv~UN z#~Y()KICb~BBKd6+=;l`p{KE>im2Pwv0Y*lQRI43Zb)8H#ZOtSQSr%eQqgP0_+g~`tS8F!gXV)9m zW^L`mS;g5icZ^%LNFAH5IpJSuLgaNbcU{FsC3U3c)n9Gy0$T_jAu3lPn4}ehUesBK?gOaeYT{}p zXR4yFWMwxKQvvstYNVV~Vae2sG@#YkMzTwzV%M>)x=>KU_v&^gn581^D07(7p&|(M zRy2mxm`1V;?!rl(k|r*iq4-+LMs?_+OdF3T`<&q8nrkSc(wv3jTjU{WGHo{$+Cb?d zN=0JUz{?zr=NgEBKTN45Wz!*y-RgRvRPkL4CRm_Y%rMC=Sl~3%vb$7T&=d{ynsgIl19|BfHx#|M4MPZS!1o%qts=rq?%BG dHzaW>BTxWIB$7!aPyk6Jl1U^`07)d0NhDIuL#_Y- literal 0 HcmV?d00001 diff --git a/applications/luci-app-polipo/Makefile b/applications/luci-app-polipo/Makefile new file mode 100644 index 0000000..1fbafe7 --- /dev/null +++ b/applications/luci-app-polipo/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for the Polipo Proxy +LUCI_DEPENDS:=+polipo + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-polipo/luasrc/controller/polipo.lua b/applications/luci-app-polipo/luasrc/controller/polipo.lua new file mode 100644 index 0000000..b3ae389 --- /dev/null +++ b/applications/luci-app-polipo/luasrc/controller/polipo.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Aleksandar Krsteski +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.polipo", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/polipo") then + return + end + + entry({"admin", "services", "polipo"}, alias("admin", "services", "polipo", "config"), _("Polipo")) + entry({"admin", "services", "polipo", "status"}, template("polipo_status"), _("Status")) + entry({"admin", "services", "polipo", "config"}, cbi("polipo"), _("Configuration")) +end + diff --git a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua new file mode 100644 index 0000000..967a47a --- /dev/null +++ b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua @@ -0,0 +1,177 @@ +-- Copyright 2008 Aleksandar Krsteski +-- Licensed to the public under the Apache License 2.0. + +m = Map("polipo", translate("Polipo"), + translate("Polipo is a small and fast caching web proxy.")) + +-- General section +s = m:section(NamedSection, "general", "polipo", translate("Proxy")) + +s:tab("general", translate("General Settings")) +s:tab("dns", translate("DNS and Query Settings")) +s:tab("proxy", translate("Parent Proxy")) +s:tab("logging", translate("Logging and RAM")) + +-- General settings +s:taboption("general", Flag, "enabled", translate("enable")) + +o = s:taboption("general", Value, "proxyAddress", translate("Listen address"), + translate("The interface on which Polipo will listen. To listen on all " .. + "interfaces use 0.0.0.0 or :: (IPv6).")) + +o.placeholder = "0.0.0.0" +o.datatype = "ipaddr" + + +o = s:taboption("general", Value, "proxyPort", translate("Listen port"), + translate("Port on which Polipo will listen")) + +o.optional = true +o.placeholder = "8123" +o.datatype = "port" + + +o = s:taboption("general", DynamicList, "allowedClients", + translate("Allowed clients"), + translate("When listen address is set to 0.0.0.0 or :: (IPv6), you must " .. + "list clients that are allowed to connect. The format is IP address " .. + "or network address (192.168.1.123, 192.168.1.0/24, " .. + "2001:660:116::/48 (IPv6))")) + +o.datatype = "ipaddr" +o.placeholder = "0.0.0.0/0" + + +-- DNS settings +dns = s:taboption("dns", Value, "dnsNameServer", translate("DNS server address"), + translate("Set the DNS server address to use, if you want Polipo to use " .. + "different DNS server than the host system.")) + +dns.optional = true +dns.datatype = "ipaddr" + +l = s:taboption("dns", ListValue, "dnsQueryIPv6", + translate("Query DNS for IPv6")) + +l.default = "happily" +l:value("true", translate("Query only IPv6")) +l:value("happily", translate("Query IPv4 and IPv6, prefer IPv6")) +l:value("reluctantly", translate("Query IPv4 and IPv6, prefer IPv4")) +l:value("false", translate("Do not query IPv6")) + + +l = s:taboption("dns", ListValue, "dnsUseGethostbyname", + translate("Query DNS by hostname")) + +l.default = "reluctantly" +l:value("true", translate("Always use system DNS resolver")) +l:value("happily", + translate("Query DNS directly, for unknown hosts fall back " .. + "to system resolver")) +l:value("reluctantly", + translate("Query DNS directly, fallback to system resolver")) +l:value("false", translate("Never use system DNS resolver")) + + +-- Proxy settings +o = s:taboption("proxy", Value, "parentProxy", + translate("Parent proxy address"), + translate("Parent proxy address (in host:port format), to which Polipo " .. + "will forward the requests.")) + +o.optional = true +o.datatype = "ipaddr" + + +o = s:taboption("proxy", Value, "parentAuthCredentials", + translate("Parent proxy authentication"), + translate("Basic HTTP authentication supported. Provide username and " .. + "password in username:password format.")) + +o.optional = true +o.placeholder = "username:password" + + +-- Logging +s:taboption("logging", Flag, "logSyslog", translate("Log to syslog")) + +s:taboption("logging", Value, "logFacility", + translate("Syslog facility")):depends("logSyslog", "1") + + +v = s:taboption("logging", Value, "logFile", + translate("Log file location"), + translate("Use of external storage device is recommended, because the " .. + "log file is written frequently and can grow considerably.")) + +v:depends("logSyslog", "") +v.rmempty = true + + +o = s:taboption("logging", Value, "chunkHighMark", + translate("In RAM cache size (in bytes)"), + translate("How much RAM should Polipo use for its cache.")) + +o.datatype = "uinteger" + + +-- Disk cache section +s = m:section(NamedSection, "cache", "polipo", translate("On-Disk Cache")) +s:tab("general", translate("General Settings")) +s:tab("advanced", translate("Advanced Settings")) + + +-- Disk cache settings +s:taboption("general", Value, "diskCacheRoot", translate("Disk cache location"), + translate("Location where polipo will cache files permanently. Use of " .. + "external storage devices is recommended, because the cache can " .. + "grow considerably. Leave it empty to disable on-disk " .. + "cache.")).rmempty = true + + +s:taboption("general", Flag, "cacheIsShared", translate("Shared cache"), + translate("Enable if cache (proxy) is shared by multiple users.")) + + +o = s:taboption("advanced", Value, "diskCacheTruncateSize", + translate("Truncate cache files size (in bytes)"), + translate("Size to which cached files should be truncated")) + +o.optional = true +o.placeholder = "1048576" +o.datatype = "uinteger" + + +o = s:taboption("advanced", Value, "diskCacheTruncateTime", + translate("Truncate cache files time"), + translate("Time after which cached files will be truncated")) + +o.optional = true +o.placeholder = "4d12h" + + +o = s:taboption("advanced", Value, "diskCacheUnlinkTime", + translate("Delete cache files time"), + translate("Time after which cached files will be deleted")) + +o.optional = true +o.placeholder = "32d" + + +-- Poor man's multiplexing section +s = m:section(NamedSection, "pmm", "polipo", + translate("Poor Man's Multiplexing"), + translate("Poor Man's Multiplexing (PMM) is a technique that simulates " .. + "multiplexing by requesting an instance in multiple segments. It " .. + "tries to lower the latency caused by the weakness of HTTP " .. + "protocol. NOTE: some sites may not work with PMM enabled.")) + +s:option(Value, "pmmSize", translate("PMM segments size (in bytes)"), + translate("To enable PMM, PMM segment size must be set to some " .. + "positive value.")).rmempty = true + +s:option(Value, "pmmFirstSize", translate("First PMM segment size (in bytes)"), + translate("Size of the first PMM segment. If not defined, it defaults " .. + "to twice the PMM segment size.")).rmempty = true + +return m diff --git a/applications/luci-app-polipo/luasrc/view/polipo_status.htm b/applications/luci-app-polipo/luasrc/view/polipo_status.htm new file mode 100644 index 0000000..007d2d5 --- /dev/null +++ b/applications/luci-app-polipo/luasrc/view/polipo_status.htm @@ -0,0 +1,18 @@ +<% + +local uci = require "luci.model.uci".cursor() +local addr = "127.0.0.1" +local port = uci:get("polipo", "general", "proxyPort") or "8123" + +-%> + +<%+header%> + +
+

<%:Polipo Status%>

+
+ +
+
+ +<%+footer%> diff --git a/applications/luci-app-polipo/po/ca/polipo.po b/applications/luci-app-polipo/po/ca/polipo.po new file mode 100644 index 0000000..76a7093 --- /dev/null +++ b/applications/luci-app-polipo/po/ca/polipo.po @@ -0,0 +1,299 @@ +# polipo.pot +# generated from ./applications/luci-polipo/luasrc/i18n/polipo.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-06-02 05:16+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Allowed clients" +msgstr "Clients permesos" + +msgid "Always use system DNS resolver" +msgstr "Sempre utilitza el resolutor DNS del sistema" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Se suporta autenticació HTTP bàsica. Entra el nom d'usuari i contrasenya en " +"format usuari:contrasenya." + +msgid "Configuration" +msgstr "Configuració" + +msgid "DNS and Query Settings" +msgstr "Ajusts de DNS i petició" + +msgid "DNS server address" +msgstr "Adreça de servidor DNS" + +msgid "Delete cache files time" +msgstr "Hora d'esborrat de fitxers de memòria cau" + +msgid "Disk cache location" +msgstr "Localització de la memòria cau del disc" + +msgid "Do not query IPv6" +msgstr "No consultis IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Activa si la memòria cau (proxy) és compartida per múltiples usuaris." + +msgid "First PMM segment size (in bytes)" +msgstr "Mida de segment del primer PMM (en bytes)" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Quanta RAM hauria de fer servir Polipo per la seva memòria cau" + +msgid "In RAM cache size (in bytes)" +msgstr "Mida de memòria cau a la RAM (en bytes)" + +msgid "Listen address" +msgstr "Adreça que rep connexions" + +msgid "Listen port" +msgstr "Port que rep connexions" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Localització on polipo desarà els fitxers de memòria cau permanentment. Es " +"recomana l'ús de dispositius d'emmagatzematge extern, perquè la memòria cau " +"pot créixer considerablement. Deixa-ho buit per desactivar la memòria cau en " +"disc." + +msgid "Log file location" +msgstr "Localització de fitxer registre" + +msgid "Log to syslog" +msgstr "Registra al syslog" + +msgid "Logging and RAM" +msgstr "Registre i RAM" + +msgid "Never use system DNS resolver" +msgstr "Mai utilitzis el resolutor DNS del sistema" + +msgid "On-Disk Cache" +msgstr "Memòria cau en disc" + +msgid "PMM segments size (in bytes)" +msgstr "Mida de segments MMS (en bytes)" + +msgid "Parent Proxy" +msgstr "Proxy pare" + +msgid "Parent proxy address" +msgstr "Adreça de proxy pare" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Adreça de proxy pare (en format host:port), al que Polipo readreçarà les " +"sol·licituds." + +msgid "Parent proxy authentication" +msgstr "Autenticació de proxy pare" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Estat del Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo és un proxy caché web petit i ràpid." + +msgid "Poor Man's Multiplexing" +msgstr "Multiplexació Poor Man's" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Multiplexació Poor Man's (PMM) és una tècnica que multiplexa sol·licitant " +"una instància en segments múltiples. Intenta reduir la latència causada per " +"la feblesa del protocol HTTP. NOTA: algunes pàgines poden no funcionar amb " +"la PMM activada." + +msgid "Port on which Polipo will listen" +msgstr "Port en que el Polipo escolta" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Consulta DNS per nom de màquina" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "Consulta DNS per IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Consulta IPv4 i IPv6, prefereix IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Consulta IPv4 i IPv6, prefereix IPv6" + +msgid "Query only IPv6" +msgstr "Consulta només IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Estableix l'adreça de servidor DNS a utilitzar, si vols que Polipo faci " +"servir un servidor DNS diferent al del sistema." + +msgid "Shared cache" +msgstr "Memòria cau compartida" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Mida del primer segment PMM. Si no es defineix, per defecte és el doble de " +"la mida de segment MMS." + +msgid "Size to which cached files should be truncated" +msgstr "Mida a que els fitxers en memòria cau es deuen truncar" + +msgid "Status" +msgstr "Estat" + +msgid "Syslog facility" +msgstr "Instal·lació syslog" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"La interfície a la que Polipo rebrà les connexions. Per rebre-les a a totes " +"les interfícies, utilitza 0.0.0.0 o :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "Mida de truncatge de fitxer de memòria cau (en bytes)" + +msgid "Truncate cache files time" +msgstr "Hora de truncatge de fitxers de memòria cau" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"Es recomana l'ǘs de dispositius d'emmagatzematge externs, ja que el fitxer " +"de registre és escrit freqüentment i pot créixer considerablement." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "habilita" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "Per activar la neteja memòria cau en disc de polipo (altament recomenat), " +#~ "hauries d'afegir una tasca de cron al servei de Tasques Programades que " +#~ "executaran l'script /usr/sbin/polipo_purge. Per exemple, per executar la " +#~ "neteja de memòria cau del disc cada dia a les 6:00 del matí, hauries " +#~ "d'afegir la següent línia a les Tasques Programades: \"0 6 * * * /usr/" +#~ "sbin/polipo_purge\" (sense cometes)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Mida a la qual els fitxers de memòria cau s'haurien de truncar (valor per " +#~ "defecte: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Hora després de la qual els fitxers de memòria cau es truncaran (valor " +#~ "per defecte: 4d12h)." + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "" +#~ "Hora després de la qual els fitxers de memòria s'esborraran (valor per " +#~ "defecte: 32d)." + +#~ msgid "General" +#~ msgstr "General" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Quan l'adreça d'escolta s'estableix a 0.0.0.0 o :: (IPv6), has de llistar " +#~ "els clients que es permeten per connectar. El format és adreça IP o " +#~ "adreça de xarxa (192.168.1.123, 192.168.1.0/24, 2001:660:116::/47 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "fals = No consultis IPv6; a contracor = Consulta els dos, prefereix IPv4; " +#~ "feliçment = Consulta els dos, prefereix IPv6; cert = Consulta només IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "fals = mai utilitzis resoledor DNS; a contracor = Consulta DNS " +#~ "directament, si el servidor DNS està indisponible no utilitzis el sistema " +#~ "resoledor de DNS; feliçment = Consulta DNS directament, si la màquina no " +#~ "es pot trobar, vés al sistema resoledor de DNS; cert = Utilitza sistema " +#~ "resoledor DNS sempre" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Port al que Polipo rebrà les connexions (valor per defecte: 8123)." + +#~ msgid "polipo_pmm_pmmsize_desc" +#~ msgstr "" +#~ "Per habilitar el PMM, la mida dels segments PMM s'ha d'establir a algun " +#~ "valor positiu." diff --git a/applications/luci-app-polipo/po/cs/polipo.po b/applications/luci-app-polipo/po/cs/polipo.po new file mode 100644 index 0000000..9fa249d --- /dev/null +++ b/applications/luci-app-polipo/po/cs/polipo.po @@ -0,0 +1,205 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-11 19:47+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Allowed clients" +msgstr "Povolení klienti" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "Konfigurace" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "Velikost prvního PMM segmentu (v bajtech)" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "Velikost PMM segmentů (v bajtech)" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Stav Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "Stav" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "povolit" diff --git a/applications/luci-app-polipo/po/de/polipo.po b/applications/luci-app-polipo/po/de/polipo.po new file mode 100644 index 0000000..50f7819 --- /dev/null +++ b/applications/luci-app-polipo/po/de/polipo.po @@ -0,0 +1,272 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2013-01-29 20:21+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Allowed clients" +msgstr "Zugelassene Clients" + +msgid "Always use system DNS resolver" +msgstr "Immer DNS-Auflösung des Systems benutzen" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"HTTP-Basis-Anmeldung wird unterstützt. Geben Sie Benutzernamen und Passwort " +"im Format benutzername:passwort an." + +msgid "Configuration" +msgstr "Konfiguration" + +msgid "DNS and Query Settings" +msgstr "Einstellungen für DNS und Abfragen" + +msgid "DNS server address" +msgstr "Adresse des DNS-Servers" + +msgid "Delete cache files time" +msgstr "Zeit zur Lösching der Cache-Dateien" + +msgid "Disk cache location" +msgstr "Cache-Verzeichnis" + +msgid "Do not query IPv6" +msgstr "IPv6 nicht abfragen" + +# Klingt komisch +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Aktivieren, falls Cache (Proxy) von mehreren Benutzern verwendet wird." + +msgid "First PMM segment size (in bytes)" +msgstr "Größe des ersten PMM - Segment in bytes" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Wie viel Arbeitsspeicher soll Polipo für den Cache verwenden." + +msgid "In RAM cache size (in bytes)" +msgstr "Größe des Caches im Arbeitsspeicher (Bytes)" + +msgid "Listen address" +msgstr "Aktive Adresse" + +msgid "Listen port" +msgstr "Aktiver Port" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Speicherort für permanent gespeicherte Dateien. Es wird die Benutzung von " +"externen Datenträgern empfohlen, da der Cache sehr groß werden kann. Lassen " +"Sie diese Option leer um den Cache zu deaktivieren." + +msgid "Log file location" +msgstr "Ort der Log-Datei" + +msgid "Log to syslog" +msgstr "Ereignisse im Systemprotokoll (syslog) speichern" + +msgid "Logging and RAM" +msgstr "Protokollierung und Speicher" + +msgid "Never use system DNS resolver" +msgstr "DNS-Auflösung des Systems niemals verwenden" + +msgid "On-Disk Cache" +msgstr "Festplatten-Cache" + +msgid "PMM segments size (in bytes)" +msgstr "Größe des normalen PMM - Segment in bytes" + +msgid "Parent Proxy" +msgstr "Ãœbergeordneter Proxy" + +msgid "Parent proxy address" +msgstr "Adresse des übergeordneten Proxy-Servers" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Adresse des Ãœbergeordneten Proxyservers (im Format host:port), an den Polipo " +"die Anfragen weiterleiten soll." + +msgid "Parent proxy authentication" +msgstr "Authentifizierung für übergeordneten Proxyserver" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Polipo-Status" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo ist ein kleiner und schneller Webproxy." + +msgid "Poor Man's Multiplexing" +msgstr "PMM" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) ist eine Technik, welche Multiplexing " +"simuliert, indem eine Instanz in mehreren Teilen angefordert wird. Damit " +"wird versucht, die durch Schwächen im HTTP-Protokoll verursachten Latenzen " +"auszugleichen. ACHTUNG: Einige Webseiten könnten bei aktivem PMM nicht " +"funktionieren." + +msgid "Port on which Polipo will listen" +msgstr "Port, an dem Polipo lauscht" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "DNS-Abfrage über Hostname" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "direkte DNS-Abfrage, Rückgriff auf System-Auflösung" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"direkte DNS-Abfrage, Rückgriff auf System-Auflösung für unbekannte Hosts" + +msgid "Query DNS for IPv6" +msgstr "DNS-Abfrage für IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "DNS-Abfrage für IPv4 und IPv6, bevorzuge IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "DNS-Abfrage für IPv4 und IPv6, bevorzuge IPv6" + +msgid "Query only IPv6" +msgstr "Nur IPv6 abfragen" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Geben Sie einen DNS-Server an, wenn Polipo diesen Server statt des " +"systemeigenen DNS-Servers verwenden soll." + +# Verteilt? Gemeinsam? +msgid "Shared cache" +msgstr "Gemeinsamer Cache" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Größe des ersten Segments. Wenn diese Option leer ist, wird hierfür die " +"Doppelte Größe des PMM-Segments angenommen" + +msgid "Size to which cached files should be truncated" +msgstr "Größe, auf die zwischengespeicherte Dateien beschnitten werden sollen" + +msgid "Status" +msgstr "Status" + +msgid "Syslog facility" +msgstr "System-Protokollierungsfunktion" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"Aktive Schnittstelle für Polipo. Um Polipo auf allen Schnittstellen zu " +"aktivieren, bitte 0.0.0.0 bzw. :: (IPv6) angeben." + +msgid "Time after which cached files will be deleted" +msgstr "Zeit, nach der zwischengespeicherte Dateien gelöscht werden" + +msgid "Time after which cached files will be truncated" +msgstr "Zeit, nach der zwischengespeicherte Dateien beschnitten werden" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "Um PMM zu aktivieren muss hier ein Wert eingetragen werden" + +msgid "Truncate cache files size (in bytes)" +msgstr "Zwischengespeicherte Dateien auf (Bytes) beschneiden" + +msgid "Truncate cache files time" +msgstr "Zwischengespeicherte Dateien nach (Zeit) beschneiden" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"Es sollte ein externes Speichermedium verwendet werden, da häufig in die " +"Protokolldatei geschrieben wird; sie kann dadurch sehr groß werden." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"Ist die aktive Adresse auf 0.0.0.0 oder or :: (IPv6) gesetzt, müssen " +"Clients, die sich verbinden dürfen, angegeben werden. Das Format ist " +"entweder IP- oder Netzwerk-Adresse (192.168.1.123, 192.168.1.0/24, " +"2001:660:116::/48 (IPv6))" + +msgid "enable" +msgstr "aktivieren" + +#, fuzzy +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "" +#~ "Speicherort für permanent gespeicherte Dateien. Es wird die Benutzung von " +#~ "externen Datenträgern empfohlen, da der Cache sehr groß werden kann. " +#~ "Lassen Sie diese Option leer um den Cache zu deaktivieren." + +#~ msgid "General" +#~ msgstr "Allgemein" + +#, fuzzy +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Wenn der Server auf alle Anfragen (0.0.0.0 bzw. ::) hört, dann müssen die " +#~ "zugelassenen Gegenpunkte, die berechtig sind eine Verbindung aufzubauen, " +#~ "hier eingetragen werden. Als Format hier bitte die IP-Adresse oder " +#~ "Nerzwerkmaske auswählen (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 " +#~ "(IPv6))" + +#, fuzzy +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = Beachtet IPv6 nicht, nur IPv4 möglich; reluctantly = Beachtet " +#~ "sowohl IPv4 als auch IPv6, IPv4 wird bevorzugt; happily = Beachtet sowohl " +#~ "IPv4 als auch IPv6, IPv6 wird bevorzugt; true = Beachtet IPv4 nicht, nur " +#~ "IPv6 möglich" + +#, fuzzy +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "" +#~ "Beschreibt, welcher Port von Polipo genutzt werden soll. " +#~ "Grundeinstellung: Port 8123" diff --git a/applications/luci-app-polipo/po/el/polipo.po b/applications/luci-app-polipo/po/el/polipo.po new file mode 100644 index 0000000..e7a62dd --- /dev/null +++ b/applications/luci-app-polipo/po/el/polipo.po @@ -0,0 +1,207 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-18 15:29+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "Γενικές Ρυθμίσεις" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/en/polipo.po b/applications/luci-app-polipo/po/en/polipo.po new file mode 100644 index 0000000..1bdb0c1 --- /dev/null +++ b/applications/luci-app-polipo/po/en/polipo.po @@ -0,0 +1,284 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "Allowed clients" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "DNS server address" + +msgid "Delete cache files time" +msgstr "Delete cache files time" + +msgid "Disk cache location" +msgstr "Disk cache location" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Enable if cache (proxy) is shared by multiple users." + +msgid "First PMM segment size (in bytes)" +msgstr "First PMM segment size (in bytes)" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "How much RAM should Polipo use for its cache." + +msgid "In RAM cache size (in bytes)" +msgstr "In RAM cache size (in bytes)" + +msgid "Listen address" +msgstr "Listen address" + +msgid "Listen port" +msgstr "Listen port" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." + +msgid "Log file location" +msgstr "Log file location" + +msgid "Log to syslog" +msgstr "Log to syslog" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "On-Disk Cache" + +msgid "PMM segments size (in bytes)" +msgstr "PMM segments size (in bytes)" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "Parent proxy address" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." + +msgid "Parent proxy authentication" +msgstr "Parent proxy authentication" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo is a small and fast caching web proxy." + +msgid "Poor Man's Multiplexing" +msgstr "Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing " +"by requesting an instance in multiple segments. It tries to lower the " +"latency caused by the weakness of HTTP protocol. NOTE: some sites may not " +"work with PMM enabled." + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "Query DNS by hostname" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "Query DNS for IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." + +msgid "Shared cache" +msgstr "Shared cache" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "Syslog facility" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "To enable PMM, PMM segment size must be set to some positive value." + +msgid "Truncate cache files size (in bytes)" +msgstr "Truncate cache files size (in bytes)" + +msgid "Truncate cache files time" +msgstr "Truncate cache files time" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\t/usr/sbin/polipo_purge\" (without quotes)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "Time after which cached files will be deleted. (default value: 32d)" + +#~ msgid "General" +#~ msgstr "General" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Port on which Polipo will listen. (default value: 8123)" diff --git a/applications/luci-app-polipo/po/es/polipo.po b/applications/luci-app-polipo/po/es/polipo.po new file mode 100644 index 0000000..84ba24e --- /dev/null +++ b/applications/luci-app-polipo/po/es/polipo.po @@ -0,0 +1,307 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-09-02 08:33+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Configuración Avanzada" + +msgid "Allowed clients" +msgstr "Clientes permitos" + +msgid "Always use system DNS resolver" +msgstr "Usar siempre el DNS del sistema" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Autenticación soportada: Basic HTTP. Provee del nombre de usuario y " +"contraseña in el formato username:password." + +msgid "Configuration" +msgstr "Configuración" + +msgid "DNS and Query Settings" +msgstr "Configuración de DNS y consultas" + +msgid "DNS server address" +msgstr "Dirección del servidor DNS" + +msgid "Delete cache files time" +msgstr "Tiempo para eliminar archivos de cache" + +msgid "Disk cache location" +msgstr "Ubicación de la caché de disco" + +msgid "Do not query IPv6" +msgstr "No consultar IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Activar si la cache (proxy) es compartida por múltiples usuarios." + +msgid "First PMM segment size (in bytes)" +msgstr "Tamaño del primer segmento PMM (en bytes)" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Cuánta RAM debe usar Polipo como caché." + +msgid "In RAM cache size (in bytes)" +msgstr "Tamaño (en bytes) de la cache en RAM" + +msgid "Listen address" +msgstr "Dirección de escucha" + +msgid "Listen port" +msgstr "Puerto de escucha" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Ubicación en la que Polipo creará archivos permanentemente. Se recomienda el " +"uso de dispositivos de almacenamiento externo, ya que la caché puede " +"aumentar considerablemente. Deje en blanco para desactivar la caché en disco." + +msgid "Log file location" +msgstr "Ubicación del archivo de registro" + +msgid "Log to syslog" +msgstr "Registrar en syslog" + +msgid "Logging and RAM" +msgstr "Registro y RAM" + +msgid "Never use system DNS resolver" +msgstr "Nunca usar el DNS del sistema" + +msgid "On-Disk Cache" +msgstr "Cache en disco" + +msgid "PMM segments size (in bytes)" +msgstr "Tamaño de segmentos PMM (en bytes)" + +msgid "Parent Proxy" +msgstr "Proxy padre" + +msgid "Parent proxy address" +msgstr "Dirección del proxy padre" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Dirección del proxy padre (en formato máquina:puerto), al cual Polipo " +"traspasará las peticiones." + +msgid "Parent proxy authentication" +msgstr "Autentificación con el proxy padre" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Estado de Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo es un servidor proxy web pequeño y rápido." + +msgid "Poor Man's Multiplexing" +msgstr "Multiplexación Poor Man's" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"La Multiplexación Poor Man's (PMM) simula multiplexación solicitando una " +"instancia en múltiples segmentos. Intenta reducir la latencia provocada por " +"la debilidad del protocolo HTTP. NOTA: algunos sitios pueden no funcionar " +"con PMM habilitado." + +msgid "Port on which Polipo will listen" +msgstr "Puerto de escucha de Polipo" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Consultar DNS por nombre de máquina" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "Consultar DNS directamente y si falla probar con el del sistema" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"Consultar DNS directamente y para máquinas desconocidas probar con el del " +"sistema" + +msgid "Query DNS for IPv6" +msgstr "Consulta DNS para IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Consultar IPv4 e IPv6, pero mejor IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Consultar IPv4 e IPv6, pero mejor IPv6" + +msgid "Query only IPv6" +msgstr "Consultar solo IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Indique la dirección del servidor DNS a utilizar, si prefiere que Polipo " +"utilice una dirección para el servidor DNS distinta al utilizado en el " +"sistema." + +msgid "Shared cache" +msgstr "Cache compartida" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Tamaño del primer segmento PMM. Si no se encuentra definido, su valor por " +"defecto es el doble del tamaño del segmento PMM." + +msgid "Size to which cached files should be truncated" +msgstr "Tamaño máximo de los ficheros caché" + +msgid "Status" +msgstr "Estado" + +msgid "Syslog facility" +msgstr "Utilidad Syslog" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"Interfaz de escucha de Polipo. Para hacerlo en todas utilice 0.0.0.0 o :: " +"(IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "Tiempo tras el que se borrarán los ficheros en caché" + +msgid "Time after which cached files will be truncated" +msgstr "Tiempo tras el que se truncarán los ficheros en caché" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" +"Para activar PMM, el tamaño de segmento PMM debe tener un valor positivo." + +msgid "Truncate cache files size (in bytes)" +msgstr "Truncar el tamaño del archivo de la cache (en bytes)" + +msgid "Truncate cache files time" +msgstr "Truncar tiempos en el archivo de cache" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"El uso de un dispositivo externo de almacenamiento es recomendado, debido a " +"que el archivo log es escrito con mucha frecuencia y el mismo puede " +"incrementar su tamaño de forma considerable." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"Si la dirección de escucha es 0.0.0.0 o :: (IPv6), debe listar a los " +"clientes a los que se permitirá conectar. El formato es dirección IP o " +"dirección de red (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" + +msgid "enable" +msgstr "activar" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "Para activar la limpieza de la cache en disco polipo (recomendada), se " +#~ "recomienda agregar un trabajo al cron in los Servicios de Tareas " +#~ "Programadas el cual ejecutará el script /usr/sbin/polipo_purge. Por " +#~ "ejemplo para ejecutar una limpieza de la cache de disco todos los días a " +#~ "las 6:00 a.m. deberá agregar la siguiente línea en el Servicio de Tareas " +#~ "Programadas.-&quot;0 6 * * * /usr/sbin/polipo_purge&quot; (sin " +#~ "las comillas)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Tamaño del archivo sobre el cual la cache deberá ser truncada. (valor por " +#~ "defecto: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Tiempo transcurrido necesario antes de truncar los archivos cacheado. " +#~ "(valor por defecto: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "" +#~ "Tiempo transcurrido necesario antes de eliminar los archivos en la cache. " +#~ "(valor por defecto: 32d)" + +#~ msgid "General" +#~ msgstr "General" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Cuando la dirección a escuchar es establecida en 0.0.0.0 or :: (en caso " +#~ "de utilizar IPv6), deberá listar los clientes que se encuentran permitos " +#~ "a conectarse. El formato a utilizar deberá indicarse con la dirección IP " +#~ "o bien la dirección de Red.Por ejemplo: (192.168.1.123, 192.168.1.0/24, " +#~ "2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = No consulta IPv6, reluctantly = Consulta ambos, preferencia IPv4; " +#~ "happily = Consulta ambos, preferencia IPv6; true = Consulta sólamente IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false = Nunca use el sistema de resolución de DNS, reluctantly = " +#~ "Consultar DNS directamente, si el servidor DNS no está disponible al " +#~ "utilizar el sistema de resolución de DNS, hapilly = Consultar DNS " +#~ "directamente, si el host no se pudo encontrar volver al sistema de " +#~ "resolución de DNS; true = Siempre use el sistema de resolución de DNS" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Puerto de escucha que Polipo utilizará. (valor por defecto: 8123)" + +#~ msgid "polipo_pmm_pmmsize_desc" +#~ msgstr "" +#~ "Para activar PMM, el tamaño del segmento PMM debe ser establecido a un " +#~ "valor mayor a 0 (valor positivo)." diff --git a/applications/luci-app-polipo/po/fr/polipo.po b/applications/luci-app-polipo/po/fr/polipo.po new file mode 100644 index 0000000..f4e49ae --- /dev/null +++ b/applications/luci-app-polipo/po/fr/polipo.po @@ -0,0 +1,206 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/he/polipo.po b/applications/luci-app-polipo/po/he/polipo.po new file mode 100644 index 0000000..931228e --- /dev/null +++ b/applications/luci-app-polipo/po/he/polipo.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/hu/polipo.po b/applications/luci-app-polipo/po/hu/polipo.po new file mode 100644 index 0000000..931228e --- /dev/null +++ b/applications/luci-app-polipo/po/hu/polipo.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/it/polipo.po b/applications/luci-app-polipo/po/it/polipo.po new file mode 100644 index 0000000..6bc0669 --- /dev/null +++ b/applications/luci-app-polipo/po/it/polipo.po @@ -0,0 +1,219 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-09 19:56+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Impostazioni avanzate" + +msgid "Allowed clients" +msgstr "Clients permessi" + +# che è sto DNS RESOLVER? +msgid "Always use system DNS resolver" +msgstr "Usa sempre DNS resolver" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Autenticazione base HTTP supportata. Fornire username e password in formato " +"username:password." + +msgid "Configuration" +msgstr "Configurazione" + +msgid "DNS and Query Settings" +msgstr "Settaggi DNS e Query" + +msgid "DNS server address" +msgstr "Indirizzo del server DNS" + +msgid "Delete cache files time" +msgstr "Svuota la cache file dopo" + +msgid "Disk cache location" +msgstr "Percorso della cache del disco" + +msgid "Do not query IPv6" +msgstr "Non ignorare query IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Abilita se la cache (del proxy) e' condivisa tra gli utenti." + +msgid "First PMM segment size (in bytes)" +msgstr "Dimensione del primo segmento PMM (in bytes)" + +msgid "General Settings" +msgstr "Impostazioni genarali" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Quanta RAM dovrebbe Polipo usa come sua cache." + +msgid "In RAM cache size (in bytes)" +msgstr "In RAM cache size (in bytes)" + +msgid "Listen address" +msgstr "Indirizzi ip da \"ascoltare\"" + +msgid "Listen port" +msgstr "Porta" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Percorso dove polipo memorizzerà i files di cache permanentemente. L'uso di " +"un dispositivo di memorizzazione esterno è raccomandato. Lasciare vuoto per " +"disabilitare la cache sul disco." + +msgid "Log file location" +msgstr "Percorso del file di log" + +msgid "Log to syslog" +msgstr "Pubblica il log nel syslog" + +msgid "Logging and RAM" +msgstr "Registra in RAM" + +msgid "Never use system DNS resolver" +msgstr "Non usare mai DNS RESOLVER" + +msgid "On-Disk Cache" +msgstr "On-Disk Cache" + +msgid "PMM segments size (in bytes)" +msgstr "DImensione segmenti PMM (in bytes)" + +msgid "Parent Proxy" +msgstr "Parent Proxy" + +msgid "Parent proxy address" +msgstr "Indirizzo parent proxy" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Indirizzi del parent proxy (nel formato ip:porta), al quale Polipo dovrà " +"inoltrare le richieste." + +msgid "Parent proxy authentication" +msgstr "Autentificazione Parent proxy" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Stato Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo è un piccolo e veloce webcache proxy." + +msgid "Poor Man's Multiplexing" +msgstr "Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) è una tecnica che simula il multiplexing " +"richiedendo una nuova istanza del segmento. Questo server per abbassare la " +"latenza causata dalla debolezza del protocollo HTTP. NOTA: alcuni siti " +"potrebbero non funzionare con PMM abilitato." + +msgid "Port on which Polipo will listen" +msgstr "Porta sulla quale Polipo deve rimanere in ascolto" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Richiesta DNS da parte dell'host" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "Abilita" diff --git a/applications/luci-app-polipo/po/ja/polipo.po b/applications/luci-app-polipo/po/ja/polipo.po new file mode 100644 index 0000000..81ce9a7 --- /dev/null +++ b/applications/luci-app-polipo/po/ja/polipo.po @@ -0,0 +1,229 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-10-06 17:01+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Allowed clients" +msgstr "アクセスを許å¯ã™ã‚‹ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆ" + +msgid "Always use system DNS resolver" +msgstr "常ã«ã‚·ã‚¹ãƒ†ãƒ ã®DNSåå‰è§£æ±ºã‚’使用ã™ã‚‹" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Basicèªè¨¼ã‚’サãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã™ã€‚\"ユーザーå:パスワード\"ã®å½¢å¼ã§å…¥åŠ›ã—ã¦ãã " +"ã•ã„。" + +msgid "Configuration" +msgstr "設定" + +msgid "DNS and Query Settings" +msgstr "DNSãŠã‚ˆã³ã‚¯ã‚¨ãƒªè¨­å®š" + +msgid "DNS server address" +msgstr "DNSサーãƒãƒ¼ã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Delete cache files time" +msgstr "キャッシュファイルをä¿æŒã™ã‚‹æ™‚é–“" + +msgid "Disk cache location" +msgstr "ディスクキャッシュã®ä¿å­˜å ´æ‰€" + +msgid "Do not query IPv6" +msgstr "IPv6ã®å•ã„åˆã‚ã›ã‚’è¡Œã‚ãªã„" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "複数ユーザーã§ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’共有ã™ã‚‹å ´åˆã€æœ‰åŠ¹ã«ã—ã¦ãã ã•ã„。" + +msgid "First PMM segment size (in bytes)" +msgstr "ファーストPMM セグメントサイズ (å˜ä½:ãƒã‚¤ãƒˆ)" + +msgid "General Settings" +msgstr "基本設定" + +msgid "How much RAM should Polipo use for its cache." +msgstr "PolipoãŒRAM上ã§ä½¿ç”¨ã™ã‚‹ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚µã‚¤ã‚ºã‚’設定ã—ã¦ãã ã•ã„。" + +msgid "In RAM cache size (in bytes)" +msgstr "RAM キャッシュサイズ (å˜ä½:ãƒã‚¤ãƒˆ)" + +msgid "Listen address" +msgstr "å¾…ã¡å—ã‘アドレス" + +msgid "Listen port" +msgstr "å¾…ã¡å—ã‘ãƒãƒ¼ãƒˆ" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"PolipoãŒä½¿ç”¨ã™ã‚‹ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ã‚¡ã‚¤ãƒ«ã®ä¿å­˜å ´æ‰€ã‚’設定ã—ã¾ã™ã€‚キャッシュã¯é »ç¹ã«" +"æ›´æ–°ã•ã‚Œã‚‹ãŸã‚ã€å¤–部デãƒã‚¤ã‚¹ã«ä¿å­˜ã™ã‚‹ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚空欄ã«è¨­å®šã—ãŸå ´åˆã€" +"ディスクキャッシュã¯ç„¡åŠ¹åŒ–ã•ã‚Œã¾ã™ã€‚" + +msgid "Log file location" +msgstr "ログファイルã®ä¿å­˜å ´æ‰€" + +msgid "Log to syslog" +msgstr "syslogã«ãƒ­ã‚°ã‚’記録ã™ã‚‹" + +msgid "Logging and RAM" +msgstr "ログã¨RAM設定" + +msgid "Never use system DNS resolver" +msgstr "システムã®DNSåå‰è§£æ±ºã‚’使用ã—ãªã„" + +msgid "On-Disk Cache" +msgstr "ディスクキャッシュ" + +msgid "PMM segments size (in bytes)" +msgstr "PMM セグメントサイズ (å˜ä½:ãƒã‚¤ãƒˆ)" + +msgid "Parent Proxy" +msgstr "親プロキシ" + +msgid "Parent proxy address" +msgstr "親プロキシ・アドレス" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"PolipoãŒãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’転é€ã™ã‚‹ã€è¦ªãƒ—ロキシサーãƒãƒ¼ã®ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’\"ホスト:ãƒãƒ¼ãƒˆç•ª" +"å·\"ã®å½¢å¼ã§è¨­å®šã—ã¦ãã ã•ã„。" + +msgid "Parent proxy authentication" +msgstr "親プロキシã®èªè¨¼" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Polipo ステータス" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipoã¯ã€è»½é‡ã§é«˜é€ŸãªWEBプロキシキャッシュサーãƒãƒ¼ã§ã™ã€‚" + +msgid "Poor Man's Multiplexing" +msgstr "Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) ã¯ã€è¤‡æ•°ã®ã‚»ã‚°ãƒ¡ãƒ³ãƒˆã«æ¸¡ã£ã¦ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’リク" +"エストã™ã‚‹ã“ã¨ã§ã€å¤šé‡åŒ–をシュミレートã™ã‚‹æŠ€è¡“ã§ã‚ã‚Šã€HTTPプロトコルã®å¼±ç‚¹ã«" +"よるレイテンシを低減ã™ã‚‹è©¦ã¿ã‚’è¡Œã„ã¾ã™ã€‚注æ„:PMMを有効ã«ã—ã¦ã„ã‚‹ã¨ã€ã„ãã¤ã‹" +"ã®ã‚µã‚¤ãƒˆã§ã¯ã¤ãªãŒã‚‰ãªããªã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚" + +msgid "Port on which Polipo will listen" +msgstr "PolipoãŒå¾…ã¡å—ã‘ã‚’è¡Œã†ãƒãƒ¼ãƒˆç•ªå·ã§ã™ã€‚" + +msgid "Proxy" +msgstr "プロキシ" + +msgid "Query DNS by hostname" +msgstr "ホストåã®DNSå•ã„åˆã‚ã›" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "IPv6 DNSå•ã„åˆã‚ã›" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "IPv4ã¨IPv6ã®å•ã„åˆã‚ã›ã‚’行ㆠ(IPv4を優先)" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "IPv4ã¨IPv6ã®å•ã„åˆã‚ã›ã‚’行ㆠ(IPv6を優先)" + +msgid "Query only IPv6" +msgstr "IPv6ã®ã¿å•ã„åˆã‚ã›ã‚’è¡Œã†" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"PolipoãŒã‚·ã‚¹ãƒ†ãƒ ã¨ã¯åˆ¥ã®DNSサーãƒãƒ¼ã‚’使用ã™ã‚‹å ´åˆã€DNSサーãƒãƒ¼ã®ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’設" +"定ã—ã¦ãã ã•ã„。" + +msgid "Shared cache" +msgstr "共有キャッシュ" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"最åˆã®PMM セグメントã®ã‚µã‚¤ã‚ºã‚’設定ã—ã¾ã™ã€‚設定ã•ã‚Œãªã‹ã£ãŸå ´åˆã€PMM セグメン" +"トサイズã®å€ã®ã‚µã‚¤ã‚ºã‚’デフォルト値ã¨ã—ã¦è¨­å®šã—ã¾ã™ã€‚" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "ステータス" + +msgid "Syslog facility" +msgstr "Syslog ファシリティ" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"PolipoãŒå¾…ã¡å—ã‘ã‚’è¡Œã†ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã§ã™ã€‚0.0.0.0 ã¾ãŸã¯ :: (IPv6) を設定ã—" +"ãŸå ´åˆã€å…¨ã¦ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã§å¾…ã¡å—ã‘ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "PMM を有効ã«ã™ã‚‹å ´åˆã€PMM セグメントサイズã«ã¯æ­£ã®å€¤ã‚’設定ã—ã¦ãã ã•ã„。" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"ログファイルã¯é »ç¹ã«æ›´æ–°ã•ã‚Œã‚‹ãŸã‚ã€å¤–部デãƒã‚¤ã‚¹ã«ä¿å­˜ã™ã‚‹ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"å¾…ã¡å—ã‘アドレスを0.0.0.0 ã¾ãŸã¯ :: (IPv6) ã«è¨­å®šã—ãŸå ´åˆã€ã‚¢ã‚¯ã‚»ã‚¹ã‚’許å¯ã™ã‚‹" +"クライアントアドレスを設定ã—ã¦ãã ã•ã„。設定フォーマットã¯IPアドレスã‹ãƒãƒƒãƒˆ" +"ワークアドレスã§ã™ã€‚(例:192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 " +"(IPv6))" + +msgid "enable" +msgstr "サービスを有効ã«ã™ã‚‹" diff --git a/applications/luci-app-polipo/po/ms/polipo.po b/applications/luci-app-polipo/po/ms/polipo.po new file mode 100644 index 0000000..7517dcc --- /dev/null +++ b/applications/luci-app-polipo/po/ms/polipo.po @@ -0,0 +1,201 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/no/polipo.po b/applications/luci-app-polipo/po/no/polipo.po new file mode 100644 index 0000000..931228e --- /dev/null +++ b/applications/luci-app-polipo/po/no/polipo.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/pl/polipo.po b/applications/luci-app-polipo/po/pl/polipo.po new file mode 100644 index 0000000..698edc9 --- /dev/null +++ b/applications/luci-app-polipo/po/pl/polipo.po @@ -0,0 +1,231 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-06 22:57+0200\n" +"Last-Translator: obsy \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Allowed clients" +msgstr "Dozwolone klienty" + +msgid "Always use system DNS resolver" +msgstr "Zawsze używaj systemowej obsÅ‚ugi DNS" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"ObsÅ‚ugiwana podstawowa autoryzacja HTTP. Podaj nazwÄ™ użytkownika i hasÅ‚o w " +"formie username:hasÅ‚o." + +msgid "Configuration" +msgstr "Konfiguracja" + +msgid "DNS and Query Settings" +msgstr "Ustawienia DNS i zapytaÅ„" + +msgid "DNS server address" +msgstr "Adres serwera DNS" + +msgid "Delete cache files time" +msgstr "Czas usuwania plików cache" + +msgid "Disk cache location" +msgstr "PoÅ‚ożenie cache na dysku" + +msgid "Do not query IPv6" +msgstr "Nie wykonuj zapytaÅ„ IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "WÅ‚Ä…cz, aby cache (proxy) byÅ‚ współdzielony przez wielu użytkowników." + +msgid "First PMM segment size (in bytes)" +msgstr "Rozmiar pierwszego segmentu PMM (w bajtach)" + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Ile pamiÄ™ci RAM powinien używać Polipo jako cache." + +msgid "In RAM cache size (in bytes)" +msgstr "Rozmiar cache w RAM (w bajtach)" + +msgid "Listen address" +msgstr "NasÅ‚uchuj adres" + +msgid "Listen port" +msgstr "NasÅ‚uchuj port" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Miejsce, w którym Polipo bÄ™dzie przechowywać pliki cache na staÅ‚e. Użycie " +"zewnÄ™trznego magazynu jest zalecane. Cache może siÄ™ poważnie zwiÄ™kszyć. " +"Pozostaw puste, aby wyÅ‚Ä…czyć cache na dysku." + +msgid "Log file location" +msgstr "Katalog logów" + +msgid "Log to syslog" +msgstr "Loguj do logu systemowego (syslog)" + +msgid "Logging and RAM" +msgstr "Dziennik i RAM" + +msgid "Never use system DNS resolver" +msgstr "Nigdy nie używaj systemowej obsÅ‚ugi DNS" + +msgid "On-Disk Cache" +msgstr "Cache na dysku" + +msgid "PMM segments size (in bytes)" +msgstr "Rozmiar segmentu PMM (w bajtach)" + +msgid "Parent Proxy" +msgstr "NadrzÄ™dne proxy" + +msgid "Parent proxy address" +msgstr "Adres nadrzÄ™dnego proxy" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Adres nadrzÄ™dnego proxy (podany jako host:port), do którego Polipo bÄ™dzie " +"przekierowywać żądania." + +msgid "Parent proxy authentication" +msgstr "Autoryzacja nadrzÄ™dnego proxy" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Status Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo jest maÅ‚ym i szybkim web proxy z obsÅ‚ugÄ… cache." + +# "Multipleksowanie Biedaka" brzmi fajniej, ale nie chcÄ™ mieć usuniÄ™tego konta. +msgid "Poor Man's Multiplexing" +msgstr "Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) to technika symulujÄ…ca multipleksowanie " +"poprzez żądanie instancji w wielu segmentach. Próbuje obniżyć opóźnienia " +"spowodowane wadami protokoÅ‚u HTTP. UWAGA: niektóre strony mogÄ… nie dziaÅ‚ać " +"przy wÅ‚Ä…czonym PMM!" + +msgid "Port on which Polipo will listen" +msgstr "Port, na którym Polipo bÄ™dzie nasÅ‚uchiwać." + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Zapytanie DNS po nazwie hosta" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "Odpytuj DNS bezpoÅ›rednio, powracajÄ…c do resolvera systemu" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"Odpytuj DNS bezpoÅ›rednio, dla nieznanych hostów powróć do resolvera systemu" + +msgid "Query DNS for IPv6" +msgstr "Zapytanie DNS dla IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Zapytanie DNS dla IPv4 i IPv6, preferowane IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Zapytanie DNS dla IPv4 i IPv6, preferowane IPv6" + +msgid "Query only IPv6" +msgstr "Zapytanie tylko IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Ustaw adres serwera DNS do użycia, jeÅ›li chcesz aby Polipo używaÅ‚ innego " +"DNS`a niż system hosta." + +msgid "Shared cache" +msgstr "Cache udostÄ™pniany" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Rozmiar PIERWSZEGO segmentu PMM. JeÅ›li nie zdefiniowano, jego domyÅ›lny " +"rozmiar to dwu-krotność rozmiaru segmentu PMM." + +msgid "Size to which cached files should be truncated" +msgstr "Rozmiar do którego pliki cache`owane majÄ… być przyciÄ™te" + +msgid "Status" +msgstr "Status" + +msgid "Syslog facility" +msgstr "Funkcja (facility) loga systemowego" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"Interfejs na którym sÅ‚ucha proxy Polipo. Aby sÅ‚uchać na wszystkich " +"interfejsach użyj 0.0.0.0 lub :: dla IPv6" + +msgid "Time after which cached files will be deleted" +msgstr "Czas po którym pliki cache bÄ™dÄ… skasowane" + +msgid "Time after which cached files will be truncated" +msgstr "Czas po którym pliki cache bÄ™dÄ… przyciÄ™te" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" +"Aby wÅ‚Ä…czyć PMM, rozmiar segmentu PMM musi mieć ustawionÄ… wartość dodatniÄ…." + +msgid "Truncate cache files size (in bytes)" +msgstr "Rozmiar przycinanych plików w cache(w bajtach)" + +msgid "Truncate cache files time" +msgstr "Czas przycinanych plików w cache" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"Użycie zewnÄ™trznego noÅ›nika danych wysoce zalecane, plik loga jest " +"zapisywany okresowo i może urosnąć znaczÄ…co." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"JeÅ›li adres nasÅ‚uchu ustawiony jest na 0.0.0.0 lub ::(IPv6), musisz " +"wyszczególnić klientów majÄ…cych pozwolenie na poÅ‚Ä…czenie. Format to adres IP " +"lub adres sieci (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" + +msgid "enable" +msgstr "wÅ‚Ä…czone" diff --git a/applications/luci-app-polipo/po/pt-br/polipo.po b/applications/luci-app-polipo/po/pt-br/polipo.po new file mode 100644 index 0000000..881d5c0 --- /dev/null +++ b/applications/luci-app-polipo/po/pt-br/polipo.po @@ -0,0 +1,306 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-09-16 02:36+0200\n" +"Last-Translator: Julio Cezar \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Opções Avançadas" + +msgid "Allowed clients" +msgstr "Clientes permitidos" + +msgid "Always use system DNS resolver" +msgstr "Sempre use o resolvedor de DNS do sistema" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"A autenticação básica HTTP é suportada. Indique o usuário e senha no formato " +"usuário:senha." + +msgid "Configuration" +msgstr "Configuração" + +msgid "DNS and Query Settings" +msgstr "Configurações de DNS e Consulta" + +msgid "DNS server address" +msgstr "Endereço do servidor DNS" + +msgid "Delete cache files time" +msgstr "Tempo para remoção dos arquivos de cache" + +msgid "Disk cache location" +msgstr "Localização da cache em disco" + +msgid "Do not query IPv6" +msgstr "Não consulte IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Ativar se a cache (proxy) for compartilhada por múltiplos usuários." + +msgid "First PMM segment size (in bytes)" +msgstr "Tamanho do primeiro segmento PMM (em bytes)" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Quanta memória RAM deverá ser usada pelo Polipo para a sua cache." + +msgid "In RAM cache size (in bytes)" +msgstr "Tamanho da cache na RAM (bytes)" + +msgid "Listen address" +msgstr "Endereço de escuta" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Local onde o polipo guardará permanentemente os arquivos de cache. É " +"recomendada a utilização de dispositivos de armazenamento externo uma vez " +"que o cache pode crescer consideravelmente. Deixe em branco para desativar a " +"cache em disco." + +msgid "Log file location" +msgstr "Localização do arquivo de registo" + +msgid "Log to syslog" +msgstr "Registar para o syslog" + +msgid "Logging and RAM" +msgstr "Registro e RAM" + +msgid "Never use system DNS resolver" +msgstr "Nunca use o resolvedor de DNS do sistema" + +msgid "On-Disk Cache" +msgstr "Cache em Disco" + +msgid "PMM segments size (in bytes)" +msgstr "Tamanho do segmento PMM (em bytes)" + +msgid "Parent Proxy" +msgstr "Porxy Superior" + +msgid "Parent proxy address" +msgstr "Endereço do proxy superior" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Endereço do proxy superior (no formato host:porta), ao qual o Polipo irá " +"encaminhar os seus pedidos." + +msgid "Parent proxy authentication" +msgstr "Autenticação no proxy superior" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Estado do Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "O polipo é um proxy web pequeno e rápido." + +msgid "Poor Man's Multiplexing" +msgstr "Multiplexagem simples" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"A multiplexagem simples (PMM) consiste na simulação de multiplexagem através " +"da requisição de um pedido em múltiplos segmentos. O método tenta baixar a " +"latência causada pela fraqueza do protocolo HTTP. Nota: alguns sites web não " +"funcionam com a ativação de PMM." + +msgid "Port on which Polipo will listen" +msgstr "Porta na qual o Polipo irá escutar" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Consultar DNS pelo nome do equipamento" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" +"Consulte o DNS diretamente. Alternativamente, use o resolvedor do sistema" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"Consulte o DNS diretamente. Para nomes desconhecidos, use o resolvedor do " +"sistema" + +msgid "Query DNS for IPv6" +msgstr "Consultar DNS para IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Consulta IPv4 e IPv6, prefere IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Consulta IPv4 e IPv6, prefere IPv6" + +msgid "Query only IPv6" +msgstr "Consulta somente IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Define o endereço do servidor de DNS, caso pretenda que o polipo utilize um " +"servidor DNS diferente do utilizado pelo sistema." + +msgid "Shared cache" +msgstr "Cache compartilhada" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Tamanho do primeiro segmento PMM. Se não estiver definido, reverte para o " +"dobro do tamanho do segmento PMM." + +msgid "Size to which cached files should be truncated" +msgstr "Tamanho que os arquivos de cache serão truncados" + +msgid "Status" +msgstr "Estado" + +msgid "Syslog facility" +msgstr "Categoria dos eventos Polipo no registo do sistema (syslog)" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"A interface na qual o Polipo será ativado. Para ativar em todas as " +"interfaces, use 0.0.0.0 ou :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "Tempo máximo antes que um arquivo de cache seja apagado" + +msgid "Time after which cached files will be truncated" +msgstr "Tempo máximo antes que um arquivo de cache seja truncado" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" +"Para habilitar o PMM, o tamanho do segmento PMM deve ser definido para algum " +"valor positivo." + +msgid "Truncate cache files size (in bytes)" +msgstr "Tamanho de truncagem dos arquivos de cache (em bytes)" + +msgid "Truncate cache files time" +msgstr "Tempo de truncagem dos arquivos de cache" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"É recomendado o uso de armazenamento de externos pois o arquivo de registro " +"é escrito frequentemente e pode crescer consideravelmente." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"Quando o endereço de escuta for definido como 0.0.0.0 ou :: (IPv6), é " +"necessário listar quais clientes são permitidos. O formato é o endereço IP " +"ou o endereço derede (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 " +"(IPv6))" + +msgid "enable" +msgstr "habilitado" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "Para activar a limpeza de cache em disco (altamente recomendado), deve " +#~ "acrescentar uma tarefa cron (\"Serviços\") que execute o script /usr/sbin/" +#~ "polipo_purge. Como exemplo, para executar uma limpeza da cache " +#~ "diariamente pelas 06H00 deve acrescentar a seguinte linha: \"0 6 * * * /" +#~ "usr/sbin/polipo_purge\" (sem as aspas)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Tamanho com o qual devem ser trancados os ficheiros da cache. (valor pre-" +#~ "definido: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Tempo após o qual os ficheiros de cache serão trancados. (valor pre-" +#~ "definido: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "" +#~ "Tempo apos o qual os ficheiros de cache serão removidos. (valor pré-" +#~ "definido: 32d)" + +#~ msgid "General" +#~ msgstr "Geral" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Quando o endereço de listen fôr 0.0.0.0 (IPv4) ou :: (IPv6), deve listar " +#~ "os clientes que tiverem permissão para ligação. O formato é endereço de " +#~ "host ou endereço de rede (192.168.1.123, 192.168.1.0/24, " +#~ "2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = Não pedir IPv6; reluctantly=Pedir ambos e preferir IPv4; " +#~ "happily=Pedir ambos, preferir IPv6; true=Pedir apenas IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false=nunca usar o resolver do sistema; reluctantly=pedir DNS " +#~ "directamente, se o servidor DNS estiver indisponivel recorrer do resolver " +#~ "DNS do sistema; happily=pedir DNS directamente, se o host nao for " +#~ "encontrado, recorrer ao resolver DNS do sistema; true=Usar sempre o " +#~ "resolver DNS do sistema" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Porta local na qual o polipo será activado. (pre-definido: 8123)" + +#~ msgid "polipo_pmm_pmmsize_desc" +#~ msgstr "" +#~ "Para activar PMM, o tamanho do segmento PMM deve ser definido para um " +#~ "qualquer valor positivo." diff --git a/applications/luci-app-polipo/po/pt/polipo.po b/applications/luci-app-polipo/po/pt/polipo.po new file mode 100644 index 0000000..cdce586 --- /dev/null +++ b/applications/luci-app-polipo/po/pt/polipo.po @@ -0,0 +1,305 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-02 19:10+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Definições avançadas" + +msgid "Allowed clients" +msgstr "Clientes permitidos" + +msgid "Always use system DNS resolver" +msgstr "Usar sempre o resolvedor DNS de Sistema" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"É suportada a autenticação basica HTTP. Indique username e password no " +"formato username:password." + +msgid "Configuration" +msgstr "Configuração" + +msgid "DNS and Query Settings" +msgstr "Definições de DNS e de Consulta" + +msgid "DNS server address" +msgstr "Endereço do servidor DNS" + +msgid "Delete cache files time" +msgstr "Tempo para remoção dos ficheiros de cache" + +msgid "Disk cache location" +msgstr "Localização da cache em disco" + +msgid "Do not query IPv6" +msgstr "Não consulta o IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Activar se a cache (proxy) for partilhada por multiplos utilizadores." + +msgid "First PMM segment size (in bytes)" +msgstr "Tamanho do primeiro segmento PMM (em bytes)" + +msgid "General Settings" +msgstr "Definições Gerais" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Quanta memória RAM deverá ser usada pelo polipo para cache." + +msgid "In RAM cache size (in bytes)" +msgstr "Tamanho da cache em RAM (bytes)" + +msgid "Listen address" +msgstr "Endereço de escuta" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Local onde o polipo guardará permanentemente os ficheiros de cache. É " +"recomendada a utilização de dispositivos de armazenamento remoto devido ao " +"grande crescimento da cache. Deixe em branco para desactivar a cache em " +"disco." + +msgid "Log file location" +msgstr "Localização do ficheiro de registo" + +msgid "Log to syslog" +msgstr "Registar para o syslog" + +msgid "Logging and RAM" +msgstr "RAM e Logging" + +msgid "Never use system DNS resolver" +msgstr "Nunca usar o DNS de sistema" + +msgid "On-Disk Cache" +msgstr "Cache em disco" + +msgid "PMM segments size (in bytes)" +msgstr "Tamanho do segmento PMM (em bytes)" + +msgid "Parent Proxy" +msgstr "Proxy Superior" + +msgid "Parent proxy address" +msgstr "Endereço do proxy de hierarquia superior." + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Endereço do proxy de hierarquia superior (no formato host:porta), ao qual o " +"polipo irá encaminhar os seus pedidos." + +msgid "Parent proxy authentication" +msgstr "Autenticação em cache de hierarquia superior" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "Estado do Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "O polipo é um proxy web ligeiro e rápido." + +msgid "Poor Man's Multiplexing" +msgstr "Multiplexagem simples" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"A multiplexagem simples (PMM) consiste na simulação de multiplexagem através " +"da requesição de um pedido em multiplos segmentos. O método tenta baixar a " +"latencia causada pela debilidade do protocolo HTTP. Nota: alguns sites web " +"não funcionam com a activação de PMM." + +msgid "Port on which Polipo will listen" +msgstr "Porta na qual o Polipo irá escutar" + +msgid "Proxy" +msgstr "Proxy" + +msgid "Query DNS by hostname" +msgstr "Pedidos ao DNS através de hostname" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "Consultar o DNS diretamente, voltar à resolução de nomes do sistema" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"Consultar o DNS diretamente, para hosts desconhecidos voltar à resolução de " +"nomes de sistema" + +msgid "Query DNS for IPv6" +msgstr "Consultar DNS para o IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Consultar IPv4 e IPv6, preferência por IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Consultar IPv4 e IPv6, preferência por IPv6" + +msgid "Query only IPv6" +msgstr "Consultar apenas IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Define o endereço do servidor de DNS a usar, caso pretenda que o polipo " +"utilize um servidor alternativo ao do sistema." + +msgid "Shared cache" +msgstr "Cache partilhada" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Tamanho do primeiro segmento PMM. Se não estiver definido, reverte para o " +"dobro do tamanho do segmento PMM." + +msgid "Size to which cached files should be truncated" +msgstr "Tamanho a partir do qual os ficheiro em cache devem ser truncados" + +msgid "Status" +msgstr "Estado" + +msgid "Syslog facility" +msgstr "Categoria dos eventos polipo no registo do sistema" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"O interface no qual o polipo será activado. Para activar em todos os " +"endereços, use 0.0.0.0 ou :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "Tempo após o qual os ficheiro em cache devem ser eliminados" + +msgid "Time after which cached files will be truncated" +msgstr "Tempo após o qual os ficheiro em cache devem ser truncados" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" +"Para ativar PMM, o tamanho do segmento PMM tem de ser definido para um valor " +"positivo." + +msgid "Truncate cache files size (in bytes)" +msgstr "Tamanho de trancagem dos ficheiros de cache (bytes)" + +msgid "Truncate cache files time" +msgstr "Tempo de trancagem dos ficheiros de cache" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"É recomendado o recurso a sistemas de armazenamento de ficheiros externos, " +"devido ao rápido crescimento do ficheiro de registo." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"Quando o endereço de escuta está definido como 0.0.0.0 ou :: (IPv6), tem de " +"listar os clientes que estão autorizados a ligar. O formato do endereço IP " +"ou o endereço de rede (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 " +"(IPv6))" + +msgid "enable" +msgstr "ativar" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "Para activar a limpeza de cache em disco (altamente recomendado), deve " +#~ "acrescentar uma tarefa cron (\"Serviços\") que execute o script /usr/sbin/" +#~ "polipo_purge. Como exemplo, para executar uma limpeza da cache " +#~ "diariamente pelas 06H00 deve acrescentar a seguinte linha: \"0 6 * * * /" +#~ "usr/sbin/polipo_purge\" (sem as aspas)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "" +#~ "Tamanho com o qual devem ser trancados os ficheiros da cache. (valor pre-" +#~ "definido: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "" +#~ "Tempo após o qual os ficheiros de cache serão trancados. (valor pre-" +#~ "definido: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "" +#~ "Tempo apos o qual os ficheiros de cache serão removidos. (valor pré-" +#~ "definido: 32d)" + +#~ msgid "General" +#~ msgstr "Geral" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Quando o endereço de listen fôr 0.0.0.0 (IPv4) ou :: (IPv6), deve listar " +#~ "os clientes que tiverem permissão para ligação. O formato é endereço de " +#~ "host ou endereço de rede (192.168.1.123, 192.168.1.0/24, " +#~ "2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "false = Não pedir IPv6; reluctantly=Pedir ambos e preferir IPv4; " +#~ "happily=Pedir ambos, preferir IPv6; true=Pedir apenas IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false=nunca usar o resolver do sistema; reluctantly=pedir DNS " +#~ "directamente, se o servidor DNS estiver indisponivel recorrer do resolver " +#~ "DNS do sistema; happily=pedir DNS directamente, se o host nao for " +#~ "encontrado, recorrer ao resolver DNS do sistema; true=Usar sempre o " +#~ "resolver DNS do sistema" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Porta local na qual o polipo será activado. (pre-definido: 8123)" + +#~ msgid "polipo_pmm_pmmsize_desc" +#~ msgstr "" +#~ "Para activar PMM, o tamanho do segmento PMM deve ser definido para um " +#~ "qualquer valor positivo." diff --git a/applications/luci-app-polipo/po/ro/polipo.po b/applications/luci-app-polipo/po/ro/polipo.po new file mode 100644 index 0000000..2c2710a --- /dev/null +++ b/applications/luci-app-polipo/po/ro/polipo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 18:42+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Setări avansate" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/ru/polipo.po b/applications/luci-app-polipo/po/ru/polipo.po new file mode 100644 index 0000000..f1d4968 --- /dev/null +++ b/applications/luci-app-polipo/po/ru/polipo.po @@ -0,0 +1,237 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: polipo\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 17:51+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Advanced Settings" +msgstr "РаÑширенные наÑтройки" + +msgid "Allowed clients" +msgstr "Разрешённые клиенты" + +msgid "Always use system DNS resolver" +msgstr "Ð’Ñегда иÑпользовать ÑиÑтемный DNS-клиент" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"ПоддерживаетÑÑ Ð±Ð°Ð·Ð¾Ð²Ð°Ñ HTTP-аутентификациÑ. Введите Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ " +"пароль в формате имÑ:пароль." + +msgid "Configuration" +msgstr "КонфигурациÑ" + +msgid "DNS and Query Settings" +msgstr "ÐаÑтройки DNS" + +msgid "DNS server address" +msgstr "ÐÐ´Ñ€ÐµÑ DNS-Ñервера" + +msgid "Delete cache files time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ ÐºÑш-файлов" + +msgid "Disk cache location" +msgstr "МеÑтоположение кÑша" + +msgid "Do not query IPv6" +msgstr "Ðе запрашивать IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" +"Включите, еÑли вы хотите, чтобы кÑш (прокÑи) был общим Ð´Ð»Ñ Ð½ÐµÑкольких " +"пользователей." + +msgid "First PMM segment size (in bytes)" +msgstr "Размер первого PMM-Ñегмента (в байтах)" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "How much RAM should Polipo use for its cache." +msgstr "КоличеÑтво RAM, отведенное Ð´Ð»Ñ ÐºÐµÑˆÐ°." + +msgid "In RAM cache size (in bytes)" +msgstr "Размер кÑша в RAM (в байтах)" + +msgid "Listen address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщих Ñоединений" + +msgid "Listen port" +msgstr "Порт Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщих Ñоединений" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"ДиректориÑ, где Polipo хранит кÑш-файлы. РекомендуетÑÑ Ð¸Ñпользовать внешнее " +"хранилище, так как размер кÑша может увеличиватьÑÑ. ОÑтавьте пуÑтым, чтобы " +"отключить хранение кÑша на диÑке." + +msgid "Log file location" +msgstr "МеÑтоположение файла журнала" + +msgid "Log to syslog" +msgstr "ЗапиÑывать ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð² ÑиÑтемный журнал" + +msgid "Logging and RAM" +msgstr "Журналирование и RAM" + +msgid "Never use system DNS resolver" +msgstr "Ðе иÑпользовать ÑиÑтемный DNS-клиент" + +msgid "On-Disk Cache" +msgstr "КÑширование на диÑке" + +msgid "PMM segments size (in bytes)" +msgstr "Размер PMM-Ñегментов (в байтах)" + +msgid "Parent Proxy" +msgstr "РодительÑкий прокÑи" + +msgid "Parent proxy address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÑкого прокÑи" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"ÐÐ´Ñ€ÐµÑ Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÑкого прокÑи (в формате хоÑÑ‚:порт), на который Polipo будет " +"перенаправлÑÑ‚ÑŒ запроÑÑ‹." + +msgid "Parent proxy authentication" +msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÑкого прокÑи" + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "СоÑтоÑние Polipo" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo - небольшой веб-прокÑи, иÑпользующий кÑширование." + +msgid "Poor Man's Multiplexing" +msgstr "Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man's Multiplexing (PMM) - Ñто техника, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñет запрашивать " +"данные из неÑкольких иÑточников. Таким образом, Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ÐºÐ»Ð¸ÐºÐ° по HTTP-" +"протоколу ÑокращаетÑÑ. ПРИМЕЧÐÐИЕ: некоторые Ñайты могут не работать Ñ " +"включенным PMM." + +msgid "Port on which Polipo will listen" +msgstr "Порт, на котором Polipo будет ожидать входÑщие ÑоединениÑ" + +msgid "Proxy" +msgstr "ПрокÑи" + +msgid "Query DNS by hostname" +msgstr "Запрашивать DNS, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¸Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" +"Запрашивать DNS напрÑмую, иÑпользовать ÑиÑтемный клиент в Ñлучае ошибки" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" +"Запрашивать DNS напрÑмую, иÑпользовать ÑиÑтемный клиент Ð´Ð»Ñ Ð½ÐµÐ¸Ð·Ð²ÐµÑтных " +"хоÑтов" + +msgid "Query DNS for IPv6" +msgstr "Запрашивать DNS Ð´Ð»Ñ IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "Запрашивать IPv4 и IPv6, предпочитать IPv4" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "Запрашивать IPv4 и IPv6, предпочитать IPv6" + +msgid "Query only IPv6" +msgstr "Запрашивать только IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"УÑтановите Ð°Ð´Ñ€ÐµÑ DNS-Ñервера Ð´Ð»Ñ Polipo в Ñлучае, еÑли он отличаетÑÑ Ð¾Ñ‚ " +"ÑиÑтемного." + +msgid "Shared cache" +msgstr "Общий кÑш" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Размер первого PMM Ñегмента. ЕÑли не указано, то размер первого Ñегмента " +"будет равен двум обычным." + +msgid "Size to which cached files should be truncated" +msgstr "Размер, до которого будут Ñокращены файлы кÑша" + +msgid "Status" +msgstr "СоÑтоÑние" + +msgid "Syslog facility" +msgstr "СиÑтемный журнал" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"ИнтерфейÑ, на котором Polipo будет ожидать входÑщие ÑоединениÑ. Чтобы " +"ожидать на вÑех интерфейÑах, иÑпользуйте 0.0.0.0 или :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "Интервал, поÑле которого файлы кÑша будут удалены" + +msgid "Time after which cached files will be truncated" +msgstr "Интервал, поÑле которого файлы кÑша будут Ñокращены" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "Чтобы включить PMM, размер PMM Ñегмента должен быть уÑтановлен." + +msgid "Truncate cache files size (in bytes)" +msgstr "Сократить размер файлов кÑша (в байтах)" + +msgid "Truncate cache files time" +msgstr "Ð’Ñ€ÐµÐ¼Ñ ÑÐ¾ÐºÑ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð² кÑша" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"РекомендуетÑÑ Ð¸Ñпользовать внешнее хранилище, так как журнал чаÑто " +"обновлÑетÑÑ Ð¸ может значительно увеличиватьÑÑ Ð² размере." + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" +"ЕÑли Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñщих Ñоединений уÑтановлен в 0.0.0.0 или :: (IPv6), вам " +"необходимо перечиÑлить клиентов, которым разрешено подключатьÑÑ. Ð’ таком " +"Ñлучае формат - Ñто IP-Ð°Ð´Ñ€ÐµÑ Ð¸Ð»Ð¸ Ð°Ð´Ñ€ÐµÑ Ð¿Ð¾Ð´Ñети (192.168.1.123, " +"192.168.1.0/24, 2001:660:116::/48 (IPv6))" + +msgid "enable" +msgstr "включить" diff --git a/applications/luci-app-polipo/po/sk/polipo.po b/applications/luci-app-polipo/po/sk/polipo.po new file mode 100644 index 0000000..e003c17 --- /dev/null +++ b/applications/luci-app-polipo/po/sk/polipo.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/sv/polipo.po b/applications/luci-app-polipo/po/sv/polipo.po new file mode 100644 index 0000000..7b64c7a --- /dev/null +++ b/applications/luci-app-polipo/po/sv/polipo.po @@ -0,0 +1,203 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/templates/polipo.pot b/applications/luci-app-polipo/po/templates/polipo.pot new file mode 100644 index 0000000..beb0bdb --- /dev/null +++ b/applications/luci-app-polipo/po/templates/polipo.pot @@ -0,0 +1,195 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/tr/polipo.po b/applications/luci-app-polipo/po/tr/polipo.po new file mode 100644 index 0000000..25982ec --- /dev/null +++ b/applications/luci-app-polipo/po/tr/polipo.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/uk/polipo.po b/applications/luci-app-polipo/po/uk/polipo.po new file mode 100644 index 0000000..9b1b637 --- /dev/null +++ b/applications/luci-app-polipo/po/uk/polipo.po @@ -0,0 +1,206 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-21 15:36+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "Додаткові налаштуваннÑ" + +msgid "Allowed clients" +msgstr "" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" + +msgid "Configuration" +msgstr "КонфігураціÑ" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "" + +msgid "Delete cache files time" +msgstr "" + +msgid "Disk cache location" +msgstr "" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "" + +msgid "First PMM segment size (in bytes)" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" + +msgid "Log file location" +msgstr "" + +msgid "Log to syslog" +msgstr "" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/vi/polipo.po b/applications/luci-app-polipo/po/vi/polipo.po new file mode 100644 index 0000000..0765db3 --- /dev/null +++ b/applications/luci-app-polipo/po/vi/polipo.po @@ -0,0 +1,290 @@ +# polipo.pot +# generated from ./applications/luci-polipo/luasrc/i18n/polipo.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-13 07:49+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allowed clients" +msgstr "Äối tượng cho phép" + +msgid "Always use system DNS resolver" +msgstr "" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "" +"Sá»± chứng thá»±c HTTP CÆ¡ bản được há»— trợ. Cung cấp tên ngÆ°á»i dùng và mật khẩu " +"trong tên ngÆ°á»i dùng: mật khẩu định dạng" + +msgid "Configuration" +msgstr "" + +msgid "DNS and Query Settings" +msgstr "" + +msgid "DNS server address" +msgstr "Äịa chỉ tên miá»n máy chủ" + +msgid "Delete cache files time" +msgstr "Xóa tập tin cạc khi" + +msgid "Disk cache location" +msgstr "Vị trí cạc Ä‘Ä©a" + +msgid "Do not query IPv6" +msgstr "" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "Kích hoạt nếu cạc được chia rẻ bởi nhiá»u ngÆ°á»i dùng." + +msgid "First PMM segment size (in bytes)" +msgstr "Dung lượng phân Ä‘oạn PMM đầu tiên (in bytes)" + +msgid "General Settings" +msgstr "" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Bao nhiêu RAM Polipo nên dùng cho cạc." + +msgid "In RAM cache size (in bytes)" +msgstr "Trong RAM dung lượng cạc (tính theo bytes)" + +msgid "Listen address" +msgstr "Äịa chỉ nge" + +msgid "Listen port" +msgstr "Cổng nghe" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "" +"Vị trị mà polipo sẽ định các tập tin thÆ°á»ng xuyên. Sá»­ dụng thiết bị nhá»› " +"ngoài được khuyến khích, bởi vì cạc có thể lá»›n lên đáng kể. Äể lại nó trống " +"để vô hiệu hóa Trên cạc trên Ä‘Ä©a." + +msgid "Log file location" +msgstr "Vị trí tập tin sổ ghi" + +msgid "Log to syslog" +msgstr "Log to syslog" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "" + +msgid "On-Disk Cache" +msgstr "Cạc trên ổ Ä‘Ä©a" + +msgid "PMM segments size (in bytes)" +msgstr "Dung lượng phân Ä‘oạn PMM (in bytes)" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "Äịa chỉ parent proxy " + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" +"Äịa chỉ parent proxy (in host:port format), cái mà Polipo sẽ chuyển yêu cầu " +"tá»›i." + +msgid "Parent proxy authentication" +msgstr "Xác thá»±c parent proxy " + +msgid "Polipo" +msgstr "Polipo" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo là má»™t web proxy nhá» và nhanh caching." + +msgid "Poor Man's Multiplexing" +msgstr "Poor Man&#39;s Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" +"Poor Man&#39;s Multiplexing (PMM) là má»™t kỹ thuật kích thích " +"multiplexing bằng cách yêu cầu trÆ°á»ng hợp trong nhiá»u phân Ä‘oạn. Nó cố gắng " +"hạ thấp sá»± trá»… nãi do các Ä‘iểm yếu HTTP protocol gây ra. Chú ý: má»™t số trang " +"web có thể không hoạt Ä‘á»™ng vá»›i PMM bật." + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "Tra vấn DNS bằng hostname" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "Tra vấn DNS cho IPv6" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" +"Cài đặt địa chỉ tên miá»n máy chủ để sá»­ dụng, nếu bạn muốn Polipo dùng tên " +"miá»n khác vá»›i hệ thông chính. " + +msgid "Shared cache" +msgstr "Cạc trên ổ Ä‘Ä©a" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" +"Dung lượng của phân Ä‘oạn PMM đầu tiên. Nếu không định nghÄ©a sẽ mặc định dung " +"lượng của phân Ä‘oạn PMM gấp 2 lần" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "Syslog facility" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" +"Giao diện mà Polipo sẽ nghe. Äể nghe trên tất cả các giao diện dùng 0.0.0.0 " +"hoặc :: (IPv6)" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "Bá» bá»›t những tập tin cạc vá»›i dung lượng (bytes)" + +msgid "Truncate cache files time" +msgstr "Cắt bá» tập tin cạc khi" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" +"Nên dùng bá»™ nhá»› ngoài bởi vì tập tin sổ ghi được viết rất nhiá»u lần và có " +"thể phát tán rất mạnh. " + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" + +#~ msgid "" +#~ "To enable polipo on-disk cache cleaning (highly recommended), you should " +#~ "add a cron job in Scheduled Tasks services that will execute /usr/sbin/" +#~ "polipo_purge script. For example to perform disk cache cleanup every day " +#~ "at 6:00 in the morning you should add the following line in Scheduled " +#~ "Tasks \"0 6 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +#~ msgstr "" +#~ "Äể kích hoạt tính năng làm sạch trên cạc Ä‘Ä©a polipo (rất khuyến khích), " +#~ "bạn nên thêm vào má»™t công việc cron trong những công tác đã schedule, nó " +#~ "sẽ thá»±c hiện / usr / sbin / polipo_purge script. Ví dụ: để thá»±c hiện các " +#~ "Ä‘Ä©a bá»™ nhá»› cache má»—i ngày vào lúc 6:00 sáng, bạn nên thêm dòng sau trong " +#~ "Scheduled công việc &quot;0 6 * * * /usr/sbin/polipo_purge&quot; " +#~ "(không có dấu ngoặc kép)." + +#~ msgid "" +#~ "Size to which cached files should be truncated. (default value: 1048576)" +#~ msgstr "Dung lượng mà những tập tin cạc bị cắt bá». (Giá trị: 1048576)" + +#~ msgid "" +#~ "Time after which cached files will be truncated. (default value: 4d12h)" +#~ msgstr "Thá»i gian khi tập tin cạc sẽ bị cắt bá» (Giá trị: 4d12h)" + +#~ msgid "Time after which cached files will be deleted. (default value: 32d)" +#~ msgstr "Thá»i gian khi tập tin cạc sẽ bị xóa. (Giá trị: 32d)" + +#~ msgid "General" +#~ msgstr "Tổng quát" + +#~ msgid "" +#~ "When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +#~ "that are allowed to connect. The format is IP address or network address " +#~ "(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." +#~ msgstr "" +#~ "Khi nghe địa chỉ được đặt ở 0.0.0.0 hoặc :: (IPv6), bạn phải liệt kê " +#~ "những đối tượng được phép kết nối. Äịnh dạng là địa chỉ IP hoặc địa chỉ " +#~ "mạng (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))." + +#~ msgid "" +#~ "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily " +#~ "= Query both, prefer IPv6; true = Query only IPv6" +#~ msgstr "" +#~ "False = Äừng truy vấn IPv6; reluctantly = Truy vấn cả hai, IPv4 được " +#~ "chuá»™ng hÆ¡n; happily = truy vấn cả hai, IPv6 chuá»™ng hÆ¡n; true = chỉ truy " +#~ "vấn IPv6" + +#~ msgid "" +#~ "false = Never use system DNS resolver; reluctantly = Query DNS directly, " +#~ "if DNS server is unavailable fail to system DNS resolver; happily = Query " +#~ "DNS directly, if host could not be found fallback to system DNS resolver; " +#~ "true = Always use system DNS resolver" +#~ msgstr "" +#~ "false = Äừng bao giá» dùng bá»™ phân tích hệ thống DNS; reluctantly = Truy " +#~ "vấn DNS trá»±c tiếp, nếu DNS server không có sẵn trong bá»™ phân tích hệ " +#~ "thống DNS; happily = truy vấn DNS trá»±c tiếp, nếu host bị đẩy lùi so vá»›i " +#~ "bá»™ phân tích hệ thống DNS; true = Luân luân dùng bá»™ phân tích hệ thống DNS" + +#~ msgid "Port on which Polipo will listen. (default value: 8123)" +#~ msgstr "Cổng mà Polipo sẽ nghe. (giá trị: 8123)" + +#~ msgid "polipo_pmm_pmmsize_desc" +#~ msgstr "" +#~ "Äể kích hoạt PMM, dung lượng phân Ä‘oạn PMM phải được đặt những giá trị " +#~ "dÆ°Æ¡ng." diff --git a/applications/luci-app-polipo/po/zh-cn/polipo.po b/applications/luci-app-polipo/po/zh-cn/polipo.po new file mode 100644 index 0000000..7dcbe23 --- /dev/null +++ b/applications/luci-app-polipo/po/zh-cn/polipo.po @@ -0,0 +1,205 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-09 03:47+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Allowed clients" +msgstr "å…许的客户端" + +msgid "Always use system DNS resolver" +msgstr "始终使用系统DNS解æž" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "支æŒHTTP基本身份验è¯ã€‚æ供用户å和密ç æ ¼å¼ä¸ºï¼šç”¨æˆ·å:密ç ã€‚" + +msgid "Configuration" +msgstr "é…ç½®" + +msgid "DNS and Query Settings" +msgstr "DNS查询设置" + +msgid "DNS server address" +msgstr "DNS地å€" + +msgid "Delete cache files time" +msgstr "清除缓存文件周期" + +msgid "Disk cache location" +msgstr "ç£ç›˜ç¼“å­˜ä½ç½®" + +msgid "Do not query IPv6" +msgstr "ä¸èƒ½æŸ¥è¯¢IPv6" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "å…许多用户共享缓存(代ç†ï¼‰ã€‚" + +msgid "First PMM segment size (in bytes)" +msgstr "第一的PMM段的大å°ï¼ˆå­—节为å•ä½ï¼‰" + +msgid "General Settings" +msgstr "通用设置" + +msgid "How much RAM should Polipo use for its cache." +msgstr "" + +msgid "In RAM cache size (in bytes)" +msgstr "" + +msgid "Listen address" +msgstr "监å¬åœ°å€" + +msgid "Listen port" +msgstr "监å¬ç«¯å£" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "polipo将永久缓存文件。建议使用外部存储设备,因为缓存会一直增长。留空表示ç¦ç”¨ç£ç›˜ç¼“存。" + +msgid "Log file location" +msgstr "日志存放ä½ç½®" + +msgid "Log to syslog" +msgstr "å日志到syslog" + +msgid "Logging and RAM" +msgstr "" + +msgid "Never use system DNS resolver" +msgstr "从ä¸ä½¿ç”¨ç³»ç»ŸDNS解æž" + +msgid "On-Disk Cache" +msgstr "ç£ç›˜ç¼“å­˜" + +msgid "PMM segments size (in bytes)" +msgstr "" + +msgid "Parent Proxy" +msgstr "" + +msgid "Parent proxy address" +msgstr "" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "" + +msgid "Parent proxy authentication" +msgstr "" + +msgid "Polipo" +msgstr "" + +msgid "Polipo Status" +msgstr "" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "" + +msgid "Poor Man's Multiplexing" +msgstr "" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr "" + +msgid "Proxy" +msgstr "" + +msgid "Query DNS by hostname" +msgstr "" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "" + +msgid "Query DNS for IPv6" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "" + +msgid "Query only IPv6" +msgstr "" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "" + +msgid "Shared cache" +msgstr "" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "" + +msgid "Size to which cached files should be truncated" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Syslog facility" +msgstr "" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "" + +msgid "Time after which cached files will be deleted" +msgstr "" + +msgid "Time after which cached files will be truncated" +msgstr "" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "" + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/po/zh-tw/polipo.po b/applications/luci-app-polipo/po/zh-tw/polipo.po new file mode 100644 index 0000000..5058897 --- /dev/null +++ b/applications/luci-app-polipo/po/zh-tw/polipo.po @@ -0,0 +1,205 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-21 13:13+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Allowed clients" +msgstr "å…許的客戶端" + +msgid "Always use system DNS resolver" +msgstr "總是採用系統使用的DNS解æž" + +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." +msgstr "基本的HTTP驗證支æ´. æ供使用者å稱和密碼以username:passwordæ ¼å¼" + +msgid "Configuration" +msgstr "設定" + +msgid "DNS and Query Settings" +msgstr "DNSåŠæŸ¥è©¢è¨­å®šå€¼" + +msgid "DNS server address" +msgstr "DNS伺æœå™¨ä½å€" + +msgid "Delete cache files time" +msgstr "刪除快å–檔的時間" + +msgid "Disk cache location" +msgstr "ç£ç¢Ÿå¿«å–放置的ä½ç½®" + +msgid "Do not query IPv6" +msgstr "ä¸ä½¿ç”¨IPv6查詢" + +msgid "Enable if cache (proxy) is shared by multiple users." +msgstr "å‡è‹¥å¿«å–(Proxy)被多個使用者分享使用就啓用" + +msgid "First PMM segment size (in bytes)" +msgstr "第一個PMM段的大å°(以bytesæ–¹å¼è¡¨ç¤º)" + +msgid "General Settings" +msgstr "基本設定" + +msgid "How much RAM should Polipo use for its cache." +msgstr "Polipo拿來當快å–的記憶體é‡æ˜¯å¤šå¤§?" + +msgid "In RAM cache size (in bytes)" +msgstr "記憶體快å–大å°(以bytesæ–¹å¼è¡¨ç¤º)" + +msgid "Listen address" +msgstr "è†è½ä½å€" + +msgid "Listen port" +msgstr "è†è½åŸ è™Ÿ" + +msgid "" +"Location where polipo will cache files permanently. Use of external storage " +"devices is recommended, because the cache can grow considerably. Leave it " +"empty to disable on-disk cache." +msgstr "Polipoä½ç½®å°‡æ°¸ä¹…å¿«å–文件。建議使用外部的存儲設備,因為快å–會顯著增長。ä¿ç•™ç©ºç™½ä»¥ä¾¿é—œé–‰ç£ç¢Ÿå¿«å–." + +msgid "Log file location" +msgstr "紀錄檔ä½ç½®" + +msgid "Log to syslog" +msgstr "記錄到系統記錄syslog中" + +msgid "Logging and RAM" +msgstr "記錄和記憶體" + +msgid "Never use system DNS resolver" +msgstr "從ä¸ä½¿ç”¨ç³»çµ±DNS解æž" + +msgid "On-Disk Cache" +msgstr "ç£ç¢Ÿä¸Šçš„å¿«å–" + +msgid "PMM segments size (in bytes)" +msgstr "PMM段大å°(以bytes表示)" + +msgid "Parent Proxy" +msgstr "上層Proxy" + +msgid "Parent proxy address" +msgstr "上層Proxyä½å€" + +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." +msgstr "Polipo應該é‡å°Žé€™å€‹è¦æ±‚所到的上層Proxy(以 主機:埠號 æ ¼å¼è¡¨ç¤º)." + +msgid "Parent proxy authentication" +msgstr "上層Proxyä½å€é©—è­‰" + +msgid "Polipo" +msgstr "Polipo本地代ç†ä¼ºæœå™¨" + +msgid "Polipo Status" +msgstr "Polipoç‹€æ³" + +msgid "Polipo is a small and fast caching web proxy." +msgstr "Polipo是一個å°åž‹ä¸”快速的快å–網é ä»£ç†" + +msgid "Poor Man's Multiplexing" +msgstr "窮人的多工器Poor Man's Multiplexing" + +msgid "" +"Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by " +"requesting an instance in multiple segments. It tries to lower the latency " +"caused by the weakness of HTTP protocol. NOTE: some sites may not work with " +"PMM enabled." +msgstr "" + +msgid "Port on which Polipo will listen" +msgstr " Polipoè†è½çš„埠號" + +msgid "Proxy" +msgstr "代ç†ä¼ºæœå™¨" + +msgid "Query DNS by hostname" +msgstr "以主機å稱查詢DNS" + +msgid "Query DNS directly, fallback to system resolver" +msgstr "直接查詢DNS, 回傳給系統解æž" + +msgid "Query DNS directly, for unknown hosts fall back to system resolver" +msgstr "直接查詢DNS, å°èŽ«å的主機回傳給系統解æž" + +msgid "Query DNS for IPv6" +msgstr "幫IPv6查詢DNS" + +msgid "Query IPv4 and IPv6, prefer IPv4" +msgstr "查詢IPv4å’ŒIPv6,IPv4優先" + +msgid "Query IPv4 and IPv6, prefer IPv6" +msgstr "查詢IPv4å’ŒIPv6 ,IPv6優先" + +msgid "Query only IPv6" +msgstr "åªæŸ¥è©¢IPv6" + +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." +msgstr "設定DNS伺æœå™¨ä½å€ä»¥ä¾¿ä½¿ç”¨, å‡å¦‚ä½ è¦Polipo代ç†äººä½¿ç”¨ä¸åŒçš„DNS伺æœå™¨è€Œéžä¸»æ©Ÿç³»çµ±." + +msgid "Shared cache" +msgstr "分享的快å–" + +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." +msgstr "第一個PMMå€æ®µçš„大å°, å‡è‹¥æ²’定義 ,é è¨­å…©æ¬¡PMMå€æ®µçš„大å°." + +msgid "Size to which cached files should be truncated" +msgstr "å¿«å–檔被截斷的大å°" + +msgid "Status" +msgstr "狀態" + +msgid "Syslog facility" +msgstr "日誌設施" + +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." +msgstr "Polipo將會è†è½çš„介é¢. è¦è†è½æ‰€æœ‰ä»‹é¢ä½¿ç”¨0.0.0.0 或 :: (IPv6)." + +msgid "Time after which cached files will be deleted" +msgstr "å¿«å–將會被刪除的留存時間" + +msgid "Time after which cached files will be truncated" +msgstr "å¿«å–將會被斷頭的留存時間" + +msgid "To enable PMM, PMM segment size must be set to some positive value." +msgstr "è¦å•Ÿç”¨PMM, PMMå€æ®µå¤§å°å¿…須設定些ç©æ¥µçš„數值." + +msgid "Truncate cache files size (in bytes)" +msgstr "" + +msgid "Truncate cache files time" +msgstr "" + +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." +msgstr "" + +msgid "" +"When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients " +"that are allowed to connect. The format is IP address or network address " +"(192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6))" +msgstr "" + +msgid "enable" +msgstr "" diff --git a/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo b/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo new file mode 100755 index 0000000..0c57063 --- /dev/null +++ b/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@polipo[-1] + add ucitrack polipo + set ucitrack.@polipo[-1].init=polipo + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-polipo/root/usr/sbin/polipo_purge b/applications/luci-app-polipo/root/usr/sbin/polipo_purge new file mode 100755 index 0000000..23ba571 --- /dev/null +++ b/applications/luci-app-polipo/root/usr/sbin/polipo_purge @@ -0,0 +1,18 @@ +#!/bin/sh + +DAEMON=/usr/sbin/polipo +PIDFILE=`uci get polipo.daemon.pidFile` +CFGFILE=/var/etc/polipo.conf + +[ -e "$PIDFILE" ] && { + PID=`cat $PIDFILE` + + # send Polipo USR1 signal to write its in-memory cache to disk + kill -USR1 $PID + sleep 2 + # start polipo with -x flag to purge the on-disk cache + polipo -c $CFGFILE -x + # send Polipo USR2 signal to discard its in-memory cache + kill -USR2 $PID +} + diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile new file mode 100644 index 0000000..e16eb41 --- /dev/null +++ b/applications/luci-app-privoxy/Makefile @@ -0,0 +1,38 @@ +# +# Copyright (C) 2008-2015 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-app-privoxy + +# Version == major.minor.patch +# increase "minor" on new functionality and "patch" on patches/optimization +PKG_VERSION:=1.0.4 + +# Release == build +# increase on changes of translation files +PKG_RELEASE:=2 + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Christian Schoenebeck + +# LuCI specific settings +LUCI_TITLE:=LuCI Support for Privoxy WEB proxy +LUCI_DEPENDS:=+luci-mod-admin-full +privoxy +LUCI_PKGARCH:=all + +define Package/$(PKG_NAME)/config +# shown in make menuconfig +help + $(LUCI_TITLE) + . + Version: $(PKG_VERSION)-$(PKG_RELEASE) + $(PKG_MAINTAINER) +endef + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-privoxy/luasrc/controller/privoxy.lua b/applications/luci-app-privoxy/luasrc/controller/privoxy.lua new file mode 100644 index 0000000..58ba807 --- /dev/null +++ b/applications/luci-app-privoxy/luasrc/controller/privoxy.lua @@ -0,0 +1,145 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed under the Apache License, Version 2.0 + +module("luci.controller.privoxy", package.seeall) + +local NX = require "nixio" +local NXFS = require "nixio.fs" +local HTTP = require "luci.http" +local UCI = require "luci.model.uci" +local UTIL = require "luci.util" +local SYS = require "luci.sys" + +PRIVOXY_MIN = "3.0.22-0" -- minimum version of service required + +function index() + entry( {"admin", "services", "privoxy"}, cbi("privoxy"), _("Privoxy WEB proxy"), 59) + entry( {"admin", "services", "privoxy", "logview"}, call("logread") ).leaf = true + entry( {"admin", "services", "privoxy", "startstop"}, call("startstop") ).leaf = true + entry( {"admin", "services", "privoxy", "status"}, call("get_pid") ).leaf = true +end + +-- called by XHR.get from detail_logview.htm +function logread() + -- read application settings + local uci = UCI.cursor() + local logdir = uci:get("privoxy", "privoxy", "logdir") or "/var/log" + local logfile = uci:get("privoxy", "privoxy", "logfile") or "privoxy.log" + uci:unload("privoxy") + + local lfile=logdir .. "/" .. logfile + local ldata=NXFS.readfile(lfile) + if not ldata or #ldata == 0 then + ldata="_nodata_" + end + HTTP.write(ldata) +end + +-- called by XHR.get from detail_startstop.htm +function startstop() + local pid = get_pid(true) + if pid > 0 then + SYS.call("/etc/init.d/privoxy stop") + NX.nanosleep(1) -- sleep a second + if NX.kill(pid, 0) then -- still running + NX.kill(pid, 9) -- send SIGKILL + end + pid = 0 + else + SYS.call("/etc/init.d/privoxy start") + NX.nanosleep(1) -- sleep a second + pid = tonumber(NXFS.readfile("/var/run/privoxy.pid") or 0 ) + if pid > 0 and not NX.kill(pid, 0) then + pid = 0 -- process did not start + end + end + HTTP.write(tostring(pid)) -- HTTP needs string not number +end + +-- called by XHR.poll from detail_startstop.htm +-- and from lua (with parameter "true") +function get_pid(from_lua) + local pid = tonumber(NXFS.readfile("/var/run/privoxy.pid") or 0 ) + if pid > 0 and not NX.kill(pid, 0) then + pid = 0 + end + if from_lua then + return pid + else + HTTP.write(tostring(pid)) -- HTTP needs string not number + end +end + +-- compare versions using "<=" "<" ">" ">=" "=" "<<" ">>" +function ipkg_ver_compare(ver1, comp, ver2) + if not ver1 or not ver2 + or not comp or not (#comp > 0) then return nil end + -- correct compare string + if comp == "<>" or comp == "><" or comp == "!=" or comp == "~=" then comp = "~=" + elseif comp == "<=" or comp == "<" or comp == "=<" then comp = "<=" + elseif comp == ">=" or comp == ">" or comp == "=>" then comp = ">=" + elseif comp == "=" or comp == "==" then comp = "==" + elseif comp == "<<" then comp = "<" + elseif comp == ">>" then comp = ">" + else return nil end + + local av1 = UTIL.split(ver1, "[%.%-]", nil, true) + local av2 = UTIL.split(ver2, "[%.%-]", nil, true) + + for i = 1, math.max(table.getn(av1),table.getn(av2)), 1 do + local s1 = av1[i] or "" + local s2 = av2[i] or "" + + -- first "not equal" found return true + if comp == "~=" and (s1 ~= s2) then return true end + -- first "lower" found return true + if (comp == "<" or comp == "<=") and (s1 < s2) then return true end + -- first "greater" found return true + if (comp == ">" or comp == ">=") and (s1 > s2) then return true end + -- not equal then return false + if (s1 ~= s2) then return false end + end + + -- all equal and not compare greater or lower then true + return not (comp == "<" or comp == ">") +end + +-- read version information for given package if installed +function ipkg_ver_installed(pkg) + local version = nil + local control = io.open("/usr/lib/opkg/info/%s.control" % pkg, "r") + if control then + local ln + repeat + ln = control:read("*l") + if ln and ln:match("^Version: ") then + version = ln:gsub("^Version: ", "") + break + end + until not ln + control:close() + end + return version +end + +-- replacement of build-in Flag.parse of cbi.lua +-- modified to mark section as changed if value changes +-- current parse did not do this, but it is done AbstaractValue.parse() +function flag_parse(self, section) + local fexists = self.map:formvalue( + luci.cbi.FEXIST_PREFIX .. self.config .. "." .. section .. "." .. self.option) + + if fexists then + local fvalue = self:formvalue(section) and self.enabled or self.disabled + local cvalue = self:cfgvalue(section) + if fvalue ~= self.default or (not self.optional and not self.rmempty) then + self:write(section, fvalue) + else + self:remove(section) + end + if (fvalue ~= cvalue) then self.section.changed = true end + else + self:remove(section) + self.section.changed = true + end +end diff --git a/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua b/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua new file mode 100644 index 0000000..c415f8e --- /dev/null +++ b/applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua @@ -0,0 +1,978 @@ +-- Copyright 2014-2015 Christian Schoenebeck +-- Licensed under the Apache License, Version 2.0 + +local NXFS = require "nixio.fs" +local SYS = require "luci.sys" +local UTIL = require "luci.util" +local DISP = require "luci.dispatcher" +local DTYP = require "luci.cbi.datatypes" +local CTRL = require "luci.controller.privoxy" -- this application's controller + +-- Bootstrap theme needs 2 or 3 additional linefeeds for tab description for better optic +local HELP = [[%s]] + +local VERINST = CTRL.ipkg_ver_installed("privoxy") +local VEROK = CTRL.ipkg_ver_compare(VERINST,">=",CTRL.PRIVOXY_MIN) + +local TITLE = [[]] + .. translate("Privoxy WEB proxy") + +local DESC = translate("Privoxy is a non-caching web proxy with advanced filtering " + .. "capabilities for enhancing privacy, modifying web page data and HTTP headers, " + .. "controlling access, and removing ads and other obnoxious Internet junk.") + .. [[
]] + .. translate("For help use link at the relevant option") + .. [[]] + +-- Error handling if wrong privoxy version installed -- ######################## +if not nixio.fs.access("/etc/config/privoxy") or not VEROK then + local f = SimpleForm("_no_config") + f.title = TITLE + f.description = DESC + f.embedded = true + f.submit = false + f.reset = false + + local s = f:section(SimpleSection) + s.title = [[]] .. [[]] + .. translate("Software update required") + .. [[]] .. [[]] + + local v = s:option(DummyValue, "_update_needed") + v.titleref = DISP.build_url("admin", "system", "packages") + v.rawhtml = true + v.value = [[



    ]] + .. translate("The currently installed 'privoxy' package is not supported by LuCI application.") + .. [[

    ]] + .. translate("required") .. ": " .. CTRL.PRIVOXY_MIN .. " *** ".. translate("installed") .. ": " .. VERINST + .. [[

    ]] + .. translate("Please update to the current version!") + .. [[

]] + return f +end + +-- cbi-map -- ################################################################## +local m = Map("privoxy") +m.title = TITLE +m.description = DESC +function m.commit_handler(self) + if self.changed then -- changes ? + os.execute("/etc/init.d/privoxy reload &") -- reload configuration + end +end + +-- cbi-section -- ############################################################## +local ns = m:section( NamedSection, "privoxy", "privoxy") + +ns:tab("local", + translate("Local Set-up"), + translate("If you intend to operate Privoxy for more users than just yourself, " + .. "it might be a good idea to let them know how to reach you, what you block " + .. "and why you do that, your policies, etc.") ) +local function err_tab_local(title, msg) + return string.format(translate("Local Set-up") .. " - %s: %s", title, msg ) +end + +ns:tab("filter", + translate("Files and Directories"), + translate("Privoxy can (and normally does) use a number of other files " + .. "for additional configuration, help and logging. This section of " + .. "the configuration file tells Privoxy where to find those other files.") ) +local function err_tab_filter(title, msg) + return string.format(translate("Files and Directories") .. " - %s: %s", title, msg ) +end + +ns:tab("access", + translate("Access Control"), + translate("This tab controls the security-relevant aspects of Privoxy's configuration.") ) +local function err_tab_access(title, msg) + return string.format(translate("Access Control") .. " - %s: %s", title, msg ) +end + +ns:tab("forward", + translate("Forwarding"), + translate("Configure here the routing of HTTP requests through a chain of multiple proxies. " + .. "Note that parent proxies can severely decrease your privacy level. " + .. "Also specified here are SOCKS proxies.") ) + +ns:tab("misc", + translate("Miscellaneous"), + nil) +local function err_tab_misc(self, msg) + return string.format(translate("Miscellaneous") .. " - %s: %s", self.title_base, msg ) +end + +ns:tab("debug", + translate("Logging"), + nil ) + +ns:tab("logview", + translate("Log File Viewer"), + nil ) + +-- tab: local -- ############################################################### + +-- start/stop button ----------------------------------------------------------- +local btn = ns:taboption("local", Button, "_startstop") +btn.title = translate("Start / Stop") +btn.description = translate("Start/Stop Privoxy WEB Proxy") +btn.template = "privoxy/detail_startstop" +function btn.cfgvalue(self, section) + local pid = CTRL.get_pid(true) + if pid > 0 then + btn.inputtitle = "PID: " .. pid + btn.inputstyle = "reset" + btn.disabled = false + else + btn.inputtitle = translate("Start") + btn.inputstyle = "apply" + btn.disabled = false + end + return true +end + +-- enabled --------------------------------------------------------------------- +local ena = ns:taboption("local", Flag, "_enabled") +ena.title = translate("Enabled") +ena.description = translate("Enable/Disable autostart of Privoxy on system startup and interface events") +ena.orientation = "horizontal" -- put description under the checkbox +ena.rmempty = false +function ena.cfgvalue(self, section) + return (SYS.init.enabled("privoxy")) and "1" or "0" +end +function ena.validate(self, value) + error("Validate " .. value) +end +function ena.write(self, section, value) + --error("Write " .. value) + if value == "1" then + return SYS.init.enable("privoxy") + else + return SYS.init.disable("privoxy") + end +end + +-- hostname -------------------------------------------------------------------- +local hn = ns:taboption("local", Value, "hostname") +hn.title = string.format(HELP, "HOSTNAME", "Hostname" ) +hn.description = translate("The hostname shown on the CGI pages.") +hn.placeholder = SYS.hostname() +hn.optional = true +hn.rmempty = true + +-- user-manual ----------------------------------------------------------------- +local um = ns:taboption("local", Value, "user_manual") +um.title = string.format(HELP, "USER-MANUAL", "User Manual" ) +um.description = translate("Location of the Privoxy User Manual.") +um.placeholder = "http://www.privoxy.org/user-manual/" +um.optional = true +um.rmempty = true + +-- admin-address --------------------------------------------------------------- +local aa = ns:taboption("local", Value, "admin_address") +aa.title_base = "Admin Email" +aa.title = string.format(HELP, "ADMIN-ADDRESS", aa.title_base ) +aa.description = translate("An email address to reach the Privoxy administrator.") +aa.placeholder = "privoxy.admin@example.com" +aa.optional = true +aa.rmempty = true +function aa.validate(self, value) + if not value or #value == 0 then + return "" + end + if not (value:match("[A-Za-z0-9%.%%%+%-]+@[A-Za-z0-9%.%%%+%-]+%.%w%w%w?%w?")) then + return nil, err_tab_local(self.title_base, translate("Invalid email address") ) + end + return value +end + +-- proxy-info-url -------------------------------------------------------------- +local piu = ns:taboption("local", Value, "proxy_info_url") +piu.title = string.format(HELP, "PROXY-INFO-URL", "Proxy Info URL" ) +piu.description = translate("A URL to documentation about the local Privoxy setup, configuration or policies.") +piu.optional = true +piu.rmempty = true + +-- trust-info-url -------------------------------------------------------------- +local tiu = ns:taboption("local", Value, "trust_info_url") +tiu.title = string.format(HELP, "TRUST-INFO-URL", "Trust Info URLs" ) +tiu.description = translate("A URL to be displayed in the error page that users will see if access to an untrusted page is denied.") + .. [[
]] + .. translate("The value of this option only matters if the experimental trust mechanism has been activated.") + .. [[]] +tiu.optional = true +tiu.rmepty = true + +-- tab: filter -- ############################################################## + +-- logdir ---------------------------------------------------------------------- +local ld = ns:taboption("filter", Value, "logdir") +ld.title_base = "Log Directory" +ld.title = string.format(HELP, "LOGDIR", ld.title_base ) +ld.description = translate("The directory where all logging takes place (i.e. where the logfile is located).") + .. [[
]] + .. translate("No trailing '/', please.") +ld.default = "/var/log" +ld.rmempty = false +function ld.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_filter(self.title_base, translate("Mandatory Input: No Directory given!") ) + elseif not NXFS.access(value) then + return nil, err_tab_filter(self.title_base, translate("Directory does not exist!") ) + else + return value + end +end + +-- logfile --------------------------------------------------------------------- +local lf = ns:taboption("filter", Value, "logfile") +lf.title_base = "Log File" +lf.title = string.format(HELP, "LOGFILE", lf.title_base ) +lf.description = translate("The log file to use. File name, relative to log directory.") +lf.default = "privoxy.log" +lf.rmempty = false +function lf.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_filter(self.title_base, translate("Mandatory Input: No File given!") ) + else + return value + end +end + +-- confdir --------------------------------------------------------------------- +local cd = ns:taboption("filter", Value, "confdir") +cd.title_base = "Configuration Directory" +cd.title = string.format(HELP, "CONFDIR", cd.title_base ) +cd.description = translate("The directory where the other configuration files are located.") + .. [[
]] + .. translate("No trailing '/', please.") +cd.default = "/etc/privoxy" +cd.rmempty = false +function cd.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_filter(self.title_base, translate("Mandatory Input: No Directory given!") ) + elseif not NXFS.access(value) then + return nil, err_tab_filter(self.title_base, translate("Directory does not exist!") ) + else + return value + end +end + +-- templdir -------------------------------------------------------------------- +local tld = ns:taboption("filter", Value, "templdir") +tld.title_base = "Template Directory" +tld.title = string.format(HELP, "TEMPLDIR", tld.title_base ) +tld.description = translate("An alternative directory where the templates are loaded from.") + .. [[
]] + .. translate("No trailing '/', please.") +tld.placeholder = "/etc/privoxy/templates" +tld.rmempty = true +function tld.validate(self, value) + if not NXFS.access(value) then + return nil, err_tab_filter(self.title_base, translate("Directory does not exist!") ) + else + return value + end +end + +-- temporary-directory --------------------------------------------------------- +local td = ns:taboption("filter", Value, "temporary_directory") +td.title_base = "Temporary Directory" +td.title = string.format(HELP, "TEMPORARY-DIRECTORY", td.title_base ) +td.description = translate("A directory where Privoxy can create temporary files.") + .. [[
]] + .. translate("Only when using 'external filters', Privoxy has to create temporary files.") + .. [[]] +td.rmempty = true + +-- actionsfile ----------------------------------------------------------------- +local af = ns:taboption("filter", DynamicList, "actionsfile") +af.title_base = "Action Files" +af.title = string.format(HELP, "ACTIONSFILE", af.title_base) +af.description = translate("The actions file(s) to use. Multiple actionsfile lines are permitted, and are in fact recommended!") + .. [[
match-all.action := ]] + .. translate("Actions that are applied to all sites and maybe overruled later on.") + .. [[
default.action := ]] + .. translate("Main actions file") + .. [[
user.action := ]] + .. translate("User customizations") +af.rmempty = false +function af.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_access(self.title_base, translate("Mandatory Input: No files given!") ) + end + local confdir = cd:formvalue(ns.section) + local err = false + local file = "" + if type(value) == "table" then + local x + for _, x in ipairs(value) do + if x and #x > 0 then + if not NXFS.access(confdir .."/".. x) then + err = true + file = x + break -- break/leave for on error + end + end + end + else + if not NXFS.access(confdir .."/".. value) then + err = true + file = value + end + end + if err then + return nil, string.format(err_tab_filter(self.title_base, translate("File '%s' not found inside Configuration Directory") ), file) + end + return value +end + +-- filterfile ------------------------------------------------------------------ +local ff = ns:taboption("filter", DynamicList, "filterfile") +ff.title_base = "Filter files" +ff.title = string.format(HELP, "FILTERFILE", ff.title_base ) +ff.description = translate("The filter files contain content modification rules that use regular expressions.") +ff.rmempty = false +function ff.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_access(self.title_base, translate("Mandatory Input: No files given!") ) + end + local confdir = cd:formvalue(ns.section) + local err = false + local file = "" + if type(value) == "table" then + local x + for _, x in ipairs(value) do + if x and #x > 0 then + if not NXFS.access(confdir .."/".. x) then + err = true + file = x + break -- break/leave for on error + end + end + end + else + if not NXFS.access(confdir .."/".. value) then + err = true + file = value + end + end + if err then + return nil, string.format(err_tab_filter(self.title_base, translate("File '%s' not found inside Configuration Directory") ), file ) + end + return value +end + +-- trustfile ------------------------------------------------------------------- +local tf = ns:taboption("filter", Value, "trustfile") +tf.title_base = "Trust file" +tf.title = string.format(HELP, "TRUSTFILE", tf.title_base ) +tf.description = translate("The trust mechanism is an experimental feature for building white-lists " + .."and should be used with care.") + .. [[
]] + .. translate("It is NOT recommended for the casual user.") + .. [[]] +tf.placeholder = "user.trust" +tf.rmempty = true +function tf.validate(self, value) + local confdir = cd:formvalue(ns.section) + local err = false + local file = "" + if type(value) == "table" then + local x + for _, x in ipairs(value) do + if x and #x > 0 then + if not NCFS.access(confdir .."/".. x) then + err = true + file = x + break -- break/leave for on error + end + end + end + else + if not NXFS.access(confdir .."/".. value) then + err = true + file = value + end + end + if err then + return nil, string.format(err_tab_filter(self.title_base, translate("File '%s' not found inside Configuration Directory") ), file ) + end + return value +end + +-- tab: access -- ############################################################## + +-- listen-address -------------------------------------------------------------- +local la = ns:taboption("access", DynamicList, "listen_address") +la.title_base = "Listen addresses" +la.title = string.format(HELP, "LISTEN-ADDRESS", la.title_base ) +la.description = translate("The address and TCP port on which Privoxy will listen for client requests.") + .. [[
]] + .. translate("Syntax: ") + .. "IPv4:Port / [IPv6]:Port / Host:Port" +la.default = "127.0.0.1:8118" +la.rmempty = false +function la.validate(self, value) + if not value or #value == 0 then + return nil, err_tab_access(self.title_base, translate("Mandatory Input: No Data given!") ) + end + + local function check_value(v) + local _ret = UTIL.split(v, "]:") + local _ip + if _ret[2] then -- ip6 with port + _ip = string.gsub(_ret[1], "%[", "") -- remove "[" at beginning + if not DTYP.ip6addr(_ip) then + return translate("Mandatory Input: No valid IPv6 address given!") + elseif not DTYP.port(_ret[2]) then + return translate("Mandatory Input: No valid Port given!") + else + return nil + end + end + _ret = UTIL.split(v, ":") + if not _ret[2] then + return translate("Mandatory Input: No Port given!") + end + if #_ret[1] > 0 and not DTYP.host(_ret[1]) then -- :8118 is valid address + return translate("Mandatory Input: No valid IPv4 address or host given!") + elseif not DTYP.port(_ret[2]) then + return translate("Mandatory Input: No valid Port given!") + else + return nil + end + end + + local err = "" + local entry = "" + if type(value) == "table" then + local x + for _, x in ipairs(value) do + if x and #x > 0 then + err = check_value(x) + if err then + entry = x + break + end + end + end + else + err = check_value(value) + entry = value + end + if err then + return nil, string.format(err_tab_access(self.title_base, err .. " - %s"), entry ) + end + return value +end + +-- permit-access --------------------------------------------------------------- +local pa = ns:taboption("access", DynamicList, "permit_access") +pa.title = string.format(HELP, "ACLS", "Permit access" ) +pa.description = translate("Who can access what.") + .. [[
]] + .. translate("Please read Privoxy manual for details!") + .. [[]] +pa.rmempty = true + +-- deny-access ----------------------------------------------------------------- +local da = ns:taboption("access", DynamicList, "deny_access") +da.title = string.format(HELP, "ACLS", "Deny Access" ) +da.description = translate("Who can access what.") + .. [[
]] + .. translate("Please read Privoxy manual for details!") + .. [[]] +da.rmempty = true + +-- buffer-limit ---------------------------------------------------------------- +local bl = ns:taboption("access", Value, "buffer_limit") +bl.title_base = "Buffer Limit" +bl.title = string.format(HELP, "BUFFER-LIMIT", bl.title_base ) +bl.description = translate("Maximum size (in KB) of the buffer for content filtering.") + .. [[
]] + .. translate("Value range 1 to 4096, no entry defaults to 4096") +bl.default = 4096 +bl.rmempty = true +function bl.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_access(self.title_base, translate("Value is not a number") ) + elseif v < 1 or v > 4096 then + return nil, err_tab_access(self.title_base, translate("Value not between 1 and 4096") ) + elseif v == self.default then + return "" -- dont need to save default + end + return value +end + +-- toggle ---------------------------------------------------------------------- +local tgl = ns:taboption("access", Flag, "toggle") +tgl.title = string.format(HELP, "TOGGLE", "Toggle Status" ) +tgl.description = translate("Enable/Disable filtering when Privoxy starts.") + .. [[
]] + .. translate("Disabled == Transparent Proxy Mode") +tgl.orientation = "horizontal" +tgl.default = "1" +tgl.rmempty = false +function tgl.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- enable-remote-toggle -------------------------------------------------------- +local ert = ns:taboption("access", Flag, "enable_remote_toggle") +ert.title = string.format(HELP, "ENABLE-REMOTE-TOGGLE", "Enable remote toggle" ) +ert.description = translate("Whether or not the web-based toggle feature may be used.") +ert.orientation = "horizontal" +ert.rmempty = true +function ert.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- enable-remote-http-toggle --------------------------------------------------- +local eht = ns:taboption("access", Flag, "enable_remote_http_toggle") +eht.title = string.format(HELP, "ENABLE-REMOTE-HTTP-TOGGLE", "Enable remote toggle via HTTP" ) +eht.description = translate("Whether or not Privoxy recognizes special HTTP headers to change toggle state.") + .. [[
]] + .. translate("This option will be removed in future releases as it has been obsoleted by the more general header taggers.") + .. [[]] +eht.orientation = "horizontal" +eht.rmempty = true +function eht.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- enable-edit-actions --------------------------------------------------------- +local eea = ns:taboption("access", Flag, "enable_edit_actions") +eea.title = string.format(HELP, "ENABLE-EDIT-ACTIONS", "Enable action file editor" ) +eea.description = translate("Whether or not the web-based actions file editor may be used.") +eea.orientation = "horizontal" +eea.rmempty = true +function eea.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- enforce-blocks -------------------------------------------------------------- +local eb = ns:taboption("access", Flag, "enforce_blocks") +eb.title = string.format(HELP, "ENFORCE-BLOCKS", "Enforce page blocking" ) +eb.description = translate("If enabled, Privoxy hides the 'go there anyway' link. " + .. "The user obviously should not be able to bypass any blocks.") +eb.orientation = "horizontal" +eb.rmempty = true +function eb.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- tab: forward -- ############################################################# + +-- enable-proxy-authentication-forwarding -------------------------------------- +local paf = ns:taboption("forward", Flag, "enable_proxy_authentication_forwarding") +paf.title = string.format(HELP, "ENABLE-PROXY-AUTHENTICATION-FORWARDING", + translate("Enable proxy authentication forwarding") ) +paf.description = translate("Whether or not proxy authentication through Privoxy should work.") + .. [[
]] + .. translate("Enabling this option is NOT recommended if there is no parent proxy that requires authentication!") + .. [[]] +--paf.orientation = "horizontal" +paf.rmempty = true +function paf.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- forward --------------------------------------------------------------------- +local fwd = ns:taboption("forward", DynamicList, "forward") +fwd.title = string.format(HELP, "FORWARD", "Forward HTTP" ) +fwd.description = translate("To which parent HTTP proxy specific requests should be routed.") + .. [[
]] + .. translate("Syntax: target_pattern http_parent[:port]") +fwd.rmempty = true + +-- forward-socks4 -------------------------------------------------------------- +local fs4 = ns:taboption("forward", DynamicList, "forward_socks4") +fs4.title = string.format(HELP, "SOCKS", "Forward SOCKS 4" ) +fs4.description = translate("Through which SOCKS proxy (and optionally to which parent HTTP proxy) specific requests should be routed.") + .. [[
]] + .. translate("Syntax: target_pattern socks_proxy[:port] http_parent[:port]") +fs4.rmempty = true + +-- forward-socks4a ------------------------------------------------------------- +local f4a = ns:taboption("forward", DynamicList, "forward_socks4a") +f4a.title = string.format(HELP, "SOCKS", "Forward SOCKS 4A" ) +f4a.description = fs4.description +f4a.rmempty = true + +-- forward-socks5 -------------------------------------------------------------- +local fs5 = ns:taboption("forward", DynamicList, "forward_socks5") +fs5.title = string.format(HELP, "SOCKS", "Forward SOCKS 5" ) +fs5.description = fs4.description +fs5.rmempty = true + +-- forward-socks5t ------------------------------------------------------------- +local f5t = ns:taboption("forward", DynamicList, "forward_socks5t") +f5t.title = string.format(HELP, "SOCKS", "Forward SOCKS 5t" ) +f5t.description = fs4.description +f5t.rmempty = true + +-- tab: misc -- ################################################################ + +-- accept-intercepted-requests ------------------------------------------------- +local air = ns:taboption("misc", Flag, "accept_intercepted_requests") +air.title = string.format(HELP, "ACCEPT-INTERCEPTED-REQUESTS", "Accept intercepted requests" ) +air.description = translate("Whether intercepted requests should be treated as valid.") +air.orientation = "horizontal" +air.rmempty = true +function air.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- allow-cgi-request-crunching ------------------------------------------------- +local crc = ns:taboption("misc", Flag, "allow_cgi_request_crunching") +crc.title = string.format(HELP, "ALLOW-CGI-REQUEST-CRUNCHING", "Allow CGI request crunching" ) +crc.description = translate("Whether requests to Privoxy's CGI pages can be blocked or redirected.") +crc.orientation = "horizontal" +crc.rmempty = true +function crc.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- split-large-forms ----------------------------------------------------------- +local slf = ns:taboption("misc", Flag, "split_large_forms") +slf.title = string.format(HELP, "SPLIT-LARGE-FORMS", "Split large forms" ) +slf.description = translate("Whether the CGI interface should stay compatible with broken HTTP clients.") +slf.orientation = "horizontal" +slf.rmempty = true +function slf.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- keep-alive-timeout ---------------------------------------------------------- +local kat = ns:taboption("misc", Value, "keep_alive_timeout") +kat.title_base = "Keep-alive timeout" +kat.title = string.format(HELP, "KEEP-ALIVE-TIMEOUT", kat.title_base) +kat.description = translate("Number of seconds after which an open connection will no longer be reused.") +kat.rmempty = true +function kat.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_misc(self.title_base, translate("Value is not a number") ) + elseif v < 1 then + return nil, err_tab_misc(self.title_base, translate("Value not greater 0 or empty") ) + end + return value +end + +-- tolerate-pipelining --------------------------------------------------------- +local tp = ns:taboption("misc", Flag, "tolerate_pipelining") +tp.title = string.format(HELP, "TOLERATE-PIPELINING", "Tolerate pipelining" ) +tp.description = translate("Whether or not pipelined requests should be served.") +tp.orientation = "horizontal" +tp.rmempty = true +function tp.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- default-server-timeout ------------------------------------------------------ +local dst = ns:taboption("misc", Value, "default_server_timeout") +dst.title_base = "Default server timeout" +dst.title = string.format(HELP, "DEFAULT-SERVER-TIMEOUT", dst.title_base) +dst.description = translate("Assumed server-side keep-alive timeout (in seconds) if not specified by the server.") +dst.rmempty = true +function dst.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_misc(self.title_base, translate("Value is not a number") ) + elseif v < 1 then + return nil, err_tab_misc(self.title_base, translate("Value not greater 0 or empty") ) + end + return value +end + +-- connection-sharing ---------------------------------------------------------- +local cs = ns:taboption("misc", Flag, "connection_sharing") +cs.title = string.format(HELP, "CONNECTION-SHARING", "Connection sharing" ) +cs.description = translate("Whether or not outgoing connections that have been kept alive should be shared between different incoming connections.") +cs.orientation = "horizontal" +cs.rmempty = true +function cs.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- socket-timeout -------------------------------------------------------------- +local st = ns:taboption("misc", Value, "socket_timeout") +st.title_base = "Socket timeout" +st.title = string.format(HELP, "SOCKET-TIMEOUT", st.title_base ) +st.description = translate("Number of seconds after which a socket times out if no data is received.") +st.default = 300 +st.rmempty = true +function st.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_misc(self.title_base, translate("Value is not a number") ) + elseif v < 1 then + return nil, err_tab_misc(self.title_base, translate("Value not greater 0 or empty") ) + elseif v == self.default then + return "" -- dont need to save default + end + return value +end + +-- max-client-connections ------------------------------------------------------ +local mcc = ns:taboption("misc", Value, "max_client_connections") +mcc.title_base = "Max. client connections" +mcc.title = string.format(HELP, "MAX-CLIENT-CONNECTIONS", mcc.title_base ) +mcc.description = translate("Maximum number of client connections that will be served.") +mcc.default = 128 +mcc.rmempty = true +function mcc.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_misc(self.title_base, translate("Value is not a number") ) + elseif v < 1 then + return nil, err_tab_misc(self.title_base, translate("Value not greater 0 or empty") ) + elseif v == self.default then + return "" -- dont need to save default + end + return value +end + +-- handle-as-empty-doc-returns-ok ---------------------------------------------- +local her = ns:taboption("misc", Flag, "handle_as_empty_doc_returns_ok") +her.title = string.format(HELP, "HANDLE-AS-EMPTY-DOC-RETURNS-OK", "Handle as empty doc returns ok" ) +her.description = translate("The status code Privoxy returns for pages blocked with +handle-as-empty-document.") +her.orientation = "horizontal" +her.rmempty = true +function her.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- enable-compression ---------------------------------------------------------- +local ec = ns:taboption("misc", Flag, "enable_compression") +ec.title = string.format(HELP, "ENABLE-COMPRESSION", "Enable compression" ) +ec.description = translate("Whether or not buffered content is compressed before delivery.") +ec.orientation = "horizontal" +ec.rmempty = true +function ec.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- compression-level ----------------------------------------------------------- +local cl = ns:taboption("misc", Value, "compression_level") +cl.title_base = "Compression level" +cl.title = string.format(HELP, "COMPRESSION-LEVEL", cl.title_base ) +cl.description = translate("The compression level that is passed to the zlib library when compressing buffered content.") +cl.default = 1 +cl.rmempty = true +function cl.validate(self, value) + local v = tonumber(value) + if not v then + return nil, err_tab_misc(self.title_base, translate("Value is not a number") ) + elseif v < 0 or v > 9 then + return nil, err_tab_misc(self.title_base, translate("Value not between 0 and 9") ) + elseif v == self.default then + return "" -- don't need to save default + end + return value +end + +-- client-header-order --------------------------------------------------------- +local cho = ns:taboption("misc", Value, "client_header_order") +cho.title = string.format(HELP, "CLIENT-HEADER-ORDER", "Client header order" ) +cho.description = translate("The order in which client headers are sorted before forwarding them.") + .. [[
]] + .. translate("Syntax: Client header names delimited by spaces.") +cho.rmempty = true + +-- "debug"-tab definition -- ################################################### + +-- single-threaded ------------------------------------------------------------- +local st = ns:taboption("debug", Flag, "single_threaded") +st.title = string.format(HELP, "SINGLE-THREADED", "Single Threaded" ) +st.description = translate("Whether to run only one server thread.") + .. [[
]] + .. translate("This option is only there for debugging purposes. It will drastically reduce performance.") + .. [[]] +st.rmempty = true +function st.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 1 --------------------------------------------------------------------- +local d0 = ns:taboption("debug", Flag, "debug_1") +d0.title = string.format(HELP, "DEBUG", "Debug 1" ) +d0.description = translate("Log the destination for each request Privoxy let through. See also 'Debug 1024'.") +d0.rmempty = true +function d0.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 2 --------------------------------------------------------------------- +local d1 = ns:taboption("debug", Flag, "debug_2") +d1.title = string.format(HELP, "DEBUG", "Debug 2" ) +d1.description = translate("Show each connection status") +d1.rmempty = true +function d1.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 4 --------------------------------------------------------------------- +local d2 = ns:taboption("debug", Flag, "debug_4") +d2.title = string.format(HELP, "DEBUG", "Debug 4" ) +d2.description = translate("Show I/O status") +d2.rmempty = true +function d2.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 8 --------------------------------------------------------------------- +local d3 = ns:taboption("debug", Flag, "debug_8") +d3.title = string.format(HELP, "DEBUG", "Debug 8" ) +d3.description = translate("Show header parsing") +d3.rmempty = true +function d3.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 16 -------------------------------------------------------------------- +local d4 = ns:taboption("debug", Flag, "debug_16") +d4.title = string.format(HELP, "DEBUG", "Debug 16" ) +d4.description = translate("Log all data written to the network") +d4.rmempty = true +function d4.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 32 -------------------------------------------------------------------- +local d5 = ns:taboption("debug", Flag, "debug_32") +d5.title = string.format(HELP, "DEBUG", "Debug 32" ) +d5.description = translate("Debug force feature") +d5.rmempty = true +function d5.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 64 -------------------------------------------------------------------- +local d6 = ns:taboption("debug", Flag, "debug_64") +d6.title = string.format(HELP, "DEBUG", "Debug 64" ) +d6.description = translate("Debug regular expression filters") +d6.rmempty = true +function d6.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 128 ------------------------------------------------------------------- +local d7 = ns:taboption("debug", Flag, "debug_128") +d7.title = string.format(HELP, "DEBUG", "Debug 128" ) +d7.description = translate("Debug redirects") +d7.rmempty = true +function d7.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 256 ------------------------------------------------------------------- +local d8 = ns:taboption("debug", Flag, "debug_256") +d8.title = string.format(HELP, "DEBUG", "Debug 256" ) +d8.description = translate("Debug GIF de-animation") +d8.rmempty = true +function d8.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 512 ------------------------------------------------------------------- +local d9 = ns:taboption("debug", Flag, "debug_512") +d9.title = string.format(HELP, "DEBUG", "Debug 512" ) +d9.description = translate("Common Log Format") +d9.rmempty = true +function d9.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 1024 ------------------------------------------------------------------ +local d10 = ns:taboption("debug", Flag, "debug_1024") +d10.title = string.format(HELP, "DEBUG", "Debug 1024" ) +d10.description = translate("Log the destination for requests Privoxy didn't let through, and the reason why.") +d10.rmempty = true +function d10.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 2048 ------------------------------------------------------------------ +local d11 = ns:taboption("debug", Flag, "debug_2048") +d11.title = string.format(HELP, "DEBUG", "Debug 2048" ) +d11.description = translate("CGI user interface") +d11.rmempty = true +function d11.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 4096 ------------------------------------------------------------------ +local d12 = ns:taboption("debug", Flag, "debug_4096") +d12.title = string.format(HELP, "DEBUG", "Debug 4096" ) +d12.description = translate("Startup banner and warnings.") +d12.rmempty = true +function d12.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 8192 ------------------------------------------------------------------ +local d13 = ns:taboption("debug", Flag, "debug_8192") +d13.title = string.format(HELP, "DEBUG", "Debug 8192" ) +d13.description = translate("Non-fatal errors - *we highly recommended enabling this*") +d13.rmempty = true +function d13.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 16384 ----------------------------------------------------------------- +--[[ TODO ??? +local d14 = ns:taboption("debug", Flag, "debug_16384") +d14.title = string.format(HELP, "DEBUG", "Debug 16384" ) +d14.description = translate("") +d14.rmempty = true +function d14.parse(self, section) + CTRL.flag_parse(self, section) +end +]]-- + +-- debug 32768 ----------------------------------------------------------------- +local d15 = ns:taboption("debug", Flag, "debug_32768") +d15.title = string.format(HELP, "DEBUG", "Debug 32768" ) +d15.description = translate("Log all data read from the network") +d15.rmempty = true +function d15.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- debug 65536 ----------------------------------------------------------------- +local d16 = ns:taboption("debug", Flag, "debug_65536") +d16.title = string.format(HELP, "DEBUG", "Debug 65536" ) +d16.description = translate("Log the applying actions") +d16.rmempty = true +function d16.parse(self, section) + CTRL.flag_parse(self, section) +end + +-- tab: logview -- ############################################################# + +local lv = ns:taboption("logview", DummyValue, "_logview") +lv.template = "privoxy/detail_logview" +lv.inputtitle = translate("Read / Reread log file") +lv.rows = 50 +function lv.cfgvalue(self, section) + local lfile=self.map:get(ns.section, "logdir") .. "/" .. self.map:get(ns.section, "logfile") + if NXFS.access(lfile) then + return lfile .. "\n" .. translate("Please press [Read] button") + end + return lfile .. "\n" .. translate("File not found or empty") +end + +return m diff --git a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm new file mode 100644 index 0000000..ab0019b --- /dev/null +++ b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm @@ -0,0 +1,56 @@ + + + + +<%+cbi/valueheader%> + +
+ +<% +-- one button on top, one at the buttom +%> + /> + +

+ +<% +-- set a readable style taken from openwrt theme for textarea#syslog +-- in openwrt theme there are problems with a width of 100 so we check for theme and set to lower value +%> + +

+ +<% +-- one button on top, one at the buttom +%> + /> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm new file mode 100644 index 0000000..8c97dae --- /dev/null +++ b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm @@ -0,0 +1,49 @@ + + + + +<%+cbi/valueheader%> + +<% if self:cfgvalue(section) ~= false then +-- We need to garantie that function cfgvalue run first to set missing parameters +%> + + + " style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)" + <%= + attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled") + %> /> +<% end %> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-privoxy/po/de/privoxy.po b/applications/luci-app-privoxy/po/de/privoxy.po new file mode 100644 index 0000000..b01f99e --- /dev/null +++ b/applications/luci-app-privoxy/po/de/privoxy.po @@ -0,0 +1,503 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-privoxy\n" +"POT-Creation-Date: 2015-01-18 21:48+0100\n" +"PO-Revision-Date: 2015-01-18 21:51+0100\n" +"Last-Translator: Christian Schoenebeck \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" +"Ein Link auf der Fehlerseite, der Benutzern angezeigt wird, wenn der Zugang " +"zu einer nicht vertrauenswürdigen Seite verweigert wird." + +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" +"Ein Link zur Dokumentation über die lokale Privoxy Konfiguration und die " +"Sicherheitseinstellungen." + +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +msgid "Access Control" +msgstr "Zugriffskontrolle" + +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" +"Aktionen, die für alle Websites angewendet werden, und vielleicht später " +"überschrieben werden." + +msgid "An alternative directory where the templates are loaded from." +msgstr "Eine alternatives Verzeichnis, aus dem die Vorlagen geladen werden." + +msgid "An email address to reach the Privoxy administrator." +msgstr "Eine E-Mail-Adresse, um die Privoxy-Administrator zu erreichen." + +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" +"Angenommenes serverseitiges Keep-Alive-Timeout (in Sekunden), falls nicht " +"vom Server festgelegt." + +msgid "CGI user interface" +msgstr "Protokolliert die CGI Benutzer Schnittstelle" + +msgid "Common Log Format" +msgstr "Gemeinsames Protokollformat" + +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" +"Konfigurieren Sie hier das Weiterleiten von HTTP-Anforderungen durch eine " +"Kette von mehreren Proxies. Beachten Sie, dass übergeordnete Proxies Ihre " +"Privatsphäre stark verringern können. Auch hier angegeben werden SOCKS-" +"Proxies." + +msgid "Debug GIF de-animation" +msgstr "Protokolliert die GIF de-animation" + +msgid "Debug force feature" +msgstr "Protokolliert die 'Force' Eigenschaft" + +msgid "Debug redirects" +msgstr "Protokolliert Weiterleitungen" + +msgid "Debug regular expression filters" +msgstr "Protokolliert Filter für reguläre Ausdrücke" + +msgid "Directory does not exist!" +msgstr "Verzeichnis existiert nicht!" + +msgid "Disabled == Transparent Proxy Mode" +msgstr "Deaktiviert == Transparent Proxy Betrieb" + +msgid "Enable proxy authentication forwarding" +msgstr "Aktivieren die Weiterleitung von Proxy-Authentifizierungen" + +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" +"Aktivieren / Deaktivieren des Autostart von Privoxy beim Systemstart und " +"Schnittstellenereignissen." + +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "Aktivieren / Deaktivieren der Filterung, wenn Privoxy startet." + +msgid "Enabled" +msgstr "Aktiviert" + +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" +"Die Aktivierung dieser Option wird NICHT empfohlen, wenn es keinen " +"übergeordneten Proxy gibt, der eine Authentifizierung erfordert!" + +msgid "File '%s' not found inside Configuration Directory" +msgstr "Datei '%s' nicht im Konfigurationsverzeichnis gefunden!" + +msgid "File not found or empty" +msgstr "Datei nicht gefunden oder leer" + +msgid "Files and Directories" +msgstr "Dateien und Verzeichnisse" + +msgid "For help use link at the relevant option" +msgstr "" +"Für Hilfe zur Verwendung, benutzen Sie die Verknüpfung der betreffenden " +"Option." + +msgid "Forwarding" +msgstr "Weiterleitung" + +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" +"Wenn aktiviert, verbirgt Privoxy den Link 'go there anyway'. Normalerweise " +"sollten Benutzer nicht in der Lage sein, Blockierungen zu umgehen." + +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" +"Wenn Sie beabsichtigen, Privoxy für mehr Nutzer als nur sich selbst zu " +"betreiben, ist es eine gute Idee, sie wissen zu lassen, wie sie Sie " +"erreichen können, was Sie blockieren und warum Sie das tun, etc." + +msgid "Invalid email address" +msgstr "Ungültige Email Adresse" + +msgid "It is NOT recommended for the casual user." +msgstr "Es wird NICHT für den gelegentlichen Anwender empfohlen." + +msgid "Local Set-up" +msgstr "Lokale Einstellungen" + +msgid "Location of the Privoxy User Manual." +msgstr "Ort des Privoxy Benutzer Handbuches" + +msgid "Log File Viewer" +msgstr "Protokolldatei" + +msgid "Log all data read from the network" +msgstr "Protokolliert alle Daten, die vom Netzwerk gelesen werden." + +msgid "Log all data written to the network" +msgstr "Protokolliert alle Daten, die auf das Netzwerk geschrieben werden." + +msgid "Log the applying actions" +msgstr "Protokiolliert angewendete Aktionen" + +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" +"Protokolliert das Ziel für jede Anforderung die Privoxy durchlässt. Siehe " +"auch 'Debug 1024'." + +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" +"Protokolliert das Ziel für Anfragen die Privoxy nicht durchgelassen hat, und " +"den Grund dafür." + +msgid "Logging" +msgstr "Protokollierung" + +msgid "Main actions file" +msgstr "Wichtige Aktionen-Datei" + +msgid "Mandatory Input: No Data given!" +msgstr "Pflichtfeld: Keine Daten angegeben!" + +msgid "Mandatory Input: No Directory given!" +msgstr "Pflichtfeld: Kein Verzeichnis angegeben!" + +msgid "Mandatory Input: No File given!" +msgstr "Pflichtfeld: Keine Datei angegeben!" + +msgid "Mandatory Input: No Port given!" +msgstr "Pflichtfeld: Kein Port angegeben!" + +msgid "Mandatory Input: No files given!" +msgstr "Pflichtfeld: Keine Dateien angegeben!" + +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" +"Pflichtfeld: Keine gültige IPv4 Adresse oder gültiger Hostname angegeben!" + +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "Pflichtfeld: Keine gültige IPv6 Adresse angegeben!" + +msgid "Mandatory Input: No valid Port given!" +msgstr "Pflichtfeld: Keine gültige Port Nummer angegeben!" + +msgid "Maximum number of client connections that will be served." +msgstr "Maximale Anzahl von Client-Verbindungen." + +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "Maximale Größe (in KB) des Puffers für die Inhaltsfilterung." + +msgid "Miscellaneous" +msgstr "Verschiedenes" + +msgid "No trailing '/', please." +msgstr "Bitte kein '/' am Ende." + +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" +"Protokolliert nicht schwerwiegende Fehler - * Es wird dringend empfohlen, " +"dieses zu aktivieren *" + +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" +"Anzahl der Sekunden, nach der eine Socket Timeout erfolgt, wenn keine Daten " +"empfangen werden." + +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" +"Anzahl von Sekunden, nach der eine offene Verbindung nicht mehr " +"wiederverwendet wird." + +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +msgid "Please press [Read] button" +msgstr "Bitte Protokolldatei einlesen" + +msgid "Please read Privoxy manual for details!" +msgstr "Bitte lesen Sie das Privoxy Handbuch für Details!" + +msgid "Please update to the current version!" +msgstr "Aktualisieren Sie bitte auf die aktuelle Version!" + +msgid "Privoxy WEB proxy" +msgstr "Privoxy WEB proxy" + +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" +"Privoxy verwendet (was in der Regel der Fall ist), eine Reihe von anderen " +"Dateien für eine zusätzliche Konfiguration, Hilfe und Protokollierung. " +"Dieser Abschnitt der Konfigurationsdatei definiert, wo diese Dateien zu " +"finden sind." + +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" +"Privoxy ist ein non-caching Web-Proxy mit erweiterten Filterfunktion zur " +"Verbesserung der Privatsphäre. Er modifiziert Webseitendaten und HTTP-" +"Header, kontrolliert den Zugang und das Entfernen von Anzeigen und anderem " +"abscheulichen Internet Schrott." + +msgid "Read / Reread log file" +msgstr "Protokolldatei (neu) lesen" + +msgid "Show I/O status" +msgstr "Protokolliert den I/O Status" + +msgid "Show each connection status" +msgstr "Protokolliert jeden Verbindungsstatus" + +msgid "Show header parsing" +msgstr "Protokolliert das 'Header parsing'" + +msgid "Software update required" +msgstr "Softwareaktualisierung nötig" + +msgid "Start" +msgstr "Start" + +msgid "Start / Stop" +msgstr "Start / Stopp" + +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "Start/Stopp Privoxy WEB Proxy" + +msgid "Startup banner and warnings." +msgstr "Protokolliert Start-Meldungen und Warnungen" + +msgid "Syntax:" +msgstr "Syntax:" + +msgid "Syntax: Client header names delimited by spaces." +msgstr "Syntax: Client header Namen getrennt durch Leerzeichen." + +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "Syntax: target_pattern http_parent[:port]" + +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" + +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" +"Die zu verwendenden Aktion-Datei(en). Mehrere Dateien sind gestattet und " +"empfohlen!" + +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" +"Die Adresse und das TCP-Port, auf dem Privoxy auf Client-Anforderungen " +"wartet." + +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" +"Die Komprimierungsstufe (0-9), die der zlib-Bibliothek beim Komprimieren " +"gepufferten Inhaltes übergeben wird." + +msgid "" +"The currently installed 'privoxy' package is not supported by LuCI " +"application." +msgstr "" +"Das aktuell installierte 'privoxy' Paket wird von dieser LuCI Anwendung " +"NICHT unterstützt." + +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "Das Verzeichnis in dem die Protokolldatei gespeichert wird." + +msgid "The directory where the other configuration files are located." +msgstr "Das Verzeichnis in dem weitere Konfigurationsdateien gespeichert sind." + +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" +"Die Filterdateien enthalten Änderung des Inhalts, die reguläre Ausdrücke " +"als Regeln verwenden." + +msgid "The hostname shown on the CGI pages." +msgstr "Der Hostname der auf CGI-Seiten angezeigt wird." + +msgid "The log file to use. File name, relative to log directory." +msgstr "" +"Zu verwendende Protokolldatei. Dateiname relativ zum Protokoll-Verzeichnis." + +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" +"Die Reihenfolge, in der Client-Header sortiert werden, bevor sie " +"weitergeleitet werden." + +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" +"Ob Statuscode 200(OK) oder 403(forbidden) für Seiten gemeldet wird, die " +"durch den Filter 'handle-as-empty-document' blockiert werden." + +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" +"Der Trust-Mechanismus ist eine experimentelle Funktion für den Aufbau von " +"White-Listen und sollte mit Vorsicht verwendet werden." + +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" +"Der Wert dieser Option ist nur wirksam, wenn der experimentelle Trust-" +"Mechanismus aktiviert wurde." + +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" +"Diese Option ist ausschließlich zur Fehlersuche. Es wird drastisch die " +"Leistung beeinträchtigt." + +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "Diese Option wird in zukünftigen Versionen entfernt werden." + +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" +"Diese Registerkarte steuert die sicherheitsrelevanten Aspekte der Privoxy " +"Konfiguration." + +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" +"An welchen SOCKS-Proxy (und gegebenenfalls an welchen übergeordneten HTTP-" +"Proxy) spezifischen Anforderungen weitergeleitet werden." + +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" +"An welchen übergeordneten HTTP-Proxy spezifischen Anforderungen " +"weitergeleitet werden." + +msgid "User customizations" +msgstr "Benutzerdefinierte Anpassungen" + +msgid "Value is not a number" +msgstr "Eingabe ist keine Zahl" + +msgid "Value not between 0 and 9" +msgstr "Wert nicht zwischen 0 und 9" + +msgid "Value not between 1 and 4096" +msgstr "Wert nicht zwischen 1 und 4096" + +msgid "Value not greater 0 or empty" +msgstr "Wert nicht größer 0 oder leer" + +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "Wertebereich: 1 bis 4096; Keine Angabe setzt 4096." + +msgid "Version" +msgstr "Version" + +msgid "Version Information" +msgstr "Versionsinformation" + +msgid "Whether intercepted requests should be treated as valid." +msgstr "Ob abgefangen Anfragen als gültig behandelt werden." + +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" +"Ob Privoxy erkannte spezielle HTTP-Header zur Änderung des Toggle-Status " +"verwendet.." + +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" +"Ob gepufferte Inhalte vor der Weiterleitung komprimiert werden oder nicht." + +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" +"Ob ausgehende Verbindungen, die am Leben gehalten werden, für verschiedenen " +"eingehenden Verbindungen gemeinsam genutzt werden oder nicht." + +msgid "Whether or not pipelined requests should be served." +msgstr "Ob Pipeline-Anfragen bedient werden oder nicht." + +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" +"Ob Proxy-Authentifizierungen durch Privoxy weitergeleitet werden oder nicht." + +msgid "Whether or not the web-based actions file editor may be used." +msgstr "De-/Aktiviert den webbasierte Action-Datei Editor." + +msgid "Whether or not the web-based toggle feature may be used." +msgstr "De-Aktiviert die webbasierte Umschaltfunktion." + +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" +"Ob Anfragen an Privoxy CGI-Seiten gesperrt oder umgeleitet werden können " +"oder nicht." + +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" +"Ob die CGI-Schnittstelle mit broken HTTP-Clients kompatibel bleibt oder " +"nicht." + +msgid "Whether to run only one server thread." +msgstr "Ob nur ein Server-Thread ausgeführt wird." + +msgid "Who can access what." +msgstr "Wer kann auf Was zugreifen." + +msgid "installed" +msgstr "installiert" + +msgid "or higher" +msgstr "oder höher" + +msgid "required" +msgstr "benötigt" diff --git a/applications/luci-app-privoxy/po/templates/privoxy.pot b/applications/luci-app-privoxy/po/templates/privoxy.pot new file mode 100644 index 0000000..150ee31 --- /dev/null +++ b/applications/luci-app-privoxy/po/templates/privoxy.pot @@ -0,0 +1,412 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" + +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" + +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +msgid "Access Control" +msgstr "" + +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" + +msgid "An alternative directory where the templates are loaded from." +msgstr "" + +msgid "An email address to reach the Privoxy administrator." +msgstr "" + +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" + +msgid "CGI user interface" +msgstr "" + +msgid "Common Log Format" +msgstr "" + +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" + +msgid "Debug GIF de-animation" +msgstr "" + +msgid "Debug force feature" +msgstr "" + +msgid "Debug redirects" +msgstr "" + +msgid "Debug regular expression filters" +msgstr "" + +msgid "Directory does not exist!" +msgstr "" + +msgid "Disabled == Transparent Proxy Mode" +msgstr "" + +msgid "Enable proxy authentication forwarding" +msgstr "" + +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" + +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" + +msgid "File '%s' not found inside Configuration Directory" +msgstr "" + +msgid "File not found or empty" +msgstr "" + +msgid "Files and Directories" +msgstr "" + +msgid "For help use link at the relevant option" +msgstr "" + +msgid "Forwarding" +msgstr "" + +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" + +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" + +msgid "Invalid email address" +msgstr "" + +msgid "It is NOT recommended for the casual user." +msgstr "" + +msgid "Local Set-up" +msgstr "" + +msgid "Location of the Privoxy User Manual." +msgstr "" + +msgid "Log File Viewer" +msgstr "" + +msgid "Log all data read from the network" +msgstr "" + +msgid "Log all data written to the network" +msgstr "" + +msgid "Log the applying actions" +msgstr "" + +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" + +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" + +msgid "Logging" +msgstr "" + +msgid "Main actions file" +msgstr "" + +msgid "Mandatory Input: No Data given!" +msgstr "" + +msgid "Mandatory Input: No Directory given!" +msgstr "" + +msgid "Mandatory Input: No File given!" +msgstr "" + +msgid "Mandatory Input: No Port given!" +msgstr "" + +msgid "Mandatory Input: No files given!" +msgstr "" + +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" + +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "" + +msgid "Mandatory Input: No valid Port given!" +msgstr "" + +msgid "Maximum number of client connections that will be served." +msgstr "" + +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "No trailing '/', please." +msgstr "" + +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" + +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" + +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" + +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +msgid "Please press [Read] button" +msgstr "" + +msgid "Please read Privoxy manual for details!" +msgstr "" + +msgid "Please update to the current version!" +msgstr "" + +msgid "Privoxy WEB proxy" +msgstr "" + +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" + +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" + +msgid "Read / Reread log file" +msgstr "" + +msgid "Show I/O status" +msgstr "" + +msgid "Show each connection status" +msgstr "" + +msgid "Show header parsing" +msgstr "" + +msgid "Software update required" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "" + +msgid "Startup banner and warnings." +msgstr "" + +msgid "Syntax:" +msgstr "" + +msgid "Syntax: Client header names delimited by spaces." +msgstr "" + +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "" + +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "" + +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" + +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" + +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" + +msgid "" +"The currently installed 'privoxy' package is not supported by LuCI " +"application." +msgstr "" + +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "" + +msgid "The directory where the other configuration files are located." +msgstr "" + +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" + +msgid "The hostname shown on the CGI pages." +msgstr "" + +msgid "The log file to use. File name, relative to log directory." +msgstr "" + +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" + +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" + +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" + +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" + +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" + +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "" + +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" + +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" + +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" + +msgid "User customizations" +msgstr "" + +msgid "Value is not a number" +msgstr "" + +msgid "Value not between 0 and 9" +msgstr "" + +msgid "Value not between 1 and 4096" +msgstr "" + +msgid "Value not greater 0 or empty" +msgstr "" + +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "Whether intercepted requests should be treated as valid." +msgstr "" + +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" + +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" + +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" + +msgid "Whether or not pipelined requests should be served." +msgstr "" + +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" + +msgid "Whether or not the web-based actions file editor may be used." +msgstr "" + +msgid "Whether or not the web-based toggle feature may be used." +msgstr "" + +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" + +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" + +msgid "Whether to run only one server thread." +msgstr "" + +msgid "Who can access what." +msgstr "" + +msgid "installed" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "required" +msgstr "" diff --git a/applications/luci-app-privoxy/po/zh-cn/privoxy.po b/applications/luci-app-privoxy/po/zh-cn/privoxy.po new file mode 100644 index 0000000..f69a8f9 --- /dev/null +++ b/applications/luci-app-privoxy/po/zh-cn/privoxy.po @@ -0,0 +1,468 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-privoxy\n" +"POT-Creation-Date: 2015-06-10 20:16+0100\n" +"PO-Revision-Date: 2015-06-10 20:16+0100\n" +"Last-Translator: maz-1 \n" +"Language-Team: \n" +"Language: zh-cn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" +"当用户试图访问ä¸å—信任的页é¢æ—¶ï¼Œé”™è¯¯é¡µé¢æ‰€æ˜¾ç¤ºçš„URL。" + + +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" +"指å‘Privoxy安装ã€è®¾ç½®å’Œè§„则说明文档的URL" + + +msgid "A directory where Privoxy can create temporary files." +msgstr "Privoxy存放临时文件的目录。" + +msgid "Access Control" +msgstr "访问控制" + +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" +"作用在所有站点上的规则,å¯èƒ½è¢«åŽé¢çš„规则覆盖。" + + +msgid "An alternative directory where the templates are loaded from." +msgstr "å¯é€‰çš„目录,放在里é¢çš„模æ¿ä¼šè¢«åŠ è½½ã€‚" + +msgid "An email address to reach the Privoxy administrator." +msgstr "用于è”ç³»privoxy管ç†å‘˜çš„邮箱地å€ã€‚" + +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" +"当æœåŠ¡ç«¯æ²¡æœ‰æŒ‡å®šè¶…时时间时å‡å®šçš„超时时间(å•ä½ç§’)。" + +msgid "CGI user interface" +msgstr "CGI用户界é¢" + +msgid "Common Log Format" +msgstr "通用日志格å¼" + +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" +"在这里设置http请求所ç»è¿‡çš„多é‡ä»£ç†é“¾ã€‚" +"注æ„父级代ç†å¯èƒ½ä¸¥é‡é™ä½Žä½ çš„éšç§å®‰å…¨åº¦ã€‚" +"在这里还å¯ä»¥è®¾ç½®SOCKS代ç†ã€‚" + +msgid "Debug GIF de-animation" +msgstr "GIF动画日志" + +msgid "Debug force feature" +msgstr "force feature日志" + +msgid "Debug redirects" +msgstr "é‡å®šå‘日志" + +msgid "Debug regular expression filters" +msgstr "正则表达å¼æ—¥å¿—" + +msgid "Directory does not exist!" +msgstr "目录ä¸å­˜åœ¨ï¼" + +msgid "Disabled == Transparent Proxy Mode" +msgstr "ç¦ç”¨ == é€æ˜Žä»£ç†æ¨¡å¼" + +msgid "Enable proxy authentication forwarding" +msgstr "å…许转å‘代ç†è®¤è¯" + +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" +"å¼€å¯/关闭Privoxy在系统å¯åŠ¨æˆ–者设置界é¢æ›´æ”¹æ—¶è‡ªåŠ¨å¯åŠ¨ã€‚" + +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "Privoxyå¯åŠ¨æ—¶å¼€å¯/关闭过滤。" + +msgid "Enabled" +msgstr "已开å¯" + +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" +"父级代ç†ä¸éœ€è¦è®¤è¯æ—¶ä¸æŽ¨èå¼€å¯è¿™ä¸ªé€‰é¡¹ï¼" + +msgid "File '%s' not found inside Configuration Directory" +msgstr "文件 '%s' 没有在设置目录中找到ï¼" + +msgid "File not found or empty" +msgstr "文件ä¸å­˜åœ¨æˆ–为空" + +msgid "Files and Directories" +msgstr "文件和目录" + +msgid "For help use link at the relevant option" +msgstr "" +"在相应选项下的连接å¯èŽ·å–帮助。" + +msgid "Forwarding" +msgstr "转å‘" + +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" +"如果å¯ç”¨ï¼ŒPrivoxy会éšè—'go there anyway'链接。用户显然ä¸åº”能绕过å±è”½ã€‚" + +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" +"如果除了你还有其他用户通过privoxy连接,让他们知é“如何è”系你ã€ä»€ä¹ˆå†…容被å±è”½äº†ã€" +"你为什么è¦è¿™ä¹ˆåšã€ä½ æ‰€åˆ¶å®šçš„规范等等是一个好主æ„。" + +msgid "Invalid email address" +msgstr "邮箱地å€æ— æ•ˆ" + +msgid "It is NOT recommended for the casual user." +msgstr "ä¸æŽ¨è新手使用。" + +msgid "Local Set-up" +msgstr "本地设置" + +msgid "Location of the Privoxy User Manual." +msgstr "Privoxy用户手册ä½ç½®" + +msgid "Log File Viewer" +msgstr "日志查看器" + +msgid "Log all data read from the network" +msgstr "记录所有从网络接收的数æ®" + +msgid "Log all data written to the network" +msgstr "记录所有å‘é€ç»™ç½‘络的数æ®" + +msgid "Log the applying actions" +msgstr "记录被应用的规则" + +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" +"记录Privoxy所å…许的所有请求。å¦è¯·å‚考'Debug 1024'。" + +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" +"记录被Privoxyæ‹’ç»çš„请求目标以åŠæ‹’ç»åŽŸå› ã€‚" + +msgid "Logging" +msgstr "日志" + +msgid "Main actions file" +msgstr "主è¦è§„则文件" + +msgid "Mandatory Input: No Data given!" +msgstr "必需选项: 没有设置数æ®ï¼" + +msgid "Mandatory Input: No Directory given!" +msgstr "必需选项: 没有设置目录ï¼" + +msgid "Mandatory Input: No File given!" +msgstr "必需选项: 没有设置文件ï¼" + +msgid "Mandatory Input: No Port given!" +msgstr "必需选项: 没有设置端å£ï¼" + +msgid "Mandatory Input: No files given!" +msgstr "必需选项: 没有设置文件ï¼" + +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" +"必需选项: 没有设置有效的IPV4地å€æˆ–者主机ï¼" + +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "必需选项: 没有设置有效的IPV6地å€ï¼" + +msgid "Mandatory Input: No valid Port given!" +msgstr "必需选项: 没有设置有效的端å£ï¼" + +msgid "Maximum number of client connections that will be served." +msgstr "客户端数é‡ä¸Šé™ã€‚" + +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "内容过滤的最大缓冲(å•ä½KB)。" + +msgid "Miscellaneous" +msgstr "æ‚项" + +msgid "No trailing '/', please." +msgstr "路径结尾ä¸è¦åŠ '/' ." + +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" +"éžè‡´å‘½æ€§é”™è¯¯ - * å»ºè®®å¼€å¯ *" + +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" +"socket连接未收到数æ®çš„超时时间。" + +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" +"一个开放的连接ä¸å†é‡å¤ä½¿ç”¨çš„超时时间。" + +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" +"åªæœ‰ä½¿ç”¨å¤–置规则时,privoxyæ‰éœ€è¦åˆ›å»ºä¸´æ—¶æ–‡ä»¶ã€‚" + +msgid "Please press [Read] button" +msgstr "请点击[读å–]按钮" + +msgid "Please read Privoxy manual for details!" +msgstr "请阅读Privoxy手册以了解详情ï¼" + +msgid "Please update to the current version!" +msgstr "请å‡çº§åˆ°å½“å‰ç‰ˆæœ¬ï¼" + +msgid "Privoxy WEB proxy" +msgstr "Privoxy 网络代ç†" + +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" +"Privoxyå¯ä»¥ä½¿ç”¨å…¶ä»–一些文件用于附加设置,帮助和日志。这个区域用æ¥å‘Šè¯‰Privoxy从哪里找到这些文件。" + +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" +"Privoxy是一个无缓存的网络代ç†ï¼Œå…·æœ‰é«˜çº§è¿‡æ»¤åŠŸèƒ½ï¼Œèƒ½å¤Ÿä¿®æ”¹ç½‘页数æ®å’ŒHTTP头,控制访问,移除广告等。" + +msgid "Read / Reread log file" +msgstr "读å–/刷新日志文件" + +msgid "Show I/O status" +msgstr "显示 I/O 状æ€" + +msgid "Show each connection status" +msgstr "显示æ¯ä¸ªè¿žæŽ¥çš„状æ€" + +msgid "Show header parsing" +msgstr "Show header parsing" + +msgid "Software update required" +msgstr "需è¦å‡çº§è½¯ä»¶" + +msgid "Start" +msgstr "å¯åŠ¨" + +msgid "Start / Stop" +msgstr "å¯åŠ¨ / åœæ­¢" + +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "å¯åŠ¨/åœæ­¢ Privoxy 网络代ç†" + +msgid "Startup banner and warnings." +msgstr "å¯åŠ¨æ ‡è¯­å’Œè­¦å‘Šã€‚" + +msgid "Syntax:" +msgstr "æ ¼å¼:" + +msgid "Syntax: Client header names delimited by spaces." +msgstr "æ ¼å¼: Client header names delimited by spaces." + +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "æ ¼å¼: target_pattern http_parent[:port]" + +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "æ ¼å¼: target_pattern socks_proxy[:port] http_parent[:port]" + +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" +"所使用的规则文件。å…许并且推è使用多个规则文件。" + +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" +"Privoxy接收客户端请求时监å¬çš„地å€å’ŒTCP端å£ã€‚" + +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" +"使用zlib压缩缓冲内容时的压缩级别。" + +msgid "" +"The currently installed 'privoxy' package is not supported by LuCI " +"application." +msgstr "" +"ç›®å‰å®‰è£…çš„privoxy版本ä¸è¢«luci支æŒã€‚" + +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "所有日志所在的目录。" + +msgid "The directory where the other configuration files are located." +msgstr "其他设置文件所在的目录。" + +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" +"过滤文件包å«äº†ä½¿ç”¨æ­£åˆ™è¡¨è¾¾å¼ç¼–写的内容修改规则" + +msgid "The hostname shown on the CGI pages." +msgstr "CGI页é¢æ˜¾ç¤ºçš„主机å。" + +msgid "The log file to use. File name, relative to log directory." +msgstr "" +"日志文件å称,与日志路径相对。" + +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" +"转å‘æ•°æ®å‰ï¼Œclient headers的排åºã€‚" + +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" +"当页é¢å› ä¸ºhandle-as-empty-document规则被阻止时返回的状æ€ç ï¼ˆé€‰ä¸Šä¸º200 OK,ä¸é€‰ä¸Šä¸º403 Forbidden)" + +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" +"信任机制是一个实验性的白åå•ç‰¹æ€§ï¼Œä½¿ç”¨æ—¶åº”å°å¿ƒã€‚" + +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" +"åªæœ‰å¼€å¯äº†ä¿¡ä»»æœºåˆ¶æ—¶è¿™ä¸ªé€‰é¡¹çš„值æ‰æœ‰æ•ˆ" + +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" +"这个选项仅用于调试,开å¯åŽä¼šæžå¤§åœ°é™ä½Žæ€§èƒ½ã€‚" + +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "这个选项在以åŽçš„版本中将被移除,因为它被header taggers所å–代了。" + +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" +"这个标签用于设置与安全相关的Privoxy选项。" + +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" +"指定的请求应该通过哪一个SOCKS代ç†ï¼ˆå¹¶ä¸”通过哪一个HTTP父代ç†ï¼Œå¯é€‰ï¼‰" + +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" +"请求应转å‘至哪一个父级HTTP代ç†ã€‚" + +msgid "User customizations" +msgstr "用户自定义" + +msgid "Value is not a number" +msgstr "输入值ä¸æ˜¯æ•°å­—" + +msgid "Value not between 0 and 9" +msgstr "输入值ä¸åœ¨0å’Œ9之间。" + +msgid "Value not between 1 and 4096" +msgstr "输入值ä¸åœ¨1å’Œ4096之间" + +msgid "Value not greater 0 or empty" +msgstr "输入值为空或者ä¸æ˜¯å¤§äºŽé›¶ã€‚" + +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "输入值为1到4096,默认为4096" + +msgid "Version" +msgstr "版本" + +msgid "Version Information" +msgstr "版本信æ¯" + +msgid "Whether intercepted requests should be treated as valid." +msgstr "被拦截的请求是å¦åº”被当作有效的。" + +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" +"Privoxy是å¦è¯†åˆ«ç‰¹æ®Šçš„HTTP头以切æ¢çŠ¶æ€ã€‚" + +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" +"缓冲内容在传递之å‰æ˜¯å¦åŽ‹ç¼©ã€‚" + +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" +"æŒä¹…出站连接是å¦åº”在ä¸åŒçš„入站连接之间共享。" + +msgid "Whether or not pipelined requests should be served." +msgstr "是å¦å¤„ç†ç®¡é“化的请求。" + +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "是å¦å¯ä»¥é€šè¿‡Privoxy进行代ç†éªŒè¯ã€‚" + +msgid "Whether or not the web-based actions file editor may be used." +msgstr "是å¦ä½¿ç”¨åŸºäºŽç½‘页的规则编辑器。" + +msgid "Whether or not the web-based toggle feature may be used." +msgstr "是å¦å¯ç”¨åŸºäºŽç½‘页的切æ¢åŠŸèƒ½ã€‚" + +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "访问Privoxy CGI页é¢çš„请求是å¦å¯ä»¥è¢«æ‹¦æˆªæˆ–é‡å®šå‘。" + + +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" +"CGIç•Œé¢æ˜¯å¦åº”兼容过时的HTTP客户端。" + +msgid "Whether to run only one server thread." +msgstr "是å¦åªè¿è¡Œä¸€ä¸ªæœåŠ¡çº¿ç¨‹ã€‚" + +msgid "Who can access what." +msgstr "è°å¯ä»¥è®¿é—®ä»€ä¹ˆã€‚" + +msgid "installed" +msgstr "已安装" + +msgid "or higher" +msgstr "或更高" + +msgid "required" +msgstr "需è¦" diff --git a/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy b/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy new file mode 100755 index 0000000..3405479 --- /dev/null +++ b/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy @@ -0,0 +1,12 @@ +#!/bin/sh + +# no longer needed for "Save and Apply" to restart privoxy +# luci-app-privoxy calls /etc/init.d/privoxy reload +uci -q batch <<-EOF >/dev/null + delete ucitrack.@privoxy[-1] + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache + +exit 0 diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile new file mode 100644 index 0000000..dd322a3 --- /dev/null +++ b/applications/luci-app-qos/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Quality of Service configuration module +LUCI_DEPENDS:=+qos-scripts + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-qos/luasrc/controller/qos.lua b/applications/luci-app-qos/luasrc/controller/qos.lua new file mode 100644 index 0000000..250a039 --- /dev/null +++ b/applications/luci-app-qos/luasrc/controller/qos.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.qos", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/qos") then + return + end + + local page + + page = entry({"admin", "network", "qos"}, cbi("qos/qos"), _("QoS")) + page.dependent = true +end diff --git a/applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua new file mode 100644 index 0000000..a8ea57e --- /dev/null +++ b/applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua @@ -0,0 +1,71 @@ +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. + +local wa = require "luci.tools.webadmin" +local fs = require "nixio.fs" + +m = Map("qos", translate("Quality of Service"), + translate("With QoS you " .. + "can prioritize network traffic selected by addresses, " .. + "ports or services.")) + +s = m:section(TypedSection, "interface", translate("Interfaces")) +s.addremove = true +s.anonymous = false + +e = s:option(Flag, "enabled", translate("Enable")) +e.rmempty = false + +c = s:option(ListValue, "classgroup", translate("Classification group")) +c:value("Default", translate("default")) +c.default = "Default" + +s:option(Flag, "overhead", translate("Calculate overhead")) + +s:option(Flag, "halfduplex", translate("Half-duplex")) + +dl = s:option(Value, "download", translate("Download speed (kbit/s)")) +dl.datatype = "and(uinteger,min(1))" + +ul = s:option(Value, "upload", translate("Upload speed (kbit/s)")) +ul.datatype = "and(uinteger,min(1))" + +s = m:section(TypedSection, "classify", translate("Classification Rules")) +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true +s.sortable = true + +t = s:option(ListValue, "target", translate("Target")) +t:value("Priority", translate("priority")) +t:value("Express", translate("express")) +t:value("Normal", translate("normal")) +t:value("Bulk", translate("low")) +t.default = "Normal" + +srch = s:option(Value, "srchost", translate("Source host")) +srch.rmempty = true +srch:value("", translate("all")) +wa.cbi_add_knownips(srch) + +dsth = s:option(Value, "dsthost", translate("Destination host")) +dsth.rmempty = true +dsth:value("", translate("all")) +wa.cbi_add_knownips(dsth) + +p = s:option(Value, "proto", translate("Protocol")) +p:value("", translate("all")) +p:value("tcp", "TCP") +p:value("udp", "UDP") +p:value("icmp", "ICMP") +p.rmempty = true + +ports = s:option(Value, "ports", translate("Ports")) +ports.rmempty = true +ports:value("", translate("all")) + +bytes = s:option(Value, "connbytes", translate("Number of bytes")) + +comment = s:option(Value, "comment", translate("Comment")) + +return m diff --git a/applications/luci-app-qos/po/ca/qos.po b/applications/luci-app-qos/po/ca/qos.po new file mode 100644 index 0000000..e1430f1 --- /dev/null +++ b/applications/luci-app-qos/po/ca/qos.po @@ -0,0 +1,122 @@ +# qos.pot +# generated from ./applications/luci-qos/luasrc/i18n/qos.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-07-17 23:39+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +#, fuzzy +msgid "Calculate overhead" +msgstr "Calcula càrrega (overhead)" + +msgid "Classification Rules" +msgstr "Regles de classificació" + +msgid "Classification group" +msgstr "Grup de classificació" + +msgid "Comment" +msgstr "Comentari" + +msgid "Destination host" +msgstr "Host de destí" + +msgid "Download speed (kbit/s)" +msgstr "Velocitat de baixada (kbit/s)" + +msgid "Enable" +msgstr "Habilita" + +#, fuzzy +msgid "Half-duplex" +msgstr "Half-duplex" + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Number of bytes" +msgstr "Nombre de bytes" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocol" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Qualitat de Servei" + +msgid "Source host" +msgstr "Host d'origen" + +msgid "Target" +msgstr "Host de destí" + +msgid "Upload speed (kbit/s)" +msgstr "Velocitat de pujada (kbit/s)" + +#, fuzzy +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Amb QoS pots prioritzar el tràfic de xarxa seleccionat per adreces, ports o " +"serveis." + +msgid "all" +msgstr "tots" + +msgid "default" +msgstr "per defecte" + +msgid "express" +msgstr "exprés" + +msgid "low" +msgstr "baix" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioritat" + +#~ msgid "Service" +#~ msgstr "Servei" + +#~ msgid "Downlink" +#~ msgstr "Enllaç de baixada" + +#~ msgid "Internet Connection" +#~ msgstr "Connexió a Internet" + +#~ msgid "Uplink" +#~ msgstr "Enllaç de pujada" + +#~ msgid "Prioritization" +#~ msgstr "Priorització" + +#~ msgid "source network / source host" +#~ msgstr "xarxa d'origen / màquina d'origen" + +#~ msgid "target network / target host" +#~ msgstr "xarxa de destí / màquina de destí" + +#~ msgid "portrange" +#~ msgstr "rang de ports" + +#~ msgid "Bytes sent" +#~ msgstr "Bytes enviats" diff --git a/applications/luci-app-qos/po/cs/qos.po b/applications/luci-app-qos/po/cs/qos.po new file mode 100644 index 0000000..884310f --- /dev/null +++ b/applications/luci-app-qos/po/cs/qos.po @@ -0,0 +1,114 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-06-20 23:36+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "" +"Snažit se zabránit zahlcení linky snížením jejího maximálního povoleného " +"zatížení síťovým provozem" + +msgid "Classification Rules" +msgstr "KlasifikaÄní pravidla" + +msgid "Classification group" +msgstr "KlasifikaÄní skupina" + +msgid "Comment" +msgstr "Komentář" + +msgid "Destination host" +msgstr "Cílová adresa" + +msgid "Download speed (kbit/s)" +msgstr "Rychlost stahování dat (kbit/s)" + +msgid "Enable" +msgstr "Povolit" + +msgid "Half-duplex" +msgstr "PoloviÄní duplex" + +msgid "Interfaces" +msgstr "Síťová rozhraní" + +msgid "Number of bytes" +msgstr "PoÄet bajtů" + +msgid "Ports" +msgstr "Porty" + +msgid "Protocol" +msgstr "Protokol" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "Zdrojová adresa" + +msgid "Target" +msgstr "Cílová třída priority" + +msgid "Upload speed (kbit/s)" +msgstr "Rychlost odesílání dat (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Pomocí služby \"QoS\" můžete " +"nastavit prioritu síťového provozu na základÄ› specifikace adres, portů Äi " +"služeb." + +msgid "all" +msgstr "vÅ¡e" + +msgid "default" +msgstr "výchozí" + +msgid "express" +msgstr "nejvyšší priorita (velké rámce)" + +msgid "low" +msgstr "nízká priorita" + +msgid "normal" +msgstr "normální priorita" + +msgid "priority" +msgstr "nejvyšší priorita (malé rámce)" + +#~ msgid "Service" +#~ msgstr "Služba" + +#~ msgid "Downlink" +#~ msgstr "Stahování" + +#~ msgid "Internet Connection" +#~ msgstr "PÅ™ipojení k internetu" + +#~ msgid "Uplink" +#~ msgstr "Odesílání" + +#, fuzzy +#~ msgid "allf" +#~ msgstr "allf" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" diff --git a/applications/luci-app-qos/po/de/qos.po b/applications/luci-app-qos/po/de/qos.po new file mode 100644 index 0000000..46060de --- /dev/null +++ b/applications/luci-app-qos/po/de/qos.po @@ -0,0 +1,122 @@ +# qos.po +# generated from ./applications/luci-qos/luasrc/i18n/qos.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2013-01-28 22:18+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Overheadberechnung" + +msgid "Classification Rules" +msgstr "Klassifizierungsregeln" + +msgid "Classification group" +msgstr "Klassifizierungsgruppe" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Zieladresse" + +msgid "Download speed (kbit/s)" +msgstr "Downloadgeschwindigkeit (kbit/s)" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Half-duplex" +msgstr "Halb-Duplex" + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Number of bytes" +msgstr "Byteanzahl" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "Quelladresse" + +msgid "Target" +msgstr "Zieladresse" + +msgid "Upload speed (kbit/s)" +msgstr "Uploadgeschwindigkeit (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Mit Hilfe von QoS kann " +"Netzwerkverkehr anhand von Adressen, Ports oder Diensten priorisiert werden." + +msgid "all" +msgstr "alle" + +msgid "default" +msgstr "Standardeinstellung" + +msgid "express" +msgstr "express" + +msgid "low" +msgstr "niedrig" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "Priorität" + +#~ msgid "Service" +#~ msgstr "Dienst" + +#~ msgid "Downlink" +#~ msgstr "Downlink" + +#~ msgid "Internet Connection" +#~ msgstr "Internetverbindung" + +#~ msgid "Uplink" +#~ msgstr "Uplink" + +#~ msgid "allf" +#~ msgstr "alle f" + +#~ msgid "qos_connbytes" +#~ msgstr "Bytes gesendet" + +#~ msgid "Prioritization" +#~ msgstr "Priorisierung" + +#~ msgid "source network / source host" +#~ msgstr "Quellnetz / Quellhost" + +#~ msgid "target network / target host" +#~ msgstr "Zielnetz / Zielhost" + +#~ msgid "portrange" +#~ msgstr "Portbereich" diff --git a/applications/luci-app-qos/po/el/qos.po b/applications/luci-app-qos/po/el/qos.po new file mode 100644 index 0000000..9c8a985 --- /dev/null +++ b/applications/luci-app-qos/po/el/qos.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2012-03-18 15:29+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#, fuzzy +msgid "Calculate overhead" +msgstr "Υπολογισμός Overhead" + +#, fuzzy +msgid "Classification Rules" +msgstr "ΚατηγοÏιοποίηση" + +#, fuzzy +msgid "Classification group" +msgstr "ΚατηγοÏιοποίηση" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +#, fuzzy +msgid "Half-duplex" +msgstr "Μη-ταυτόχÏονη αμφίδÏομη επικοινωνία" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Number of bytes" +msgstr "" + +#, fuzzy +msgid "Ports" +msgstr "ΠÏοτεÏαιότητα" + +msgid "Protocol" +msgstr "ΠÏωτόκολλο" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "Ποιότητα ΥπηÏεσίας" + +#, fuzzy +msgid "Source host" +msgstr "ΔιεÏθυνση πηγής" + +#, fuzzy +msgid "Target" +msgstr "ΔιεÏθυνση στόχου" + +msgid "Upload speed (kbit/s)" +msgstr "" + +#, fuzzy +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Με το QoS μποÏείτε να οÏίσετε Ï€ÏοτεÏαιότητες στην κίνηση του δικτÏου με βάση " +"διευθÏνσεις, θÏÏες ή υπηÏεσίες." + +msgid "all" +msgstr "" + +msgid "default" +msgstr "Ï€Ïοεπιλογή" + +msgid "express" +msgstr "εξπÏές" + +msgid "low" +msgstr "χαμηλή" + +msgid "normal" +msgstr "κανονική" + +msgid "priority" +msgstr "Ï€ÏοτεÏαιότητα" + +#~ msgid "Service" +#~ msgstr "ΥπηÏεσία" + +#, fuzzy +#~ msgid "Downlink" +#~ msgstr "ΤαχÏτητα κατεβάσματος" + +#, fuzzy +#~ msgid "Uplink" +#~ msgstr "ΤαχÏτητα ανεβάσματος" + +#~ msgid "Prioritization" +#~ msgstr "ΠÏοτεÏαιότητες" + +#~ msgid "source network / source host" +#~ msgstr "πηγαίο δίκτυο / πηγαίος υπολογιστής" + +#~ msgid "target network / target host" +#~ msgstr "δίκτυο στόχος / υπολογιστής στόχος" + +#~ msgid "portrange" +#~ msgstr "εÏÏος θυÏών" + +#~ msgid "Bytes sent" +#~ msgstr "Απεσταλμένα byte" diff --git a/applications/luci-app-qos/po/en/qos.po b/applications/luci-app-qos/po/en/qos.po new file mode 100644 index 0000000..b20180f --- /dev/null +++ b/applications/luci-app-qos/po/en/qos.po @@ -0,0 +1,91 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2010-03-25 22:10+0100\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Calculate overhead" +msgstr "Calculate overhead" + +msgid "Classification Rules" +msgstr "Classification Rules" + +msgid "Classification group" +msgstr "Classification group" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Destination host" + +msgid "Download speed (kbit/s)" +msgstr "Download speed (kbit/s)" + +msgid "Enable" +msgstr "Enable" + +msgid "Half-duplex" +msgstr "Half-duplex" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Number of bytes" +msgstr "Number of bytes" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocol" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "Source host" + +msgid "Target" +msgstr "Target" + +msgid "Upload speed (kbit/s)" +msgstr "Upload speed (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." + +msgid "all" +msgstr "all" + +msgid "default" +msgstr "default" + +msgid "express" +msgstr "express" + +msgid "low" +msgstr "low" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "priority" + +#~ msgid "Service" +#~ msgstr "Service" diff --git a/applications/luci-app-qos/po/es/qos.po b/applications/luci-app-qos/po/es/qos.po new file mode 100644 index 0000000..83ace8d --- /dev/null +++ b/applications/luci-app-qos/po/es/qos.po @@ -0,0 +1,123 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-06-15 09:13+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Calcular sobrecarga" + +msgid "Classification Rules" +msgstr "Reglas de clasificación" + +msgid "Classification group" +msgstr "Grupo de clasificación" + +msgid "Comment" +msgstr "Comentario" + +msgid "Destination host" +msgstr "Máquina de destino" + +msgid "Download speed (kbit/s)" +msgstr "Velocidad de descarga (Kbit/s)" + +msgid "Enable" +msgstr "Activar" + +msgid "Half-duplex" +msgstr "Semi dúplex" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Number of bytes" +msgstr "Número de bytes" + +msgid "Ports" +msgstr "Puertos" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Calidad de Servicio" + +msgid "Source host" +msgstr "Máquina origen" + +msgid "Target" +msgstr "Objetivo" + +msgid "Upload speed (kbit/s)" +msgstr "Velocidad de subida (Kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Con QoS puede priorizar el tráfico de la red seleccionando por direcciones, " +"puertos o servicios." + +msgid "all" +msgstr "todos" + +msgid "default" +msgstr "por defecto" + +msgid "express" +msgstr "exprés" + +msgid "low" +msgstr "bajo" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioritario" + +#~ msgid "Service" +#~ msgstr "Servicio" + +#~ msgid "Downlink" +#~ msgstr "Enlace de bajada" + +#~ msgid "Internet Connection" +#~ msgstr "Conexión a Internet" + +#~ msgid "Uplink" +#~ msgstr "Enlace de subida" + +#~ msgid "allf" +#~ msgstr "-- ¿allf? --" + +#~ msgid "qos_connbytes" +#~ msgstr "-- ¿qos_connbytes? --" + +#~ msgid "Prioritization" +#~ msgstr "Priorización" + +#~ msgid "source network / source host" +#~ msgstr "red de origen / host de origen" + +#~ msgid "target network / target host" +#~ msgstr "red de destino / host de destino" + +#~ msgid "portrange" +#~ msgstr "rango de puerto" + +#~ msgid "Bytes sent" +#~ msgstr "Bytes enviados" diff --git a/applications/luci-app-qos/po/fr/qos.po b/applications/luci-app-qos/po/fr/qos.po new file mode 100644 index 0000000..38e9ce8 --- /dev/null +++ b/applications/luci-app-qos/po/fr/qos.po @@ -0,0 +1,97 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2012-11-06 16:08+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Calculer la surcharge" + +msgid "Classification Rules" +msgstr "Règles de classification" + +msgid "Classification group" +msgstr "Groupe de classification" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Hôte destinataire" + +msgid "Download speed (kbit/s)" +msgstr "Vitesse de téléchargement (kbit/s)" + +msgid "Enable" +msgstr "Activer" + +msgid "Half-duplex" +msgstr "Demi-duplex" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Number of bytes" +msgstr "Nombre d'octets" + +msgid "Ports" +msgstr "Ports" + +msgid "Protocol" +msgstr "Protocole" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "Qualité de service" + +msgid "Source host" +msgstr "Hôte source" + +msgid "Target" +msgstr "Cible" + +msgid "Upload speed (kbit/s)" +msgstr "Vitesse de téléversement (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Avec la QoS, vous pouvez donner " +"des priorités au trafic réseau en fonction des adresses, des ports ou des " +"services concernés." + +msgid "all" +msgstr "tous" + +msgid "default" +msgstr "par défaut" + +msgid "express" +msgstr "express" + +msgid "low" +msgstr "lent" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioritaire" + +#~ msgid "Service" +#~ msgstr "Service" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" diff --git a/applications/luci-app-qos/po/he/qos.po b/applications/luci-app-qos/po/he/qos.po new file mode 100644 index 0000000..e2d42ef --- /dev/null +++ b/applications/luci-app-qos/po/he/qos.po @@ -0,0 +1,88 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2010-03-25 22:10+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/hu/qos.po b/applications/luci-app-qos/po/hu/qos.po new file mode 100644 index 0000000..c77ac3c --- /dev/null +++ b/applications/luci-app-qos/po/hu/qos.po @@ -0,0 +1,111 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2012-12-30 19:18+0200\n" +"Last-Translator: romboyco \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Többletforgalom számítása" + +msgid "Classification Rules" +msgstr "Besorolási szabályok" + +msgid "Classification group" +msgstr "Besorolási csoport" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Cél gép" + +msgid "Download speed (kbit/s)" +msgstr "Letöltési sebesség (kbit/s)" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Half-duplex" +msgstr "Fél-duplex" + +msgid "Interfaces" +msgstr "Interfészek" + +msgid "Number of bytes" +msgstr "Bájtok száma" + +msgid "Ports" +msgstr "Portok" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "Forrás gép" + +msgid "Target" +msgstr "Cél" + +msgid "Upload speed (kbit/s)" +msgstr "Feltöltési sebesség (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"A QoS segítségével beállítható " +"cím, portok vagy szolgáltatások alapján kiválasztott hálózati forgalom " +"prioritása." + +msgid "all" +msgstr "összes" + +msgid "default" +msgstr "alapértelmezett" + +msgid "express" +msgstr "sürgÅ‘s" + +msgid "low" +msgstr "alacsony" + +msgid "normal" +msgstr "normál" + +msgid "priority" +msgstr "prioritás" + +#~ msgid "Service" +#~ msgstr "Szolgáltatás" + +#~ msgid "Downlink" +#~ msgstr "Downlink" + +#~ msgid "Internet Connection" +#~ msgstr "Internet kapcsolat" + +#~ msgid "Uplink" +#~ msgstr "Uplink" + +#~ msgid "allf" +#~ msgstr "allf" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" diff --git a/applications/luci-app-qos/po/it/qos.po b/applications/luci-app-qos/po/it/qos.po new file mode 100644 index 0000000..686c745 --- /dev/null +++ b/applications/luci-app-qos/po/it/qos.po @@ -0,0 +1,108 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-07-19 16:26+0200\n" +"Last-Translator: clagir \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Calcola l'overhead" + +msgid "Classification Rules" +msgstr "Regole di classificazione" + +msgid "Classification group" +msgstr "Gruppo di Priorità" + +msgid "Comment" +msgstr "Commento" + +msgid "Destination host" +msgstr "Host di destinazione" + +msgid "Download speed (kbit/s)" +msgstr "Velocità di download (kbit/s)" + +msgid "Enable" +msgstr "Abilita" + +msgid "Half-duplex" +msgstr "Half-duplex" + +msgid "Interfaces" +msgstr "Interfacce" + +msgid "Number of bytes" +msgstr "Numeri di bytes" + +msgid "Ports" +msgstr "Porte" + +msgid "Protocol" +msgstr "Protocollo" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Qualità del Servizio" + +msgid "Source host" +msgstr "Host sorgente" + +msgid "Target" +msgstr "Target" + +msgid "Upload speed (kbit/s)" +msgstr "Velocità di upload (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Con QoS puoi dare priorità al " +"traffico di rete in base ad un ip, una porta o dei servizi." + +msgid "all" +msgstr "tutti" + +msgid "default" +msgstr "default" + +msgid "express" +msgstr "express" + +msgid "low" +msgstr "basso" + +msgid "normal" +msgstr "normale" + +msgid "priority" +msgstr "priorità" + +#~ msgid "Service" +#~ msgstr "Servizi" + +#~ msgid "Downlink" +#~ msgstr "Collegamento discendente" + +#~ msgid "Internet Connection" +#~ msgstr "Connessione Internet" + +#~ msgid "Uplink" +#~ msgstr "Collegamento ascendente" + +#~ msgid "allf" +#~ msgstr "allf" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" diff --git a/applications/luci-app-qos/po/ja/qos.po b/applications/luci-app-qos/po/ja/qos.po new file mode 100644 index 0000000..deeb23f --- /dev/null +++ b/applications/luci-app-qos/po/ja/qos.po @@ -0,0 +1,93 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2011-10-28 11:02+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Calculate overhead" +msgstr "オーãƒãƒ¼ãƒ˜ãƒƒãƒ‰ã‚’考慮ã™ã‚‹" + +msgid "Classification Rules" +msgstr "区分ルール" + +msgid "Classification group" +msgstr "区分グループ" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "宛先ホスト" + +msgid "Download speed (kbit/s)" +msgstr "ダウンロード速度 (kbit/s)" + +msgid "Enable" +msgstr "有効" + +msgid "Half-duplex" +msgstr "åŠäºŒé‡" + +msgid "Interfaces" +msgstr "インターフェース" + +msgid "Number of bytes" +msgstr "ãƒã‚¤ãƒˆæ•°" + +msgid "Ports" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Protocol" +msgstr "プロトコル" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "é€ä¿¡å…ƒãƒ›ã‚¹ãƒˆ" + +msgid "Target" +msgstr "対象" + +msgid "Upload speed (kbit/s)" +msgstr "アップロード速度 (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"QoSã¯ã‚¢ãƒ‰ãƒ¬ã‚¹ã€ãƒãƒ¼ãƒˆã€ã‚µãƒ¼ãƒ“スã§åŒº" +"別ã—ã¦ã€ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã«å„ªå…ˆåº¦ã‚’付与ã™ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚" + +msgid "all" +msgstr "å…¨ã¦" + +msgid "default" +msgstr "標準" + +msgid "express" +msgstr "高速" + +msgid "low" +msgstr "低速" + +msgid "normal" +msgstr "標準" + +msgid "priority" +msgstr "最優先" + +#~ msgid "Service" +#~ msgstr "サービス" diff --git a/applications/luci-app-qos/po/ms/qos.po b/applications/luci-app-qos/po/ms/qos.po new file mode 100644 index 0000000..f8d4ab3 --- /dev/null +++ b/applications/luci-app-qos/po/ms/qos.po @@ -0,0 +1,87 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2010-03-25 22:10+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/no/qos.po b/applications/luci-app-qos/po/no/qos.po new file mode 100644 index 0000000..6b390a1 --- /dev/null +++ b/applications/luci-app-qos/po/no/qos.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2013-03-21 23:04+0200\n" +"Last-Translator: protx \n" +"Language: no\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Beregn overhead" + +msgid "Classification Rules" +msgstr "Klassifisering Regler" + +msgid "Classification group" +msgstr "Klassifisering gruppe" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Destinasjon vert" + +msgid "Download speed (kbit/s)" +msgstr "Nedlasting hastighet (kbit/s)" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Half-duplex" +msgstr "Halv dupleks" + +msgid "Interfaces" +msgstr "Grensesnitt" + +msgid "Number of bytes" +msgstr "Antall bytes" + +msgid "Ports" +msgstr "Porter" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "Kilde vert" + +msgid "Target" +msgstr "MÃ¥l" + +msgid "Upload speed (kbit/s)" +msgstr "Opplasting hastighet (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Med QoS kan du prioritere " +"nettverkstrafikk valgt av adresser, porter eller tjenester." + +msgid "all" +msgstr "alle" + +msgid "default" +msgstr "standard" + +msgid "express" +msgstr "ekspress" + +msgid "low" +msgstr "lav" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioritet" + +#~ msgid "Service" +#~ msgstr "Service" + +#~ msgid "Downlink" +#~ msgstr "Nedlinje" + +#~ msgid "Internet Connection" +#~ msgstr "Internett Tilkobling" + +#~ msgid "Uplink" +#~ msgstr "Opplinje" + +#~ msgid "allf" +#~ msgstr "alle" + +#~ msgid "qos_connbytes" +#~ msgstr "Bytes sendt" + +#~ msgid "Half-Duplex" +#~ msgstr "Halvdupleks" diff --git a/applications/luci-app-qos/po/pl/qos.po b/applications/luci-app-qos/po/pl/qos.po new file mode 100644 index 0000000..3c6a28c --- /dev/null +++ b/applications/luci-app-qos/po/pl/qos.po @@ -0,0 +1,111 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2012-08-31 18:14+0200\n" +"Last-Translator: obsy \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Oblicz narzut" + +msgid "Classification Rules" +msgstr "ReguÅ‚y klasyfikacji" + +msgid "Classification group" +msgstr "Grupa klasyfikacji" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Host docelowy" + +msgid "Download speed (kbit/s)" +msgstr "PrÄ™dkość pobierania (kbit/s)" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "Half-duplex" +msgstr "Półdupleks" + +msgid "Interfaces" +msgstr "Interfejsy" + +msgid "Number of bytes" +msgstr "Ilość bajtów" + +msgid "Ports" +msgstr "Porty" + +msgid "Protocol" +msgstr "Protokół" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Jakość usÅ‚ugi (ang. Quality of Service)" + +msgid "Source host" +msgstr "Host źródÅ‚owy" + +msgid "Target" +msgstr "Cel" + +msgid "Upload speed (kbit/s)" +msgstr "PrÄ™dkość wysyÅ‚ania (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Z QoS można ustalać priorytet " +"ruchu sieciowego na podstawie adresów, portów lub usÅ‚ug." + +msgid "all" +msgstr "wszystko" + +msgid "default" +msgstr "domyÅ›lna" + +msgid "express" +msgstr "ekspresowy" + +msgid "low" +msgstr "niski" + +msgid "normal" +msgstr "normalny" + +msgid "priority" +msgstr "priorytetowy" + +#~ msgid "Service" +#~ msgstr "UsÅ‚uga" + +#~ msgid "Downlink" +#~ msgstr "Ruch przychodzÄ…cy" + +#~ msgid "Internet Connection" +#~ msgstr "PoÅ‚Ä…czenie Internetowe" + +#~ msgid "Uplink" +#~ msgstr "Ruch wychodzÄ…cy" + +# JeÅ›li w ogóle jest to gdzieÅ› używane, to i w angielskiej wersji jest bÅ‚Ä…d. W takiej sytuacji należy udawać idiotÄ™. +#~ msgid "allf" +#~ msgstr "allf" + +# Patrz - allf. +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" diff --git a/applications/luci-app-qos/po/pt-br/qos.po b/applications/luci-app-qos/po/pt-br/qos.po new file mode 100644 index 0000000..43cd6e2 --- /dev/null +++ b/applications/luci-app-qos/po/pt-br/qos.po @@ -0,0 +1,127 @@ +# qos.po +# generated from ./applications/luci-qos/luasrc/i18n/qos.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-06-21 19:00+0200\n" +"Last-Translator: Éder \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Calcular overhead" + +msgid "Classification Rules" +msgstr "Classificação" + +msgid "Classification group" +msgstr "Classificação" + +# 20140621: edersg: tradução +msgid "Comment" +msgstr "Comentário" + +msgid "Destination host" +msgstr "Endereço de destino" + +msgid "Download speed (kbit/s)" +msgstr "Velocidade de recebimento (kbit/s)" + +msgid "Enable" +msgstr "Habilitado" + +msgid "Half-duplex" +msgstr "Half-duplex" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Number of bytes" +msgstr "Número de bytes" + +msgid "Ports" +msgstr "Portas" + +msgid "Protocol" +msgstr "Prococolo" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Qualidade de Serviço" + +msgid "Source host" +msgstr "Endereço de origem" + +msgid "Target" +msgstr "Alvo" + +msgid "Upload speed (kbit/s)" +msgstr "Velocidade de envio (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Com QoS, " +"você pode priorizar o tráfego da rede selecionada por endereços, portas ou " +"serviços." + +msgid "all" +msgstr "todos" + +msgid "default" +msgstr "padrão" + +msgid "express" +msgstr "expressa" + +msgid "low" +msgstr "baixa" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioritário" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "Downlink" +#~ msgstr "Link para download" + +#~ msgid "Internet Connection" +#~ msgstr "Conexão com a Internet" + +#~ msgid "Uplink" +#~ msgstr "Link para upload" + +#~ msgid "allf" +#~ msgstr "allf" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" + +#~ msgid "Prioritization" +#~ msgstr "Priorização" + +#~ msgid "source network / source host" +#~ msgstr "rede de origem / host de origem" + +#~ msgid "target network / target host" +#~ msgstr "rede de destino / host de destino" + +#~ msgid "portrange" +#~ msgstr "faixa de portas" + +#~ msgid "Bytes sent" +#~ msgstr "Bytes enviados" diff --git a/applications/luci-app-qos/po/pt/qos.po b/applications/luci-app-qos/po/pt/qos.po new file mode 100644 index 0000000..449ddce --- /dev/null +++ b/applications/luci-app-qos/po/pt/qos.po @@ -0,0 +1,122 @@ +# qos.po +# generated from ./applications/luci-qos/luasrc/i18n/qos.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2013-05-31 23:49+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Calcular Overhead" + +msgid "Classification Rules" +msgstr "Regras de Classificação" + +msgid "Classification group" +msgstr "Grupo de Classificação" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Host de destino" + +msgid "Download speed (kbit/s)" +msgstr "Velocidade de Download (kbit/s)" + +msgid "Enable" +msgstr "Ativar" + +msgid "Half-duplex" +msgstr "Half-duplex" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Number of bytes" +msgstr "Número de bytes" + +msgid "Ports" +msgstr "Portas" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Qualidade de Serviço" + +msgid "Source host" +msgstr "Host de origem" + +msgid "Target" +msgstr "Host de destino" + +msgid "Upload speed (kbit/s)" +msgstr "Velocidade de Upload (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Com o QoS pode dar prioridade ao " +"tráfego na rede por endereço, portas ou serviço." + +msgid "all" +msgstr "todos" + +msgid "default" +msgstr "Por defeito" + +msgid "express" +msgstr "expressa" + +msgid "low" +msgstr "baixa" + +msgid "normal" +msgstr "normal" + +msgid "priority" +msgstr "prioridade" + +#~ msgid "Service" +#~ msgstr "Serviço" + +#~ msgid "Downlink" +#~ msgstr "Link para download" + +#~ msgid "Internet Connection" +#~ msgstr "Ligação à Internet" + +#~ msgid "Uplink" +#~ msgstr "Link para upload" + +#~ msgid "qos_connbytes" +#~ msgstr "qos_connbytes" + +#~ msgid "Prioritization" +#~ msgstr "Priorização" + +#~ msgid "source network / source host" +#~ msgstr "rede de origem / host de origem" + +#~ msgid "target network / target host" +#~ msgstr "rede de destino / host de destino" + +#~ msgid "portrange" +#~ msgstr "faixa de portas" + +#~ msgid "Bytes sent" +#~ msgstr "Bytes enviados" diff --git a/applications/luci-app-qos/po/ro/qos.po b/applications/luci-app-qos/po/ro/qos.po new file mode 100644 index 0000000..9c88f7c --- /dev/null +++ b/applications/luci-app-qos/po/ro/qos.po @@ -0,0 +1,97 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2013-09-25 19:25+0200\n" +"Last-Translator: Mihai \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "Interfete" + +msgid "Number of bytes" +msgstr "Numarul de bytes" + +msgid "Ports" +msgstr "Porturi" + +msgid "Protocol" +msgstr "Protocol" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "Quality of Service" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "toate" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "expres" + +msgid "low" +msgstr "scazuta" + +msgid "normal" +msgstr "normala" + +msgid "priority" +msgstr "ridicata" + +#~ msgid "Service" +#~ msgstr "Serviciu" + +#~ msgid "Internet Connection" +#~ msgstr "Conexiune internet" diff --git a/applications/luci-app-qos/po/ru/qos.po b/applications/luci-app-qos/po/ru/qos.po new file mode 100644 index 0000000..811cbf1 --- /dev/null +++ b/applications/luci-app-qos/po/ru/qos.po @@ -0,0 +1,104 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: qos\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2012-08-15 12:02+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Calculate overhead" +msgstr "ПодÑчитывать накладные раÑходы" + +msgid "Classification Rules" +msgstr "Правила клаÑÑификации" + +msgid "Classification group" +msgstr "КлаÑÑификациÑ" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "ХоÑÑ‚ назначениÑ" + +msgid "Download speed (kbit/s)" +msgstr "СкороÑÑ‚ÑŒ загрузки (кбит/Ñ)" + +msgid "Enable" +msgstr "Включить" + +msgid "Half-duplex" +msgstr "ПолудуплекÑ" + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Number of bytes" +msgstr "КоличеÑтво байт" + +msgid "Ports" +msgstr "Порты" + +msgid "Protocol" +msgstr "Протокол" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "КачеÑтво обÑÐ»ÑƒÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ (QoS)" + +msgid "Source host" +msgstr "ХоÑÑ‚ иÑточника" + +msgid "Target" +msgstr "Цель" + +msgid "Upload speed (kbit/s)" +msgstr "СкороÑÑ‚ÑŒ отдачи (кбит/Ñ)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ QoS, вы можете " +"приоритезаровать Ñетевой трафик по адреÑам, портам и ÑервиÑам." + +msgid "all" +msgstr "вÑе" + +msgid "default" +msgstr "по умолчанию" + +msgid "express" +msgstr "ÑкÑпреÑÑ" + +msgid "low" +msgstr "низкий" + +msgid "normal" +msgstr "обычный" + +msgid "priority" +msgstr "приоритетный" + +#~ msgid "Service" +#~ msgstr "Служба" + +#~ msgid "Downlink" +#~ msgstr "ÐиÑходÑщий канал" + +#~ msgid "Internet Connection" +#~ msgstr "Интернет-Ñоединение" + +#~ msgid "Uplink" +#~ msgstr "ВоÑходÑщий канал" diff --git a/applications/luci-app-qos/po/sk/qos.po b/applications/luci-app-qos/po/sk/qos.po new file mode 100644 index 0000000..b4d10ab --- /dev/null +++ b/applications/luci-app-qos/po/sk/qos.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/sv/qos.po b/applications/luci-app-qos/po/sv/qos.po new file mode 100644 index 0000000..1ba407e --- /dev/null +++ b/applications/luci-app-qos/po/sv/qos.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/templates/qos.pot b/applications/luci-app-qos/po/templates/qos.pot new file mode 100644 index 0000000..48333e4 --- /dev/null +++ b/applications/luci-app-qos/po/templates/qos.pot @@ -0,0 +1,76 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/tr/qos.po b/applications/luci-app-qos/po/tr/qos.po new file mode 100644 index 0000000..d2f3611 --- /dev/null +++ b/applications/luci-app-qos/po/tr/qos.po @@ -0,0 +1,88 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2010-03-25 22:10+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Calculate overhead" +msgstr "" + +msgid "Classification Rules" +msgstr "" + +msgid "Classification group" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Half-duplex" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +msgid "Ports" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "" + +msgid "Source host" +msgstr "" + +msgid "Target" +msgstr "" + +msgid "Upload speed (kbit/s)" +msgstr "" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "" + +msgid "low" +msgstr "" + +msgid "normal" +msgstr "" + +msgid "priority" +msgstr "" diff --git a/applications/luci-app-qos/po/uk/qos.po b/applications/luci-app-qos/po/uk/qos.po new file mode 100644 index 0000000..5ec9f37 --- /dev/null +++ b/applications/luci-app-qos/po/uk/qos.po @@ -0,0 +1,110 @@ +# Generated from applications/luci-qos/luasrc/model/cbi/qos/qos.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2013-08-13 15:27+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "Розраховувати додаткові витрати" + +msgid "Classification Rules" +msgstr "Правила клаÑифікації" + +msgid "Classification group" +msgstr "КлаÑифікаційна група" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "Вузол призначеннÑ" + +msgid "Download speed (kbit/s)" +msgstr "ШвидкіÑÑ‚ÑŒ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ (Кбіт/Ñ)" + +msgid "Enable" +msgstr "Увімкнути" + +msgid "Half-duplex" +msgstr "ÐапівдуплекÑ" + +msgid "Interfaces" +msgstr "ІнтерфейÑи" + +msgid "Number of bytes" +msgstr "КількіÑÑ‚ÑŒ байт" + +msgid "Ports" +msgstr "Порти" + +msgid "Protocol" +msgstr "Протокол" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "ЯкіÑÑ‚ÑŒ обÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ (QoS)" + +msgid "Source host" +msgstr "Вихідний вузол" + +msgid "Target" +msgstr "Мета" + +msgid "Upload speed (kbit/s)" +msgstr "ШвидкіÑÑ‚ÑŒ Ð²Ñ–Ð´Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ (Кбіт/Ñ)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"ВикориÑтовуючи фунцію QoS можна визначити пріоритети мережевого трафіку " +"Ð´Ð»Ñ Ð¿ÐµÐ²Ð½Ð¸Ñ… адреÑ, портів або ÑервіÑів." + +msgid "all" +msgstr "уÑÑ–" + +msgid "default" +msgstr "типова" + +msgid "express" +msgstr "екÑпреÑ" + +msgid "low" +msgstr "низький" + +msgid "normal" +msgstr "звичайний" + +msgid "priority" +msgstr "пріоритетний" + +#~ msgid "Service" +#~ msgstr "СервіÑ" + +#~ msgid "Downlink" +#~ msgstr "Ðизхідний канал" + +#~ msgid "Internet Connection" +#~ msgstr "З'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· інтернетом" + +#~ msgid "Uplink" +#~ msgstr "ВиÑхідний канал" + +#, fuzzy +#~ msgid "allf" +#~ msgstr "додаткова функціÑ" diff --git a/applications/luci-app-qos/po/vi/qos.po b/applications/luci-app-qos/po/vi/qos.po new file mode 100644 index 0000000..32e7ed1 --- /dev/null +++ b/applications/luci-app-qos/po/vi/qos.po @@ -0,0 +1,119 @@ +# qos.pot +# generated from ./applications/luci-qos/luasrc/i18n/qos.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2009-08-13 03:56+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#, fuzzy +msgid "Calculate overhead" +msgstr "Tính toán tổng quát" + +#, fuzzy +msgid "Classification Rules" +msgstr "Phân loại" + +#, fuzzy +msgid "Classification group" +msgstr "Phân loại" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "" + +msgid "Download speed (kbit/s)" +msgstr "" + +msgid "Enable" +msgstr "" + +#, fuzzy +msgid "Half-duplex" +msgstr "Half-Duplex" + +msgid "Interfaces" +msgstr "" + +msgid "Number of bytes" +msgstr "" + +#, fuzzy +msgid "Ports" +msgstr "Ưu tiên" + +msgid "Protocol" +msgstr "" + +msgid "QoS" +msgstr "" + +msgid "Quality of Service" +msgstr "Chất lượng dịch vụ " + +#, fuzzy +msgid "Source host" +msgstr "Äịa chỉ nguồn" + +#, fuzzy +msgid "Target" +msgstr "Äịa chỉ mục tiêu" + +msgid "Upload speed (kbit/s)" +msgstr "" + +#, fuzzy +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"Vá»›i QoS, bạn có thể Æ°u tiên cho mạng lÆ°á»›i giao thông được chá»n bởi địa chỉ, " +"cổng hay dịch vụ." + +msgid "all" +msgstr "" + +msgid "default" +msgstr "" + +msgid "express" +msgstr "cấp tốc" + +msgid "low" +msgstr "thấp" + +msgid "normal" +msgstr "bình thÆ°á»ng" + +msgid "priority" +msgstr "Æ°u tiên" + +#~ msgid "Downlink" +#~ msgstr "Downlink" + +#~ msgid "Uplink" +#~ msgstr "Uplink" + +#~ msgid "Prioritization" +#~ msgstr "Quá trình Æ°u tiên" + +#~ msgid "source network / source host" +#~ msgstr "nguồn mạng/ nguồn host" + +#~ msgid "target network / target host" +#~ msgstr "Mục tiêu mạng/ mục tiêu host" + +#~ msgid "portrange" +#~ msgstr "portrange" + +#~ msgid "Bytes sent" +#~ msgstr "Bytes đã gá»­i" diff --git a/applications/luci-app-qos/po/zh-cn/qos.po b/applications/luci-app-qos/po/zh-cn/qos.po new file mode 100644 index 0000000..0a5cd62 --- /dev/null +++ b/applications/luci-app-qos/po/zh-cn/qos.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCi Chinese Translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-25 22:10+0100\n" +"PO-Revision-Date: 2014-06-22 14:33+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: QQ Group 75543259\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "计算开销" + +msgid "Classification Rules" +msgstr "分类规则" + +msgid "Classification group" +msgstr "分类组" + +msgid "Comment" +msgstr "注解" + +msgid "Destination host" +msgstr "目的主机" + +msgid "Download speed (kbit/s)" +msgstr "下载速度 (kbit/s)" + +msgid "Enable" +msgstr "å¼€å¯" + +msgid "Half-duplex" +msgstr "åŠåŒå·¥" + +msgid "Interfaces" +msgstr "接å£" + +msgid "Number of bytes" +msgstr "字节数" + +msgid "Ports" +msgstr "端å£" + +msgid "Protocol" +msgstr "åè®®" + +msgid "QoS" +msgstr "QoS" + +msgid "Quality of Service" +msgstr "QOSæœåŠ¡" + +msgid "Source host" +msgstr "æºä¸»æœº" + +msgid "Target" +msgstr "目标" + +msgid "Upload speed (kbit/s)" +msgstr "上传速度 (kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "æ ¹æ®ç½‘络地å€ã€ç«¯å£æˆ–æœåŠ¡ï¼Œç»™æµé‡æ•°æ®åŒ…排åºã€‚" + +msgid "all" +msgstr "全部" + +msgid "default" +msgstr "默认" + +msgid "express" +msgstr "高" + +msgid "low" +msgstr "低" + +msgid "normal" +msgstr "普通" + +msgid "priority" +msgstr "最高" + +#~ msgid "Service" +#~ msgstr "æœåŠ¡" + +#~ msgid "Downlink" +#~ msgstr "下行" + +#~ msgid "Internet Connection" +#~ msgstr "Internet连接" + +#~ msgid "Uplink" +#~ msgstr "上行" + +#~ msgid "allf" +#~ msgstr "全部" + +#~ msgid "qos_connbytes" +#~ msgstr "Qos连接字节数" diff --git a/applications/luci-app-qos/po/zh-tw/qos.po b/applications/luci-app-qos/po/zh-tw/qos.po new file mode 100644 index 0000000..a011e9c --- /dev/null +++ b/applications/luci-app-qos/po/zh-tw/qos.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-21 10:36+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Calculate overhead" +msgstr "æµé‡è¨ˆç®—" + +msgid "Classification Rules" +msgstr "分類è¦å‰‡" + +msgid "Classification group" +msgstr "分組" + +msgid "Comment" +msgstr "" + +msgid "Destination host" +msgstr "目的主機" + +msgid "Download speed (kbit/s)" +msgstr "下載速度(kbit/s)" + +msgid "Enable" +msgstr "啓用" + +msgid "Half-duplex" +msgstr "åŠé›™å·¥" + +msgid "Interfaces" +msgstr "ç•Œé¢" + +msgid "Number of bytes" +msgstr "ä½å…ƒæ•¸" + +msgid "Ports" +msgstr "埠號" + +msgid "Protocol" +msgstr "å”定" + +msgid "QoS" +msgstr "先進先出頻寬管ç†" + +msgid "Quality of Service" +msgstr "連線å“質æœå‹™" + +msgid "Source host" +msgstr "來æºä¸»æ©Ÿ" + +msgid "Target" +msgstr "目的地" + +msgid "Upload speed (kbit/s)" +msgstr "上傳速度(kbit/s)" + +msgid "" +"With QoS you can prioritize " +"network traffic selected by addresses, ports or services." +msgstr "" +"有了 QoS ä½ å¯ä»¥ç”¨ä½å€ã€åŸ è™Ÿæˆ–者æœå‹™" +"來排優先權." + +msgid "all" +msgstr "通用優先權" + +msgid "default" +msgstr "é è¨­å€¼" + +msgid "express" +msgstr "高優先權" + +msgid "low" +msgstr "低優先權" + +msgid "normal" +msgstr "一般優先權" + +msgid "priority" +msgstr "優先權" + +#~ msgid "Service" +#~ msgstr "æœå‹™" + +#~ msgid "Downlink" +#~ msgstr "下載" + +#~ msgid "Internet Connection" +#~ msgstr "網際網路連線" + +#~ msgid "Uplink" +#~ msgstr "上傳" + +#~ msgid "allf" +#~ msgstr "ç¨ä¸€ç„¡äºŒ" + +#~ msgid "qos_connbytes" +#~ msgstr "QoS連線ä½å…ƒæ•¸" diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile new file mode 100644 index 0000000..960618d --- /dev/null +++ b/applications/luci-app-radicale/Makefile @@ -0,0 +1,41 @@ +# +# Copyright (C) 2008-2015 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-app-radicale + +# Version == major.minor.patch +# increase "minor" on new functionality and "patch" on patches/optimization +PKG_VERSION:=1.0.1 + +# Release == build +# increase on changes of translation files +PKG_RELEASE:=1 + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Christian Schoenebeck + +# LuCI specific settings +LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV +LUCI_DEPENDS:=+luci-mod-admin-full +LUCI_PKGARCH:=all + +define Package/$(PKG_NAME)/config +# shown in make menuconfig +help + $(LUCI_TITLE) + . + !!! Package "radicale-py2" or "radicale-py3" needs to be !!! + !!! installed sepearatly. There is no buildin dependency set !!! + . + Version: $(PKG_VERSION)-$(PKG_RELEASE) + $(PKG_MAINTAINER) +endef + +include $(TOPDIR)/feeds/luci/luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-radicale/luasrc/controller/radicale.lua b/applications/luci-app-radicale/luasrc/controller/radicale.lua new file mode 100644 index 0000000..d384b00 --- /dev/null +++ b/applications/luci-app-radicale/luasrc/controller/radicale.lua @@ -0,0 +1,195 @@ +-- Copyright 2014 Christian Schoenebeck +-- Licensed under the Apache License, Version 2.0 + +module("luci.controller.radicale", package.seeall) + +local NX = require("nixio") +local NXFS = require("nixio.fs") +local DISP = require "luci.dispatcher" +local HTTP = require("luci.http") +local I18N = require("luci.i18n") -- not globally avalible here +local UTIL = require("luci.util") +local SYS = require("luci.sys") + +function index() + entry( {"admin", "services", "radicale"}, alias("admin", "services", "radicale", "edit"), _("CalDAV/CardDAV"), 58) + entry( {"admin", "services", "radicale", "edit"}, cbi("radicale") ).leaf = true + entry( {"admin", "services", "radicale", "logview"}, call("_logread") ).leaf = true + entry( {"admin", "services", "radicale", "startstop"}, call("_startstop") ).leaf = true + entry( {"admin", "services", "radicale", "status"}, call("_status") ).leaf = true +end + +-- called by XHR.get from detail_logview.htm +function _logread() + -- read application settings + local uci = UCI.cursor() + local logfile = uci:get("radicale", "radicale", "logfile") or "/var/log/radicale" + uci:unload("radicale") + + local ldata=NXFS.readfile(logfile) + if not ldata or #ldata == 0 then + ldata="_nodata_" + end + HTTP.write(ldata) +end + +-- called by XHR.get from detail_startstop.htm +function _startstop() + local pid = get_pid() + if pid > 0 then + SYS.call("/etc/init.d/radicale stop") + NX.nanosleep(1) -- sleep a second + if NX.kill(pid, 0) then -- still running + NX.kill(pid, 9) -- send SIGKILL + end + pid = 0 + else + SYS.call("/etc/init.d/radicale start") + NX.nanosleep(1) -- sleep a second + pid = get_pid() + if pid > 0 and not NX.kill(pid, 0) then + pid = 0 -- process did not start + end + end + HTTP.write(tostring(pid)) -- HTTP needs string not number +end + +-- called by XHR.poll from detail_startstop.htm +function _status() + local pid = get_pid() + HTTP.write(tostring(pid)) -- HTTP needs string not number +end + +-- Application / Service specific information functions ######################## +function luci_app_name() + return "luci-app-radicale" +end + +function service_name() + return "radicale" +end +function service_required() + return "0.10-1" +end +function service_installed() + local v = ipkg_ver_installed("radicale-py2") + if not v or #v == 0 then v = ipkg_ver_installed("radicale-py3") end + if not v or #v == 0 then v = "0" end + return v +end +function service_ok() + return ipkg_ver_compare(service_installed(),">=",service_required()) +end + +function app_title_main() + return [[
]] + .. I18N.translate("Radicale CalDAV/CardDAV Server") +end +function app_title_back() + return [[]] + .. I18N.translate("Radicale CalDAV/CardDAV Server") +end +function app_description() + return I18N.translate("The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) server solution.") .. [[
]] + .. I18N.translate("Calendars and address books are available for both local and remote access, possibly limited through authentication policies.") .. [[
]] + .. I18N.translate("They can be viewed and edited by calendar and contact clients on mobile phones or computers.") +end + +-- other multiused functions ################################################### + +--return pid of running process +function get_pid() + return tonumber(SYS.exec([[ps | grep "[p]ython.*[r]adicale" 2>/dev/null | awk '{print $1}']])) or 0 +end + +-- compare versions using "<=" "<" ">" ">=" "=" "<<" ">>" +function ipkg_ver_compare(ver1, comp, ver2) + if not ver1 or not ver2 + or not comp or not (#comp > 0) then return nil end + -- correct compare string + if comp == "<>" or comp == "><" or comp == "!=" or comp == "~=" then comp = "~=" + elseif comp == "<=" or comp == "<" or comp == "=<" then comp = "<=" + elseif comp == ">=" or comp == ">" or comp == "=>" then comp = ">=" + elseif comp == "=" or comp == "==" then comp = "==" + elseif comp == "<<" then comp = "<" + elseif comp == ">>" then comp = ">" + else return nil end + + local av1 = UTIL.split(ver1, "[%.%-]", nil, true) + local av2 = UTIL.split(ver2, "[%.%-]", nil, true) + + for i = 1, math.max(table.getn(av1),table.getn(av2)), 1 do + local s1 = av1[i] or "" + local s2 = av2[i] or "" + + -- first "not equal" found return true + if comp == "~=" and (s1 ~= s2) then return true end + -- first "lower" found return true + if (comp == "<" or comp == "<=") and (s1 < s2) then return true end + -- first "greater" found return true + if (comp == ">" or comp == ">=") and (s1 > s2) then return true end + -- not equal then return false + if (s1 ~= s2) then return false end + end + + -- all equal and not compare greater or lower then true + return not (comp == "<" or comp == ">") +end + +-- read version information for given package if installed +function ipkg_ver_installed(pkg) + local version = "" + local control = io.open("/usr/lib/opkg/info/%s.control" % pkg, "r") + if control then + local ln + repeat + ln = control:read("*l") + if ln and ln:match("^Version: ") then + version = ln:gsub("^Version: ", "") + break + end + until not ln + control:close() + end + return version +end + +-- replacement of build-in Flag.parse of cbi.lua +-- modified to mark section as changed if value changes +-- current parse did not do this, but it is done AbstaractValue.parse() +function flag_parse(self, section) + local fexists = self.map:formvalue( + luci.cbi.FEXIST_PREFIX .. self.config .. "." .. section .. "." .. self.option) + + if fexists then + local fvalue = self:formvalue(section) and self.enabled or self.disabled + local cvalue = self:cfgvalue(section) + if fvalue ~= self.default or (not self.optional and not self.rmempty) then + self:write(section, fvalue) + else + self:remove(section) + end + if (fvalue ~= cvalue) then self.section.changed = true end + else + self:remove(section) + self.section.changed = true + end +end diff --git a/applications/luci-app-radicale/luasrc/model/cbi/radicale.lua b/applications/luci-app-radicale/luasrc/model/cbi/radicale.lua new file mode 100644 index 0000000..8abb688 --- /dev/null +++ b/applications/luci-app-radicale/luasrc/model/cbi/radicale.lua @@ -0,0 +1,748 @@ +-- Copyright 2015 Christian Schoenebeck +-- Licensed under the Apache License, Version 2.0 + +local NXFS = require("nixio.fs") +local DISP = require("luci.dispatcher") +local DTYP = require("luci.cbi.datatypes") +local HTTP = require("luci.http") +local UTIL = require("luci.util") +local UCI = require("luci.model.uci") +local SYS = require("luci.sys") +local TOOLS = require("luci.controller.radicale") -- this application's controller and multiused functions + +-- ################################################################################################# +-- takeover arguments if any -- ################################################ +-- then show/edit selected file +if arg[1] then + local argument = arg[1] + local filename = "" + + -- SimpleForm ------------------------------------------------ + local ft = SimpleForm("_text") + ft.title = TOOLS.app_title_back() + ft.description = TOOLS.app_description() + ft.redirect = DISP.build_url("admin", "services", "radicale") .. "#cbi-radicale-" .. argument + if argument == "logger" then + ft.reset = false + ft.submit = translate("Reload") + local uci = UCI.cursor() + filename = uci:get("radicale", "logger", "file_path") or "/var/log/radicale" + uci:unload("radicale") + filename = filename .. "/radicale" + elseif argument == "auth" then + ft.submit = translate("Save") + filename = "/etc/radicale/users" + elseif argument == "rights" then + ft.submit = translate("Save") + filename = "/etc/radicale/rights" + else + error("Invalid argument given as section") + end + if argument ~= "logger" and not NXFS.access(filename) then + NXFS.writefile(filename, "") + end + + -- SimpleSection --------------------------------------------- + local fs = ft:section(SimpleSection) + if argument == "logger" then + fs.title = translate("Log-file Viewer") + fs.description = translate("Please press [Reload] button below to reread the file.") + elseif argument == "auth" then + fs.title = translate("Authentication") + fs.description = translate("Place here the 'user:password' pairs for your users which should have access to Radicale.") + .. [[
]] + .. translate("Keep in mind to use the correct hashing algorithm !") + .. [[]] + else -- rights + fs.title = translate("Rights") + fs.description = translate("Authentication login is matched against the 'user' key, " + .. "and collection's path is matched against the 'collection' key.") .. " " + .. translate("You can use Python's ConfigParser interpolation values %(login)s and %(path)s.") .. " " + .. translate("You can also get groups from the user regex in the collection with {0}, {1}, etc.") + .. [[
]] + .. translate("For example, for the 'user' key, '.+' means 'authenticated user'" .. " " + .. "and '.*' means 'anybody' (including anonymous users).") + .. [[
]] + .. translate("Section names are only used for naming the rule.") + .. [[
]] + .. translate("Leading or ending slashes are trimmed from collection's path.") + end + + -- TextValue ------------------------------------------------- + local tt = fs:option(TextValue, "_textvalue") + tt.rmempty = true + if argument == "logger" then + tt.readonly = true + tt.rows = 30 + function tt.write() + HTTP.redirect(DISP.build_url("admin", "services", "radicale", "edit", argument)) + end + else + tt.rows = 15 + function tt.write(self, section, value) + if not value then value = "" end + NXFS.writefile(filename, value:gsub("\r\n", "\n")) + return true --HTTP.redirect(DISP.build_url("admin", "services", "radicale", "edit") .. "#cbi-radicale-" .. argument) + end + end + + function tt.cfgvalue() + return NXFS.readfile(filename) or + string.format(translate("File '%s' not found !"), filename) + end + + return ft + +end + +-- ################################################################################################# +-- Error handling if not installed or wrong version -- ######################### +if not TOOLS.service_ok() then + local f = SimpleForm("_no_config") + f.title = TOOLS.app_title_main() + f.description = TOOLS.app_description() + f.submit = false + f.reset = false + + local s = f:section(SimpleSection) + + local v = s:option(DummyValue, "_update_needed") + v.rawhtml = true + if TOOLS.service_installed() == "0" then + v.value = [[


    ]] + .. translate("Software package '" .. TOOLS.service_name() .. "' is not installed.") + .. [[

      ]] + .. translate("required") .. [[: ]] .. TOOLS.service_name() .. [[ ]] .. TOOLS.service_required() + .. [[

    ]] + .. [[
]] + .. translate("Please install current version !") + .. [[
 

]] + else + v.value = [[


    ]] + .. translate("Software package '" .. TOOLS.service_name() .. "' is outdated.") + .. [[

      ]] + .. translate("installed") .. [[: ]] .. TOOLS.service_name() .. [[ ]] .. TOOLS.service_installed() + .. [[
      ]] + .. translate("required") .. [[: ]] .. TOOLS.service_name() .. [[ ]] .. TOOLS.service_required() + .. [[

    ]] + .. [[]] + .. translate("Please update to current version !") + .. [[
 

]] + end + + return f +end + +-- ################################################################################################# +-- Error handling if no config, create an empty one -- ######################### +if not NXFS.access("/etc/config/radicale") then + NXFS.writefile("/etc/config/radicale", "") +end + +-- cbi-map -- ################################################################## +local m = Map("radicale") +m.title = TOOLS.app_title_main() +m.description = TOOLS.app_description() +function m.commit_handler(self) + if self.changed then -- changes ? + os.execute("/etc/init.d/radicale reload &") -- reload configuration + end +end + +-- cbi-section "System" -- ##################################################### +local sys = m:section( NamedSection, "_system" ) +sys.title = translate("System") +sys.description = nil +function sys.cfgvalue(self, section) + return "_dummysection" +end + +-- start/stop button ----------------------------------------------------------- +local btn = sys:option(DummyValue, "_startstop") +btn.template = "radicale/btn_startstop" +btn.inputstyle = nil +btn.rmempty = true +btn.title = translate("Start / Stop") +btn.description = translate("Start/Stop Radicale server") +function btn.cfgvalue(self, section) + local pid = TOOLS.get_pid(true) + if pid > 0 then + btn.inputtitle = "PID: " .. pid + btn.inputstyle = "reset" + btn.disabled = false + else + btn.inputtitle = translate("Start") + btn.inputstyle = "apply" + btn.disabled = false + end + return true +end + +-- enabled --------------------------------------------------------------------- +local ena = sys:option(Flag, "_enabled") +ena.title = translate("Auto-start") +ena.description = translate("Enable/Disable auto-start of Radicale on system start-up and interface events") +ena.orientation = "horizontal" -- put description under the checkbox +ena.rmempty = false -- we need write +function ena.cfgvalue(self, section) + return (SYS.init.enabled("radicale")) and "1" or "0" +end +function ena.write(self, section, value) + if value == "1" then + return SYS.init.enable("radicale") + else + return SYS.init.disable("radicale") + end +end + +-- cbi-section "Server" -- ##################################################### +local srv = m:section( NamedSection, "server", "setting" ) +srv.title = translate("Server") +srv.description = nil +function srv.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- hosts ----------------------------------------------------------------------- +local sh = srv:option( DynamicList, "hosts" ) +sh.title = translate("Address:Port") +sh.description = translate("'Hostname:Port' or 'IPv4:Port' or '[IPv6]:Port' Radicale should listen on") + .. [[
]] + .. translate("Port numbers below 1024 (Privileged ports) are not supported") + .. [[]] +sh.placeholder = "0.0.0.0:5232" +sh.rmempty = true + +-- realm ----------------------------------------------------------------------- +local alm = srv:option( Value, "realm" ) +alm.title = translate("Logon message") +alm.description = translate("Message displayed in the client when a password is needed.") +alm.default = "Radicale - Password Required" +alm.rmempty = false +function alm.parse(self, section) + AbstractValue.parse(self, section, "true") -- otherwise unspecific validate error +end +function alm.validate(self, value) + if value then + return value + else + return self.default + end +end +function alm.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- ssl ------------------------------------------------------------------------- +local ssl = srv:option( Flag, "ssl" ) +ssl.title = translate("Enable HTTPS") +ssl.description = nil +ssl.rmempty = false +function ssl.parse(self, section) + TOOLS.flag_parse(self, section) +end +function ssl.write(self, section, value) + if value == "0" then -- delete all if not https enabled + self.map:del(section, "protocol") -- protocol + self.map:del(section, "certificate") -- certificate + self.map:del(section, "key") -- private key + self.map:del(section, "ciphers") -- ciphers + return self.map:del(section, self.option) + else + return self.map:set(section, self.option, value) + end +end + +-- protocol -------------------------------------------------------------------- +local prt = srv:option( ListValue, "protocol" ) +prt.title = translate("SSL Protocol") +prt.description = translate("'AUTO' selects the highest protocol version that client and server support.") +prt.widget = "select" +prt.default = "PROTOCOL_SSLv23" +prt:depends ("ssl", "1") +prt:value ("PROTOCOL_SSLv23", translate("AUTO")) +prt:value ("PROTOCOL_SSLv2", "SSL v2") +prt:value ("PROTOCOL_SSLv3", "SSL v3") +prt:value ("PROTOCOL_TLSv1", "TLS v1") +prt:value ("PROTOCOL_TLSv1_1", "TLS v1.1") +prt:value ("PROTOCOL_TLSv1_2", "TLS v1.2") + +-- certificate ----------------------------------------------------------------- +local crt = srv:option( Value, "certificate" ) +crt.title = translate("Certificate file") +crt.description = translate("Full path and file name of certificate") +crt.placeholder = "/etc/radicale/ssl/server.crt" +crt.rmempty = false -- force validate/write +crt:depends ("ssl", "1") +function crt.parse(self, section) + local _ssl = ssl:formvalue(section) or "0" + local novld = (_ssl == "0") + AbstractValue.parse(self, section, novld) -- otherwise unspecific validate error +end +function crt.validate(self, value) + local _ssl = ssl:formvalue(srv.section) or "0" + if _ssl == "0" then + return "" -- ignore if not https enabled + end + if value then -- otherwise errors in datatype check + if DTYP.file(value) then + return value + else + return nil, self.title .. " - " .. translate("File not found !") + end + else + return nil, self.title .. " - " .. translate("Path/File required !") + end +end +function crt.write(self, section, value) + if not value or #value == 0 then + return self.map:del(section, self.option) + else + return self.map:set(section, self.option, value) + end +end + +-- key ------------------------------------------------------------------------- +local key = srv:option( Value, "key" ) +key.title = translate("Private key file") +key.description = translate("Full path and file name of private key") +key.placeholder = "/etc/radicale/ssl/server.key" +key.rmempty = false -- force validate/write +key:depends ("ssl", "1") +function key.parse(self, section) + local _ssl = ssl:formvalue(section) or "0" + local novld = (_ssl == "0") + AbstractValue.parse(self, section, novld) -- otherwise unspecific validate error +end +function key.validate(self, value) + local _ssl = ssl:formvalue(srv.section) or "0" + if _ssl == "0" then + return "" -- ignore if not https enabled + end + if value then -- otherwise errors in datatype check + if DTYP.file(value) then + return value + else + return nil, self.title .. " - " .. translate("File not found !") + end + else + return nil, self.title .. " - " .. translate("Path/File required !") + end +end +function key.write(self, section, value) + if not value or #value == 0 then + return self.map:del(section, self.option) + else + return self.map:set(section, self.option, value) + end +end + +-- ciphers --------------------------------------------------------------------- +--local cip = srv:option( Value, "ciphers" ) +--cip.title = translate("Ciphers") +--cip.description = translate("OPTIONAL: See python's ssl module for available ciphers") +--cip.rmempty = true +--cip:depends ("ssl", "1") + +-- cbi-section "Authentication" -- ############################################# +local aut = m:section( NamedSection, "auth", "setting" ) +aut.title = translate("Authentication") +aut.description = translate("Authentication method to allow access to Radicale server.") +function aut.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- type ----------------------------------------------------------------------- +local aty = aut:option( ListValue, "type" ) +aty.title = translate("Authentication method") +aty.description = nil +aty.widget = "select" +aty.default = "None" +aty:value ("None", translate("None")) +aty:value ("htpasswd", translate("htpasswd file")) +--aty:value ("IMAP", "IMAP") -- The IMAP authentication module relies on the imaplib module. +--aty:value ("LDAP", "LDAP") -- The LDAP authentication module relies on the python-ldap module. +--aty:value ("PAM", "PAM") -- The PAM authentication module relies on the python-pam module. +--aty:value ("courier", "courier") +--aty:value ("HTTP", "HTTP") -- The HTTP authentication module relies on the requests module +--aty:value ("remote_user", "remote_user") +--aty:value ("custom", translate("custom")) +function aty.write(self, section, value) + if value ~= "htpasswd" then + self.map:del(section, "htpasswd_encryption") + elseif value ~= "IMAP" then + self.map:del(section, "imap_hostname") + self.map:del(section, "imap_port") + self.map:del(section, "imap_ssl") + end + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- htpasswd_encryption --------------------------------------------------------- +local hte = aut:option( ListValue, "htpasswd_encryption" ) +hte.title = translate("Encryption method") +hte.description = nil +hte.widget = "select" +hte.default = "crypt" +hte:depends ("type", "htpasswd") +hte:value ("crypt", translate("crypt")) +hte:value ("plain", translate("plain")) +hte:value ("sha1", translate("SHA-1")) +hte:value ("ssha", translate("salted SHA-1")) + +-- htpasswd_file (dummy) ------------------------------------------------------- +local htf = aut:option( DummyValue, "_htf" ) +htf.title = translate("htpasswd file") +htf.description = [[]] + .. translate("Read only!") + .. [[ ]] + .. translate("Radicale uses '/etc/radicale/users' as htpasswd file.") + .. [[
]] + .. translate("To edit the file follow this link!") + .. [[]] +htf.keylist = {} -- required by template +htf.vallist = {} -- required by template +htf.template = "radicale/ro_value" +htf.readonly = true +htf:depends ("type", "htpasswd") +function htf.cfgvalue() + return "/etc/radicale/users" +end + +-- cbi-section "Rights" -- ##################################################### +local rig = m:section( NamedSection, "rights", "setting" ) +rig.title = translate("Rights") +rig.description = translate("Control the access to data collections.") +function rig.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- type ----------------------------------------------------------------------- +local rty = rig:option( ListValue, "type" ) +rty.title = translate("Rights backend") +rty.description = nil +rty.widget = "select" +rty.default = "None" +rty:value ("None", translate("Full access for everybody (including anonymous)")) +rty:value ("authenticated", translate("Full access for authenticated Users") ) +rty:value ("owner_only", translate("Full access for Owner only") ) +rty:value ("owner_write", translate("Owner allow write, authenticated users allow read") ) +rty:value ("from_file", translate("Rights are based on a regexp-based file") ) +--rty:value ("custom", "Custom handler") +function rty.write(self, section, value) + if value ~= "custom" then + self.map:del(section, "custom_handler") + end + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- from_file (dummy) ----------------------------------------------------------- +local rtf = rig:option( DummyValue, "_rtf" ) +rtf.title = translate("RegExp file") +rtf.description = [[]] + .. translate("Read only!") + .. [[ ]] + .. translate("Radicale uses '/etc/radicale/rights' as regexp-based file.") + .. [[
]] + .. translate("To edit the file follow this link!") + .. [[]] +rtf.keylist = {} -- required by template +rtf.vallist = {} -- required by template +rtf.template = "radicale/ro_value" +rtf.readonly = true +rtf:depends ("type", "from_file") +function rtf.cfgvalue() + return "/etc/radicale/rights" +end + +-- cbi-section "Storage" -- #################################################### +local sto = m:section( NamedSection, "storage", "setting" ) +sto.title = translate("Storage") +sto.description = nil +function sto.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- type ----------------------------------------------------------------------- +local sty = sto:option( ListValue, "type" ) +sty.title = translate("Storage backend") +sty.description = translate("WARNING: Only 'File-system' is documented and tested by Radicale development") +sty.widget = "select" +sty.default = "filesystem" +sty:value ("filesystem", translate("File-system")) +--sty:value ("multifilesystem", translate("") ) +--sty:value ("database", translate("Database") ) +--sty:value ("custom", translate("Custom") ) +function sty.write(self, section, value) + if value ~= "filesystem" then + self.map:del(section, "filesystem_folder") + end + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +--filesystem_folder ------------------------------------------------------------ +local sfi = sto:option( Value, "filesystem_folder" ) +sfi.title = translate("Directory") +sfi.description = nil +sfi.default = "/srv/radicale" +sfi.rmempty = false -- force validate/write +sfi:depends ("type", "filesystem") +function sfi.parse(self, section) + local _typ = sty:formvalue(sto.section) or "" + local novld = (_typ ~= "filesystem") + AbstractValue.parse(self, section, novld) -- otherwise unspecific validate error +end +function sfi.validate(self, value) + local _typ = sty:formvalue(sto.section) or "" + if _typ ~= "filesystem" then + return "" -- ignore if not htpasswd + end + if value then -- otherwise errors in datatype check + if DTYP.directory(value) then + return value + else + return nil, self.title .. " - " .. translate("Directory not exists/found !") + end + else + return nil, self.title .. " - " .. translate("Directory required !") + end +end + +-- cbi-section "Logging" -- #################################################### +local log = m:section( NamedSection, "logger", "logging" ) +log.title = translate("Logging") +log.description = nil +function log.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- console_level --------------------------------------------------------------- +local lco = log:option( ListValue, "console_level" ) +lco.title = translate("Console Log level") +lco.description = nil +lco.widget = "select" +lco.default = "ERROR" +lco:value ("DEBUG", translate("Debug")) +lco:value ("INFO", translate("Info") ) +lco:value ("WARNING", translate("Warning") ) +lco:value ("ERROR", translate("Error") ) +lco:value ("CRITICAL", translate("Critical") ) +function lco.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- syslog_level ---------------------------------------------------------------- +local lsl = log:option( ListValue, "syslog_level" ) +lsl.title = translate("Syslog Log level") +lsl.description = nil +lsl.widget = "select" +lsl.default = "WARNING" +lsl:value ("DEBUG", translate("Debug")) +lsl:value ("INFO", translate("Info") ) +lsl:value ("WARNING", translate("Warning") ) +lsl:value ("ERROR", translate("Error") ) +lsl:value ("CRITICAL", translate("Critical") ) +function lsl.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- file_level ------------------------------------------------------------------ +local lfi = log:option( ListValue, "file_level" ) +lfi.title = translate("File Log level") +lfi.description = nil +lfi.widget = "select" +lfi.default = "INFO" +lfi:value ("DEBUG", translate("Debug")) +lfi:value ("INFO", translate("Info") ) +lfi:value ("WARNING", translate("Warning") ) +lfi:value ("ERROR", translate("Error") ) +lfi:value ("CRITICAL", translate("Critical") ) +function lfi.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- file_path ------------------------------------------------------------------- +local lfp = log:option( Value, "file_path" ) +lfp.title = translate("Log-file directory") +lfp.description = translate("Directory where the rotating log-files are stored") + .. [[
]] + .. translate("To view latest log file follow this link!") + .. [[]] +lfp.default = "/var/log/radicale" +function lfp.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- file_maxbytes --------------------------------------------------------------- +local lmb = log:option( Value, "file_maxbytes" ) +lmb.title = translate("Log-file size") +lmb.description = translate("Maximum size of each rotation log-file.") + .. [[
]] + .. translate("Setting this parameter to '0' will disable rotation of log-file.") + .. [[]] +lmb.default = "8196" +lmb.rmempty = false +function lmb.validate(self, value) + if value then -- otherwise errors in datatype check + if DTYP.uinteger(value) then + return value + else + return nil, self.title .. " - " .. translate("Value is not an Integer >= 0 !") + end + else + return nil, self.title .. " - " .. translate("Value required ! Integer >= 0 !") + end +end +function lmb.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- file_backupcount ------------------------------------------------------------ +local lbc = log:option( Value, "file_backupcount" ) +lbc.title = translate("Log-backup Count") +lbc.description = translate("Number of backup files of log to create.") + .. [[
]] + .. translate("Setting this parameter to '0' will disable rotation of log-file.") + .. [[]] +lbc.default = "1" +lbc.rmempty = false +function lbc.validate(self, value) + if value then -- otherwise errors in datatype check + if DTYP.uinteger(value) then + return value + else + return nil, self.title .. " - " .. translate("Value is not an Integer >= 0 !") + end + else + return nil, self.title .. " - " .. translate("Value required ! Integer >= 0 !") + end +end +function lbc.write(self, section, value) + if value ~= self.default then + return self.map:set(section, self.option, value) + else + return self.map:del(section, self.option) + end +end + +-- cbi-section "Encoding" -- ################################################### +local enc = m:section( NamedSection, "encoding", "setting" ) +enc.title = translate("Encoding") +enc.description = translate("Change here the encoding Radicale will use instead of 'UTF-8' " + .. "for responses to the client and/or to store data inside collections.") +function enc.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- request --------------------------------------------------------------------- +local enr = enc:option( Value, "request" ) +enr.title = translate("Response Encoding") +enr.description = translate("Encoding for responding requests.") +enr.default = "utf-8" +enr.optional = true + +-- stock ----------------------------------------------------------------------- +local ens = enc:option( Value, "stock" ) +ens.title = translate("Storage Encoding") +ens.description = translate("Encoding for storing local collections.") +ens.default = "utf-8" +ens.optional = true + +-- cbi-section "Headers" -- #################################################### +local hea = m:section( NamedSection, "headers", "setting" ) +hea.title = translate("Additional HTTP headers") +hea.description = translate("Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources (e.g. fonts, JavaScript, etc.) " + .. "on a web page to be requested from another domain outside the domain from which the resource originated.") +function hea.cfgvalue(self, section) + if not self.map:get(section) then -- section might not exist + self.map:set(section, nil, self.sectiontype) + end + return self.map:get(section) +end + +-- Access_Control_Allow_Origin ------------------------------------------------- +local heo = hea:option( DynamicList, "Access_Control_Allow_Origin" ) +heo.title = translate("Access-Control-Allow-Origin") +heo.description = nil +heo.default = "*" +heo.optional = true + +-- Access_Control_Allow_Methods ------------------------------------------------ +local hem = hea:option( DynamicList, "Access_Control_Allow_Methods" ) +hem.title = translate("Access-Control-Allow-Methods") +hem.description = nil +hem.optional = true + +-- Access_Control_Allow_Headers ------------------------------------------------ +local heh = hea:option( DynamicList, "Access_Control_Allow_Headers" ) +heh.title = translate("Access-Control-Allow-Headers") +heh.description = nil +heh.optional = true + +-- Access_Control_Expose_Headers ----------------------------------------------- +local hee = hea:option( DynamicList, "Access_Control_Expose_Headers" ) +hee.title = translate("Access-Control-Expose-Headers") +hee.description = nil +hee.optional = true + +return m diff --git a/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm new file mode 100644 index 0000000..b346275 --- /dev/null +++ b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm @@ -0,0 +1,49 @@ + + + + +<%+cbi/valueheader%> + +<% if self:cfgvalue(section) ~= false then +-- We need to garantie that function cfgvalue run first to set missing parameters +%> + + + " style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)" + <%= + attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled") + %> /> +<% end %> + +<%+cbi/valuefooter%> + diff --git a/applications/luci-app-radicale/luasrc/view/radicale/ro_value.htm b/applications/luci-app-radicale/luasrc/view/radicale/ro_value.htm new file mode 100644 index 0000000..6e05206 --- /dev/null +++ b/applications/luci-app-radicale/luasrc/view/radicale/ro_value.htm @@ -0,0 +1,35 @@ +<%+cbi/valueheader%> + /> + <% if self.password then %><% end %> + <% if #self.keylist > 0 or self.datatype then -%> + + <% end -%> +<%+cbi/valuefooter%> diff --git a/applications/luci-app-radicale/po/de/radicale.po b/applications/luci-app-radicale/po/de/radicale.po new file mode 100644 index 0000000..57850dc --- /dev/null +++ b/applications/luci-app-radicale/po/de/radicale.po @@ -0,0 +1,435 @@ +msgid "" +msgstr "" +"Project-Id-Version: luci-app-radicale\n" +"POT-Creation-Date: 2015-05-02 19:32+0100\n" +"PO-Revision-Date: 2015-05-02 22:43+0100\n" +"Last-Translator: Christian Schoenebeck \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.7.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"'AUTO' selects the highest protocol version that client and server support." +msgstr "" +"'AUTO' wählt die höchste Protokollversion, die Client und Server " +"unterstützen." + +msgid "" +"'Hostname:Port' or 'IPv4:Port' or '[IPv6]:Port' Radicale should listen on" +msgstr "" +"'Hostname:Port' oder 'IPv4:Port' oder '[IPv6]:Port' die Radicale überwachen " +"soll." + +msgid "-- Please choose --" +msgstr "-- Bitte auswählen --" + +msgid "-- custom --" +msgstr "-- benutzerdefiniert --" + +msgid "AUTO" +msgstr "AUTO" + +msgid "Access-Control-Allow-Headers" +msgstr "Access-Control-Allow-Headers" + +msgid "Access-Control-Allow-Methods" +msgstr "Access-Control-Allow-Methods" + +msgid "Access-Control-Allow-Origin" +msgstr "Access-Control-Allow-Origin" + +msgid "Access-Control-Expose-Headers" +msgstr "Access-Control-Expose-Headers" + +msgid "Additional HTTP headers" +msgstr "Zusätzliche HTTP headers" + +msgid "Address:Port" +msgstr "Adresse:Port" + +msgid "Authentication" +msgstr "Authentifizierung" + +msgid "" +"Authentication login is matched against the 'user' key, and collection's " +"path is matched against the 'collection' key." +msgstr "" +"Der Login wird gegen die 'user' Schlüssel und die Pfadsammlung gegen die " +"'collection' Schlüssel abgestimmt." + +msgid "Authentication method" +msgstr "Authentifizierungsmethode" + +msgid "Authentication method to allow access to Radicale server." +msgstr "" +"Authentifizierungsmethode um den Zugang zum Radicale Server zu kontrollieren." + +msgid "Auto-start" +msgstr "Autostart" + +msgid "CalDAV/CardDAV" +msgstr "CalDAV/CardDAV" + +msgid "" +"Calendars and address books are available for both local and remote access, " +"possibly limited through authentication policies." +msgstr "" +"Auf Kalender und Adressbücher kann sowohl Lokal als auch Remote zugegriffen " +"werden, soweit nicht durch Authentifizierungsrichtlinien begrenzt." + +msgid "Certificate file" +msgstr "Zertifikat Datei" + +msgid "" +"Change here the encoding Radicale will use instead of 'UTF-8' for responses " +"to the client and/or to store data inside collections." +msgstr "" +"Ändern Sie hier die Zeichenkodierung die Radicale anstelle von \"UTF-8\" für " +"Antworten an den Client und/oder zum Speichern von Daten in einer Sammlung " +"verwendet." + +msgid "Ciphers" +msgstr "Chiffren" + +msgid "Console Log level" +msgstr "Konsole Protokoll Level" + +msgid "Control the access to data collections." +msgstr "Kontrolliert den Zugriff auf die Daten Sammlungen." + +msgid "Critical" +msgstr "Kritisch" + +msgid "" +"Cross-origin resource sharing (CORS) is a mechanism that allows restricted " +"resources (e.g. fonts, JavaScript, etc.) on a web page to be requested from " +"another domain outside the domain from which the resource originated." +msgstr "" +"Cross-Origin Resource Sharing (CORS) ist ein Mechanismus, um Webbrowsern " +"oder auch anderen Webclients Cross-Origin-Requests zu ermöglichen." + +msgid "Custom" +msgstr "Benutzerdefiniert" + +msgid "Database" +msgstr "Datenbank" + +msgid "Debug" +msgstr "Debug" + +msgid "Directory" +msgstr "Verzeichnis" + +msgid "Directory not exists/found !" +msgstr "Verzeichnis nicht gefunden / existiert nicht !" + +msgid "Directory required !" +msgstr "Verzeichnis benötigt !" + +msgid "Directory where the rotating log-files are stored" +msgstr "" +"Verzeichnis in dem die rollierenden Protokolldateien gespeichert werden" + +msgid "Enable HTTPS" +msgstr "Verwende HTTPS" + +msgid "" +"Enable/Disable auto-start of Radicale on system start-up and interface events" +msgstr "" +"Aktiviert/Deaktiviert den Autostart von Radicale beim Systemstart und bei " +"Schnittstellenereignissen." + +msgid "Encoding" +msgstr "Zeichenkodierung" + +msgid "Encoding for responding requests." +msgstr "Zeichenkodierung für die Beantwortung von Anfragen." + +msgid "Encoding for storing local collections." +msgstr "Zeichenkodierung für die Speicherung von lokalen Sammlungen." + +msgid "Encryption method" +msgstr "Verschlüsselungsmethode" + +msgid "Error" +msgstr "Fehler" + +msgid "File '%s' not found !" +msgstr "Datei '%s' wurde nicht gefunden!" + +msgid "File Log level" +msgstr "Datei Protokoll Level" + +msgid "File not found !" +msgstr "Datei nicht gefunden !" + +msgid "File-system" +msgstr "Dateisystem" + +msgid "" +"For example, for the 'user' key, '.+' means 'authenticated user' and '.*' " +"means 'anybody' (including anonymous users)." +msgstr "" +"Beispiel für den 'user' Schlüssel: '. +' bedeutet 'authentifizierten " +"Benutzer' und '. *' bedeutet 'jeder' (einschließlich anonyme Benutzer)." + +msgid "Full access for Owner only" +msgstr "Voller Zugriff nur für den Besitzer" + +msgid "Full access for authenticated Users" +msgstr "Voller Zugriff für authentifizierte Benutzer" + +msgid "Full access for everybody (including anonymous)" +msgstr "Vollzugriff für jedermann (auch anonyme)" + +msgid "Full path and file name of certificate" +msgstr "Vollständiger Pfad und Dateiname der Zertifikat Datei" + +msgid "Full path and file name of private key" +msgstr "Vollständiger Pfad und Dateiname der Privaten Schlüsseldatei" + +msgid "Info" +msgstr "Informationen" + +msgid "Keep in mind to use the correct hashing algorithm !" +msgstr "Denken Sie daran, den korrekten Hash-Algorithmus zu verwenden!" + +msgid "Leading or ending slashes are trimmed from collection's path." +msgstr "" +"Schrägstriche ('/') am Anfang und Ende der Pfadangabe der Sammlung werden " +"von der Pfadangabe abgeschnitten." + +msgid "Log-backup Count" +msgstr "Protokoll Backup Zähler" + +msgid "Log-file Viewer" +msgstr "Protokolldatei Betrachter" + +msgid "Log-file directory" +msgstr "Protokoll-Datei Verzeichnis" + +msgid "Log-file size" +msgstr "Protokoll Dateigröße" + +msgid "Logging" +msgstr "Protokollierung" + +msgid "Logon message" +msgstr "Anmelde-Hinweis" + +msgid "Maximum size of each rotation log-file." +msgstr "Maximale Größe jeder rollierenden Protokoll-Datei." + +msgid "Message displayed in the client when a password is needed." +msgstr "Meldung im Client, wenn ein Kennwort erforderlich ist." + +msgid "NOT installed" +msgstr "nicht installiert" + +msgid "None" +msgstr "Keine" + +msgid "Number of backup files of log to create." +msgstr "Anzahl der Protokoll Backup Dateien, die angelegt werden." + +msgid "OPTIONAL: See python's ssl module for available ciphers" +msgstr "OPTIONAL: Siehe Python SSL-Modul Dokumentation" + +msgid "Owner allow write, authenticated users allow read" +msgstr "" +"Besitzer haben Schreibrechte, Authentifizierten Benutzer dürfen nur lesen." + +msgid "Path/File required !" +msgstr "Pfad/Datei erforderlich!" + +msgid "" +"Place here the 'user:password' pairs for your users which should have access " +"to Radicale." +msgstr "" +"Speichern Sie hier die 'user: password' Paare für die Benutzer, die Zugriff " +"auf Radicale haben sollte." + +msgid "Please install current version !" +msgstr "Installieren Sie bitte die aktuelle Version!" + +msgid "Please press [Reload] button below to reread the file." +msgstr "" +"Bitte drücken Sie die [Neu laden]-Schaltfläche unten, um die Datei neu " +"einzulesen." + +msgid "Please update to current version !" +msgstr "Aktualisieren Sie bitte auf die aktuelle Version!" + +msgid "Port numbers below 1024 (Privileged ports) are not supported" +msgstr "Port Nummern unter 1024 (Privileged Ports) werden nicht unterstützt." + +msgid "Private key file" +msgstr "Private Schlüssel Datei" + +msgid "Radicale CalDAV/CardDAV Server" +msgstr "Radicale CalDAV/CardDAV Dienst" + +msgid "Radicale uses '/etc/radicale/rights' as regexp-based file." +msgstr "Radicale verwendet '/etc/radicale/rights' als RegExp-basierte Datei." + +msgid "Radicale uses '/etc/radicale/users' as htpasswd file." +msgstr "Radicale verwendet 'etc/radicale/users' als htpasswd Datei." + +msgid "Read only!" +msgstr "Nur lesbar!" + +msgid "RegExp file" +msgstr "RegExp Datei" + +msgid "Reload" +msgstr "Neu laden" + +msgid "Response Encoding" +msgstr "Antwort Zeichenkodierung" + +msgid "Reveal/hide password" +msgstr "Passwort zeigen/verstecken" + +msgid "Rights" +msgstr "Zugriffsrechte" + +msgid "Rights are based on a regexp-based file" +msgstr "Zugriff basiert auf RegExp-basierter Datei." + +msgid "Rights backend" +msgstr "Zugagsverwaltung" + +msgid "SHA-1" +msgstr "SHA-1" + +msgid "SSL Protocol" +msgstr "SSL Protokol" + +msgid "Save" +msgstr "Speichern" + +msgid "Section names are only used for naming the rule." +msgstr "Abschnittsnamen werden nur für die Benennung der Regel verwendet." + +msgid "Server" +msgstr "Server" + +msgid "Setting this parameter to '0' will disable rotation of log-file." +msgstr "" +"Wenn dieser Parameter auf '0' gesetzt wird, wird die Protokolldatei nicht " +"mehr rolliert!" + +msgid "Software package '" +msgstr "Software Packet '" + +msgid "Start" +msgstr "Start" + +msgid "Start / Stop" +msgstr "Start / Stopp" + +msgid "Start/Stop Radicale server" +msgstr "Start / Stopp Radicale Dienst" + +msgid "Storage" +msgstr "Datenspeicher" + +msgid "Storage Encoding" +msgstr "Datenspeicher Kodierung" + +msgid "Storage backend" +msgstr "Datenspeicher Verwaltung" + +msgid "Syslog Log level" +msgstr "Systemlog Level" + +msgid "System" +msgstr "System" + +msgid "" +"The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) " +"server solution." +msgstr "" +"Das Raidcale Projekt bietet eine vollständige CalDAV (Kalender) und CardDAV " +"(Adressbuch) Server Lösung." + +msgid "" +"They can be viewed and edited by calendar and contact clients on mobile " +"phones or computers." +msgstr "" +"Diese können von Kalender- und Adressbuch-Anwendungen auf mobilen Endgeräten " +"und Computern angezeigt und bearbeitet werden." + +msgid "To edit the file follow this link!" +msgstr "Um die Datei zu bearbeiten, folgend Sie dieser Verknüpfung!" + +msgid "To view latest log file follow this link!" +msgstr "" +"Zur Anzeige der letzten Protokolldatei, folgen Sie dieser Verknüpfung !" + +msgid "Value is not an Integer >= 0 !" +msgstr "Eingabe ist keine Ganzzahl >= 0 !" + +msgid "Value required ! Integer >= 0 !" +msgstr "Eingabe erforderlich ! Ganzzahl >= 0 !" + +msgid "Version" +msgstr "Version" + +msgid "Version Information" +msgstr "Versionsinformationen" + +msgid "" +"WARNING: Only 'File-system' is documented and tested by Radicale development" +msgstr "" +"WARNUNG: Nur 'File-system' ist vom Radicale Entwicklerteam derzeit " +"dokumentiert und getestet." + +msgid "Warning" +msgstr "Warnung" + +msgid "" +"You can also get groups from the user regex in the collection with {0}, {1}, " +"etc." +msgstr "" + +msgid "" +"You can use Python's ConfigParser interpolation values %(login)s and " +"%(path)s." +msgstr "" +"Sie können Python ConfigParser Werte '%(login)s' und '%(path)s' verwenden." + +msgid "crypt" +msgstr "crypt" + +msgid "custom" +msgstr "benutzerdefiniert" + +msgid "htpasswd file" +msgstr "htpasswd Datei" + +msgid "installed" +msgstr "installiert" + +msgid "or higher" +msgstr "oder höher" + +msgid "plain" +msgstr "unverschlüsselt" + +msgid "required" +msgstr "erforderlich" + +msgid "salted SHA-1" +msgstr "Salted SHA-1" + +#~ msgid "File" +#~ msgstr "Datei" + +#~ msgid "not found !" +#~ msgstr "nicht gefunden !" diff --git a/applications/luci-app-radicale/po/templates/radicale.pot b/applications/luci-app-radicale/po/templates/radicale.pot new file mode 100644 index 0000000..c5e0797 --- /dev/null +++ b/applications/luci-app-radicale/po/templates/radicale.pot @@ -0,0 +1,381 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"'AUTO' selects the highest protocol version that client and server support." +msgstr "" + +msgid "" +"'Hostname:Port' or 'IPv4:Port' or '[IPv6]:Port' Radicale should listen on" +msgstr "" + +msgid "-- Please choose --" +msgstr "" + +msgid "-- custom --" +msgstr "" + +msgid "AUTO" +msgstr "" + +msgid "Access-Control-Allow-Headers" +msgstr "" + +msgid "Access-Control-Allow-Methods" +msgstr "" + +msgid "Access-Control-Allow-Origin" +msgstr "" + +msgid "Access-Control-Expose-Headers" +msgstr "" + +msgid "Additional HTTP headers" +msgstr "" + +msgid "Address:Port" +msgstr "" + +msgid "Authentication" +msgstr "" + +msgid "" +"Authentication login is matched against the 'user' key, and collection's " +"path is matched against the 'collection' key." +msgstr "" + +msgid "Authentication method" +msgstr "" + +msgid "Authentication method to allow access to Radicale server." +msgstr "" + +msgid "Auto-start" +msgstr "" + +msgid "CalDAV/CardDAV" +msgstr "" + +msgid "" +"Calendars and address books are available for both local and remote access, " +"possibly limited through authentication policies." +msgstr "" + +msgid "Certificate file" +msgstr "" + +msgid "" +"Change here the encoding Radicale will use instead of 'UTF-8' for responses " +"to the client and/or to store data inside collections." +msgstr "" + +msgid "Ciphers" +msgstr "" + +msgid "Console Log level" +msgstr "" + +msgid "Control the access to data collections." +msgstr "" + +msgid "Critical" +msgstr "" + +msgid "" +"Cross-origin resource sharing (CORS) is a mechanism that allows restricted " +"resources (e.g. fonts, JavaScript, etc.) on a web page to be requested from " +"another domain outside the domain from which the resource originated." +msgstr "" + +msgid "Custom" +msgstr "" + +msgid "Database" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Directory" +msgstr "" + +msgid "Directory not exists/found !" +msgstr "" + +msgid "Directory required !" +msgstr "" + +msgid "Directory where the rotating log-files are stored" +msgstr "" + +msgid "Enable HTTPS" +msgstr "" + +msgid "" +"Enable/Disable auto-start of Radicale on system start-up and interface events" +msgstr "" + +msgid "Encoding" +msgstr "" + +msgid "Encoding for responding requests." +msgstr "" + +msgid "Encoding for storing local collections." +msgstr "" + +msgid "Encryption method" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "File '%s' not found !" +msgstr "" + +msgid "File Log level" +msgstr "" + +msgid "File not found !" +msgstr "" + +msgid "File-system" +msgstr "" + +msgid "" +"For example, for the 'user' key, '.+' means 'authenticated user' and '.*' " +"means 'anybody' (including anonymous users)." +msgstr "" + +msgid "Full access for Owner only" +msgstr "" + +msgid "Full access for authenticated Users" +msgstr "" + +msgid "Full access for everybody (including anonymous)" +msgstr "" + +msgid "Full path and file name of certificate" +msgstr "" + +msgid "Full path and file name of private key" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "Keep in mind to use the correct hashing algorithm !" +msgstr "" + +msgid "Leading or ending slashes are trimmed from collection's path." +msgstr "" + +msgid "Log-backup Count" +msgstr "" + +msgid "Log-file Viewer" +msgstr "" + +msgid "Log-file directory" +msgstr "" + +msgid "Log-file size" +msgstr "" + +msgid "Logging" +msgstr "" + +msgid "Logon message" +msgstr "" + +msgid "Maximum size of each rotation log-file." +msgstr "" + +msgid "Message displayed in the client when a password is needed." +msgstr "" + +msgid "NOT installed" +msgstr "" + +msgid "None" +msgstr "" + +msgid "Number of backup files of log to create." +msgstr "" + +msgid "OPTIONAL: See python's ssl module for available ciphers" +msgstr "" + +msgid "Owner allow write, authenticated users allow read" +msgstr "" + +msgid "Path/File required !" +msgstr "" + +msgid "" +"Place here the 'user:password' pairs for your users which should have access " +"to Radicale." +msgstr "" + +msgid "Please install current version !" +msgstr "" + +msgid "Please press [Reload] button below to reread the file." +msgstr "" + +msgid "Please update to current version !" +msgstr "" + +msgid "Port numbers below 1024 (Privileged ports) are not supported" +msgstr "" + +msgid "Private key file" +msgstr "" + +msgid "Radicale CalDAV/CardDAV Server" +msgstr "" + +msgid "Radicale uses '/etc/radicale/rights' as regexp-based file." +msgstr "" + +msgid "Radicale uses '/etc/radicale/users' as htpasswd file." +msgstr "" + +msgid "Read only!" +msgstr "" + +msgid "RegExp file" +msgstr "" + +msgid "Reload" +msgstr "" + +msgid "Response Encoding" +msgstr "" + +msgid "Reveal/hide password" +msgstr "" + +msgid "Rights" +msgstr "" + +msgid "Rights are based on a regexp-based file" +msgstr "" + +msgid "Rights backend" +msgstr "" + +msgid "SHA-1" +msgstr "" + +msgid "SSL Protocol" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Section names are only used for naming the rule." +msgstr "" + +msgid "Server" +msgstr "" + +msgid "Setting this parameter to '0' will disable rotation of log-file." +msgstr "" + +msgid "Software package '" +msgstr "" + +msgid "Start" +msgstr "" + +msgid "Start / Stop" +msgstr "" + +msgid "Start/Stop Radicale server" +msgstr "" + +msgid "Storage" +msgstr "" + +msgid "Storage Encoding" +msgstr "" + +msgid "Storage backend" +msgstr "" + +msgid "Syslog Log level" +msgstr "" + +msgid "System" +msgstr "" + +msgid "" +"The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) " +"server solution." +msgstr "" + +msgid "" +"They can be viewed and edited by calendar and contact clients on mobile " +"phones or computers." +msgstr "" + +msgid "To edit the file follow this link!" +msgstr "" + +msgid "To view latest log file follow this link!" +msgstr "" + +msgid "Value is not an Integer >= 0 !" +msgstr "" + +msgid "Value required ! Integer >= 0 !" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version Information" +msgstr "" + +msgid "" +"WARNING: Only 'File-system' is documented and tested by Radicale development" +msgstr "" + +msgid "Warning" +msgstr "" + +msgid "" +"You can also get groups from the user regex in the collection with {0}, {1}, " +"etc." +msgstr "" + +msgid "" +"You can use Python's ConfigParser interpolation values %(login)s and " +"%(path)s." +msgstr "" + +msgid "crypt" +msgstr "" + +msgid "custom" +msgstr "" + +msgid "htpasswd file" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "or higher" +msgstr "" + +msgid "plain" +msgstr "" + +msgid "required" +msgstr "" + +msgid "salted SHA-1" +msgstr "" diff --git a/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale b/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale new file mode 100755 index 0000000..333ca65 --- /dev/null +++ b/applications/luci-app-radicale/root/etc/uci-defaults/luci-radicale @@ -0,0 +1,12 @@ +#!/bin/sh + +# no longer needed for "Save and Apply" to restart radicale +# luci-app-radicale calls /etc/init.d/radicale reload +uci -q batch <<-EOF >/dev/null + delete ucitrack.@radicale[-1] + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache + +exit 0 diff --git a/applications/luci-app-radvd/Makefile b/applications/luci-app-radvd/Makefile new file mode 100644 index 0000000..9b353ed --- /dev/null +++ b/applications/luci-app-radvd/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Radvd +LUCI_DEPENDS:=+radvd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-radvd/luasrc/controller/radvd.lua b/applications/luci-app-radvd/luasrc/controller/radvd.lua new file mode 100644 index 0000000..9c08f4c --- /dev/null +++ b/applications/luci-app-radvd/luasrc/controller/radvd.lua @@ -0,0 +1,17 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.radvd", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/radvd") then + return + end + + entry({"admin", "network", "radvd"}, cbi("radvd"), _("Radvd"), 61) + entry({"admin", "network", "radvd", "interface"}, cbi("radvd/interface"), nil).leaf = true + entry({"admin", "network", "radvd", "prefix"}, cbi("radvd/prefix"), nil).leaf = true + entry({"admin", "network", "radvd", "route"}, cbi("radvd/route"), nil).leaf = true + entry({"admin", "network", "radvd", "rdnss"}, cbi("radvd/rdnss"), nil).leaf = true + entry({"admin", "network", "radvd", "dnssl"}, cbi("radvd/dnssl"), nil).leaf = true +end diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua new file mode 100644 index 0000000..755dcb4 --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd.lua @@ -0,0 +1,324 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("radvd", translate("Radvd"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +local nm = require "luci.model.network".init(m.uci) +local ut = require "luci.util" + + +-- +-- Interfaces +-- + +s = m:section(TypedSection, "interface", translate("Interfaces")) +s.template = "cbi/tblsection" +s.extedit = luci.dispatcher.build_url("admin/network/radvd/interface/%s") +s.anonymous = true +s.addremove = true + +function s.create(...) + local id = TypedSection.create(...) + luci.http.redirect(s.extedit % id) +end + +function s.remove(self, section) + if m.uci:get("radvd", section) == "interface" then + local iface = m.uci:get("radvd", section, "interface") + if iface then + m.uci:delete_all("radvd", "prefix", + function(s) return s.interface == iface end) + + m.uci:delete_all("radvd", "route", + function(s) return s.interface == iface end) + + m.uci:delete_all("radvd", "rdnss", + function(s) return s.interface == iface end) + end + end + + return TypedSection.remove(self, section) +end + +o = s:option(Flag, "ignore", translate("Enable")) +o.rmempty = false +o.width = "30px" +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + +o = s:option(DummyValue, "interface", translate("Interface")) +o.template = "cbi/network_netinfo" +o.width = "10%" + +o = s:option(DummyValue, "UnicastOnly", translate("Multicast")) +function o.cfgvalue(self, section) + local v = Value.cfgvalue(self, section) + local v2 = m.uci:get("radvd", section, "client") + return (v == "1" or (v2 and #v2 > 0)) and translate("no") or translate("yes") +end + +o = s:option(DummyValue, "AdvSendAdvert", translate("Advertising")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + return v == "1" and translate("yes") or translate("no") +end + +o = s:option(DummyValue, "MaxRtrAdvInterval", translate("Max. interval")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) or "600" + return v .. "s" +end + +o = s:option(DummyValue, "AdvHomeAgentFlag", translate("Mobile IPv6")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + return v == "1" and translate("yes") or translate("no") +end + +o = s:option(DummyValue, "AdvDefaultPreference", translate("Preference")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) or "medium" + return translate(v) +end + + +-- +-- Prefixes +-- + +s2 = m:section(TypedSection, "prefix", translate("Prefixes")) +s2.template = "cbi/tblsection" +s2.extedit = luci.dispatcher.build_url("admin/network/radvd/prefix/%s") +s2.addremove = true +s2.anonymous = true + +function s2.create(...) + local id = TypedSection.create(...) + luci.http.redirect(s2.extedit % id) +end + + +o = s2:option(Flag, "ignore", translate("Enable")) +o.rmempty = false +o.width = "30px" +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + +o = s2:option(DummyValue, "interface", translate("Interface")) +o.template = "cbi/network_netinfo" +o.width = "10%" + +pfx = s2:option(DummyValue, "prefix", translate("Prefix")) +pfx.width = "60%" +function pfx.cfgvalue(self, section) + local v = m.uci:get_list("radvd", section, self.option) + local l = { } + + if not v or #v == 0 or (#v == 1 and #v[1] == 0) then + local net = nm:get_network(m.uci:get("radvd", section, "interface")) + if net then + local ifc = nm:get_interface(net:ifname()) + if ifc then + local adr + for _, adr in ipairs(ifc:ip6addrs()) do + if not adr:is6linklocal() then + v = adr:string() + break + end + end + end + end + end + + for v in ut.imatch(v) do + v = luci.ip.IPv6(v) + if v then + l[#l+1] = v:string() + end + end + + if #l == 0 then + l[1] = "?" + end + + return table.concat(l, ", ") +end + +o = s2:option(DummyValue, "AdvAutonomous", translate("Autonomous")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + return v == "1" and translate("yes") or translate("no") +end + +o = s2:option(DummyValue, "AdvOnLink", translate("On-link")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + return v == "1" and translate("yes") or translate("no") +end + +o = s2:option(DummyValue, "AdvValidLifetime", translate("Validity time")) +function o.cfgvalue(...) + local v = Value.cfgvalue(...) or "86400" + return translate(v) +end + + +-- +-- Routes +-- + +s3 = m:section(TypedSection, "route", translate("Routes")) +s3.template = "cbi/tblsection" +s3.extedit = luci.dispatcher.build_url("admin/network/radvd/route/%s") +s3.addremove = true +s3.anonymous = true + +function s3.create(...) + local id = TypedSection.create(...) + luci.http.redirect(s3.extedit % id) +end + + +o = s3:option(Flag, "ignore", translate("Enable")) +o.rmempty = false +o.width = "30px" +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + +o = s3:option(DummyValue, "interface", translate("Interface")) +o.template = "cbi/network_netinfo" +o.width = "10%" + +o = s3:option(DummyValue, "prefix", translate("Prefix")) +o.width = "60%" +o.cfgvalue = pfx.cfgvalue + +o = s3:option(DummyValue, "AdvRouteLifetime", translate("Lifetime")) +function o.cfgvalue(self, section) + local v = Value.cfgvalue(self, section) or "1800" + return translate(v) +end + +o = s3:option(DummyValue, "AdvRoutePreference", translate("Preference")) +function o.cfgvalue(self, section) + local v = Value.cfgvalue(self, section) or "medium" + return translate(v) +end + + +-- +-- RDNSS +-- + +s4 = m:section(TypedSection, "rdnss", translate("RDNSS")) +s4.template = "cbi/tblsection" +s4.extedit = luci.dispatcher.build_url("admin/network/radvd/rdnss/%s") +s4.addremove = true +s4.anonymous = true + +function s4.create(...) + local id = TypedSection.create(...) + luci.http.redirect(s4.extedit % id) +end + + +o = s4:option(Flag, "ignore", translate("Enable")) +o.rmempty = false +o.width = "30px" +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + +o = s4:option(DummyValue, "interface", translate("Interface")) +o.template = "cbi/network_netinfo" +o.width = "10%" + +o = s4:option(DummyValue, "addr", translate("Address")) +o.width = "60%" +o.cfgvalue = pfx.cfgvalue + +o = s4:option(DummyValue, "AdvRDNSSLifetime", translate("Lifetime")) +function o.cfgvalue(self, section) + local v = Value.cfgvalue(self, section) or "1200" + return translate(v) +end + + +-- +-- DNSSL +-- + +s5 = m:section(TypedSection, "dnssl", translate("DNSSL")) +s5.template = "cbi/tblsection" +s5.extedit = luci.dispatcher.build_url("admin/network/radvd/dnssl/%s") +s5.addremove = true +s5.anonymous = true + +function s5.create(...) + local id = TypedSection.create(...) + luci.http.redirect(s5.extedit % id) +end + + +o = s5:option(Flag, "ignore", translate("Enable")) +o.rmempty = false +o.width = "30px" +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + +o = s5:option(DummyValue, "interface", translate("Interface")) +o.template = "cbi/network_netinfo" +o.width = "10%" + +o = s5:option(DummyValue, "suffix", translate("Suffix")) +o.width = "60%" +function o.cfgvalue(self, section) + local v = m.uci:get_list("radvd", section, "suffix") + local l = { } + + for v in ut.imatch(v) do + l[#l+1] = v + end + + if #l == 0 then + l[1] = "?" + end + + return table.concat(l, ", ") +end + +o = s5:option(DummyValue, "AdvDNSSLLifetime", translate("Lifetime")) +function o.cfgvalue(self, section) + local v = Value.cfgvalue(self, section) or "1200" + return translate(v) +end + + +return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua new file mode 100644 index 0000000..d331c25 --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua @@ -0,0 +1,88 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sid = arg[1] +local utl = require "luci.util" + +m = Map("radvd", translatef("Radvd - DNSSL"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +m.redirect = luci.dispatcher.build_url("admin/network/radvd") + +if m.uci:get("radvd", sid) ~= "dnssl" then + luci.http.redirect(m.redirect) + return +end + + +s = m:section(NamedSection, sid, "interface", translate("DNSSL Configuration")) +s.addremove = false + + +-- +-- General +-- + +o = s:option(Flag, "ignore", translate("Enable")) +o.rmempty = false + +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end + +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + + +o = s:option(Value, "interface", translate("Interface"), + translate("Specifies the logical interface name this section belongs to")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.optional = false + +function o.formvalue(...) + return Value.formvalue(...) or "-" +end + +function o.validate(self, value) + if value == "-" then + return nil, translate("Interface required") + end + return value +end + +function o.write(self, section, value) + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "interface", value) +end + + +o = s:option(DynamicList, "suffix", translate("Suffix"), + translate("Advertised Domain Suffixes")) + +o.optional = false +o.rmempty = false +o.datatype = "hostname" +function o.cfgvalue(self, section) + local l = { } + local v = m.uci:get_list("radvd", section, "suffix") + for v in utl.imatch(v) do + l[#l+1] = v + end + return l +end + + +o = s:option(Value, "AdvDNSSLLifetime", translate("Lifetime"), + translate("Specifies the maximum duration how long the DNSSL entries are used for name resolution.")) + +o.datatype = 'or(uinteger,"infinity")' +o.placeholder = 1200 + + +return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua new file mode 100644 index 0000000..e5d0322 --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua @@ -0,0 +1,265 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sid = arg[1] +local utl = require "luci.util" + +m = Map("radvd", translatef("Radvd - Interface %q", "?"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +m.redirect = luci.dispatcher.build_url("admin/network/radvd") + +if m.uci:get("radvd", sid) ~= "interface" then + luci.http.redirect(m.redirect) + return +end + +m.uci:foreach("radvd", "interface", + function(s) + if s['.name'] == sid and s.interface then + m.title = translatef("Radvd - Interface %q", s.interface) + return false + end + end) + + +s = m:section(NamedSection, sid, "interface", translate("Interface Configuration")) +s.addremove = false + +s:tab("general", translate("General")) +s:tab("timing", translate("Timing")) +s:tab("mobile", translate("Mobile IPv6")) + + +-- +-- General +-- + +o = s:taboption("general", Flag, "ignore", translate("Enable")) +o.rmempty = false + +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end + +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + + +o = s:taboption("general", Value, "interface", translate("Interface"), + translate("Specifies the logical interface name this section belongs to")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.optional = false + +function o.formvalue(...) + return Value.formvalue(...) or "-" +end + +function o.validate(self, value) + if value == "-" then + return nil, translate("Interface required") + end + return value +end + +function o.write(self, section, value) + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "interface", value) +end + + +o = s:taboption("general", DynamicList, "client", translate("Clients"), + translate("Restrict communication to specified clients, leave empty to use multicast")) + +o.rmempty = true +o.datatype = "ip6addr" +o.placeholder = "any" +function o.cfgvalue(...) + local v = Value.cfgvalue(...) + local l = { } + for v in utl.imatch(v) do + l[#l+1] = v + end + return l +end + + +o = s:taboption("general", Flag, "AdvSendAdvert", translate("Enable advertisements"), + translate("Enables router advertisements and solicitations")) + +o.rmempty = false +function o.write(self, section, value) + if value == "1" then + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "IgnoreIfMissing", 1) + end + + m.uci:set("radvd", section, "AdvSendAdvert", value) +end + + +o = s:taboption("general", Flag, "UnicastOnly", translate("Unicast only"), + translate("Indicates that the underlying link is not broadcast capable, prevents unsolicited advertisements from being sent")) + +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", Flag, "AdvManagedFlag", translate("Managed flag"), + translate("Enables the additional stateful administered autoconfiguration protocol (RFC2462)")) + +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", Flag, "AdvOtherConfigFlag", translate("Configuration flag"), + translate("Enables the autoconfiguration of additional, non address information (RFC2462)")) + +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", Flag, "AdvSourceLLAddress", translate("Source link-layer address"), + translate("Includes the link-layer address of the outgoing interface in the RA")) + +o.rmempty = false +o.default = "1" +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", Value, "AdvLinkMTU", translate("Link MTU"), + translate("Advertises the given link MTU in the RA if specified. 0 disables MTU advertisements")) + +o.datatype = "uinteger" +o.placeholder = 0 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", Value, "AdvCurHopLimit", translate("Current hop limit"), + translate("Advertises the default Hop Count value for outgoing unicast packets in the RA. 0 disables hopcount advertisements")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 64 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("general", ListValue, "AdvDefaultPreference", translate("Default preference"), + translate("Advertises the default router preference")) + +o.optional = false +o.default = "medium" +o:value("low", translate("low")) +o:value("medium", translate("medium")) +o:value("high", translate("high")) +o:depends("AdvSendAdvert", "1") + + +-- +-- Timing +-- + +o = s:taboption("timing", Value, "MinRtrAdvInterval", translate("Minimum advertisement interval"), + translate("The minimum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 198 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("timing", Value, "MaxRtrAdvInterval", translate("Maximum advertisement interval"), + translate("The maximum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 600 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("timing", Value, "MinDelayBetweenRAs", translate("Minimum advertisement delay"), + translate("The minimum time allowed between sending multicast router advertisements from the interface, in seconds")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 3 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("timing", Value, "AdvReachableTime", translate("Reachable time"), + translate("Advertises assumed reachability time in milliseconds of neighbours in the RA if specified. 0 disables reachability advertisements")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 0 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("timing", Value, "AdvRetransTimer", translate("Retransmit timer"), + translate("Advertises wait time in milliseconds between Neighbor Solicitation messages in the RA if specified. 0 disables retransmit advertisements")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 0 +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("timing", Value, "AdvDefaultLifetime", translate("Default lifetime"), + translate("Advertises the lifetime of the default router in seconds. 0 indicates that the node is no default router")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 1800 +o:depends("AdvSendAdvert", "1") + + +-- +-- Mobile +-- + +o = s:taboption("mobile", Flag, "AdvHomeAgentFlag", translate("Advertise Home Agent flag"), + translate("Advertises Mobile IPv6 Home Agent capability (RFC3775)")) + +o:depends("AdvSendAdvert", "1") + + +o = s:taboption("mobile", Flag, "AdvIntervalOpt", translate("Mobile IPv6 interval option"), + translate("Include Mobile IPv6 Advertisement Interval option to RA")) + +o:depends({AdvHomeAgentFlag = "1", AdvSendAdvert = "1"}) + + +o = s:taboption("mobile", Flag, "AdvHomeAgentInfo", translate("Home Agent information"), + translate("Include Home Agent Information in the RA")) + +o:depends({AdvHomeAgentFlag = "1", AdvSendAdvert = "1"}) + + +o = s:taboption("mobile", Flag, "AdvMobRtrSupportFlag", translate("Mobile IPv6 router registration"), + translate("Advertises Mobile Router registration capability (NEMO Basic)")) + +o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) + + +o = s:taboption("mobile", Value, "HomeAgentLifetime", translate("Home Agent lifetime"), + translate("Advertises the time in seconds the router is offering Mobile IPv6 Home Agent services")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 1800 +o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) + + +o = s:taboption("mobile", Value, "HomeAgentPreference", translate("Home Agent preference"), + translate("The preference for the Home Agent sending this RA")) + +o.datatype = "uinteger" +o.optional = false +o.placeholder = 0 +o:depends({AdvHomeAgentInfo = "1", AdvSendAdvert = "1"}) + + +return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua new file mode 100644 index 0000000..a2b4285 --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua @@ -0,0 +1,128 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sid = arg[1] +local utl = require "luci.util" + +m = Map("radvd", translatef("Radvd - Prefix"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +m.redirect = luci.dispatcher.build_url("admin/network/radvd") + +if m.uci:get("radvd", sid) ~= "prefix" then + luci.http.redirect(m.redirect) + return +end + + +s = m:section(NamedSection, sid, "interface", translate("Prefix Configuration")) +s.addremove = false + +s:tab("general", translate("General")) +s:tab("advanced", translate("Advanced")) + + +-- +-- General +-- + +o = s:taboption("general", Flag, "ignore", translate("Enable")) +o.rmempty = false + +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end + +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + + +o = s:taboption("general", Value, "interface", translate("Interface"), + translate("Specifies the logical interface name this section belongs to")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.optional = false + +function o.formvalue(...) + return Value.formvalue(...) or "-" +end + +function o.validate(self, value) + if value == "-" then + return nil, translate("Interface required") + end + return value +end + +function o.write(self, section, value) + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "interface", value) +end + + +o = s:taboption("general", DynamicList, "prefix", translate("Prefixes"), + translate("Advertised IPv6 prefixes. If empty, the current interface prefix is used")) + +o.optional = true +o.datatype = "ip6addr" +o.placeholder = translate("default") +function o.cfgvalue(self, section) + local l = { } + local v = m.uci:get_list("radvd", section, "prefix") + for v in utl.imatch(v) do + l[#l+1] = v + end + return l +end + + +o = s:taboption("general", Flag, "AdvOnLink", translate("On-link determination"), + translate("Indicates that this prefix can be used for on-link determination (RFC4861)")) + +o.rmempty = false +o.default = "1" + + +o = s:taboption("general", Flag, "AdvAutonomous", translate("Autonomous"), + translate("Indicates that this prefix can be used for autonomous address configuration (RFC4862)")) + +o.rmempty = false +o.default = "1" + + +-- +-- Advanced +-- + +o = s:taboption("advanced", Flag, "AdvRouterAddr", translate("Advertise router address"), + translate("Indicates that the address of interface is sent instead of network prefix, as is required by Mobile IPv6")) + + +o = s:taboption("advanced", Value, "AdvValidLifetime", translate("Valid lifetime"), + translate("Advertises the length of time in seconds that the prefix is valid for the purpose of on-link determination.")) + +o.datatype = 'or(uinteger,"infinity")' +o.placeholder = 86400 + + +o = s:taboption("advanced", Value, "AdvPreferredLifetime", translate("Preferred lifetime"), + translate("Advertises the length of time in seconds that addresses generated from the prefix via stateless address autoconfiguration remain preferred.")) + +o.datatype = 'or(uinteger,"infinity")' +o.placeholder = 14400 + + +o = s:taboption("advanced", Value, "Base6to4Interface", translate("6to4 interface"), + translate("Specifies a logical interface name to derive a 6to4 prefix from. The interfaces public IPv4 address is combined with 2002::/3 and the value of the prefix option")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.unspecified = true + + +return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua new file mode 100644 index 0000000..d6588ac --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua @@ -0,0 +1,89 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sid = arg[1] +local utl = require "luci.util" + +m = Map("radvd", translatef("Radvd - RDNSS"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +m.redirect = luci.dispatcher.build_url("admin/network/radvd") + +if m.uci:get("radvd", sid) ~= "rdnss" then + luci.http.redirect(m.redirect) + return +end + + +s = m:section(NamedSection, sid, "interface", translate("RDNSS Configuration")) +s.addremove = false + + +-- +-- General +-- + +o = s:option(Flag, "ignore", translate("Enable")) +o.rmempty = false + +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end + +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + + +o = s:option(Value, "interface", translate("Interface"), + translate("Specifies the logical interface name this section belongs to")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.optional = false + +function o.formvalue(...) + return Value.formvalue(...) or "-" +end + +function o.validate(self, value) + if value == "-" then + return nil, translate("Interface required") + end + return value +end + +function o.write(self, section, value) + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "interface", value) +end + + +o = s:option(DynamicList, "addr", translate("Addresses"), + translate("Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface is used")) + +o.optional = false +o.rmempty = true +o.datatype = "ip6addr" +o.placeholder = translate("default") +function o.cfgvalue(self, section) + local l = { } + local v = m.uci:get_list("radvd", section, "addr") + for v in utl.imatch(v) do + l[#l+1] = v + end + return l +end + + +o = s:option(Value, "AdvRDNSSLifetime", translate("Lifetime"), + translate("Specifies the maximum duration how long the RDNSS entries are used for name resolution.")) + +o.datatype = 'or(uinteger,"infinity")' +o.placeholder = 1200 + + +return m diff --git a/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua b/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua new file mode 100644 index 0000000..1aac27a --- /dev/null +++ b/applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua @@ -0,0 +1,97 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sid = arg[1] +local utl = require "luci.util" + +m = Map("radvd", translatef("Radvd - Route"), + translate("Radvd is a router advertisement daemon for IPv6. " .. + "It listens to router solicitations and sends router advertisements " .. + "as described in RFC 4861.")) + +m.redirect = luci.dispatcher.build_url("admin/network/radvd") + +if m.uci:get("radvd", sid) ~= "route" then + luci.http.redirect(m.redirect) + return +end + + +s = m:section(NamedSection, sid, "interface", translate("Route Configuration")) +s.addremove = false + + +-- +-- General +-- + +o = s:option(Flag, "ignore", translate("Enable")) +o.rmempty = false + +function o.cfgvalue(...) + local v = Flag.cfgvalue(...) + return v == "1" and "0" or "1" +end + +function o.write(self, section, value) + Flag.write(self, section, value == "1" and "0" or "1") +end + + +o = s:option(Value, "interface", translate("Interface"), + translate("Specifies the logical interface name this section belongs to")) + +o.template = "cbi/network_netlist" +o.nocreate = true +o.optional = false + +function o.formvalue(...) + return Value.formvalue(...) or "-" +end + +function o.validate(self, value) + if value == "-" then + return nil, translate("Interface required") + end + return value +end + +function o.write(self, section, value) + m.uci:set("radvd", section, "ignore", 0) + m.uci:set("radvd", section, "interface", value) +end + + +o = s:option(DynamicList, "prefix", translate("Prefixes"), + translate("Advertised IPv6 prefixes")) + +o.rmempty = false +o.datatype = "ip6addr" +o.placeholder = translate("default") +function o.cfgvalue(self, section) + local l = { } + local v = m.uci:get_list("radvd", section, "prefix") + for v in utl.imatch(v) do + l[#l+1] = v + end + return l +end + + +o = s:option(Value, "AdvRouteLifetime", translate("Lifetime"), + translate("Specifies the lifetime associated with the route in seconds.")) + +o.datatype = 'or(uinteger,"infinity")' +o.placeholder = 1800 + + +o = s:option(ListValue, "AdvRoutePreference", translate("Preference"), + translate("Specifies the preference associated with the default router")) + +o.default = "medium" +o:value("low", translate("low")) +o:value("medium", translate("medium")) +o:value("high", translate("high")) + + +return m diff --git a/applications/luci-app-radvd/po/ca/radvd.po b/applications/luci-app-radvd/po/ca/radvd.po new file mode 100644 index 0000000..a9a317d --- /dev/null +++ b/applications/luci-app-radvd/po/ca/radvd.po @@ -0,0 +1,382 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-02 21:41+0200\n" +"Last-Translator: Alex \n" +"Language-Team: German\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "Interfície 6to4" + +msgid "Address" +msgstr "Adreça" + +msgid "Addresses" +msgstr "Adreces" + +msgid "Advanced" +msgstr "Avançat" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "Sufixos de domini publicats" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "Prefixos IPv6 publicats" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "Publicació" + +msgid "Autonomous" +msgstr "Autònom" + +msgid "Clients" +msgstr "Clients" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Configuració DNSSL" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "Preferència per defecte" + +msgid "Enable" +msgstr "Habilita" + +msgid "Enable advertisements" +msgstr "Habilita la publicitat" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "General" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Indica que la enllaç subjacent no és capaç de la difusió, prevén que les " +"publicitats no sol·licitats es enviïn" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "Interfície" + +msgid "Interface Configuration" +msgstr "Configuració d'interfície" + +msgid "Interface required" +msgstr "Interfície requerida" + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "IPv6 mòbil" + +msgid "Mobile IPv6 interval option" +msgstr "Opció d'interval d'IPv6 mòbil" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "Difusió selectiva" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Prefix Configuration" +msgstr "Configuració de prefix" + +msgid "Prefixes" +msgstr "Prefixos" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Configuració RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Interfície %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Prefix" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Ruta" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"El Radvd és un dimoni de publicitat d'encaminador per IPv6. Escolta per " +"sol·licituds i envia publicitats d'encaminador com descrit en RFC 4861." + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Restringeix la comunicació a clients especificats, deixeu en blanc per " +"utilitzar la difusió selectiva" + +msgid "Retransmit timer" +msgstr "Temporitzador de retransmissió" + +msgid "Route Configuration" +msgstr "Configuració de ruta" + +msgid "Routes" +msgstr "Rutes" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "Sufix" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"El temps màxim permès entre enviar publicitats d'encaminador de difusió " +"selectiva no sol·licitats des de la interfície, en segons" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"El temps mínim permès entre enviar publicitats d'encaminador de difusió " +"selectiva des de la interfície, en segons" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"El temps mínim permès entre enviar publicitats d'encaminador de difusió " +"selectiva no sol·licitats des de la interfície, en segons" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "Sincronització" + +msgid "Unicast only" +msgstr "Només unidifusió" + +msgid "Valid lifetime" +msgstr "Durada de vida vàlida" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "per defecte" + +msgid "high" +msgstr "alt" + +msgid "low" +msgstr "baix" + +msgid "medium" +msgstr "mitjà" + +msgid "no" +msgstr "no" + +msgid "yes" +msgstr "sí" diff --git a/applications/luci-app-radvd/po/cs/radvd.po b/applications/luci-app-radvd/po/cs/radvd.po new file mode 100644 index 0000000..ab4e4af --- /dev/null +++ b/applications/luci-app-radvd/po/cs/radvd.po @@ -0,0 +1,389 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 19:04+0200\n" +"Last-Translator: KubaCZ \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "6to4 rozhraní" + +msgid "Address" +msgstr "Adresa" + +msgid "Addresses" +msgstr "Adresy" + +msgid "Advanced" +msgstr "PokroÄilé" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "Oznamovat adresu routeru" + +msgid "Advertised Domain Suffixes" +msgstr "Oznamované doménové přípony" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Oznamované IPv6 RDNSS. Pokud prázdné, bude použita stávající IPv6 adresa " +"rozhraní." + +msgid "Advertised IPv6 prefixes" +msgstr "Oznamované IPv6 prefixy" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Oznamované IPv6 prefixy. Pokud prázdné, bude použit stávající prefix na " +"rozhraní." + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Oznamovaná doba za kterou by sousední stroje mÄ›ly být dosažitelné. 0 znamená " +"neoznamovat." + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Oznamovaný výchozí poÄet hopů pro odchozí unicast pakety. 0 vypne oznamování " +"poÄtu hopů." + +msgid "Advertises the default router preference" +msgstr "Oznamovaný preferovaný router." + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "Oznamovat MTU linky. 0 vypne oznamování MTU." + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" +"Oznamovaný poÄet sekund po kterých adresa generovaná z prefixu bezestavové " +"konfigurace zůstává preferovaná." + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" +"Oznamovaný poÄet sekund po kterou je prefix validní pro potÅ™eby zjiÅ¡tÄ›ní " +"stavu on-link/off-link." + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Oznamovaný poÄet sekund k vyprÅ¡ení platnosti preference routeru. 0 zanÄí že " +"není žádný router preferován." + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Oznamovaný poÄet sekund k vyprÅ¡ení nabízení služeb Mobile IPv6 Home Agenta" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Oznamovaný poÄet milisekund mezi Neighbor Solicitation zprávamy. 0 vypne " +"oznamování." + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "Autonomní" + +msgid "Clients" +msgstr "Klienti" + +msgid "Configuration flag" +msgstr "KonfiguraÄní volba" + +msgid "Current hop limit" +msgstr "Aktuální limit poÄtu hopů" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Konfigurace DNSSL" + +msgid "Default lifetime" +msgstr "Výchozí Äasový limit" + +msgid "Default preference" +msgstr "Výchozí preference" + +msgid "Enable" +msgstr "Povolit" + +msgid "Enable advertisements" +msgstr "Povolit oznamování" + +msgid "Enables router advertisements and solicitations" +msgstr "Povolí oznamování routeru a hledání sousedů" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" +"Povolí přídavný stavový administrovaný autokonfiguraÄní protokol (RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "Povolí autokonfiguraci přídavného, neadresních informací (RFC2462)" + +msgid "General" +msgstr "Obecné" + +msgid "Home Agent information" +msgstr "Informace Home Agenta" + +msgid "Home Agent lifetime" +msgstr "ÄŒasový limit Home Agenta" + +msgid "Home Agent preference" +msgstr "Preferovaný Home Agent" + +msgid "Include Home Agent Information in the RA" +msgstr "Zahrnout informace o Home Agentovi v oznámeních" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "Interface Configuration" +msgstr "Konfigurace rozhraní" + +msgid "Interface required" +msgstr "Rozhraní vyžadováno" + +msgid "Interfaces" +msgstr "Rozhraní" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "Max. interval" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Prefix Configuration" +msgstr "Nastavení prefixu" + +msgid "Prefixes" +msgstr "Prefixy" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Konfigurace RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - rozhraní %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Prefix" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Route" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "Dostupný Äas" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "Trasy" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "Suffix" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "NaÄasování" + +msgid "Unicast only" +msgstr "Pouze unicast" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "Doba platnosti" + +msgid "default" +msgstr "výchozí" + +msgid "high" +msgstr "vysoká" + +msgid "low" +msgstr "nízká" + +msgid "medium" +msgstr "stÅ™ední" + +msgid "no" +msgstr "ne" + +# ano +msgid "yes" +msgstr "ano" diff --git a/applications/luci-app-radvd/po/de/radvd.po b/applications/luci-app-radvd/po/de/radvd.po new file mode 100644 index 0000000..a294619 --- /dev/null +++ b/applications/luci-app-radvd/po/de/radvd.po @@ -0,0 +1,483 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-15 16:46+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: German\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "6to4-Schnittstelle" + +msgid "Address" +msgstr "Adresse" + +msgid "Addresses" +msgstr "Adressen" + +msgid "Advanced" +msgstr "Erweitert" + +msgid "Advertise Home Agent flag" +msgstr "Home-Agent Funktionalität ankündigen" + +msgid "Advertise router address" +msgstr "Router-Adresse ankündigen" + +msgid "Advertised Domain Suffixes" +msgstr "Angekündigte Domain-Suffixes" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Angekündigte rekursive IPv6 DNS Server. Wenn leer wird die aktuelle IPv6-" +"Adresse der Schnittstelle verwendet" + +msgid "Advertised IPv6 prefixes" +msgstr "Angekündigte IPv6-Prefixe" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Angekündigte IPv6-Subnetze in CIDR-Notation. Wenn leer wird das aktuelle " +"IPv6-Prefix der Schnittstelle verwendet" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Kündigt \"Mobile IPv6 Home Agent\"-Fähigkeit an (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Kündigt \"Mobile Router Registration\"-Fähigkeit an (NEMO Basic)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Kündigt die angenommene Erreichbarkeit von Nachbarn als Zeitspanne in " +"Millisekunden an, sofern gegeben. Der Wert \"0\" deaktiviert " +"Erreichbarkeitsankündigungen" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Kündigt den Standard Hop-Count-Wert für ausgehende Unicast-Pakete an. Der " +"Wert \"0\" deaktiviert Hop-Count-Ankündigungen" + +msgid "Advertises the default router preference" +msgstr "Kündigt das Vorhandensein des Default-Routers an" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" +"Kündigt die gegebene Verbindungs-MTU an wenn gegeben. Der Wert \"0\" " +"deaktiviert MTU-Ankündigungen" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" +"Kündigt den Zeitraum an, in dem die vom angekündigtem Prefix generierte " +"Adresse bevorzugt bleibt, als Zeitspanne in Sekunden." + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" +"Kündigt den Zeitraum in Sekunden an, in dem der Prefix für On-Link-" +"Ermittlung gültig ist." + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Kündigt die Gültigskeitsdauer des Defaultrouters in Sekunden an. Der Wert \"0" +"\" impliziert dass dieser Knoten kein Default-Router ist" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Kündigt die Zeitspanne in Sekunden an, in der der Router \"Mobile IPv6 Home " +"Agent\"-Dienste anbietet" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Kündigt die vorgegebene Wartezeit zwischen wiederholt versendeten Neighbor-" +"Solicitation-Nachrichten als Zeitspanne in Millisekunden an, wenn gegeben. " +"Der Wert \"0\" deaktiviert die Ankündigung der Wartezeit" + +msgid "Advertising" +msgstr "Ankündigend" + +msgid "Autonomous" +msgstr "Autonom" + +msgid "Clients" +msgstr "Clienten" + +msgid "Configuration flag" +msgstr "Konfigurations-Bit" + +msgid "Current hop limit" +msgstr "Aktuelles Hop-Limit" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "DNSSL-Konfiguration" + +msgid "Default lifetime" +msgstr "Standard-Gültigkeitszeitraum" + +msgid "Default preference" +msgstr "Standard-Priorität" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Enable advertisements" +msgstr "Ankündigungen aktivieren" + +msgid "Enables router advertisements and solicitations" +msgstr "Aktiviert Router-Ankündigungen und Solicitations" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" +"Aktiviert das zusätzliche \"Stateful Administered Autoconfiguration Protocol" +"\" (RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" +"Aktiviert die Auto-Konfiguration von zusätzlichen, Nicht-Adress-" +"Eigenschaften (RFC2462)" + +msgid "General" +msgstr "Allgemein" + +msgid "Home Agent information" +msgstr "Home-Agent-Information" + +msgid "Home Agent lifetime" +msgstr "Home-Agent-Gültigkeitsdauer" + +msgid "Home Agent preference" +msgstr "Home-Agent-Priorität" + +msgid "Include Home Agent Information in the RA" +msgstr "Home-Agent-Informationen in die RA-Nachricht einfügen" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "Mobile-IPv6-Ankündigungsintervall in die RA-Nachricht einfügen" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" +"Link-Layer-Adresse der ausgehenden Schnittstelle in die RA-Nachricht einfügen" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Zeigt an, dass die Adresse der Schnittstelle statt einem Netzwerk-Prefix " +"gesendet wird - benötigt für Mobile IPv6" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Zeigt an, dass die zugrundeliegende Verbindung keinen Broadcast-Verkehr " +"beherrscht, verhindert das Senden unaufgeforderter Ankündigungsnachrichten" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Zeigt an, dass das angekündigte Prefix für autonome Adress-Konfiguration " +"genutzt werden kann (RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Zeigt an, dass das Prefix für On-Link-Ermittlungen genutzt werden kann " +"(RFC4861)" + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "Interface Configuration" +msgstr "Schnittstellenkonfiguration" + +msgid "Interface required" +msgstr "Schnittstelle benötigt" + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Lifetime" +msgstr "Gültigkeitsdauer" + +msgid "Link MTU" +msgstr "Verbindungs-MTU" + +msgid "Managed flag" +msgstr "Managed-Bit" + +msgid "Max. interval" +msgstr "Max. Intervall" + +msgid "Maximum advertisement interval" +msgstr "Maximales Ankündigungsintervall" + +msgid "Minimum advertisement delay" +msgstr "Minimale Ankündigungsverzögerung" + +msgid "Minimum advertisement interval" +msgstr "Minimales Ankündigungsintervall" + +msgid "Mobile IPv6" +msgstr "Mobile IPv6" + +msgid "Mobile IPv6 interval option" +msgstr "Mobile-IPv6-Intervall-Option" + +msgid "Mobile IPv6 router registration" +msgstr "Mobile-IPv6-Router-Registrierung" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "On-Link" + +msgid "On-link determination" +msgstr "On-Link-Ermittlung" + +msgid "Preference" +msgstr "Priorität" + +msgid "Preferred lifetime" +msgstr "Bevorzugte Gültigkeitsdauer" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Prefix Configuration" +msgstr "Prefix-Konfiguration" + +msgid "Prefixes" +msgstr "Prefixes" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "RDNSS-Konfiguration" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Schnittstelle %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Prefix" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Route" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd ist ein Router-Advertisement-Dienst für IPv6. Er hört auf Router-" +"Solicitations und sendet Ankündigungen wie in RFC 4861 spezifiziert." + +msgid "Reachable time" +msgstr "Erreichbarkeitsdauer" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Kommunikation auf angegebene Clients beschränken, leer lassen um Multicast " +"zu nutzen" + +msgid "Retransmit timer" +msgstr "Taktung von Neu-Ãœbertragungen" + +msgid "Route Configuration" +msgstr "Routen-Konfiguration" + +msgid "Routes" +msgstr "Routen" + +msgid "Source link-layer address" +msgstr "Quell-Link-Layer-Adresse" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"Spezifiziert eine Schnittstelle, von welcher das 6to4-Prefix abgeleitet " +"wird. Die öffentliche IPv4-Adresse der Schnittstelle wird dazu mit dem " +"Subnetz 2002::/3 und dem Wert der Prefix-Option kombiniert" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "Bestimmt die Gültigkeitsdauer dieser Route." + +msgid "Specifies the logical interface name this section belongs to" +msgstr "Bestimmt die Schnittstelle, zu welcher diese Sektion gehört" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" +"Bestimmt die maximale Dauer, für welche die DNSSL-Einträge gültig zur " +"Namensauflösung sind." + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" +"Bestimmt die maximale Dauer, für welche die RDNSS-Einträge gültig zur " +"Namensauflösung sind." + +msgid "Specifies the preference associated with the default router" +msgstr "Bestimmt die mit diesem Router assoziierte Priorität" + +msgid "Suffix" +msgstr "Suffix" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Die maximal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender, " +"unaufgeforderter Mutlicast-Router-Ankündigungen auf dieser Schnittstelle als " +"Zeitspanne in Sekunden" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"Die minimal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender " +"Router-Ankündigungen auf dieser Schnittstelle als Zeitspanne in Sekunden" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Die minimal erlaubte Wartezeit zwischen dem Versand aufeinanderfolgender, " +"unaufgeforderter Mutlicast-Router-Ankündigungen auf dieser Schnittstelle als " +"Zeitspanne in Sekunden" + +msgid "The preference for the Home Agent sending this RA" +msgstr "Die Priorität des ankündigendem \"IPv6 Home Agent\"" + +msgid "Timing" +msgstr "Taktung" + +msgid "Unicast only" +msgstr "Nur Unicast" + +msgid "Valid lifetime" +msgstr "Gültigkeitsdauer" + +msgid "Validity time" +msgstr "Gültigkeitsdauer" + +msgid "default" +msgstr "Standard" + +msgid "high" +msgstr "hoch" + +msgid "low" +msgstr "niedrig" + +msgid "medium" +msgstr "mittel" + +msgid "no" +msgstr "nein" + +msgid "yes" +msgstr "ja" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "Angekündigtes IPv6-Prefix" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "" +#~ "Angekündigtes IPv6-Subnetz in CIDR-Notation. Wenn leer wird das aktuelle " +#~ "IPv6-Prefix der Schnittstelle verwendet" + +#~ msgid "" +#~ "Advertises the length of time in seconds that addresses generated from " +#~ "the prefix via stateless address autoconfiguration remain preferred. Use " +#~ "0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Kündigt den Zeitraum an, in dem die vom angekündigtem Prefix generierte " +#~ "Adresse bevorzugt bleibt, als Zeitspanne in Sekunden. Der Wert \"0\" " +#~ "spezifiziert eine unbegrenzte Gültigkeitsspanne" + +#~ msgid "" +#~ "Advertises the length of time in seconds that the prefix is valid for the " +#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Kündigt den Zeitraum in Sekunden an, in dem der Prefix für On-Link-" +#~ "Ermittlung gültig ist. Der Wert \"0\" spezifiziert eine unbegrenzte " +#~ "Gültigkeitsspanne" + +#~ msgid "" +#~ "Indicates whether that RDNSS continues to be available to hosts even if " +#~ "they moved to a different subnet" +#~ msgstr "" +#~ "Zeigt an, ob dieser rekursive DNS Server von anderen Subnetzen aus " +#~ "verfügbar bleibt" + +#~ msgid "Open" +#~ msgstr "Offen" + +#~ msgid "" +#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " +#~ "specify an infinite lifetime" +#~ msgstr "" +#~ "Bestimmt die Gültigkeitsdauer dieser Route. Der Wert \"0\" spezifiziert " +#~ "einen unbegrenzten Zeitraum" + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Bestimmt die maximale Dauer, für welche die DNSSL-Einträge gültig zur " +#~ "Namensauflösung sind. Der Wert \"0\" spezifiziert einen unbegrenzten " +#~ "Zeitraum" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Bestimmt die maximale Dauer, für welche die RDNSS-Einträge gültig zur " +#~ "Namensauflösung sind. Der Wert \"0\" spezifiziert einen unbegrenzten " +#~ "Zeitraum" diff --git a/applications/luci-app-radvd/po/el/radvd.po b/applications/luci-app-radvd/po/el/radvd.po new file mode 100644 index 0000000..00763c9 --- /dev/null +++ b/applications/luci-app-radvd/po/el/radvd.po @@ -0,0 +1,370 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 15:31+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: German\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "Διεπαφή 6to4" + +msgid "Address" +msgstr "ΔιεÏθυνση" + +msgid "Addresses" +msgstr "ΔιευθÏνσεις" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "Πελάτες" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "ΕνεÏγοποίηση" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Διεπαφή %q" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - ΔιαδÏομή" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "ΔιαδÏομές" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "όχι" + +msgid "yes" +msgstr "ναι" diff --git a/applications/luci-app-radvd/po/en/radvd.po b/applications/luci-app-radvd/po/en/radvd.po new file mode 100644 index 0000000..63f8fa0 --- /dev/null +++ b/applications/luci-app-radvd/po/en/radvd.po @@ -0,0 +1,368 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-21 04:06+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/es/radvd.po b/applications/luci-app-radvd/po/es/radvd.po new file mode 100644 index 0000000..8656192 --- /dev/null +++ b/applications/luci-app-radvd/po/es/radvd.po @@ -0,0 +1,412 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-26 17:12+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: German\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "Interfaz 6a4" + +msgid "Address" +msgstr "Dirección" + +msgid "Addresses" +msgstr "Direcciones" + +msgid "Advanced" +msgstr "Avanzado" + +msgid "Advertise Home Agent flag" +msgstr "Publicar marca de agente personal" + +msgid "Advertise router address" +msgstr "Publicar dirección del router" + +msgid "Advertised Domain Suffixes" +msgstr "Publicar sufijos de dominio" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"RDNSS IPv6 publicado. Dejar en blanco para usar la dirección IPv6 de la " +"interfaz" + +msgid "Advertised IPv6 prefixes" +msgstr "Prefijo IPv6 publicado" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Prefijos IPv6 publicados. Dejar en blanco para usar el propio del interfaz" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Publica aptitudes móviles IPv6 del Home Agent (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Publica las aptitudes de registro del router móvil" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Publica el alcance asumido en milisegundos de los vecinos en la RA si se " +"especifica. 0 para desactivar" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Publica la cuenta de saltos para paquetes salientes en el RA. Desactivar con " +"0" + +msgid "Advertises the default router preference" +msgstr "Publica la preferencia de router por defecto" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "Publica el MTU del enlace en la RA si se especifica. Desactivar con 0" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" +"Publica el tiempo de vida en segundos que se prefieren las direcciones " +"generadas desde el prefijo vía una dirección de autoconfiguración sin estado." + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" +"Publica el tiempo en segundos que el prefijo es válido para determinar que " +"el enlace está activo." + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Publica tiempo de vida del router por defecto en segundos. 0 si el router no " +"lo es" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Publica tiempo en segundos que router ofrece servicios de Home Agent para " +"IPv6 móvil" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Publicar el tiempo de espera en milisegundos entre mensajes de solicitud de " +"vecinos en la RA. Desactivar con 0" + +msgid "Advertising" +msgstr "Publicación" + +msgid "Autonomous" +msgstr "Autónomo" + +msgid "Clients" +msgstr "Clientes" + +msgid "Configuration flag" +msgstr "Marca de configuración" + +msgid "Current hop limit" +msgstr "Límite de saltos actual" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Configuración DNSSL" + +msgid "Default lifetime" +msgstr "Vida por defecto" + +msgid "Default preference" +msgstr "Preferencia por defecto" + +msgid "Enable" +msgstr "Activar" + +msgid "Enable advertisements" +msgstr "Activar publicaciones" + +msgid "Enables router advertisements and solicitations" +msgstr "Activar publicaciones y solicitudes de router" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "Activa el protocolo adicional de autoconfiguración de estado (RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" +"Activa la configuración de información adicional que no sea de dirección " +"(RFC2462)" + +msgid "General" +msgstr "General" + +msgid "Home Agent information" +msgstr "Información del \"Home Agent\"" + +msgid "Home Agent lifetime" +msgstr "Vida del \"Home Agent\"" + +msgid "Home Agent preference" +msgstr "Preferencia del \"Home Agent\"" + +msgid "Include Home Agent Information in the RA" +msgstr "Incluir información del \"Home Agent\" en el RA" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "Incluir la opción de publicación móvil IPv6 a RA" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" +"Incluye la dirección de capa de enlace para el interfaz saliente en la RA" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Se enviará la dirección del interfaz en vez del prefijo de red tal y como se " +"requiere par IPv6 móvil" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"El enlace inferior no puede hacer redifusión, no se pueden enviar " +"publicaciones no solicitadas" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Este prefijo se puede usar como una dirección autónoma de configuración " +"(RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Este prefijo se puede usar para determinación de enlace activado (RFC4861)" + +msgid "Interface" +msgstr "Interfaz" + +msgid "Interface Configuration" +msgstr "Configuración de la interfaz" + +msgid "Interface required" +msgstr "Se necesita una interfaz" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Lifetime" +msgstr "Vida" + +msgid "Link MTU" +msgstr "MTU del enlace" + +msgid "Managed flag" +msgstr "Marca de gestionado" + +msgid "Max. interval" +msgstr "Intervalo máximo" + +msgid "Maximum advertisement interval" +msgstr "Intervalo máximo de publicación" + +msgid "Minimum advertisement delay" +msgstr "Retraso mínimo de publicación" + +msgid "Minimum advertisement interval" +msgstr "Intervalo mínimo de publicación" + +msgid "Mobile IPv6" +msgstr "IPv6 móvil" + +msgid "Mobile IPv6 interval option" +msgstr "Opción de intervalo móvil IPv6" + +msgid "Mobile IPv6 router registration" +msgstr "Registro de router móvil IPv6" + +msgid "Multicast" +msgstr "Multidifusión" + +msgid "On-link" +msgstr "Enlace activado (On-link)" + +msgid "On-link determination" +msgstr "Determinar enlace activado" + +msgid "Preference" +msgstr "Preferencia" + +msgid "Preferred lifetime" +msgstr "Duración de vida preferida" + +msgid "Prefix" +msgstr "Prefijo" + +msgid "Prefix Configuration" +msgstr "Configuración del prefijo" + +msgid "Prefixes" +msgstr "Prefijos" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Configuración RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Interfaz %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Prefijo" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Ruta" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd es un demonio de publicación de enrutado de para IPv6. Atiende " +"solicitudes de ruta y envía anuncios de ruta como se describe en RFC4861." + +msgid "Reachable time" +msgstr "Tiempo alcanzable" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Restringir comunicaciones a estos clientes, dejar en blanco para " +"multidifusión" + +msgid "Retransmit timer" +msgstr "Retraso de retransmisión" + +msgid "Route Configuration" +msgstr "Configuración de rutas" + +msgid "Routes" +msgstr "Rutas" + +msgid "Source link-layer address" +msgstr "Dirección origen de enlace de red" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"Nombre lógicos del interfaz del que derivar un prefijo 6to4. La dirección " +"IPv4 pública del interfaz se combina con 2002::/3 y el valor de la opción " +"\"prefijo\"" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "Tiempo de vida asociado a la ruta en segundos." + +msgid "Specifies the logical interface name this section belongs to" +msgstr "Nombre del interfaz lógico al que pertenece esta sección" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" +"Máximo tiempo que las entradas DNSSL se usan para resolución de nombres." + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" +"Máximo tiempo que las entradas RDNSS se usan para resolución de nombres." + +msgid "Specifies the preference associated with the default router" +msgstr "Preferencia asociada con el router por defecto" + +msgid "Suffix" +msgstr "Sufijo" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Máximo tiempo en segundos entre envíos de publicaciones multidifusión desde " +"el interfaz" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"Mínimo tiempo en segundos entre envíos de publicaciones multidifusión desde " +"el interfaz" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Mínimo tiempo en segundos entre envíos de publicaciones multidifusión no " +"solicitadas desde el interfaz" + +msgid "The preference for the Home Agent sending this RA" +msgstr "Preferencia que el Home Agent enviará a esta RA" + +msgid "Timing" +msgstr "Temporización" + +msgid "Unicast only" +msgstr "Solo unidifusión" + +msgid "Valid lifetime" +msgstr "Tiempo de vida válido" + +msgid "Validity time" +msgstr "Tiempo de validez" + +msgid "default" +msgstr "por defecto" + +msgid "high" +msgstr "alto" + +msgid "low" +msgstr "bajo" + +msgid "medium" +msgstr "medio" + +msgid "no" +msgstr "no" + +msgid "yes" +msgstr "sí" diff --git a/applications/luci-app-radvd/po/fr/radvd.po b/applications/luci-app-radvd/po/fr/radvd.po new file mode 100644 index 0000000..b26e6e0 --- /dev/null +++ b/applications/luci-app-radvd/po/fr/radvd.po @@ -0,0 +1,472 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-11-23 22:32+0200\n" +"Last-Translator: fredb \n" +"Language-Team: German\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "Interface 6to4" + +msgid "Address" +msgstr "Adresse" + +msgid "Addresses" +msgstr "Adresses" + +msgid "Advanced" +msgstr "Avancé" + +msgid "Advertise Home Agent flag" +msgstr "Drapeau de publication de l'agent Personnel (Home Agent)" + +msgid "Advertise router address" +msgstr "Publier l'adresse du routeur" + +msgid "Advertised Domain Suffixes" +msgstr "Suffixes de domaines publiés" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"IPv6 RDNSS publié. S'il est vide, l'adresse IPv6 courante de l'interface est " +"utilisée" + +msgid "Advertised IPv6 prefixes" +msgstr "Préfixes IPv6 publiés" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Préfixes IPv6 publiés. Si c'est vide, le préfixe actuel de l'interface est " +"utilisé" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Publie la capacité Home Agent d'IPv6 Mobile (RFC 3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Publie la capacité d'enregistrement d'un Routeur Mobile (NEMO basique)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Publie le temps d'accès présumé en milli-secondes des voisins dans le RA " +"s'il est spécifié. 0 désactive les publications d'accessibilité" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Publie le nombre de sauts par défaut pour les paquets unicast sortants dans " +"le RA. 0 désactive les publications de nombre de sauts" + +msgid "Advertises the default router preference" +msgstr "Publie la préférence du routeur par défaut" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" +"Publie la valeur donnée de MTU dans les messages RA. 0 désactive la " +"publication du MTU" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Publie la durée du routeur par défaut, en secondes. 0 indique que le nÅ“ud " +"n'est pas un routeur par défaut" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Publie la durée en secondes pendant laquelle le routeur offre les services " +"IPv6 Mobile d'agent personnel (Home Agent)" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Publie le temps d'attente en millisecondes entre deux messages de " +"sollicitation de voisinage dans le RA. 0 indique de ne pas retransmettre les " +"publications" + +msgid "Advertising" +msgstr "Publication" + +msgid "Autonomous" +msgstr "Autonome" + +msgid "Clients" +msgstr "Clients" + +msgid "Configuration flag" +msgstr "Drapeau de configuration" + +msgid "Current hop limit" +msgstr "Limite de sauts actuelle" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Configuration DNSSL" + +msgid "Default lifetime" +msgstr "Durée de vie par défaut" + +msgid "Default preference" +msgstr "Préférence par défaut" + +msgid "Enable" +msgstr "Activer" + +msgid "Enable advertisements" +msgstr "Activer les publications" + +msgid "Enables router advertisements and solicitations" +msgstr "Activer les publications et sollicitations du routeur" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" +"Active le protocole d'auto-configuration administrée à états supplémentaire " +"(RFC 2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" +"Active l'auto-configuration d'informations autres que l'adresse " +"supplémentaires (RFC 2462)" + +msgid "General" +msgstr "Général" + +msgid "Home Agent information" +msgstr "Informations de l'agent personnel (Home Agent)" + +msgid "Home Agent lifetime" +msgstr "Durée de vie de l'agent personnel (Home Agent)" + +msgid "Home Agent preference" +msgstr "Préférence de l'agent personnel (Home Agent)" + +msgid "Include Home Agent Information in the RA" +msgstr "Inclure les informations de l'agent personnel (Home Agent) dans le RA" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" +"Inclure l'option de l'intervalle de publication de Mobile IPv6 dans le RA" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "Inclure l'adresse de niveau lien de l'interface sortante dans le RA" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Indique que l'adresse de l'interface est envoyée à la place du préfixe " +"réseau, comme demandé par la norme IPv6 Mobile" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Indique que le lien sous-jacent ne peut faire de publication « broadcast », " +"pour éviter l'envoi de publications non sollicitées" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Indique que ce préfixe peut être utilisé pour la configuration autonome des " +"adresses (RFC 4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Indique que ce préfixe peut être utilisé pour la détermination des adresses " +"liées-au-support (On-Link, RFC 4861)" + +msgid "Interface" +msgstr "Interface" + +msgid "Interface Configuration" +msgstr "Configuration de l'interface" + +msgid "Interface required" +msgstr "Interface nécessaire" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Lifetime" +msgstr "Durée de vie" + +msgid "Link MTU" +msgstr "MTU du lien" + +msgid "Managed flag" +msgstr "Indicateur de gestion" + +msgid "Max. interval" +msgstr "Intervalle Max" + +msgid "Maximum advertisement interval" +msgstr "Intervalle maximum de publication" + +msgid "Minimum advertisement delay" +msgstr "Délai de publication minimum" + +msgid "Minimum advertisement interval" +msgstr "Intervalle minimum de publication" + +msgid "Mobile IPv6" +msgstr "IPv6 Mobile" + +msgid "Mobile IPv6 interval option" +msgstr "Option d'intervalle pour l'IPv6 Mobile" + +msgid "Mobile IPv6 router registration" +msgstr "Enregistrement du routeur pour IPv6 Mobile" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "lié-au-support (On-link)" + +msgid "On-link determination" +msgstr "Détermination de la liaison-au-support (On-link)" + +msgid "Preference" +msgstr "Préférence" + +msgid "Preferred lifetime" +msgstr "Durée de vie préférée" + +msgid "Prefix" +msgstr "Préfixe" + +msgid "Prefix Configuration" +msgstr "Configuration du préfixe" + +msgid "Prefixes" +msgstr "Préfixes" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Configuration RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Interface %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Préfixe" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Routage" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd est un démon de publication de routage pour IPv6. Il écoute des " +"sollicitations de routage (Router Sollicitation) et envoie des publications " +"de routage (Router Advertisement) comme décrit dans la RFC 4861." + +msgid "Reachable time" +msgstr "temps d'accès" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Restreint la communication aux clients spécifiés, laissez vide pour utiliser " +"le multicast" + +msgid "Retransmit timer" +msgstr "Délai de retransmission" + +msgid "Route Configuration" +msgstr "Configuration du routage" + +msgid "Routes" +msgstr "Routes" + +msgid "Source link-layer address" +msgstr "Adresse-source de niveau lien" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"Décrit le nom d'une interface logique de laquelle le préfixe 6to4 sera " +"déduit. Les adresses IPv4 des interfaces publiques sont combinées avec " +"2002::/3 et la valeur de l'option de préfixe" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" +"Indique le nom de l'interface logique auquelle cette section est rattachée" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "Indique la préférence associée au routeur par défaut" + +msgid "Suffix" +msgstr "Suffixe" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Temps maximum autorisé entre deux émissions de publications multicast non " +"sollicitées du routeur depuis cette interface, en secondes" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"Temps minimum autorisé entre deux émissions de publications multicast du " +"routeur depuis cette interface, en secondes" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Temps minimum autorisé entre deux émissions de publications multicast non " +"sollicitées du routeur depuis cette interface, en secondes" + +msgid "The preference for the Home Agent sending this RA" +msgstr "Préférence pour l'agent personnel (Home Agent) envoyant ce RA" + +msgid "Timing" +msgstr "Délai" + +msgid "Unicast only" +msgstr "Unicast seulement" + +msgid "Valid lifetime" +msgstr "Durée de la validité" + +msgid "Validity time" +msgstr "Durée de validité" + +msgid "default" +msgstr "Défaut" + +msgid "high" +msgstr "haut" + +msgid "low" +msgstr "bas" + +msgid "medium" +msgstr "moyen" + +msgid "no" +msgstr "non" + +msgid "yes" +msgstr "oui" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "Préfixe IPv6 publié" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "" +#~ "Préfixe IPv6 publié. S'il est vide, le préfixe actuel de l'interface est " +#~ "utilisé" + +#~ msgid "" +#~ "Advertises the length of time in seconds that addresses generated from " +#~ "the prefix via stateless address autoconfiguration remain preferred. Use " +#~ "0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Publie la durée en secondes pendant laquelle les adresses générées depuis " +#~ "le préfixe via l'auto-configuration sans état restent préférées. 0 " +#~ "indique une durée infinie" + +#~ msgid "" +#~ "Advertises the length of time in seconds that the prefix is valid for the " +#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Publie la durée en secondes pendant laquelle le préfixe est valable pour " +#~ "le choix des adresses liées-au-support (on-link). 0 indique une durée " +#~ "infinie" + +#~ msgid "" +#~ "Indicates whether that RDNSS continues to be available to hosts even if " +#~ "they moved to a different subnet" +#~ msgstr "" +#~ "Indique si le RDNSS contine d'être disponible aux hôtes même s'ils ont " +#~ "migré sur un sous-réseau différent" + +#~ msgid "Open" +#~ msgstr "Ouvert" + +#~ msgid "" +#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " +#~ "specify an infinite lifetime" +#~ msgstr "" +#~ "Précise la durée de vie d'une route, en secondes. Utiliser 0 pour une " +#~ "durée de vie infinie" + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Indique la durée maximum d'utilisation des entrées DNSSL pour la " +#~ "résolution de nom. Utiliser 0 pour une durée infinie" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Indique la durée maximum d'utilisation des entrées RDNSS pour la " +#~ "résolution de nom. Utiliser 0 pour une durée infinie" diff --git a/applications/luci-app-radvd/po/he/radvd.po b/applications/luci-app-radvd/po/he/radvd.po new file mode 100644 index 0000000..63ec168 --- /dev/null +++ b/applications/luci-app-radvd/po/he/radvd.po @@ -0,0 +1,367 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/hu/radvd.po b/applications/luci-app-radvd/po/hu/radvd.po new file mode 100644 index 0000000..90aa4ba --- /dev/null +++ b/applications/luci-app-radvd/po/hu/radvd.po @@ -0,0 +1,372 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 12:14+0200\n" +"Last-Translator: Gabor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "6to4 interfész" + +msgid "Address" +msgstr "Cím" + +msgid "Addresses" +msgstr "Címek" + +msgid "Advanced" +msgstr "Fejlett" + +msgid "Advertise Home Agent flag" +msgstr "Otthoni Ãœgynök jelzÅ‘ közzététele" + +msgid "Advertise router address" +msgstr "Útválasztó cím közzététele" + +msgid "Advertised Domain Suffixes" +msgstr "Közzétett domain utótagok" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "Közzétett IPv6 elÅ‘tagok" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Közzétett IPv6 elÅ‘tagok. Ha üres, a jelenlegi interfész elÅ‘tag lesz " +"használva." + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "DNSSL konfiguráció" + +msgid "Default lifetime" +msgstr "Alapértelemezett élettartam" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "Interfészek" + +msgid "Lifetime" +msgstr "Élettartam" + +msgid "Link MTU" +msgstr "Kapcsolat MTU" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "RDNSS beállítások" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - %q interfész" + +msgid "Radvd - Prefix" +msgstr "Radvd - ElÅ‘tag" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Útvonal" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "Útvonal beállítás" + +msgid "Routes" +msgstr "Útvonalak" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "IdÅ‘zítés" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "alípértelmezett" + +msgid "high" +msgstr "magas" + +msgid "low" +msgstr "alacsony" + +msgid "medium" +msgstr "közepes" + +msgid "no" +msgstr "nem" + +msgid "yes" +msgstr "igen" diff --git a/applications/luci-app-radvd/po/it/radvd.po b/applications/luci-app-radvd/po/it/radvd.po new file mode 100644 index 0000000..cda09b7 --- /dev/null +++ b/applications/luci-app-radvd/po/it/radvd.po @@ -0,0 +1,374 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-10 19:21+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: German\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "Interfaccia 6to4" + +msgid "Address" +msgstr "Indirizzo" + +msgid "Addresses" +msgstr "Indirizzi" + +msgid "Advanced" +msgstr "Avanzato" + +msgid "Advertise Home Agent flag" +msgstr "Advertise Home Agent flag" + +msgid "Advertise router address" +msgstr "Annuncia indirizzo router" + +msgid "Advertised Domain Suffixes" +msgstr "Annuncia Suffissi Dominio" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Annuncia RDNSS IPv6. Se vuoto, l'indirizzo IPv6 attuale dell'interfaccia " +"verrà usato" + +msgid "Advertised IPv6 prefixes" +msgstr "Prefissi IPv6 Annunciati" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Prefissi IPv6 Annunciati. Se vuoto, il prefisso dell'interfaccia attuale " +"verrà usato" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Annuncia la capacità dell'Agente Home IPv6 Mobile (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "Abilita" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/ja/radvd.po b/applications/luci-app-radvd/po/ja/radvd.po new file mode 100644 index 0000000..35cde34 --- /dev/null +++ b/applications/luci-app-radvd/po/ja/radvd.po @@ -0,0 +1,378 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-16 09:35+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: German\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "6to4 インターフェース" + +msgid "Address" +msgstr "アドレス" + +msgid "Addresses" +msgstr "アドレス" + +msgid "Advanced" +msgstr "詳細設定" + +msgid "Advertise Home Agent flag" +msgstr "ホームエージェントフラグã®åºƒå‘Š" + +msgid "Advertise router address" +msgstr "ルーターアドレスã®åºƒå‘Š" + +msgid "Advertised Domain Suffixes" +msgstr "広告ã™ã‚‹ãƒ‰ãƒ¡ã‚¤ãƒ³ã‚µãƒ•ã‚£ãƒƒã‚¯ã‚¹ã‚’設定ã—ã¾ã™ã€‚" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"広告ã™ã‚‹IPv6 RDNSSを設定ã—ã¾ã™ã€‚未設定ã®å ´åˆã€ç¾åœ¨ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®IPv6 ã‚¢" +"ドレスã«è¨­å®šã—ã¾ã™ã€‚" + +msgid "Advertised IPv6 prefixes" +msgstr "広告ã™ã‚‹IPv6 プレフィクスを設定ã—ã¾ã™" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"広告ã™ã‚‹IPv6 プレフィクスを設定ã—ã¾ã™ã€‚未設定ã®å ´åˆã€ç¾åœ¨ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®" +"プレフィクスã«è¨­å®šã—ã¾ã™ã€‚" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "モãƒã‚¤ãƒ«IPv6 ホームエージェント機能ã®åºƒå‘Šã‚’è¡Œã„ã¾ã™ã€‚ (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "広告" + +msgid "Autonomous" +msgstr "Autonomous" + +msgid "Clients" +msgstr "クライアント" + +msgid "Configuration flag" +msgstr "Configuration フラグ" + +msgid "Current hop limit" +msgstr "ç¾åœ¨ã®ãƒ›ãƒƒãƒ—数制é™" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "DNSSL 設定" + +msgid "Default lifetime" +msgstr "標準有効時間" + +msgid "Default preference" +msgstr "標準優先度設定" + +msgid "Enable" +msgstr "有効" + +msgid "Enable advertisements" +msgstr "広告を有効ã«ã™ã‚‹" + +msgid "Enables router advertisements and solicitations" +msgstr "ルータ広告ãŠã‚ˆã³è¦è«‹ã‚’有効ã«ã™ã‚‹" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "基本設定" + +msgid "Home Agent information" +msgstr "ホームエージェント 情報" + +msgid "Home Agent lifetime" +msgstr "ホームエージェント 有効時間" + +msgid "Home Agent preference" +msgstr "ホームエージェント 優先度" + +msgid "Include Home Agent Information in the RA" +msgstr "ルータ広告 (RA) ã«ãƒ›ãƒ¼ãƒ ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆæƒ…報をå«ã‚ã‚‹" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "インターフェース" + +msgid "Interface Configuration" +msgstr "インターフェース設定" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "インターフェース" + +msgid "Lifetime" +msgstr "有効時間" + +msgid "Link MTU" +msgstr "リンクMTU" + +msgid "Managed flag" +msgstr "Managed フラグ" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "ルータè¦è«‹æœ€å¤§é€ä¿¡é–“éš”" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "ルータè¦è«‹æœ€ä½Žé€ä¿¡é–“éš”" + +msgid "Mobile IPv6" +msgstr "モãƒã‚¤ãƒ« IPv6" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "モãƒã‚¤ãƒ« IPv6 ルータ登録" + +msgid "Multicast" +msgstr "マルãƒã‚­ãƒ£ã‚¹ãƒˆ" + +msgid "On-link" +msgstr "On-link" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "優先度" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "プレフィクス" + +msgid "Prefix Configuration" +msgstr "プレフィクス設定" + +msgid "Prefixes" +msgstr "プレフィクス" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "RDNSS 設定" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - インターフェース %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - プレフィクス" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - 経路" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvdã¯ã€IPv6用ã®ãƒ«ãƒ¼ã‚¿åºƒå‘Šãƒ‡ãƒ¼ãƒ¢ãƒ³ã§ã™ã€‚Radvdã¯RFC 4861ã«è¦å®šã•ã‚Œã¦ã„ã‚‹ã€" +"ルータè¦è«‹ã®å—ä¿¡ã¨ã€ãƒ«ãƒ¼ã‚¿åºƒå‘Šã®é€ä¿¡ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"設定ã•ã‚ŒãŸã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆã«å¯¾ã—ã¦ã®ã¿é€šä¿¡ã‚’è¡Œã„ã¾ã™ã€‚設定ã—ãªã„å ´åˆã€ãƒžãƒ«ãƒã‚­ãƒ£" +"ストを行ã„ã¾ã™ã€‚" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "経路設定" + +msgid "Routes" +msgstr "経路" + +msgid "Source link-layer address" +msgstr "é€ä¿¡å…ƒãƒªãƒ³ã‚¯å±¤ã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã§ä½¿ç”¨ã™ã‚‹è«–ç†ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹åを設定ã—ã¦ãã ã•ã„。" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "サフィックス" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "タイミング設定" + +msgid "Unicast only" +msgstr "ユニキャストã®ã¿" + +msgid "Valid lifetime" +msgstr "有効時間ã®è¨­å®š" + +msgid "Validity time" +msgstr "有効時間" + +msgid "default" +msgstr "default" + +msgid "high" +msgstr "高" + +msgid "low" +msgstr "低" + +msgid "medium" +msgstr "中" + +msgid "no" +msgstr "ã„ã„ãˆ" + +msgid "yes" +msgstr "ã¯ã„" diff --git a/applications/luci-app-radvd/po/ms/radvd.po b/applications/luci-app-radvd/po/ms/radvd.po new file mode 100644 index 0000000..63f8fa0 --- /dev/null +++ b/applications/luci-app-radvd/po/ms/radvd.po @@ -0,0 +1,368 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-21 04:06+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/no/radvd.po b/applications/luci-app-radvd/po/no/radvd.po new file mode 100644 index 0000000..1c43442 --- /dev/null +++ b/applications/luci-app-radvd/po/no/radvd.po @@ -0,0 +1,435 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "6to4 interface" +msgstr "6til4 grensesnitt" + +msgid "Address" +msgstr "Adresse" + +msgid "Addresses" +msgstr "Adresser" + +msgid "Advanced" +msgstr "Avansert" + +msgid "Advertise Home Agent flag" +msgstr "Annonser Home Agent flagg" + +msgid "Advertise router address" +msgstr "Annonser ruteradressen" + +msgid "Advertised Domain Suffixes" +msgstr "Annonserte Domenesuffikser" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Annonsert IPv6 RDNSS. Hvis tom, brukes den gjeldende IPv6-adressen til " +"grensesnittet" + +msgid "Advertised IPv6 prefixes" +msgstr "Annonserte IPv6 prefikser" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Annonserte IPv6 prefikser. Hvis tom, brukes gjeldende grensesnitt prefiks" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Annonserer Mobile IPv6 Home Agent muligheter (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Annonserer Mobile Router registration muligheter (NEMO Basic)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Annonserer antatt tilgjengelighet i millisekunder for naboer i RA. 0 " +"deaktiverer annonsenering av tilgjengelighet" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Annonserer standard Hop Count verdien for utgÃ¥ende unicast pakker i RA. 0 " +"deaktierer annonsering av hopcount" + +msgid "Advertises the default router preference" +msgstr "Annonserer standard ruter preferanse" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "Annonserer angitt link MTU i RA. 0 deaktiverer annonsereing av MTU" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Annonserer levetiden for standard ruter i sekunder. 0 indikerer at noden " +"ikke er standard ruter" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Annonserer tiden i sekunder der ruteren tilbyr Mobile IPv6 Home Agent " +"tjenester" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Annonserer ventetiden i millisekunder mellom Neighbor Solicitation meldinger " +"i RA. 0 deaktiverer omsendte annonseringer" + +msgid "Advertising" +msgstr "Annonsering" + +msgid "Autonomous" +msgstr "Selvstendig" + +msgid "Clients" +msgstr "Klienter" + +msgid "Configuration flag" +msgstr "Konfigurasjon flagg" + +msgid "Current hop limit" +msgstr "NÃ¥værende hop grense" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "DNSSL Konfigurasjon" + +msgid "Default lifetime" +msgstr "Standard levetid" + +msgid "Default preference" +msgstr "Standard prepreferanse" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Enable advertisements" +msgstr "Aktiver annonsering" + +msgid "Enables router advertisements and solicitations" +msgstr "Aktiverer ruter annonsering og anmodning" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" +"Aktiverer den ekstra 'stateful' administrerte autokonfigurasjon protokoll " +"(RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" +"Aktiverer autokonfigurasjon for annen ikke adresse informasjon (RFC2462)" + +msgid "General" +msgstr "Generell" + +msgid "Home Agent information" +msgstr "Home Agen informasjon" + +msgid "Home Agent lifetime" +msgstr "Home Agent levetid" + +msgid "Home Agent preference" +msgstr "Home Agent preferanse" + +msgid "Include Home Agent Information in the RA" +msgstr "Inkluder Home Agent informasjon i RA" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "Inkluder Mobile IPv6 annonserings intervall alternativer til RA" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "Inkluder utgÃ¥ende grensesnitts link-layer adresse til RA" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Indikerer at grensesnittets adresse er sendt istedet for nettverks " +"prefikset, noe som er nødvendig for Mobile IPv6" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Indikerer at underliggende link ikke er broadcast kapabel, dette forhindrer " +"spontane annonsering" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Indikerer at dette prefikset kan bli brukt for autonom adresse konfigurasjon " +"(RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Indikerer at dette prefikset kan bli brukt for on-link bestemmelse (RFC4861)" + +msgid "Interface" +msgstr "Grensesnitt" + +msgid "Interface Configuration" +msgstr "Grensesnitt Konfigurasjon" + +msgid "Interface required" +msgstr "Grenesnitt er nødvendig" + +msgid "Interfaces" +msgstr "Grensesnitt" + +msgid "Lifetime" +msgstr "Levetid" + +msgid "Link MTU" +msgstr "Link MTU" + +msgid "Managed flag" +msgstr "Managed flagg" + +msgid "Max. interval" +msgstr "Maks. intervall" + +msgid "Maximum advertisement interval" +msgstr "Maksimum annonsering intervall" + +msgid "Minimum advertisement delay" +msgstr "Minimum annonsering forsinkelse" + +msgid "Minimum advertisement interval" +msgstr "Minimum annonsering intervall" + +msgid "Mobile IPv6" +msgstr "Mobile IPv6" + +msgid "Mobile IPv6 interval option" +msgstr "Mobile IPv6 intervall alternativer" + +msgid "Mobile IPv6 router registration" +msgstr "Mobile IPv6 ruter registrering" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "On-link" + +msgid "On-link determination" +msgstr "On-link bestemmelse" + +msgid "Preference" +msgstr "Preferanse" + +msgid "Preferred lifetime" +msgstr "Foretrukket levetid" + +msgid "Prefix" +msgstr "Prefiks" + +msgid "Prefix Configuration" +msgstr "Prefiks Konfigurasjon" + +msgid "Prefixes" +msgstr "Prefikser" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "RDNSS Konfigurasjon" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Grensesnitt %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - Prefiks" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Rute" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd er en ruter annonserings tjeneste for IPv6. Den lytter etter ruter " +"anmodninger og sender ruter annonsering som beskrevet i RFC 4861" + +msgid "Reachable time" +msgstr "Tilgjengelighet tid" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Begrens kommunikasjonen til klienter spesifisert her, la stÃ¥ tomt for Ã¥ " +"bruke multicast" + +msgid "Retransmit timer" +msgstr "Omsendelse tidsmÃ¥ler" + +msgid "Route Configuration" +msgstr "Rute Konfigurasjon" + +msgid "Routes" +msgstr "Ruter" + +msgid "Source link-layer address" +msgstr "Kilde link-lag adresse" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"Angir et logisk grensenittsnavn Ã¥ hente 6til4 prefiks fra. Grensesnittets " +"offentlige IPv4 adresse er kombinert med 2002::/3 og verdien av prefiks " +"alternativet" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "Angir det logiske grensesnittsnavnet som denne seksjonen tilhører" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "Angir preferanse knyttet til standard ruteren" + +msgid "Suffix" +msgstr "Suffiks" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Maksimal tillatt tid mellom sending av spontane multicast annonseringer fra " +"grensesnittet, i sekunder" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"Minimum tillatt tid mellom sending av multicast annonseringer fra " +"grensesnittet, i sekunder" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Minimum tillatt tid mellom sending av spontane multicast annonseringer fra " +"grensesnittet, i sekunder" + +msgid "The preference for the Home Agent sending this RA" +msgstr "Referansen til Home Agenten som sender denne RA" + +msgid "Timing" +msgstr "Timing" + +msgid "Unicast only" +msgstr "Kun Unikast" + +msgid "Valid lifetime" +msgstr "Gyldig levetid" + +msgid "Validity time" +msgstr "Gyldighetsperiode" + +msgid "default" +msgstr "standard" + +msgid "high" +msgstr "høy" + +msgid "low" +msgstr "lav" + +msgid "medium" +msgstr "medium" + +msgid "no" +msgstr "nei" + +msgid "yes" +msgstr "ja" + +#~ msgid "" +#~ "Advertises the length of time in seconds that addresses generated from " +#~ "the prefix via stateless address autoconfiguration remain preferred. Use " +#~ "0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Annonserer tiden i sekunder hvor adresser generert ut fra prefikset via " +#~ "tilstandsløs autokonfigurasjon er foretrukket. Bruk 0 for ubegrenset " +#~ "levetid" + +#~ msgid "" +#~ "Advertises the length of time in seconds that the prefix is valid for the " +#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Annonserer tiden i sekunder hvor prefikset er gyldig, hvor formÃ¥let er on-" +#~ "link fastsettelse. Bruk 0 for ubegrenset levetid." + +#~ msgid "" +#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " +#~ "specify an infinite lifetime" +#~ msgstr "" +#~ "Angir levetiden tilknyttet ruten i sekunder. Bruk 0 for ubegrenset levetid" + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Angir den maksimale varighet av DNSSL navne oppslag. Bruk 0 for " +#~ "ubegrenset levetid" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Angir den maksimale varighet av RDNSS navne oppslag. Bruk 0 for " +#~ "ubegrenset levetid" diff --git a/applications/luci-app-radvd/po/pl/radvd.po b/applications/luci-app-radvd/po/pl/radvd.po new file mode 100644 index 0000000..a080c97 --- /dev/null +++ b/applications/luci-app-radvd/po/pl/radvd.po @@ -0,0 +1,377 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-05 04:35+0200\n" +"Last-Translator: piosl \n" +"Language-Team: German\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +# Na polskiej Wikipedii jest artykuÅ‚ "6to4", wiÄ™c chyba ok. +msgid "6to4 interface" +msgstr "Interfejs 6to4" + +msgid "Address" +msgstr "Adres" + +msgid "Addresses" +msgstr "Adresy" + +msgid "Advanced" +msgstr "Zaawansowane" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "RozgÅ‚aszaj adres routera" + +msgid "Advertised Domain Suffixes" +msgstr "RozgÅ‚aszana Domena Rozszerzenia" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"RozgÅ‚aszane IPv6 RDNSS. Jeżeli jest puste, używany jest aktualny adres IPv6 " +"interfejsu" + +msgid "Advertised IPv6 prefixes" +msgstr "RozgÅ‚aszany prefixy IPv6 " + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"RozgÅ‚aszany prefixy IPv6. Jeżeli jest puste, używany jest aktualny prefix " +"interfejsu" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "RozgÅ‚aszanie" + +msgid "Autonomous" +msgstr "Autonomiczny" + +msgid "Clients" +msgstr "Klienci" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Konfiguracja DNSSL" + +msgid "Default lifetime" +msgstr "DomyÅ›lna żywotność" + +msgid "Default preference" +msgstr "preferencje domyÅ›lne" + +msgid "Enable" +msgstr "umożliwiać" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "Ogólny" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "Interfejs" + +msgid "Interface Configuration" +msgstr "Konfiguracja interfejsu" + +msgid "Interface required" +msgstr "wymagany interfejs" + +msgid "Interfaces" +msgstr "Interfejs" + +msgid "Lifetime" +msgstr "Dożywotni" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "Max. PrzedziaÅ‚" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "preferencje" + +msgid "Preferred lifetime" +msgstr "preferowana żywotność" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Konfiguracja RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - interfejs %q" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +#, fuzzy +msgid "Timing" +msgstr "Timing" + +msgid "Unicast only" +msgstr "Tylko unicast" + +msgid "Valid lifetime" +msgstr "ważne dożywotnio" + +msgid "Validity time" +msgstr "czas ważnoÅ›ci" + +msgid "default" +msgstr "domyÅ›lne" + +msgid "high" +msgstr "wysoki" + +msgid "low" +msgstr "niski" + +msgid "medium" +msgstr "Å›redni" + +msgid "no" +msgstr "nie" + +msgid "yes" +msgstr "tak" diff --git a/applications/luci-app-radvd/po/pt-br/radvd.po b/applications/luci-app-radvd/po/pt-br/radvd.po new file mode 100644 index 0000000..62c63bb --- /dev/null +++ b/applications/luci-app-radvd/po/pt-br/radvd.po @@ -0,0 +1,469 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-17 23:13+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: German\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "Interface 6to4" + +msgid "Address" +msgstr "Endereço" + +msgid "Addresses" +msgstr "Endereços" + +msgid "Advanced" +msgstr "Avançado" + +msgid "Advertise Home Agent flag" +msgstr "Anuncie a opção de Agente Local" + +msgid "Advertise router address" +msgstr "Anuncie o endereço do roteador" + +msgid "Advertised Domain Suffixes" +msgstr "Anuncie o Sufixo do Domínio" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Anuncia IPv6 RDNSS. Se vazio, o endereço IPv6 atual da interface será usado" + +msgid "Advertised IPv6 prefixes" +msgstr "Anuncie os prefixos IPv6" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Anuncie os prefixos IPv6. Se vazio, o prefixo da interface atual será usado" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Anuncia a capacidade de Agente Local para IPv6 Móvel (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Anuncia a capacidade de registro de Roteador Móvel (NEMO Básico)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Se especificado, anuncia no RA o tempo assumido de alcance dos vizinhos, em " +"milissegundos. Especifique 0 para desabilita este anuncio" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Anuncia no RA o valor padrão para a contagem de saltos nos pacotes unicast " +"saindo da rede. Especifique 0 para desabilita este anuncio" + +msgid "Advertises the default router preference" +msgstr "Anuncia a preferência do roteador padrão" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" +"Anuncia no RA o MTU da conexão. Especifique 0 para desabilita este anuncio" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" +"Divulga a duração do tempo em segundos que endereços gerados a partir do " +"prefixo através apátridas endereço autoconfiguração permanecem preferido." + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" +"Divulga a duração do tempo em segundos que o prefixo é válido para o " +"propósito de sobre-link determinado." + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Anuncia o período de tempo, em segundos, da validade do roteador padrão. " +"Especifique 0 para período infinito" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Anuncia o período de tempo, em segundos, que o roteador está oferecendo o " +"serviço de Agente Local para IPv6 Móvel" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Anuncia o tempo de espera, em milissegundos, entre mensagens de Solicitação " +"de Vizinhos no RA. Especifique 0 para desabilitar a retransmissão do anúncio" + +msgid "Advertising" +msgstr "Anúncio" + +msgid "Autonomous" +msgstr "Autônomo" + +msgid "Clients" +msgstr "Clientes" + +msgid "Configuration flag" +msgstr "Marcação de configuração" + +msgid "Current hop limit" +msgstr "Limite de saltos atual" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Configuração DNSSL" + +msgid "Default lifetime" +msgstr "Validade padrão" + +msgid "Default preference" +msgstr "Preferências padrão" + +msgid "Enable" +msgstr "Habilita" + +msgid "Enable advertisements" +msgstr "Habilita anúncios" + +msgid "Enables router advertisements and solicitations" +msgstr "Habilita as solicitações e os anúncios do roteador" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" +"Habilita o protoloco de autoconfiguração administrada com estado (RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" +"Habilita a autoconfiguração de informação adicional, não endereço (RFC2462)" + +msgid "General" +msgstr "Geral" + +msgid "Home Agent information" +msgstr "Informação do Agente Local" + +msgid "Home Agent lifetime" +msgstr "Validade do Agente Local" + +msgid "Home Agent preference" +msgstr "Preferências do Agente Local" + +msgid "Include Home Agent Information in the RA" +msgstr "Inclui Informação do Agente Local no RA" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "Inclui a opção de Intervalo de Anúncio de IPv6 Móvel no RA" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "Inclui o endereço da camada de rede da interface de saída no RA" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Indica que o endereço da interface é enviado ao invés do prefixo de rede, " +"como é necessário para IPv6 Móvel" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Indica que a conexão abaixo não é capaz de utilizar broadcast. Isto inibe o " +"envio de anúncios não solicitados" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Indica que este prefixo pode ser usado para configuração autônoma de " +"endereços (RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Indica que este prefixo pode ser usado para a determinação da presença no " +"enlace local (RFC4861)" + +msgid "Interface" +msgstr "Interface" + +msgid "Interface Configuration" +msgstr "Configuração da Interface" + +msgid "Interface required" +msgstr "Requer uma interface" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Lifetime" +msgstr "Validade" + +msgid "Link MTU" +msgstr "MTU da conexão" + +msgid "Managed flag" +msgstr "Marcação de gerenciado" + +msgid "Max. interval" +msgstr "Intervalo Máximo" + +msgid "Maximum advertisement interval" +msgstr "Intervalo máximo de anúncio" + +msgid "Minimum advertisement delay" +msgstr "Atraso mínimo de anúncio" + +msgid "Minimum advertisement interval" +msgstr "Intervalo mínimo de anúncio" + +msgid "Mobile IPv6" +msgstr "IPv6 Móvel" + +msgid "Mobile IPv6 interval option" +msgstr "Opçao de intervalo de IPv6 móvel" + +msgid "Mobile IPv6 router registration" +msgstr "Registro de roteador IPv6 móvel" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "Presença no enlace local" + +msgid "On-link determination" +msgstr "Determinação da presença no enlace local" + +msgid "Preference" +msgstr "Preferência" + +msgid "Preferred lifetime" +msgstr "Validade preferida" + +msgid "Prefix" +msgstr "Prefixo" + +msgid "Prefix Configuration" +msgstr "Configuração do Prefixo" + +msgid "Prefixes" +msgstr "Prefixos" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "Configuração do RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Interface %q" + +msgid "Radvd - Prefix" +msgstr "advd - Prefixo" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Rota" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd é um programa de anúncio de rotas para IPv6. Ele escuta por " +"solicitações de rota e envia anúncios de roteador (RA) como descrito em RFC " +"4861." + +msgid "Reachable time" +msgstr "Tempo de alcance" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"Restringe a comnuicação para clientes específicos. Deixe vazio para usar " +"multicast" + +msgid "Retransmit timer" +msgstr "Cronômetro de retransmissão" + +msgid "Route Configuration" +msgstr "Configuração da Rota" + +msgid "Routes" +msgstr "Rotas" + +msgid "Source link-layer address" +msgstr "Endereço de origem da camada de enlace" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"Especifica o nome da interface lógica da qual será derivada o prefixo 6to4. " +"O endereço IPv4 público da interface é combinado com 2002::/3 e o valor da " +"opção de prefixo" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "Especifica o tempo de vida associado com o trajecto em segundos." + +msgid "Specifies the logical interface name this section belongs to" +msgstr "Especifica o nome da interface lógica que esta seção pertence" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" +"Especifica a duração máxima de quanto tempo as entradas DNSSL são usados ​​" +"para resolução de nomes." + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" +"Especifica a duração máxima de quanto tempo as entradas RDNSS são usados ​​" +"para resolução de nomes." + +msgid "Specifies the preference associated with the default router" +msgstr "Especifica as preferências associadas com o roteador padrão" + +msgid "Suffix" +msgstr "Sufixo" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"O tempo máximo, em segundos, permitido entre o envio de RAs não solicitados " +"a partir desta interface" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"O tempo mínimo, em segundos, permitido entre o envio de RAs a partir desta " +"interface" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"O tempo mínimo, em segundos, permitido entre o envio de RAs não solicitados " +"a partir desta interface" + +msgid "The preference for the Home Agent sending this RA" +msgstr "As preferencias para o Agente Local enviando este RA" + +msgid "Timing" +msgstr "Cronometragem" + +msgid "Unicast only" +msgstr "Somente Unicast" + +msgid "Valid lifetime" +msgstr "Duração da validade" + +msgid "Validity time" +msgstr "Tempo de validade" + +msgid "default" +msgstr "padrão" + +msgid "high" +msgstr "alto" + +msgid "low" +msgstr "baixo" + +msgid "medium" +msgstr "médio" + +msgid "no" +msgstr "não" + +msgid "yes" +msgstr "sim" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "Anuncie o prefixo IPv6" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "" +#~ "Anuncie o prefixo IPv6. Se vazio, o prefixo da interface atual será usado" + +#~ msgid "" +#~ "Advertises the length of time in seconds that addresses generated from " +#~ "the prefix via stateless address autoconfiguration remain preferred. Use " +#~ "0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Anuncia o período de tempo, em segundos, que endereços gerados a partir " +#~ "do prefixo através da autoconfiguração de endereço sem estado terão " +#~ "preferência. Especifique 0 para período infinito" + +#~ msgid "" +#~ "Advertises the length of time in seconds that the prefix is valid for the " +#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Anuncia o período de tempo, em segundos, que o prefixo é valido para o " +#~ "propósito de determinação da presença no enlace local. Especifique 0 para " +#~ "período infinito" + +#~ msgid "" +#~ "Indicates whether that RDNSS continues to be available to hosts even if " +#~ "they moved to a different subnet" +#~ msgstr "" +#~ "Indica se o RDNSS continuará a estar disponível mesmo se o cliente for " +#~ "movido para uma subrede diferente" + +#~ msgid "Open" +#~ msgstr "Abrir" + +#~ msgid "" +#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " +#~ "specify an infinite lifetime" +#~ msgstr "Especifica a validade da rota em segundos. Utilize 0 para infinita" + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Especifica a validade da entrada DNSSL para a resolução de nomes. Utilize " +#~ "0 para duração infinita" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Especifica a validade da entrada RDNS para a resolução de nomes. Utilize " +#~ "0 para duração infinita" diff --git a/applications/luci-app-radvd/po/pt/radvd.po b/applications/luci-app-radvd/po/pt/radvd.po new file mode 100644 index 0000000..63f8fa0 --- /dev/null +++ b/applications/luci-app-radvd/po/pt/radvd.po @@ -0,0 +1,368 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-21 04:06+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/ro/radvd.po b/applications/luci-app-radvd/po/ro/radvd.po new file mode 100644 index 0000000..77e3d9e --- /dev/null +++ b/applications/luci-app-radvd/po/ro/radvd.po @@ -0,0 +1,384 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 16:12+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "6to4 interface" +msgstr "Interfata 6la4" + +msgid "Address" +msgstr "Adresa" + +msgid "Addresses" +msgstr "Adrese" + +msgid "Advanced" +msgstr "Avansat" + +msgid "Advertise Home Agent flag" +msgstr "Anunta semaforul \"Home Agent\"" + +msgid "Advertise router address" +msgstr "Anunta adresa routerului" + +msgid "Advertised Domain Suffixes" +msgstr "Sufixe anuntate de domeniu" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Server RDNSS IPv6 anuntat. Daca e lasat gol, atunci adresa IPv6 a interfetei " +"este folosita" + +msgid "Advertised IPv6 prefixes" +msgstr "Prefixe IPv6 anuntate" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Prefixe IPv6 anuntate. Daca e neconfigurat atunci prefixul de pe interfata " +"curenta este folosit" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Anunta capabilitatea de \"Home Agent\" IPv6 mobil (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Anunta capacitatea de inregistrare \"Mobile Router\"" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "Anunta preferinta routerului implicit" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "Anunta" + +msgid "Autonomous" +msgstr "Autonom" + +msgid "Clients" +msgstr "Clienti" + +msgid "Configuration flag" +msgstr "Semafor de configurare" + +msgid "Current hop limit" +msgstr "Limita hop-ului curent" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "Configurarea DNSSL" + +msgid "Default lifetime" +msgstr "Durata implicita" + +msgid "Default preference" +msgstr "Preferinta implicita" + +msgid "Enable" +msgstr "Activeaza" + +msgid "Enable advertisements" +msgstr "Activeaza anunturile" + +msgid "Enables router advertisements and solicitations" +msgstr "Activeaza anunturile si solicitarile routerului" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "Informatia despre \"Home Agent\"" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "Preferinta \"Home Agent\"" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "Interfata" + +msgid "Interface Configuration" +msgstr "Configurarea interfetei" + +msgid "Interface required" +msgstr "Interfata necesara" + +msgid "Interfaces" +msgstr "Interfete" + +msgid "Lifetime" +msgstr "Durata de viata" + +msgid "Link MTU" +msgstr "MTU pe legatura" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "Interval maxim" + +msgid "Maximum advertisement interval" +msgstr "Intervalul maxim de anuntare" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "IPv6 mobil" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "Multicast" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "Preferinta" + +msgid "Preferred lifetime" +msgstr "Durata de viata preferata" + +msgid "Prefix" +msgstr "Prefix" + +msgid "Prefix Configuration" +msgstr "Configurarea prefixului" + +msgid "Prefixes" +msgstr "Prefixe" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "Configurarea rutelor" + +msgid "Routes" +msgstr "Rute" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "Sufix" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "Doar unicast" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "nu" + +msgid "yes" +msgstr "da" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "Prefixul IPv6 anuntat" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "" +#~ "Prefixul IPv6 anuntat. Daca e lasat gol atunci prefixul de pe interfata " +#~ "curenta este folosit" diff --git a/applications/luci-app-radvd/po/ru/radvd.po b/applications/luci-app-radvd/po/ru/radvd.po new file mode 100644 index 0000000..37cc942 --- /dev/null +++ b/applications/luci-app-radvd/po/ru/radvd.po @@ -0,0 +1,473 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: radvd\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-16 11:37+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "6to4 interface" +msgstr "Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ 6to4" + +msgid "Address" +msgstr "ÐдреÑ" + +msgid "Addresses" +msgstr "ÐдреÑа" + +msgid "Advanced" +msgstr "РаÑширенные" + +msgid "Advertise Home Agent flag" +msgstr "Извещать индикатор домашнего агента" + +msgid "Advertise router address" +msgstr "Извещать Ð°Ð´Ñ€ÐµÑ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð°" + +msgid "Advertised Domain Suffixes" +msgstr "Извещаемые ÑуффикÑÑ‹ домена" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Извещаемый IPv6 RDNSS. ЕÑли значение не задано, то будет иÑпользован текущий " +"IPv6-Ð°Ð´Ñ€ÐµÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа." + +msgid "Advertised IPv6 prefixes" +msgstr "Извещаемые IPv6-префикÑÑ‹" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Извещаемые IPv6-префикÑÑ‹. ЕÑли значение не задано, то будет иÑпользован " +"текущий Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа." + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Извещает возможноÑти домашнего агента мобильного IPv6 (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" +"Извещает возможноÑти региÑтрации мобильного маршрутизатора (NEMO Basic)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Извещает предполагаемое Ð²Ñ€ÐµÐ¼Ñ Ð´Ð¾Ñтупа к ÑоÑедним узлам (мÑ). При значении 0 " +"извещение не проиÑходит." + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Извещает значение чиÑла переходов по умолчанию Ð´Ð»Ñ Ð¸ÑходÑщих одноадреÑных " +"пакетов. При значении 0 извещение не проиÑходит." + +msgid "Advertises the default router preference" +msgstr "Извещает параметры Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð° по умолчанию" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" +"Извещает указанный макÑимальный размер пакета (MTU) в Ñообщении RA. 0 " +"выключает данную функцию" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" +"Извещает период (Ñек.), в течение которого адреÑа, Ñозданные из префикÑа Ñ " +"помощью SLAAC, оÑтаютÑÑ Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¼Ð¸." + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" +"Извещает период (Ñек.), в течение которого Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ ÑвлÑетÑÑ Ð´ÐµÐ¹Ñтвительным " +"Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑоединениÑ." + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" +"Извещает период дейÑÑ‚Ð²Ð¸Ñ (Ñек.) маршрутизатора по умолчанию. 0 указывает на " +"то, что узел не ÑвлÑетÑÑ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð¾Ð¼ по умолчанию." + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" +"Извещает период (Ñек.) предоÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñлужб домашнего агента мобильного IPv6" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" +"Извещает Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ (мÑ) между ÑообщениÑми Neighbor Solicitation, еÑли " +"RA включен. 0 отключает передачу извещений" + +msgid "Advertising" +msgstr "Извещение" + +msgid "Autonomous" +msgstr "Ðвтономный" + +msgid "Clients" +msgstr "Клиенты" + +msgid "Configuration flag" +msgstr "Конфигурационный флаг" + +msgid "Current hop limit" +msgstr "Текущее ограничение кол-ва прыжков" + +msgid "DNSSL" +msgstr "DNSSL" + +msgid "DNSSL Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ DNSSL" + +msgid "Default lifetime" +msgstr "Срок дейÑÑ‚Ð²Ð¸Ñ Ð¿Ð¾ умолчанию" + +msgid "Default preference" +msgstr "Приоритет по умолчанию" + +msgid "Enable" +msgstr "Включить" + +msgid "Enable advertisements" +msgstr "Включить извещениÑ" + +msgid "Enables router advertisements and solicitations" +msgstr "Включает Ð¸Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¸ запроÑÑ‹ маршрутизатора" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "Включает дополнительный протокол автоконфигурации (RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "Включает автоконфигурацию дополнительной информации (RFC2462)" + +msgid "General" +msgstr "Общие" + +msgid "Home Agent information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ домашнем агенте" + +msgid "Home Agent lifetime" +msgstr "Срок дейÑÑ‚Ð²Ð¸Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÐµÐ³Ð¾ агента" + +msgid "Home Agent preference" +msgstr "Приоритет домашнего агента" + +msgid "Include Home Agent Information in the RA" +msgstr "Включить информацию о домашнем агенте в ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ RA" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "Включить интервал Ð¸Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ IPv6 в ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ RA" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "Включает Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ð½Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ Ð¸ÑходÑщего интерфейÑа в ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ RA" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" +"Указывает, что Ð°Ð´Ñ€ÐµÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа отправлÑетÑÑ Ð²Ð¼ÐµÑто префикÑа Ñети, как Ñто " +"требуетÑÑ Ð² мобильном IPv6" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" +"Указывает, что Ñоединение не ÑвлÑетÑÑ ÑˆÐ¸Ñ€Ð¾ÐºÐ¾Ð²ÐµÑ‰Ð°Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¼, и блокирует отÑылку " +"незапрошенных извещений" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" +"Указывае, что данный Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð¼Ð¾Ð¶ÐµÑ‚ быть иÑпользован Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð½Ð¾Ð¼Ð½Ð¾Ð¹ наÑтройки " +"адреÑа (RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" +"Указывает, что данный Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð¼Ð¾Ð¶ÐµÑ‚ быть иÑпользован Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ " +"Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ (RFC4861)" + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "Interface Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа" + +msgid "Interface required" +msgstr "ТребуетÑÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ" + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Lifetime" +msgstr "Срок дейÑтвиÑ" + +msgid "Link MTU" +msgstr "МакÑимальный размер пакета (MTU)" + +msgid "Managed flag" +msgstr "УправлÑемый флаг" + +msgid "Max. interval" +msgstr "МакÑ. интервал" + +msgid "Maximum advertisement interval" +msgstr "МакÑимальный интервал извещениÑ" + +msgid "Minimum advertisement delay" +msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð·Ð°Ð´ÐµÑ€Ð¶ÐºÐ° извещениÑ" + +msgid "Minimum advertisement interval" +msgstr "Минимальный интервал извещениÑ" + +msgid "Mobile IPv6" +msgstr "Мобильный IPv6" + +msgid "Mobile IPv6 interval option" +msgstr "Параметры интервала мобильного IPv6" + +msgid "Mobile IPv6 router registration" +msgstr "РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ IPv6 маршрутизатора" + +msgid "Multicast" +msgstr "Ð“Ñ€ÑƒÐ¿Ð¿Ð¾Ð²Ð°Ñ Ñ€Ð°ÑÑылка" + +#, fuzzy +msgid "On-link" +msgstr "Соединение" + +msgid "On-link determination" +msgstr "Определение Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑоединениÑ" + +msgid "Preference" +msgstr "Приоритет" + +msgid "Preferred lifetime" +msgstr "Предпочитаемый Ñрок дейÑтвиÑ" + +msgid "Prefix" +msgstr "ПрефикÑ" + +msgid "Prefix Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¿Ñ€ÐµÑ„Ð¸ÐºÑа" + +msgid "Prefixes" +msgstr "ПрефикÑÑ‹" + +msgid "RDNSS" +msgstr "RDNSS" + +msgid "RDNSS Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ RDNSS" + +msgid "Radvd" +msgstr "Radvd" + +msgid "Radvd - DNSSL" +msgstr "Radvd - DNSSL" + +msgid "Radvd - Interface %q" +msgstr "Radvd - Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ %q" + +msgid "Radvd - Prefix" +msgstr "Radvd - ПрефикÑ" + +msgid "Radvd - RDNSS" +msgstr "Radvd - RDNSS" + +msgid "Radvd - Route" +msgstr "Radvd - Маршрут" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" +"Radvd - Ñто Ñлужба извещений маршрутизатора Ð´Ð»Ñ IPv6. Она Ñлушает запроÑÑ‹ " +"(Router Solicitations) и отÑылает Ð¸Ð·Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ (Router Advertisements), как " +"опиÑано в RFC 4861." + +msgid "Reachable time" +msgstr "Период доÑтупноÑти" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" +"СвÑзыватьÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ñ‹Ð¼Ð¸ клиентами. ОÑтавьте пуÑтым, чтобы " +"иÑпользовать групповую раÑÑылку" + +msgid "Retransmit timer" +msgstr "Таймер ретранÑлÑции" + +msgid "Route Configuration" +msgstr "ÐаÑтройка маршрута" + +msgid "Routes" +msgstr "Маршруты" + +msgid "Source link-layer address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð¸Ñточника (канальный уровень)" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" +"УÑтанавливает Ð¸Ð¼Ñ Ð»Ð¾Ð³Ð¸Ñ‡ÐµÑкого интерфейÑа Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ñ€ÐµÑ„Ð¸ÐºÑа 6to4. " +"Публичный IPv4-Ð°Ð´Ñ€ÐµÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа комбинитуетÑÑ Ñ 2002::/3 и значением префикÑа" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "Указывает период жизни, ÑвÑзанный Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¾Ð¼ (Ñек.)" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" +"УÑтанавливает Ð¸Ð¼Ñ Ð»Ð¾Ð³Ð¸Ñ‡ÐµÑкого интерфейÑа, которому принадлежит Ð´Ð°Ð½Ð½Ð°Ñ ÑекциÑ" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" +"Указывает макÑимальную длительноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей DNSSL Ð´Ð»Ñ " +"Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð¸Ð¼Ñ‘Ð½." + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" +"Указывает макÑимальную длительноÑÑ‚ÑŒ иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñей RDNSS Ð´Ð»Ñ " +"Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð¸Ð¼Ñ‘Ð½." + +msgid "Specifies the preference associated with the default router" +msgstr "Указывает приоритет, ÑвÑзанный Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¸Ð·Ð°Ñ‚Ð¾Ñ€Ð¾Ð¼ по умолчанию" + +msgid "Suffix" +msgstr "СуффикÑ" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"МакÑимальный интервал времени между отÑылкой групповых незапрашиваемых " +"извещений маршрутизатора (Ñек.)" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" +"Минимальный интервал времени между отÑылкой групповых извещений " +"маршрутизатора Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа (Ñек.)" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" +"Минимальный интервал времени между отÑылкой групповых незапрашиваемых " +"извещений маршрутизатора (Ñек.)" + +msgid "The preference for the Home Agent sending this RA" +msgstr "Предпочтение домашнего агента, отÑылающего данное извещение RA" + +msgid "Timing" +msgstr "Интервалы" + +msgid "Unicast only" +msgstr "Только одноадреÑÐ½Ð°Ñ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‡Ð°" + +msgid "Valid lifetime" +msgstr "Срок дейÑтвиÑ" + +msgid "Validity time" +msgstr "Период дейÑтвиÑ" + +msgid "default" +msgstr "по умолчанию" + +msgid "high" +msgstr "выÑокий" + +msgid "low" +msgstr "низкий" + +msgid "medium" +msgstr "Ñредний" + +msgid "no" +msgstr "нет" + +msgid "yes" +msgstr "да" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "Извещаемый IPv6 префикÑ" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "" +#~ "Извещаемый IPv6 префикÑ. ЕÑли значение не задано, то будет иÑпользован " +#~ "текущий Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñа." + +#~ msgid "" +#~ "Advertises the length of time in seconds that addresses generated from " +#~ "the prefix via stateless address autoconfiguration remain preferred. Use " +#~ "0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Извещает Ð²Ñ€ÐµÐ¼Ñ Ð² Ñекундах, в течение которого адреÑа Ñгенерированные " +#~ "автоматичеÑки из префикÑа оÑтаютÑÑ Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¼Ð¸. 0 уÑтанавливает " +#~ "неограниченное времÑ." + +#~ msgid "" +#~ "Advertises the length of time in seconds that the prefix is valid for the " +#~ "purpose of on-link determination. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "Извещает Ð²Ñ€ÐµÐ¼Ñ Ð² Ñекундах, в течение которого иÑпользуетÑÑ Ð¿Ñ€ÐµÑ„Ð¸ÐºÑ Ð´Ð»Ñ " +#~ "Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ ÑоединениÑ. 0 уÑтанавливает неограниченное времÑ." + +#~ msgid "" +#~ "Indicates whether that RDNSS continues to be available to hosts even if " +#~ "they moved to a different subnet" +#~ msgstr "" +#~ "Указывает оÑтаетÑÑ Ð»Ð¸ RDNSS доÑтупным Ð´Ð»Ñ Ñ…Ð¾Ñтов даже в Ñлучае их " +#~ "Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð² другую подÑеть" + +#~ msgid "" +#~ "Specifies the lifetime associated with the route in seconds. Use 0 to " +#~ "specify an infinite lifetime" +#~ msgstr "" +#~ "УÑтанавливает Ñрок дейÑтвиÑ, ÑвÑзанный Ñ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚Ð¾Ð¼ (Ñекунды). ИÑпользуйте " +#~ "0 Ð´Ð»Ñ ÑƒÑтановки беÑконечного Ñрока дейÑтвиÑ." + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "УÑтанавливает макÑимальный Ñрок дейÑÑ‚Ð²Ð¸Ñ DNSSL Ñлементов Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ " +#~ "имен.ИÑпользуйте 0 Ð´Ð»Ñ ÑƒÑтановки беÑконечного Ñрока дейÑтвиÑ" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "" +#~ "УÑтанавливает макÑимальный Ñрок дейÑÑ‚Ð²Ð¸Ñ DNSSL Ñлементов Ð´Ð»Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ " +#~ "имен.ИÑпользуйте 0 Ð´Ð»Ñ ÑƒÑтановки беÑконечного Ñрока дейÑтвиÑ" diff --git a/applications/luci-app-radvd/po/sk/radvd.po b/applications/luci-app-radvd/po/sk/radvd.po new file mode 100644 index 0000000..9bd26fa --- /dev/null +++ b/applications/luci-app-radvd/po/sk/radvd.po @@ -0,0 +1,367 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/sv/radvd.po b/applications/luci-app-radvd/po/sv/radvd.po new file mode 100644 index 0000000..46a3bf9 --- /dev/null +++ b/applications/luci-app-radvd/po/sv/radvd.po @@ -0,0 +1,368 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/templates/radvd.pot b/applications/luci-app-radvd/po/templates/radvd.pot new file mode 100644 index 0000000..ff9eb54 --- /dev/null +++ b/applications/luci-app-radvd/po/templates/radvd.pot @@ -0,0 +1,360 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/tr/radvd.po b/applications/luci-app-radvd/po/tr/radvd.po new file mode 100644 index 0000000..8b8ed8f --- /dev/null +++ b/applications/luci-app-radvd/po/tr/radvd.po @@ -0,0 +1,367 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/uk/radvd.po b/applications/luci-app-radvd/po/uk/radvd.po new file mode 100644 index 0000000..648035d --- /dev/null +++ b/applications/luci-app-radvd/po/uk/radvd.po @@ -0,0 +1,381 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-26 19:17+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "Ð†Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ 6to4" + +msgid "Address" +msgstr "ÐдреÑа" + +msgid "Addresses" +msgstr "ÐдреÑи" + +msgid "Advanced" +msgstr "Додатково" + +msgid "Advertise Home Agent flag" +msgstr "Оголошувати позначку Home Agent" + +msgid "Advertise router address" +msgstr "Оголошувати адреÑу роутера" + +msgid "Advertised Domain Suffixes" +msgstr "Оголошувані ÑуфікÑи домену" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" +"Оголошуваний IPv6 RDNSS. Якщо не задано, викориÑтовуєтьÑÑ Ð¿Ð¾Ñ‚Ð¾Ñ‡Ð½Ð° " +"IPv6-адреÑа інтерфейÑу." + +msgid "Advertised IPv6 prefixes" +msgstr "Оголошувані IPv6-префікÑи" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" +"Оголошувані IPv6-префікÑи. Якщо не задано, викориÑтовуєтьÑÑ Ð¿Ð¾Ñ‚Ð¾Ñ‡Ð½Ð¸Ð¹ Ð¿Ñ€ÐµÑ„Ñ–ÐºÑ " +"інтерфейÑу" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "Оголошує можливоÑÑ‚Ñ– Home Agent мобільного IPv6 (RFC3775)" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "Оголошує можливоÑÑ‚Ñ– реєÑтрації мобільного маршрутизатора (NEMO Basic)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" +"Оголошує передбачуваний Ñ‡Ð°Ñ Ð´Ð¾ÑÑжноÑÑ‚Ñ– (у міліÑекундах) ÑуÑідніх вузлів. " +"Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ 0 відключає оголошеннÑ." + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" +"Оголошує типове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð»Ñ–Ñ‡Ð¸Ð»ÑŒÐ½Ð¸ÐºÐ° HOP-ів Ð´Ð»Ñ Ð²Ð¸Ñ…Ñ–Ð´Ð½Ð¸Ñ… unicast-пакетів. " +"Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ 0 відключає оголошеннÑ." + +msgid "Advertises the default router preference" +msgstr "Оголошує типові наÑтройки маршрутизатора" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" +"Оголошує певний макÑимальний розмір пакета (Ñкщо він вказаний). Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ 0 " +"відключає оголошеннÑ." + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "ОголошеннÑ" + +msgid "Autonomous" +msgstr "Ðвтономний" + +msgid "Clients" +msgstr "Клієнти" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/vi/radvd.po b/applications/luci-app-radvd/po/vi/radvd.po new file mode 100644 index 0000000..63f8fa0 --- /dev/null +++ b/applications/luci-app-radvd/po/vi/radvd.po @@ -0,0 +1,368 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-21 04:06+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/po/zh-cn/radvd.po b/applications/luci-app-radvd/po/zh-cn/radvd.po new file mode 100644 index 0000000..f3dae7f --- /dev/null +++ b/applications/luci-app-radvd/po/zh-cn/radvd.po @@ -0,0 +1,391 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-07-13 16:23+0200\n" +"Last-Translator: qiuchengxuan \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "6to4 interface" +msgstr "IPv6到IPv4的接å£" + +msgid "Address" +msgstr "地å€" + +msgid "Addresses" +msgstr "地å€" + +msgid "Advanced" +msgstr "进阶选项" + +msgid "Advertise Home Agent flag" +msgstr "广播本地中继标识" + +msgid "Advertise router address" +msgstr "广播路由地å€" + +msgid "Advertised Domain Suffixes" +msgstr "区域广播åŽç¼€" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "IPv6 Recursive DNSæœåŠ¡å™¨(RDNSS)地å€ã€‚若为空,则为当å‰IPv6地å€" + +msgid "Advertised IPv6 prefixes" +msgstr "IPV6广播å‰ç¼€ç¾¤" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "IPv6广播å‰ç¼€ç¾¤ã€‚如果为空,将使用当å‰æŽ¥å£çš„å‰ç¼€" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "广播移动IPv6本地代ç†åŠŸèƒ½ï¼ˆRFC3775" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "广播移动路由器注册功能(NEMO基本)" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "路由器公告报文中宣告估算的邻居å¯è¾¾æ—¶é—´ï¼ˆæ¯«ç§’)。0代表ç¦ç”¨å¯è¾¾æ€§å®£å‘Šã€‚" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "路由器公告报文中广播外å‘å•æ’­æ•°æ®åŒ…的缺çœè·³æ•°å€¼ã€‚ 0ç¦ç”¨å¹¿æ’­è·³æ•°" + +msgid "Advertises the default router preference" +msgstr "å‘布缺çœè·¯ç”±è®¾ç½®" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "路由器公告报文中宣告链路MTU。0代表ç¦ç”¨MTU宣告" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "声明默认路由器的生存时间(å•ä½ä¸ºç§’)。0代表结点没有默认路由" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "自治的" + +msgid "Clients" +msgstr "客户端" + +msgid "Configuration flag" +msgstr "设置标识" + +msgid "Current hop limit" +msgstr "当å‰è·³æ•°é™åˆ¶" + +msgid "DNSSL" +msgstr "DNSæœç´¢åˆ—表" + +msgid "DNSSL Configuration" +msgstr "DNSæœç´¢åˆ—表设置" + +msgid "Default lifetime" +msgstr "默认生存时é™" + +msgid "Default preference" +msgstr "默认优先级" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "Enable advertisements" +msgstr "å¯ç”¨å¹¿æ’­" + +msgid "Enables router advertisements and solicitations" +msgstr "激活路由广播和请求" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "使能附加的基于状æ€ç®¡ç†çš„自动é…ç½®å议(RFC2462)" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "å¯ç”¨è‡ªåŠ¨é…置,ä¸åŒ…括地å€ä¿¡æ¯(RFC2462)" + +msgid "General" +msgstr "概况" + +msgid "Home Agent information" +msgstr "本地中继信æ¯" + +msgid "Home Agent lifetime" +msgstr "本地中继有效期" + +msgid "Home Agent preference" +msgstr "本地中继优先æƒ" + +msgid "Include Home Agent Information in the RA" +msgstr "路由器公告报文中包å«æœ¬åœ°ä¸­ç»§ä¿¡æ¯" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "路由器公告报文中包å«ç§»åŠ¨IPV6广播间隔设置" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "路由器公告报文中包å«å‡ºæŽ¥å£çš„链路层地å€" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "表明使用接å£çš„地å€å‘é€è€Œéžç½‘络å‰ç¼€ï¼Œç§»åŠ¨IPv6需è¦" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "表明潜在的链路并ä¸å…·æœ‰å¹¿æ’­èƒ½åŠ›ï¼Œé¿å…主动触å‘的宣告报文å‘出" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "表明此å‰ç¼€èƒ½å¤Ÿç”¨äºŽåŒ¿å地å€é…置(RFC4862)" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "表明此å‰ç¼€èƒ½å¤Ÿç”¨äºŽon-link决定(RFC481)" + +msgid "Interface" +msgstr "接å£" + +msgid "Interface Configuration" +msgstr "接å£è®¾ç½®" + +msgid "Interface required" +msgstr "接å£å¿…è¦é¡¹" + +msgid "Interfaces" +msgstr "接å£" + +msgid "Lifetime" +msgstr "有效期" + +msgid "Link MTU" +msgstr "连接MTU" + +msgid "Managed flag" +msgstr "M标识" + +msgid "Max. interval" +msgstr "最大间隔" + +msgid "Maximum advertisement interval" +msgstr "最大广播间隔" + +msgid "Minimum advertisement delay" +msgstr "最å°å¹¿æ’­å»¶æ—¶" + +msgid "Minimum advertisement interval" +msgstr "最å°å¹¿æ’­é—´éš”" + +msgid "Mobile IPv6" +msgstr "移动IPV6" + +msgid "Mobile IPv6 interval option" +msgstr "移动IPV6间隔选项" + +msgid "Mobile IPv6 router registration" +msgstr "移动IPV6路由注册" + +msgid "Multicast" +msgstr "组播传输" + +msgid "On-link" +msgstr "已连接的" + +msgid "On-link determination" +msgstr "已连接的目标" + +msgid "Preference" +msgstr "优先æƒ" + +msgid "Preferred lifetime" +msgstr "期望的生存时间" + +msgid "Prefix" +msgstr "å‰ç¼€" + +msgid "Prefix Configuration" +msgstr "å‰ç¼€è®¾ç½®" + +msgid "Prefixes" +msgstr "å‰ç¼€ç¾¤" + +msgid "RDNSS" +msgstr "邻居å‘现æœåŠ¡å™¨" + +msgid "RDNSS Configuration" +msgstr "邻居å‘现æœåŠ¡å™¨è®¾ç½®" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "RADVDï¼DNSæœç´¢åˆ—表" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "RADVDï¼å‰ç¼€" + +msgid "Radvd - RDNSS" +msgstr "RADVDï¼é‚»å±…å‘现æœåŠ¡å™¨" + +msgid "Radvd - Route" +msgstr "RADVDï¼è·¯ç”±" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "RADVD是一个IPV6路由公告软件,按照RFC4861监å¬è·¯ç”±è¯·æ±‚å’Œå‘é€è·¯ç”±å…¬å‘Šã€‚" + +msgid "Reachable time" +msgstr "å¯è¾¾å»¶æ—¶" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "é™åˆ¶ç‰¹å®šä¼šè¯ï¼Œç•™ç©ºåˆ™ä½¿ç”¨ç»„æ’­" + +msgid "Retransmit timer" +msgstr "中继转å‘计时器" + +msgid "Route Configuration" +msgstr "路由设置" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "æºé“¾è·¯å±‚地å€" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "设定路由关è”的生存时间,å•ä½ä¸ºç§’" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "说明这个物ç†æŽ¥å£è¿žæŽ¥åˆ°å“ªä¸ªç½‘络" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "设定DNSSL表项å称解æžçš„最长时间间隔" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "设定RDNSS表项å称解æžçš„最长时间间隔" + +msgid "Specifies the preference associated with the default router" +msgstr "设定关è”的默认路由的é…ç½®" + +msgid "Suffix" +msgstr "åŽç¼€" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "å…许接å£å‘é€ç»„播路由宣告报文的最大时间间隔,å•ä½ä¸ºç§’" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "å…许接å£å‘é€ç»„播路由宣告报文的最å°æ—¶é—´é—´éš”,å•ä½ä¸ºç§’" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "å…许接å£å‘é€ä¸»åŠ¨è§¦å‘组播路由宣告报文的最å°æ—¶é—´é—´éš”,å•ä½ä¸ºç§’" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "å•æ’­" + +msgid "Valid lifetime" +msgstr "有效的生存时间" + +msgid "Validity time" +msgstr "有效期" + +msgid "default" +msgstr "默认" + +msgid "high" +msgstr "高" + +msgid "low" +msgstr "低" + +msgid "medium" +msgstr "中等" + +msgid "no" +msgstr "å¦" + +msgid "yes" +msgstr "是" + +#~ msgid "Advertised IPv6 prefix" +#~ msgstr "IPV6广播å‰ç¼€" + +#~ msgid "" +#~ "Advertised IPv6 prefix. If empty, the current interface prefix is used" +#~ msgstr "IPV6广播å‰ç¼€ã€‚若为空,则当å‰æŽ¥å£å‰ç¼€å·²è¢«ä½¿ç”¨ã€‚" + +#~ msgid "Open" +#~ msgstr "打开" + +#~ msgid "" +#~ "Specifies the maximum duration how long the DNSSL entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "指定DNSSL解æžåŸŸå的最长时间,0则为无é™é•¿" + +#~ msgid "" +#~ "Specifies the maximum duration how long the RDNSS entries are used for " +#~ "name resolution. Use 0 to specify an infinite lifetime" +#~ msgstr "指定RDNSS解æžåŸŸå的最长时间,0则为无é™é•¿" diff --git a/applications/luci-app-radvd/po/zh-tw/radvd.po b/applications/luci-app-radvd/po/zh-tw/radvd.po new file mode 100644 index 0000000..aed76c5 --- /dev/null +++ b/applications/luci-app-radvd/po/zh-tw/radvd.po @@ -0,0 +1,366 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "6to4 interface" +msgstr "" + +msgid "Address" +msgstr "" + +msgid "Addresses" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advertise Home Agent flag" +msgstr "" + +msgid "Advertise router address" +msgstr "" + +msgid "Advertised Domain Suffixes" +msgstr "" + +msgid "" +"Advertised IPv6 RDNSS. If empty, the current IPv6 address of the interface " +"is used" +msgstr "" + +msgid "Advertised IPv6 prefixes" +msgstr "" + +msgid "" +"Advertised IPv6 prefixes. If empty, the current interface prefix is used" +msgstr "" + +msgid "Advertises Mobile IPv6 Home Agent capability (RFC3775)" +msgstr "" + +msgid "Advertises Mobile Router registration capability (NEMO Basic)" +msgstr "" + +msgid "" +"Advertises assumed reachability time in milliseconds of neighbours in the RA " +"if specified. 0 disables reachability advertisements" +msgstr "" + +msgid "" +"Advertises the default Hop Count value for outgoing unicast packets in the " +"RA. 0 disables hopcount advertisements" +msgstr "" + +msgid "Advertises the default router preference" +msgstr "" + +msgid "" +"Advertises the given link MTU in the RA if specified. 0 disables MTU " +"advertisements" +msgstr "" + +msgid "" +"Advertises the length of time in seconds that addresses generated from the " +"prefix via stateless address autoconfiguration remain preferred." +msgstr "" + +msgid "" +"Advertises the length of time in seconds that the prefix is valid for the " +"purpose of on-link determination." +msgstr "" + +msgid "" +"Advertises the lifetime of the default router in seconds. 0 indicates that " +"the node is no default router" +msgstr "" + +msgid "" +"Advertises the time in seconds the router is offering Mobile IPv6 Home Agent " +"services" +msgstr "" + +msgid "" +"Advertises wait time in milliseconds between Neighbor Solicitation messages " +"in the RA if specified. 0 disables retransmit advertisements" +msgstr "" + +msgid "Advertising" +msgstr "" + +msgid "Autonomous" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Configuration flag" +msgstr "" + +msgid "Current hop limit" +msgstr "" + +msgid "DNSSL" +msgstr "" + +msgid "DNSSL Configuration" +msgstr "" + +msgid "Default lifetime" +msgstr "" + +msgid "Default preference" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable advertisements" +msgstr "" + +msgid "Enables router advertisements and solicitations" +msgstr "" + +msgid "" +"Enables the additional stateful administered autoconfiguration protocol " +"(RFC2462)" +msgstr "" + +msgid "" +"Enables the autoconfiguration of additional, non address information " +"(RFC2462)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Home Agent information" +msgstr "" + +msgid "Home Agent lifetime" +msgstr "" + +msgid "Home Agent preference" +msgstr "" + +msgid "Include Home Agent Information in the RA" +msgstr "" + +msgid "Include Mobile IPv6 Advertisement Interval option to RA" +msgstr "" + +msgid "Includes the link-layer address of the outgoing interface in the RA" +msgstr "" + +msgid "" +"Indicates that the address of interface is sent instead of network prefix, " +"as is required by Mobile IPv6" +msgstr "" + +msgid "" +"Indicates that the underlying link is not broadcast capable, prevents " +"unsolicited advertisements from being sent" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for autonomous address configuration " +"(RFC4862)" +msgstr "" + +msgid "" +"Indicates that this prefix can be used for on-link determination (RFC4861)" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Interface Configuration" +msgstr "" + +msgid "Interface required" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Lifetime" +msgstr "" + +msgid "Link MTU" +msgstr "" + +msgid "Managed flag" +msgstr "" + +msgid "Max. interval" +msgstr "" + +msgid "Maximum advertisement interval" +msgstr "" + +msgid "Minimum advertisement delay" +msgstr "" + +msgid "Minimum advertisement interval" +msgstr "" + +msgid "Mobile IPv6" +msgstr "" + +msgid "Mobile IPv6 interval option" +msgstr "" + +msgid "Mobile IPv6 router registration" +msgstr "" + +msgid "Multicast" +msgstr "" + +msgid "On-link" +msgstr "" + +msgid "On-link determination" +msgstr "" + +msgid "Preference" +msgstr "" + +msgid "Preferred lifetime" +msgstr "" + +msgid "Prefix" +msgstr "" + +msgid "Prefix Configuration" +msgstr "" + +msgid "Prefixes" +msgstr "" + +msgid "RDNSS" +msgstr "" + +msgid "RDNSS Configuration" +msgstr "" + +msgid "Radvd" +msgstr "" + +msgid "Radvd - DNSSL" +msgstr "" + +msgid "Radvd - Interface %q" +msgstr "" + +msgid "Radvd - Prefix" +msgstr "" + +msgid "Radvd - RDNSS" +msgstr "" + +msgid "Radvd - Route" +msgstr "" + +msgid "" +"Radvd is a router advertisement daemon for IPv6. It listens to router " +"solicitations and sends router advertisements as described in RFC 4861." +msgstr "" + +msgid "Reachable time" +msgstr "" + +msgid "" +"Restrict communication to specified clients, leave empty to use multicast" +msgstr "" + +msgid "Retransmit timer" +msgstr "" + +msgid "Route Configuration" +msgstr "" + +msgid "Routes" +msgstr "" + +msgid "Source link-layer address" +msgstr "" + +msgid "" +"Specifies a logical interface name to derive a 6to4 prefix from. The " +"interfaces public IPv4 address is combined with 2002::/3 and the value of " +"the prefix option" +msgstr "" + +msgid "Specifies the lifetime associated with the route in seconds." +msgstr "" + +msgid "Specifies the logical interface name this section belongs to" +msgstr "" + +msgid "" +"Specifies the maximum duration how long the DNSSL entries are used for name " +"resolution." +msgstr "" + +msgid "" +"Specifies the maximum duration how long the RDNSS entries are used for name " +"resolution." +msgstr "" + +msgid "Specifies the preference associated with the default router" +msgstr "" + +msgid "Suffix" +msgstr "" + +msgid "" +"The maximum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending multicast router advertisements " +"from the interface, in seconds" +msgstr "" + +msgid "" +"The minimum time allowed between sending unsolicited multicast router " +"advertisements from the interface, in seconds" +msgstr "" + +msgid "The preference for the Home Agent sending this RA" +msgstr "" + +msgid "Timing" +msgstr "" + +msgid "Unicast only" +msgstr "" + +msgid "Valid lifetime" +msgstr "" + +msgid "Validity time" +msgstr "" + +msgid "default" +msgstr "" + +msgid "high" +msgstr "" + +msgid "low" +msgstr "" + +msgid "medium" +msgstr "" + +msgid "no" +msgstr "" + +msgid "yes" +msgstr "" diff --git a/applications/luci-app-radvd/root/etc/uci-defaults/luci-radvd b/applications/luci-app-radvd/root/etc/uci-defaults/luci-radvd new file mode 100755 index 0000000..c1f3b75 --- /dev/null +++ b/applications/luci-app-radvd/root/etc/uci-defaults/luci-radvd @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@radvd[-1] + add ucitrack radvd + set ucitrack.@radvd[-1].init=radvd + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-samba/Makefile b/applications/luci-app-samba/Makefile new file mode 100644 index 0000000..ba599b3 --- /dev/null +++ b/applications/luci-app-samba/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Network Shares - Samba SMB/CIFS module +LUCI_DEPENDS:=+samba36-server + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-samba/luasrc/controller/samba.lua b/applications/luci-app-samba/luasrc/controller/samba.lua new file mode 100644 index 0000000..397af6a --- /dev/null +++ b/applications/luci-app-samba/luasrc/controller/samba.lua @@ -0,0 +1,16 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.samba", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/samba") then + return + end + + local page + + page = entry({"admin", "services", "samba"}, cbi("samba"), _("Network Shares")) + page.dependent = true +end diff --git a/applications/luci-app-samba/luasrc/model/cbi/samba.lua b/applications/luci-app-samba/luasrc/model/cbi/samba.lua new file mode 100644 index 0000000..721191a --- /dev/null +++ b/applications/luci-app-samba/luasrc/model/cbi/samba.lua @@ -0,0 +1,72 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("samba", translate("Network Shares")) + +s = m:section(TypedSection, "samba", "Samba") +s.anonymous = true + +s:tab("general", translate("General Settings")) +s:tab("template", translate("Edit Template")) + +s:taboption("general", Value, "name", translate("Hostname")) +s:taboption("general", Value, "description", translate("Description")) +s:taboption("general", Value, "workgroup", translate("Workgroup")) +s:taboption("general", Value, "homes", translate("Share home-directories"), + translate("Allow system users to reach their home directories via " .. + "network shares")) + +tmpl = s:taboption("template", Value, "_tmpl", + translate("Edit the template that is used for generating the samba configuration."), + translate("This is the content of the file '/etc/samba/smb.conf.template' from which your samba configuration will be generated. " .. + "Values enclosed by pipe symbols ('|') should not be changed. They get their values from the 'General Settings' tab.")) + +tmpl.template = "cbi/tvalue" +tmpl.rows = 20 + +function tmpl.cfgvalue(self, section) + return nixio.fs.readfile("/etc/samba/smb.conf.template") +end + +function tmpl.write(self, section, value) + value = value:gsub("\r\n?", "\n") + nixio.fs.writefile("//etc/samba/smb.conf.template", value) +end + + +s = m:section(TypedSection, "sambashare", translate("Shared Directories")) +s.anonymous = true +s.addremove = true +s.template = "cbi/tblsection" + +s:option(Value, "name", translate("Name")) +pth = s:option(Value, "path", translate("Path")) +if nixio.fs.access("/etc/config/fstab") then + pth.titleref = luci.dispatcher.build_url("admin", "system", "fstab") +end + +s:option(Value, "users", translate("Allowed users")).rmempty = true + +ro = s:option(Flag, "read_only", translate("Read-only")) +ro.rmempty = false +ro.enabled = "yes" +ro.disabled = "no" + +go = s:option(Flag, "guest_ok", translate("Allow guests")) +go.rmempty = false +go.enabled = "yes" +go.disabled = "no" + +cm = s:option(Value, "create_mask", translate("Create mask"), + translate("Mask for new files")) +cm.rmempty = true +cm.size = 4 + +dm = s:option(Value, "dir_mask", translate("Directory mask"), + translate("Mask for new directories")) +dm.rmempty = true +dm.size = 4 + + +return m diff --git a/applications/luci-app-samba/po/ca/samba.po b/applications/luci-app-samba/po/ca/samba.po new file mode 100644 index 0000000..0668b1b --- /dev/null +++ b/applications/luci-app-samba/po/ca/samba.po @@ -0,0 +1,95 @@ +# samba.pot +# generated from ./applications/luci-samba/luasrc/i18n/samba.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-07-01 05:47+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "Permet convidats" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Permet que els usuaris del sistema pugin arribar als seus directoris d'inici " +"via comparticions de xarxa" + +msgid "Allowed users" +msgstr "Usuaris permesos" + +msgid "Create mask" +msgstr "Crea màscara" + +msgid "Description" +msgstr "Descripció" + +msgid "Directory mask" +msgstr "Màscara de directori" + +msgid "Edit Template" +msgstr "Edita plantilla" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Edita la plantilla que s'usa per generar la configuració de samba." + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "Hostname" +msgstr "Nom de màquina" + +msgid "Mask for new directories" +msgstr "Màscara per directoris nous" + +msgid "Mask for new files" +msgstr "Màscara per fitxers nous" + +msgid "Name" +msgstr "Nom" + +msgid "Network Shares" +msgstr "Comparticions de xarxa" + +msgid "Path" +msgstr "Ruta" + +msgid "Read-only" +msgstr "Només lectura" + +msgid "Share home-directories" +msgstr "Comparteix directoris d'inici" + +msgid "Shared Directories" +msgstr "Directoris compartits" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Això és el contingut del fitxer '/etc/samba/smb.conf.template' del qual la " +"vostra configuració de samba es generarà. Valors encerclats per símbols de " +"barra ('|') no es deuen canviar. Reben els seus valors de la pestanya " +"'Ajusts generals'." + +msgid "Workgroup" +msgstr "Grup de treball" + +#~ msgid "Shared Directory" +#~ msgstr "Directori compartit" + +#~ msgid "Physical Path" +#~ msgstr "Ruta física" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba/po/cs/samba.po b/applications/luci-app-samba/po/cs/samba.po new file mode 100644 index 0000000..fefb7ff --- /dev/null +++ b/applications/luci-app-samba/po/cs/samba.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-31 13:56+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "Povolení hosté" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Povoluje systémovým uživatelům přístup do jejich domácích adresářů skrze " +"sdílení pÅ™es síť." + +msgid "Allowed users" +msgstr "Povolení uživatelé" + +msgid "Create mask" +msgstr "VytvoÅ™it masku" + +msgid "Description" +msgstr "Popis" + +msgid "Directory mask" +msgstr "Maska adresáře" + +msgid "Edit Template" +msgstr "Editovat Å¡ablonu" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" +"Editovat Å¡ablonu, která je použita pro generování konfiguraÄního souboru pro " +"sambu." + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "Hostname" +msgstr "Název poÄítaÄe." + +msgid "Mask for new directories" +msgstr "Maska pro nové adresáře" + +msgid "Mask for new files" +msgstr "Maska pro nové soubory" + +msgid "Name" +msgstr "Jméno" + +msgid "Network Shares" +msgstr "Síťová sdílení" + +msgid "Path" +msgstr "Cesta" + +msgid "Read-only" +msgstr "Pouze pro Ätení" + +msgid "Share home-directories" +msgstr "Sdílet domácí adresáře" + +msgid "Shared Directories" +msgstr "Sdílené adresáře" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Toto je obsah souboru \"/etc/samba/smb.conf.template\", ze kterého je " +"konfigurace samby generována. Hodnoty uzavÅ™ené rourou (\"|\"), by se nemÄ›ly " +"mÄ›nit. Tyto hodnoty jsou brány ze záložky \"Obecná nastavení\"." + +msgid "Workgroup" +msgstr "Skupina" diff --git a/applications/luci-app-samba/po/de/samba.po b/applications/luci-app-samba/po/de/samba.po new file mode 100644 index 0000000..a5ceb05 --- /dev/null +++ b/applications/luci-app-samba/po/de/samba.po @@ -0,0 +1,87 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2011-10-18 13:13+0200\n" +"Last-Translator: Manuel \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Gastzugang" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Systembenutzer dürfen ihre Heimatverzeichnis über Netzwerkfreigaben " +"erreichen." + +msgid "Allowed users" +msgstr "Legitimierte Benutzer" + +msgid "Create mask" +msgstr "Berechtigungsmaske für neue Dateien" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Directory mask" +msgstr "Verzeichnismaske" + +msgid "Edit Template" +msgstr "Template bearbeiten" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" +"Hier kann das Template bearbeitet werden, das zur Erstellung der Samba-" +"Konfigurationsdateien verwendet wird." + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Mask for new directories" +msgstr "Maske für neue Verzeichnisse" + +msgid "Mask for new files" +msgstr "Maske für neue Dateien" + +msgid "Name" +msgstr "Name" + +msgid "Network Shares" +msgstr "Netzwerkfreigaben" + +msgid "Path" +msgstr "Pfad" + +msgid "Read-only" +msgstr "Nur Lesen" + +msgid "Share home-directories" +msgstr "Heimatverzeichnisse freigeben" + +msgid "Shared Directories" +msgstr "Freigegebene Verzeichnisse" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Dieses Fenster zeigt den Inhalt der Datei '/etc/samba/smb.conf.template', " +"die als Template zum Erstellen der Samba-Konfiguration verwendet wird. Werte " +"die von Pipe Symbolen (|) eingeschlossen sind sollten nicht verändert " +"werden, da diese beim Erstellen der Konfiguration mit den Werten aus dem Tab " +"'Allgemeine Einstellungen' ersetzt werden." + +msgid "Workgroup" +msgstr "Arbeitsgruppe" diff --git a/applications/luci-app-samba/po/el/samba.po b/applications/luci-app-samba/po/el/samba.po new file mode 100644 index 0000000..7cc722d --- /dev/null +++ b/applications/luci-app-samba/po/el/samba.po @@ -0,0 +1,78 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-18 15:31+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "Όνομα" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/en/samba.po b/applications/luci-app-samba/po/en/samba.po new file mode 100644 index 0000000..f524c14 --- /dev/null +++ b/applications/luci-app-samba/po/en/samba.po @@ -0,0 +1,82 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-22 15:23+0100\n" +"PO-Revision-Date: 2011-10-25 21:26+0200\n" +"Last-Translator: awm1 \n" +"Language-Team: LANGUAGE \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Allow guests" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "Allow system users to reach their home directories via network shares" + +msgid "Allowed users" +msgstr "Allowed users" + +msgid "Create mask" +msgstr "Create mask" + +msgid "Description" +msgstr "Description" + +msgid "Directory mask" +msgstr "Directory mask" + +msgid "Edit Template" +msgstr "Edit template" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Edit the template that is used for generating the Samba configuration." + +msgid "General Settings" +msgstr "General settings" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Mask for new directories" +msgstr "Mask for new directories" + +msgid "Mask for new files" +msgstr "Mask for new files" + +msgid "Name" +msgstr "Name" + +msgid "Network Shares" +msgstr "Network Shares" + +msgid "Path" +msgstr "Path" + +msgid "Read-only" +msgstr "Read-only" + +msgid "Share home-directories" +msgstr "Share home-directories" + +msgid "Shared Directories" +msgstr "Shared Directories" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your Samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"settings' tab." + +msgid "Workgroup" +msgstr "Workgroup" diff --git a/applications/luci-app-samba/po/es/samba.po b/applications/luci-app-samba/po/es/samba.po new file mode 100644 index 0000000..950a817 --- /dev/null +++ b/applications/luci-app-samba/po/es/samba.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-08-22 17:45+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "Permitir invitados" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Permitir a los usuarios acceder a sus directorios de inicio vía " +"comparticiones de red" + +msgid "Allowed users" +msgstr "Usuarios permitidos" + +msgid "Create mask" +msgstr "Crear máscara" + +msgid "Description" +msgstr "Descripción" + +msgid "Directory mask" +msgstr "Máscara de directorio" + +msgid "Edit Template" +msgstr "Editar plantilla" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Editar la plantilla usada para generar la configuración de samba." + +msgid "General Settings" +msgstr "Configuración general" + +msgid "Hostname" +msgstr "Nombre de máquina" + +msgid "Mask for new directories" +msgstr "Máscara para directorios nuevos" + +msgid "Mask for new files" +msgstr "Máscara para archivos nuevos" + +msgid "Name" +msgstr "Nombre" + +msgid "Network Shares" +msgstr "Comparticiones de red" + +msgid "Path" +msgstr "Dirección" + +msgid "Read-only" +msgstr "Solo lectura" + +msgid "Share home-directories" +msgstr "Compartir directorios personales" + +msgid "Shared Directories" +msgstr "Directorios compartidos" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Contenido del fichero '/etc/samba/smb.conf.template' desde el que se " +"generará la configuración de samba. Los valores entre tuberías ('|') no " +"deben cambiarse. Su valor se toma desde la pestaña 'Configuración General'." + +msgid "Workgroup" +msgstr "Grupo de trabajo" + +#~ msgid "Shared Directory" +#~ msgstr "Directorio compatido" + +#~ msgid "Physical Path" +#~ msgstr "Ruta Física" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba/po/fr/samba.po b/applications/luci-app-samba/po/fr/samba.po new file mode 100644 index 0000000..8877900 --- /dev/null +++ b/applications/luci-app-samba/po/fr/samba.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-11-23 22:36+0200\n" +"Last-Translator: fredb \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Invités autorisés" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Autoriser les utilisateurs système à atteindre leurs dossiers personnels via " +"les partages réseau" + +msgid "Allowed users" +msgstr "Utilisateurs autorisés" + +msgid "Create mask" +msgstr "Maque de création" + +msgid "Description" +msgstr "Description" + +msgid "Directory mask" +msgstr "Masque des dossiers" + +msgid "Edit Template" +msgstr "Éditer le modèle" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Éditer le modèle utilisé pour générer la configuration Samba." + +msgid "General Settings" +msgstr "Paramètres généraux" + +msgid "Hostname" +msgstr "Nom d'hôte" + +msgid "Mask for new directories" +msgstr "Masque pour les nouveaux dossiers" + +msgid "Mask for new files" +msgstr "Masque pour les nouveaux fichiers" + +msgid "Name" +msgstr "Nom" + +msgid "Network Shares" +msgstr "Partages réseau" + +msgid "Path" +msgstr "Chemin" + +msgid "Read-only" +msgstr "Lecture seule" + +msgid "Share home-directories" +msgstr "Partager les dossiers personnels" + +msgid "Shared Directories" +msgstr "Dossiers partagés" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Voici le contenu du fichier '/etc/samba/smb.conf.template' d'où sera généré " +"votre configuration Samba. Les valeurs entre les symboles barre-verticale " +" (« | ») ne doivent pas être modifiées, elles proviennent de l'onglet " +"« Paramètres généraux »." + +msgid "Workgroup" +msgstr "Groupe de travail" diff --git a/applications/luci-app-samba/po/he/samba.po b/applications/luci-app-samba/po/he/samba.po new file mode 100644 index 0000000..dd21a4a --- /dev/null +++ b/applications/luci-app-samba/po/he/samba.po @@ -0,0 +1,73 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/hu/samba.po b/applications/luci-app-samba/po/hu/samba.po new file mode 100644 index 0000000..64d1e22 --- /dev/null +++ b/applications/luci-app-samba/po/hu/samba.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-06 10:56+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Vendég hozzáférés" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"A rendszerfelhasználók hálózati megosztáson keresztül hozzáférhetnek a home " +"könyvtárukhoz." + +msgid "Allowed users" +msgstr "Engedélyezett felhasználók" + +msgid "Create mask" +msgstr "Létrehozási maszk" + +msgid "Description" +msgstr "Leírás" + +msgid "Directory mask" +msgstr "Könyvtár maszk" + +msgid "Edit Template" +msgstr "Sablon szerkesztése" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" +"Itt szerkesztheti a sablont, ami a végleges samba konfiguráció " +"elkészítéséhez kerül felhasználásra." + +msgid "General Settings" +msgstr "Ãltalános beállítások" + +msgid "Hostname" +msgstr "Gépnév" + +msgid "Mask for new directories" +msgstr "Új könyvtárak maszkja" + +msgid "Mask for new files" +msgstr "Új fájlok maszkja" + +msgid "Name" +msgstr "Név" + +msgid "Network Shares" +msgstr "Hálózati megosztások" + +msgid "Path" +msgstr "Elérési út" + +msgid "Read-only" +msgstr "Csak olvasható" + +msgid "Share home-directories" +msgstr "Home könyvtárak megosztása" + +msgid "Shared Directories" +msgstr "Megosztott könyvtárak" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Itt látható a /etc/samba/smb.conf.template file tartalma, ami a samba " +"konfiguráció előállításához kerül felhasználásra. A pipe szimbólumok ('|') " +"közé zárt értékek módosítása nem szükséges, az értéküket az általános " +"beállítások fülrÅ‘l kapják." + +msgid "Workgroup" +msgstr "Munkacsoport" diff --git a/applications/luci-app-samba/po/it/samba.po b/applications/luci-app-samba/po/it/samba.po new file mode 100644 index 0000000..4645782 --- /dev/null +++ b/applications/luci-app-samba/po/it/samba.po @@ -0,0 +1,85 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-04-19 22:28+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Permetti ospiti" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Autorizza gli utenti del sistema a raggiungere la loro cartella home " +"attraverso le condivisioni di rete" + +msgid "Allowed users" +msgstr "Utenti ammessi" + +msgid "Create mask" +msgstr "Mask di creazione dei file" + +msgid "Description" +msgstr "Descrizione" + +msgid "Directory mask" +msgstr "Maschera della cartella" + +msgid "Edit Template" +msgstr "Modifica Template" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" +"Modifica il template utilizzato per generare la configurazione di samba." + +msgid "General Settings" +msgstr "Opzioni Generali" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Mask for new directories" +msgstr "Maschera per le nuove cartelle" + +msgid "Mask for new files" +msgstr "Maschera per i nuovi files" + +msgid "Name" +msgstr "Nome" + +msgid "Network Shares" +msgstr "Condivisioni di rete" + +msgid "Path" +msgstr "Percorso" + +msgid "Read-only" +msgstr "Solo lettura" + +msgid "Share home-directories" +msgstr "Condividi cartelle home" + +msgid "Shared Directories" +msgstr "Cartelle Condivise" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Questo è il contenuto del file '/etc/samba/smb.conf.template' dal quale sarà " +"generata la tua configurazione di samba. I valori racchiusi tra il simbolo " +"('|') non dovrebbero essere toccati. Essi vengono generati dalla schermata " +"'Opzioni Generali'." + +msgid "Workgroup" +msgstr "Gruppo di lavoro" diff --git a/applications/luci-app-samba/po/ja/samba.po b/applications/luci-app-samba/po/ja/samba.po new file mode 100644 index 0000000..c527507 --- /dev/null +++ b/applications/luci-app-samba/po/ja/samba.po @@ -0,0 +1,81 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-11-03 18:09+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "ゲストアクセスを許å¯" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "sambaを介ã—ã¦ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®ãƒ›ãƒ¼ãƒ ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’許å¯ã—ã¾ã™" + +msgid "Allowed users" +msgstr "許å¯ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼" + +msgid "Create mask" +msgstr "マスクã®ä½œæˆ" + +msgid "Description" +msgstr "説明" + +msgid "Directory mask" +msgstr "ディレクトリã®ãƒžã‚¹ã‚¯" + +msgid "Edit Template" +msgstr "テンプレートã®ç·¨é›†" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "samba設定を生æˆã™ã‚‹ãƒ†ãƒ³ãƒ—レートを編集ã—ã¾ã™ã€‚" + +msgid "General Settings" +msgstr "一般設定" + +msgid "Hostname" +msgstr "ホストå" + +msgid "Mask for new directories" +msgstr "æ–°è¦ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã®ãƒžã‚¹ã‚¯" + +msgid "Mask for new files" +msgstr "æ–°è¦ãƒ•ã‚¡ã‚¤ãƒ«ã®ãƒžã‚¹ã‚¯" + +msgid "Name" +msgstr "åå‰" + +msgid "Network Shares" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å…±æœ‰" + +msgid "Path" +msgstr "パス" + +msgid "Read-only" +msgstr "読ã¿è¾¼ã¿ã®ã¿" + +msgid "Share home-directories" +msgstr "ホームディレクトリã®å…±æœ‰" + +msgid "Shared Directories" +msgstr "共有ディレクトリ" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"ã“ã‚Œã¯ã€samba設定を生æˆã™ã‚‹ãŸã‚ã®'/etc/samba/smb.conf.template' ファイルã®å†…" +"容ã§ã™ã€‚パイプ('|')ã§é–‰ã˜ã‚‰ã‚ŒãŸå€¤ã¯å¤‰æ›´ã—ãªã„ã§ãã ã•ã„。ã“れらã®å€¤ã¯'一般設" +"定'タブ内ã®å€¤ã«ã‚ˆã£ã¦ç½®ãæ›ãˆã‚‰ã‚Œã¾ã™ã€‚" + +msgid "Workgroup" +msgstr "ワークグループ" diff --git a/applications/luci-app-samba/po/ms/samba.po b/applications/luci-app-samba/po/ms/samba.po new file mode 100644 index 0000000..e29133e --- /dev/null +++ b/applications/luci-app-samba/po/ms/samba.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/no/samba.po b/applications/luci-app-samba/po/no/samba.po new file mode 100644 index 0000000..1c5c807 --- /dev/null +++ b/applications/luci-app-samba/po/no/samba.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Allow guests" +msgstr "Tillat gjester" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "Tillat systembrukere Ã¥ nÃ¥ sine hjemmekataloger via nettverks mapper." + +msgid "Allowed users" +msgstr "Tillatte brukere" + +msgid "Create mask" +msgstr "Opprett Maske" + +msgid "Description" +msgstr "Beskrivelse" + +msgid "Directory mask" +msgstr "Katalog maske" + +msgid "Edit Template" +msgstr "Rediger Mal" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Rediger malen som brukes til Ã¥ generere samba konfigurasjonen." + +msgid "General Settings" +msgstr "Generelle Innstillinger" + +msgid "Hostname" +msgstr "Vertsnavn" + +msgid "Mask for new directories" +msgstr "Maske for nye kataloger" + +msgid "Mask for new files" +msgstr "Maske for nye filer" + +msgid "Name" +msgstr "Navn" + +msgid "Network Shares" +msgstr "Nettverks Mapper" + +msgid "Path" +msgstr "Fysisk bane" + +msgid "Read-only" +msgstr "Skrivebeskyttet" + +msgid "Share home-directories" +msgstr "Del Hjemmekataloger" + +msgid "Shared Directories" +msgstr "Delte Kataloger" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Dette er innholdet av filen '/etc/samba/smb.conf.template' som din samba " +"konfigurasjon vil bli generert fra. Verdier omsluttet av ('|') bør ikke " +"endres. De fÃ¥r sine verdier fra 'Generelle Innstillinger' fanen." + +msgid "Workgroup" +msgstr "Arbeidsgruppe" diff --git a/applications/luci-app-samba/po/pl/samba.po b/applications/luci-app-samba/po/pl/samba.po new file mode 100644 index 0000000..7482622 --- /dev/null +++ b/applications/luci-app-samba/po/pl/samba.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-08-26 09:51+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Zezwalaj GoÅ›ciom" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Użytkownicy systemu mogÄ… dostać siÄ™ do swoich katalogów domowych za " +"poÅ›rednictwem udziałów sieciowych." + +msgid "Allowed users" +msgstr "Użytkownicy z prawem dostÄ™pu" + +msgid "Create mask" +msgstr "Utwórz maskÄ™" + +msgid "Description" +msgstr "Opis" + +msgid "Directory mask" +msgstr "Maska katalogu" + +msgid "Edit Template" +msgstr "Edytuj szablon" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Edytuj szablon, który jest używany do generowania konfiguracji samby." + +msgid "General Settings" +msgstr "Ustawienia ogólne" + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "Mask for new directories" +msgstr "Maska dla nowych katalogów" + +msgid "Mask for new files" +msgstr "Maska dla nowych plików" + +msgid "Name" +msgstr "Nazwa" + +msgid "Network Shares" +msgstr "UdziaÅ‚y sieciowe" + +msgid "Path" +msgstr "Åšcieżka" + +msgid "Read-only" +msgstr "Tylko do odczytu" + +msgid "Share home-directories" +msgstr "UdostÄ™pniaj katalogi domowe" + +msgid "Shared Directories" +msgstr "UdostÄ™pniane katalogi" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"To jest zawartość pliku '/etc/samba/smb.conf.template\", na podstawie " +"którego zostanie wygenerowana konfiguracja samby. WartoÅ›ci otoczone symbolem " +"kreski pionowej ('|') nie powinny być zmieniane. WartoÅ›ci ich zostanÄ… " +"pobrane z zakÅ‚adki \"Ustawienia ogólne\"." + +msgid "Workgroup" +msgstr "Grupa robocza" diff --git a/applications/luci-app-samba/po/pt-br/samba.po b/applications/luci-app-samba/po/pt-br/samba.po new file mode 100644 index 0000000..a753152 --- /dev/null +++ b/applications/luci-app-samba/po/pt-br/samba.po @@ -0,0 +1,93 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2013-04-06 22:54+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "Permitir convidados" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Usuários do sistema poderão acessar seu diretório home através dos " +"compartilhamentos de rede" + +msgid "Allowed users" +msgstr "Usuários permitidos" + +msgid "Create mask" +msgstr "Máscara de criação" + +msgid "Description" +msgstr "Descrição" + +msgid "Directory mask" +msgstr "Máscara do diretório" + +msgid "Edit Template" +msgstr "Editar modelo" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Edita o modelo que é usado para gerar a configuração do samba." + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "Hostname" +msgstr "Nome do equipamento" + +msgid "Mask for new directories" +msgstr "Máscara para novos diretórios" + +msgid "Mask for new files" +msgstr "Máscara para novos arquivos" + +msgid "Name" +msgstr "Nome" + +msgid "Network Shares" +msgstr "Compartilhamentos de Rede" + +msgid "Path" +msgstr "Caminho" + +msgid "Read-only" +msgstr "Somente leitura" + +msgid "Share home-directories" +msgstr "Compartilhar diretórios home" + +msgid "Shared Directories" +msgstr "Diretórios Compartilhados" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Este é o conteúdo do arquivo '/etc/samba/smb.conf.template' a partir do qual " +"sua configuração do samba será gerada. Valores entre simbolos de pipe ('|') " +"não devem ser alterados. Estes valores serão obtidos a partir da aba " +"'Configurações Gerais'." + +msgid "Workgroup" +msgstr "Grupo de trabalho" + +#~ msgid "Shared Directory" +#~ msgstr "Diretório Compartilhado" + +#~ msgid "Physical Path" +#~ msgstr "Caminho Físico" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba/po/pt/samba.po b/applications/luci-app-samba/po/pt/samba.po new file mode 100644 index 0000000..4c5a2cd --- /dev/null +++ b/applications/luci-app-samba/po/pt/samba.po @@ -0,0 +1,93 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-05-01 01:13+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "Permitir Convidados" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Utilizadores do sistema poderão aceder ao seu directório home através das " +"partilhas de rede." + +msgid "Allowed users" +msgstr "Utilizadores Permitidos" + +msgid "Create mask" +msgstr "Criar Máscara" + +msgid "Description" +msgstr "Descrição" + +msgid "Directory mask" +msgstr "Máscara do Directório" + +msgid "Edit Template" +msgstr "Editar Template" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Editar a template que é utilizada para gerar a configuração samba" + +msgid "General Settings" +msgstr "Definições Gerais" + +msgid "Hostname" +msgstr "Nome do host" + +msgid "Mask for new directories" +msgstr "Máscara para novos directórios" + +msgid "Mask for new files" +msgstr "Máscara para novos ficheiros" + +msgid "Name" +msgstr "Nome" + +msgid "Network Shares" +msgstr "Partilhas da Rede" + +msgid "Path" +msgstr "Caminho" + +msgid "Read-only" +msgstr "Apenas Leitura" + +msgid "Share home-directories" +msgstr "Partilha de directórios home" + +msgid "Shared Directories" +msgstr "Directórios Partilhados" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Isto é o conteúdo do ficheiro 'etc/samba/smb.conf.template' a partir do qual " +"será gerado o ficheiro de configuração do samba. Os valores entre o símbolo " +"| não devem ser alterados. Eles recebem os valores do separador 'Definições " +"Gerais'." + +msgid "Workgroup" +msgstr "Grupo de trabalho" + +#~ msgid "Shared Directory" +#~ msgstr "Diretório Compartilhado" + +#~ msgid "Physical Path" +#~ msgstr "Caminho Físico" + +#~ msgid "optional" +#~ msgstr "opcional" diff --git a/applications/luci-app-samba/po/ro/samba.po b/applications/luci-app-samba/po/ro/samba.po new file mode 100644 index 0000000..4bc3415 --- /dev/null +++ b/applications/luci-app-samba/po/ro/samba.po @@ -0,0 +1,82 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 17:16+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Permite oaspeti" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Permite utilizatorii de sistem sa acceseze directoarele lor peste " +"partajarile de retea" + +msgid "Allowed users" +msgstr "Utilizatori acceptati" + +msgid "Create mask" +msgstr "Creaza masca" + +msgid "Description" +msgstr "Descriere" + +msgid "Directory mask" +msgstr "Masca director" + +msgid "Edit Template" +msgstr "Editeaza sablon" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Editeaza sablonul care e folosit pentru generarea configuratiei samba." + +msgid "General Settings" +msgstr "Setari generale" + +msgid "Hostname" +msgstr "Numele de host" + +msgid "Mask for new directories" +msgstr "Masca pentru directoarele noi" + +msgid "Mask for new files" +msgstr "Masca pentru fisierele noi" + +msgid "Name" +msgstr "Nume" + +msgid "Network Shares" +msgstr "Partajari pe retea" + +msgid "Path" +msgstr "Cale" + +msgid "Read-only" +msgstr "Doar citire" + +msgid "Share home-directories" +msgstr "Partajeaza directoarele proprii" + +msgid "Shared Directories" +msgstr "Directoare partajate" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Acesta este continutul fisierului '/etc/samba/smb.conf.template' din care se " +"genereaza configuratia samba. Valorile dintre liniuta verticala ('|') n-ar " +"trebui schimbate, ele iau valorile direct din tab-ul de \"Setari generale\"." + +msgid "Workgroup" +msgstr "Workgroup" diff --git a/applications/luci-app-samba/po/ru/samba.po b/applications/luci-app-samba/po/ru/samba.po new file mode 100644 index 0000000..82906e3 --- /dev/null +++ b/applications/luci-app-samba/po/ru/samba.po @@ -0,0 +1,85 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: samba\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 13:48+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Allow guests" +msgstr "Разрешить гоÑтевой вход" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Разрешить пользователÑм получать доÑтуп к их домашним директориÑм через Ñеть" + +msgid "Allowed users" +msgstr "Разрешённые пользователи" + +msgid "Create mask" +msgstr "Создать маÑку" + +msgid "Description" +msgstr "ОпиÑание" + +msgid "Directory mask" +msgstr "МаÑка директории" + +msgid "Edit Template" +msgstr "Редактировать шаблон" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "Редактировать шаблон, иÑпользуемый Ð´Ð»Ñ Ð³ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ð¸ конфигурации samba." + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "Hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "Mask for new directories" +msgstr "МаÑка Ð´Ð»Ñ Ð½Ð¾Ð²Ñ‹Ñ… директорий" + +msgid "Mask for new files" +msgstr "МаÑка Ð´Ð»Ñ Ð½Ð¾Ð²Ñ‹Ñ… файлов" + +msgid "Name" +msgstr "ИмÑ" + +msgid "Network Shares" +msgstr "Сетевые реÑурÑÑ‹" + +msgid "Path" +msgstr "Путь" + +msgid "Read-only" +msgstr "Только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" + +msgid "Share home-directories" +msgstr "СовмеÑтно иÑпользовать домашние директории" + +msgid "Shared Directories" +msgstr "СовмеÑтно иÑпользуемые директории" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Это Ñодержимое файла '/etc/samba/smb.conf.template', из которого " +"генерируетÑÑ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ samba. ЗначениÑ, заключённые в Ñимволы \"|\", не " +"должны быть изменены. Они будут автоматичеÑки заменены на Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸Ð· " +"вкладки 'Общие наÑтройки'." + +msgid "Workgroup" +msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð°" diff --git a/applications/luci-app-samba/po/sk/samba.po b/applications/luci-app-samba/po/sk/samba.po new file mode 100644 index 0000000..66ec9e0 --- /dev/null +++ b/applications/luci-app-samba/po/sk/samba.po @@ -0,0 +1,73 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/sv/samba.po b/applications/luci-app-samba/po/sv/samba.po new file mode 100644 index 0000000..b19b6e3 --- /dev/null +++ b/applications/luci-app-samba/po/sv/samba.po @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/templates/samba.pot b/applications/luci-app-samba/po/templates/samba.pot new file mode 100644 index 0000000..d91400b --- /dev/null +++ b/applications/luci-app-samba/po/templates/samba.pot @@ -0,0 +1,66 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/tr/samba.po b/applications/luci-app-samba/po/tr/samba.po new file mode 100644 index 0000000..fda2f6e --- /dev/null +++ b/applications/luci-app-samba/po/tr/samba.po @@ -0,0 +1,73 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Allow guests" +msgstr "" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" + +msgid "Allowed users" +msgstr "" + +msgid "Create mask" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Directory mask" +msgstr "" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Mask for new directories" +msgstr "" + +msgid "Mask for new files" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Read-only" +msgstr "" + +msgid "Share home-directories" +msgstr "" + +msgid "Shared Directories" +msgstr "" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-samba/po/uk/samba.po b/applications/luci-app-samba/po/uk/samba.po new file mode 100644 index 0000000..6f2a920 --- /dev/null +++ b/applications/luci-app-samba/po/uk/samba.po @@ -0,0 +1,84 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 20:35+0200\n" +"Last-Translator: YuriPet \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Allow guests" +msgstr "Дозволити гоÑтьовий вхід" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Дозволити кориÑтувачам ÑиÑтеми доÑÑгати Ñвоїх домашніх каталогів через " +"загальні мережеві реÑурÑи" + +msgid "Allowed users" +msgstr "Дозволені кориÑтувачі" + +msgid "Create mask" +msgstr "Створити маÑку" + +msgid "Description" +msgstr "ОпиÑ" + +msgid "Directory mask" +msgstr "МаÑка каталогу" + +msgid "Edit Template" +msgstr "Редагувати шаблон" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" +"Редагувати шаблон, Ñкий викориÑтовуєтьÑÑ Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ— samba." + +msgid "General Settings" +msgstr "Загальні наÑтройки" + +msgid "Hostname" +msgstr "Ðазва (ім'Ñ) вузла" + +msgid "Mask for new directories" +msgstr "МаÑка Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… каталогів" + +msgid "Mask for new files" +msgstr "МаÑка Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… файлів" + +msgid "Name" +msgstr "Ім'Ñ" + +msgid "Network Shares" +msgstr "Загальні мережеві реÑурÑи" + +msgid "Path" +msgstr "ШлÑÑ…" + +msgid "Read-only" +msgstr "Тільки читаннÑ" + +msgid "Share home-directories" +msgstr "Спільно викориÑтовувати домашні каталоги" + +msgid "Shared Directories" +msgstr "Загальні каталоги" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Це вміÑÑ‚ файлу '/etc/samba/smb.conf.template', з Ñкого буде генеруватиÑÑ " +"ваша ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ samba. ЗначеннÑ, укладені в Ñимволи \"вертикальна риÑка" +"\" (\"|\") не повинні змінюватиÑÑ. Вони отримують Ñвої Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð· вкладки " +"\"Загальні налаштуваннÑ\"." + +msgid "Workgroup" +msgstr "Робоча група" diff --git a/applications/luci-app-samba/po/vi/samba.po b/applications/luci-app-samba/po/vi/samba.po new file mode 100644 index 0000000..4e5638d --- /dev/null +++ b/applications/luci-app-samba/po/vi/samba.po @@ -0,0 +1,96 @@ +# samba.pot +# generated from ./applications/luci-samba/luasrc/i18n/samba.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-13 03:54+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#, fuzzy +msgid "Allow guests" +msgstr "Cho phép khách" + +#, fuzzy +msgid "Allow system users to reach their home directories via network shares" +msgstr "" +"Những ngÆ°á»i sá»­ dụng hệ thống có thể tiếp cận những thÆ° mục tại nhà thông qua " +"mạng lÆ°á»›i chia sẻ trá»±c tuyến." + +#, fuzzy +msgid "Allowed users" +msgstr "NgÆ°á»i sá»­ dụng được cho phép" + +#, fuzzy +msgid "Create mask" +msgstr "Tạo Mask" + +msgid "Description" +msgstr "Mô tả" + +#, fuzzy +msgid "Directory mask" +msgstr "ThÆ° mục Mask" + +msgid "Edit Template" +msgstr "" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "tên máy chủ" + +msgid "Mask for new directories" +msgstr "Mask cho thÆ° mục má»›i" + +msgid "Mask for new files" +msgstr "Mask cho tập tin má»›i" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "Mạng chia sẻ" + +msgid "Path" +msgstr "" + +#, fuzzy +msgid "Read-only" +msgstr "Chỉ Ä‘á»c " + +msgid "Share home-directories" +msgstr "Chia sẻ danh bạ chính" + +msgid "Shared Directories" +msgstr "ThÆ° mục chia sẻ" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +msgid "Workgroup" +msgstr "Nhóm làm việc " + +#~ msgid "Shared Directory" +#~ msgstr "Äã chia sẻ thÆ° mục" + +#~ msgid "Physical Path" +#~ msgstr "ÄÆ°á»ng dẫn vật lý" + +#~ msgid "optional" +#~ msgstr "Tùy thích" diff --git a/applications/luci-app-samba/po/zh-cn/samba.po b/applications/luci-app-samba/po/zh-cn/samba.po new file mode 100644 index 0000000..4ff671b --- /dev/null +++ b/applications/luci-app-samba/po/zh-cn/samba.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-06-21 18:31+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "å…许匿å用户" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "å…许系统用户通过网络共享访问他们的主目录" + +msgid "Allowed users" +msgstr "å…许用户" + +msgid "Create mask" +msgstr "创建æƒé™" + +msgid "Description" +msgstr "æè¿°" + +msgid "Directory mask" +msgstr "目录æƒé™" + +msgid "Edit Template" +msgstr "编辑模æ¿" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "编辑用æ¥ç”Ÿæˆsamba设置的模æ¿" + +msgid "General Settings" +msgstr "基本设置" + +msgid "Hostname" +msgstr "主机å" + +msgid "Mask for new directories" +msgstr "新目录æƒé™" + +msgid "Mask for new files" +msgstr "新文件æƒé™" + +msgid "Name" +msgstr "共享å" + +msgid "Network Shares" +msgstr "网络共享" + +msgid "Path" +msgstr "目录" + +msgid "Read-only" +msgstr "åªè¯»" + +msgid "Share home-directories" +msgstr "共享主目录" + +msgid "Shared Directories" +msgstr "共享目录" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"创建samba设置的 \"/etc/samba/smb.conf.template\" 文件的内容。被通é“符|包围的" +"值å¯åœ¨åŸºæœ¬è®¾ç½®ä¸­è¿›è¡Œé…ç½®" + +msgid "Workgroup" +msgstr "工作组" + +#~ msgid "Physical Path" +#~ msgstr "物ç†è·¯å¾„" diff --git a/applications/luci-app-samba/po/zh-tw/samba.po b/applications/luci-app-samba/po/zh-tw/samba.po new file mode 100644 index 0000000..6ec99ee --- /dev/null +++ b/applications/luci-app-samba/po/zh-tw/samba.po @@ -0,0 +1,76 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-07 15:43+0200\n" +"Last-Translator: Ethan \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Allow guests" +msgstr "å…許匿å使用者" + +msgid "Allow system users to reach their home directories via network shares" +msgstr "å…許系統使用者é€éŽç¶²è·¯åˆ†äº«å®¶ç›®éŒ„" + +msgid "Allowed users" +msgstr "å…許使用者" + +msgid "Create mask" +msgstr "建立權é™" + +msgid "Description" +msgstr "æè¿°" + +msgid "Directory mask" +msgstr "目錄權é™" + +msgid "Edit Template" +msgstr "編輯樣版" + +msgid "Edit the template that is used for generating the samba configuration." +msgstr "編輯用來產生Samba設定的樣æ¿" + +msgid "General Settings" +msgstr "基本設定" + +msgid "Hostname" +msgstr "主機å稱" + +msgid "Mask for new directories" +msgstr "新目錄權é™" + +msgid "Mask for new files" +msgstr "新檔案權é™" + +msgid "Name" +msgstr "共用å稱" + +msgid "Network Shares" +msgstr "網路分享" + +msgid "Path" +msgstr "路徑" + +msgid "Read-only" +msgstr "唯讀" + +msgid "Share home-directories" +msgstr "分享家目錄" + +msgid "Shared Directories" +msgstr "分享目錄" + +msgid "" +"This is the content of the file '/etc/samba/smb.conf.template' from which " +"your samba configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "建立Samba設定的 \"/etc/samba/smb.conf.template\" 檔案內容。被('|')包åœçš„值å¯ä»¥åœ¨åŸºæœ¬è¨­å®šä¸­é€²è¡Œè¨­å®š" + +msgid "Workgroup" +msgstr "工作群組" diff --git a/applications/luci-app-shadowsocks-libev/Makefile b/applications/luci-app-shadowsocks-libev/Makefile new file mode 100644 index 0000000..848a5c8 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Shadowsocks-libev +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua b/applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua new file mode 100644 index 0000000..ae96816 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/luasrc/controller/shadowsocks-libev.lua @@ -0,0 +1,12 @@ +-- Copyright 2015 Jian Chang +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.shadowsocks-libev", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/shadowsocks-libev") then + return + end + + entry({"admin", "services", "shadowsocks-libev"}, cbi("shadowsocks-libev"), _("ShadowSocks-libev"), 74).dependent = true +end diff --git a/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev.lua b/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev.lua new file mode 100644 index 0000000..76435e2 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/luasrc/model/cbi/shadowsocks-libev.lua @@ -0,0 +1,156 @@ +-- Copyright 2015 Jian Chang +-- Licensed to the public under the Apache License 2.0. + +local m, s, o, e, a + +if luci.sys.call("pidof ss-redir >/dev/null") == 0 then + m = Map("shadowsocks-libev", translate("ShadowSocks-libev"), translate("ShadowSocks-libev is running")) +else + m = Map("shadowsocks-libev", translate("ShadowSocks-libev"), translate("ShadowSocks-libev is not running")) +end + +e = { + "table", + "rc4", + "rc4-md5", + "aes-128-cfb", + "aes-192-cfb", + "aes-256-cfb", + "bf-cfb", + "camellia-128-cfb", + "camellia-192-cfb", + "camellia-256-cfb", + "cast5-cfb", + "des-cfb", + "idea-cfb", + "rc2-cfb", + "seed-cfb", + "salsa20", + "chacha20", +} + +-- Global Setting +s = m:section(TypedSection, "shadowsocks-libev", translate("Global Setting")) +s.anonymous = true + +o = s:option(Flag, "enable", translate("Enable")) +o.default = 1 +o.rmempty = false + +o = s:option(Value, "server", translate("Server Address")) +o.datatype = "ipaddr" +o.rmempty = false + +o = s:option(Value, "server_port", translate("Server Port")) +o.datatype = "port" +o.rmempty = false + +o = s:option(Value, "local_port", translate("Local Port")) +o.datatype = "port" +o.default = 1080 +o.rmempty = false + +o = s:option(Value, "timeout", translate("Connection Timeout")) +o.datatype = "uinteger" +o.default = 60 +o.rmempty = false + +o = s:option(Value, "password", translate("Password")) +o.password = true +o.rmempty = false + +o = s:option(ListValue, "encrypt_method", translate("Encrypt Method")) +for i,v in ipairs(e) do + o:value(v) +end +o.rmempty = false + +o = s:option(Value, "ignore_list", translate("Ignore List")) +o:value("/dev/null", translate("Disabled")) +o.default = "/dev/null" +o.rmempty = false + +-- UDP Relay +s = m:section(TypedSection, "shadowsocks-libev", translate("UDP Relay")) +s.anonymous = true + +o = s:option(ListValue, "udp_mode", translate("Relay Mode")) +o:value("0", translate("Disabled")) +o:value("1", translate("Enabled")) +o:value("2", translate("Custom")) +o.default = 0 +o.rmempty = false + +o = s:option(Value, "udp_server", translate("Server Address")) +o.datatype = "ipaddr" +o:depends("udp_mode", 2) + +o = s:option(Value, "udp_server_port", translate("Server Port")) +o.datatype = "port" +o:depends("udp_mode", 2) + +o = s:option(Value, "udp_local_port", translate("Local Port")) +o.datatype = "port" +o.default = 1081 +o:depends("udp_mode", 2) + +o = s:option(Value, "udp_timeout", translate("Connection Timeout")) +o.datatype = "uinteger" +o.default = 60 +o:depends("udp_mode", 2) + +o = s:option(Value, "udp_password", translate("Password")) +o.password = true +o:depends("udp_mode", 2) + +o = s:option(ListValue, "udp_encrypt_method", translate("Encrypt Method")) +for i,v in ipairs(e) do + o:value(v) +end +o:depends("udp_mode", 2) + +-- UDP Forward +s = m:section(TypedSection, "shadowsocks-libev", translate("UDP Forward")) +s.anonymous = true + +o = s:option(Flag, "tunnel_enable", translate("Enable")) +o.default = 1 +o.rmempty = false + +o = s:option(Value, "tunnel_port", translate("UDP Local Port")) +o.datatype = "port" +o.default = 5300 + +o = s:option(Value, "tunnel_forward", translate("Forwarding Tunnel")) +o.default = "8.8.4.4:53" + +-- Access Control +s = m:section(TypedSection, "shadowsocks-libev", translate("Access Control")) +s.anonymous = true + +s:tab("lan_ac", translate("LAN")) + +o = s:taboption("lan_ac", ListValue, "lan_ac_mode", translate("Access Control")) +o:value("0", translate("Disabled")) +o:value("1", translate("Allow listed only")) +o:value("2", translate("Allow all except listed")) +o.default = 0 +o.rmempty = false + +a = luci.sys.net.arptable() or {} + +o = s:taboption("lan_ac", DynamicList, "lan_ac_ip", translate("LAN IP List")) +o.datatype = "ipaddr" +for i,v in ipairs(a) do + o:value(v["IP address"]) +end + +s:tab("wan_ac", translate("WAN")) + +o = s:taboption("wan_ac", DynamicList, "wan_bp_ip", translate("Bypassed IP")) +o.datatype = "ip4addr" + +o = s:taboption("wan_ac", DynamicList, "wan_fw_ip", translate("Forwarded IP")) +o.datatype = "ip4addr" + +return m diff --git a/applications/luci-app-shadowsocks-libev/po/templates/shadowsocks-libev.pot b/applications/luci-app-shadowsocks-libev/po/templates/shadowsocks-libev.pot new file mode 100644 index 0000000..81bbcb7 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/po/templates/shadowsocks-libev.pot @@ -0,0 +1,86 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Access Control" +msgstr "" + +msgid "Allow all except listed" +msgstr "" + +msgid "Allow listed only" +msgstr "" + +msgid "Bypassed IP" +msgstr "" + +msgid "Connection Timeout" +msgstr "" + +msgid "Custom" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encrypt Method" +msgstr "" + +msgid "Forwarded IP" +msgstr "" + +msgid "Forwarding Tunnel" +msgstr "" + +msgid "Global Setting" +msgstr "" + +msgid "Ignore List" +msgstr "" + +msgid "LAN" +msgstr "" + +msgid "LAN IP List" +msgstr "" + +msgid "Local Port" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Relay Mode" +msgstr "" + +msgid "Server Address" +msgstr "" + +msgid "Server Port" +msgstr "" + +msgid "ShadowSocks-libev" +msgstr "" + +msgid "ShadowSocks-libev is not running" +msgstr "" + +msgid "ShadowSocks-libev is running" +msgstr "" + +msgid "UDP Forward" +msgstr "" + +msgid "UDP Local Port" +msgstr "" + +msgid "UDP Relay" +msgstr "" + +msgid "WAN" +msgstr "" diff --git a/applications/luci-app-shadowsocks-libev/po/zh-cn/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/zh-cn/shadowsocks-libev.po new file mode 100644 index 0000000..f86eee7 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/po/zh-cn/shadowsocks-libev.po @@ -0,0 +1,97 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-11-12 14:12+0800\n" +"PO-Revision-Date: 2015-07-02 14:26+0800\n" +"Last-Translator: Jian Chang \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Access Control" +msgstr "访问控制" + +msgid "Allow all except listed" +msgstr "ä»…å…许列表外" + +msgid "Allow listed only" +msgstr "ä»…å…许列表内" + +msgid "Bypassed IP" +msgstr "被忽略的IP" + +msgid "Connection Timeout" +msgstr "连接超时" + +msgid "Custom" +msgstr "自定义" + +msgid "Disabled" +msgstr "å·²ç¦ç”¨" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "Enabled" +msgstr "å·²å¯ç”¨" + +msgid "Encrypt Method" +msgstr "加密方å¼" + +msgid "Forwarded IP" +msgstr "走代ç†çš„IP" + +msgid "Forwarding Tunnel" +msgstr "UDP转å‘地å€" + +msgid "Global Setting" +msgstr "全局设置" + +msgid "Ignore List" +msgstr "忽略列表" + +msgid "LAN" +msgstr "" + +msgid "LAN IP List" +msgstr "内网IP列表" + +msgid "Local Port" +msgstr "本地端å£" + +msgid "Password" +msgstr "密ç " + +msgid "Relay Mode" +msgstr "中继模å¼" + +msgid "Server Address" +msgstr "æœåŠ¡å™¨åœ°å€" + +msgid "Server Port" +msgstr "æœåŠ¡å™¨ç«¯å£" + +msgid "ShadowSocks-libev" +msgstr "ShadowSocks-libev" + +msgid "ShadowSocks-libev is not running" +msgstr "ShadowSocks-libev 未è¿è¡Œ" + +msgid "ShadowSocks-libev is running" +msgstr "ShadowSocks-libev è¿è¡Œä¸­" + +msgid "UDP Forward" +msgstr "UDP转å‘" + +msgid "UDP Local Port" +msgstr "UDP本地端å£" + +msgid "UDP Relay" +msgstr "UDP中继" + +msgid "WAN" +msgstr "" diff --git a/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/luci-shadowsocks-libev b/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/luci-shadowsocks-libev new file mode 100644 index 0000000..6f30fa7 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/luci-shadowsocks-libev @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@shadowsocks-libev[-1] + add ucitrack shadowsocks-libev + set ucitrack.@shadowsocks-libev[-1].init=shadowsocks-libev + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-shairplay/Makefile b/applications/luci-app-shairplay/Makefile new file mode 100644 index 0000000..dcc0611 --- /dev/null +++ b/applications/luci-app-shairplay/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Shairplay +LUCI_DEPENDS:=+shairplay + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-shairplay/luasrc/controller/shairplay.lua b/applications/luci-app-shairplay/luasrc/controller/shairplay.lua new file mode 100644 index 0000000..d322301 --- /dev/null +++ b/applications/luci-app-shairplay/luasrc/controller/shairplay.lua @@ -0,0 +1,14 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.shairplay", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/shairplay") then + return + end + + local page = entry({"admin", "services", "shairplay"}, cbi("shairplay"), _("Shairplay")) + page.dependent = true + +end diff --git a/applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua b/applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua new file mode 100644 index 0000000..4e078d7 --- /dev/null +++ b/applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua @@ -0,0 +1,65 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +m = Map("shairplay", "Shairplay", translate("Shairplay is a simple AirPlay server implementation, here you can configure the settings.")) + +s = m:section(TypedSection, "shairplay", "") +s.addremove = true +s.anonymous = false + +enable=s:option(Flag, "disabled", translate("Enabled")) +enable.enabled="0" +enable.disabled="1" +enable.default = "1" +enable.rmempty = false +respawn=s:option(Flag, "respawn", translate("Respawn")) +respawn.default = false + +apname = s:option(Value, "apname", translate("Airport Name")) +apname.rmempty = true + +port=s:option(Value, "port", translate("Port")) +port.rmempty = true +port.datatype = "port" + +pw = s:option(Value, "password", translate("Password")) +pw.rmempty = true +pw.password = true + +hwaddr=s:option(Value, "hwaddr", translate("HW Address")) +hwaddr.rmempty = true +hwaddr.datatype = "macaddr" + +ao_driver=s:option(ListValue, "ao_driver", translate("AO Driver")) +ao_driver:value("", translate("Default")) +ao_driver:value("alsa") +--ao_driver:value("alsa05") +--ao_driver:value("arts") +--ao_driver:value("esd") +--ao_driver:value("irix") +--ao_driver:value("nas") +ao_driver:value("oss") +--ao_driver:value("sun") + +ao_devicename=s:option(Value, "ao_devicename", translate("AO Device Name")) +ao_devicename.rmempty = true + +ao_deviceid = s:option(ListValue, "ao_deviceid", translate("AO Device ID")) +ao_deviceid.rmempty = true +ao_deviceid:value("", translate("Default")) +local pats = io.popen("find /proc/asound/ -type d -name 'card*' | sort") +if pats then + local l + while true do + l = pats:read("*l") + if not l then break end + + l = string.gsub(l, "/proc/asound/card", "") + if l then + ao_deviceid:value(l) + end + end + pats:close() +end + +return m diff --git a/applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay b/applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay new file mode 100644 index 0000000..efc8a89 --- /dev/null +++ b/applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay @@ -0,0 +1,12 @@ +#!/bin/sh + +# needed for "Save and Apply" to restart shairplay +uci -q batch <<-EOF >/dev/null + delete ucitrack.@shairplay[-1] + add ucitrack shairplay + set ucitrack.@shairplay[-1].init="shairplay" + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-shairport/Makefile b/applications/luci-app-shairport/Makefile new file mode 100644 index 0000000..f174ef4 --- /dev/null +++ b/applications/luci-app-shairport/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Shairport +LUCI_DEPENDS:=+shairport + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-shairport/luasrc/controller/shairport.lua b/applications/luci-app-shairport/luasrc/controller/shairport.lua new file mode 100644 index 0000000..b31b64e --- /dev/null +++ b/applications/luci-app-shairport/luasrc/controller/shairport.lua @@ -0,0 +1,14 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.shairport", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/shairport") then + return + end + + local page = entry({"admin", "services", "shairport"}, cbi("shairport"), _("Shairport")) + page.dependent = true + +end diff --git a/applications/luci-app-shairport/luasrc/model/cbi/shairport.lua b/applications/luci-app-shairport/luasrc/model/cbi/shairport.lua new file mode 100644 index 0000000..d3c2a25 --- /dev/null +++ b/applications/luci-app-shairport/luasrc/model/cbi/shairport.lua @@ -0,0 +1,161 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +m = Map("shairport", "Shairport", translate("Shairport is a simple AirPlay server implementation, here you can configure the settings.")) + +s = m:section(TypedSection, "shairport", "") +s.addremove = true +s.anonymous = false + +enable=s:option(Flag, "disabled", translate("Enabled")) +enable.enabled="0" +enable.disabled="1" +enable.default = "1" +enable.rmempty = false +respawn=s:option(Flag, "respawn", translate("Respawn")) +respawn.default = false + +bname = s:option(Value, "bname", translate("Airport Name")) +bname.rmempty = true + +pw = s:option(Value, "password", translate("Password")) +pw.rmempty = true +pw.password = true + +port=s:option(Value, "port", translate("Port")) +port.rmempty = true +port.datatype = "port" + +buffer=s:option(Value, "buffer", translate("Buffer fill")) +buffer.rmempty = true +buffer.datatype = "uinteger" + +log_file=s:option(Value, "log_file", translate("Log file")) +log_file.rmempty = true +--log_file.datatype = "file" + +err_file=s:option(Value, "err_file", translate("Error file")) +err_file.rmempty = true +--err_file.datatype = "file" + +meta_dir=s:option(Value, "meta_dir", translate("Metadata directory")) +meta_dir.rmempty = true +meta_dir.datatype = "directory" + +cmd_start=s:option(Value, "cmd_start", translate("Command when playback begins")) +cmd_start.rmempty = true + +cmd_stop=s:option(Value, "cmd_stop", translate("Command when playback ends")) +cmd_stop.rmempty = true + +cmd_wait=s:option(Flag, "cmd_wait", translate("Block while the commands run")) +cmd_wait.default = false + +mdns=s:option(ListValue, "mdns", translate("mDNS")) +mdns.rmempty = true +mdns:value("", translate("Default")) +mdns:value("avahi") +mdns:value("dns_sd") +mdns:value("external_avahi") +mdns:value("external_dns_sd") +mdns:value("tinysvcmdns") + +audio_output=s:option(ListValue, "audio_output", translate("Audio output")) +audio_output.rmempty = true +audio_output:value("", translate("Default")) +audio_output:value("alsa") +audio_output:value("ao") +audio_output:value("dummy") +audio_output:value("pulse") +audio_output:value("pipe") + +-- alsa output -- +output_dev=s:option(Value, "output_dev", translate("Output device")) +output_dev.rmempty = true +output_dev:depends("audio_output", "alsa") + +mixer_dev=s:option(Value, "mixer_dev", translate("Mixer device")) +mixer_dev.rmempty = true +mixer_dev:depends("audio_output", "alsa") + +mixer_type=s:option(ListValue, "mixer_type", translate("Mixer type")) +mixer_type.rmempty = true +mixer_type:value("", translate("Default")) +mixer_type:value("software") +mixer_type:value("hardware") +mixer_type:depends("audio_output", "alsa") + +mixer_control=s:option(Value, "mixer_control", translate("Mixer control")) +mixer_control.rmempty = true +mixer_control:depends("audio_output", "alsa") + +mixer_index = s:option(ListValue, "mixer_index", translate("Mixer index")) +mixer_index.rmempty = true +mixer_index:depends("audio_output", "alsa") +mixer_index:value("", translate("Default")) +local pats = io.popen("find /proc/asound/ -type d -name 'card*' | sort") +if pats then + local l + while true do + l = pats:read("*l") + if not l then break end + + l = string.gsub(l, "/proc/asound/card", "") + if l then + mixer_index:value(l) + end + end + pats:close() +end + +-- ao output -- +ao_driver=s:option(Value, "ao_driver", translate("AO driver")) +ao_driver.rmempty = true +ao_driver:depends("audio_output", "ao") + +ao_name=s:option(Value, "ao_name", translate("AO name")) +ao_name.rmempty = true +ao_name:depends("audio_output", "ao") + +ao_id = s:option(ListValue, "ao_id", translate("AO id")) +ao_id.rmempty = true +ao_id:depends("audio_output", "ao") +ao_id:value("", translate("Default")) +local pats = io.popen("find /proc/asound/ -type d -name 'card*' | sort") +if pats then + local l + while true do + l = pats:read("*l") + if not l then break end + + l = string.gsub(l, "/proc/asound/card", "") + if l then + ao_id:value(l) + end + end + pats:close() +end + +ao_options=s:option(Value, "ao_options", translate("AO options")) +ao_options.rmempty = true +ao_options:depends("audio_output", "ao") + +-- pipe output -- +output_fifo=s:option(Value, "output_fifo", translate("Output FIFO")) +output_fifo.rmempty = true +output_fifo:depends("audio_output", "pipe") + +-- pulse output -- +pulse_server=s:option(Value, "pulse_server", translate("Pulse server")) +pulse_server.rmempty = true +pulse_server:depends("audio_output", "pulse") + +pulse_sink=s:option(Value, "pulse_sink", translate("Pulse sink")) +pulse_sink.rmempty = true +pulse_sink:depends("audio_output", "pulse") + +pulse_appname=s:option(Value, "pulse_appname", translate("Pulse application name")) +pulse_appname.rmempty = true +pulse_appname:depends("audio_output", "pulse") + +return m diff --git a/applications/luci-app-shairport/root/etc/uci-defaults/luci-shairport b/applications/luci-app-shairport/root/etc/uci-defaults/luci-shairport new file mode 100644 index 0000000..be9412b --- /dev/null +++ b/applications/luci-app-shairport/root/etc/uci-defaults/luci-shairport @@ -0,0 +1,12 @@ +#!/bin/sh + +# needed for "Save and Apply" to restart shairport +uci -q batch <<-EOF >/dev/null + delete ucitrack.@shairport[-1] + add ucitrack shairport + set ucitrack.@shairport[-1].init="shairport" + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-siitwizard/Makefile b/applications/luci-app-siitwizard/Makefile new file mode 100644 index 0000000..e8a8e55 --- /dev/null +++ b/applications/luci-app-siitwizard/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=SIIT IPv4-over-IPv6 configuration wizard +LUCI_DEPENDS:=+kmod-siit + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua new file mode 100644 index 0000000..4d1c140 --- /dev/null +++ b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua @@ -0,0 +1,9 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module "luci.controller.siitwizard" + +function index() + entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99) +end diff --git a/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua new file mode 100644 index 0000000..0d73832 --- /dev/null +++ b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua @@ -0,0 +1,373 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008-2015 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local uci = require "luci.model.uci".cursor() +local bit = require "nixio".bit +local ip = require "luci.ip" + +-------------------- Init -------------------- + +-- +-- Find link-local address +-- +function find_ll() + local _, r + for _, r in ipairs(ip.routes({ family = 6, dest = "fe80::/64" })) do + if r.dest:higher("fe80:0:0:0:ff:fe00:0:0") then + return (r.dest - "fe80::") + end + end + return ip.IPv6("::") +end + +-- +-- Determine defaults +-- +local ula_prefix = uci:get("siit", "ipv6", "ula_prefix") or "fd00::" +local ula_global = uci:get("siit", "ipv6", "ula_global") or "00ca:ffee:babe::" -- = Freifunk +local ula_subnet = uci:get("siit", "ipv6", "ula_subnet") or "0000:0000:0000:4223::" -- = Berlin +local siit_prefix = uci:get("siit", "ipv6", "siit_prefix") or "::ffff:0000:0000" +local ipv4_pool = uci:get("siit", "ipv4", "pool") or "172.16.0.0/12" +local ipv4_netsz = uci:get("siit", "ipv4", "netsize") or "24" + +-- +-- Find IPv4 allocation pool +-- +local gv4_net = ip.IPv4(ipv4_pool) + +-- +-- Generate ULA +-- +local ula = ip.IPv6("::/64") + +for _, prefix in ipairs({ ula_prefix, ula_global, ula_subnet }) do + ula = ula:add(ip.IPv6(prefix)) +end + +ula = ula:add(find_ll()) + + +-------------------- View -------------------- +f = SimpleForm("siitwizward", "SIIT-Wizzard", + "This wizzard helps to setup SIIT (IPv4-over-IPv6) translation according to RFC2765.") + +f:field(DummyValue, "info_ula", "Mesh ULA address").value = ula:string() + +f:field(DummyValue, "ipv4_pool", "IPv4 allocation pool").value = + "%s (%i hosts)" %{ gv4_net:string(), 2 ^ ( 32 - gv4_net:prefix() ) - 2 } + +f:field(DummyValue, "ipv4_size", "IPv4 LAN network prefix").value = + "%i bit (%i hosts)" %{ ipv4_netsz, 2 ^ ( 32 - ipv4_netsz ) - 2 } + +mode = f:field(ListValue, "mode", "Operation mode") +mode:value("client", "Client") +mode:value("gateway", "Gateway") + +dev = f:field(ListValue, "device", "Wireless device") +uci:foreach("wireless", "wifi-device", + function(section) + dev:value(section[".name"]) + end) + +lanip = f:field(Value, "ipaddr", "LAN IPv4 subnet") +function lanip.formvalue(self, section) + local val = self.map:formvalue(self:cbid(section)) + local net = ip.IPv4("%s/%i" %{ val, ipv4_netsz }) + + if net then + if gv4_net:contains(net) then + if not net:minhost():equal(net:host()) then + self.error = { [section] = true } + f.errmessage = "IPv4 address is not the first host of " .. + "subnet, expected " .. net:minhost():string() + end + else + self.error = { [section] = true } + f.errmessage = "IPv4 address is not within the allocation pool" + end + else + self.error = { [section] = true } + f.errmessage = "Invalid IPv4 address given" + end + + return val +end + +dns = f:field(Value, "dns", "DNS server for LAN clients") +dns.value = "141.1.1.1" + +-------------------- Control -------------------- +function f.handle(self, state, data) + if state == FORM_VALID then + luci.http.redirect(luci.dispatcher.build_url("admin", "uci", "changes")) + return false + end + return true +end + +function mode.write(self, section, value) + + -- + -- Find LAN IPv4 range + -- + local lan_net = ip.IPv4( + ( lanip:formvalue(section) or "172.16.0.1" ) .. "/" .. ipv4_netsz + ) + + if not lan_net then return end + + -- + -- Find wifi interface, dns server and hostname + -- + local device = dev:formvalue(section) + local dns_server = dns:formvalue(section) or "141.1.1.1" + local hostname = "siit-" .. lan_net:host():string():gsub("%.","-") + + -- + -- Configure wifi device + -- + local wifi_device = dev:formvalue(section) + local wifi_essid = uci:get("siit", "wifi", "essid") or "6mesh.freifunk.net" + local wifi_bssid = uci:get("siit", "wifi", "bssid") or "02:ca:ff:ee:ba:be" + local wifi_channel = uci:get("siit", "wifi", "channel") or "1" + + -- nuke old device definition + uci:delete_all("wireless", "wifi-iface", + function(s) return s.device == wifi_device end ) + + uci:delete_all("network", "interface", + function(s) return s['.name'] == wifi_device end ) + + -- create wifi device definition + uci:tset("wireless", wifi_device, { + disabled = 0, + channel = wifi_channel, +-- txantenna = 1, +-- rxantenna = 1, +-- diversity = 0 + }) + + uci:section("wireless", "wifi-iface", nil, { + encryption = "none", + mode = "adhoc", + txpower = 10, + sw_merge = 1, + network = wifi_device, + device = wifi_device, + ssid = wifi_essid, + bssid = wifi_bssid, + }) + + -- + -- Gateway mode + -- + -- * wan port is dhcp, lan port is 172.23.1.1/24 + -- * siit0 gets a dummy address: 169.254.42.42 + -- * wl0 gets an ipv6 address, in this case the fdca:ffee:babe::1:1/64 + -- * we do a ::ffff:ffff:0/96 route into siit0, so everything from 6mesh goes into translation. + -- * an HNA6 of ::ffff:ffff:0:0/96 announces the mapped 0.0.0.0/0 ipv4 space. + -- * MTU on WAN, LAN down to 1400, ipv6 headers are slighly larger. + + if value == "gateway" then + + -- wan mtu + uci:set("network", "wan", "mtu", 1240) + + -- lan settings + uci:tset("network", "lan", { + mtu = 1240, + ipaddr = lan_net:host():string(), + netmask = lan_net:mask():string(), + proto = "static" + }) + + -- use full siit subnet + siit_route = ip.IPv6(siit_prefix .. "/96") + + -- v4 <-> siit route + uci:delete_all("network", "route", + function(s) return s.interface == "siit0" end) + + uci:section("network", "route", nil, { + interface = "siit0", + target = gv4_net:network():string(), + netmask = gv4_net:mask():string() + }) + + -- + -- Client mode + -- + -- * 172.23.2.1/24 on its lan, fdca:ffee:babe::1:2 on wl0 and the usual dummy address on siit0. + -- * we do a ::ffff:ffff:172.13.2.0/120 to siit0, because in this case, only traffic directed to clients needs to go into translation. + -- * same route as HNA6 announcement to catch the traffic out of the mesh. + -- * Also, MTU on LAN reduced to 1400. + + else + + -- lan settings + uci:tset("network", "lan", { + mtu = 1240, + ipaddr = lan_net:host():string(), + netmask = lan_net:mask():string() + }) + + -- derive siit subnet from lan config + siit_route = ip.IPv6( + siit_prefix .. "/" .. (96 + lan_net:prefix()) + ):add(lan_net[2]) + + -- ipv4 <-> siit route + uci:delete_all("network", "route", + function(s) return s.interface == "siit0" end) + + -- XXX: kind of a catch all, gv4_net would be better + -- but does not cover non-local v4 space + uci:section("network", "route", nil, { + interface = "siit0", + target = "0.0.0.0", + netmask = "0.0.0.0" + }) + end + + -- setup the firewall + uci:delete_all("firewall", "zone", + function(s) return ( + s['.name'] == "siit0" or s.name == "siit0" or + s.network == "siit0" or s['.name'] == wifi_device or + s.name == wifi_device or s.network == wifi_device + ) end) + + uci:delete_all("firewall", "forwarding", + function(s) return ( + s.src == wifi_device and s.dest == "siit0" or + s.dest == wifi_device and s.src == "siit0" or + s.src == "lan" and s.dest == "siit0" or + s.dest == "lan" and s.src == "siit0" + ) end) + + uci:section("firewall", "zone", "siit0", { + name = "siit0", + network = "siit0", + input = "ACCEPT", + output = "ACCEPT", + forward = "ACCEPT" + }) + + uci:section("firewall", "zone", wifi_device, { + name = wifi_device, + network = wifi_device, + input = "ACCEPT", + output = "ACCEPT", + forward = "ACCEPT" + }) + + uci:section("firewall", "forwarding", nil, { + src = wifi_device, + dest = "siit0" + }) + + uci:section("firewall", "forwarding", nil, { + src = "siit0", + dest = wifi_device + }) + + uci:section("firewall", "forwarding", nil, { + src = "lan", + dest = "siit0" + }) + + uci:section("firewall", "forwarding", nil, { + src = "siit0", + dest = "lan" + }) + + -- firewall include + uci:delete_all("firewall", "include", + function(s) return s.path == "/etc/firewall.user" end) + + uci:section("firewall", "include", nil, { + path = "/etc/firewall.user" + }) + + + -- siit0 interface + uci:delete_all("network", "interface", + function(s) return ( s.ifname == "siit0" ) end) + + uci:section("network", "interface", "siit0", { + ifname = "siit0", + proto = "none" + }) + + -- siit0 route + uci:delete_all("network", "route6", + function(s) return siit_route:contains(ip.IPv6(s.target)) end) + + uci:section("network", "route6", nil, { + interface = "siit0", + target = siit_route:string() + }) + + -- create wifi network interface + uci:section("network", "interface", wifi_device, { + proto = "static", + mtu = 1400, + ip6addr = ula:string() + }) + + -- nuke old olsrd interfaces + uci:delete_all("olsrd", "Interface", + function(s) return s.interface == wifi_device end) + + -- configure olsrd interface + uci:foreach("olsrd", "olsrd", + function(s) uci:set("olsrd", s['.name'], "IpVersion", 6) end) + + uci:section("olsrd", "Interface", nil, { + ignore = 0, + interface = wifi_device, + Ip6AddrType = "unique-local" + }) + + -- hna6 + uci:delete_all("olsrd", "Hna6", + function(s) return true end) + + uci:section("olsrd", "Hna6", nil, { + netaddr = siit_route:host():string(), + prefix = siit_route:prefix() + }) + + -- txtinfo v6 & olsrd nameservice + uci:foreach("olsrd", "LoadPlugin", + function(s) + if s.library == "olsrd_txtinfo.so.0.1" then + uci:set("olsrd", s['.name'], "accept", "::1") + elseif s.library == "olsrd_nameservice.so.0.3" then + uci:set("olsrd", s['.name'], "name", hostname) + end + end) + + -- lan dns + uci:tset("dhcp", "lan", { + dhcp_option = "6," .. dns_server, + start = bit.band(lan_net:minhost():add(1)[2][2], 0xFF), + limit = ( 2 ^ ( 32 - lan_net:prefix() ) ) - 3 + }) + + -- hostname + uci:foreach("system", "system", + function(s) + uci:set("system", s['.name'], "hostname", hostname) + end) + + uci:save("wireless") + uci:save("firewall") + uci:save("network") + uci:save("system") + uci:save("olsrd") + uci:save("dhcp") +end + +return f diff --git a/applications/luci-app-siitwizard/root/etc/config/siit b/applications/luci-app-siitwizard/root/etc/config/siit new file mode 100644 index 0000000..c594547 --- /dev/null +++ b/applications/luci-app-siitwizard/root/etc/config/siit @@ -0,0 +1,14 @@ +config siit ipv4 + option pool "77.87.52.0/22" + option netsize "29" + +config siit ipv6 + option ula_prefix "fd00::" + option ula_global "00ca:ffee:babe::" + option ula_subnet "0000:0000:0000:dada::" + option siit_prefix "::ffff:0000:0000" + +config siit wifi + option essid "6mesh.freifunk.net" + option bssid "02:25:c3:ca:ff:ee" + option channel "1" diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile new file mode 100644 index 0000000..345f891 --- /dev/null +++ b/applications/luci-app-splash/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Freifunk DHCP-Splash application +LUCI_DEPENDS:=+luci-lib-nixio +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-splash/README b/applications/luci-app-splash/README new file mode 100644 index 0000000..5a7af14 --- /dev/null +++ b/applications/luci-app-splash/README @@ -0,0 +1,5 @@ + +* IPv6 support is only partial: + - will only work when used together with IPv4 (Dual stack) + - No bandwidth limiting + diff --git a/applications/luci-app-splash/htdocs/cgi-bin/splash/splash.sh b/applications/luci-app-splash/htdocs/cgi-bin/splash/splash.sh new file mode 100755 index 0000000..da8370d --- /dev/null +++ b/applications/luci-app-splash/htdocs/cgi-bin/splash/splash.sh @@ -0,0 +1,33 @@ +#!/bin/sh + +$(uci -q get luci_splash.general.redirect_url) || { + touch /var/state/luci_splash_locations + touch /etc/config/luci_splash_locations + MAC=$(grep "$REMOTE_HOST" /proc/net/arp | awk '{print $4}') + uci -P /var/state set luci_splash_locations.${MAC//:/}=redirect + uci -P /var/state set luci_splash_locations.${MAC//:/}.location="http://${HTTP_HOST}${REQUEST_URI}" +} + +echo -en "Cache-Control: no-cache, max-age=0, no-store, must-revalidate\r\n" +echo -en "Pragma: no-cache\r\n" +echo -en "Expires: -1\r\n" +echo -en "Status: 307 Temporary Redirect\r\n" +echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n" +echo -en "\r\n" + +cat < + + + 100 + 0 + 1.0 + 12 + $SERVER_ADDR + http://$SERVER_ADDR/cgi-bin/luci/splash?wispr=1 + http://$SERVER_ADDR/ + + +EOT + + diff --git a/applications/luci-app-splash/htdocs/luci/splash/index.html b/applications/luci-app-splash/htdocs/luci/splash/index.html new file mode 100644 index 0000000..486409a --- /dev/null +++ b/applications/luci-app-splash/htdocs/luci/splash/index.html @@ -0,0 +1,10 @@ + + + + + + + +LuCI - Lua Configuration Interface + + diff --git a/applications/luci-app-splash/luasrc/controller/splash/splash.lua b/applications/luci-app-splash/luasrc/controller/splash/splash.lua new file mode 100644 index 0000000..4add435 --- /dev/null +++ b/applications/luci-app-splash/luasrc/controller/splash/splash.lua @@ -0,0 +1,163 @@ +module("luci.controller.splash.splash", package.seeall) + +local uci = luci.model.uci.cursor() +local util = require "luci.util" + +function index() + entry({"admin", "services", "splash"}, cbi("splash/splash"), _("Client-Splash"), 90) + entry({"admin", "services", "splash", "splashtext" }, form("splash/splashtext"), _("Splashtext"), 10) + + local e + + e = node("splash") + e.target = call("action_dispatch") + + node("splash", "activate").target = call("action_activate") + node("splash", "splash").target = template("splash_splash/splash") + node("splash", "blocked").target = template("splash/blocked") + + entry({"admin", "status", "splash"}, call("action_status_admin"), _("Client-Splash")) + + local page = node("splash", "publicstatus") + page.target = call("action_status_public") + page.leaf = true +end + +function ip_to_mac(ip) + local ipc = require "luci.ip" + local i, n + + for i, n in ipairs(ipc.neighbors()) do + if n.mac and n.dest and n.dest:equal(ip) then + return n.mac + end + end +end + +function action_dispatch() + local uci = luci.model.uci.cursor_state() + local mac = ip_to_mac(luci.http.getenv("REMOTE_ADDR")) or "" + local access = false + + uci:foreach("luci_splash", "lease", function(s) + if s.mac and s.mac:lower() == mac then access = true end + end) + + uci:foreach("luci_splash", "whitelist", function(s) + if s.mac and s.mac:lower() == mac then access = true end + end) + + if #mac > 0 and access then + luci.http.redirect(luci.dispatcher.build_url()) + else + luci.http.redirect(luci.dispatcher.build_url("splash", "splash")) + end +end + +function blacklist() + leased_macs = { } + uci:foreach("luci_splash", "blacklist", + function(s) leased_macs[s.mac:lower()] = true + end) + return leased_macs +end + +function action_activate() + local ipc = require "luci.ip" + local mac = ip_to_mac(luci.http.getenv("REMOTE_ADDR") or "127.0.0.1") or "" + local uci_state = require "luci.model.uci".cursor_state() + local blacklisted = false + if mac and luci.http.formvalue("accept") then + uci:foreach("luci_splash", "blacklist", + function(s) if s.mac and s.mac:lower() == mac then blacklisted = true end + end) + if blacklisted then + luci.http.redirect(luci.dispatcher.build_url("splash" ,"blocked")) + else + local redirect_url = uci:get("luci_splash", "general", "redirect_url") + if not redirect_url then + redirect_url = uci_state:get("luci_splash_locations", mac:gsub(':', ''):lower(), "location") + end + if not redirect_url then + redirect_url = luci.model.uci.cursor():get("freifunk", "community", "homepage") or 'http://www.freifunk.net' + end + remove_redirect(mac:gsub(':', ''):lower()) + os.execute("luci-splash lease "..mac.." >/dev/null 2>&1") + luci.http.redirect(redirect_url) + end + else + luci.http.redirect(luci.dispatcher.build_url()) + end +end + +function action_status_admin() + local uci = luci.model.uci.cursor_state() + local macs = luci.http.formvaluetable("save") + + local changes = { + whitelist = { }, + blacklist = { }, + lease = { }, + remove = { } + } + + for key, _ in pairs(macs) do + local policy = luci.http.formvalue("policy.%s" % key) + local mac = luci.http.protocol.urldecode(key) + + if policy == "whitelist" or policy == "blacklist" then + changes[policy][#changes[policy]+1] = mac + elseif policy == "normal" then + changes["lease"][#changes["lease"]+1] = mac + elseif policy == "kicked" then + changes["remove"][#changes["remove"]+1] = mac + end + end + + if #changes.whitelist > 0 then + os.execute("luci-splash whitelist %s >/dev/null" + % table.concat(changes.whitelist)) + end + + if #changes.blacklist > 0 then + os.execute("luci-splash blacklist %s >/dev/null" + % table.concat(changes.blacklist)) + end + + if #changes.lease > 0 then + os.execute("luci-splash lease %s >/dev/null" + % table.concat(changes.lease)) + end + + if #changes.remove > 0 then + os.execute("luci-splash remove %s >/dev/null" + % table.concat(changes.remove)) + end + + luci.template.render("admin_status/splash", { is_admin = true }) +end + +function action_status_public() + luci.template.render("admin_status/splash", { is_admin = false }) +end + +function remove_redirect(mac) + local mac = mac:lower() + mac = mac:gsub(":", "") + local uci = require "luci.model.uci".cursor_state() + local redirects = uci:get_all("luci_splash_locations") + --uci:load("luci_splash_locations") + uci:revert("luci_splash_locations") + -- For all redirects + for k, v in pairs(redirects) do + if v[".type"] == "redirect" then + if v[".name"] ~= mac then + -- Rewrite state + uci:section("luci_splash_locations", "redirect", v[".name"], { + location = v.location + }) + end + end + end + uci:save("luci_splash_redirects") +end diff --git a/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua new file mode 100644 index 0000000..c09d2e0 --- /dev/null +++ b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua @@ -0,0 +1,79 @@ +-- Licensed to the public under the Apache License 2.0. + +require("luci.model.uci") + +m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentification system for wireless mesh networks.")) + +s = m:section(NamedSection, "general", "core", translate("General")) +s.addremove = false + +s:option(Value, "leasetime", translate("Clearance time"), translate("Clients that have accepted the splash are allowed to use the network for that many hours.")) +local redir = s:option(Value, "redirect_url", translate("Redirect target"), translate("Clients are redirected to this page after they have accepted the splash. If this is left empty they are redirected to the page they had requested.")) +redir.rmempty = true + +s:option(Value, "limit_up", translate("Upload limit"), translate("Clients upload speed is limited to this value (kbyte/s)")) +s:option(Value, "limit_down", translate("Download limit"), translate("Clients download speed is limited to this value (kbyte/s)")) + +s:option(DummyValue, "_tmp", "", + translate("Bandwidth limit for clients is only activated when both up- and download limit are set. " .. + "Use a value of 0 here to completely disable this limitation. Whitelisted clients are not limited.")) + +s = m:section(TypedSection, "iface", translate("Interfaces"), translate("Interfaces that are used for Splash.")) + +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true + +local uci = luci.model.uci.cursor() + +zone = s:option(ListValue, "zone", translate("Firewall zone"), + translate("Splash rules are integrated in this firewall zone")) + +uci:foreach("firewall", "zone", + function (section) + zone:value(section.name) + end) + +iface = s:option(ListValue, "network", translate("Network"), + translate("Intercept client traffic on this Interface")) + +uci:foreach("network", "interface", + function (section) + if section[".name"] ~= "loopback" then + iface:value(section[".name"]) + end + end) + +uci:foreach("network", "alias", + function (section) + iface:value(section[".name"]) + end) + + +s = m:section(TypedSection, "whitelist", translate("Whitelist"), + translate("MAC addresses of whitelisted clients. These do not need to accept the splash and are not bandwidth limited.")) + +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true +s:option(Value, "mac", translate ("MAC Address")) + + +s = m:section(TypedSection, "blacklist", translate("Blacklist"), + translate("MAC addresses in this list are blocked.")) + +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true +s:option(Value, "mac", translate ("MAC Address")) + +s = m:section(TypedSection, "subnet", translate("Allowed hosts/subnets"), + translate("Destination hosts and networks that are excluded from splashing, i.e. they are always allowed.")) + +s.template = "cbi/tblsection" +s.addremove = true +s.anonymous = true +s:option(Value, "ipaddr", translate("IP Address")) +s:option(Value, "netmask", translate("Netmask"), translate("optional when using host addresses")).rmempty = true + +return m diff --git a/applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua b/applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua new file mode 100644 index 0000000..8ceffc8 --- /dev/null +++ b/applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua @@ -0,0 +1,57 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Copyright 2010 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +local fs = require "nixio.fs" + +local splashtextfile = "/usr/lib/luci-splash/splashtext.html" +local splashtextinclude = "/usr/lib/luci-splash/splashtextinclude.html" + + +f = SimpleForm("splashtext", translate("Edit the complete splash text"), + translate("You can enter your own text that is displayed to clients here.
" .. + "It is possible to use the following markers: " .. + "###COMMUNITY###, ###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###.")) + +t = f:field(TextValue, "text") +t.rmempty = true +t.rows = 30 +function t.cfgvalue() + return fs.readfile(splashtextfile) or "" +end + +function f.handle(self, state, data) + if state == FORM_VALID then + if data.text then + fs.writefile(splashtextfile, data.text:gsub("\r\n", "\n")) + else + fs.unlink(splashtextfile) + end + end + return true +end + +g = SimpleForm("splashtextinclude", translate("Include your own text in the default splash"), + translate("As an alternative to editing the complete splash text you can also just include some custom text in the default splash page by entering it here.")) + +t = g:field(TextValue, "text") +t.rmempty = true +t.rows = 30 +function t.cfgvalue() + return fs.readfile(splashtextinclude) or "" +end + +function g.handle(self, state, data) + if state == FORM_VALID then + if data.text then + fs.writefile(splashtextinclude, data.text:gsub("\r\n", "\n")) + else + fs.unlink(splashtextinclude) + end + end + return true +end + + +return f, g diff --git a/applications/luci-app-splash/luasrc/view/admin_status/splash.htm b/applications/luci-app-splash/luasrc/view/admin_status/splash.htm new file mode 100644 index 0000000..23982d4 --- /dev/null +++ b/applications/luci-app-splash/luasrc/view/admin_status/splash.htm @@ -0,0 +1,288 @@ +<%# + Copyright 2009 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%- + +local utl = require "luci.util" +local ipt = require "luci.sys.iptparser".IptParser() +local uci = require "luci.model.uci".cursor_state() +local wat = require "luci.tools.webadmin" +local ipc = require "luci.ip" +local fs = require "nixio.fs" + +local clients = { } +local leasetime = tonumber(uci:get("luci_splash", "general", "leasetime") or 1) * 60 * 60 +local leasefile = "/tmp/dhcp.leases" + +uci:foreach("dhcp", "dnsmasq", + function(s) + if s.leasefile then leasefile = s.leasefile end + end) + + +uci:foreach("luci_splash_leases", "lease", + function(s) + if s.start and s.mac then + clients[s.mac:lower()] = { + start = tonumber(s.start), + limit = ( tonumber(s.start) + leasetime ), + mac = s.mac:upper(), + ipaddr = s.ipaddr, + policy = "normal", + packets = 0, + bytes = 0, + } + end + end) + +for _, r in ipairs(ipt:find({table="nat", chain="luci_splash_leases"})) do + if r.options and #r.options >= 2 and r.options[1] == "MAC" then + if not clients[r.options[2]:lower()] then + clients[r.options[2]:lower()] = { + start = 0, + limit = 0, + mac = r.options[2]:upper(), + policy = ( r.target == "RETURN" ) and "whitelist" or "blacklist", + packets = 0, + bytes = 0 + } + end + end +end + +for mac, client in pairs(clients) do + client.bytes_in = 0 + client.bytes_out = 0 + client.packets_in = 0 + client.packets_out = 0 + + if client.ipaddr then + local rin = ipt:find({table="mangle", chain="luci_splash_mark_in", destination=client.ipaddr}) + local rout = ipt:find({table="mangle", chain="luci_splash_mark_out", options={"MAC", client.mac:upper()}}) + + if rin and #rin > 0 then + client.bytes_in = rin[1].bytes + client.packets_in = rin[1].packets + end + + if rout and #rout > 0 then + client.bytes_out = rout[1].bytes + client.packets_out = rout[1].packets + end + end +end + +uci:foreach("luci_splash", "whitelist", + function(s) + if s.mac and clients[s.mac:lower()] then + clients[s.mac:lower()].policy="whitelist" + end + end) + +uci:foreach("luci_splash", "blacklist", + function(s) + if s.mac and clients[s.mac:lower()] then + clients[s.mac:lower()].policy=(s.kicked and "kicked" or "blacklist") + end + end) + +if fs.access(leasefile) then + for l in io.lines(leasefile) do + local time, mac, ip, name = l:match("^(%d+) (%S+) (%S+) (%S+)") + if time and mac and ip then + local c = clients[mac:lower()] + if c then + c.ip = ip + c.hostname = ( name ~= "*" ) and name or nil + end + end + end +end + +for i, n in ipairs(ipc.neighbors({ family = 4 })) do + if n.mac and n.dest then + local c = clients[n.mac] + if c and not c.ip then + c.ip = n.dest:string() + end + end +end + +local function showmac(mac) + if not is_admin then + mac = mac:gsub("(%S%S:%S%S):%S%S:%S%S:(%S%S:%S%S)", "%1:XX:XX:%2") + end + return mac +end + +if luci.http.formvalue("status") == "1" then + local rv = {} + for _, c in utl.spairs(clients, + function(a,b) if clients[a].policy == clients[b].policy then + return (clients[a].start > clients[b].start) + else + return (clients[a].policy > clients[b].policy) + end + end) + do + if c.ip then + rv[#rv+1] = { + hostname = c.hostname or "?", + ip = c.ip or "?", + mac = showmac(c.mac) or "?", + timeleft = (c.limit >= os.time()) and wat.date_format(c.limit-os.time()) or (c.policy ~= "normal") and "-" or "expired", + trafficin = wat.byte_format(c.bytes_in) or "?", + trafficout = wat.byte_format(c.bytes_out) or "?", + policy = c.policy or "?" + } + end + end + luci.http.prepare_content("application/json") + luci.http.write_json(rv) + return +end +-%> + + + +<%+header%> + + + + + +
+

<%:Client-Splash%>

+
+ <%:Active Clients%> +
+ <% if is_admin then %>
<% end %> + + + + + + + + + + + + + + <%- + local count = 0 + for _, c in utl.spairs(clients, + function(a,b) + if clients[a].policy == clients[b].policy then + return (clients[a].start > clients[b].start) + else + return (clients[a].policy > clients[b].policy) + end + end) + do + if c.ip then + count = count + 1 + -%> + + + + + + + + + <%- + end + end + if count == 0 then + -%> + + + + <%- end -%> + +
<%:Hostname%><%:IP Address%><%:MAC Address%><%:Time remaining%><%:Traffic in/out%><%:Policy%>
<%=c.hostname or "" .. translate("unknown") .. ""%><%=c.ip or "" .. translate("unknown") .. ""%><%=showmac(c.mac)%><%= + (c.limit >= os.time()) and wat.date_format(c.limit-os.time()) or + (c.policy ~= "normal") and "-" or "" .. translate("expired") .. "" + %><%=wat.byte_format(c.bytes_in)%> / <%=wat.byte_format(c.bytes_out)%> + <% if is_admin then %> + + + <% else %> + <%=c.policy%> + <% end %> +
+
<%:No clients connected%>
+
+ <% if is_admin then %>
<% end %> +
+
+
+ +<%+footer%> diff --git a/applications/luci-app-splash/luasrc/view/splash/blocked.htm b/applications/luci-app-splash/luasrc/view/splash/blocked.htm new file mode 100644 index 0000000..c27e2fa --- /dev/null +++ b/applications/luci-app-splash/luasrc/view/splash/blocked.htm @@ -0,0 +1,20 @@ +<%# + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local contacturl = luci.dispatcher.build_url("freifunk", "contact") +%> + +<%+header%> + +

<%:Blocked%>

+ +

<%:Your access to this network has been blocked, most likely because you did something that our rules explicitly forbid.%>

+

<%:To ask for the reason why you have been blocked or ask for access again you can try to contact the owner of this access point:%> <%:Contact%>

+ +<%+footer%> + + + diff --git a/applications/luci-app-splash/luasrc/view/splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash/splash.htm new file mode 100644 index 0000000..8d84463 --- /dev/null +++ b/applications/luci-app-splash/luasrc/view/splash/splash.htm @@ -0,0 +1,134 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Copyright 2011 Manuel Munz + Licensed to the public under the Apache License 2.0. +-%> + +<% +local fs = require "nixio.fs" +local has_custom_splash = fs.access("/usr/lib/luci-splash/splashtext.html") +local has_custom_splashinclude = fs.access("/usr/lib/luci-splash/splashtextinclude.html") + +function expand (e, R) + return (string.gsub(e, "###([A-Z_]+)###", R)) +end + +local community, homepage, leasetime, limit_up, limit_down + +local contacturl = luci.dispatcher.build_url("freifunk", "contact") + +local c = luci.model.uci.cursor():get_all("freifunk", "community") +if c and c.name then + name = luci.model.uci.cursor():get('profile_' .. c.name, 'profile', 'name') + if name then + community = name + else + community = c.name + end +else + community = "Freifunk" +end + +if c and c.homepage then + homepage = c.homepage +else + homepage = "http://freifunk.net" +end + +local s = luci.model.uci.cursor():get_all("luci_splash", "general") +if s then + leasetime = s.leasetime or "" + limit_up = s.limit_up or nil + limit_down = s.limit_down or nil +end + +local limit_text = "" +if limit_up and limit_down then + limit_text = "

" .. translate("Your bandwidth is limited to") .. " " .. limit_down .. "/" .. limit_up .. + " " .. translate("KB/s (Download/Upload). You may be able to remove this limit by actively contributing " .. + "to this project.") .. "

" +end + +local contact = translate('Get in %s with the operator of this access point.') +contact = contact % ('' .. translatef('Contact') .. '') + +local accepttext = translate('By accepting these rules you can use this network for %s hour(s). After this time you need to accept these rules again.') +accepttext = accepttext % leasetime + + +if has_custom_splash then + local R = { + COMMUNITY = community, + COMMUNITY_URL = homepage, + LEASETIME = leasetime, + ACCEPT = tostring(translate("Accept")), + LIMIT = limit_text, + CONTACTURL = contacturl + } + local splashtext = expand(fs.readfile("/usr/lib/luci-splash/splashtext.html"), R) + %> + <%=splashtext%> + +<% else %> + +

<%:Welcome%>

+ +

<%:You are now connected to the free wireless mesh network%> <%=community%>. + <%:Please note that we are not an internet service provider but an experimental community network.%>

+

<%:Access to the internet might be possible nevertheless, because some activists of this project share their + private internet connections. These few connections are shared between all users. That means available bandwidth + is limited and because of this we ask you not to do any of the following:%>

+
    +
  • <%:use filesharing applications on this network%>
  • +
  • <%:waste bandwidth with unneccesary downloads or streams%>
  • +
  • <%:perform any kind of illegal activities%>
  • +
+
+ + <% if limit_up and limit_down then %> + <%=limit_text%> + <% end %> + +

<%:If you use this network on a regular basis we ask for your support:%>

+ + + <% + if has_custom_splashinclude then + local splashtextinclude = fs.readfile("/usr/lib/luci-splash/splashtextinclude.html") + %> + <%=splashtextinclude%> + <% end %> + +

<%:Usage Agreement%>

+

+ <%:The open and free wireless network of volunteers ("Operators") provides the necessary equipment and Internet connections ("Infrastructure") at their own expense.%> + <%:These Terms of Use govern the use of the network by its participants' computer, PDA, or similar device ("Devices") within the network.%> + <%:Access to the network is not guaranteed. It can be interrupted at any time without notice for any reason, for certain devices, and/or may be blocked for certain users.%> +

+ +

<%:Legally Prohibited Activities%>

+

<%:The participant agrees to not perform any action and refrain from acts which may violate the law or infringe upon the rights of third parties.%>

+ +

<%:Legally Prohibited content%>

+

<%:The participant agrees to not transfer content over the network which violates the law.%>

+ +

<%:Fair Use Policy%>

+

<%:The participant agrees to not use the network in any way which will harm the infrastructure, the network itself, its operators or other participants.%>

+ +

<%:Safety%>

+

<%:The network, like the Internet, is unencrypted and open. Each participant is responsible for the safety of their own connections and devices.%>

+ +

Disclaimer

+

<%:The operator claims no liability for loss of data, unauthorized access/damage to devices, or financial losses that participants may suffer from the use of the network.%>

+ +

<%=accepttext%>

+<% end %> + + + diff --git a/applications/luci-app-splash/luasrc/view/splash_splash/index.htm b/applications/luci-app-splash/luasrc/view/splash_splash/index.htm new file mode 100644 index 0000000..cbf37d5 --- /dev/null +++ b/applications/luci-app-splash/luasrc/view/splash_splash/index.htm @@ -0,0 +1,8 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +<%+footer%> \ No newline at end of file diff --git a/applications/luci-app-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash_splash/splash.htm new file mode 100644 index 0000000..c63ad0f --- /dev/null +++ b/applications/luci-app-splash/luasrc/view/splash_splash/splash.htm @@ -0,0 +1,17 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +<%+splash/splash%> + +
+

+ + +

+
+ +<%+footer%> diff --git a/applications/luci-app-splash/po/ca/splash.po b/applications/luci-app-splash/po/ca/splash.po new file mode 100644 index 0000000..3afef1a --- /dev/null +++ b/applications/luci-app-splash/po/ca/splash.po @@ -0,0 +1,330 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 23:10+0200\n" +"PO-Revision-Date: 2014-07-02 21:20+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Accepta" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" +"Accés a la xarxa no està garantit. Pot ser interromput en qualsevol moment " +"sense notificació per qualsevol motiu, en certs dispositius, i pot ser " +"bloquejat a certs usuaris." + +msgid "Active Clients" +msgstr "Clients actius" + +msgid "Allowed hosts/subnets" +msgstr "Hosts/subxarxes permets" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "Llista negra" + +msgid "Blocked" +msgstr "Bloquejat" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "Declina" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "Dona una mica de diners per a ajudar-nos a mantenir aquest project viu." + +msgid "Download limit" +msgstr "Límit de baixada" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "Política d'ús just" + +msgid "Firewall zone" +msgstr "Zona de tallafocs" + +msgid "General" +msgstr "General" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Nom de host" + +msgid "IP Address" +msgstr "Adreça IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"Si opereu el vostre propi equip WiFi, utilitzeu canals distints dels " +"nostres." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "Si utilitzeu aquesta xarxa regularment, us demanem el vostre suport:" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "Intercepta trànsit de clients en aquesta interfície" + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Interfaces that are used for Splash." +msgstr "interfícies que s'utilitzen pel Splash." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "Activitats legalment prohibits" + +msgid "Legally Prohibited content" +msgstr "Contingut legalment prohibit" + +msgid "MAC Address" +msgstr "Adreça MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Les adreces MAC en aquesta llista estan bloquejades." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "Màscara de xarxa" + +msgid "Network" +msgstr "Xarxa" + +msgid "No clients connected" +msgstr "Cap client connectat" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Si us plau, noteu que no som proveïdor de servei de Internet sinó una xarxa " +"comunitària experimental." + +msgid "Policy" +msgstr "Política" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "Seguretat" + +msgid "Save" +msgstr "Desa" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" +"La xarxa, com a la Internet, no és xifrada i és oberta. Cada partícip és " +"responsable de la seguretat dels seus propis connexions i dispositius." + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" +"El partícip consent a no transferir contingut sobre la xarxa que violi la " +"llei." + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" +"El partícip consent a no utilitzar la xarxa de qualsevol manera que danyi la " +"infraestructura, la xarxa en si, els seus operadors o altres partícips." + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" +"Aquestes condicions d'ús governen l'ús de la xarxa pels ordinadors, " +"organitzadors personals o dispositius similars (\"Dispositius\") dels seus " +"partícips dins de la xarxa." + +msgid "Time remaining" +msgstr "Temps restant" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Per demanar el motiu perquè s'us ha bloquejat o per demanar l'accés de nou, " +"podeu intentar contactar al propietari d'aquest punt d'accés:" + +msgid "Traffic in/out" +msgstr "Trànsit entrant/sortint" + +msgid "Upload limit" +msgstr "Límit de pujada" + +msgid "Usage Agreement" +msgstr "Acord d'ús" + +msgid "Welcome" +msgstr "Benvingut" + +msgid "Whitelist" +msgstr "Llista blanca" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Ja esteu connectat a la xarxa en malla sense fil gratis" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Podeu introduir aquí el vostre propi text que es mostra als clients.
Es " +"pot utilitzar els següents marcadors: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME### ###LIMIT### i ###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"S'us ha bloquejat el accés a aquesta xarxa, probablement perquè heu fet " +"alguna cosa que les nostres regles explícitament prohibeixen." + +msgid "Your bandwidth is limited to" +msgstr "La vostra amplada de banda està limitat a" + +msgid "blacklisted" +msgstr "prohibit" + +msgid "expired" +msgstr "caducat" + +msgid "optional when using host addresses" +msgstr "opcional quan s'utilitza adreces de host" + +msgid "perform any kind of illegal activities" +msgstr "realitza qualsevol tipus d'activitat il·legal" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "bloquejat temporalment" + +msgid "unknown" +msgstr "desconegut" + +msgid "use filesharing applications on this network" +msgstr "utilitza aplicacions de compartició de fitxers en aquesta xarxa" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "malgasta l'amplada de banda amb baixades o corrents innecessaris" + +msgid "whitelisted" +msgstr "en llista blanca" diff --git a/applications/luci-app-splash/po/cs/splash.po b/applications/luci-app-splash/po/cs/splash.po new file mode 100644 index 0000000..671afd7 --- /dev/null +++ b/applications/luci-app-splash/po/cs/splash.po @@ -0,0 +1,340 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-08-04 19:05+0200\n" +"Last-Translator: KubaCZ \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "PÅ™ijmout" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"Přístup k Internetu může být možný, nicménÄ› pouze proto, že nÄ›kteří " +"aktivisté tohoto projektu sdílí jejich soukromé Internetové pÅ™ipojení. " +"TÄ›chto nÄ›kolik spojení je sdíleno mezi vÅ¡emi uživateli. Z toho plyne, že " +"dostupná šířka pásma je omezená a z tohoto důvodu vás žádáme, abyste " +"nedÄ›lali žádné z následujících vÄ›cí:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "Aktivní klienti" + +msgid "Allowed hosts/subnets" +msgstr "Povolení hostitelé/podsítÄ›" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" +"KromÄ› možnosti vytvoÅ™it celý vlastní text místo textu výše také můžete jen " +"jako doplnÄ›k pÅ™ipojit svůj text jeho napsáním sem." + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"Limit šířky pásma pro klienty je aktivován pouze v případÄ›, že oba limity " +"(upload a download) jsou nastaveny. Hodnotou 0 úplnÄ› vypnete toto omezení. " +"Klienti na whitelistu nejsou omezeni." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Staňte se aktivním Älenem této komunity a pÅ™ispÄ›jte provozováním vlastního " +"uzlu" + +msgid "Blacklist" +msgstr "Blacklist" + +msgid "Blocked" +msgstr "Zablokovaný" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +#, fuzzy +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "Rychlost stahování je pro klienty omezena na tuto hodnotu (kbyte/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "Rychlost nahrávání je pro klienty omezena na tuto hodnotu (kbyte/s)" + +msgid "Contact" +msgstr "Kontakt" + +msgid "Decline" +msgstr "Odmítnout" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "Darováním penÄ›z nám pomůžete udržet tento projekt naživu" + +msgid "Download limit" +msgstr "Limit stahování" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "Fair Use Policy" + +msgid "Firewall zone" +msgstr "Zóna firewallu" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP Address" +msgstr "IP adresa" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "Rozhraní" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Stahování/Nahrávání). Aktivním pÅ™ispíváním tomuto projektu můžete moci " +"odebrat tento limit." + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "MAC adresa" + +msgid "MAC addresses in this list are blocked." +msgstr "MAC adresy v tomto seznamu jsou blokovány" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Mac adresy klientů na whitelistu. Tito nemusí pÅ™ijímat splash a nejsou " +"omezeni šířkou pásma." + +msgid "Netmask" +msgstr "Síťová maska" + +msgid "Network" +msgstr "Síť" + +msgid "No clients connected" +msgstr "Žádní klienti nejsou pÅ™ipojeni" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"VezmÄ›te prosím na vÄ›domí, že nejsme žádní ISP, ale experimentální komunitní " +"síť." + +msgid "Policy" +msgstr "Politika" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "BezpeÄnost" + +msgid "Save" +msgstr "Uložit" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "Zbývající Äas" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Pokud se chcete zeptat, proÄ jste byli zablokováni nebo jak získat zpÄ›t " +"přístup, můžete se pokusit kontaktovat vlastníka tohoto přístupového bodu:" + +msgid "Traffic in/out" +msgstr "Provoz dovnitÅ™/ven" + +msgid "Upload limit" +msgstr "Limit nahrávání" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "Vítejte" + +msgid "Whitelist" +msgstr "Whitelist" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Sem můžete vložit text, který se zobrazí klientům.
Můžete použít tyto " +"znaÄky: ###COMMUNITY###, ###COMMUNITY_URL###, ###CONTACTURL###, " +"###LEASETIME###, ###LIMIT### and ###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"Váš přístup do této sítÄ› byl zablokován, nejspíše jste udÄ›lal nÄ›co, co naÅ¡e " +"pravidla výslovnÄ› zakazují." + +msgid "Your bandwidth is limited to" +msgstr "VaÅ¡e šířka pásma je omezena na" + +msgid "blacklisted" +msgstr "na Äerné listinÄ›" + +msgid "expired" +msgstr "proÅ¡lý" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "provádÄ›t nÄ›jaký z druhů nelegálních Äinností" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "doÄasnÄ› zablokován" + +msgid "unknown" +msgstr "neznámý" + +msgid "use filesharing applications on this network" +msgstr "používat aplikace na sdílení souborů v této síti" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "plýtvat šířkou pásma nepotÅ™ebným stahováním nebo streamy" + +msgid "whitelisted" +msgstr "na bílé listinÄ›" + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "PÅ™ijmutím tÄ›chto pravidel můžete zaÄít používat tuto síť pro" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "hodin. Po uplynutí této doby musíte pÅ™ijmout pravidla znovu." + +#~ msgid "the owner of this access point." +#~ msgstr "vlastník tohoto přístupového bodu." diff --git a/applications/luci-app-splash/po/de/splash.po b/applications/luci-app-splash/po/de/splash.po new file mode 100644 index 0000000..8b1cd9a --- /dev/null +++ b/applications/luci-app-splash/po/de/splash.po @@ -0,0 +1,383 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-08-19 13:53+0200\n" +"Last-Translator: Manuel \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Akzeptieren" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"Zugang zum Internet ist unter Umständen dennoch möglich, da einige " +"Teilnehmer dieses Netzes ihren eigenen Internetzugang teilen. Da alle Nutzer " +"sich diese wenigen Zugänge teilen müssen bitten wir darum, folgende " +"Aktivitäten zu unterlassen:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" +"Der Zugang zum Netzwerk wird nicht garantiert. Er kann jederzeit und ohne " +"Angabe von Gründen unterbrochen oder für bestimmte Endgeräte und Teilnehmer " +"gesperrt werden." + +msgid "Active Clients" +msgstr "verbundene Clients" + +msgid "Allowed hosts/subnets" +msgstr "Erlaubte Rechner/Netzwerke" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" +"Als Alternative zum Bearbeiten des kompletten Splash-Textes (oben) kann auch " +"nur eigener Text in die Default-Splashseite eingebunden werden. Dazu im " +"folgenden Feld den eigenen Text eingeben." + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"Die Bandbreitenlimitierung für Clients wird nur aktiviert, wenn sowohl für " +"Up- als auch für Download Limits eingegeben wurden. Ein Wert von 0 " +"deaktiviert die Bandbreitenbeschränkung komplett. Rechner/Netze aus der " +"Whitelist werden nicht limitiert." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Werde ein aktives Mitglied unserer Community und hilf, indem du selber einen " +"Access Point betreibst." + +msgid "Blacklist" +msgstr "Blacklist " + +msgid "Blocked" +msgstr "Gesperrt" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" +"Durch das Akzeptieren dieser Regeln kannst du unser Netzwerk für %s Stunde" +"(n) benutzen. Danach wirst du aufgefordert diese Bedingungen erneut zu " +"akzeptieren." + +msgid "Clearance time" +msgstr "Freigabezeit" + +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Client-Splash ist ein Hotspot-Authentifizierungssystem für Freifunk und " +"andere Meshnetzwerke." + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" +"Wird hier eine URL angegeben dann werden Clients zu dieser Seite " +"weitergeleitet nachdem sie die Nutzungsbedingungen akzeptiert haben. Wird " +"keine URL angegeben dann werden Clients zu der ursprünglich angeforderten " +"Seite weitergeleitet." + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" +"Downloadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) " + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"Clients die den Splash akzeptiert haben dürfen das Netzwerk für so viele " +"Stunden benutzen." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" +"Uploadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) " + +msgid "Contact" +msgstr "Kontakt" + +msgid "Decline" +msgstr "Ablehnen" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" +"Ziel-Rechner und Ziel-Netzwerke die hier aufgeführt sind werden vom " +"Splashvorgang ausgenommen, d.h. sie können von Clients immer und ohne " +"Authentifizierung erreicht werden." + +msgid "Donate some money to help us keep this project alive." +msgstr "" +"Hilf durch eine Spende dieses Projekt aufrechzuerhalten oder weiter " +"auszubauen." + +msgid "Download limit" +msgstr "Downloadbegrenzung" + +msgid "Edit the complete splash text" +msgstr "Bearbeiten des kompletten Splash-Textes." + +msgid "Fair Use Policy" +msgstr "Fair Use Policy" + +msgid "Firewall zone" +msgstr "Firewallzone" + +msgid "General" +msgstr "Allgemein" + +msgid "Get in %s with the operator of this access point." +msgstr "Nimm %s mit dem Betreiber dieses Access Points auf." + +msgid "Hostname" +msgstr "Rechnername" + +msgid "IP Address" +msgstr "IP-Adresse" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "Betreibe deine eigenen WLAN-Geräte auf anderen Kanälen als wir." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "Wenn du unser Netzwerk regelmässig benutzt dann hilf uns bitte, z.B.:" + +msgid "Include your own text in the default splash" +msgstr "Einbinden von eigenem Text in die Default-Splashseite" + +msgid "Intercept client traffic on this Interface" +msgstr "Clientverkehr auf dieser Schnittstelle abfangen" + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Interfaces that are used for Splash." +msgstr "Schnittstellen die für Splash benutzt werden." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Download/Upload). Durch die aktive Teilnahme an unserem Netzwerks " +"kannst du dieses Bandbreitenlimit deaktivieren." + +msgid "Legally Prohibited Activities" +msgstr "Verbotene Handlungen" + +msgid "Legally Prohibited content" +msgstr "Verbotene Inhalte" + +msgid "MAC Address" +msgstr "MAC-Adresse" + +msgid "MAC addresses in this list are blocked." +msgstr "MAC-Adressen in dieser Liste werden geblockt." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"MAC-Adressen von Clients in der Whitelist. Diese müssen den Splash nicht " +"akzeptieren und unterliegen keinen Bandbreitenbegrenzungen." + +msgid "Netmask" +msgstr "Netzmaske" + +msgid "Network" +msgstr "Netzwerk" + +msgid "No clients connected" +msgstr "Keine Clients verbunden." + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Bitte sei dir darüber bewusst, dass wir kein Internetanbieter sondern ein " +"experimentelles Gemeinschaftsnetzwerk sind." + +msgid "Policy" +msgstr "Richtlinie" + +msgid "Redirect target" +msgstr "Ziel für Weiterleitung" + +msgid "Safety" +msgstr "Sicherheit" + +msgid "Save" +msgstr "Speichern" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "Splashregeln werden in diese Firewallzone eingegliedert" + +msgid "Splashtext" +msgstr "Splash-Text" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" +"Das Netzwerk ist, wie das Internet auch, unverschlüsselt und offen. Jeder " +"Teilnehmer ist selbst für die Sicherheit seiner Verbindungen und seiner " +"Endgeräte verantwortlich." + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" +"Das offene und freie drahtlose Netzwerk wird von Freiwilligen betrieben " +"(\"Betreiber\"), die die nötigen Geräte und Internet-Anschlüsse " +"(\"Infrastruktur\") auf eigene Kosten zur Verfügung stellen." + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" +"Die Betreiber lehnen jede Haftung für Datenverlust, unbefugten Zugriff auf " +"Endgeräte, Schäden an Endgeräten oder finanzielle Verluste, die ein " +"Teilnehmer durch die Nutzung des Netzwerks erleidet ab." + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" +"Der Teilnehmer verpflichtet sich, keine Handlungen vorzunehmen bzw. " +"Handlungen zu unterlassen, welche gesetzliche Bestimmungen oder die Rechte " +"Dritter verletzen." + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" +"Der Teilnehmer verpflichtet sich, keine Inhalte über das Netzwerk zu " +"übertragen, welche gegen geltendes Recht verstoßen." + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" +"Der Teilnehmer verpflichtet sich, das Netzwerk nicht in einer Weise zu " +"beanspruchen, welche die Infrastruktur, das Netzwerk selbst, dessen " +"Betreiber oder andere Teilnehmer beeinträchtigt." + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" +"Diese Nutzungsbestimmungen regeln die Inanspruchnahme des Netzwerks durch " +"die Teilnehmer, welche sich mittels Computer, Handheld o.ä (\"Endgerät\") " +"mit dem Netzwerk verbinden." + +msgid "Time remaining" +msgstr "Verbleibende Zeit" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Um nach dem Grund der Sperrung zu fragen oder um deren Aufhebung zu bitten " +"wende dich an den Administrator dieses Access Points:" + +msgid "Traffic in/out" +msgstr "Ein-/Ausgehender Verkehr" + +msgid "Upload limit" +msgstr "Upload-Begrenzung" + +msgid "Usage Agreement" +msgstr "Nutzungsbestimmungen" + +msgid "Welcome" +msgstr "Willkommen" + +msgid "Whitelist" +msgstr "Whitelist" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Du bist jetzt verbunden mit dem freien Funknetzwerk" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Hier kann ein eigener Text eingegeben werden, der Clients angezeigt wird." +"
Folgende Marker können dabei verwendet werden: ###COMMUNITY###, " +"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### und " +"###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"Der Zugang zu diesem Netzwerk wurde vom Administrator blockiert. Das kann " +"verschiedene Gründe haben, sehr wahrscheinlich hast du jedoch die Regeln " +"dieses Netzwerks nicht beachtet und dadurch Probleme verursacht." + +msgid "Your bandwidth is limited to" +msgstr "Deine Bandbreite ist limitiert auf" + +msgid "blacklisted" +msgstr "gesperrt" + +msgid "expired" +msgstr "abgelaufen" + +msgid "optional when using host addresses" +msgstr "Die Angabe ist optional wenn nur einzelne Rechner/IPs verwendet werden" + +msgid "perform any kind of illegal activities" +msgstr "Illegale Aktivitäten" + +msgid "splashed" +msgstr "gesplasht" + +msgid "temporarily blocked" +msgstr "Vorübergehend geblockt" + +msgid "unknown" +msgstr "Unbekannt" + +msgid "use filesharing applications on this network" +msgstr "Filesharing betreiben" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "Bandbreite durch unnötige Downloads oder Streams zu verschwenden." + +msgid "whitelisted" +msgstr "erlaubt" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "Rechner und Netzwerke die hier aufgeführt sind werden vom Splashvorgang " +#~ "ausgenommen, d.h. sie dürfen das Netzwerk immer und ohne Authentifizierung " +#~ "benutzen." diff --git a/applications/luci-app-splash/po/el/splash.po b/applications/luci-app-splash/po/el/splash.po new file mode 100644 index 0000000..df90478 --- /dev/null +++ b/applications/luci-app-splash/po/el/splash.po @@ -0,0 +1,307 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-18 15:31+0200\n" +"PO-Revision-Date: 2012-03-18 15:31+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "ΔιεÏθυνση IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "ΔιεÏθυνση MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "Δίκτυο" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "Αποθήκευση" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/en/splash.po b/applications/luci-app-splash/po/en/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/en/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/es/splash.po b/applications/luci-app-splash/po/es/splash.po new file mode 100644 index 0000000..836352e --- /dev/null +++ b/applications/luci-app-splash/po/es/splash.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-24 18:30+0200\n" +"PO-Revision-Date: 2014-06-15 13:17+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Aceptar" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"El acceso a internet puede ser posible, sin embargo, porque otros miembros " +"del proyecto comparten sus conexiones a internet privadas y estas pocas " +"conexiones se comparten entre todos los usuarios. Por este motivo el ancho " +"de banda está limitado y le pedimos que no haga:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" +"No se puede garantizar el acceso a la red. Podría interrumpirse en cualquier " +"momento, sin aviso y por cualquier motivo, para ciertos dispositivos y/o es " +"posible bloquearlo para ciertos usuarios." + +msgid "Active Clients" +msgstr "Clientes activos" + +msgid "Allowed hosts/subnets" +msgstr "Máquinas y subredes permitidas" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" +"En vez de editar el splash entero puede introducir aquí un texto que se " +"mostrará en el splash por defecto." + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"La limitación de ancho de banda sólo se activa cuando se establecen tanto el " +"límite de subida como el de bajada. Ponga 0 para desactivarla. A los " +"clientes en lista blanca no se les limita." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Conviértase en un miembro activo de esta comunidad y ayude gestionando su " +"propio nodo" + +msgid "Blacklist" +msgstr "Lista negra" + +msgid "Blocked" +msgstr "Bloqueado" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" +"Aceptar estas reglas le permite usar esta red durante %s hora(s). Tras este " +"tiempo tendrá que aceptarlas de nuevo." + +msgid "Clearance time" +msgstr "Tiempo de autorización" + +msgid "Client-Splash" +msgstr "Cliente-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "Cliente-Splash es un sistema de autentificación para redes mesh." + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" +"Se redirigirá a los clientes a esta página tras haber aceptado el splash. Si " +"se deja vacío se les redirigirá a la página que habían pedido." + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "La velocidad de descarga de los clientes está limitada a (Kbytes/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"Horas a las que se permitirá usar la red a los clientes que acepten la " +"presentación." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "La velocidad de subida de los clientes está limitada a (Kbytes/s)" + +msgid "Contact" +msgstr "Contacto" + +msgid "Decline" +msgstr "Rechazar" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" +"Redes y hosts destino excluidos de splash, es decir, que siempre son " +"admitidos." + +msgid "Donate some money to help us keep this project alive." +msgstr "Haga una aportación para ayudarnos a mantener este proyecto vivo." + +msgid "Download limit" +msgstr "Límite de descarga" + +msgid "Edit the complete splash text" +msgstr "Editar el texto completo del splash" + +msgid "Fair Use Policy" +msgstr "Política de uso adecuado" + +msgid "Firewall zone" +msgstr "Zona del cortafuegos" + +msgid "General" +msgstr "General" + +msgid "Get in %s with the operator of this access point." +msgstr "Conecte %s con el operador de este punto de acceso." + +msgid "Hostname" +msgstr "Nombre de máquina" + +msgid "IP Address" +msgstr "Dirección IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "Si maneja su propio wi-fi use canales diferentes de los nuestros." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "Si es usuario habitual de esta red le pedimos apoyo:" + +msgid "Include your own text in the default splash" +msgstr "Incluir su propio texto en el splash por defecto" + +msgid "Intercept client traffic on this Interface" +msgstr "Interceptar el tráfico cliente en esta interfaz" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces that are used for Splash." +msgstr "Interfaces usados para Splash." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Descarga/Subida). Puede evitar este límite contribuyendo activamente a " +"este proyecto." + +msgid "Legally Prohibited Activities" +msgstr "Actividades prohibidas por ley" + +msgid "Legally Prohibited content" +msgstr "Contenido prohibido por ley" + +msgid "MAC Address" +msgstr "Dirección MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Direcciones MAC bloqueadas." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Direcciones MAC de clientes en lista blanca. Estos no tendrán que aceptar la " +"presentación ni tendrán limitado el ancho de banda." + +msgid "Netmask" +msgstr "Máscara de red" + +msgid "Network" +msgstr "Red" + +msgid "No clients connected" +msgstr "Sin clientes conectados" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Tenga presente que no somos un proveedor de acceso a internet sino una red " +"comunitaria experimental." + +msgid "Policy" +msgstr "Politica" + +msgid "Redirect target" +msgstr "Redirige objetivo" + +msgid "Safety" +msgstr "Seguridad" + +msgid "Save" +msgstr "Guardar" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "Zona del cortafuegos en la que está integradas las reglas del Splash" + +msgid "Splashtext" +msgstr "Mensaje de presentación" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" +"La red, como internet, no está encriptada y es abierta. Cada participante es " +"responsable de la seguridad de sus propias conexiones y dispositivos." + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" +"La red abierta y libre de voluntarios (\"operadores\") proporciona el equipo " +"necesario y conexiones a internet (\"infraestructura\") de su propio " +"bolsillo." + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" +"El operador no será responsable por la pérdida de datos, acceso/daño no " +"autorizado a dispositivos o pérdidas financieras que los participantes " +"pudiesen incurrir por el uso de la red." + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" +"El participante acepta no llevar a cabo ninguna acción y evitará acciones " +"que pudiese violar las leyes o infringir los derechos de terceros." + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" +"El participante acepta no transferir contenido que viole la ley por la red." + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" +"El participante acepta no usar la red de ninguna manera que dañe la " +"infraestructura, la propia red, sus operadores u otros participantes." + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" +"Estos términos cubren el uso de la red por los ordenadores de sus " +"participantes, PDAs o dispositivos similares." + +msgid "Time remaining" +msgstr "Tiempo restante" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Para preguntar porqué se le ha bloqueado o pedir acceso de nuevo intente " +"contactar con el propietario de este punto de acceso:" + +msgid "Traffic in/out" +msgstr "Tráfico entrante/saliente" + +msgid "Upload limit" +msgstr "Límite de subida" + +msgid "Usage Agreement" +msgstr "Acuerdo de uso" + +msgid "Welcome" +msgstr "Bienvenido" + +msgid "Whitelist" +msgstr "Lista blanca" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Se ha conectado a la red libre mesh inalámbrica" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Introduzca aquí el texto que se mostrará a los clientes.
Es posible " +"usar las siguientes etiquetas: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### y ###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"Se le ha bloqueado el acceso a esta red, probablemente porque hizo algo " +"prohibido explícitamente en sus reglas." + +msgid "Your bandwidth is limited to" +msgstr "Su ancho de banda está limitado a" + +msgid "blacklisted" +msgstr "en lista negra" + +msgid "expired" +msgstr "caducado" + +msgid "optional when using host addresses" +msgstr "opcional si usa direcciones de máquina" + +msgid "perform any kind of illegal activities" +msgstr "llevar a cabo cualquier tipo de actividades ilegales" + +msgid "splashed" +msgstr "Recibido" + +msgid "temporarily blocked" +msgstr "bloqueado temporalmente" + +msgid "unknown" +msgstr "desconocido" + +msgid "use filesharing applications on this network" +msgstr "usar aplicaciones de compartición de ficheros en esta red" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "malgastar ancho de banda con descargas innecesarias o multimedia" + +msgid "whitelisted" +msgstr "en lista blanca" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "A estas máquinas y redes no se les mostrará la presentación y siempre serán " +#~ "bienvenidas." + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "Si acepta estas reglas pordrá usar esta red para" + +#~ msgid "Edit Splash text" +#~ msgstr "Editar la página de bienvenida" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "hora/horas. Tras este tiempo deberá aceptar las reglas de nuevo." + +#~ msgid "the owner of this access point." +#~ msgstr "el propietario de este punto de acceso." diff --git a/applications/luci-app-splash/po/fr/splash.po b/applications/luci-app-splash/po/fr/splash.po new file mode 100644 index 0000000..e525ab3 --- /dev/null +++ b/applications/luci-app-splash/po/fr/splash.po @@ -0,0 +1,337 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Manuel Munz \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Accept" +msgstr "Accepter" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "Clients actifs" + +msgid "Allowed hosts/subnets" +msgstr "Hôtes/sous-réseaux autorisés" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"La limitation de bande-passante des clients est activée seulement quand les " +"limites montante et descendante sont données. Utilisez ici une valeur de 0 " +"pour complètement désactiver cette limitation. Les clients autorisés (liste-" +"blanche) ne sont pas limités." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "interdire (liste-noire)" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "Durée d'autorisation" + +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Client-Splash est un système d'authentification de HotSpot pour des réseaux " +"sans-fil maillés." + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" +"La vitesse de téléchargement des clients est limitée à cette valeur (en ko/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"Les clients qui auront passé la page d'accueil seront autorisés à utiliser " +"le réseau pendant ce nombre d'heures donné." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "La vitesse montante des clients sera limitée à cette valeur (en ko/s)" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "Refuser" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "Limite en télé-chargement" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "Zone du pare-feu" + +msgid "General" +msgstr "Général" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Hôte" + +msgid "IP Address" +msgstr "Adresse IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "Intercepter le trafic-client sur cette interface" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces that are used for Splash." +msgstr "Interfaces utilisés pour l'accueil." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "Adresse MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Les adresses MAC de cette liste sont bloquées." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Adresses MAC des clients autorisés d'office. Ils n'ont pas à accepter la " +"page d'accueil et ne sont pas limités en bande-passante." + +msgid "Netmask" +msgstr "Masque" + +msgid "Network" +msgstr "Réseau" + +msgid "No clients connected" +msgstr "Aucun client connecté" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "Politique" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "Sauvegarder" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "Les règles du HotSpot sont intégrés dans cette zone du pare-feu" + +msgid "Splashtext" +msgstr "Texte de la page d'accueil" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "Temps restant" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "Trafic entrant/sortant" + +msgid "Upload limit" +msgstr "Limite du trafic montant" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "Liste-blanche" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "interdit (par liste-noire)" + +msgid "expired" +msgstr "terminé" + +msgid "optional when using host addresses" +msgstr "optionnel quand on utilise des adresses d'hôtes" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "À l'accueil" + +msgid "temporarily blocked" +msgstr "bloqué(s) temporairement" + +msgid "unknown" +msgstr "inconnu" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "autorisés par liste blanche" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "Les hôtes et réseaux listés ici sont exclus de l'accueil du HotSpot, ils ne " +#~ "seront jamais autorisés." + +#~ msgid "Edit Splash text" +#~ msgstr "Modifier le texte de la page d'accueil" + +#~ msgid "" +#~ "You can change the text that is displayed to clients here.
It is " +#~ "possible to use the following markers: ###COMMUNITY###, " +#~ "###COMMUNITY_URL###, ###LEASETIME### and ###ACCEPT###.
Click here to " +#~ "test the splash page after you saved it." +#~ msgstr "" +#~ "Vous pouvez changer ici le texte qui sera présenté aux clients.
Il " +#~ "est possible d'y inclure les marqueurs suivants : ###COMMUNITY###, " +#~ "###COMMUNITY_URL###, ###LEASETIME### et ###ACCEPT###.
Cliquez ici tester la page d'accueil une fois celle-ci " +#~ "sauvegardée." diff --git a/applications/luci-app-splash/po/he/splash.po b/applications/luci-app-splash/po/he/splash.po new file mode 100644 index 0000000..bf7e2f0 --- /dev/null +++ b/applications/luci-app-splash/po/he/splash.po @@ -0,0 +1,325 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-10 04:38+0200\n" +"PO-Revision-Date: 2012-09-10 04:58+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: LANGUAGE \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"החיבור ל×ינטרנט יכול להת×פשר בגלל שכמה ×¤×¢×™×œ×™× ×©×œ הפרוייקט ×ž×©×ª×¤×™× ×ת חיבור " +"×”×ינטרנט ×”×ישי שלה×. ××•×ª× ×—×™×‘×•×¨×™× ×ž×¢×˜×™× ×ž×©×•×ª×¤×™× ×‘×™×Ÿ כל המשתמשי×. משמע רוחב " +"הפס הזמין מוגבל ולכן ×נו ×ž×‘×§×©×™× ×ž×›× ×œ× ×œ×¢×©×•×ª ×ת ×”×“×‘×¨×™× ×”×‘××™×:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "הפוך לחבר פעיל של הקהילה ועזור ×¢\"×™ תפעול נקודה של עצמך" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "חסומי×" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "דחה" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "×ª×¨×•× ×›×¡×£ על מנת שנוכל לשמור על הפרוייקט ×”×–×” ×—×™." + +msgid "Download limit" +msgstr "הגבלת הורדה" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "כללי" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "כתובת IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "×× ×”× ×š מפעיל מכשירי wifi של עצמך השתמש ×‘×¢×¨×•×¦×™× ×©×•× ×™× ×ž×©×œ× ×•." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "×× ×”× ×š משתמש ברשת זו על בסיס קבוע ×נו ×ž×‘×§×©×™× ×ת תמיכתך:" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "ממשקי×" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (הורדה/העל××”). הנך יכול להוריד מגבלה זו ×¢\"×™ תרומה פעילה לפרוייקט ×–×”." + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "כתובת MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "כתובות MAC ברשימה זו ×”×™× × ×—×¡×•×ž×™×." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "רשת" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "×©×™× ×œ×‘ ש×נו ×œ× ×¡×¤×§ ×ינטרנט ××œ× ×¨×©×ª חברתית נסיונית." + +msgid "Policy" +msgstr "מדיניות" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "שמור" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "זמן שנותר" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"על מנת לש×ול לסיבה שבגגלה נחסמת ×ו לבקש גישה מחדש הנך יכול לנסות ליצור קשר " +"×¢× ×”×‘×¢×œ×™× ×©×œ נקודת גישה זו:" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "הגבלת העל××”" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "×‘×¨×•×›×™× ×”×‘××™×" + +msgid "Whitelist" +msgstr "" + +#, fuzzy +msgid "You are now connected to the free wireless mesh network" +msgstr "הנך מחובר כעת לרשת ×”×לחוטית החינמית" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"הגישה שלך לרשת זו נחסמה, ככל הנר××” בגלל שעשית משהו ×©×”×—×•×§×™× ×©×œ× ×• ××•×¡×¨×™× " +"במפורש." + +msgid "Your bandwidth is limited to" +msgstr "רוחב הפס שלך מוגבל ל" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "פג תוקף" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "בצע פעילות בלתי חוקית מכל סוג שהו×" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "×—×¡×•× ×–×ž× ×™×ª" + +msgid "unknown" +msgstr "×œ× ×™×“×•×¢" + +msgid "use filesharing applications on this network" +msgstr "השתמש בתוכנות לשיתוף ×§×‘×¦×™× ×‘×¨×©×ª זו." + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "לבזבז רוחב פס ×¢× ×”×•×¨×“×•×ª ×ו ×©×™×“×•×¨×™× ×ž×™×•×ª×¨×™×" + +msgid "whitelisted" +msgstr "" + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "×¢\"×™ הסכמתך ×œ×—×•×§×™× ×”×לו הנך יכול להשתמש ברשת זו בשביל" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "שעה(ות). ל×חר זמן ×–×” תצטרך לקבל ×ת ×”×—×•×§×™× ×”×לו שוב." + +#~ msgid "the owner of this access point." +#~ msgstr "×”×‘×¢×œ×™× ×©×œ נקודת גישה זו." diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po new file mode 100644 index 0000000..f2c7da1 --- /dev/null +++ b/applications/luci-app-splash/po/hu/splash.po @@ -0,0 +1,303 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/it/splash.po b/applications/luci-app-splash/po/it/splash.po new file mode 100644 index 0000000..8964b6c --- /dev/null +++ b/applications/luci-app-splash/po/it/splash.po @@ -0,0 +1,361 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-10 18:43+0200\n" +"PO-Revision-Date: 2013-02-10 19:08+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Accetta" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"L'accesso a Internet potrebbe essere possibile, perché alcuni attivisti di " +"questo progetto condividono le loro connessioni internet private​​. Queste " +"poche connessioni sono condivise tra tutti gli utenti. Ciò significa che la " +"larghezza di banda a disposizione è limitato e per questo vi chiediamo di " +"non fare una delle seguenti operazioni:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "Attiva Clienti" + +msgid "Allowed hosts/subnets" +msgstr "Hosts/Sottoreti Consentite" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"Il limite della larghezza di banda per i clienti viene attivato solo quando " +"entrambi i limiti di upload e download sono impostati. Utilizzare un valore " +"pari a 0 qui per disattivare completamente questa limitazione. I client " +"inseriti nell'elenco dei consentiti non sono limitati." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Diventare un membro attivo di questa comunità e aiutaci nell'utilizzo del " +"proprio nodo" + +msgid "Blacklist" +msgstr "Lista Nera" + +msgid "Blocked" +msgstr "Bloccato" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "Spazio tempo" + +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Client-Splash è un sistema di autenticazione hotspot per le reti mesh " +"wireless." + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "La velocità di download dei clienti è limitata a tale valore (kbyte/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"I clienti che hanno accettato lo splash sono autorizzati ad utilizzare la " +"rete anche per molte ore." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "La velocità di upload dei clienti è limitata a questo valore (kbyte/s)" + +msgid "Contact" +msgstr "Contatto" + +msgid "Decline" +msgstr "Rifiuta" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" +"Effettua una donazione per aiutare a mantenere in attività questo progetto." + +msgid "Download limit" +msgstr "Limite di download" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "Zona Firewall" + +msgid "General" +msgstr "Generale" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Nome Host" + +msgid "IP Address" +msgstr "Indirizzo IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"Se si utilizza una propria apparecchiatura wifi utilizzare canali differenti " +"dalle nostre." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" +"Se si utilizza questa rete su base regolare vi chiediamo il vostro sostegno:" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "Intercettare il traffico cliente su questa interfaccia" + +msgid "Interfaces" +msgstr "Interfacce" + +msgid "Interfaces that are used for Splash." +msgstr "Interfacce usate per lo Splash." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Download/Upload). Si può essere in grado di rimuovere questo limite, " +"contribuendo attivamente a questo progetto." + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "Indirizzo MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "gli indirizzi MAC in questo elenco sono bloccati." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Gli indirizzi MAC dei clienti dell'elenco consentito. Questi non hanno " +"bisogno di accettare lo splash e non hanno la larghezza di banda limitata." + +msgid "Netmask" +msgstr "Maschera Rete" + +msgid "Network" +msgstr "Rete" + +msgid "No clients connected" +msgstr "Nessun cliente connesso" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Si prega di notare che non siamo un provider di servizi internet, ma una " +"rete di comunità sperimentale." + +msgid "Policy" +msgstr "Politica" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "Salva" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "Le regole Splash sono integrate in questa zona firewall" + +msgid "Splashtext" +msgstr "Splashtext" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "Tempo restante" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Per richiedere il motivo per cui sono state bloccate o chiedere l'accesso di " +"nuovo si può provare a contattare il proprietario di questo punto di accesso:" + +msgid "Traffic in/out" +msgstr "Traffico ingresso/uscita" + +msgid "Upload limit" +msgstr "Limite di upload" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "Benvenuti" + +msgid "Whitelist" +msgstr "Elenco Consentiti" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Ora si è connessi alla rete mesh wireless gratuita" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"È possibile inserire il proprio testo che viene visualizzato ai clienti qui " +"
È possibile utilizzare i seguenti marcatori.: ###COMMUNITY###, " +"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and " +"###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"L'accesso a questa rete è stata bloccata, molto probabilmente perché hai " +"fatto qualcosa che le nostre regole vietano espressamente." + +msgid "Your bandwidth is limited to" +msgstr "La tua larghezza di banda è limitata a" + +msgid "blacklisted" +msgstr "Lista Nera" + +msgid "expired" +msgstr "scaduto" + +msgid "optional when using host addresses" +msgstr "opzionale quando si utilizza indirizzi host" + +msgid "perform any kind of illegal activities" +msgstr "eseguire qualsiasi tipo di attività illegali" + +msgid "splashed" +msgstr "splashed" + +msgid "temporarily blocked" +msgstr "temporaneamente bloccato" + +msgid "unknown" +msgstr "sconosciuto" + +msgid "use filesharing applications on this network" +msgstr "utilizzare le applicazioni di filesharing su questa rete" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "sprecate banda con download o flussi inutili" + +msgid "whitelisted" +msgstr "Elenco contensiti" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "Le reti e gli host che sono elencate qui sono esclusi dallo splashing, cio* " +#~ "sono sempre ammessi." + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "Accettando queste regole è possibile utilizzare questa rete per" + +#~ msgid "Edit Splash text" +#~ msgstr "Modifica il testo Splash" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "" +#~ "ora(e). Trascorso questo tempo è necessario accettare queste regole di " +#~ "nuovo." + +#~ msgid "the owner of this access point." +#~ msgstr "il proprietario di questo punto di accesso." diff --git a/applications/luci-app-splash/po/ja/splash.po b/applications/luci-app-splash/po/ja/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/ja/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/ms/splash.po b/applications/luci-app-splash/po/ms/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/ms/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/no/splash.po b/applications/luci-app-splash/po/no/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/no/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/pl/splash.po b/applications/luci-app-splash/po/pl/splash.po new file mode 100644 index 0000000..6856884 --- /dev/null +++ b/applications/luci-app-splash/po/pl/splash.po @@ -0,0 +1,385 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-24 06:17+0200\n" +"PO-Revision-Date: 2014-05-05 04:17+0200\n" +"Last-Translator: piosl \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Akceptuj" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"Dostęp do internetu może być mimo wszystko możliwy, ponieważ niektórzy " +"aktywiści tego projektu dzielą się swoimi prywatnymi łączami. Te kilka łącz " +"jest rozdzielanych między wszystkich użytkowników. Oznacza to, że transfer " +"jest ograniczony. Z tego powodu prosimy, abyś nie:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" +"Dostęp do sieci nie jest gwarantowany. Może być przerwany w każdej chwili i " +"bez podawania jakiegokolwiek powodu, dla niektórych urządzeń i/lub " +"niektórych użytkowników." + +msgid "Active Clients" +msgstr "Aktywni klienci" + +msgid "Allowed hosts/subnets" +msgstr "Dozwolone hosty/podsieci" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" +"Jako alternatywę do edycji pełnego tekstu powitalnego możesz po prostu " +"zawrzeć własny tekst wpisując go tutaj." + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"Limit transferu dla klientów jest aktywny tylko jeśli aktywne są oba limity " +"- pobierania i wysyłania. Ustaw 0, aby całkowicie wyłączyć to ograniczenie. " +"Nie dotyczy ono klientów z białej listy." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Zostań aktywnym członkiem tej społeczności i pomóż, zakładając własny węzeł" + +msgid "Blacklist" +msgstr "Czarna lista" + +msgid "Blocked" +msgstr "Zablokowane" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" +"Akceptując te zasady można korzystać z tej sieci na %s godzin(y). Po tym " +"czasie należy zaakceptować te zasady ponownie." + +# z niemieckiego tłumaczenia +#, fuzzy +msgid "Clearance time" +msgstr "Czas wyzwalacza" + +msgid "Client-Splash" +msgstr "Splash kliencki" + +# nie ma słowa "autentykacja" - to brzydka kalka z angielskiego. +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Klient Splash - sposób uwierzytelniania użytkowników dla sieci WiFi oparty o " +"wyświetlanie komunikatów." + +#, fuzzy +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" +"Klienci są przekierowywani do tej strony po tym, jak zaakceptują powitanie. " +"Jeśli to miejsce jest puste zostaną przekierowani do strony którą wybrali." + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "Prędkość pobierania dla klienta jest ograniczona do wartości (kb/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "Klienci, którzy zaakceptowali okienko mogą korzystać z sieci przez." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "Prędkość pobierania dla klienta jest ograniczona do wartości (kb/s)" + +msgid "Contact" +msgstr "Kontakt" + +msgid "Decline" +msgstr "Odrzuć" + +#, fuzzy +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" +"Hosty przeznaczenia i sieci, które są wykluczone z powitania, tzn. są zawsze " +"dozwolone." + +msgid "Donate some money to help us keep this project alive." +msgstr "Możesz zasposorować ten projekt aby utrzymać go przy życiu" + +msgid "Download limit" +msgstr "Limit ściągania" + +msgid "Edit the complete splash text" +msgstr "Edit the complete splash text" + +msgid "Fair Use Policy" +msgstr "Zasady dozwolonego użytku" + +msgid "Firewall zone" +msgstr "Strefa firewall" + +msgid "General" +msgstr "Ogólne" + +msgid "Get in %s with the operator of this access point." +msgstr "Uzyskaj %s z operatorem tego punktu dostępu." + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "IP Address" +msgstr "Adres IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"Jeśli używasz własnych urządzeń WiFi korzystaj z innych kanałów niż nasze." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "Jeśli korzystasz z tej sieci regularnie prosimy cię o wsparcie." + +msgid "Include your own text in the default splash" +msgstr "Zamieść własny tekst w miejscu domyślnego powitania" + +msgid "Intercept client traffic on this Interface" +msgstr "Przechwytuj ruchu klienta w tym interfejsie" + +msgid "Interfaces" +msgstr "Interfejs" + +msgid "Interfaces that are used for Splash." +msgstr "Interfejsy wykorzystywane przez komunikat (Splash)" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Download/Upload). Będziesz w stanie usunąć ten limit jeśli aktywnie " +"przyłączysz się do tego projektu." + +msgid "Legally Prohibited Activities" +msgstr "Działania zabronione prawnie" + +msgid "Legally Prohibited content" +msgstr "Treści zabronione prawnie" + +msgid "MAC Address" +msgstr "Adres MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Adresy MAC z tej listy są zablokowane." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Biała lista adresów MAC, wszyscy z tej listy nie muszą akceptować komunikatu " +"(Splash) i nie mają ograniczanego połączenia" + +msgid "Netmask" +msgstr "Maska sieci" + +msgid "Network" +msgstr "Sieć" + +msgid "No clients connected" +msgstr "Nie ma podłączonych klientów" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Zwróć uwagę na to że nie jesteśmy providerem internetowym ale " +"eksperymentalną siecią" + +msgid "Policy" +msgstr "Zasady" + +msgid "Redirect target" +msgstr "przekierować cel" + +msgid "Safety" +msgstr "Bezpieczeństwo" + +msgid "Save" +msgstr "Zachowaj" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" +"Reguły komunikatu (Splash) są integrowane z ustawieniami firewalla tej strefy" + +msgid "Splashtext" +msgstr "Tekst komunikatu (Splash)" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" +"Sieci, takie jak Internet, są otwarte i nieszyfrowane. Każdy uczestnik jest " +"odpowiedzialny za bezpieczeństwo swoich połączeń i urządzeń." + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" +"Właściciel sieci nie ponosi odpowiedzialności za utratę danych, " +"nieautoryzowanego dostępu / uszkodzenia urządzeń lub strat finansowych, " +"które uczestnicy mogą ponieść podczas korzystania z sieci." + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" +"Uczestnik zobowiązuje się nie wykonywać żadnych działań, i powstrzymać się " +"od działań, które naruszają prawo lub naruszające prawa osób trzecich." + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" +"Uczestnik zobowiązuje się do nie przesyłania w sieci treści, które naruszają " +"prawo." + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" +"Uczestnik zobowiązuje się nie korzystać z sieci w sposób, który zagraża " +"infrastrukturze, samej sieci, jej podmiotom lub innym uczestnikom." + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" +"Niniejszy Regulamin reguluje wykorzystanie komputera w sieci przez swoich " +"uczestników, PDA, lub podobnego urządzenia (\"Urządzeń\") w ramach sieci." + +msgid "Time remaining" +msgstr "Pozostały czas" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Aby poznać z jakiego powodu zostałeś zablokowany lub prosić o ponowne " +"odblokowanie możesz spróbować skontaktować się z właścicielem tego Access " +"Point'a:" + +msgid "Traffic in/out" +msgstr "Ruch do/od" + +msgid "Upload limit" +msgstr "Limit wysyłania" + +msgid "Usage Agreement" +msgstr "Umowa użytkowania" + +msgid "Welcome" +msgstr "Witamy" + +msgid "Whitelist" +msgstr "Biała lista" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Jesteś teraz podłączony do darmowej sieci" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Możesz umieścić tutaj własny tekst wyświetlany dla klientów.
" +"Dopuszczalne jest używanie następujących znaków: ###COMMUNITY###, " +"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and " +"###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"Twój dostęp do sieci został zablokowany, najprawdopodobniej dlatego że " +"wykonałeś jedną z akcji zabronionych przez nasze reguły." + +msgid "Your bandwidth is limited to" +msgstr "Twój transfer jest ograniczony do" + +msgid "blacklisted" +msgstr "czarna lista" + +msgid "expired" +msgstr "wygasło" + +msgid "optional when using host addresses" +msgstr "opcjonalne w przypadku używania adresów hostów" + +msgid "perform any kind of illegal activities" +msgstr "wykonywał którąkolwiek z zakazanych akcji" + +msgid "splashed" +msgstr "Powitanie" + +msgid "temporarily blocked" +msgstr "tymczasowo zablokowane" + +msgid "unknown" +msgstr "nieznane" + +# Zgaduję, że to jest wyświetlane tuż po komunikacie nr 2, więc tak powinno pasować. +msgid "use filesharing applications on this network" +msgstr "używał programów do dzielenia się plikami w tej sieci" + +# j.w. +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "marnował transfer na niepotrzebne pobieranie plików i strumieni" + +msgid "whitelisted" +msgstr "biała lista" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "Hosty i sieci wylistowane tutaj są wyłączone z konieczności klikania " +#~ "komunikatu, zawsze mogą połączyć się do sieci." + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "Akceptując te reguły możesz używać sieci do:" + +#~ msgid "Edit Splash text" +#~ msgstr "Edytuj tekst Komunikatu (Splash)" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "Czas po jakim musisz zaakceptować te reguły (w godzinach)" + +#~ msgid "the owner of this access point." +#~ msgstr "Właściciel tego Access Point'a" diff --git a/applications/luci-app-splash/po/pt-br/splash.po b/applications/luci-app-splash/po/pt-br/splash.po new file mode 100644 index 0000000..cbdc801 --- /dev/null +++ b/applications/luci-app-splash/po/pt-br/splash.po @@ -0,0 +1,402 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-11-02 05:36+0200\n" +"PO-Revision-Date: 2014-06-21 19:10+0200\n" +"Last-Translator: Éder \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Aceitar" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"O acesso à internet, no entanto, pode ser possível porque alguns ativistas " +"deste projeto compartilham duas conexões privadas com a internet. Estas " +"poucas conexões são compartilhadas entre todos os usuários. Isto significa " +"que a banda disponível é limitada e, por este motivo, pedimos que você não " +"faça qualquer uma destas coisas:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" +"O acesso à rede não é garantido. Ele pode ser interrompido a qualquer " +"momento sem aviso e por qualquer motivo, para alguns equipamentos e/ou pode " +"bloquear alguns usuários." + +msgid "Active Clients" +msgstr "Clientes Ativos" + +msgid "Allowed hosts/subnets" +msgstr "Subredes/equipamentos permitidos" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" +"Como uma alternativa a edição completa do texto do termo de uso, você pode " +"também entrar aqui algum texto personalizado para incluir na página padrão." + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"O limite da taxa de transferência somente é ativado quando ambos os limites, " +"para subir e baixar, estão definidos. Use o valor 0 para desabilitar " +"completamente esta limitação. Clientes na lista branca não são limitados." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Torne-se um membro ativo desta comunidade e ajude operando seu próprio nó." + +msgid "Blacklist" +msgstr "Lista negra" + +msgid "Blocked" +msgstr "Bloqueado" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" +"Aceitando estas regras, você pode usar esta rede por %s hora(s). Depois " +"deste prazo, você terá que aceitar estas regras novamente." + +msgid "Clearance time" +msgstr "Tempo de eliminação" + +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Client-Splash é um sistema de autenticação de ponto de acesso para redes sem " +"fio em malha." + +# 20140621: edersg: tradução +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" +"Os clientes são redirecionados para esta página depois de terem aceitado a " +"*splash* Se esta for deixada em branco, eles são redirecionados para a " +"página que haviam solicitado." + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" +"A velocidade para baixar dos clientes é limitada por este valor (kbytes/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"Os clientes que aceitarem o termo de uso estarão autorizados a usar a rede " +"por esta quantidade de horas." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" +"A velocidade para subir dos clientes é limitada por este valor (kbytes/s)" + +msgid "Contact" +msgstr "Contato" + +msgid "Decline" +msgstr "Rejeitar" + +# 20140621: edersg: tradução +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" +"As redes e as máquinas de destino que são excluídas a partir da *splashing*, " +" são sempre permitidas." + +msgid "Donate some money to help us keep this project alive." +msgstr "Doar algum dinheiro para ajudar a manter este projeto vivo." + +msgid "Download limit" +msgstr "Limite para baixar" + +msgid "Edit the complete splash text" +msgstr "Edite todo o termo de uso" + +msgid "Fair Use Policy" +msgstr "Política de uso adequado" + +msgid "Firewall zone" +msgstr "Zona do Firewall" + +msgid "General" +msgstr "Geral" + +# Very strange text... Used at http://luci.subsignal.org/trac/browser/luci/trunk/applications/luci-splash/luasrc/view/splash/splash.htm:58 +msgid "Get in %s with the operator of this access point." +msgstr "Entre em %s com o operador deste ponto de acesso." + +msgid "Hostname" +msgstr "Nome do Equipamento" + +msgid "IP Address" +msgstr "Endereço IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"Se você opera seu próprio equipamento WiFi, use canais diferentes dos nossos." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "Se você usa esta rede regularmente, nós pedimos a sua ajuda:" + +msgid "Include your own text in the default splash" +msgstr "Inclua seu próprio texto no termo de uso padrão" + +msgid "Intercept client traffic on this Interface" +msgstr "Interceptar o tráfego do cliente nesta interface" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces that are used for Splash." +msgstr "Interfaces usadas pelo Splash." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"KB/s (Baixando/Subindo). Você pode remover esta limitação contribuindo " +"ativamente para este projeto." + +msgid "Legally Prohibited Activities" +msgstr "Atividades Proibidas por Lei" + +msgid "Legally Prohibited content" +msgstr "Conteúdo Proibido por Lei" + +msgid "MAC Address" +msgstr "Endereço MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Os endereços MAC nesta lista serão bloqueados." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"Endereços MAC dos clientes na lista branca. Estes não precisam aceitar o " +"termo de uso e não possuem limitação na sua taxa de transferência." + +msgid "Netmask" +msgstr "Máscara de Rede" + +msgid "Network" +msgstr "Rede" + +msgid "No clients connected" +msgstr "Nenhum cliente conectado" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"Observe que nós não somos um provedor de internet mas uma rede comunitária " +"experimental." + +msgid "Policy" +msgstr "Política" + +# 20140621: edersg: tradução +msgid "Redirect target" +msgstr "Redirecionar alvo" + +msgid "Safety" +msgstr "Segurança" + +msgid "Save" +msgstr "Salvar" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "As regras do Slapsh estão integradas a esta zona do firewall" + +msgid "Splashtext" +msgstr "Texto do termo de uso" + +# 20140621: edersg: tradução +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" +"Uma rede como a Internet não é criptografada e aberta. Cada usuário é " +"responsável pela segurança de suas próprias conexões e dispositivos." + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" +"A rede sem fio aberta e livre dos voluntários (\"Operadores\") provê o " +"equipamento necessário e conexão com a Internet (\"Infraestrutura\") do seu " +"próprio bolso." + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" +"O operador não se responsabiliza por perda de dados, acesso não autorizado " +"ou dano aos dispositivos, ou perdas financeiras que os participantes possam " +"sofrer pelo o uso da rede." + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" +"O participante concorda que não realizará nenhuma atividade e se absterá de " +"atos que possam violar a lei ou infringir os direitos de terceiros." + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" +"O participante concorda em não transferir conteúdo pela rede que viole a lei." + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" +"O participante concorda em não usar a rede de qualquer maneira que possa " +"prejudicar a infraestrutura, a própria rede, seus operadores ou outros " +"participantes." + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" +"Estes \"Termos de Uso\" regem o uso da rede por equipamentos dos " +"participantes em uso desta rede." + +msgid "Time remaining" +msgstr "Tempo restante" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Para perguntar por qual razão você foi bloqueado ou para solicitar novamente " +"seu acesso, você pode tentar contatar o dono deste ponto de acesso:" + +msgid "Traffic in/out" +msgstr "Tráfego de entrada/saída" + +msgid "Upload limit" +msgstr "Limite de subida" + +msgid "Usage Agreement" +msgstr "Acordo de Uso" + +msgid "Welcome" +msgstr "Bem-vindo" + +msgid "Whitelist" +msgstr "Lista branca" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Você está agora conectado à rede livre em malha sem fio" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"Vocẽ pode entrar aqui com seu próprio texto que será mostrado para os " +"clientes.
É possível usar os seguintes marcadores: ###COMMUNITY###, " +"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and " +"###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"Seu acesso para esta rede foi bloqueado, provavelmente porque você fez algo " +"que as regras explicitamente proibiam." + +msgid "Your bandwidth is limited to" +msgstr "Sua banda está limitada à" + +msgid "blacklisted" +msgstr "na lista negra" + +msgid "expired" +msgstr "expirado" + +msgid "optional when using host addresses" +msgstr "opcional quando é usado o endereço do equipamento" + +msgid "perform any kind of illegal activities" +msgstr "realizar qualquer tipo de atividades ilegais" + +msgid "splashed" +msgstr "termo mostrado" + +msgid "temporarily blocked" +msgstr "bloqueado temporariamente" + +msgid "unknown" +msgstr "desconhecido" + +msgid "use filesharing applications on this network" +msgstr "usar aplicativos de compartilhamento de arquivos nesta rede" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "usar banda com fluxos ou arquivos baixados não necessários" + +msgid "whitelisted" +msgstr "na lista branca" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "Equipamentos ou Redes listadas aqui estarão excluídas do termo de uso. Eles " +#~ "estarão sempre autorizados." + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "Aceitando estas regras, você pode usar esta rede para" + +#~ msgid "Edit Splash text" +#~ msgstr "Editar texto do termo de uso" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "" +#~ "horas(s). Depois deste tempo, você terá que aceitar as regras novamente." + +#~ msgid "the owner of this access point." +#~ msgstr "o dono deste ponto de acesso." + +#~ msgid "" +#~ "You can change the text that is displayed to clients here.
It is " +#~ "possible to use the following markers: ###COMMUNITY###, " +#~ "###COMMUNITY_URL###, ###LEASETIME### and ###ACCEPT###.
Click here to " +#~ "test the splash page after you saved it." +#~ msgstr "" +#~ "Aqui você pode mudar o texto do termo de uso que é mostrado aos clientes." +#~ "
É possível usar as seguintes marcações: ###COMMUNITY###, " +#~ "###COMMUNITY_URL###, ###LEASETIME### e ###ACCEPT###.
Clique aqui " +#~ "para testar a página de termo de uso depois " +#~ "que você salvá-la." diff --git a/applications/luci-app-splash/po/pt/splash.po b/applications/luci-app-splash/po/pt/splash.po new file mode 100644 index 0000000..05bee4f --- /dev/null +++ b/applications/luci-app-splash/po/pt/splash.po @@ -0,0 +1,309 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-31 22:29+0200\n" +"PO-Revision-Date: 2013-06-03 12:17+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "Aceitar" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "Clientes Activos" + +msgid "Allowed hosts/subnets" +msgstr "Hosts/Subnets permitidos" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "Bloqueado" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "Aceitando estas regras só pode usar esta regra para" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "A velocidade de upload está limitado a (kbyte/s)" + +msgid "Contact" +msgstr "Contacto" + +msgid "Decline" +msgstr "Declinar" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "Doe algum dinheiro para nos ajudar a manter este projeto vivo." + +msgid "Download limit" +msgstr "Limite de Download" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "Zona de Firewall" + +msgid "General" +msgstr "Geral" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Nome de Host" + +msgid "IP Address" +msgstr "Endereço IP" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"Se tem o seu próprio equipamento de rede wireless, use canais diferentes dos " +"nossos." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "Endereço MAC" + +msgid "MAC addresses in this list are blocked." +msgstr "Endereços MAC nesta lista estão bloqueados." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "Mascara de Rede" + +msgid "Network" +msgstr "Rede" + +msgid "No clients connected" +msgstr "Não há clientes ligados" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "Gravar" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "Limite de Upload" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "Bem-vindo" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "A largura de banda está limitada a" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "desconhecido" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/ro/splash.po b/applications/luci-app-splash/po/ro/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/ro/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/ru/splash.po b/applications/luci-app-splash/po/ru/splash.po new file mode 100644 index 0000000..3f470db --- /dev/null +++ b/applications/luci-app-splash/po/ru/splash.po @@ -0,0 +1,362 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: splash\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-01-26 15:10+0200\n" +"PO-Revision-Date: 2013-11-13 18:52+0200\n" +"Last-Translator: Роман \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Accept" +msgstr "ПринÑÑ‚ÑŒ" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" +"ДоÑтуп к интернету возможен Ð±Ð»Ð°Ð³Ð¾Ð´Ð°Ñ€Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¼ активиÑтам данного проекта, " +"которые делают общедоÑтупным Ñвоё личное подключение к интернету. Эти " +"немногие Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ð´ÐµÐ»ÑÑŽÑ‚ÑÑ Ñреди вÑех пользователей. Это означает, что " +"доÑÑ‚ÑƒÐ¿Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð¿ÑƒÑÐºÐ½Ð°Ñ ÑпоÑобноÑÑ‚ÑŒ ограничена и поÑтому мы проÑим Ð²Ð°Ñ Ð½Ðµ " +"делать Ñледующего:" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "Ðктивные клиенты" + +msgid "Allowed hosts/subnets" +msgstr "Разрешённые хоÑÑ‚Ñ‹/подÑети" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"Ограничение полоÑÑ‹ Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² активируетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ при указанных лимитах " +"ниÑходÑщего и воÑходÑщего каналов. Значение 0 полноÑтью отключает " +"ограничение. Клиенты из \"белого\" ÑпиÑка не имеют ограничений." + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" +"Станьте активным учаÑтником данного ÑообщеÑтва и окажите ÑодейÑтвие, " +"запуÑтив Ñвой узел Ñети" + +msgid "Blacklist" +msgstr "Чёрный ÑпиÑок" + +msgid "Blocked" +msgstr "Заблокирован" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "Разрешённое времÑ" + +msgid "Client-Splash" +msgstr "Client-Splash" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" +"Client-Splash - Ñто ÑиÑтема аутентификации точек доÑтупа Ð´Ð»Ñ Ð±ÐµÑпроводных " +"ÑчеиÑÑ‚Ñ‹Ñ… Ñетей." + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" +"СкороÑÑ‚ÑŒ ниÑходÑщего канала Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² ограничена Ñтим значением (КБ/c)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" +"Клиенты, принÑвшие приглашение splash-Ñкрана, могут иÑпользовать Ñеть данное " +"количеÑтво чаÑов." + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" +"СкороÑÑ‚ÑŒ воÑходÑщего канала Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² ограничена Ñтим значением (КБ/c)" + +msgid "Contact" +msgstr "СвÑзатьÑÑ" + +msgid "Decline" +msgstr "Отклонить" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "Пожертвовать деньги на поддержку Ñтого проекта." + +msgid "Download limit" +msgstr "Лимит загрузки" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "Политика добровольного иÑпользованиÑ" + +msgid "Firewall zone" +msgstr "Зона межÑетевого Ñкрана" + +msgid "General" +msgstr "Общие" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "IP Address" +msgstr "IP-адреÑ" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" +"ЕÑли вы иÑпользуете ÑобÑтвенное оборудование Wi-Fi, иÑпользуйте каналы, " +"отличающиеÑÑ Ð¾Ñ‚ наших." + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "ЕÑли вы иÑпользуете Ñту Ñеть регулÑрно, мы проÑим вашей поддержки:" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "Перехватывать клиентÑкий трафик на Ñтом интерфейÑе" + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Interfaces that are used for Splash." +msgstr "ИнтерфейÑÑ‹, иÑпользуемые Ð´Ð»Ñ Splash." + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" +"КБ/Ñ (загрузка/отдача). Данное ограничение может быть ÑнÑто при активном " +"учаÑтии в Ñтом проекте." + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "ЮридичеÑки запрещенный контент" + +msgid "MAC Address" +msgstr "MAC-адреÑ" + +msgid "MAC addresses in this list are blocked." +msgstr "MAC-адреÑа из Ñтого ÑпиÑка заблокированы." + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" +"MAC-адреÑа клиентов из \"белого\" ÑпиÑка. Данные клиенты не имеют " +"ограничений пропуÑкной ÑпоÑобноÑти." + +msgid "Netmask" +msgstr "МаÑка Ñети" + +msgid "Network" +msgstr "Сеть" + +msgid "No clients connected" +msgstr "Клиенты не подключены" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" +"ПожалуйÑта, обратите внимание, что мы не интернет-провайдер, а " +"ÑкÑÐ¿ÐµÑ€Ð¸Ð¼ÐµÐ½Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ñеть ÑообщеÑтва." + +msgid "Policy" +msgstr "Политика" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "БезопаÑный" + +msgid "Save" +msgstr "Сохранить" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "Правила Splash интегрированы в зону Ñтого межÑетевого Ñкрана" + +msgid "Splashtext" +msgstr "ТекÑÑ‚ splash-Ñкрана" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "ОÑтавшееÑÑ Ð²Ñ€ÐµÐ¼Ñ" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" +"Чтобы узнать причину, по которой Ð²Ð°Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð»Ð¸, или Ñнова получить " +"доÑтуп, ÑвÑжитеÑÑŒ Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ данной точки доÑтупа:" + +msgid "Traffic in/out" +msgstr "Трафик вх/иÑÑ…" + +msgid "Upload limit" +msgstr "Лимит отдачи" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "Добро пожаловать" + +msgid "Whitelist" +msgstr "\"Белый\" ÑпиÑок" + +msgid "You are now connected to the free wireless mesh network" +msgstr "Теперь вы подключены к беÑплатной беÑпроводной ÑчеиÑтой Ñети" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" +"ЗдеÑÑŒ вы можете указать Ñвой текÑÑ‚, который будет отображатьÑÑ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°Ð¼.
Возможно иÑпользовать Ñледующие маркеры: ###COMMUNITY###, " +"###COMMUNITY_URL###, ###CONTACTURL###, ###LEASETIME###, ###LIMIT### and " +"###ACCEPT###." + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" +"ДоÑтуп к Ñтой Ñети был заблокирован, Ñкорее вÑего, потому, что вы Ñделали " +"что-то, что наши правила Ñвно запрещают." + +msgid "Your bandwidth is limited to" +msgstr "Ваша полоÑа пропуÑÐºÐ°Ð½Ð¸Ñ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð° значением" + +msgid "blacklisted" +msgstr "в \"чёрном\" ÑпиÑке" + +msgid "expired" +msgstr "иÑтёк" + +msgid "optional when using host addresses" +msgstr "опционально при иÑпользовании хоÑÑ‚-адреÑов" + +msgid "perform any kind of illegal activities" +msgstr "выполнÑÑ‚ÑŒ любые незаконные дейÑтвиÑ" + +msgid "splashed" +msgstr "уже в splash" + +msgid "temporarily blocked" +msgstr "временно заблокирован" + +msgid "unknown" +msgstr "неизвеÑтный" + +msgid "use filesharing applications on this network" +msgstr "иÑпользование файлообменных приложений в Ñтой Ñети" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "тратить пропуÑкную ÑпоÑобноÑÑ‚ÑŒ на ненужные загрузки или потоки" + +msgid "whitelisted" +msgstr "в \"белом\" ÑпиÑке" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "" +#~ "ПеречиÑленные хоÑÑ‚Ñ‹ и Ñети не получают Ð¿Ñ€Ð¸Ð³Ð»Ð°ÑˆÐµÐ½Ð¸Ñ splash-Ñкрана, Ñ‚.е. они " +#~ "вÑегда разрешены." + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "ÐŸÑ€Ð¸Ð½Ð¸Ð¼Ð°Ñ Ñти правила, вы можете иÑпользовать данную Ñеть длÑ" + +#~ msgid "Edit Splash text" +#~ msgstr "Редактировать текÑÑ‚ splash-Ñкрана" + +#~ msgid "hour(s). After this time you need to accept these rules again." +#~ msgstr "" +#~ "чаÑ(Ñ‹). ПоÑле указанного времени Ð’Ñ‹ должны вновь принÑÑ‚ÑŒ Ñти правила." + +# ЗдеÑÑŒ навернÑка нужно Ñклонить в другом падеже, надо Ñмотреть по контекÑту +#~ msgid "the owner of this access point." +#~ msgstr "Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†ÐµÐ¼ Ñтой точки доÑтупа." diff --git a/applications/luci-app-splash/po/sk/splash.po b/applications/luci-app-splash/po/sk/splash.po new file mode 100644 index 0000000..e9dd448 --- /dev/null +++ b/applications/luci-app-splash/po/sk/splash.po @@ -0,0 +1,303 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/sv/splash.po b/applications/luci-app-splash/po/sv/splash.po new file mode 100644 index 0000000..cd573b2 --- /dev/null +++ b/applications/luci-app-splash/po/sv/splash.po @@ -0,0 +1,303 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/templates/splash.pot b/applications/luci-app-splash/po/templates/splash.pot new file mode 100644 index 0000000..f29b736 --- /dev/null +++ b/applications/luci-app-splash/po/templates/splash.pot @@ -0,0 +1,295 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/tr/splash.po b/applications/luci-app-splash/po/tr/splash.po new file mode 100644 index 0000000..03fa7b3 --- /dev/null +++ b/applications/luci-app-splash/po/tr/splash.po @@ -0,0 +1,303 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/uk/splash.po b/applications/luci-app-splash/po/uk/splash.po new file mode 100644 index 0000000..2364c63 --- /dev/null +++ b/applications/luci-app-splash/po/uk/splash.po @@ -0,0 +1,304 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/vi/splash.po b/applications/luci-app-splash/po/vi/splash.po new file mode 100644 index 0000000..615be16 --- /dev/null +++ b/applications/luci-app-splash/po/vi/splash.po @@ -0,0 +1,292 @@ +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/po/zh-cn/splash.po b/applications/luci-app-splash/po/zh-cn/splash.po new file mode 100644 index 0000000..439b774 --- /dev/null +++ b/applications/luci-app-splash/po/zh-cn/splash.po @@ -0,0 +1,321 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-28 08:58+0200\n" +"PO-Revision-Date: 2014-07-23 02:07+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Accept" +msgstr "接收" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "活动的客户端" + +msgid "Allowed hosts/subnets" +msgstr "å…许的 主机/掩ç " + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" +"åªæœ‰å½“ 上传和下载的é™åˆ¶éƒ½è®¾ç½®çš„时候对客户端的带宽é™åˆ¶æ‰ä¼šç”Ÿæ•ˆã€‚在这里使用0 å¯" +"以完全ç¦ç”¨æ­¤é™åˆ¶ã€‚白åå•å®¢æˆ·ç«¯ä¸å—é™åˆ¶ã€‚" + +# Something wwrong? +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "æˆä¸ºè¿™ä¸ªç¤¾åŒºçš„一个活跃æˆå‘˜å¹¶ä¸”è¿è¥ä½ è‡ªå·±çš„节点以帮助别人。" + +msgid "Blacklist" +msgstr "黑åå•" + +msgid "Blocked" +msgstr "é”定" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "清ç†æ—¶é—´" + +msgid "Client-Splash" +msgstr "客户端弹窗" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "Client-Splash是无线MESH网络的一个热点认è¯ç³»ç»Ÿ" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "客户端下载速度é™åˆ¶ä¸ºæ­¤å€¼(kbyte/s)" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "已接å—Splash的客户端å…许使用这个网络Nå°æ—¶" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "客户端上传速度é™åˆ¶ä¸ºæ­¤å€¼(kbyte/s)" + +msgid "Contact" +msgstr "è”ç³»" + +msgid "Decline" +msgstr "下é™" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "æ助我们一些钱以帮助我们维护这个项目。" + +msgid "Download limit" +msgstr "下载é™åˆ¶" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "防ç«å¢™åŒºåŸŸ" + +msgid "General" +msgstr "概述" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "主机å" + +msgid "IP Address" +msgstr "IP地å€" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "如果你æ“作你自有的wifi设备,使用与我们ä¸åŒçš„频é“" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "如果你ç»å¸¸ä½¿ç”¨è¿™ä¸ªç½‘络,我们需è¦ä½ çš„支æŒ" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "在这个接å£ä¸Šæ‹¦æˆªå®¢æˆ·ç«¯é€šä¿¡æµé‡" + +msgid "Interfaces" +msgstr "接å£" + +msgid "Interfaces that are used for Splash." +msgstr "Splash使用的接å£" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "法律ç¦æ­¢è¡Œä¸º" + +msgid "Legally Prohibited content" +msgstr "法律ç¦æ­¢å†…容" + +msgid "MAC Address" +msgstr "MAC地å€" + +msgid "MAC addresses in this list are blocked." +msgstr "在本列表中的MAC地å€å°†è¢«é˜»æŒ¡" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "白åå•ä¸­çš„MAC地å€ï¼Œå¯ä¸ç”¨æŽ¥å—splash,åŒæ—¶æ²¡æœ‰å¸¦å®½é™åˆ¶ã€‚" + +msgid "Netmask" +msgstr "网络掩ç " + +msgid "Network" +msgstr "网络" + +msgid "No clients connected" +msgstr "无客户端连接" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "我们ä¸æ˜¯ISP(互è”网è¿è¡Œå•†ï¼‰ï¼Œä»…ä»…åªæ˜¯ä¸€ä¸ªå®žéªŒæ€§çš„社区网络。" + +msgid "Policy" +msgstr "ç­–ç•¥" + +msgid "Redirect target" +msgstr "é‡å®šå‘目标" + +msgid "Safety" +msgstr "安全" + +msgid "Save" +msgstr "ä¿å­˜" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "æµé‡ å…¥/出" + +msgid "Upload limit" +msgstr "上传é™åˆ¶" + +msgid "Usage Agreement" +msgstr "使用åè®®" + +msgid "Welcome" +msgstr "欢迎" + +msgid "Whitelist" +msgstr "白åå•" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "你的带宽é™åˆ¶ä¸º" + +msgid "blacklisted" +msgstr "黑åå•" + +msgid "expired" +msgstr "过期" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" + +#~ msgid "" +#~ "Hosts and Networks that are listed here are excluded from splashing, i.e. " +#~ "they are always allowed." +#~ msgstr "列在这里的主机和网络都排除在Splashing之外,例如:一直被å…许访问。" + +#~ msgid "By accepting these rules you can use this network for" +#~ msgstr "接å—这些æ¡æ¬¾ä»¥ä¾¿ä½¿ç”¨è¿™ä¸ªç½‘络" + +#~ msgid "Edit Splash text" +#~ msgstr "编辑Splash文本" diff --git a/applications/luci-app-splash/po/zh-tw/splash.po b/applications/luci-app-splash/po/zh-tw/splash.po new file mode 100644 index 0000000..1125abf --- /dev/null +++ b/applications/luci-app-splash/po/zh-tw/splash.po @@ -0,0 +1,302 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Accept" +msgstr "" + +msgid "" +"Access to the internet might be possible nevertheless, because some " +"activists of this project share their private internet connections. These " +"few connections are shared between all users. That means available bandwidth " +"is limited and because of this we ask you not to do any of the following:" +msgstr "" + +msgid "" +"Access to the network is not guaranteed. It can be interrupted at any time " +"without notice for any reason, for certain devices, and/or may be blocked " +"for certain users." +msgstr "" + +msgid "Active Clients" +msgstr "" + +msgid "Allowed hosts/subnets" +msgstr "" + +msgid "" +"As an alternative to editing the complete splash text you can also just " +"include some custom text in the default splash page by entering it here." +msgstr "" + +msgid "" +"Bandwidth limit for clients is only activated when both up- and download " +"limit are set. Use a value of 0 here to completely disable this limitation. " +"Whitelisted clients are not limited." +msgstr "" + +msgid "" +"Become an active member of this community and help by operating your own node" +msgstr "" + +msgid "Blacklist" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "" +"By accepting these rules you can use this network for %s hour(s). After this " +"time you need to accept these rules again." +msgstr "" + +msgid "Clearance time" +msgstr "" + +msgid "Client-Splash" +msgstr "" + +msgid "" +"Client-Splash is a hotspot authentification system for wireless mesh " +"networks." +msgstr "" + +msgid "" +"Clients are redirected to this page after they have accepted the splash. If " +"this is left empty they are redirected to the page they had requested." +msgstr "" + +msgid "Clients download speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "" +"Clients that have accepted the splash are allowed to use the network for " +"that many hours." +msgstr "" + +msgid "Clients upload speed is limited to this value (kbyte/s)" +msgstr "" + +msgid "Contact" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "" +"Destination hosts and networks that are excluded from splashing, i.e. they " +"are always allowed." +msgstr "" + +msgid "Donate some money to help us keep this project alive." +msgstr "" + +msgid "Download limit" +msgstr "" + +msgid "Edit the complete splash text" +msgstr "" + +msgid "Fair Use Policy" +msgstr "" + +msgid "Firewall zone" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Get in %s with the operator of this access point." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "" +"If you operate your own wifi equipment use channels different from ours." +msgstr "" + +msgid "If you use this network on a regular basis we ask for your support:" +msgstr "" + +msgid "Include your own text in the default splash" +msgstr "" + +msgid "Intercept client traffic on this Interface" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interfaces that are used for Splash." +msgstr "" + +msgid "" +"KB/s (Download/Upload). You may be able to remove this limit by actively " +"contributing to this project." +msgstr "" + +msgid "Legally Prohibited Activities" +msgstr "" + +msgid "Legally Prohibited content" +msgstr "" + +msgid "MAC Address" +msgstr "" + +msgid "MAC addresses in this list are blocked." +msgstr "" + +msgid "" +"MAC addresses of whitelisted clients. These do not need to accept the splash " +"and are not bandwidth limited." +msgstr "" + +msgid "Netmask" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "No clients connected" +msgstr "" + +msgid "" +"Please note that we are not an internet service provider but an experimental " +"community network." +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Redirect target" +msgstr "" + +msgid "Safety" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Splash rules are integrated in this firewall zone" +msgstr "" + +msgid "Splashtext" +msgstr "" + +msgid "" +"The network, like the Internet, is unencrypted and open. Each participant is " +"responsible for the safety of their own connections and devices." +msgstr "" + +msgid "" +"The open and free wireless network of volunteers (\"Operators\") provides " +"the necessary equipment and Internet connections (\"Infrastructure\") at " +"their own expense." +msgstr "" + +msgid "" +"The operator claims no liability for loss of data, unauthorized access/" +"damage to devices, or financial losses that participants may suffer from the " +"use of the network." +msgstr "" + +msgid "" +"The participant agrees to not perform any action and refrain from acts which " +"may violate the law or infringe upon the rights of third parties." +msgstr "" + +msgid "" +"The participant agrees to not transfer content over the network which " +"violates the law." +msgstr "" + +msgid "" +"The participant agrees to not use the network in any way which will harm the " +"infrastructure, the network itself, its operators or other participants." +msgstr "" + +msgid "" +"These Terms of Use govern the use of the network by its participants' " +"computer, PDA, or similar device (\"Devices\") within the network." +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "" +"To ask for the reason why you have been blocked or ask for access again you " +"can try to contact the owner of this access point:" +msgstr "" + +msgid "Traffic in/out" +msgstr "" + +msgid "Upload limit" +msgstr "" + +msgid "Usage Agreement" +msgstr "" + +msgid "Welcome" +msgstr "" + +msgid "Whitelist" +msgstr "" + +msgid "You are now connected to the free wireless mesh network" +msgstr "" + +msgid "" +"You can enter your own text that is displayed to clients here.
It is " +"possible to use the following markers: ###COMMUNITY###, ###COMMUNITY_URL###, " +"###CONTACTURL###, ###LEASETIME###, ###LIMIT### and ###ACCEPT###." +msgstr "" + +msgid "" +"Your access to this network has been blocked, most likely because you did " +"something that our rules explicitly forbid." +msgstr "" + +msgid "Your bandwidth is limited to" +msgstr "" + +msgid "blacklisted" +msgstr "" + +msgid "expired" +msgstr "" + +msgid "optional when using host addresses" +msgstr "" + +msgid "perform any kind of illegal activities" +msgstr "" + +msgid "splashed" +msgstr "" + +msgid "temporarily blocked" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "use filesharing applications on this network" +msgstr "" + +msgid "waste bandwidth with unneccesary downloads or streams" +msgstr "" + +msgid "whitelisted" +msgstr "" diff --git a/applications/luci-app-splash/root/etc/config/luci_splash b/applications/luci-app-splash/root/etc/config/luci_splash new file mode 100644 index 0000000..c4cfef5 --- /dev/null +++ b/applications/luci-app-splash/root/etc/config/luci_splash @@ -0,0 +1,2 @@ +config core general + option leasetime 1 \ No newline at end of file diff --git a/applications/luci-app-splash/root/etc/config/luci_splash_leases b/applications/luci-app-splash/root/etc/config/luci_splash_leases new file mode 100644 index 0000000..6afdd90 --- /dev/null +++ b/applications/luci-app-splash/root/etc/config/luci_splash_leases @@ -0,0 +1 @@ +# This file should always stay empty and is just needed to be able to use this config in /var/state! diff --git a/applications/luci-app-splash/root/etc/hotplug.d/iface/25-splash b/applications/luci-app-splash/root/etc/hotplug.d/iface/25-splash new file mode 100644 index 0000000..045e908 --- /dev/null +++ b/applications/luci-app-splash/root/etc/hotplug.d/iface/25-splash @@ -0,0 +1,17 @@ +#!/bin/sh + +[ "$ACTION" = ifup ] || exit 0 + +/etc/init.d/firewall enabled || exit 0 + +if [ -x /etc/init.d/luci_splash ]; then + restart_splash() { + local net="$1" + if [ "$INTERFACE" = "$net" ]; then + logger -t splash "Reloading splash firewall rules due to ifup of $INTERFACE ($DEVICE)" + /etc/init.d/luci_splash restart + fi + } + config_load luci_splash + config_foreach restart_splash iface +fi diff --git a/applications/luci-app-splash/root/etc/init.d/luci_splash b/applications/luci-app-splash/root/etc/init.d/luci_splash new file mode 100755 index 0000000..feefabd --- /dev/null +++ b/applications/luci-app-splash/root/etc/init.d/luci_splash @@ -0,0 +1,362 @@ +#!/bin/sh /etc/rc.common + +START=70 +EXTRA_COMMANDS=clear_leases +LIMIT_DOWN=0 +LIMIT_DOWN_BURST=0 +LIMIT_UP=0 +TC=/usr/sbin/tc +IPT=/usr/sbin/iptables +IPT6=/usr/sbin/ip6tables + +IPT_REPLAY=/var/run/luci_splash.iptlog +LOCK=/var/run/luci_splash.lock +[ -x $IPT6 ] && [ -f /proc/net/ipv6_route ] && HAS_IPV6=1 + +silent() { + "$@" 2>/dev/null +} + +ipt_log() { + $IPT -I "$@" + echo $IPT -D "$@" >> $IPT_REPLAY +} + +ipt6_log() { + [ "$HAS_IPV6" = 1 ] || return + $IPT6 -I "$@" + echo $IPT6 -D "$@" >> $IPT_REPLAY +} + + +iface_add() { + local cfg="$1" + + config_get zone "$cfg" zone + [ -n "$zone" ] || return 0 + + config_get net "$cfg" network + [ -n "$net" ] || return 0 + + config_get ifname "$net" ifname + [ -n "$ifname" ] || return 0 + + config_get ipaddr "$net" ipaddr + [ -n "$ipaddr" ] || return 0 + + config_get netmask "$net" netmask + [ -n "$netmask" ] || return 0 + + config_get ip6addr "$net" ip6addr + + config_get type "$net" type + + parentiface="$(uci -q get network.${net}.ifname)" + + [ -n "$parentiface" ] && [ ! "$type" = "bridge" ] && { + parentiface=${parentiface#@} + config_get parentproto "$parentiface" proto + config_get parentipaddr "$parentiface" ipaddr + config_get parentnetmask "$parentiface" netmask + } + + eval "$(ipcalc.sh $ipaddr $netmask)" + + logger -s -p info -t splash "Add $NETWORK/$PREFIX ($ifname) to splashed networks." + + ### Add interface specific chain entry rules + ipt_log "prerouting_${zone}_rule" -i "${ifname%:*}" -s "$NETWORK/$PREFIX" -j luci_splash_prerouting -t nat + ipt_log "forwarding_${zone}_rule" -i "${ifname%:*}" -s "$NETWORK/$PREFIX" -j luci_splash_forwarding -t filter + + if [ "$HAS_IPV6" = 1 ] && [ -n "$ip6addr" ]; then + ipt6_log "forwarding_${zone}_rule" -i "${ifname%:*}" -s "$ip6addr" -j luci_splash_forwarding -t filter + fi + + ### Allow traffic to the same subnet + $IPT -t nat -I luci_splash_prerouting -d "$ipaddr/${netmask:-32}" -j RETURN + $IPT -t filter -I luci_splash_forwarding -d "$ipaddr/${netmask:-32}" -j RETURN + + ### Allow traffic to the mesh subnet + [ "$parentproto" = "static" -a -n "$parentipaddr" ] && { + $IPT -t nat -I luci_splash_prerouting -d "$parentipaddr/${parentnetmask:-32}" -j RETURN + $IPT -t filter -I luci_splash_forwarding -d "$parentipaddr/${parentnetmask:-32}" -j RETURN + } + + qos_iface_add "$ifname" "$NETWORK" "$PREFIX" +} + +iface_del() { + config_get zone "$1" zone + [ -n "$zone" ] || return 0 + + config_get net "$1" network + [ -n "$net" ] || return 0 + + config_get ifname "$net" ifname + [ -n "$ifname" ] || return 0 + + # Clear interface specific rules + [ -s $IPT_REPLAY ] && { + logger -s -p info -t splash "Remove $ifname from splashed networks." + grep -- "-i ${ifname%:*}" $IPT_REPLAY | while read ln; do silent $ln; done + sed -ie "/-i ${ifname%:*}/d" $IPT_REPLAY + } + + qos_iface_del "$ifname" +} + +mac_add() { + config_get mac "$1" mac + append MACS "$mac" +} + +whitelist_add() { + config_get mac "$1" mac + iface=$2 + $TC filter add dev "$iface" parent ffff: protocol ip prio 1 u32 match ether src $mac police pass + $TC filter add dev "$iface" parent 1:0 protocol ip prio 1 u32 match ether dst $mac classid 1:1 +} + + +subnet_add() { + local cfg="$1" + + config_get ipaddr "$cfg" ipaddr + config_get netmask "$cfg" netmask + + [ -n "$ipaddr" ] && { + $IPT -t nat -I luci_splash_prerouting -d "$ipaddr/${netmask:-32}" -j RETURN + $IPT -t filter -I luci_splash_forwarding -d "$ipaddr/${netmask:-32}" -j RETURN + } +} + +qos_iface_add() { + local iface="$1" + local network="$2" + local prefix="$3" + + # 77 -> download root qdisc + # ffff -> upload root qdisc + + silent $TC qdisc del dev "$iface" root handle 1: + silent $TC class del dev "$iface" parent 1: classid 1:ffff + silent $TC class del dev "$iface" parent 1: classid 1:1 + silent $TC filter del dev "$iface" parent ffff: protocol ip prio 1 u32 + silent $TC filter del dev "$iface" parent ffff: protocol ip prio 2 u32 + silent $TC filter del dev "$iface" parent ffff: protocol ip prio 3 u32 + + if [ "$LIMIT_UP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ]; then + # Setup qdiscs + $TC qdisc add dev "$iface" root handle 1: htb default 1 + silent $TC qdisc add dev "$iface" ingress + + # Default class - all clients which are not otherwise handled are put in that class + # and share that bandwidth. + $TC class add dev "$iface" parent 1: classid 1:ffff htb rate ${LIMIT_DOWN}kbit + + # default class and class for whitelisted clients = unlimited + $TC class add dev "$iface" parent 1: classid 1:1 htb rate 100mbit + + # All traffic to the dhcp subnet is put into the limited class + $TC filter add dev "$iface" parent 1:0 protocol ip prio 3 u32 match ip dst $network/$prefix classid 1:ffff + $TC qdisc add dev "$iface" parent 1:ffff sfq perturb 10 + $TC filter add dev "$iface" parent ffff: protocol ip prio 3 u32 match ip src $network/$prefix police rate ${LIMIT_UP}kbit mtu 6k burst 6k drop + + # classify packets by their iptables MARK set in luci_splash_mark_in (mangle table) + # every client gets his own class and so his own bandwidth limit + $TC filter add dev "$iface" parent 1:0 protocol ip prio 2 fw + + config_foreach whitelist_add whitelist $iface + fi +} + +qos_iface_del() { + local iface="$1" + silent $TC qdisc del dev "$iface" root handle 77: +} + +boot() { + ### Setup splash-relay + uci get uhttpd.splash 2>/dev/null || { +uci batch < $IPT_REPLAY + + ### Add interface independant prerouting rules + $IPT -t nat -A luci_splash_prerouting -j luci_splash_leases + $IPT -t nat -A luci_splash_leases -p udp --dport 53 -j REDIRECT --to-ports 53 + $IPT -t nat -A luci_splash_leases -p tcp --dport 80 -j REDIRECT --to-ports 8082 + + ### Add interface independant forwarding rules + $IPT -t filter -A luci_splash_forwarding -j luci_splash_filter + $IPT -t filter -A luci_splash_filter -p tcp -j REJECT --reject-with tcp-reset + $IPT -t filter -A luci_splash_filter -j REJECT --reject-with icmp-net-prohibited + + if [ "$HAS_IPV6" = 1 ]; then + $IPT6 -t filter -A luci_splash_forwarding -j luci_splash_filter + $IPT6 -t filter -A luci_splash_filter -p tcp -j REJECT --reject-with tcp-reset + $IPT6 -t filter -A luci_splash_filter -j REJECT --reject-with adm-prohibited + fi + + ### Add QoS chain + $IPT -t mangle -N luci_splash_mark_out + $IPT -t mangle -N luci_splash_mark_in + $IPT -t mangle -I PREROUTING -j luci_splash_mark_out + $IPT -t mangle -I POSTROUTING -j luci_splash_mark_in + + if [ "$HAS_IPV6" = 1 ]; then + $IPT6 -t mangle -N luci_splash_mark_out + $IPT6 -t mangle -N luci_splash_mark_in + $IPT6 -t mangle -I PREROUTING -j luci_splash_mark_out + $IPT6 -t mangle -I POSTROUTING -j luci_splash_mark_in + fi + + ### Build the main and portal rule + config_foreach iface_add iface + config_foreach subnet_add subnet + + ### Add the community homepage to the list of allowed destination subnets + hp=$(uci -q get freifunk.community.homepage) && { + chp=${hp#http*://} + chp=${chp%%/*} + $IPT -t nat -I luci_splash_prerouting -d "${chp}/32" -j RETURN + $IPT -t filter -I luci_splash_forwarding -d "${chp}/32" -j RETURN + } + + ### Find active mac addresses + MACS="" + + + config_foreach mac_add blacklist + config_foreach mac_add whitelist + + config_load luci_splash_leases + config_foreach mac_add lease + + ### Add crontab entry + test -f /etc/crontabs/root || touch /etc/crontabs/root + grep -q luci-splash /etc/crontabs/root || { + echo '*/5 * * * * /usr/sbin/luci-splash sync' >> /etc/crontabs/root + } + + lock -u $LOCK + + ### Populate iptables + [ -n "$MACS" ] && luci-splash add-rules $MACS +} + +stop() { + lock $LOCK + + include /lib/network + scan_interfaces + config_load luci_splash + + ### Clear interface rules + config_foreach iface_del iface + + silent $IPT -t mangle -D PREROUTING -j luci_splash_mark_out + silent $IPT -t mangle -D POSTROUTING -j luci_splash_mark_in + + if [ "$HAS_IPV6" = 1 ]; then + silent $IPT6 -t mangle -D PREROUTING -j luci_splash_mark_out + silent $IPT6 -t mangle -D POSTROUTING -j luci_splash_mark_in + fi + + ### Clear subchains + silent $IPT -t nat -F luci_splash_prerouting + silent $IPT -t nat -F luci_splash_leases + silent $IPT -t filter -F luci_splash_forwarding + silent $IPT -t filter -F luci_splash_filter + silent $IPT -t mangle -F luci_splash_mark_out + silent $IPT -t mangle -F luci_splash_mark_in + + if [ "$HAS_IPV6" = 1 ]; then + $IPT6 -t filter -F luci_splash_forwarding + $IPT6 -t filter -F luci_splash_filter + $IPT6 -t mangle -F luci_splash_mark_out + $IPT6 -t mangle -F luci_splash_mark_in + fi + + ### Delete subchains + silent $IPT -t nat -X luci_splash_prerouting + silent $IPT -t nat -X luci_splash_leases + silent $IPT -t filter -X luci_splash_forwarding + silent $IPT -t filter -X luci_splash_filter + silent $IPT -t mangle -X luci_splash_mark_out + silent $IPT -t mangle -X luci_splash_mark_in + if [ "$HAS_IPV6" = 1 ]; then + $IPT6 -t filter -X luci_splash_forwarding + $IPT6 -t filter -X luci_splash_filter + $IPT6 -t mangle -X luci_splash_mark_out + $IPT6 -t mangle -X luci_splash_mark_in + fi + sed -ie '/\/usr\/sbin\/luci-splash sync/d' /var/spool/cron/crontabs/root + + lock -u $LOCK +} + +clear_leases() { + ### Find active mac addresses + MACS="" + config_foreach mac_add lease + + ### Clear leases + [ -n "$MACS" ] && luci-splash remove $MACS +} + diff --git a/applications/luci-app-splash/root/usr/sbin/luci-splash b/applications/luci-app-splash/root/usr/sbin/luci-splash new file mode 100755 index 0000000..2870dbe --- /dev/null +++ b/applications/luci-app-splash/root/usr/sbin/luci-splash @@ -0,0 +1,753 @@ +#!/usr/bin/lua + +utl = require "luci.util" +sys = require "luci.sys" +ipc = require "luci.ip" + + +-- Init state session +local uci = require "luci.model.uci".cursor_state() +local ipt = require "luci.sys.iptparser".IptParser() +local fs = require "nixio.fs" +local ip = require "luci.ip" + +local debug = false + +local has_ipv6 = fs.access("/proc/net/ipv6_route") and fs.access("/usr/sbin/ip6tables") + +function exec(cmd) + -- executes a cmd and gets its output + if debug then + local ret = sys.exec(cmd) + print('+ ' .. cmd) + if ret and ret ~= "" then + print(ret) + end + else + local ret = sys.exec(cmd .. " &> /dev/null") + end +end + +function call(cmd) + -- just calls a command + if debug then + print('+ ' .. cmd) + end + os.execute(cmd) +end + + +function lock() + call("lock /var/run/luci_splash.lock") +end + +function unlock() + call("lock -u /var/run/luci_splash.lock") +end + +function get_id(ip) + local o3, o4 = ip:match("[0-9]+%.[0-9]+%.([0-9]+)%.([0-9]+)") + if o3 and 04 then + return string.format("%02X%s", tonumber(o3), "") .. string.format("%02X%s", tonumber(o4), "") + else + return false + end +end + +function update_stats(leased, whitelisted, whitelisttotal, blacklisted, blacklisttotal) + local leases = uci:get_all("luci_splash_leases", "stats") + uci:delete("luci_splash_leases", "stats") + uci:section("luci_splash_leases", "stats", "stats", { + leases = leased or (leases and leases.leases) or 0, + whitelisttotal = whitelisttotal or (leased and leases.whitelisttotal) or 0, + whitelistonline = whitelisted or (leases and leases.whitelistonline) or 0, + blacklisttotal = blacklisttotal or (leases and leases.blacklisttotal) or 0, + blacklistonline = blacklisted or (leases and leases.blacklistonline) or 0, + }) + uci:save("luci_splash_leases") +end + + +function get_device_for_ip(ipaddr) + local dev + uci:foreach("network", "interface", function(s) + if s.ipaddr and s.netmask then + local network = ip.IPv4(s.ipaddr, s.netmask) + if network:contains(ip.IPv4(ipaddr)) then + -- this should be rewritten to luci functions if possible + dev = utl.trim(sys.exec(". /lib/functions/network.sh; network_get_device IFNAME '" .. s['.name'] .. "'; echo $IFNAME")) + end + end + end) + return dev +end + +function get_physdev(interface) + local dev + dev = utl.trim(sys.exec(". /lib/functions/network.sh; network_get_device IFNAME '" .. interface .. "'; echo $IFNAME")) + return dev +end + + + +function get_filter_handle(parent, direction, device, mac) + local input = utl.split(sys.exec('/usr/sbin/tc filter show dev ' .. device .. ' parent ' .. parent) or {}) + local tbl = {} + local handle + for k, v in pairs(input) do + handle = v:match('filter protocol ip pref %d+ u32 fh (%d*:%d*:%d*) order') or v:match('filter protocol all pref %d+ u32 fh (%d*:%d*:%d*) order') + if handle then + local mac, mac1, mac2, mac3, mac4, mac5, mac6 + if direction == 'src' then + mac1, mac2, mac3, mac4 = input[k+1]:match('match ([%a%d][%a%d])([%a%d][%a%d])([%a%d][%a%d])([%a%d][%a%d])/ffffffff') + mac5, mac6 = input[k+2]:match('match ([%a%d][%a%d])([%a%d][%a%d])0000/ffff0000') + else + mac1, mac2 = input[k+1]:match('match 0000([%a%d][%a%d])([%a%d][%a%d])/0000ffff') + mac3, mac4, mac5, mac6 = input[k+2]:match('match ([%a%d][%a%d])([%a%d][%a%d])([%a%d][%a%d])([%a%d][%a%d])/ffffffff') + end + if mac1 and mac2 and mac3 and mac4 and mac5 and mac6 then + mac = "%s:%s:%s:%s:%s:%s" % { mac1, mac2, mac3, mac4, mac5, mac6 } + tbl[mac] = handle + end + end + end + if tbl[mac] then + handle = tbl[mac] + end + return handle +end + +function macvalid(mac) + if mac and mac:match( + "^[a-fA-F0-9][a-fA-F0-9]:[a-fA-F0-9][a-fA-F0-9]:" .. + "[a-fA-F0-9][a-fA-F0-9]:[a-fA-F0-9][a-fA-F0-9]:" .. + "[a-fA-F0-9][a-fA-F0-9]:[a-fA-F0-9][a-fA-F0-9]$" + ) then + return true + end + + return false +end + +function ipvalid(ipaddr) + if ipaddr then + return ip.IPv4(ipaddr) and true or false + end + + return false +end + +function mac_to_ip(mac) + local ipaddr = nil + ipc.neighbors({ family = 4 }, function(n) + if n.mac == mac and n.dest then + ipaddr = n.dest:string() + end + end) + return ipaddr +end + +function mac_to_dev(mac) + local dev = nil + ipc.neighbors({ family = 4 }, function(n) + if n.mac == mac and n.dev then + dev = n.dev + end + end) + return dev +end + +function ip_to_mac(ip) + local mac = nil + ipc.neighbors({ family = 4 }, function(n) + if n.mac and n.dest and n.dest:equal(ip) then + mac = n.mac + end + end) + return mac +end + +function main(argv) + local cmd = table.remove(argv, 1) + local arg = argv[1] + + limit_up = (tonumber(uci:get("luci_splash", "general", "limit_up")) or 0) * 8 + limit_down = (tonumber(uci:get("luci_splash", "general", "limit_down")) or 0) * 8 + + if ( cmd == "lease" or cmd == "add-rules" or cmd == "remove" or + cmd == "whitelist" or cmd == "blacklist" or cmd == "status" ) and #argv > 0 + then + if not (macvalid(arg) or ipvalid(arg)) then + print("Invalid argument. The second argument must " .. + "be a valid IPv4 or Mac Address.") + os.exit(1) + end + + lock() + + local leased_macs = get_known_macs("lease") + local blacklist_macs = get_known_macs("blacklist") + local whitelist_macs = get_known_macs("whitelist") + + for i, adr in ipairs(argv) do + local mac = nil + if adr:find(":") then + mac = adr:lower() + else + mac = ip_to_mac(adr) + end + + if mac and cmd == "add-rules" then + if leased_macs[mac] then + add_lease(mac, true) + elseif blacklist_macs[mac] then + add_blacklist_rule(mac) + elseif whitelist_macs[mac] then + add_whitelist_rule(mac) + end + elseif mac and cmd == "status" then + print(leased_macs[mac] and "lease" + or whitelist_macs[mac] and "whitelist" + or blacklist_macs[mac] and "blacklist" + or "new") + elseif mac and ( cmd == "whitelist" or cmd == "blacklist" or cmd == "lease" ) then + if cmd ~= "lease" and leased_macs[mac] then + print("Removing %s from leases" % mac) + remove_lease(mac) + leased_macs[mac] = nil + end + + if cmd ~= "whitelist" and whitelist_macs[mac] then + if cmd == "lease" then + print('%s is whitelisted. Remove it before you can lease it.' % mac) + else + print("Removing %s from whitelist" % mac) + remove_whitelist(mac) + whitelist_macs[mac] = nil + end + end + + if cmd == "whitelist" and leased_macs[mac] then + print("Removing %s from leases" % mac) + remove_lease(mac) + leased_macs[mac] = nil + end + + if cmd ~= "blacklist" and blacklist_macs[mac] then + print("Removing %s from blacklist" % mac) + remove_blacklist(mac) + blacklist_macs[mac] = nil + end + + if cmd == "lease" and not leased_macs[mac] then + if not whitelist_macs[mac] then + print("Adding %s to leases" % mac) + add_lease(mac) + leased_macs[mac] = true + end + elseif cmd == "whitelist" and not whitelist_macs[mac] then + print("Adding %s to whitelist" % mac) + add_whitelist(mac) + whitelist_macs[mac] = true + elseif cmd == "blacklist" and not blacklist_macs[mac] then + print("Adding %s to blacklist" % mac) + add_blacklist(mac) + blacklist_macs[mac] = true + else + print("The mac %s is already %sed" %{ mac, cmd }) + end + elseif mac and cmd == "remove" then + if leased_macs[mac] then + print("Removing %s from leases" % mac) + remove_lease(mac) + leased_macs[mac] = nil + elseif whitelist_macs[mac] then + print("Removing %s from whitelist" % mac) + remove_whitelist(mac) + whitelist_macs[mac] = nil + elseif blacklist_macs[mac] then + print("Removing %s from blacklist" % mac) + remove_blacklist(mac) + blacklist_macs[mac] = nil + else + print("The mac %s is not known" % mac) + end + + else + print("Can not find mac for ip %s" % argv[i]) + end + end + unlock() + os.exit(0) + elseif cmd == "sync" then + sync() + os.exit(0) + elseif cmd == "list" then + list() + os.exit(0) + else + print("Usage:") + print("\n luci-splash list\n List connected, black- and whitelisted clients") + print("\n luci-splash sync\n Synchronize firewall rules and clear expired leases") + print("\n luci-splash lease \n Create a lease for the given address") + print("\n luci-splash blacklist \n Add given address to blacklist") + print("\n luci-splash whitelist \n Add given address to whitelist") + print("\n luci-splash remove \n Remove given address from the lease-, black- or whitelist") + print("") + + os.exit(1) + end +end + +-- Get a list of known mac addresses +function get_known_macs(list) + local leased_macs = { } + + if not list or list == "lease" then + uci:foreach("luci_splash_leases", "lease", function(s) + if s.mac then + leased_macs[s.mac:lower()] = true + end + end) + end + + if not list or list == "whitelist" then + uci:foreach("luci_splash", "whitelist", function(s) + if s.mac then + leased_macs[s.mac:lower()] = true + end + end) + end + + if not list or list == "blacklist" then + uci:foreach("luci_splash", "blacklist", function(s) + if s.mac then + leased_macs[s.mac:lower()] = true + end + end) + end + return leased_macs +end + + +-- Helper to delete iptables rules +function ipt_delete_all(args, comp, off) + off = off or { } + for i, r in ipairs(ipt:find(args)) do + if comp == nil or comp(r) then + off[r.table] = off[r.table] or { } + off[r.table][r.chain] = off[r.table][r.chain] or 0 + + exec("iptables -t %q -D %q %d 2>/dev/null" + %{ r.table, r.chain, r.index - off[r.table][r.chain] }) + + off[r.table][r.chain] = off[r.table][r.chain] + 1 + end + end +end + +function ipt6_delete_all(args, comp, off) + off = off or { } + for i, r in ipairs(ipt:find(args)) do + if comp == nil or comp(r) then + off[r.table] = off[r.table] or { } + off[r.table][r.chain] = off[r.table][r.chain] or 0 + + exec("ip6tables -t %q -D %q %d 2>/dev/null" + %{ r.table, r.chain, r.index - off[r.table][r.chain] }) + + off[r.table][r.chain] = off[r.table][r.chain] + 1 + end + end +end + + +-- Convert mac to uci-compatible section name +function convert_mac_to_secname(mac) + return string.gsub(mac, ":", "") +end + +-- Add a lease to state and invoke add_rule +function add_lease(mac, no_uci) + mac = mac:lower() + + -- Get current ip address + local ipaddr = mac_to_ip(mac) + + -- Add lease if there is an ip addr + if ipaddr then + local device = get_device_for_ip(ipaddr) + if not no_uci then + local leased = uci:get("luci_splash_leases", "stats", "leases") + if type(tonumber(leased)) == "number" then + update_stats(leased + 1, nil, nil, nil, nil) + end + + uci:section("luci_splash_leases", "lease", convert_mac_to_secname(mac), { + mac = mac, + ipaddr = ipaddr, + device = device, + limit_up = limit_up, + limit_down = limit_down, + start = os.time() + }) + uci:save("luci_splash_leases") + end + add_lease_rule(mac, ipaddr, device) + else + print("Found no active IP for %s, lease not added" % mac) + end +end + + +-- Remove a lease from state and invoke remove_rule +function remove_lease(mac) + mac = mac:lower() + + uci:delete_all("luci_splash_leases", "lease", + function(s) + if s.mac:lower() == mac then + + local leased = uci:get("luci_splash_leases", "stats", "leases") + if type(tonumber(leased)) == "number" and tonumber(leased) > 0 then + update_stats(leased - 1, nil, nil, nil, nil) + end + remove_lease_rule(mac, s.ipaddr, s.device, tonumber(s.limit_up), tonumber(s.limit_down)) + return true + end + return false + end) + + uci:save("luci_splash_leases") +end + + +-- Add a whitelist entry +function add_whitelist(mac) + uci:section("luci_splash", "whitelist", convert_mac_to_secname(mac), { mac = mac }) + uci:save("luci_splash") + uci:commit("luci_splash") + add_whitelist_rule(mac) +end + + +-- Add a blacklist entry +function add_blacklist(mac) + uci:section("luci_splash", "blacklist", convert_mac_to_secname(mac), { mac = mac }) + uci:save("luci_splash") + uci:commit("luci_splash") + add_blacklist_rule(mac) +end + + +-- Remove a whitelist entry +function remove_whitelist(mac) + mac = mac:lower() + uci:delete_all("luci_splash", "whitelist", + function(s) return not s.mac or s.mac:lower() == mac end) + uci:save("luci_splash") + uci:commit("luci_splash") + remove_lease_rule(mac) + remove_whitelist_tc(mac) +end + +function remove_whitelist_tc(mac) + uci:foreach("luci_splash", "iface", function(s) + local device = get_physdev(s['.name']) + if device and device ~= "" then + if debug then + print("Removing whitelist filters for %s interface %s." % {mac, device}) + end + local handle = get_filter_handle('ffff:', 'src', device, mac) + if handle then + exec('tc filter del dev "%s" parent ffff: protocol ip prio 1 handle %s u32' % { device, handle }) + else + print('Warning! Could not get a handle for %s parent :ffff on interface %s' % { mac, device }) + end + local handle = get_filter_handle('1:', 'dest', device, mac) + if handle then + exec('tc filter del dev "%s" parent 1:0 protocol ip prio 1 handle %s u32' % { device, handle }) + else + print('Warning! Could not get a handle for %s parent 1:0 on interface %s' % { mac, device }) + end + end + end) +end + +-- Remove a blacklist entry +function remove_blacklist(mac) + mac = mac:lower() + uci:delete_all("luci_splash", "blacklist", + function(s) return not s.mac or s.mac:lower() == mac end) + uci:save("luci_splash") + uci:commit("luci_splash") + remove_lease_rule(mac) +end + + +-- Add an iptables rule +function add_lease_rule(mac, ipaddr, device) + local id + if ipaddr then + id = get_id(ipaddr) + end + + exec("iptables -t mangle -I luci_splash_mark_out -m mac --mac-source %q -j RETURN" % mac) + + -- Mark incoming packets to a splashed host + -- for ipv4 - by iptables and destination + if id and device then + exec("iptables -t mangle -I luci_splash_mark_in -d %q -j MARK --set-mark 0x1%s -m comment --comment %s" % {ipaddr, id, mac:upper()}) + end + + --for ipv6: need to use the mac here + + if has_ipv6 then + exec("ip6tables -t mangle -I luci_splash_mark_out -m mac --mac-source %q -j MARK --set-mark 79" % mac) + if id and device and tonumber(limit_down) then + exec("tc filter add dev %s parent 1:0 protocol ipv6 prio 1 u32 match ether dst %s classid 1:%s" % {device, mac:lower(), id}) + end + end + + + if device and tonumber(limit_up) > 0 then + exec('tc filter add dev "%s" parent ffff: protocol all prio 2 u32 match ether src %s police rate %skbit mtu 6k burst 6k drop' % {device, mac, limit_up}) + end + + if id and device and tonumber(limit_down) > 0 then + exec("tc class add dev %s parent 1: classid 1:0x%s htb rate %skbit" % { device, id, limit_down }) + exec("tc qdisc add dev %s parent 1:%s sfq perturb 10" % { device, id }) + end + + exec("iptables -t filter -I luci_splash_filter -m mac --mac-source %q -j RETURN" % mac) + exec("iptables -t nat -I luci_splash_leases -m mac --mac-source %q -j RETURN" % mac) + if has_ipv6 then + exec("ip6tables -t filter -I luci_splash_filter -m mac --mac-source %q -j RETURN" % mac) + end +end + + +-- Remove lease, black- or whitelist rules +function remove_lease_rule(mac, ipaddr, device, limit_up, limit_down) + + local id + if ipaddr then + id = get_id(ipaddr) + end + + ipt:resync() + ipt_delete_all({table="mangle", chain="luci_splash_mark_in", options={"/*", mac:upper()}}) + ipt_delete_all({table="mangle", chain="luci_splash_mark_out", options={"MAC", mac:upper()}}) + ipt_delete_all({table="filter", chain="luci_splash_filter", options={"MAC", mac:upper()}}) + ipt_delete_all({table="nat", chain="luci_splash_leases", options={"MAC", mac:upper()}}) + if has_ipv6 then + ipt6_delete_all({table="mangle", chain="luci_splash_mark_out", options={"MAC", mac:upper()}}) + ipt6_delete_all({table="filter", chain="luci_splash_filter", options={"MAC", mac:upper()}}) + end + + if device and tonumber(limit_up) > 0 then + local handle = get_filter_handle('ffff:', 'src', device, mac) + if handle then + exec('tc filter del dev "%s" parent ffff: protocol all prio 2 handle %s u32 police rate %skbit mtu 6k burst 6k drop' % {device, handle, limit_up}) + else + print('Warning! Could not get a handle for %s parent :ffff on interface %s' % { mac, device }) + end + end + -- remove clients class + if device and id then + exec('tc class del dev "%s" classid 1:%s' % {device, id}) + exec('tc filter del dev "%s" parent 1:0 prio 1' % device) -- ipv6 rule + --exec('tc qdisc del dev "%s" parent 1:%s sfq perturb 10' % { device, id }) + end +end + + +-- Add whitelist rules +function add_whitelist_rule(mac) + exec("iptables -t filter -I luci_splash_filter -m mac --mac-source %q -j RETURN" % mac) + exec("iptables -t nat -I luci_splash_leases -m mac --mac-source %q -j RETURN" % mac) + if has_ipv6 then + exec("ip6tables -t filter -I luci_splash_filter -m mac --mac-source %q -j RETURN" % mac) + end + uci:foreach("luci_splash", "iface", function(s) + local device = get_physdev(s['.name']) + if device and device ~= "" then + exec('tc filter add dev "%s" parent ffff: protocol ip prio 1 u32 match ether src %s police pass' % { device, mac }) + exec('tc filter add dev "%s" parent 1:0 protocol ip prio 1 u32 match ether dst %s classid 1:1' % { device, mac }) + end + end) +end + + +-- Add blacklist rules +function add_blacklist_rule(mac) + exec("iptables -t filter -I luci_splash_filter -m mac --mac-source %q -j DROP" % mac) + if has_ipv6 then + exec("ip6tables -t filter -I luci_splash_filter -m mac --mac-source %q -j DROP" % mac) + end +end + + +-- Synchronise leases, remove abandoned rules +function sync() + lock() + + local time = os.time() + + -- Current leases in state files + local leases = uci:get_all("luci_splash_leases") + + -- Convert leasetime to seconds + local leasetime = tonumber(uci:get("luci_splash", "general", "leasetime")) * 3600 + + -- Clean state file + uci:load("luci_splash_leases") + uci:revert("luci_splash_leases") + + + local blackwhitelist = uci:get_all("luci_splash") + local whitelist_total = 0 + local whitelist_online = 0 + local blacklist_total = 0 + local blacklist_online = 0 + local leasecount = 0 + local leases_online = 0 + + -- For all leases + for k, v in pairs(leases) do + if v[".type"] == "lease" then + if os.difftime(time, tonumber(v.start)) > leasetime then + -- Remove expired + remove_lease_rule(v.mac, v.ipaddr, v.device, tonumber(v.limit_up), tonumber(v.limit_down)) + else + leasecount = leasecount + 1 + + -- only count leases_online for connected clients + if mac_to_ip(v.mac) then + leases_online = leases_online + 1 + end + + -- Rewrite state + uci:section("luci_splash_leases", "lease", convert_mac_to_secname(v.mac), { + mac = v.mac, + ipaddr = v.ipaddr, + device = v.device, + limit_up = limit_up, + limit_down = limit_down, + start = v.start + }) + end + end + end + + -- Whitelist, Blacklist + for _, s in utl.spairs(blackwhitelist, + function(a,b) return blackwhitelist[a][".type"] > blackwhitelist[b][".type"] end + ) do + if (s[".type"] == "whitelist") then + whitelist_total = whitelist_total + 1 + if s.mac then + local mac = s.mac:lower() + if mac_to_ip(mac) then + whitelist_online = whitelist_online + 1 + end + end + end + if (s[".type"] == "blacklist") then + blacklist_total = blacklist_total + 1 + if s.mac then + local mac = s.mac:lower() + if mac_to_ip(mac) then + blacklist_online = blacklist_online + 1 + end + end + end + end + + -- ToDo: + -- include a new field "leases_online" in stats to differ between active clients and leases: + -- update_stats(leasecount, leases_online, whitelist_online, whitelist_total, blacklist_online, blacklist_total) later: + update_stats(leases_online, whitelist_online, whitelist_total, blacklist_online, blacklist_total) + + uci:save("luci_splash_leases") + + -- Get the mac addresses of current leases + local macs = get_known_macs() + + ipt:resync() + + ipt_delete_all({table="filter", chain="luci_splash_filter", options={"MAC"}}, + function(r) return not macs[r.options[2]:lower()] end) + ipt_delete_all({table="nat", chain="luci_splash_leases", options={"MAC"}}, + function(r) return not macs[r.options[2]:lower()] end) + ipt_delete_all({table="mangle", chain="luci_splash_mark_out", options={"MAC", "MARK", "set"}}, + function(r) return not macs[r.options[2]:lower()] end) + ipt_delete_all({table="mangle", chain="luci_splash_mark_in", options={"/*", "MARK", "set"}}, + function(r) return not macs[r.options[2]:lower()] end) + + + if has_ipv6 then + ipt6_delete_all({table="filter", chain="luci_splash_filter", options={"MAC"}}, + function(r) return not macs[r.options[2]:lower()] end) + ipt6_delete_all({table="mangle", chain="luci_splash_mark_out", options={"MAC", "MARK", "set"}}, + function(r) return not macs[r.options[2]:lower()] end) + end + + unlock() +end + +-- Show client info +function list() + -- Find traffic usage + local function traffic(lease) + local traffic_in = 0 + local traffic_out = 0 + + local rin = ipt:find({table="mangle", chain="luci_splash_mark_in", destination=lease.ipaddr}) + local rout = ipt:find({table="mangle", chain="luci_splash_mark_out", options={"MAC", lease.mac:upper()}}) + + if rin and #rin > 0 then traffic_in = math.floor( rin[1].bytes / 1024) end + if rout and #rout > 0 then traffic_out = math.floor(rout[1].bytes / 1024) end + + return traffic_in, traffic_out + end + + -- Print listings + local leases = uci:get_all("luci_splash_leases") + local blackwhitelist = uci:get_all("luci_splash") + + print(string.format( + "%-17s %-15s %-9s %-4s %-7s %20s", + "MAC", "IP", "State", "Dur.", "Intf.", "Traffic down/up" + )) + + -- Leases + for _, s in pairs(leases) do + if s[".type"] == "lease" and s.mac then + local ti, to = traffic(s) + local mac = s.mac:lower() + print(string.format( + "%-17s %-15s %-9s %3dm %-7s %7dKB %7dKB", + mac, s.ipaddr, "leased", + math.floor(( os.time() - tonumber(s.start) ) / 60), + mac_to_dev(mac) or "?", ti, to + )) + end + end + + -- Whitelist, Blacklist + for _, s in utl.spairs(blackwhitelist, + function(a,b) return blackwhitelist[a][".type"] > blackwhitelist[b][".type"] end + ) do + if (s[".type"] == "whitelist" or s[".type"] == "blacklist") and s.mac then + local mac = s.mac:lower() + print(string.format( + "%-17s %-15s %-9s %4s %-7s %9s %9s", + mac, mac_to_ip(mac) or "?", s[".type"], + "- ", mac_to_dev(mac) or "?", "-", "-" + )) + end + end +end + +main(arg) diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile new file mode 100644 index 0000000..af07cfb --- /dev/null +++ b/applications/luci-app-statistics/Makefile @@ -0,0 +1,16 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Statistics Application +LUCI_DEPENDS:= \ + +collectd +rrdtool1 +collectd-mod-rrdtool +collectd-mod-iwinfo \ + +collectd-mod-interface +collectd-mod-load +collectd-mod-network + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua new file mode 100644 index 0000000..3f26aee --- /dev/null +++ b/applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -0,0 +1,201 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Copyright 2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_statistics.luci_statistics", package.seeall) + +function index() + + require("nixio.fs") + require("luci.util") + require("luci.statistics.datatree") + + -- override entry(): check for existance .so where is derived from the called path + function _entry( path, ... ) + local file = path[5] or path[4] + if nixio.fs.access( "/usr/lib/collectd/" .. file .. ".so" ) then + entry( path, ... ) + end + end + + local labels = { + s_output = _("Output plugins"), + s_general = _("General plugins"), + s_network = _("Network plugins"), + + conntrack = _("Conntrack"), + cpu = _("Processor"), + csv = _("CSV Output"), + df = _("Disk Space Usage"), + disk = _("Disk Usage"), + dns = _("DNS"), + email = _("Email"), + entropy = _("Entropy"), + exec = _("Exec"), + interface = _("Interfaces"), + iptables = _("Firewall"), + irq = _("Interrupts"), + iwinfo = _("Wireless"), + load = _("System Load"), + memory = _("Memory"), + netlink = _("Netlink"), + network = _("Network"), + nut = _("UPS"), + olsrd = _("OLSRd"), + openvpn = _("OpenVPN"), + ping = _("Ping"), + processes = _("Processes"), + rrdtool = _("RRDTool"), + sensors = _("Sensors"), + splash_leases = _("Splash Leases"), + tcpconns = _("TCP Connections"), + unixsock = _("UnixSock"), + uptime = _("Uptime") + } + + -- our collectd menu + local collectd_menu = { + output = { "csv", "network", "rrdtool", "unixsock" }, + general = { "cpu", "df", "disk", "email", "entropy", "exec", "irq", "load", "memory", "nut", "processes", "sensors", "uptime" }, + network = { "conntrack", "dns", "interface", "iptables", "netlink", "olsrd", "openvpn", "ping", "splash_leases", "tcpconns", "iwinfo" } + } + + -- create toplevel menu nodes + local st = entry({"admin", "statistics"}, template("admin_statistics/index"), _("Statistics"), 80) + st.index = true + + entry({"admin", "statistics", "collectd"}, cbi("luci_statistics/collectd"), _("Setup"), 20).subindex = true + + + -- populate collectd plugin menu + local index = 1 + for section, plugins in luci.util.kspairs( collectd_menu ) do + local e = entry( + { "admin", "statistics", "collectd", section }, + firstchild(), labels["s_"..section], index * 10 + ) + + e.index = true + + for j, plugin in luci.util.vspairs( plugins ) do + _entry( + { "admin", "statistics", "collectd", section, plugin }, + cbi("luci_statistics/" .. plugin ), + labels[plugin], j * 10 + ) + end + + index = index + 1 + end + + -- output views + local page = entry( { "admin", "statistics", "graph" }, template("admin_statistics/index"), _("Graphs"), 10) + page.setuser = "nobody" + page.setgroup = "nogroup" + + local vars = luci.http.formvalue(nil, true) + local span = vars.timespan or nil + local host = vars.host or nil + + -- get rrd data tree + local tree = luci.statistics.datatree.Instance(host) + + local _, plugin, idx + for _, plugin, idx in luci.util.vspairs( tree:plugins() ) do + + -- get plugin instances + local instances = tree:plugin_instances( plugin ) + + -- plugin menu entry + entry( + { "admin", "statistics", "graph", plugin }, + call("statistics_render"), labels[plugin], idx + ).query = { timespan = span , host = host } + + -- if more then one instance is found then generate submenu + if #instances > 1 then + local _, inst, idx2 + for _, inst, idx2 in luci.util.vspairs(instances) do + -- instance menu entry + entry( + { "admin", "statistics", "graph", plugin, inst }, + call("statistics_render"), inst, idx2 + ).query = { timespan = span , host = host } + end + end + end +end + +function statistics_render() + + require("luci.statistics.rrdtool") + require("luci.template") + require("luci.model.uci") + + local vars = luci.http.formvalue() + local req = luci.dispatcher.context.request + local path = luci.dispatcher.context.path + local uci = luci.model.uci.cursor() + local spans = luci.util.split( uci:get( "luci_statistics", "collectd_rrdtool", "RRATimespans" ), "%s+", nil, true ) + local span = vars.timespan or uci:get( "luci_statistics", "rrdtool", "default_timespan" ) or spans[1] + local host = vars.host or uci:get( "luci_statistics", "collectd", "Hostname" ) or luci.sys.hostname() + local opts = { host = vars.host } + local graph = luci.statistics.rrdtool.Graph( luci.util.parse_units( span ), opts ) + local hosts = graph.tree:host_instances() + + local is_index = false + local i, p, inst, idx + + -- deliver image + if vars.img then + local l12 = require "luci.ltn12" + local png = io.open(graph.opts.imgpath .. "/" .. vars.img:gsub("%.+", "."), "r") + if png then + luci.http.prepare_content("image/png") + l12.pump.all(l12.source.file(png), luci.http.write) + end + return + end + + local plugin, instances + local images = { } + + -- find requested plugin and instance + for i, p in ipairs( luci.dispatcher.context.path ) do + if luci.dispatcher.context.path[i] == "graph" then + plugin = luci.dispatcher.context.path[i+1] + instances = { luci.dispatcher.context.path[i+2] } + end + end + + -- no instance requested, find all instances + if #instances == 0 then + --instances = { graph.tree:plugin_instances( plugin )[1] } + instances = graph.tree:plugin_instances( plugin ) + is_index = (#instances > 1) + + -- index instance requested + elseif instances[1] == "-" then + instances[1] = "" + is_index = true + end + + + -- render graphs + for i, inst in luci.util.vspairs( instances ) do + for i, img in luci.util.vspairs( graph:render( plugin, inst, is_index ) ) do + table.insert( images, graph:strippngpath( img ) ) + images[images[#images]] = inst + end + end + + luci.template.render( "public_statistics/graph", { + images = images, + plugin = plugin, + timespans = spans, + current_timespan = span, + hosts = hosts, + current_host = host, + is_index = is_index + } ) +end diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua new file mode 100644 index 0000000..663a3f1 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua @@ -0,0 +1,62 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys") + + +m = Map("luci_statistics", + translate("Collectd Settings"), + translate( + "Collectd is a small daemon for collecting data from " .. + "various sources through different plugins. On this page " .. + "you can change general settings for the collectd daemon." + )) + +-- general config section +s = m:section( NamedSection, "collectd", "luci_statistics" ) + +-- general.hostname (Hostname) +hostname = s:option( Value, "Hostname", translate("Hostname") ) +hostname.default = luci.sys.hostname() +hostname.optional = true + +-- general.basedir (BaseDir) +basedir = s:option( Value, "BaseDir", translate("Base Directory") ) +basedir.default = "/var/run/collectd" + +-- general.include (Include) +include = s:option( Value, "Include", translate("Directory for sub-configurations") ) +include.default = "/etc/collectd/conf.d/*.conf" + +-- general.plugindir (PluginDir) +plugindir = s:option( Value, "PluginDir", translate("Directory for collectd plugins") ) +plugindir.default = "/usr/lib/collectd/" + +-- general.pidfile (PIDFile) +pidfile = s:option( Value, "PIDFile", translate("Used PID file") ) +pidfile.default = "/var/run/collectd.pid" + +-- general.typesdb (TypesDB) +typesdb = s:option( Value, "TypesDB", translate("Datasets definition file") ) +typesdb.default = "/etc/collectd/types.db" + +-- general.interval (Interval) +interval = s:option( Value, "Interval", translate("Data collection interval"), translate("Seconds") ) +interval.default = 60 +interval.isnumber = true + +-- general.readthreads (ReadThreads) +readthreads = s:option( Value, "ReadThreads", translate("Number of threads for data collection") ) +readthreads.default = 5 +readthreads.isnumber = true + +-- general.fqdnlookup (FQDNLookup) +fqdnlookup = s:option( Flag, "FQDNLookup", translate("Try to lookup fully qualified hostname") ) +fqdnlookup.enabled = "true" +fqdnlookup.disabled = "false" +fqdnlookup.default = "false" +fqdnlookup.optional = true +fqdnlookup:depends( "Hostname", "" ) + + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua new file mode 100644 index 0000000..f89cdb1 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua @@ -0,0 +1,21 @@ +--[[ + +Copyright 2011 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +]]-- + +m = Map("luci_statistics", + translate("Conntrack Plugin Configuration"), + translate("The conntrack plugin collects statistics about the number of tracked connections.")) + +s = m:section( NamedSection, "collectd_conntrack", "luci_statistics" ) + +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua new file mode 100644 index 0000000..ee3fd25 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("CPU Plugin Configuration"), + translate("The cpu plugin collects basic statistics about the processor usage.")) + +-- collectd_cpu config section +s = m:section( NamedSection, "collectd_cpu", "luci_statistics" ) + +-- collectd_cpu.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua new file mode 100644 index 0000000..ec45a67 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("CSV Plugin Configuration"), + translate( + "The csv plugin stores collected data in csv file format " .. + "for further processing by external programs." + )) + +-- collectd_csv config section +s = m:section( NamedSection, "collectd_csv", "luci_statistics" ) + +-- collectd_csv.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_csv.datadir (DataDir) +datadir = s:option( Value, "DataDir", translate("Storage directory for the csv files") ) +datadir.default = "127.0.0.1" +datadir:depends( "enable", 1 ) + +-- collectd_csv.storerates (StoreRates) +storerates = s:option( Flag, "StoreRates", translate("Store data values as rates instead of absolute values") ) +storerates.default = 0 +storerates:depends( "enable", 1 ) + +return m + diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua new file mode 100644 index 0000000..c6031fd --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua @@ -0,0 +1,41 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("DF Plugin Configuration"), + translate( + "The df plugin collects statistics about the disk space " .. + "usage on different devices, mount points or filesystem types." + )) + +-- collectd_df config section +s = m:section( NamedSection, "collectd_df", "luci_statistics" ) + +-- collectd_df.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_df.devices (Device) +devices = s:option( Value, "Devices", translate("Monitor devices") ) +devices.default = "/dev/mtdblock/4" +devices.optional = true +devices:depends( "enable", 1 ) + +-- collectd_df.mountpoints (MountPoint) +mountpoints = s:option( Value, "MountPoints", translate("Monitor mount points") ) +mountpoints.default = "/overlay" +mountpoints.optional = true +mountpoints:depends( "enable", 1 ) + +-- collectd_df.fstypes (FSType) +fstypes = s:option( Value, "FSTypes", translate("Monitor filesystem types") ) +fstypes.default = "tmpfs" +fstypes.optional = true +fstypes:depends( "enable", 1 ) + +-- collectd_df.ignoreselected (IgnoreSelected) +ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +ignoreselected.default = 0 +ignoreselected:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua new file mode 100644 index 0000000..dc3d3fb --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Disk Plugin Configuration"), + translate( + "The disk plugin collects detailled usage statistics " .. + "for selected partitions or whole disks." + )) + +-- collectd_disk config section +s = m:section( NamedSection, "collectd_disk", "luci_statistics" ) + +-- collectd_disk.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_disk.disks (Disk) +devices = s:option( Value, "Disks", translate("Monitor disks and partitions") ) +devices.default = "hda1 hdb" +devices.rmempty = true +devices:depends( "enable", 1 ) + +-- collectd_disk.ignoreselected (IgnoreSelected) +ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +ignoreselected.default = 0 +ignoreselected:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua new file mode 100644 index 0000000..29b998b --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua @@ -0,0 +1,36 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys") + + +m = Map("luci_statistics", + translate("DNS Plugin Configuration"), + translate( + "The dns plugin collects detailled statistics about dns " .. + "related traffic on selected interfaces." + )) + +-- collectd_dns config section +s = m:section( NamedSection, "collectd_dns", "luci_statistics" ) + +-- collectd_dns.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_dns.interfaces (Interface) +interfaces = s:option( MultiValue, "Interfaces", translate("Monitor interfaces") ) +interfaces.widget = "select" +interfaces.size = 5 +interfaces:depends( "enable", 1 ) +interfaces:value("any") +for k, v in pairs(luci.sys.net.devices()) do + interfaces:value(v) +end + +-- collectd_dns.ignoresources (IgnoreSource) +ignoresources = s:option( Value, "IgnoreSources", translate("Ignore source addresses") ) +ignoresources.default = "127.0.0.1" +ignoresources:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua new file mode 100644 index 0000000..e6ed439 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua @@ -0,0 +1,48 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("E-Mail Plugin Configuration"), + translate( + "The email plugin creates a unix socket which can be used " .. + "to transmit email-statistics to a running collectd daemon. " .. + "This plugin is primarily intended to be used in conjunction " .. + "with Mail::SpamAssasin::Plugin::Collectd but can be used in " .. + "other ways as well." + )) + +-- collectd_email config section +s = m:section( NamedSection, "collectd_email", "luci_statistics" ) + +-- collectd_email.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_email.socketfile (SocketFile) +socketfile = s:option( Value, "SocketFile", translate("Socket file") ) +socketfile.default = "/var/run/collect-email.sock" +socketfile:depends( "enable", 1 ) + +-- collectd_email.socketgroup (SocketGroup) +socketgroup = s:option( Value, "SocketGroup", translate("Socket group") ) +socketgroup.default = "nobody" +socketgroup.rmempty = true +socketgroup.optional = true +socketgroup:depends( "enable", 1 ) + +-- collectd_email.socketperms (SocketPerms) +socketperms = s:option( Value, "SocketPerms", translate("Socket permissions") ) +socketperms.default = "0770" +socketperms.rmempty = true +socketperms.optional = true +socketperms:depends( "enable", 1 ) + +-- collectd_email.maxconns (MaxConns) +maxconns = s:option( Value, "MaxConns", translate("Maximum allowed connections") ) +maxconns.default = 5 +maxconns.isinteger = true +maxconns.rmempty = true +maxconns.optional = true +maxconns:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua new file mode 100644 index 0000000..d18bf91 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua @@ -0,0 +1,14 @@ +-- Copyright 2015 Hannu Nyman +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Entropy Plugin Configuration"), + translate("The entropy plugin collects statistics about the available entropy.")) + +s = m:section( NamedSection, "collectd_entropy", "luci_statistics" ) + +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m + diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua new file mode 100644 index 0000000..48e0ec2 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua @@ -0,0 +1,77 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Exec Plugin Configuration"), + translate( + "The exec plugin starts external commands to read values " .. + "from or to notify external processes when certain threshold " .. + "values have been reached." + )) + +-- collectd_exec config section +s = m:section( NamedSection, "collectd_exec", "luci_statistics" ) + +-- collectd_exec.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + + +-- collectd_exec_input config section (Exec directives) +exec = m:section( TypedSection, "collectd_exec_input", + translate("Add command for reading values"), + translate( + "Here you can define external commands which will be " .. + "started by collectd in order to read certain values. " .. + "The values will be read from stdout." + )) +exec.addremove = true +exec.anonymous = true + +-- collectd_exec_input.cmdline +exec_cmdline = exec:option( Value, "cmdline", translate("Script") ) +exec_cmdline.default = "/usr/bin/stat-dhcpusers" + +-- collectd_exec_input.cmdline +exec_cmduser = exec:option( Value, "cmduser", translate("User") ) +exec_cmduser.default = "nobody" +exec_cmduser.rmempty = true +exec_cmduser.optional = true + +-- collectd_exec_input.cmdline +exec_cmdgroup = exec:option( Value, "cmdgroup", translate("Group") ) +exec_cmdgroup.default = "nogroup" +exec_cmdgroup.rmempty = true +exec_cmdgroup.optional = true + + +-- collectd_exec_notify config section (NotifyExec directives) +notify = m:section( TypedSection, "collectd_exec_notify", + translate("Add notification command"), + translate( + "Here you can define external commands which will be " .. + "started by collectd when certain threshold values have " .. + "been reached. The values leading to invokation will be " .. + "feeded to the the called programs stdin." + )) +notify.addremove = true +notify.anonymous = true + +-- collectd_notify_input.cmdline +notify_cmdline = notify:option( Value, "cmdline", translate("Script") ) +notify_cmdline.default = "/usr/bin/stat-dhcpusers" + +-- collectd_notify_input.cmdline +notify_cmduser = notify:option( Value, "cmduser", translate("User") ) +notify_cmduser.default = "nobody" +notify_cmduser.rmempty = true +notify_cmduser.optional = true + +-- collectd_notify_input.cmdline +notify_cmdgroup = notify:option( Value, "cmdgroup", translate("Group") ) +notify_cmdgroup.default = "nogroup" +notify_cmdgroup.rmempty = true +notify_cmdgroup.optional = true + + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua new file mode 100644 index 0000000..752212f --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua @@ -0,0 +1,35 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys") + + +m = Map("luci_statistics", + translate("Interface Plugin Configuration"), + translate( + "The interface plugin collects traffic statistics on " .. + "selected interfaces." + )) + +-- collectd_interface config section +s = m:section( NamedSection, "collectd_interface", "luci_statistics" ) + +-- collectd_interface.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_interface.interfaces (Interface) +interfaces = s:option( MultiValue, "Interfaces", translate("Monitor interfaces") ) +interfaces.widget = "select" +interfaces.size = 5 +interfaces:depends( "enable", 1 ) +for k, v in pairs(luci.sys.net.devices()) do + interfaces:value(v) +end + +-- collectd_interface.ignoreselected (IgnoreSelected) +ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +ignoreselected.default = 0 +ignoreselected:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua new file mode 100644 index 0000000..aa46984 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua @@ -0,0 +1,120 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys.iptparser") + +ip = luci.sys.iptparser.IptParser() +chains = { } +targets = { } + +for i, rule in ipairs( ip:find() ) do + if rule.chain and rule.target then + chains[rule.chain] = true + targets[rule.target] = true + end +end + + +m = Map("luci_statistics", + translate("Iptables Plugin Configuration"), + translate( + "The iptables plugin will monitor selected firewall rules and " .. + "collect informations about processed bytes and packets per rule." + )) + +-- collectd_iptables config section +s = m:section( NamedSection, "collectd_iptables", "luci_statistics" ) + +-- collectd_iptables.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + + +-- collectd_iptables_match config section (Chain directives) +rule = m:section( TypedSection, "collectd_iptables_match", + translate("Add matching rule"), + translate( + "Here you can define various criteria by which the monitored " .. + "iptables rules are selected." + )) +rule.addremove = true +rule.anonymous = true + + +-- collectd_iptables_match.name +rule_table = rule:option( Value, "name", + translate("Name of the rule"), translate("max. 16 chars") ) + +-- collectd_iptables_match.table +rule_table = rule:option( ListValue, "table", translate("Table") ) +rule_table.default = "filter" +rule_table.rmempty = true +rule_table.optional = true +rule_table:value("") +rule_table:value("filter") +rule_table:value("nat") +rule_table:value("mangle") + + +-- collectd_iptables_match.chain +rule_chain = rule:option( ListValue, "chain", translate("Chain") ) +rule_chain.rmempty = true +rule_chain.optional = true +rule_chain:value("") + +for chain, void in pairs( chains ) do + rule_chain:value( chain ) +end + + +-- collectd_iptables_match.target +rule_target = rule:option( ListValue, "target", translate("Action (target)") ) +rule_target.rmempty = true +rule_target.optional = true +rule_target:value("") + +for target, void in pairs( targets ) do + rule_target:value( target ) +end + + +-- collectd_iptables_match.protocol +rule_protocol = rule:option( ListValue, "protocol", translate("Network protocol") ) +rule_protocol.rmempty = true +rule_protocol.optional = true +rule_protocol:value("") +rule_protocol:value("tcp") +rule_protocol:value("udp") +rule_protocol:value("icmp") + +-- collectd_iptables_match.source +rule_source = rule:option( Value, "source", translate("Source ip range") ) +rule_source.default = "0.0.0.0/0" +rule_source.rmempty = true +rule_source.optional = true + +-- collectd_iptables_match.destination +rule_destination = rule:option( Value, "destination", translate("Destination ip range") ) +rule_destination.default = "0.0.0.0/0" +rule_destination.rmempty = true +rule_destination.optional = true + +-- collectd_iptables_match.inputif +rule_inputif = rule:option( Value, "inputif", + translate("Incoming interface"), translate("e.g. br-lan") ) +rule_inputif.rmempty = true +rule_inputif.optional = true + +-- collectd_iptables_match.outputif +rule_outputif = rule:option( Value, "outputif", + translate("Outgoing interface"), translate("e.g. br-ff") ) +rule_outputif.rmempty = true +rule_outputif.optional = true + +-- collectd_iptables_match.options +rule_options = rule:option( Value, "options", + translate("Options"), translate("e.g. reject-with tcp-reset") ) +rule_options.rmempty = true +rule_options.optional = true + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua new file mode 100644 index 0000000..6a8c227 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua @@ -0,0 +1,30 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("IRQ Plugin Configuration"), + translate( + "The irq plugin will monitor the rate of issues per second for " .. + "each selected interrupt. If no interrupt is selected then all " .. + "interrupts are monitored." + )) + +-- collectd_irq config section +s = m:section( NamedSection, "collectd_irq", "luci_statistics" ) + +-- collectd_irq.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_irq.irqs (Irq) +irqs = s:option( Value, "Irqs", translate("Monitor interrupts") ) +irqs.optional = true +irqs:depends( "enable", 1 ) + +-- collectd_irq.ignoreselected (IgnoreSelected) +ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +ignoreselected.default = 0 +ignoreselected.optional = "true" +ignoreselected:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua new file mode 100644 index 0000000..20d9509 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua @@ -0,0 +1,26 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local m, s, o + +m = Map("luci_statistics", + translate("Wireless iwinfo Plugin Configuration"), + translate("The iwinfo plugin collects statistics about wireless signal strength, noise and quality.")) + +s = m:section(NamedSection, "collectd_iwinfo", "luci_statistics") + +o = s:option(Flag, "enable", translate("Enable this plugin")) +o.default = 0 + +o = s:option(Value, "Interfaces", translate("Monitor interfaces"), + translate("Leave unselected to automatically determine interfaces to monitor.")) +o.template = "cbi/network_ifacelist" +o.widget = "checkbox" +o.nocreate = true +o:depends("enable", 1) + +o = s:option(Flag, "IgnoreSelected", translate("Monitor all except specified")) +o.default = 0 +o:depends("enable", 1) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua new file mode 100644 index 0000000..6578291 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua @@ -0,0 +1,17 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Load Plugin Configuration"), + translate( + "The load plugin collects statistics about the general system load." + )) + +-- collectd_wireless config section +s = m:section( NamedSection, "collectd_load", "luci_statistics" ) + +-- collectd_wireless.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua new file mode 100644 index 0000000..5510a5a --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua @@ -0,0 +1,21 @@ +--[[ + +Copyright 2011 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +]]-- + +m = Map("luci_statistics", + translate("Memory Plugin Configuration"), + translate("The memory plugin collects statistics about the memory usage.")) + +s = m:section( NamedSection, "collectd_memory", "luci_statistics" ) + +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua new file mode 100644 index 0000000..917abd0 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua @@ -0,0 +1,83 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys") + +local devices = luci.sys.net.devices() + + +m = Map("luci_statistics", + translate("Netlink Plugin Configuration"), + translate( + "The netlink plugin collects extended informations like " .. + "qdisc-, class- and filter-statistics for selected interfaces." + )) + +-- collectd_netlink config section +s = m:section( NamedSection, "collectd_netlink", "luci_statistics" ) + +-- collectd_netlink.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_netlink.interfaces (Interface) +interfaces = s:option( MultiValue, "Interfaces", translate("Basic monitoring") ) +interfaces.widget = "select" +interfaces.optional = true +interfaces.size = #devices + 1 +interfaces:depends( "enable", 1 ) +interfaces:value("") +for i, v in ipairs(devices) do + interfaces:value(v) +end + +-- collectd_netlink.verboseinterfaces (VerboseInterface) +verboseinterfaces = s:option( MultiValue, "VerboseInterfaces", translate("Verbose monitoring") ) +verboseinterfaces.widget = "select" +verboseinterfaces.optional = true +verboseinterfaces.size = #devices + 1 +verboseinterfaces:depends( "enable", 1 ) +verboseinterfaces:value("") +for i, v in ipairs(devices) do + verboseinterfaces:value(v) +end + +-- collectd_netlink.qdiscs (QDisc) +qdiscs = s:option( MultiValue, "QDiscs", translate("Qdisc monitoring") ) +qdiscs.widget = "select" +qdiscs.optional = true +qdiscs.size = #devices + 1 +qdiscs:depends( "enable", 1 ) +qdiscs:value("") +for i, v in ipairs(devices) do + qdiscs:value(v) +end + +-- collectd_netlink.classes (Class) +classes = s:option( MultiValue, "Classes", translate("Shaping class monitoring") ) +classes.widget = "select" +classes.optional = true +classes.size = #devices + 1 +classes:depends( "enable", 1 ) +classes:value("") +for i, v in ipairs(devices) do + classes:value(v) +end + +-- collectd_netlink.filters (Filter) +filters = s:option( MultiValue, "Filters", translate("Filter class monitoring") ) +filters.widget = "select" +filters.optional = true +filters.size = #devices + 1 +filters:depends( "enable", 1 ) +filters:value("") +for i, v in ipairs(devices) do + filters:value(v) +end + +-- collectd_netlink.ignoreselected (IgnoreSelected) +ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +ignoreselected.default = 0 +ignoreselected:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua new file mode 100644 index 0000000..547badf --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua @@ -0,0 +1,85 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Network Plugin Configuration"), + translate( + "The network plugin provides network based communication between " .. + "different collectd instances. Collectd can operate both in client " .. + "and server mode. In client mode locally collected data is " .. + "transferred to a collectd server instance, in server mode the " .. + "local instance receives data from other hosts." + )) + +-- collectd_network config section +s = m:section( NamedSection, "collectd_network", "luci_statistics" ) + +-- collectd_network.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + + +-- collectd_network_listen config section (Listen) +listen = m:section( TypedSection, "collectd_network_listen", + translate("Listener interfaces"), + translate( + "This section defines on which interfaces collectd will wait " .. + "for incoming connections." + )) +listen.addremove = true +listen.anonymous = true + +-- collectd_network_listen.host +listen_host = listen:option( Value, "host", translate("Listen host") ) +listen_host.default = "0.0.0.0" + +-- collectd_network_listen.port +listen_port = listen:option( Value, "port", translate("Listen port") ) +listen_port.default = 25826 +listen_port.isinteger = true +listen_port.optional = true + + +-- collectd_network_server config section (Server) +server = m:section( TypedSection, "collectd_network_server", + translate("server interfaces"), + translate( + "This section defines to which servers the locally collected " .. + "data is sent to." + )) +server.addremove = true +server.anonymous = true + +-- collectd_network_server.host +server_host = server:option( Value, "host", translate("Server host") ) +server_host.default = "0.0.0.0" + +-- collectd_network_server.port +server_port = server:option( Value, "port", translate("Server port") ) +server_port.default = 25826 +server_port.isinteger = true +server_port.optional = true + +-- collectd_network.timetolive (TimeToLive) +ttl = s:option( Value, "TimeToLive", translate("TTL for network packets") ) +ttl.default = 128 +ttl.isinteger = true +ttl.optional = true +ttl:depends( "enable", 1 ) + +-- collectd_network.forward (Forward) +forward = s:option( Flag, "Forward", translate("Forwarding between listen and server addresses") ) +forward.default = 0 +forward.optional = true +forward:depends( "enable", 1 ) + +-- collectd_network.cacheflush (CacheFlush) +cacheflush = s:option( Value, "CacheFlush", + translate("Cache flush interval"), translate("Seconds") ) +cacheflush.default = 86400 +cacheflush.isinteger = true +cacheflush.optional = true +cacheflush:depends( "enable", 1 ) + + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua new file mode 100644 index 0000000..03ec29e --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua @@ -0,0 +1,17 @@ +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("UPS Plugin Configuration"), + translate("The NUT plugin reads information about Uninterruptible Power Supplies.")) + +s = m:section(NamedSection, "collectd_nut", "luci_statistics" ) + +enable = s:option(Flag, "enable", translate("Enable this plugin")) +enable.default = 0 + +host = s:option(Value, "UPS", translate("UPS"), translate("UPS name in NUT ups@host format")) +host.placeholder = "myupsname" +host.datatype = "string" +host.rmempty = true + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua new file mode 100644 index 0000000..59266e5 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua @@ -0,0 +1,45 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("OLSRd Plugin Configuration"), + translate("The OLSRd plugin reads information about meshed networks from the txtinfo plugin of OLSRd.")) + +s = m:section(NamedSection, "collectd_olsrd", "luci_statistics" ) + +enable = s:option(Flag, "enable", translate("Enable this plugin")) +enable.default = 0 + +host = s:option(Value, "Host", translate("Host"), translate("IP or hostname where to get the txtinfo output from")) +host.placeholder = "127.0.0.1" +host.datatype = "host" +host.rmempty = true + +port = s:option(Value, "Port", translate("Port")) +port.placeholder = "2006" +port.datatype = "range(0,65535)" +port.rmempty = true +port.cast = "string" + +cl = s:option(ListValue, "CollectLinks", translate("CollectLinks"), + translate("Specifies what information to collect about links.")) +cl:value("No") +cl:value("Summary") +cl:value("Detail") +cl.default = "Detail" + +cr = s:option(ListValue, "CollectRoutes", translate("CollectRoutes"), + translate("Specifies what information to collect about routes.")) +cr:value("No") +cr:value("Summary") +cr:value("Detail") +cr.default = "Summary" + +ct = s:option(ListValue, "CollectTopology", translate("CollectTopology"), + translate("Specifies what information to collect about the global topology.")) +ct:value("No") +ct:value("Summary") +ct:value("Detail") +ct.default = "Summary" + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua new file mode 100644 index 0000000..193f044 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua @@ -0,0 +1,56 @@ +-- Copyright 2015 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require "luci.sys" + +local m, s, o + + +m = Map("luci_statistics", + translate("OpenVPN Plugin Configuration"), + translate("The OpenVPN plugin gathers information about the current vpn connection status.")) + +s = m:section( NamedSection, "collectd_openvpn", "luci_statistics" ) + + +o = s:option( Flag, "enable", translate("Enable this plugin") ) +o.default = "0" + + +o = s:option(Flag, "CollectIndividualUsers", translate("Generate a separate graph for each logged user")) +o.default = "0" +o.rmempty = true +o:depends("enable", 1) + + +o = s:option(Flag, "CollectUserCount", translate("Aggregate number of connected users")) +o.default = "0" +o.rmempty = true +o:depends("enable", 1) + + +o = s:option(Flag, "CollectCompression", translate("Gather compression statistics")) +o.default = "0" +o.rmempty = true +o:depends("enable", 1) + + +o = s:option(Flag, "ImprovedNamingSchema", translate("Use improved naming schema")) +o.default = "0" +o.rmempty = true +o:depends("enable", 1) + + +o = s:option(DynamicList, "StatusFile", translate("OpenVPN status files")) +o.rmempty = true +o:depends("enable", 1) + +local status_files = nixio.fs.glob("/var/run/openvpn.*.status") +if status_files then + local status_file + for status_file in status_files do + o:value(status_file) + end +end + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua new file mode 100644 index 0000000..3179da6 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua @@ -0,0 +1,35 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Ping Plugin Configuration"), + translate( + "The ping plugin will send icmp echo replies to selected " .. + "hosts and measure the roundtrip time for each host." + )) + +-- collectd_ping config section +s = m:section( NamedSection, "collectd_ping", "luci_statistics" ) + +-- collectd_ping.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_ping.hosts (Host) +hosts = s:option( Value, "Hosts", translate("Monitor hosts"), translate ("Add multiple hosts separated by space.")) +hosts.default = "127.0.0.1" +hosts:depends( "enable", 1 ) + +-- collectd_ping.ttl (TTL) +ttl = s:option( Value, "TTL", translate("TTL for ping packets") ) +ttl.isinteger = true +ttl.default = 128 +ttl:depends( "enable", 1 ) + +-- collectd_ping.interval (Interval) +interval = s:option( Value, "Interval", translate("Interval for pings"), translate ("Seconds") ) +interval.isinteger = true +interval.default = 30 +interval:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua new file mode 100644 index 0000000..4171a88 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua @@ -0,0 +1,24 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Processes Plugin Configuration"), + translate( + "The processes plugin collects informations like cpu time, " .. + "page faults and memory usage of selected processes." + )) + +-- collectd_processes config section +s = m:section( NamedSection, "collectd_processes", "luci_statistics" ) + +-- collectd_processes.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_processes.processes (Process) +processes = s:option( Value, "Processes", translate("Monitor processes"), + translate("Processes to monitor separated by space") ) +processes:depends( "enable", 1 ) +processes.default = "uhttpd dropbear dnsmasq" + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua new file mode 100644 index 0000000..b3bdf87 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua @@ -0,0 +1,96 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("RRDTool Plugin Configuration"), + translate( + "The rrdtool plugin stores the collected data in rrd database " .. + "files, the foundation of the diagrams.

" .. + "Warning: Setting the wrong values will result in a very " .. + "high memory consumption in the temporary directory. " .. + "This can render the device unusable!" + )) + +-- collectd_rrdtool config section +s = m:section( NamedSection, "collectd_rrdtool", "luci_statistics" ) + +-- collectd_rrdtool.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 1 + +-- collectd_rrdtool.datadir (DataDir) +datadir = s:option( Value, "DataDir", translate("Storage directory") ) +datadir.default = "/tmp" +datadir.rmempty = true +datadir.optional = true +datadir:depends( "enable", 1 ) + +-- collectd_rrdtool.stepsize (StepSize) +stepsize = s:option( Value, "StepSize", + translate("RRD step interval"), translate("Seconds") ) +stepsize.default = 30 +stepsize.isinteger = true +stepsize.rmempty = true +stepsize.optional = true +stepsize:depends( "enable", 1 ) + +-- collectd_rrdtool.heartbeat (HeartBeat) +heartbeat = s:option( Value, "HeartBeat", + translate("RRD heart beat interval"), translate("Seconds") ) +heartbeat.default = 60 +heartbeat.isinteger = true +heartbeat.rmempty = true +heartbeat.optional = true +heartbeat:depends( "enable", 1 ) + +-- collectd_rrdtool.rrasingle (RRASingle) +rrasingle = s:option( Flag, "RRASingle", + translate("Only create average RRAs"), translate("reduces rrd size") ) +rrasingle.default = true +rrasingle.rmempty = true +rrasingle.optional = true +rrasingle:depends( "enable", 1 ) + +-- collectd_rrdtool.rratimespans (RRATimespan) +rratimespans = s:option( Value, "RRATimespans", + translate("Stored timespans"), translate("seconds; multiple separated by space") ) +rratimespans.default = "600 86400 604800 2678400 31622400" +rratimespans.rmempty = true +rratimespans.optional = true +rratimespans:depends( "enable", 1 ) + +-- collectd_rrdtool.rrarows (RRARows) +rrarows = s:option( Value, "RRARows", translate("Rows per RRA") ) +rrarows.isinteger = true +rrarows.default = 100 +rrarows.rmempty = true +rrarows.optional = true +rrarows:depends( "enable", 1 ) + +-- collectd_rrdtool.xff (XFF) +xff = s:option( Value, "XFF", translate("RRD XFiles Factor") ) +xff.default = 0.1 +xff.isnumber = true +xff.rmempty = true +xff.optional = true +xff:depends( "enable", 1 ) + +-- collectd_rrdtool.cachetimeout (CacheTimeout) +cachetimeout = s:option( Value, "CacheTimeout", + translate("Cache collected data for"), translate("Seconds") ) +cachetimeout.isinteger = true +cachetimeout.default = 100 +cachetimeout.rmempty = true +cachetimeout.optional = true +cachetimeout:depends( "enable", 1 ) + +-- collectd_rrdtool.cacheflush (CacheFlush) +cacheflush = s:option( Value, "CacheFlush", + translate("Flush cache after"), translate("Seconds") ) +cacheflush.isinteger = true +cacheflush.default = 100 +cacheflush.rmempty = true +cacheflush.optional = true +cacheflush:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua new file mode 100644 index 0000000..77e36bf --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua @@ -0,0 +1,125 @@ +-- Copyright 2015 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +require "luci.sys" + +local m, s, o +local sensor_types = { + ["12v"] = "voltage", + ["2.0v"] = "voltage", + ["2.5v"] = "voltage", + ["3.3v"] = "voltage", + ["5.0v"] = "voltage", + ["5v"] = "voltage", + ["ain1"] = "voltage", + ["ain2"] = "voltage", + ["cpu_temp"] = "temperature", + ["fan1"] = "fanspeed", + ["fan2"] = "fanspeed", + ["fan3"] = "fanspeed", + ["fan4"] = "fanspeed", + ["fan5"] = "fanspeed", + ["fan6"] = "fanspeed", + ["fan7"] = "fanspeed", + ["in0"] = "voltage", + ["in10"] = "voltage", + ["in2"] = "voltage", + ["in3"] = "voltage", + ["in4"] = "voltage", + ["in5"] = "voltage", + ["in6"] = "voltage", + ["in7"] = "voltage", + ["in8"] = "voltage", + ["in9"] = "voltage", + ["power1"] = "power", + ["remote_temp"] = "temperature", + ["temp1"] = "temperature", + ["temp2"] = "temperature", + ["temp3"] = "temperature", + ["temp4"] = "temperature", + ["temp5"] = "temperature", + ["temp6"] = "temperature", + ["temp7"] = "temperature", + ["temp"] = "temperature", + ["vccp1"] = "voltage", + ["vccp2"] = "voltage", + ["vdd"] = "voltage", + ["vid1"] = "voltage", + ["vid2"] = "voltage", + ["vid3"] = "voltage", + ["vid4"] = "voltage", + ["vid5"] = "voltage", + ["vid"] = "voltage", + ["vin1"] = "voltage", + ["vin2"] = "voltage", + ["vin3"] = "voltage", + ["vin4"] = "voltage", + ["volt12"] = "voltage", + ["volt5"] = "voltage", + ["voltbatt"] = "voltage", + ["vrm"] = "voltage" + +} + + +m = Map("luci_statistics", + translate("Sensors Plugin Configuration"), + translate("The sensors plugin uses the Linux Sensors framework to gather environmental statistics.")) + +s = m:section( NamedSection, "collectd_sensors", "luci_statistics" ) + + +o = s:option( Flag, "enable", translate("Enable this plugin") ) +o.default = 0 + + +o = s:option(Flag, "__all", translate("Monitor all sensors")) +o:depends("enable", 1) +o.default = 1 +o.write = function() end +o.cfgvalue = function(self, sid) + local v = self.map:get(sid, "Sensor") + if v == nil or (type(v) == "table" and #v == 0) or (type(v) == "string" and #v == 0) then + return "1" + end +end + + +o = s:option(MultiValue, "Sensor", translate("Sensor list"), translate("Hold Ctrl to select multiple items or to deselect entries.")) +o:depends({enable = 1, __all = "" }) +o.widget = "select" +o.rmempty = true +o.size = 0 + +local sensorcli = io.popen("/usr/sbin/sensors -u -A") +if sensorcli then + local bus, sensor + + while true do + local ln = sensorcli:read("*ln") + if not ln then + break + elseif ln:match("^[%w-]+$") then + bus = ln + elseif ln:match("^[%w-]+:$") then + sensor = ln:sub(0, -2):lower() + if bus and sensor_types[sensor] then + o:value("%s/%s-%s" %{ bus, sensor_types[sensor], sensor }) + o.size = o.size + 1 + end + elseif ln == "" then + bus = nil + sensor = nil + end + end + + sensorcli:close() +end + + +o = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") ) +o.default = 0 +o.rmempty = true +o:depends({ enable = 1, __all = "" }) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua new file mode 100644 index 0000000..4ddfacc --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua @@ -0,0 +1,14 @@ +-- Copyright 2013 Freifunk Augsburg / Michael Wendland +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Splash Leases Plugin Configuration"), + translate("The splash leases plugin uses libuci to collect statistics about splash leases.")) + +s = m:section( NamedSection, "collectd_splash_leases", "luci_statistics" ) + +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 1 + +return m + diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua new file mode 100644 index 0000000..3c65018 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua @@ -0,0 +1,33 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("TCPConns Plugin Configuration"), + translate( + "The tcpconns plugin collects informations about open tcp " .. + "connections on selected ports." + )) + +-- collectd_tcpconns config section +s = m:section( NamedSection, "collectd_tcpconns", "luci_statistics" ) + +-- collectd_tcpconns.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_tcpconns.listeningports (ListeningPorts) +listeningports = s:option( Flag, "ListeningPorts", translate("Monitor all local listen ports") ) +listeningports.default = 1 +listeningports:depends( "enable", 1 ) + +-- collectd_tcpconns.localports (LocalPort) +localports = s:option( Value, "LocalPorts", translate("Monitor local ports") ) +localports.optional = true +localports:depends( "enable", 1 ) + +-- collectd_tcpconns.remoteports (RemotePort) +remoteports = s:option( Value, "RemotePorts", translate("Monitor remote ports") ) +remoteports.optional = true +remoteports:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua new file mode 100644 index 0000000..be79543 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua @@ -0,0 +1,37 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("luci_statistics", + translate("Unixsock Plugin Configuration"), + translate( + "The unixsock plugin creates a unix socket which can be used " .. + "to read collected data from a running collectd instance." + )) + +-- collectd_unixsock config section +s = m:section( NamedSection, "collectd_unixsock", "luci_statistics" ) + +-- collectd_unixsock.enable +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +-- collectd_unixsock.socketfile (SocketFile) +socketfile = s:option( Value, "SocketFile" ) +socketfile.default = "/var/run/collect-query.socket" +socketfile:depends( "enable", 1 ) + +-- collectd_unixsock.socketgroup (SocketGroup) +socketgroup = s:option( Value, "SocketGroup" ) +socketgroup.default = "nobody" +socketgroup.rmempty = true +socketgroup.optional = true +socketgroup:depends( "enable", 1 ) + +-- collectd_unixsock.socketperms (SocketPerms) +socketperms = s:option( Value, "SocketPerms" ) +socketperms.default = "0770" +socketperms.rmempty = true +socketperms.optional = true +socketperms:depends( "enable", 1 ) + +return m diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua new file mode 100644 index 0000000..3a6c464 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua @@ -0,0 +1,22 @@ +--[[ + +Copyright 2013 Thomas Endt + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +]]-- + +m = Map("luci_statistics", + translate("Uptime Plugin Configuration"), + translate("The uptime plugin collects statistics about the uptime of the system.")) + +s = m:section( NamedSection, "collectd_uptime", "luci_statistics" ) + +enable = s:option( Flag, "enable", translate("Enable this plugin") ) +enable.default = 0 + +return m + diff --git a/applications/luci-app-statistics/luasrc/statistics/datatree.lua b/applications/luci-app-statistics/luasrc/statistics/datatree.lua new file mode 100644 index 0000000..806b054 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/datatree.lua @@ -0,0 +1,197 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.datatree", package.seeall) + +local util = require("luci.util") +local sys = require("luci.sys") +local fs = require("nixio.fs") +local uci = require("luci.model.uci").cursor() +local sections = uci:get_all("luci_statistics") + + +Instance = util.class() + +function Instance.__init__( self, host ) + self._host = host or sections.collectd.Hostname or sys.hostname() + self._libdir = sections.collectd.PluginDir or "/usr/lib/collectd" + self._rrddir = sections.collectd_rrdtool.DataDir or "/tmp/rrd" + + self._libdir = self._libdir:gsub("/$","") + self._rrddir = self._rrddir:gsub("/$","") + self._plugins = { } + + self:_scan() +end + +function Instance._mkpath( self, plugin, pinstance ) + local dir = self._rrddir .. "/" .. self._host + + if type(plugin) == "string" and plugin:len() > 0 then + dir = dir .. "/" .. plugin + + if type(pinstance) == "string" and pinstance:len() > 0 then + dir = dir .. "-" .. pinstance + end + end + + return dir +end + +function Instance._ls( self, ... ) + local ditr = fs.dir(self:_mkpath(...)) + if ditr then + local dirs = { } + while true do + local d = ditr() + if not d then break end + dirs[#dirs+1] = d + end + return dirs + end +end + +function Instance._notzero( self, table ) + for k in pairs(table) do + return true + end + + return false +end + +function Instance._scan( self ) + local dirs = self:_ls() + if not dirs then + return + end + +-- for i, plugin in ipairs( dirs ) do +-- if plugin:match("%w+.so") then +-- self._plugins[ plugin:gsub("%.so$", "") ] = { } +-- end +-- end + + for _, dir in ipairs(dirs) do + if dir ~= "." and dir ~= ".." and + fs.stat(self:_mkpath(dir)).type == "dir" + then + local plugin = dir:gsub("%-.+$", "") + if not self._plugins[plugin] then + self._plugins[plugin] = { } + end + end + end + + for plugin, instances in pairs( self._plugins ) do + + local dirs = self:_ls() + + if type(dirs) == "table" then + for i, dir in ipairs(dirs) do + if dir:find( plugin .. "%-" ) or dir == plugin then + local instance = "" + + if dir ~= plugin then + instance = dir:gsub( plugin .. "%-", "", 1 ) + end + + instances[instance] = { } + end + end + end + + for instance, data_instances in pairs( instances ) do + + dirs = self:_ls(plugin, instance) + + if type(dirs) == "table" then + for i, file in ipairs(dirs) do + if file:find("%.rrd") then + file = file:gsub("%.rrd","") + + local data_type + local data_instance + + if file:find("%-") then + data_type = file:gsub( "%-.+","" ) + data_instance = file:gsub( "[^%-]-%-", "", 1 ) + else + data_type = file + data_instance = "" + end + + if not data_instances[data_type] then + data_instances[data_type] = { data_instance } + else + table.insert( data_instances[data_type], data_instance ) + end + end + end + end + end + end +end + + +function Instance.plugins( self ) + local rv = { } + + for plugin, val in pairs( self._plugins ) do + if self:_notzero( val ) then + table.insert( rv, plugin ) + end + end + + return rv +end + +function Instance.plugin_instances( self, plugin ) + local rv = { } + + for instance, val in pairs( self._plugins[plugin] ) do + table.insert( rv, instance ) + end + + return rv +end + +function Instance.data_types( self, plugin, instance ) + local rv = { } + local p = self._plugins[plugin] + + if type(p) == "table" and type(p[instance]) == "table" then + for type, val in pairs(p[instance]) do + table.insert( rv, type ) + end + end + + return rv +end + +function Instance.data_instances( self, plugin, instance, dtype ) + local rv = { } + local p = self._plugins[plugin] + + if type(p) == "table" and type(p[instance]) == "table" and type(p[instance][dtype]) == "table" then + for i, instance in ipairs(p[instance][dtype]) do + table.insert( rv, instance ) + end + end + + return rv +end + +function Instance.host_instances( self ) + local hosts_path = fs.glob(self._rrddir..'/*') + local hosts = { } + + if hosts_path then + local path + for path in hosts_path do + hosts[#hosts+1] = fs.basename(path) + end + end + + return hosts +end + diff --git a/applications/luci-app-statistics/luasrc/statistics/i18n.lua b/applications/luci-app-statistics/luasrc/statistics/i18n.lua new file mode 100644 index 0000000..7877e61 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/i18n.lua @@ -0,0 +1,80 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.i18n", package.seeall) + +require("luci.util") +require("luci.i18n") + + +Instance = luci.util.class() + + +function Instance.__init__( self, graph ) + self.i18n = luci.i18n + self.graph = graph +end + +function Instance._subst( self, str, val ) + str = str:gsub( "%%H", self.graph.opts.host or "" ) + str = str:gsub( "%%pn", val.plugin or "" ) + str = str:gsub( "%%pi", val.pinst or "" ) + str = str:gsub( "%%dt", val.dtype or "" ) + str = str:gsub( "%%di", val.dinst or "" ) + str = str:gsub( "%%ds", val.dsrc or "" ) + + return str +end + +function Instance.title( self, plugin, pinst, dtype, dinst, user_title ) + + local title = user_title or + "p=%s/pi=%s/dt=%s/di=%s" % { + plugin, + (pinst and #pinst > 0) and pinst or "(nil)", + (dtype and #dtype > 0) and dtype or "(nil)", + (dinst and #dinst > 0) and dinst or "(nil)" + } + + return self:_subst( title, { + plugin = plugin, + pinst = pinst, + dtype = dtype, + dinst = dinst + } ) + +end + +function Instance.label( self, plugin, pinst, dtype, dinst, user_label ) + + local label = user_label or + "dt=%s/di=%s" % { + (dtype and #dtype > 0) and dtype or "(nil)", + (dinst and #dinst > 0) and dinst or "(nil)" + } + + return self:_subst( label, { + plugin = plugin, + pinst = pinst, + dtype = dtype, + dinst = dinst + } ) + +end + +function Instance.ds( self, source ) + + local label = source.title or + "dt=%s/di=%s/ds=%s" % { + (source.type and #source.type > 0) and source.type or "(nil)", + (source.instance and #source.instance > 0) and source.instance or "(nil)", + (source.ds and #source.ds > 0) and source.ds or "(nil)" + } + + return self:_subst( label, { + dtype = source.type, + dinst = source.instance, + dsrc = source.ds + } ):gsub(":", "\\:") + +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua new file mode 100644 index 0000000..5d4ad98 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool.lua @@ -0,0 +1,562 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool", package.seeall) + +require("luci.statistics.datatree") +require("luci.statistics.rrdtool.colors") +require("luci.statistics.i18n") +require("luci.model.uci") +require("luci.util") +require("luci.sys") + +local fs = require "nixio.fs" + + +Graph = luci.util.class() + +function Graph.__init__( self, timespan, opts ) + + opts = opts or { } + + local uci = luci.model.uci.cursor() + local sections = uci:get_all( "luci_statistics" ) + + -- options + opts.timespan = timespan or sections.rrdtool.default_timespan or 900 + opts.rrasingle = opts.rrasingle or ( sections.collectd_rrdtool.RRASingle == "1" ) + opts.host = opts.host or sections.collectd.Hostname or luci.sys.hostname() + opts.width = opts.width or sections.rrdtool.image_width or 400 + opts.rrdpath = opts.rrdpath or sections.collectd_rrdtool.DataDir or "/tmp/rrd" + opts.imgpath = opts.imgpath or sections.rrdtool.image_path or "/tmp/rrdimg" + opts.rrdpath = opts.rrdpath:gsub("/$","") + opts.imgpath = opts.imgpath:gsub("/$","") + + -- helper classes + self.colors = luci.statistics.rrdtool.colors.Instance() + self.tree = luci.statistics.datatree.Instance(opts.host) + self.i18n = luci.statistics.i18n.Instance( self ) + + -- rrdtool default args + self.args = { + "-a", "PNG", + "-s", "NOW-" .. opts.timespan, + "-w", opts.width + } + + -- store options + self.opts = opts +end + +function Graph._mkpath( self, plugin, plugin_instance, dtype, dtype_instance ) + local t = self.opts.host .. "/" .. plugin + if type(plugin_instance) == "string" and plugin_instance:len() > 0 then + t = t .. "-" .. plugin_instance + end + t = t .. "/" .. dtype + if type(dtype_instance) == "string" and dtype_instance:len() > 0 then + t = t .. "-" .. dtype_instance + end + return t +end + +function Graph.mkrrdpath( self, ... ) + return string.format( "%s/%s.rrd", self.opts.rrdpath, self:_mkpath( ... ) ) +end + +function Graph.mkpngpath( self, ... ) + return string.format( "%s/%s.%i.png", self.opts.imgpath, self:_mkpath( ... ), self.opts.timespan ) +end + +function Graph.strippngpath( self, path ) + return path:sub( self.opts.imgpath:len() + 2 ) +end + +function Graph._forcelol( self, list ) + if type(list[1]) ~= "table" then + return( { list } ) + end + return( list ) +end + +function Graph._rrdtool( self, def, rrd ) + + -- prepare directory + local dir = def[1]:gsub("/[^/]+$","") + fs.mkdirr( dir ) + + -- construct commandline + local cmdline = "rrdtool graph" + + -- copy default arguments to def stack + for i, opt in ipairs(self.args) do + table.insert( def, 1 + i, opt ) + end + + -- construct commandline from def stack + for i, opt in ipairs(def) do + opt = opt .. "" -- force string + + if rrd then + opt = opt:gsub( "{file}", rrd ) + end + + if opt:match("[^%w]") then + cmdline = cmdline .. " '" .. opt .. "'" + else + cmdline = cmdline .. " " .. opt + end + end + + -- execute rrdtool + local rrdtool = io.popen( cmdline ) + rrdtool:close() +end + +function Graph._generic( self, opts, plugin, plugin_instance, dtype, index ) + + -- generated graph defs + local defs = { } + + -- internal state variables + local _args = { } + local _sources = { } + local _stack_neg = { } + local _stack_pos = { } + local _longest_name = 0 + local _has_totals = false + + -- some convenient aliases + local _ti = table.insert + local _sf = string.format + + -- local helper: append a string.format() formatted string to given table + function _tif( list, fmt, ... ) + table.insert( list, string.format( fmt, ... ) ) + end + + -- local helper: create definitions for min, max, avg and create *_nnl (not null) variable from avg + function __def(source) + + local inst = source.sname + local rrd = source.rrd + local ds = source.ds + + if not ds or ds:len() == 0 then ds = "value" end + + _tif( _args, "DEF:%s_avg_raw=%s:%s:AVERAGE", inst, rrd, ds ) + _tif( _args, "CDEF:%s_avg=%s_avg_raw,%s", inst, inst, source.transform_rpn ) + + if not self.opts.rrasingle then + _tif( _args, "DEF:%s_min_raw=%s:%s:MIN", inst, rrd, ds ) + _tif( _args, "CDEF:%s_min=%s_min_raw,%s", inst, inst, source.transform_rpn ) + _tif( _args, "DEF:%s_max_raw=%s:%s:MAX", inst, rrd, ds ) + _tif( _args, "CDEF:%s_max=%s_max_raw,%s", inst, inst, source.transform_rpn ) + end + + _tif( _args, "CDEF:%s_nnl=%s_avg,UN,0,%s_avg,IF", inst, inst, inst ) + end + + -- local helper: create cdefs depending on source options like flip and overlay + function __cdef(source) + + local prev + + -- find previous source, choose stack depending on flip state + if source.flip then + prev = _stack_neg[#_stack_neg] + else + prev = _stack_pos[#_stack_pos] + end + + -- is first source in stack or overlay source: source_stk = source_nnl + if not prev or source.overlay then + -- create cdef statement for cumulative stack (no NaNs) and also + -- for display (preserving NaN where no points should be displayed) + _tif( _args, "CDEF:%s_stk=%s_nnl", source.sname, source.sname ) + _tif( _args, "CDEF:%s_plot=%s_avg", source.sname, source.sname ) + + -- is subsequent source without overlay: source_stk = source_nnl + previous_stk + else + -- create cdef statement + _tif( _args, "CDEF:%s_stk=%s_nnl,%s_stk,+", source.sname, source.sname, prev ) + _tif( _args, "CDEF:%s_plot=%s_avg,%s_stk,+", source.sname, source.sname, prev ) + end + + -- create multiply by minus one cdef if flip is enabled + if source.flip then + + -- create cdef statement: source_stk = source_stk * -1 + _tif( _args, "CDEF:%s_neg=%s_plot,-1,*", source.sname, source.sname ) + + -- push to negative stack if overlay is disabled + if not source.overlay then + _ti( _stack_neg, source.sname ) + end + + -- no flipping, push to positive stack if overlay is disabled + elseif not source.overlay then + + -- push to positive stack + _ti( _stack_pos, source.sname ) + end + + -- calculate total amount of data if requested + if source.total then + _tif( _args, + "CDEF:%s_avg_sample=%s_avg,UN,0,%s_avg,IF,sample_len,*", + source.sname, source.sname, source.sname + ) + + _tif( _args, + "CDEF:%s_avg_sum=PREV,UN,0,PREV,IF,%s_avg_sample,+", + source.sname, source.sname, source.sname + ) + end + end + + -- local helper: create cdefs required for calculating total values + function __cdef_totals() + if _has_totals then + _tif( _args, "CDEF:mytime=%s_avg,TIME,TIME,IF", _sources[1].sname ) + _ti( _args, "CDEF:sample_len_raw=mytime,PREV(mytime),-" ) + _ti( _args, "CDEF:sample_len=sample_len_raw,UN,0,sample_len_raw,IF" ) + end + end + + -- local helper: create line and area statements + function __line(source) + + local line_color + local area_color + local legend + local var + + -- find colors: try source, then opts.colors; fall back to random color + if type(source.color) == "string" then + line_color = source.color + area_color = self.colors:from_string( line_color ) + elseif type(opts.colors[source.name:gsub("[^%w]","_")]) == "string" then + line_color = opts.colors[source.name:gsub("[^%w]","_")] + area_color = self.colors:from_string( line_color ) + else + area_color = self.colors:random() + line_color = self.colors:to_string( area_color ) + end + + -- derive area background color from line color + area_color = self.colors:to_string( self.colors:faded( area_color ) ) + + -- choose source_plot or source_neg variable depending on flip state + if source.flip then + var = "neg" + else + var = "plot" + end + + -- create legend + legend = _sf( "%-" .. _longest_name .. "s", source.title ) + + -- create area if not disabled + if not source.noarea then + _tif( _args, "AREA:%s_%s#%s", source.sname, var, area_color ) + end + + -- create line1 statement + _tif( _args, "LINE%d:%s_%s#%s:%s", + source.noarea and 2 or 1, + source.sname, var, line_color, legend ) + end + + -- local helper: create gprint statements + function __gprint(source) + + local numfmt = opts.number_format or "%6.1lf" + local totfmt = opts.totals_format or "%5.1lf%s" + + -- don't include MIN if rrasingle is enabled + if not self.opts.rrasingle then + _tif( _args, "GPRINT:%s_min:MIN:\tMin\\: %s", source.sname, numfmt ) + end + + -- always include AVERAGE + _tif( _args, "GPRINT:%s_avg:AVERAGE:\tAvg\\: %s", source.sname, numfmt ) + + -- don't include MAX if rrasingle is enabled + if not self.opts.rrasingle then + _tif( _args, "GPRINT:%s_max:MAX:\tMax\\: %s", source.sname, numfmt ) + end + + -- include total count if requested else include LAST + if source.total then + _tif( _args, "GPRINT:%s_avg_sum:LAST:(ca. %s Total)\\l", source.sname, totfmt ) + else + _tif( _args, "GPRINT:%s_avg:LAST:\tLast\\: %s\\l", source.sname, numfmt ) + end + end + + + -- + -- find all data sources + -- + + -- find data types + local data_types + + if dtype then + data_types = { dtype } + else + data_types = opts.data.types or { } + end + + if not ( dtype or opts.data.types ) then + if opts.data.instances then + for k, v in pairs(opts.data.instances) do + _ti( data_types, k ) + end + elseif opts.data.sources then + for k, v in pairs(opts.data.sources) do + _ti( data_types, k ) + end + end + end + + + -- iterate over data types + for i, dtype in ipairs(data_types) do + + -- find instances + + local data_instances + + if not opts.per_instance then + if type(opts.data.instances) == "table" and type(opts.data.instances[dtype]) == "table" then + data_instances = opts.data.instances[dtype] + else + data_instances = self.tree:data_instances( plugin, plugin_instance, dtype ) + end + end + + if type(data_instances) ~= "table" or #data_instances == 0 then data_instances = { "" } end + + + -- iterate over data instances + for i, dinst in ipairs(data_instances) do + + -- construct combined data type / instance name + local dname = dtype + + if dinst:len() > 0 then + dname = dname .. "_" .. dinst + end + + + -- find sources + local data_sources = { "value" } + + if type(opts.data.sources) == "table" then + if type(opts.data.sources[dname]) == "table" then + data_sources = opts.data.sources[dname] + elseif type(opts.data.sources[dtype]) == "table" then + data_sources = opts.data.sources[dtype] + end + end + + + -- iterate over data sources + for i, dsource in ipairs(data_sources) do + + local dsname = dtype .. "_" .. dinst:gsub("[^%w]","_") .. "_" .. dsource + local altname = dtype .. "__" .. dsource + + --assert(dtype ~= "ping", dsname .. " or " .. altname) + + -- find datasource options + local dopts = { } + + if type(opts.data.options) == "table" then + if type(opts.data.options[dsname]) == "table" then + dopts = opts.data.options[dsname] + elseif type(opts.data.options[altname]) == "table" then + dopts = opts.data.options[altname] + elseif type(opts.data.options[dname]) == "table" then + dopts = opts.data.options[dname] + elseif type(opts.data.options[dtype]) == "table" then + dopts = opts.data.options[dtype] + end + end + + + -- store values + _ti( _sources, { + rrd = dopts.rrd or self:mkrrdpath( plugin, plugin_instance, dtype, dinst ), + color = dopts.color or self.colors:to_string( self.colors:random() ), + flip = dopts.flip or false, + total = dopts.total or false, + overlay = dopts.overlay or false, + transform_rpn = dopts.transform_rpn or "0,+", + noarea = dopts.noarea or false, + title = dopts.title or nil, + weight = dopts.weight or nil, + ds = dsource, + type = dtype, + instance = dinst, + index = #_sources + 1, + sname = ( #_sources + 1 ) .. dtype + } ) + + + -- generate datasource title + _sources[#_sources].title = self.i18n:ds( _sources[#_sources] ) + + + -- find longest name ... + if _sources[#_sources].title:len() > _longest_name then + _longest_name = _sources[#_sources].title:len() + end + + + -- has totals? + if _sources[#_sources].total then + _has_totals = true + end + end + end + end + + + -- + -- construct diagrams + -- + + -- if per_instance is enabled then find all instances from the first datasource in diagram + -- if per_instance is disabled then use an empty pseudo instance and use model provided values + local instances = { "" } + + if opts.per_instance then + instances = self.tree:data_instances( plugin, plugin_instance, _sources[1].type ) + end + + + -- iterate over instances + for i, instance in ipairs(instances) do + + -- store title and vlabel + _ti( _args, "-t" ) + _ti( _args, self.i18n:title( plugin, plugin_instance, _sources[1].type, instance, opts.title ) ) + _ti( _args, "-v" ) + _ti( _args, self.i18n:label( plugin, plugin_instance, _sources[1].type, instance, opts.vlabel ) ) + if opts.y_max then + _ti ( _args, "-u" ) + _ti ( _args, opts.y_max ) + end + if opts.y_min then + _ti ( _args, "-l" ) + _ti ( _args, opts.y_min ) + end + if opts.units_exponent then + _ti ( _args, "-X" ) + _ti ( _args, opts.units_exponent ) + end + if opts.alt_autoscale then + _ti ( _args, "-A" ) + end + if opts.alt_autoscale_max then + _ti ( _args, "-M" ) + end + + -- store additional rrd options + if opts.rrdopts then + for i, o in ipairs(opts.rrdopts) do _ti( _args, o ) end + end + + -- sort sources + table.sort(_sources, function(a, b) + local x = a.weight or a.index or 0 + local y = b.weight or b.index or 0 + return x < y + end) + + -- create DEF statements for each instance + for i, source in ipairs(_sources) do + -- fixup properties for per instance mode... + if opts.per_instance then + source.instance = instance + source.rrd = self:mkrrdpath( plugin, plugin_instance, source.type, instance ) + end + + __def( source ) + end + + -- create CDEF required for calculating totals + __cdef_totals() + + -- create CDEF statements for each instance in reversed order + for i, source in ipairs(_sources) do + __cdef( _sources[1 + #_sources - i] ) + end + + -- create LINE1, AREA and GPRINT statements for each instance + for i, source in ipairs(_sources) do + __line( source ) + __gprint( source ) + end + + -- prepend image path to arg stack + _ti( _args, 1, self:mkpngpath( plugin, plugin_instance, index .. instance ) ) + + -- push arg stack to definition list + _ti( defs, _args ) + + -- reset stacks + _args = { } + _stack_pos = { } + _stack_neg = { } + end + + return defs +end + +function Graph.render( self, plugin, plugin_instance, is_index ) + + dtype_instances = dtype_instances or { "" } + local pngs = { } + + -- check for a whole graph handler + local plugin_def = "luci.statistics.rrdtool.definitions." .. plugin + local stat, def = pcall( require, plugin_def ) + + if stat and def and type(def.rrdargs) == "function" then + + -- temporary image matrix + local _images = { } + + -- get diagram definitions + for i, opts in ipairs( self:_forcelol( def.rrdargs( self, plugin, plugin_instance, nil, is_index ) ) ) do + if not is_index or not opts.detail then + _images[i] = { } + + -- get diagram definition instances + local diagrams = self:_generic( opts, plugin, plugin_instance, nil, i ) + + -- render all diagrams + for j, def in ipairs( diagrams ) do + -- remember image + _images[i][j] = def[1] + + -- exec + self:_rrdtool( def ) + end + end + end + + -- remember images - XXX: fixme (will cause probs with asymmetric data) + for y = 1, #_images[1] do + for x = 1, #_images do + table.insert( pngs, _images[x][y] ) + end + end + end + + return pngs +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua new file mode 100644 index 0000000..5b35dff --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua @@ -0,0 +1,61 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.colors", package.seeall) + +require("luci.util") + + +Instance = luci.util.class() + +function Instance.from_string( self, s ) + return { + tonumber(s:sub(1,2), 16), + tonumber(s:sub(3,4), 16), + tonumber(s:sub(5,6), 16) + } +end + +function Instance.to_string( self, c ) + return string.format( + "%02x%02x%02x", + math.floor(c[1]), + math.floor(c[2]), + math.floor(c[3]) + ) +end + +function Instance.random( self ) + local r = math.random(255) + local g = math.random(255) + local min = 0 + local max = 255 + + if ( r + g ) < 255 then + min = 255 - r - g + else + max = 511 - r - g + end + + local b = min + math.floor( math.random() * ( max - min ) ) + + return { r, g, b } +end + +function Instance.faded( self, fg, opts ) + opts = opts or {} + opts.background = opts.background or { 255, 255, 255 } + opts.alpha = opts.alpha or 0.25 + + if type(opts.background) == "string" then + opts.background = _string_to_color(opts.background) + end + + local bg = opts.background + + return { + ( opts.alpha * fg[1] ) + ( ( 1.0 - opts.alpha ) * bg[1] ), + ( opts.alpha * fg[2] ) + ( ( 1.0 - opts.alpha ) * bg[2] ), + ( opts.alpha * fg[3] ) + ( ( 1.0 - opts.alpha ) * bg[3] ) + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua new file mode 100644 index 0000000..fbc4773 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua @@ -0,0 +1,27 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.conntrack",package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + return { + title = "%H: Conntrack entries", + vlabel = "Count", + number_format = "%5.0lf", + data = { + -- collectd 5.5+: specify "" to exclude "max" instance + instances = { + conntrack = { "" } + }, + sources = { + conntrack = { "value" } + }, + options = { + conntrack = { + color = "0000ff", + title = "Tracked connections" + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua new file mode 100644 index 0000000..ae0c0ce --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua @@ -0,0 +1,31 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.cpu",package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Processor usage on core #%pi", + y_min = "0", + alt_autoscale_max = true, + vlabel = "Percent", + number_format = "%5.1lf%%", + data = { + instances = { + cpu = { "user", "nice", "system", "softirq", "interrupt" } + }, + + options = { + cpu_idle = { color = "ffffff", title = "Idle" }, + cpu_nice = { color = "00e000", title = "Nice" }, + cpu_user = { color = "0000ff", title = "User" }, + cpu_wait = { color = "ffb000", title = "Wait" }, + cpu_system = { color = "ff0000", title = "System" }, + cpu_softirq = { color = "ff00ff", title = "Softirq" }, + cpu_interrupt = { color = "a000a0", title = "Interrupt" }, + cpu_steal = { color = "000000", title = "Steal" } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua new file mode 100644 index 0000000..78c9ef5 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua @@ -0,0 +1,34 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.df", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Disk space usage on %di", + vlabel = "Bytes", + per_instance = true, + number_format = "%5.1lf%sB", + + data = { + sources = { + df = { "free", "used" } + }, + + options = { + df__free = { + color = "00ff00", + overlay = false, + title = "free" + }, + + df__used = { + color = "ff0000", + overlay = false, + title = "used" + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua new file mode 100644 index 0000000..8aabb7f --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua @@ -0,0 +1,62 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.disk", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + return { + { + title = "%H: Disk I/O operations on %pi", + vlabel = "Operations/s", + number_format = "%5.1lf%sOp/s", + + data = { + types = { "disk_ops" }, + sources = { + disk_ops = { "read", "write" }, + }, + + options = { + disk_ops__read = { + title = "Reads", + color = "00ff00", + flip = false + }, + + disk_ops__write = { + title = "Writes", + color = "ff0000", + flip = true + } + } + } + }, + + { + title = "%H: Disk I/O bandwidth on %pi", + vlabel = "Bytes/s", + number_format = "%5.1lf%sB/s", + + detail = true, + + data = { + types = { "disk_octets" }, + sources = { + disk_octets = { "read", "write" } + }, + options = { + disk_octets__read = { + title = "Read", + color = "00ff00", + flip = false + }, + disk_octets__write = { + title = "Write", + color = "ff0000", + flip = true + } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua new file mode 100644 index 0000000..cf96d8f --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua @@ -0,0 +1,71 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.dns", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + + local traffic = { + title = "%H: DNS traffic", vlabel = "Bit/s", + + data = { + sources = { + dns_octets = { "queries", "responses" } + }, + + options = { + dns_octets__responses = { + total = true, + color = "00ff00", + title = "Responses" + }, + + dns_octets__queries = { + total = true, + color = "0000ff", + title = "Queries" + } + } + } + } + + local opcode_query = { + title = "%H: DNS Opcode Query", vlabel = "Queries/s", + data = { + instances = { dns_opcode = { "Query" } }, + options = { + dns_opcode_Query_value = { + total = true, + color = "0000ff", + title = "Queries/s" + }, + } + } + } + + local qtype = { + title = "%H: DNS QType", vlabel = "Queries/s", + data = { + sources = { dns_qtype = { "" } }, + options = { + dns_qtype_AAAA_ = { title = "AAAA", noarea = true, total = true }, + dns_qtype_A_ = { title = "A", noarea = true, total = true }, + dns_qtype_A6_ = { title = "A6", noarea = true, total = true }, + dns_qtype_TXT_ = { title = "TXT", noarea = true, total = true }, + dns_qtype_MX_ = { title = "MX", noarea = true, total = true }, + dns_qtype_NS_ = { title = "NS", noarea = true, total = true }, + dns_qtype_ANY_ = { title = "ANY", noarea = true, total = true }, + dns_qtype_CNAME_= { title = "CNAME", noarea = true, total = true }, + dns_qtype_SOA_ = { title = "SOA", noarea = true, total = true }, + dns_qtype_SRV_ = { title = "SRV", noarea = true, total = true }, + dns_qtype_PTR_ = { title = "PTR", noarea = true, total = true }, + dns_qtype_RP_ = { title = "RP", noarea = true, total = true }, + dns_qtype_MAILB_= { title = "MAILB", noarea = true, total = true }, + dns_qtype_IXFR_ = { title = "IXFR", noarea = true, total = true }, + dns_qtype_HINFO_= { title = "HINFO", noarea = true, total = true }, + }, + } + } + + return { traffic, opcode_query, qtype } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua new file mode 100644 index 0000000..3d30a70 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua @@ -0,0 +1,19 @@ +-- Copyright 2015 Hannu Nyman +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.entropy", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Available entropy", + vlabel = "bits", + number_format = "%4.0lf", + data = { + types = { "entropy" }, + options = { entropy = { title = "Entropy %di" } } + } + } + +end + diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua new file mode 100644 index 0000000..6f687d2 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua @@ -0,0 +1,109 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.interface", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + + -- + -- traffic diagram + -- + local traffic = { + + -- draw this diagram for each plugin instance + per_instance = true, + title = "%H: Transfer on %pi", + vlabel = "Bytes/s", + + -- diagram data description + data = { + -- defined sources for data types, if ommitted assume a single DS named "value" (optional) + sources = { + if_octets = { "tx", "rx" } + }, + + -- special options for single data lines + options = { + if_octets__tx = { + total = true, -- report total amount of bytes + color = "00ff00", -- tx is green + title = "Bytes (TX)" + }, + + if_octets__rx = { + flip = true, -- flip rx line + total = true, -- report total amount of bytes + color = "0000ff", -- rx is blue + title = "Bytes (RX)" + } + } + } + } + + + -- + -- packet diagram + -- + local packets = { + + -- draw this diagram for each plugin instance + per_instance = true, + title = "%H: Packets on %pi", + vlabel = "Packets/s", + + -- diagram data description + data = { + -- data type order + types = { "if_packets", "if_errors" }, + + -- defined sources for data types + sources = { + if_packets = { "tx", "rx" }, + if_errors = { "tx", "rx" } + }, + + -- special options for single data lines + options = { + -- processed packets (tx DS) + if_packets__tx = { + weight = 1, + overlay = true, -- don't summarize + total = true, -- report total amount of bytes + color = "00ff00", -- processed tx is green + title = "Processed (TX)" + }, + + -- processed packets (rx DS) + if_packets__rx = { + weight = 2, + overlay = true, -- don't summarize + flip = true, -- flip rx line + total = true, -- report total amount of bytes + color = "0000ff", -- processed rx is blue + title = "Processed (RX)" + }, + + -- packet errors (tx DS) + if_errors__tx = { + weight = 0, + overlay = true, -- don't summarize + total = true, -- report total amount of packets + color = "ff5500", -- tx errors are orange + title = "Errors (TX)" + }, + + -- packet errors (rx DS) + if_errors__rx = { + weight = 3, + overlay = true, -- don't summarize + flip = true, -- flip rx line + total = true, -- report total amount of packets + color = "ff0000", -- rx errors are red + title = "Errors (RX)" + } + } + } + } + + return { traffic, packets } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua new file mode 100644 index 0000000..9790e0e --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua @@ -0,0 +1,41 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.iptables", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + { + title = "%H: Firewall: Processed bytes in %pi", + vlabel = "Bytes/s", + number_format = "%5.0lf%sB/s", + totals_format = "%5.0lf%sB", + data = { + types = { "ipt_bytes" }, + options = { + ipt_bytes = { + total = true, + title = "%di" + } + } + } + }, + + { + title = "%H: Firewall: Processed packets in %pi", + vlabel = "Packets/s", + number_format = "%5.1lf P/s", + totals_format = "%5.0lf%s", + data = { + types = { "ipt_packets" }, + options = { + ipt_packets = { + total = true, + title = "%di" + } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua new file mode 100644 index 0000000..f61d0da --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua @@ -0,0 +1,18 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.irq", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Interrupts", vlabel = "Issues/s", + number_format = "%5.0lf", data = { + types = { "irq" }, + options = { + irq = { title = "IRQ %di", noarea = true } + } + } + } + +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua new file mode 100644 index 0000000..3ca3381 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua @@ -0,0 +1,90 @@ +-- Copyright 2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.iwinfo", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + + -- + -- signal/noise diagram + -- + local snr = { + title = "%H: Signal and noise on %pi", + vlabel = "dBm", + number_format = "%5.1lf dBm", + data = { + types = { "signal_noise", "signal_power" }, + options = { + signal_power = { + title = "Signal", + overlay = true, + color = "0000ff" + }, + signal_noise = { + title = "Noise", + overlay = true, + color = "ff0000" + } + } + } + } + + + -- + -- signal quality diagram + -- + local quality = { + title = "%H: Signal quality on %pi", + vlabel = "Quality", + number_format = "%3.0lf", + data = { + types = { "signal_quality" }, + options = { + signal_quality = { + title = "Quality", + noarea = true, + color = "0000ff" + } + } + } + } + + + -- + -- phy rate diagram + -- + local bitrate = { + title = "%H: Average phy rate on %pi", + vlabel = "MBit/s", + number_format = "%5.1lf%sBit/s", + data = { + types = { "bitrate" }, + options = { + bitrate = { + title = "Rate", + color = "00ff00" + } + } + } + } + + -- + -- associated stations + -- + local stations = { + title = "%H: Associated stations on %pi", + vlabel = "Stations", + number_format = "%3.0lf", + data = { + types = { "stations" }, + options = { + stations = { + title = "Stations", + color = "0000ff" + } + } + } + } + + return { snr, quality, bitrate, stations } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua new file mode 100644 index 0000000..ce762da --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua @@ -0,0 +1,24 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.load", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Load", vlabel = "Load", + y_min = "0", + units_exponent = "0", + number_format = "%5.2lf", data = { + sources = { + load = { "shortterm", "midterm", "longterm" } + }, + + options = { + load__shortterm = { color = "ff0000", title = "1 minute", noarea = true }, + load__midterm = { color = "ff6600", title = "5 minutes", noarea = true }, + load__longterm = { color = "ffaa00", title = "15 minutes", noarea = true } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua new file mode 100644 index 0000000..53d559c --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua @@ -0,0 +1,35 @@ +--[[ + +(c) 2011 Manuel Munz + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +]]-- + +module("luci.statistics.rrdtool.definitions.memory",package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Memory usage", + vlabel = "MB", + number_format = "%5.1lf%s", + y_min = "0", + alt_autoscale_max = true, + data = { + instances = { + memory = { "free", "buffered", "cached", "used" } + }, + + options = { + memory_buffered = { color = "0000ff", title = "Buffered" }, + memory_cached = { color = "ff00ff", title = "Cached" }, + memory_used = { color = "ff0000", title = "Used" }, + memory_free = { color = "00ff00", title = "Free" } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua new file mode 100644 index 0000000..7b6acf3 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua @@ -0,0 +1,211 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.netlink", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + + -- + -- traffic diagram + -- + local traffic = { + title = "%H: Netlink - Transfer on %pi", + vlabel = "Bytes/s", + + -- diagram data description + data = { + -- defined sources for data types, if ommitted assume a single DS named "value" (optional) + sources = { + if_octets = { "tx", "rx" } + }, + + -- special options for single data lines + options = { + if_octets__tx = { + title = "Bytes (TX)", + total = true, -- report total amount of bytes + color = "00ff00" -- tx is green + }, + + if_octets__rx = { + title = "Bytes (RX)", + flip = true, -- flip rx line + total = true, -- report total amount of bytes + color = "0000ff" -- rx is blue + } + } + } + } + + + -- + -- packet diagram + -- + local packets = { + title = "%H: Netlink - Packets on %pi", + vlabel = "Packets/s", detail = true, + + -- diagram data description + data = { + -- data type order + types = { "if_packets", "if_dropped", "if_errors" }, + + -- defined sources for data types + sources = { + if_packets = { "tx", "rx" }, + if_dropped = { "tx", "rx" }, + if_errors = { "tx", "rx" } + }, + + -- special options for single data lines + options = { + -- processed packets (tx DS) + if_packets__tx = { + weight = 2, + title = "Total (TX)", + overlay = true, -- don't summarize + total = true, -- report total amount of bytes + color = "00ff00" -- processed tx is green + }, + + -- processed packets (rx DS) + if_packets__rx = { + weight = 3, + title = "Total (RX)", + overlay = true, -- don't summarize + flip = true, -- flip rx line + total = true, -- report total amount of bytes + color = "0000ff" -- processed rx is blue + }, + + -- dropped packets (tx DS) + if_dropped__tx = { + weight = 1, + title = "Dropped (TX)", + overlay = true, -- don't summarize + total = true, -- report total amount of bytes + color = "660055" -- dropped tx is ... dunno ;) + }, + + -- dropped packets (rx DS) + if_dropped__rx = { + weight = 4, + title = "Dropped (RX)", + overlay = true, -- don't summarize + flip = true, -- flip rx line + total = true, -- report total amount of bytes + color = "ff00ff" -- dropped rx is violett + }, + + -- packet errors (tx DS) + if_errors__tx = { + weight = 0, + title = "Errors (TX)", + overlay = true, -- don't summarize + total = true, -- report total amount of packets + color = "ff5500" -- tx errors are orange + }, + + -- packet errors (rx DS) + if_errors__rx = { + weight = 5, + title = "Errors (RX)", + overlay = true, -- don't summarize + flip = true, -- flip rx line + total = true, -- report total amount of packets + color = "ff0000" -- rx errors are red + } + } + } + } + + + -- + -- multicast diagram + -- + local multicast = { + title = "%H: Netlink - Multicast on %pi", + vlabel = "Packets/s", detail = true, + + -- diagram data description + data = { + -- data type order + types = { "if_multicast" }, + + -- special options for single data lines + options = { + -- multicast packets + if_multicast = { + title = "Packets", + total = true, -- report total amount of packets + color = "0000ff" -- multicast is blue + } + } + } + } + + + -- + -- collision diagram + -- + local collisions = { + title = "%H: Netlink - Collisions on %pi", + vlabel = "Collisions/s", detail = true, + + -- diagram data description + data = { + -- data type order + types = { "if_collisions" }, + + -- special options for single data lines + options = { + -- collision rate + if_collisions = { + title = "Collisions", + total = true, -- report total amount of packets + color = "ff0000" -- collsions are red + } + } + } + } + + + -- + -- error diagram + -- + local errors = { + title = "%H: Netlink - Errors on %pi", + vlabel = "Errors/s", detail = true, + + -- diagram data description + data = { + -- data type order + types = { "if_tx_errors", "if_rx_errors" }, + + -- data type instances + instances = { + if_tx_errors = { "aborted", "carrier", "fifo", "heartbeat", "window" }, + if_rx_errors = { "length", "missed", "over", "crc", "fifo", "frame" } + }, + + -- special options for single data lines + options = { + if_tx_errors_aborted_value = { total = true, color = "ffff00", title = "Aborted (TX)" }, + if_tx_errors_carrier_value = { total = true, color = "ffcc00", title = "Carrier (TX)" }, + if_tx_errors_fifo_value = { total = true, color = "ff9900", title = "Fifo (TX)" }, + if_tx_errors_heartbeat_value = { total = true, color = "ff6600", title = "Heartbeat (TX)" }, + if_tx_errors_window_value = { total = true, color = "ff3300", title = "Window (TX)" }, + + if_rx_errors_length_value = { flip = true, total = true, color = "ff0000", title = "Length (RX)" }, + if_rx_errors_missed_value = { flip = true, total = true, color = "ff0033", title = "Missed (RX)" }, + if_rx_errors_over_value = { flip = true, total = true, color = "ff0066", title = "Over (RX)" }, + if_rx_errors_crc_value = { flip = true, total = true, color = "ff0099", title = "CRC (RX)" }, + if_rx_errors_fifo_value = { flip = true, total = true, color = "ff00cc", title = "Fifo (RX)" }, + if_rx_errors_frame_value = { flip = true, total = true, color = "ff00ff", title = "Frame (RX)" } + } + } + } + + + return { traffic, packets, multicast, collisions, errors } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua new file mode 100644 index 0000000..8b04ab8 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua @@ -0,0 +1,87 @@ +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.nut",package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + local voltages = { + title = "%H: Voltages on UPS \"%pi\"", + vlabel = "V", + number_format = "%5.1lfV", + data = { + instances = { + voltage = { "battery", "input", "output" } + }, + + options = { + voltage_output = { color = "00e000", title = "Output voltage", noarea=true, overlay=true }, + voltage_battery = { color = "0000ff", title = "Battery voltage", noarea=true, overlay=true }, + voltage_input = { color = "ffb000", title = "Input voltage", noarea=true, overlay=true } + } + } + } + + local currents = { + title = "%H: Current on UPS \"%pi\"", + vlabel = "A", + number_format = "%5.3lfA", + data = { + instances = { + current = { "battery", "output" } + }, + + options = { + current_output = { color = "00e000", title = "Output current", noarea=true, overlay=true }, + current_battery = { color = "0000ff", title = "Battery current", noarea=true, overlay=true }, + } + } + } + + local percentage = { + title = "%H: Battery charge on UPS \"%pi\"", + vlabel = "Percent", + y_min = "0", + y_max = "100", + number_format = "%5.1lf%%", + data = { + instances = { + percent = "charge" + }, + options = { + percent_charge = { color = "00ff00", title = "Charge level" } + } + } + } + + -- Note: This is in ISO8859-1 for rrdtool. Welcome to the 20th century. + local temperature = { + title = "%H: Battery temperature on UPS \"%pi\"", + vlabel = "\176C", + number_format = "%5.1lf\176C", + data = { + instances = { + temperature = "battery" + }, + + options = { + temperature_battery = { color = "ffb000", title = "Battery temperature" } + } + } + } + + local timeleft = { + title = "%H: Time left on UPS \"%pi\"", + vlabel = "Minutes", + number_format = "%.1lfm", + data = { + instances = { + timeleft = { "battery" } + }, + options = { + timeleft_battery = { color = "0000ff", title = "Time left", transform_rpn = "60,/" } + } + } + } + + return { voltages, currents, percentage, temperature, timeleft } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua new file mode 100644 index 0000000..a694695 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua @@ -0,0 +1,136 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.olsrd", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + local g = { } + + if plugin_instance == "routes" then + + g[#g+1] = { + -- diagram data description + title = "%H: Total amount of OLSR routes", vlabel = "n", + number_format = "%5.0lf", data = { + types = { "routes" }, + options = { + routes = { + color = "ff0000", + title = "Total number of routes" + } + } + } + } + + g[#g+1] = { + title = "%H: Average route ETX", vlabel = "ETX", detail = true, + number_format = "%5.1lf",data = { + instances = { "average" }, -- falls es irgendwann mal welche pro ip gibt, wie bei links, dann werden die hier excludiert + types = { "route_etx" }, + options = { + route_etx = { + title = "Average route ETX" + } + } + } + } + + g[#g+1] = { + title = "%H: Average route metric", vlabel = "metric", detail = true, + number_format = "%5.1lf", data = { + instances = { "average" }, -- falls es irgendwann mal welche pro ip gibt, wie bei links, dann werden die hier excludiert + types = { "route_metric" }, + options = { + route_metric = { + title = "Average route metric" + } + } + } + } + + elseif plugin_instance == "links" then + + g[#g+1] = { + -- diagram data description + title = "%H: Total amount of OLSR neighbours", vlabel = "n", + number_format = "%5.0lf", data = { + instances = { "" }, + types = { "links" }, + options = { + links = { + color = "00ff00", + title = "Number of neighbours" + } + } + } + } + + local instances = graph.tree:data_instances(plugin, plugin_instance, "signal_quality") + table.sort(instances) + + -- define one diagram per host, containing the rx and lq values + local i + for i = 1, #instances, 2 do + local dsn1 = "signal_quality_%s_value" % instances[i]:gsub("[^%w]+", "_") + local dsn2 = "signal_quality_%s_value" % instances[i+1]:gsub("[^%w]+", "_") + local host = instances[i]:match("^[^%-]+%-([^%-]+)%-.+") + + g[#g+1] = { + title = "%H: Signal Quality" .. " (" .. (host or "avg") ..")", vlabel = "ETX", + number_format = "%5.2lf", detail = true, + data = { + types = { "signal_quality" }, + + instances = { + signal_quality = { instances[i], instances[i+1] }, + }, + + options = { + [dsn1] = { + color = "00ff00", + title = "LQ (%s)" % (host or "avg"), + }, + [dsn2] = { + color = "0000ff", + title = "NLQ (%s)" % (host or "avg"), + flip = true + } + } + } + } + end + + elseif plugin_instance == "topology" then + + g[#g+1] = { + title= "%H: Total amount of OLSR links", vlabel = "n", + number_format = "%5.0lf", data = { + instances = { "" }, + types = { "links" }, + options = { + links = { + color = "0000ff", + title = "Total number of links" + } + } + } + } + + g[#g+1] = { + title= "%H: Average signal quality", vlabel = "n", + number_format = "%5.2lf", detail = true, + data = { + instances = { "average" }, -- exclude possible per-ip stuff + types = { "signal_quality" }, + options = { + signal_quality = { + color = "0000ff", + title = "Average signal quality" + } + } + } + } + end + + return g +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua new file mode 100644 index 0000000..876e871 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua @@ -0,0 +1,48 @@ +-- Copyright 2015 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.openvpn", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + local inst = plugin_instance:gsub("^openvpn%.(.+)%.status$", "%1") + + return { + { + title = "%%H: OpenVPN \"%s\" - Traffic" % inst, + vlabel = "Bytes/s", + data = { + instances = { + if_octets = { "traffic", "overhead" } + }, + sources = { + if_octets = { "tx", "rx" } + }, + options = { + if_octets_traffic_tx = { weight = 0, title = "Bytes (TX)", total = true, color = "00ff00" }, + if_octets_overhead_tx = { weight = 1, title = "Overhead (TX)", total = true, color = "ff9900" }, + if_octets_overhead_rx = { weight = 2, title = "Overhead (RX)", total = true, flip = true, color = "ff00ff" }, + if_octets_traffic_rx = { weight = 3, title = "Bytes (RX)", total = true, flip = true, color = "0000ff" } + } + } + }, + + { + title = "%%H: OpenVPN \"%s\" - Compression" % inst, + vlabel = "Bytes/s", + data = { + instances = { + compression = { "data_out", "data_in" } + }, + sources = { + compression = { "uncompressed", "compressed" } + }, + options = { + compression_data_out_uncompressed = { weight = 0, title = "Uncompressed (TX)", total = true, color = "00ff00" }, + compression_data_out_compressed = { weight = 1, title = "Compressed (TX)", total = true, color = "008800" }, + compression_data_in_compressed = { weight = 2, title = "Compressed (RX)", total = true, flip = true, color = "000088" }, + compression_data_in_uncompressed = { weight = 3, title = "Uncompressed (RX)", total = true, flip = true, color = "0000ff" } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua new file mode 100644 index 0000000..347d756 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua @@ -0,0 +1,29 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.ping", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + return { + -- Ping roundtrip time + { title = "%H: ICMP Round Trip Time", vlabel = "ms", + number_format = "%5.1lf ms", data = { + sources = { ping = { "value" } }, + options = { ping__value = { noarea = true, title = "%di" } } + } }, + + -- Ping droprate + { title = "%H: ICMP Drop Rate", vlabel = "%", + number_format = "%5.2lf %%", data = { + types = { "ping_droprate" }, + options = { ping_droprate = { title = "%di" } } + } }, + + -- Ping standard deviation + { title = "%H: ICMP Standard Deviation", vlabel = "ms", + number_format = "%5.2lf ms", data = { + types = { "ping_stddev" }, + options = { ping_stddev = { title = "%di" } } + } }, + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua new file mode 100644 index 0000000..d48441a --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua @@ -0,0 +1,98 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.processes", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + { + title = "%H: Processes", + vlabel = "Processes/s", + data = { + instances = { + ps_state = { + "sleeping", "running", "paging", "blocked", "stopped", "zombies" + } + }, + + options = { + ps_state_sleeping = { color = "0000ff" }, + ps_state_running = { color = "008000" }, + ps_state_paging = { color = "ffff00" }, + ps_state_blocked = { color = "ff5000" }, + ps_state_stopped = { color = "555555" }, + ps_state_zombies = { color = "ff0000" } + } + } + }, + + { + title = "%H: CPU time used by %pi", + vlabel = "Jiffies", + data = { + sources = { + ps_cputime = { "syst", "user" } + }, + + options = { + ps_cputime__user = { + color = "0000ff", + overlay = true + }, + + ps_cputime__syst = { + color = "ff0000", + overlay = true + } + } + } + }, + + { + title = "%H: Threads and processes belonging to %pi", + vlabel = "Count", + detail = true, + data = { + sources = { + ps_count = { "threads", "processes" } + }, + + options = { + ps_count__threads = { color = "00ff00" }, + ps_count__processes = { color = "0000bb" } + } + } + }, + + { + title = "%H: Page faults in %pi", + vlabel = "Pagefaults", + detail = true, + data = { + sources = { + ps_pagefaults = { "minflt", "majflt" } + }, + + options = { + ps_pagefaults__minflt = { color = "ff0000" }, + ps_pagefaults__majflt = { color = "ff5500" } + } + } + }, + + { + title = "%H: Virtual memory size of %pi", + vlabel = "Bytes", + detail = true, + number_format = "%5.1lf%sB", + data = { + types = { "ps_rss" }, + + options = { + ps_rss = { color = "0000ff" } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua new file mode 100644 index 0000000..f8bddb9 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua @@ -0,0 +1,24 @@ +-- Copyright 2015 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.sensors", package.seeall) + +function rrdargs( graph, plugin, plugin_instance ) + return { + { + per_instance = true, + title = "%H: %pi - %di", + vlabel = "\176C", + number_format = "%4.1lf\176C", + data = { + types = { "temperature" }, + options = { + temperature__value = { + color = "ff0000", + title = "Temperature" + } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua new file mode 100644 index 0000000..65fba52 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua @@ -0,0 +1,27 @@ +-- Copyright 2013 Freifunk Augsburg / Michael Wendland +-- Licensed to the public under the Apache License 2.0. + + +module("luci.statistics.rrdtool.definitions.splash_leases", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Splash Leases", + vlabel = "Active Clients", + y_min = "0", + number_format = "%5.1lf", + data = { + sources = { + splash_leases = { "leased", "whitelisted", "blacklisted" } + }, + + options = { + splash_leases__leased = { color = "00CC00", title = "Leased", overlay = false }, + splash_leases__whitelisted = { color = "0000FF", title = "Whitelisted", overlay = false }, + splash_leases__blacklisted = { color = "FF0000", title = "Blacklisted", overlay = false } + } + } + } + +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua new file mode 100644 index 0000000..50a9470 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua @@ -0,0 +1,25 @@ +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.statistics.rrdtool.definitions.tcpconns", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + return { + title = "%H: TCP connections to port %pi", + vlabel = "Connections/s", + number_format = "%5.0lf", + data = { + types = { "tcp_connections" }, + instances = { + tcp_connections = { + "SYN_SENT", "SYN_RECV", "LISTEN", "ESTABLISHED", + "LAST_ACK", "TIME_WAIT", "CLOSING", "CLOSE_WAIT", + "CLOSED", "FIN_WAIT1", "FIN_WAIT2" + }, + options = { + load__ESTABLISHED = { title = "%di", noarea = true } + } + } + } + } +end diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua new file mode 100644 index 0000000..077ec57 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua @@ -0,0 +1,27 @@ +--[[ + +Copyright 2013 Thomas Endt + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +]]-- + +module("luci.statistics.rrdtool.definitions.uptime", package.seeall) + +function rrdargs( graph, plugin, plugin_instance, dtype ) + + return { + title = "%H: Uptime", vlabel = "seconds", + number_format = "%5.0lf%s", data = { + types = { "uptime" }, + options = { + uptime = { title = "Uptime %di", noarea = true } + } + } + } + +end + diff --git a/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm new file mode 100644 index 0000000..3827199 --- /dev/null +++ b/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm @@ -0,0 +1,17 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +

<%:Statistics%>

+ +

<%_The statistics package uses Collectd +to gather data and RRDtool to +render diagram images.%>

+ +

<%_You can install additional collectd-mod-* plugins to enable more statistics.%>

+ +<%+footer%> diff --git a/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm new file mode 100644 index 0000000..ebc78ba --- /dev/null +++ b/applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm @@ -0,0 +1,40 @@ +<%# + Copyright 2008 Steven Barth + Copyright 2008 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> + +

<%:Statistics%>

+ +
+ + + + +
+ +
+
+
+ +
+ <% for i, img in ipairs(images) do %> + <% if is_index then %><% end %> + + <% if is_index then %><% end %> +
+ <% end %> +
+ +<%+footer%> + diff --git a/applications/luci-app-statistics/po/ca/rrdtool.po b/applications/luci-app-statistics/po/ca/rrdtool.po new file mode 100644 index 0000000..7c03aad --- /dev/null +++ b/applications/luci-app-statistics/po/ca/rrdtool.po @@ -0,0 +1,359 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 16:39+0200\n" +"PO-Revision-Date: 2009-05-27 01:49+0200\n" +"Last-Translator: Eduard Duran \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Wireless - Relació Senyal Soroll" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Nivell de soroll" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Potència de senyal" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Qualitat de senyal" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Qualitat de senyal" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: Temps ICMP d'anada i tornada" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Tallafocs - Paquets processats" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Paquets/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Cadena \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Enllaç de xarxa - Transferència en %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Enllaç de xarxa - Paquets en %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Paquets/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Processats (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Descartats (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Errors (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Enllaç de xarxa - Multicast en %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Paquets/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Paquets" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Enllaç de xarxa - Col·lisions en %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Col·lisions/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Col·lisions" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Enllaç de xarxa - Errors on %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Errors/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Processos" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Processos/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Procés %pi - temps de cpu usat" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "sistema" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "usuari" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Procés %pi - threads i processos" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Compte" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Procés %pi - errors de pàgina" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Errors de pàgina" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "errors de pàgina" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Procés %pi - mida de memòria virtual" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "memòria virtual" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Ús al Processador #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transferència a %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Paquets a %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Paquets/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: Connexions TCP a Port %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Connexions/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Ús de l'espai de disc a %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupcions" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Temes/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Càrrega de Sistema" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Càrrega" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/ca/statistics.po b/applications/luci-app-statistics/po/ca/statistics.po new file mode 100644 index 0000000..5ccaa4a --- /dev/null +++ b/applications/luci-app-statistics/po/ca/statistics.po @@ -0,0 +1,766 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-08-07 20:11+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Acció (objectiu)" + +msgid "Add command for reading values" +msgstr "Afegeix ordre per llegir valors" + +msgid "Add matching rule" +msgstr "Afegeix regla coincident" + +msgid "Add multiple hosts separated by space." +msgstr "Afegeix múltiples hosts separats per espai." + +msgid "Add notification command" +msgstr "Afegeix ordre de notificació" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Directori base" + +msgid "Basic monitoring" +msgstr "Monitoreig bàsic" + +msgid "CPU Plugin Configuration" +msgstr "Configuració del connector de CPU" + +msgid "CSV Output" +msgstr "Sortida CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configuració del connector CSV" + +msgid "Cache collected data for" +msgstr "Emmagatzema en memòria cau les dades recollides de" + +msgid "Cache flush interval" +msgstr "Interval de neteja de memòria cau" + +msgid "Chain" +msgstr "Cadena" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Configuració Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd és un petit dimoni per recollir dades de diverses fonts a través " +"dels connectors. En aquesta pàgina podeu canviar la configuració general del " +"dimoni Collectd." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Configuració del connector Conntrack" + +msgid "DF Plugin Configuration" +msgstr "Configuració del connector DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Configuració del connector DNS" + +msgid "Data collection interval" +msgstr "Interval de recol·lecció de dades" + +msgid "Datasets definition file" +msgstr "Fitxer de definició de dades" + +msgid "Destination ip range" +msgstr "Rang d'IP destí" + +msgid "Directory for collectd plugins" +msgstr "Directori pels connectors connectd" + +msgid "Directory for sub-configurations" +msgstr "Directori per sub-configuracions" + +msgid "Disk Plugin Configuration" +msgstr "Configuració del connector de disc" + +msgid "Disk Space Usage" +msgstr "Ús d'espai en disc" + +msgid "Disk Usage" +msgstr "Ús de disc" + +msgid "Display Host »" +msgstr "Mostra el host »" + +msgid "Display timespan »" +msgstr "Mostra l'hora" + +msgid "E-Mail Plugin Configuration" +msgstr "Configuració del connector d'adreça electrònica" + +msgid "Email" +msgstr "Adreça electrònica" + +msgid "Enable this plugin" +msgstr "Activa aquest connector" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Configuració del connector exec" + +msgid "Filter class monitoring" +msgstr "Monitoreig de classe filter" + +msgid "Firewall" +msgstr "Tallafocs" + +msgid "Flush cache after" +msgstr "Neteja la memòria cau després de" + +msgid "Forwarding between listen and server addresses" +msgstr "Readreçant entre adreces que reben connexions i adreces de servidors" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Gràfics" + +msgid "Group" +msgstr "Grup" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Ací pots definir ordres externes que s'iniciaran pel collectd per llegir " +"certs valors. Els valors es llegiran des del stdout" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Ací pots definir ordres externes que s'iniciaran pel collectd quan s'aribi a " +"uns certs valors llindars. Els valors que condueixin a la invocació, " +"alimentaran als programes stdin" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Ací pots definir diversos criteris pels que es seleccionaran les regles " +"iptables monitoritzades ." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Host" + +msgid "Hostname" +msgstr "Nom de host" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "Configuració de connector IRQ" + +msgid "Ignore source addresses" +msgstr "Ignora adreces origen" + +msgid "Incoming interface" +msgstr "Interfície entrant" + +msgid "Interface Plugin Configuration" +msgstr "Configuració de connector d'interfície" + +msgid "Interfaces" +msgstr "Interfícies" + +msgid "Interrupts" +msgstr "Interrupcions" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "Configuració del connector iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "Màquina que rep connexions" + +msgid "Listen port" +msgstr "Port que rep connexions" + +msgid "Listener interfaces" +msgstr "Interfícies que reben connexions" + +msgid "Load Plugin Configuration" +msgstr "Configuració de connector de càrrega" + +msgid "Maximum allowed connections" +msgstr "Connexions màximes permeses" + +msgid "Memory" +msgstr "Memòria" + +msgid "Memory Plugin Configuration" +msgstr "Configuració del connector de memòria" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "Monitoritza tots els ports locals que reben connexions" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitoritza dispositius" + +msgid "Monitor disks and partitions" +msgstr "Monitoritza els discs i les particions" + +msgid "Monitor filesystem types" +msgstr "Monitoritza els tipus de sistema de fitxers" + +msgid "Monitor hosts" +msgstr "Monitoritza màquines" + +msgid "Monitor interfaces" +msgstr "Monitoritza hosts" + +msgid "Monitor interrupts" +msgstr "Monitoritza interrupcions" + +msgid "Monitor local ports" +msgstr "Monitoritza els ports locals" + +msgid "Monitor mount points" +msgstr "Monitoritza punts de muntatge" + +msgid "Monitor processes" +msgstr "Monitoritza processos" + +msgid "Monitor remote ports" +msgstr "Monitoritza els ports remots" + +msgid "Name of the rule" +msgstr "Nom de la regla" + +msgid "Netlink" +msgstr "Enllaç de xarxa" + +msgid "Netlink Plugin Configuration" +msgstr "Configuració del connector d'enllaç de xarxa" + +msgid "Network" +msgstr "Xarxa" + +msgid "Network Plugin Configuration" +msgstr "Configuració del connector de xarxa" + +msgid "Network plugins" +msgstr "Connectors de xarxa" + +msgid "Network protocol" +msgstr "Protocol de xarxa" + +msgid "Number of threads for data collection" +msgstr "Número de fils de recol·lecció de dades" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "Configuració del connector OLSRd" + +msgid "Only create average RRAs" +msgstr "Crea només RRAs mitjans" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Opcions" + +msgid "Outgoing interface" +msgstr "Interfície sortint" + +msgid "Output plugins" +msgstr "Connectors de sortida" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Configuració del connector ping" + +msgid "Port" +msgstr "Port" + +msgid "Processes" +msgstr "Processos" + +msgid "Processes Plugin Configuration" +msgstr "Configuració del connector de processos" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Processador" + +msgid "Qdisc monitoring" +msgstr "Monitoreig Qdisc" + +msgid "RRD XFiles Factor" +msgstr "Factor RRD XFiles" + +msgid "RRD heart beat interval" +msgstr "Interval de batec de cor RRD" + +msgid "RRD step interval" +msgstr "Interval de pas RRD" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Configuració del connector RRDTool" + +msgid "Rows per RRA" +msgstr "Files per RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Segons" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Màquina servidor" + +msgid "Server port" +msgstr "Port del servidor" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Monitoreig de classe shaping" + +msgid "Socket file" +msgstr "Fitxer d'endoll" + +msgid "Socket group" +msgstr "Grup d'endoll" + +msgid "Socket permissions" +msgstr "Permisos d'endoll" + +msgid "Source ip range" +msgstr "Rang d'IP origen" + +msgid "Specifies what information to collect about links." +msgstr "Especifica què informació es recull sobre enllaços." + +msgid "Specifies what information to collect about routes." +msgstr "Especifica què informació es recull sobre rutes." + +msgid "Specifies what information to collect about the global topology." +msgstr "Especifica què informació es recull sobre la topologia global." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Estadístiques" + +msgid "Storage directory" +msgstr "Directori d'emmagatzematge" + +msgid "Storage directory for the csv files" +msgstr "Directori d'emmagatzematge dels fitxers CSV" + +msgid "Store data values as rates instead of absolute values" +msgstr "" +"Emmagatzema els valors de dades com a relacions en comptes de com a valors " +"absoluts" + +msgid "Stored timespans" +msgstr "Marques de temps emmagatzemades" + +msgid "System Load" +msgstr "Càrrega de sistema" + +msgid "TCP Connections" +msgstr "Connexions TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Configuració de connector TCPConns" + +msgid "TTL for network packets" +msgstr "TTL pels paquets de xarxa" + +msgid "TTL for ping packets" +msgstr "TTL per paquets ping" + +msgid "Table" +msgstr "Taula" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"El connector de cpu recull estadístiques bàsiques sobre l'ús del processador." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"El connector CSV desa les dades recollides en format CSV per ser processades " +"posteriorment per programes externs." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"El connector DF recull dades sobre l'ús d'espai en disc de diferents " +"dispositius, punts de muntatge i tipus de sistema de fitxers." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"El connector de disc recull estadístiques d'ús detallades per les particions " +"seleccionades o per tot el disc." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"El connector DNS recull estadístiques detallades sobre el tràfic DNS a les " +"interfícies seleccionades." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"El connector d'adreça electrònica crea un socket unix que es pot utilitzar " +"per transmetre estadístiques d'email a un dimoni collectd. Aquest connector " +"es fa servir en conjunció amb Mail::SpamAssassin::Plugin. Plugin::Collectd " +"també es pot utilitzar d'altres maneres." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"El connector exec inicia ordres externes per llegir valors des de o a " +"processos externs quan s'arriba a certs valors de llindar." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"El connector d'interfície recull estadístiques de tràfic a les interfícies " +"seleccionades." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"El connector iptables monitoritzarà les regles de tallafocs seleccionades i " +"recollirà informacions sobre els bytes i paquests processats per regla." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"El connector IRQ monitoritzarà la taxa de qüestions per segon per cada " +"interrupció seleccionada. Si no se selecciona cap interrupció, es " +"monitoritzen totes les interrupcions." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"El connector iwinfo recull estadístiques sobre la força de senyal, soroll i " +"qualitat sense fil." + +msgid "The load plugin collects statistics about the general system load." +msgstr "" +"El connector de càrrega recull estadístiques sobre la càrrega de sistema " +"general." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "El connector de memòria recull estadístiques sobre l'ús de memòria." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"El connector d'enllaç de xarxa recull informació extensa com estadístiques " +"de qdisc-, class- i filter- per les interfícies seleccionades." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"El connector de xarxa proporciona comunicacions basades en xarxa entre " +"diferents instàncies de collectd. El collectd pot operar tan en mode " +"servidor com client. En el client mode les dades recollides localment es " +"transferiran a la instància del servidor de collectd, en el mode servidor la " +"instància rep dades de les altres màquines." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"El connector de ping enviarà ICMP Echo Replies a les màquines seleccionades " +"i mesurarà el temps d'anada i tornada en cada màquina." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"El connector de processor recollirà informacions com el temps de cpu, errors " +"de pàgina i ús de memòria dels processos seleccionats." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"El connector RRDTool desa les dades recollides als fitxers de base de dades " +"RRD, la base dels diagrames.

Alerta: Establir els valors " +"incorrectes comportarà un consum molt alt de memòria al directori temporal. " +"Això pot inutilitzar el dispositiu!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"El connector TCPConns recull informació sobre les connexions TCP obertes en " +"els ports seleccionats." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"El connector unixsock crea un socket Unix que es pot fer servir per llegir " +"dades recollides d'una instància collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Aquesta secció defineix en quines interfícies el collectd rebrà connexions " +"entrants." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Aquesta secció defineix a quins servidors s'enviaran les dades recollides " +"localment." + +msgid "Try to lookup fully qualified hostname" +msgstr "Intenta resoldre el nom de màquina (fqdn)" + +msgid "UPS" +msgstr "UPS" + +msgid "UPS Plugin Configuration" +msgstr "Configuració del connector UPS" + +msgid "UPS name in NUT ups@host format" +msgstr "Nom UPS en format NUT ups@host" + +msgid "UnixSock" +msgstr "Sock Unix" + +msgid "Unixsock Plugin Configuration" +msgstr "Configuració de connector Unixsock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Fitxer PID usat" + +msgid "User" +msgstr "Usuari" + +msgid "Verbose monitoring" +msgstr "Monitoreig detallat" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "p.e. br-ff" + +msgid "e.g. br-lan" +msgstr "p.e. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "p.e. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "màx. 16 caràcters" + +msgid "reduces rrd size" +msgstr "redueix mida RRD" + +msgid "seconds; multiple separated by space" +msgstr "segons; múltiples separats per espais" + +msgid "server interfaces" +msgstr "interfícies de servidor" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Connectors de sistema" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "El paquet d'estadísitiques està basat en Collectd i utilitza l'eina RRD per renderitzar imatges de diagrama de les dades " +#~ "recoliildes." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "El connector Wireless recull estadístiques sobre la potència del senyal " +#~ "sense fils, el soroll i la qualitat." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuració del connector Wireless" diff --git a/applications/luci-app-statistics/po/cs/rrdtool.po b/applications/luci-app-statistics/po/cs/rrdtool.po new file mode 100644 index 0000000..e6149ec --- /dev/null +++ b/applications/luci-app-statistics/po/cs/rrdtool.po @@ -0,0 +1,359 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-12 20:35+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "Bezdrátová síť - Úroveň Å¡umu" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Úroveň Å¡umu" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Síla signálu" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - kvalita signálu" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Kvalita signálu" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP Äasy odezvy" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - zpracované pakety" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pakety/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "ŘetÄ›z \\\"%di\\\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - pÅ™enos na %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bajty/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bajty (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - pakety na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Pakety/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Zpracováno (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Zahozeno (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Chyby (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - multicast na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pakety/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pakety" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - kolize na %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Kolize/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Kolize" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - chyby na %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Chyby/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Procesy" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Procesy/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Proces %pi - Äas využití CPU" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "systém" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "uživatel" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Proces %pi - vlákna a procesy" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "PoÄet" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Process %pi - chyby stránkování" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Chyby stránkování" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "chyby stránkování" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Proces %pi - velikost virtuální pamÄ›ti" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bajty" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "virtuální paměť" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Vytížení procesoru #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: PÅ™enos na %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bajty/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pakety na %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pakety/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP-spojení na portu %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Spojení/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Využití diskového prostoru na %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bajty" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: PÅ™eruÅ¡ení" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Problémy/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H Zatížení systému" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Zatížení" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/cs/statistics.po b/applications/luci-app-statistics/po/cs/statistics.po new file mode 100644 index 0000000..bfa1b89 --- /dev/null +++ b/applications/luci-app-statistics/po/cs/statistics.po @@ -0,0 +1,780 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-21 17:44+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Akce (cíl)" + +msgid "Add command for reading values" +msgstr "PÅ™idat příkaz pro Ätení hodnot" + +msgid "Add matching rule" +msgstr "PÅ™idat pravidlo pro výbÄ›r" + +msgid "Add multiple hosts separated by space." +msgstr "PÅ™idat více hostů, oddÄ›lených mezerou" + +msgid "Add notification command" +msgstr "PÅ™idat příkaz pro upozornÄ›ní" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Základní adresář" + +msgid "Basic monitoring" +msgstr "Základní sledování" + +msgid "CPU Plugin Configuration" +msgstr "Nastavení CPU pluginu" + +msgid "CSV Output" +msgstr "CSV výstup" + +msgid "CSV Plugin Configuration" +msgstr "Nastavení CSV pluginu" + +msgid "Cache collected data for" +msgstr "MezipamÄ›t pro ukládání dat" + +msgid "Cache flush interval" +msgstr "Interval vyprazdňování mezipamÄ›ti" + +msgid "Chain" +msgstr "ŘetÄ›z" + +msgid "CollectLinks" +msgstr "CollectLinks" + +msgid "CollectRoutes" +msgstr "CollectRoutes" + +msgid "CollectTopology" +msgstr "CollectTopology" + +msgid "Collectd Settings" +msgstr "Nastavení Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd je malý daemon pro shromažÄování dat z nejrůznÄ›jších zdrojů zkrz " +"rozdílné pluginy. Na této stránce můžete zmÄ›nit obecná nastavení daemonu " +"collectd." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Nastavení pluginu Conntrack" + +msgid "DF Plugin Configuration" +msgstr "Nastavení pluginu DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Nastavení DNS pluginu" + +msgid "Data collection interval" +msgstr "Interval sbÄ›ru dat" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "Rozsah cílových IP adres" + +msgid "Directory for collectd plugins" +msgstr "Adresář s pluginy pro collectd" + +msgid "Directory for sub-configurations" +msgstr "Adresář pro pod-nastavení" + +msgid "Disk Plugin Configuration" +msgstr "Nastavení Disk pluginu" + +msgid "Disk Space Usage" +msgstr "Využití místa na disku" + +msgid "Disk Usage" +msgstr "Využití disku" + +msgid "Display Host »" +msgstr "Zobrazit hostitele »" + +msgid "Display timespan »" +msgstr "Zobrazit Äasové rozpÄ›tí »" + +msgid "E-Mail Plugin Configuration" +msgstr "Nastavení E-Mail pluginu" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Povolit tento plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Nastavení pluginu Exec" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Vyprázdnit cache po" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Grafy" + +msgid "Group" +msgstr "Skupina" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Zde můžete nastavit externí příkazy, které budou spuÅ¡tÄ›ny v tomto poÅ™adí " +"daemonem collectd. Ze standardního výstupu příkazů vezme collectd potÅ™ebné " +"hodnoty." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Zde můžete definovat různá kritéria, podle kterých budou vybrána sledovaná " +"pravidla iptables." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Hostitel" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "IP nebo hostname, odkud získat txtinfo výstup" + +msgid "IRQ Plugin Configuration" +msgstr "Nastavení IRQ pluginu" + +msgid "Ignore source addresses" +msgstr "Ignorovat zdrojové adresy" + +msgid "Incoming interface" +msgstr "Příchozí rozhraní" + +msgid "Interface Plugin Configuration" +msgstr "Nastavení Interface pluginu" + +msgid "Interfaces" +msgstr "Rozhraní" + +msgid "Interrupts" +msgstr "PÅ™eruÅ¡ení" + +msgid "Interval for pings" +msgstr "Interval pro ping" + +msgid "Iptables Plugin Configuration" +msgstr "Nastavení Iptables pluginu" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Pokud nic nevyberete, rozhraní pro monitoring budou urÄena automaticky." + +msgid "Listen host" +msgstr "Naslouchající hostitel" + +msgid "Listen port" +msgstr "Naslouchající port" + +msgid "Listener interfaces" +msgstr "Rozhraní naslouchajícího" + +msgid "Load Plugin Configuration" +msgstr "NaÄíst nastavení pluginů" + +msgid "Maximum allowed connections" +msgstr "Maximální množství povolených spojení" + +msgid "Memory" +msgstr "Paměť" + +msgid "Memory Plugin Configuration" +msgstr "Nastavení pluginu Memory (Paměť)" + +msgid "Monitor all except specified" +msgstr "Sledovat vÅ¡e kromÄ› vybraných" + +msgid "Monitor all local listen ports" +msgstr "Monitorovat vÅ¡echny naslouchající porty" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Sledovat zařízení" + +msgid "Monitor disks and partitions" +msgstr "Sledovat disky a oddíly" + +msgid "Monitor filesystem types" +msgstr "Sledovat typy souborových systémů" + +msgid "Monitor hosts" +msgstr "Sledovat hostitele" + +msgid "Monitor interfaces" +msgstr "Sledovat rozhraní" + +msgid "Monitor interrupts" +msgstr "Sledovat pÅ™eruÅ¡ení" + +msgid "Monitor local ports" +msgstr "Sledovat místní porty" + +msgid "Monitor mount points" +msgstr "Sledovat přípojné body" + +msgid "Monitor processes" +msgstr "Sledovat procesy" + +msgid "Monitor remote ports" +msgstr "Sledovat vzdálené porty" + +msgid "Name of the rule" +msgstr "Název pravidla" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Nastavení pluginu Netlink" + +msgid "Network" +msgstr "Síť" + +msgid "Network Plugin Configuration" +msgstr "Nastavení pluginu Síť" + +msgid "Network plugins" +msgstr "Síťové pluginy" + +msgid "Network protocol" +msgstr "Síťový protokol" + +msgid "Number of threads for data collection" +msgstr "PoÄet vláken pro sbÄ›r dat" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "Nastavení pluginu OLSRd" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Možnosti" + +msgid "Outgoing interface" +msgstr "Odchozí rozhraní" + +msgid "Output plugins" +msgstr "Výstupní pluginy" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Nastavení pluginu Ping" + +msgid "Port" +msgstr "Port" + +msgid "Processes" +msgstr "Procesy" + +msgid "Processes Plugin Configuration" +msgstr "Nastavení pluginu Procesy" + +msgid "Processes to monitor separated by space" +msgstr "Sledované procesy (oddÄ›lte mezerou)" + +msgid "Processor" +msgstr "Procesor" + +msgid "Qdisc monitoring" +msgstr "Sledování Qdisc" + +#, fuzzy +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Factor" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Nastavení pluginu RRDTool" + +msgid "Rows per RRA" +msgstr "Řádky na jeden RRA" + +msgid "Script" +msgstr "Skript" + +msgid "Seconds" +msgstr "Sekundy" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Hostitel serveru" + +msgid "Server port" +msgstr "Port serveru" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "Soubor socketu" + +msgid "Socket group" +msgstr "Skupina socketů" + +msgid "Socket permissions" +msgstr "OprávnÄ›ní socketu" + +msgid "Source ip range" +msgstr "Rozsah zdrojových IP" + +msgid "Specifies what information to collect about links." +msgstr "UrÄuje, jaké informace sbírat o odkazech." + +msgid "Specifies what information to collect about routes." +msgstr "UrÄuje, jaké informace sbírat o cestách" + +msgid "Specifies what information to collect about the global topology." +msgstr "UrÄuje, jaké informace sbírat o globální topologii" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Statistiky" + +msgid "Storage directory" +msgstr "Úložný adresář" + +msgid "Storage directory for the csv files" +msgstr "Úložný adresář pro soubory CSV" + +msgid "Store data values as rates instead of absolute values" +msgstr "Ukládat data jako pomÄ›rné hodnoty místo absolutních" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "Zatížení systému" + +msgid "TCP Connections" +msgstr "TCP spojení" + +msgid "TCPConns Plugin Configuration" +msgstr "Nastavení pluginu TCPConns" + +msgid "TTL for network packets" +msgstr "TTL pro síťové pakety" + +msgid "TTL for ping packets" +msgstr "TTL pro pakety pingu" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "Plugin Conntrack shromažÄuje statistiky o poÄtu sledovaných spojení." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "Plugin CPU shromažÄuje základní statistiky o vytížení procesoru." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"Plugin CSV ukládá shromáždÄ›ná data ve formátu CSV. Data mohou být pozdÄ›ji " +"zpracována externími programy." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"Plugin DF shromažÄuje statistiky o využití diskového prostoru na různých " +"zařízeních, přípojných bodech nebo typech souborových systémů." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Plugin Disk shromažÄuje podrobné statistiky o využívání vybraného oddílu " +"nebo celého disku." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"Plugin DNS shromažÄuje podrobné statistky o provozu, vztahující se k DNS, na " +"vybraných rozhraních." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Plugin Email vytváří unixový socket, které může být využit pro odeslání " +"statistik o emailu běžícímu daemonu collectd. Plugin je primárnÄ› urÄen pro " +"použití ve spojení s Mail::SpamAssasin::Plugin::Collectd, ale stejnÄ› dobÅ™e " +"může být využit jinak." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"Plugin Interface shromažÄuje statistiky o provozu na vybraných rozhraních." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Plugin Iptables monitoruje vybraná pravidla firewallu a shromažÄuje " +"informace o zpracovaných bajtech a paketech pro každé pravidlo." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"Plugin IRQ monitoruje množství požadavků na pÅ™eruÅ¡ení pro každé vybrané " +"pÅ™eruÅ¡ení. Pokud není vybráno žádné pÅ™eruÅ¡ení, jsou monitorována vÅ¡echna." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"Plugin Iwinfo shromažÄuje statistiky o síle, Å¡umu a kvalitÄ› bezdrátového " +"signálu." + +msgid "The load plugin collects statistics about the general system load." +msgstr "Plugin Load shromažÄuje statistiky o obecné zátěži systému." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "Plugin Memory shromažÄuje statistiky o využití pamÄ›ti." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Plugin Netlink shromažÄuje rozšířené informace jako statistiky qdisk, class " +"a filtru pro vybraná rozhraní." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Plugin Network poskytuje síťovou komunikaci mezi různými instancemi daemonu " +"collectd. Collectd může pracovat v režimu klienta i serveru. V režimu " +"klienta jsou lokálnÄ› shromažÄovaná data odeslána instanci serveru, jako " +"server naopak collectd pÅ™ijímá data z ostatních hostitelů." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Plugin Ping bude odesílat ICMP echo odpovÄ›di vybraným hostům a měřit " +"zpáteÄní Äas pro každého hosta." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Plugin Processes shromažÄuje informace o procesorovém Äasu, výpadcích " +"stránky a využití pamÄ›ti vybranými programy." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"Plugin Rrdtool ukládá shromažÄená data v souborech databáze RRD.

Varování: Nastavení Å¡patných hodnot bude mít za následek velkou " +"spotÅ™ebu pamÄ›ti v doÄasném adresáří. Zařízení ze tak může stát nepoužitelným!" +"" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Plugin Tcpconns shromažÄuje informace o otevÅ™ených TCP spojeních na " +"vybraných portech." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Plugin Unixsock vytváří unixový socket, které může být využit pro Ätení dat " +"z běžící instance collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Tato sekce urÄuje, na kterých rozhraních bude collectd Äekat na příchozí " +"spojení." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "Tato sekce urÄuje, na které servery budou odeslána shromáždÄ›ná data." + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "UPS" + +msgid "UPS Plugin Configuration" +msgstr "Konfigurace pluginu UPS" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Konfigurace pluginu Unixsock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Použitý soubor PID (identifikátoru procesu)" + +msgid "User" +msgstr "Uživatel" + +msgid "Verbose monitoring" +msgstr "Podrobný monitoring" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "Nastavení pluginu Wireless Iwinfo" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "napÅ™. br-ff" + +msgid "e.g. br-lan" +msgstr "napÅ™. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "napÅ™. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 znaků" + +msgid "reduces rrd size" +msgstr "redukovaná velikost rrd" + +msgid "seconds; multiple separated by space" +msgstr "sekundy, více hodnot oddÄ›lených mezerou" + +msgid "server interfaces" +msgstr "rozhraní serveru" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Systémové pluginy" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "BalíÄek Statistiky je založen na Collectd a využívá RRD " +#~ "Tool pro kreslení diagramů z collectd." + +#~ msgid "Installed network plugins:" +#~ msgstr "Instalované síťové pluginy:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Instalované výstupní pluginy:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Síťové pluginy jsou používány pro shromažÄování informací o otevÅ™ených " +#~ "tcp spojeních, provozu na rozhraní, pravidel iptables atd." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Výstupní pluginy poskytují různé možnosti ukládání sesbíraných dat. " +#~ "Plugin je možné v jeden okamžik povolit vícekrát , například pro ukládání " +#~ "dat do rrd databází a pÅ™edávání dat po síti jiným instancím daemonu " +#~ "collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Systémové pluginy, shromažÄující hodnoty o systémovém stavu a zdrojích, " +#~ "používaných zařízením:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Plugin Wireless shromažÄuje statistiky o síle, Å¡umu a kvalitÄ› " +#~ "bezdrátového signálu." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Nastavení pluginu Wireless" diff --git a/applications/luci-app-statistics/po/de/rrdtool.po b/applications/luci-app-statistics/po/de/rrdtool.po new file mode 100644 index 0000000..390fd2e --- /dev/null +++ b/applications/luci-app-statistics/po/de/rrdtool.po @@ -0,0 +1,357 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2009-05-19 00:33+0200\n" +"Last-Translator: Stefan Keks \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Drahtlos - Signal-Noise-Verhältnis" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Noise-Level" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Signalstärke" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Drahtlos - Signalqualität" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Signalqualität" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP Antwortzeiten" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Verarbeitete Pakete" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pakete/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Kette \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Transfer auf %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Pakete auf %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Pakete/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Verarbeitet (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Verworfen (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Fehler (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast auf %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pakete/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pakete" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Kollisionen auf %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Kollisionen/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Kollisionen" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Fehler auf %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Fehler/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Prozesse" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Prozesse/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Prozess %pi - Verbrauchte CPU Zeit" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "System" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "User" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Prozess %pi - Threads und Prozesse" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Anzahl" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Prozess %pi - Speicherzugriffsfehler" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Zugriffsfehler" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "Zugriffsfehler" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Process %pi - Virtueller Speicher" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "virtueller Speicher" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Auslastung auf Prozessor #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transfer auf %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pakete auf %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pakete/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP-Verbindungen auf Port %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Verbindungen/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Speicherverbrauch auf %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "verfügbar" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "belegt " + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupts" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Aufrufe/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Systemlast" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Last" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 Minute" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 Minuten" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 Minuten" diff --git a/applications/luci-app-statistics/po/de/statistics.po b/applications/luci-app-statistics/po/de/statistics.po new file mode 100644 index 0000000..91baf0e --- /dev/null +++ b/applications/luci-app-statistics/po/de/statistics.po @@ -0,0 +1,802 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-01-28 22:20+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Aktion (Ziel)" + +msgid "Add command for reading values" +msgstr "Kommando zum Werte einlesen hinzufügen" + +msgid "Add matching rule" +msgstr "Auswahlregel hinzufügen" + +msgid "Add multiple hosts separated by space." +msgstr "Mehrere Hosts durch Leerzeichen getrennt hinzufuegen" + +msgid "Add notification command" +msgstr "Benachrichtigungskommando hinzufügen" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Basisverzeichnis" + +msgid "Basic monitoring" +msgstr "Schnittstellen einfach überwachen" + +msgid "CPU Plugin Configuration" +msgstr "CPU Plugin Konfiguration" + +msgid "CSV Output" +msgstr "CSV Ausgabe" + +msgid "CSV Plugin Configuration" +msgstr "CSV Plugin Konfiguration" + +msgid "Cache collected data for" +msgstr "Zwischenspeicherzeit für gesammelte Daten" + +msgid "Cache flush interval" +msgstr "Cache-Leerungsintervall" + +msgid "Chain" +msgstr "Kette (Chain)" + +msgid "CollectLinks" +msgstr "Informationen über Links sammeln (CollectdLinks)" + +msgid "CollectRoutes" +msgstr "Informationen über Routen sammeln (CollectRoutes)" + +msgid "CollectTopology" +msgstr "Informationen über die Netzwerktopologie sammeln (CollectTopology)" + +msgid "Collectd Settings" +msgstr "Collectd Einstellungen" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd ist ein schlankes Dienstprogramm zum Sammeln von Systemdaten aus " +"verschiedenen Quellen mittels diverser Plugins. Auf dieser Seite können " +"generelle Einstellungen für den Collectd-Daemon vorgenommen werden." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Conntrack Plugin Einstellungen" + +msgid "DF Plugin Configuration" +msgstr "DF Plugin Konfiguration" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "DNS Plugin Konfiguration" + +msgid "Data collection interval" +msgstr "Daten-Sammelintervall" + +msgid "Datasets definition file" +msgstr "Dataset-Definitionen" + +msgid "Destination ip range" +msgstr "Ziel-IP-Bereich" + +msgid "Directory for collectd plugins" +msgstr "Verzeichnis für Collectd-Plugins" + +msgid "Directory for sub-configurations" +msgstr "Verzeichnis für Unterkonfigurationen" + +msgid "Disk Plugin Configuration" +msgstr "Disk Plugin Konfiguration" + +msgid "Disk Space Usage" +msgstr "Plattenspeicher" + +msgid "Disk Usage" +msgstr "Plattenauslastung" + +msgid "Display Host »" +msgstr "Anzeigeserver" + +msgid "Display timespan »" +msgstr "Zeitspanne zeigen »" + +msgid "E-Mail Plugin Configuration" +msgstr "E-Mail Plugin Konfiguration" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Plugin aktivieren" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Exec Plugin Konfiguration" + +msgid "Filter class monitoring" +msgstr "Filterklassen überwachen" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Leerungsintervall für Zwischenspeicher" + +msgid "Forwarding between listen and server addresses" +msgstr "Weiterleitung zwischen Listen- und Server-Adressen" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Diagramme" + +msgid "Group" +msgstr "Gruppe" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Hier können externe Kommandos definiert werden, welche durch Collectd " +"gestartet werden um Statistik-Werte einzulesen. Die Werte werden dabei vom " +"STDOUT des aufgerufenen Programmes gelesen." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Hier können externe Kommandos definiert werden, welche durch Collectd " +"gestartet werden sobald konfigurierte Grenzwerte erreicht werden. Die Werte " +"welche die Benachrichtigung ausgelöst haben werden dabei an den STDIN des " +"aufgerufenen Programmes übergeben." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Hier werden die Kriterien festgelegt nach welchen die zu überwachenden " +"Firewall-Regeln ausgewählt werden." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Host" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "IP-Adresse oder Hostname zum Abfragen der Txtinfo-Ausagabe" + +msgid "IRQ Plugin Configuration" +msgstr "IRQ Plugin Konfiguration" + +msgid "Ignore source addresses" +msgstr "Quelladressen ignorieren" + +msgid "Incoming interface" +msgstr "eingehende Schnittstelle" + +msgid "Interface Plugin Configuration" +msgstr "Interface Plugin Konfiguration" + +msgid "Interfaces" +msgstr "Schnittstellen" + +msgid "Interrupts" +msgstr "Interrupts" + +msgid "Interval for pings" +msgstr "Intervall zwischen den Pings" + +msgid "Iptables Plugin Configuration" +msgstr "Iptables Plugin Konfiguration" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Nichts auswählen um die zu überwachende Schnittstelle automatisch zu " +"bestimmen" + +msgid "Listen host" +msgstr "Listen-Host" + +msgid "Listen port" +msgstr "Listen-Port" + +msgid "Listener interfaces" +msgstr "Listen-Schnittstelle" + +msgid "Load Plugin Configuration" +msgstr "Load Plugin Konfiguration" + +msgid "Maximum allowed connections" +msgstr "Maximale Anzahl erlaubter Verbindungen" + +msgid "Memory" +msgstr "Memory" + +msgid "Memory Plugin Configuration" +msgstr "Memory-Plugin-Konfiguration" + +msgid "Monitor all except specified" +msgstr "Alle bis auf Angegebene überwachen" + +msgid "Monitor all local listen ports" +msgstr "Alle durch lokale Dienste genutzten Ports überwachen" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Geräte überwachen" + +msgid "Monitor disks and partitions" +msgstr "Geräte und Partitionen überwachen" + +msgid "Monitor filesystem types" +msgstr "Datesystemtypen überwachen" + +msgid "Monitor hosts" +msgstr "Hosts überwachen" + +msgid "Monitor interfaces" +msgstr "Schnittstellen überwachen" + +msgid "Monitor interrupts" +msgstr "Interrups überwachen" + +msgid "Monitor local ports" +msgstr "lokale Ports überwachen" + +msgid "Monitor mount points" +msgstr "Mount-Punkte überwachen" + +msgid "Monitor processes" +msgstr "Ãœberwachte Prozesse" + +msgid "Monitor remote ports" +msgstr "entfernte Ports überwachen" + +msgid "Name of the rule" +msgstr "Name der Regel" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlink Plugin Konfiguration" + +msgid "Network" +msgstr "Netzwerk" + +msgid "Network Plugin Configuration" +msgstr "Network Plugin Konfiguration" + +msgid "Network plugins" +msgstr "Netzwerkplugins" + +msgid "Network protocol" +msgstr "Netzwerkprotokoll" + +msgid "Number of threads for data collection" +msgstr "Anzahl paralleler Sammelprozesse" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "OLSRd-Plugin-Konfiguration" + +msgid "Only create average RRAs" +msgstr "Nur 'average' RRAs erzeugen" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Optionen" + +msgid "Outgoing interface" +msgstr "ausgehende Schnittstelle" + +msgid "Output plugins" +msgstr "Ausgabeplugins" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Ping Plugin Konfiguration" + +msgid "Port" +msgstr "Port" + +msgid "Processes" +msgstr "Prozesse" + +msgid "Processes Plugin Configuration" +msgstr "Prozess Plugin Konfiguration" + +msgid "Processes to monitor separated by space" +msgstr "Zu überwachende Prozesse (getrennt durch Leerzeichen)" + +msgid "Processor" +msgstr "Prozessor" + +msgid "Qdisc monitoring" +msgstr "Queue Discipline überwachen" + +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Faktor" + +msgid "RRD heart beat interval" +msgstr "RRD Heartbeatintervall" + +msgid "RRD step interval" +msgstr "RRD Schrittintervall" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool Plugin Konfiguration" + +msgid "Rows per RRA" +msgstr "Spalten pro RRA" + +msgid "Script" +msgstr "Skript" + +msgid "Seconds" +msgstr "Sekunden" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Server-Host" + +msgid "Server port" +msgstr "Server-Port" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Shapingklassen überwachen" + +msgid "Socket file" +msgstr "Socket-Datei" + +msgid "Socket group" +msgstr "Socket-Nutzergruppe" + +msgid "Socket permissions" +msgstr "Socket-Berechtigungen" + +msgid "Source ip range" +msgstr "Quell-IP-Bereich" + +msgid "Specifies what information to collect about links." +msgstr "Bestimmt die zu sammelnden Per-Link-Informationen." + +msgid "Specifies what information to collect about routes." +msgstr "Bestimmt die zu sammelnden Per-Route-Informationen." + +msgid "Specifies what information to collect about the global topology." +msgstr "Bestimmt die zu sammelnden Informationen der globalen Topologie." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Statistiken" + +msgid "Storage directory" +msgstr "Speicherverzeichnis" + +msgid "Storage directory for the csv files" +msgstr "Speicherverzeichnis für die CSV-Dateien" + +msgid "Store data values as rates instead of absolute values" +msgstr "Werte nicht absolut sondern als Raten speichern" + +msgid "Stored timespans" +msgstr "gespeicherte Zeitspannen" + +msgid "System Load" +msgstr "Systemlast" + +msgid "TCP Connections" +msgstr "TCP-Verbindungen" + +msgid "TCPConns Plugin Configuration" +msgstr "TCPConns Plugin Konfiguration" + +msgid "TTL for network packets" +msgstr "TTL für Netzwerkpakete" + +msgid "TTL for ping packets" +msgstr "TTL für Ping Pakete" + +msgid "Table" +msgstr "Tabelle" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" +"Das NUT-Plugin liest Informationen über Unterbrechungsfreie Stromversorgungen" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"Das OLSRd-Plugin liest Informationen über Meshnetzwerke aus der OLSR-Txtinfo-" +"Erweiterung." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" +"Das Conntrack-Plugin sammelt Daten über die Anzahl der verfolgten " +"Verbindungen." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"Das CPU-Plugin sammelt grundlegende Statistiken über die Prozessorauslastung." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"Das CSV-Plugin speichert die gesammelten Daten im CSV-Format, geeignet für " +"die Weiterverarbeitung durch externe Programme." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"Das DF-Plugin sammelt Statistiken über den Speicherverbrauch auf " +"verschiedenen Geräten, Mount-Punkten oder Dateisystemtypen." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Das Disk-Plugin sammelt detaillierte Statistiken über die Auslastung auf " +"ausgewählten Festplatten und Partitionen." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"Das DNS-Plugin sammelt detaillierte Statistiken über DNS-bezogenen Verkehr " +"auf ausgewählten Schnittstellen." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Das E-Mail Plugin erstellt einen Unix-Socket welcher benutzt werden kann um " +"E-Mail-Statistiken an den laufenden Collectd-Daemon zu übermitteln. Dieses " +"Plugin ist primär für die Verwendung zusammen mit Mail::SpamAssasin::Plugin::" +"Collectd gedacht, kann aber auch anderweitig verwendet werden." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Das Exec-Plugin startet externe Kommandos um Werte einzulesen oder um " +"Benachrichtigungen auszulösen falls bestimmte Grenzwerte erreicht werden." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"Das Interface-Plugin sammelt allgemeine Verkehrsstatistiken auf ausgewählten " +"Schnittstellen." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Das Iptables-Plugin überwacht ausgewählte Firewall-Regeln und sammelt Werte " +"über die Anzahl der verarbeiteten Pakete und Bytes." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"Das IRQ-Plugin überwacht die Anzahl der Aufrufe pro Sekunde für jeden " +"ausgewählten Interrupt. Wird kein Interrupt ausgewählt überwacht das Plugin " +"alle im System vorhandenen Interrupts." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"Das iwinfo-Plugin sammelt Statistiken über die WLAN-Signalstärke, den " +"Rauschpegel und die Signalqualität." + +msgid "The load plugin collects statistics about the general system load." +msgstr "Das Load-Plugin sammelt Informationen über die allgemeine Systemlast." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" +"Das memory-Plugin sammelt Statistiken über die RAM-Auslastung des Systems." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Das Netlink-Plugin sammelt erweiterte QoS-Informationen wie QDisc-, Class- " +"und Filter-Statistiken auf ausgewählten Schnittstellen." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Das Network-Plugin ermöglicht die netzwerkgestützte Kommunikation zwischen " +"verschiedenen Collectd-Instanzen. Collectd kann gleichzeitig im Server- und " +"Client-Modus betrieben werden. Im Client-Modus werden lokal gesammelte Daten " +"an einen Collectd-Server übermittelt, im Server-Modus empfängt die lokale " +"Instanz Daten von anderen Installationen." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Das Ping-Plugin sendet ICMP-Echo-Requests an ausgewählte Hosts und misst die " +"Antwortzeiten für jede Adresse." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Das Prozess-Plugin sammelt Statistiken über Prozess-Zeit, Speicher-Fehler " +"und Speicher-Verbrauch ausgewählter Prozesse" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"Das RRDTool-Plugin speichert die gesammelten Daten in sogenannten RRD-" +"Datenbanken, der Grundlage für die Diagramm-Bilder.

Warnung: Falsche Werte resultieren in einem sehr hohen " +"Speicherverbrauch im temporären Verzeichnis. Das kann das Gerät unbrauchbar " +"machen, da Systemspeicher für den regulären Betrieb fehlt!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Das TCPConns-Plugin sammelt Informationen über offene TCP-Verbindungen auf " +"ausgewählten Ports." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte " +"aus der laufenden Collectd-Instanz ausgelesen werden können." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Diese Sektion legt fest auf welchen Schnittstellen Collectd auf eingehende " +"Verbindungen wartet." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Diese Sektion legt fest zu welchen Collectd-Servern die lokal gesammelten " +"Daten gesendet werden." + +msgid "Try to lookup fully qualified hostname" +msgstr "automatisch vollen Hostnamen herausfinden" + +msgid "UPS" +msgstr "USV" + +msgid "UPS Plugin Configuration" +msgstr "Einstellungen des USV-Plugins" + +msgid "UPS name in NUT ups@host format" +msgstr "Name der USV in NUT im Format usv@host " + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Unixsock Plugin Konfiguration" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Pfad zu PID-Datei" + +msgid "User" +msgstr "Nutzer" + +msgid "Verbose monitoring" +msgstr "Schnittstellen detailliert überwachen" + +msgid "Wireless" +msgstr "Drahtlos" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "Wireless-iwinfo Plugin Konfiguration" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "z.B. br-ff" + +msgid "e.g. br-lan" +msgstr "z.B. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "z.B. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 Buchstaben" + +msgid "reduces rrd size" +msgstr "reduziert die RRD Größe" + +msgid "seconds; multiple separated by space" +msgstr "mehrere mit Leerzeichen trennen" + +msgid "server interfaces" +msgstr "Server-Schnittstellen" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Systemplugins" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Das Statistik-Paket basiert auf Collectd und nutzt RRD " +#~ "Tool um die gesammelten Daten in Diagramme zu rendern." + +#~ msgid "Installed network plugins:" +#~ msgstr "Installierte Netzwerk-Plugins:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Installierte Ausgabe-Plugins:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Netzwerkplugins werden benutzt um Informationen über offene TCP-" +#~ "Verbindungen, Datenverkehr/Volumen, Iptables/Firewall Regeln etc. zu " +#~ "sammeln" + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Ausgabeplugins ermöglichen es gesammelte Daten zu speichern. Mehrere " +#~ "Plugins können gleichzeitig aktiviert werden, z.B. um Daten in RRD-" +#~ "Datenbanken zu speichern und gleichzeitig über das Netzwerk an andere " +#~ "Collectd-Instanzen zu versenden." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Systemplugins sammeln Daten zum Systemzustand und den Ressoursenbedarf " +#~ "des Gerätes" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, " +#~ "den Störpegel und die Signalqualität." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Wireless Plugin Konfiguration" diff --git a/applications/luci-app-statistics/po/el/rrdtool.po b/applications/luci-app-statistics/po/el/rrdtool.po new file mode 100644 index 0000000..1d81166 --- /dev/null +++ b/applications/luci-app-statistics/po/el/rrdtool.po @@ -0,0 +1,358 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/el/statistics.po b/applications/luci-app-statistics/po/el/statistics.po new file mode 100644 index 0000000..746284f --- /dev/null +++ b/applications/luci-app-statistics/po/el/statistics.po @@ -0,0 +1,698 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-03-18 15:32+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +#, fuzzy +msgid "Base Directory" +msgstr "Κατάλογος βάσης" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "Έξοδος CSV" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Ρυθμίσεις Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Το Collectd είναι ένας μικÏός δαίμονας για τη συλλογή δεδομένων από διάφοÏες " +"πηγές μέσω διάφοÏων Ï€Ïοσθέτων. Σε αυτή τη σελίδα μποÏείτε να αλλάξετε τις " +"γενικές Ïυθμίσεις του δαίμονα collectd." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "ΠεÏίοδος συλλογής δεδομένων" + +msgid "Datasets definition file" +msgstr "ΑÏχείο οÏÎ¹ÏƒÎ¼Î¿Ï ÏƒÏ…Î½ÏŒÎ»Ï‰Î½ δεδομένων" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "Κατάλογος για Ï€Ïόσθετα collectd" + +#, fuzzy +msgid "Directory for sub-configurations" +msgstr "Κατάλογος υπο-Ïυθμίσεων" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "ΧÏήση ΧώÏου στον δίσκο" + +msgid "Disk Usage" +msgstr "ΧÏήση Δίσκου" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "Εμφάνιση χÏÎ¿Î½Î¹ÎºÎ¿Ï ÎµÏÏους »" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "Ηλ. ΤαχυδÏομείο" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "Τείχος Ï€Ïοστασίας" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "ΓÏαφήματα" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Όνομα υπολογιστή" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "Διεπαφές" + +msgid "Interrupts" +msgstr "Διακοπές" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "Μνήμη" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "Όνομα κανόνα" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "Δίκτυο" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "ΠÏόσθετα δικτÏου" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "ΑÏιθμός νημάτων για τη συλλογή δεδομένων" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "ΠÏόσθετα εξόδου" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "ΔιεÏγασίες" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "ΕπεξεÏγαστής" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "ΔευτεÏόλεπτα" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Στατιστικά" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "ΦόÏτος Συστήματος" + +msgid "TCP Connections" +msgstr "Συνδέσεις TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "Πίνακας" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "ΑÏχείο PID σε χÏήση" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "ΑσÏÏματο" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "Ï€.χ. br-ff" + +msgid "e.g. br-lan" +msgstr "Ï€.χ. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "ΠÏόσθετα συστήματος" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Το πακέτο στατιστικών βασίζεται στο Collectd και χÏησιμοποιεί το RRD Tool για να σχεδιάσει διαγÏάμματα από τα συλλεγόμενα " +#~ "δεδομένα." diff --git a/applications/luci-app-statistics/po/en/rrdtool.po b/applications/luci-app-statistics/po/en/rrdtool.po new file mode 100644 index 0000000..d780144 --- /dev/null +++ b/applications/luci-app-statistics/po/en/rrdtool.po @@ -0,0 +1,358 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Wireless - Signal Noise Ratio" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Noise Level" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Signal Strength" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Signal Quality" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Signal Quality" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP Roundtrip Times" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Processed Packets" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Packets/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Chain \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Transfer on %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Packets on %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Packets/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Processed (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Dropped (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Errors (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast on %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Packets/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Packets" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Collisions on %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Collisions/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Collisions" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Errors on %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Errors/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Processes" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Processes/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Process %pi - used cpu time" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "system" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "user" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Process %pi - threads and processes" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Count" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Process %pi - page faults" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Pagefaults" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "page faults" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Process %pi - virtual memory size" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "virtual memory" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Usage on Processor #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transfer on %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Packets on %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Packets/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP-Connections to Port %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Connections/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Disk Space Usage on %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupts" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Issues/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: System Load" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Load" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/en/statistics.po b/applications/luci-app-statistics/po/en/statistics.po new file mode 100644 index 0000000..79f710c --- /dev/null +++ b/applications/luci-app-statistics/po/en/statistics.po @@ -0,0 +1,752 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Action (target)" +msgstr "Action (target)" + +msgid "Add command for reading values" +msgstr "Add command for reading values" + +msgid "Add matching rule" +msgstr "Add matching rule" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "Add notification command" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Base Directory" + +msgid "Basic monitoring" +msgstr "Basic monitoring" + +msgid "CPU Plugin Configuration" +msgstr "CPU Plugin Configuration" + +msgid "CSV Output" +msgstr "CSV Output" + +msgid "CSV Plugin Configuration" +msgstr "CSV Plugin Configuration" + +msgid "Cache collected data for" +msgstr "Cache collected data for" + +msgid "Cache flush interval" +msgstr "Cache flush interval" + +msgid "Chain" +msgstr "Chain" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Collectd Settings" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "DF Plugin Configuration" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "DNS Plugin Configuration" + +msgid "Data collection interval" +msgstr "Data collection interval" + +msgid "Datasets definition file" +msgstr "Datasets definition file" + +msgid "Destination ip range" +msgstr "Destination ip range" + +msgid "Directory for collectd plugins" +msgstr "Directory for collectd plugins" + +msgid "Directory for sub-configurations" +msgstr "Directory for sub-configurations" + +msgid "Disk Plugin Configuration" +msgstr "Disk Plugin Configuration" + +msgid "Disk Space Usage" +msgstr "Disk Space Usage" + +msgid "Disk Usage" +msgstr "Disk Usage" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "Display timespan »" + +msgid "E-Mail Plugin Configuration" +msgstr "E-Mail Plugin Configuration" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Enable this plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Exec Plugin Configuration" + +msgid "Filter class monitoring" +msgstr "Filter class monitoring" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Flush cache after" + +msgid "Forwarding between listen and server addresses" +msgstr "Forwarding between listen and server addresses" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Graphs" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "IRQ Plugin Configuration" + +msgid "Ignore source addresses" +msgstr "Ignore source addresses" + +msgid "Incoming interface" +msgstr "Incoming interface" + +msgid "Interface Plugin Configuration" +msgstr "Interface Plugin Configuration" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "Interrupts" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "Iptables Plugin Configuration" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "Listen host" + +msgid "Listen port" +msgstr "Listen port" + +msgid "Listener interfaces" +msgstr "Listener interfaces" + +msgid "Load Plugin Configuration" +msgstr "Load Plugin Configuration" + +msgid "Maximum allowed connections" +msgstr "Maximum allowed connections" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "Monitor all local listen ports" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitor devices" + +msgid "Monitor disks and partitions" +msgstr "Monitor disks and partitions" + +msgid "Monitor filesystem types" +msgstr "Monitor filesystem types" + +msgid "Monitor hosts" +msgstr "Monitor hosts" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "Monitor interrupts" + +msgid "Monitor local ports" +msgstr "Monitor local ports" + +msgid "Monitor mount points" +msgstr "Monitor mount points" + +msgid "Monitor processes" +msgstr "Monitor processes" + +msgid "Monitor remote ports" +msgstr "Monitor remote ports" + +msgid "Name of the rule" +msgstr "Name of the rule" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlink Plugin Configuration" + +msgid "Network" +msgstr "Network" + +msgid "Network Plugin Configuration" +msgstr "Network Plugin Configuration" + +msgid "Network plugins" +msgstr "Network plugins" + +msgid "Network protocol" +msgstr "Network protocol" + +msgid "Number of threads for data collection" +msgstr "Number of threads for data collection" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "Only create average RRAs" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Options" + +msgid "Outgoing interface" +msgstr "Outgoing interface" + +msgid "Output plugins" +msgstr "Output plugins" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Ping Plugin Configuration" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "Processes" + +msgid "Processes Plugin Configuration" +msgstr "Processes Plugin Configuration" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Processor" + +msgid "Qdisc monitoring" +msgstr "Qdisc monitoring" + +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Factor" + +msgid "RRD heart beat interval" +msgstr "RRD heart beat interval" + +msgid "RRD step interval" +msgstr "RRD step interval" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool Plugin Configuration" + +msgid "Rows per RRA" +msgstr "Rows per RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Seconds" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Server host" + +msgid "Server port" +msgstr "Server port" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Shaping class monitoring" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "Source ip range" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "Storage directory" + +msgid "Storage directory for the csv files" +msgstr "Storage directory for the csv files" + +msgid "Store data values as rates instead of absolute values" +msgstr "Store data values as rates instead of absolute values" + +msgid "Stored timespans" +msgstr "Stored timespans" + +msgid "System Load" +msgstr "System Load" + +msgid "TCP Connections" +msgstr "TCP Connections" + +msgid "TCPConns Plugin Configuration" +msgstr "TCPConns Plugin Configuration" + +msgid "TTL for network packets" +msgstr "TTL for network packets" + +msgid "TTL for ping packets" +msgstr "TTL for ping packets" + +msgid "Table" +msgstr "Table" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "The cpu plugin collects basic statistics about the processor usage." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"The interface plugin collects traffic statistics on selected interfaces." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "The load plugin collects statistics about the general system load." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"This section defines to which servers the locally collected data is sent to." + +msgid "Try to lookup fully qualified hostname" +msgstr "Try to lookup fully qualified hostname" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Unixsock Plugin Configuration" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Used PID file" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "Verbose monitoring" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "e.g. br-ff" + +msgid "e.g. br-lan" +msgstr "e.g. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "e.g. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 chars" + +msgid "reduces rrd size" +msgstr "reduces rrd size" + +msgid "seconds; multiple separated by space" +msgstr "seconds; multiple separated by space" + +msgid "server interfaces" +msgstr "server interfaces" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "System plugins" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Wireless Plugin Configuration" diff --git a/applications/luci-app-statistics/po/es/rrdtool.po b/applications/luci-app-statistics/po/es/rrdtool.po new file mode 100644 index 0000000..3cf27a2 --- /dev/null +++ b/applications/luci-app-statistics/po/es/rrdtool.po @@ -0,0 +1,360 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-04-16 01:53+0200\n" +"Last-Translator: Jose \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Wireless - Relación señal/ruido" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Nivel de Ruido" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Fuerza de la señal" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Calidad de la señal" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Calidad de señal" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: Tiempo de respuesta ICMP" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Paquetes Procesados" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Paquetes/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Cadena \\\"%di\\\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Traslado en %pi" + +# Bytes/s +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Paquetes en %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Paquetes/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Procesado (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Descartados (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Errores (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast en %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Paquetes/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Paquetes" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Colisiones en %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Colisiones/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Colisiones" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Errores en %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Errores/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Procesos" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Procesos/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Proceso %pi -tiempo de cpu utilizado" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "sistema" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "usuario" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Procesos %pi - Hilos y procesos" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "contar" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Procesos %pi - página de errores" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Pagina de errores" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "Página de errores" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Proceso %pi - tamaño de la memoria virtual" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "Memoria Virtual" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Uso en el procesador #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transferencia en %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Paquetes en %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Paquetes/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: Conexiones TCP en el Puerto %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Conexiones/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Uso de espacio de disco en %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupciones" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "cuestiones/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Carga de sistema" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Carga" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 minuto" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 minutos" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 minutos" diff --git a/applications/luci-app-statistics/po/es/statistics.po b/applications/luci-app-statistics/po/es/statistics.po new file mode 100644 index 0000000..7067710 --- /dev/null +++ b/applications/luci-app-statistics/po/es/statistics.po @@ -0,0 +1,812 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-12-12 20:19+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Acción (objetivo)" + +msgid "Add command for reading values" +msgstr "Añadir comando para leer valores" + +msgid "Add matching rule" +msgstr "Añadir regla" + +msgid "Add multiple hosts separated by space." +msgstr "Añadir múltiples máquinas separadas por espacio." + +msgid "Add notification command" +msgstr "Añadir comando de notificación" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Directorio Base" + +msgid "Basic monitoring" +msgstr "Monitorización básica" + +msgid "CPU Plugin Configuration" +msgstr "Configuración del plugin de CPU" + +msgid "CSV Output" +msgstr "Salida CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configuración del plugin de CSV" + +msgid "Cache collected data for" +msgstr "Almacenar datos recogidos para" + +msgid "Cache flush interval" +msgstr "Intervalo de limpieza del caché" + +msgid "Chain" +msgstr "Cadena" + +msgid "CollectLinks" +msgstr "Enlaces" + +msgid "CollectRoutes" +msgstr "Rutas" + +msgid "CollectTopology" +msgstr "Topología" + +msgid "Collectd Settings" +msgstr "Configuración de Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd is un demonio para la recolección de datos desde varias fuentes a " +"través de la utilización de diferentes plugins. Aquí puede cambiar la " +"configuración general del demonio que maneja collectd." + +msgid "Conntrack" +msgstr "Seguimiento" + +msgid "Conntrack Plugin Configuration" +msgstr "Configuración del seguimiento" + +msgid "DF Plugin Configuration" +msgstr "Configuración del plugin DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Configuración del plugin DNS" + +msgid "Data collection interval" +msgstr "Intervalo de recolección de datos" + +msgid "Datasets definition file" +msgstr "Archivo de definición de conjunto de datos" + +msgid "Destination ip range" +msgstr "Rango IP de destino" + +msgid "Directory for collectd plugins" +msgstr "Directorio para los plugins de collectd" + +msgid "Directory for sub-configurations" +msgstr "Directorio para las sub-configuraciones" + +msgid "Disk Plugin Configuration" +msgstr "Configuración del plugin Disco" + +msgid "Disk Space Usage" +msgstr "Espacio en disco ocupado" + +msgid "Disk Usage" +msgstr "Disco ocupado" + +msgid "Display Host »" +msgstr "Mostrar máquina »" + +msgid "Display timespan »" +msgstr "Mostrar lapso de tiempo »" + +msgid "E-Mail Plugin Configuration" +msgstr "Configuración del plugin email" + +msgid "Email" +msgstr "Correo electrónico" + +msgid "Enable this plugin" +msgstr "Activar este plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Configuración del plugin Exec" + +msgid "Filter class monitoring" +msgstr "Monitorización del filtro de clases" + +msgid "Firewall" +msgstr "Cortafuegos" + +msgid "Flush cache after" +msgstr "Vaciar caché tras" + +msgid "Forwarding between listen and server addresses" +msgstr "Retransmitir entre las direcciones de escucha y servidor" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Gráficas" + +msgid "Group" +msgstr "Grupo" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Aquí puede definir los comandos externos que iniciará collectd para leer " +"ciertos valores. Los valores se leen desde la salida estándar (stdout)." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Aquí puede definir los comandos externos que iniciará collectd cuando se " +"alcancen ciertos valores umbral." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Aquí puede definir varios criterios de selección de reglas de iptables " +"monitorizadas." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Máquina" + +msgid "Hostname" +msgstr "Nombre de máquina" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "IP o nombre de máquina desde la que obtener la salida de txtinfo" + +msgid "IRQ Plugin Configuration" +msgstr "Configuración del plugin IRQ" + +msgid "Ignore source addresses" +msgstr "Ignorar direcciones de origen" + +msgid "Incoming interface" +msgstr "Interfaz de entrada" + +msgid "Interface Plugin Configuration" +msgstr "Configuración del interfaz de plugins" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "Interrupciones" + +msgid "Interval for pings" +msgstr "Intervalo entre pings" + +msgid "Iptables Plugin Configuration" +msgstr "Configuración del plugin Iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "No marcar para determinar automáticamente que interfaces monitorizar." + +msgid "Listen host" +msgstr "Máquina de escucha" + +msgid "Listen port" +msgstr "Puerto de escucha" + +msgid "Listener interfaces" +msgstr "Interfaces para escuchar" + +msgid "Load Plugin Configuration" +msgstr "Configuración del plugin de carga" + +msgid "Maximum allowed connections" +msgstr "Máximo número de conexiones" + +msgid "Memory" +msgstr "Memoria" + +msgid "Memory Plugin Configuration" +msgstr "Configuración del plugin Memoria" + +msgid "Monitor all except specified" +msgstr "Monitorizar todos menos los especificados" + +msgid "Monitor all local listen ports" +msgstr "Monitorizar todos los puertos de escucha locales" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Dispositivos a monitonizar" + +msgid "Monitor disks and partitions" +msgstr "Monitorizar discos y particiones" + +msgid "Monitor filesystem types" +msgstr "Monitorizar tipos de sistema de archivos" + +msgid "Monitor hosts" +msgstr "Monitorizar máquinas" + +msgid "Monitor interfaces" +msgstr "Monitorizar interfaces" + +msgid "Monitor interrupts" +msgstr "Monitorizar interrupciones" + +msgid "Monitor local ports" +msgstr "Monitorizar puertos locales" + +msgid "Monitor mount points" +msgstr "Monitorizar puntos de montaje" + +msgid "Monitor processes" +msgstr "Monitorizar procesos" + +msgid "Monitor remote ports" +msgstr "Monitorizar puertos remotos" + +msgid "Name of the rule" +msgstr "Nombre de la regla" + +msgid "Netlink" +msgstr "Enlace de red" + +msgid "Netlink Plugin Configuration" +msgstr "Configuración del plugin \"enlace de red\"" + +msgid "Network" +msgstr "Red" + +msgid "Network Plugin Configuration" +msgstr "Configuración del plugin \"Red\"" + +msgid "Network plugins" +msgstr "Plugins de red" + +msgid "Network protocol" +msgstr "Protocolo de red" + +msgid "Number of threads for data collection" +msgstr "Número de hilos para recolección de datos" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "Configuración del plugin \"OLSRd\"" + +msgid "Only create average RRAs" +msgstr "Crear sólo RRAs medias" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Opciones" + +msgid "Outgoing interface" +msgstr "Interfaz de salida" + +msgid "Output plugins" +msgstr "Plugins de salida" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Configuración del plugin \"Ping\"" + +msgid "Port" +msgstr "Puerto" + +msgid "Processes" +msgstr "Procesos" + +msgid "Processes Plugin Configuration" +msgstr "Configuración del plugin \"Procesos\"" + +msgid "Processes to monitor separated by space" +msgstr "Procesos a monitorizar (separados por espacios)" + +msgid "Processor" +msgstr "Procesador" + +msgid "Qdisc monitoring" +msgstr "Monitorización Qdisc" + +msgid "RRD XFiles Factor" +msgstr "Factor XFiles RRD" + +msgid "RRD heart beat interval" +msgstr "Intervalo de pulso RRD" + +msgid "RRD step interval" +msgstr "Intervalo de paso RRD" + +msgid "RRDTool" +msgstr "Herramienta RRD" + +msgid "RRDTool Plugin Configuration" +msgstr "Configuración del plugin \"Herramienta RRD\"" + +msgid "Rows per RRA" +msgstr "Filas por RRA" + +msgid "Script" +msgstr "Guión" + +msgid "Seconds" +msgstr "Segundos" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Máquina servidor" + +msgid "Server port" +msgstr "Puerto servidor" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Monitorización de la clase shaping" + +msgid "Socket file" +msgstr "Fichero de sockets" + +msgid "Socket group" +msgstr "Grupo socket" + +msgid "Socket permissions" +msgstr "Permisos para socket" + +msgid "Source ip range" +msgstr "Rango de direcciones IP origen" + +msgid "Specifies what information to collect about links." +msgstr "Especifica qué información recolectar sobre enlaces." + +msgid "Specifies what information to collect about routes." +msgstr "Especifica qué información recolectar sobre rutas." + +msgid "Specifies what information to collect about the global topology." +msgstr "Especifica qué información recolectar sobre la topología global." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Estadísticas" + +msgid "Storage directory" +msgstr "Directorio de guardado" + +msgid "Storage directory for the csv files" +msgstr "Directorio para guardar archivos csv" + +msgid "Store data values as rates instead of absolute values" +msgstr "Guardar datos como ratios en vez de valores absolutos" + +msgid "Stored timespans" +msgstr "Intervalos almacenados" + +msgid "System Load" +msgstr "Carga del sistema" + +msgid "TCP Connections" +msgstr "Conexiones TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Configuración del plugin \"Conexiones TCP\"" + +msgid "TTL for network packets" +msgstr "TTL para paquetes de red" + +msgid "TTL for ping packets" +msgstr "TTL para paquetes de ping" + +msgid "Table" +msgstr "Tabla" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" +"El plugin NUT obtiene información sobre Sistemas de Alimentación " +"Ininterrumpida." + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"El plugin OLSRd lee información sobre redes distribuidas desde el plugin " +"txtinfo de OLSRd." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" +"El plugin \"Seguimiento\" recoge estadísticas sobre el número de conexiones " +"analizadas." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"El plugin \"CPU\" recolecta estadísticas básicas acerca del uso del " +"procesador." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"El plugin \"CSV\" almacena los datos recolectados en un archivo con formato " +"csv para su procesado posterior con programas de terceros." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"El plugin \"DF\" recolecta estadísticas acerca del uso del espacio en disco " +"en diferentes dispositivos, puntos de montaje y tipos de sistema de archivos." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"El plugin \"Disco\" recolecta estadísticas detallada acerca de su " +"utilización para las particiones seleccionadas o bien el disco completo." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"El plugin \"DNS\" recolecta estadísticas detalladas acerca del trafico DNS " +"en las interfaces seleccionadas." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"El plugin \"eMail\" crea un socket de unix (unix-socket) que puede " +"utilizarse para transmitir estadísticas de email a un demonio collectd en " +"ejecución. Este plugin fue desarrollado, en primer instancia, para ser " +"utilizado en conjunto con Mail::SpamAssasin::Plugin::Collectd pero puede " +"utilizarse de diferentes formas." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"El plugin \"Exec\" inicia comandos externos para leer valores o notificar a " +"procesos externos cuando determinados valores se alcanzan." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"El plugin \"Interface\" recoge estadísticas de tráfico en las interfaces " +"seleccionadas." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"El plugin \"Iptables\" monitoriza las reglas seleccionadas del cortafuegos y " +"recoge información de bytes y paquetes procesados por cada regla." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"El plugin IRQ monitorizará las activaciones por segundo de cada interrupción " +"elegida. Si no se selecciona ninguna se monitorizarán todas." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"El plugin \"iwinfo\" recolecta estadísticas sobre la potencia de la señal " +"inalámbrica, ruido y calidad." + +msgid "The load plugin collects statistics about the general system load." +msgstr "" +"El plugin \"carga\" recoge estadísticas sobre la carga general del sistema." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "El plugin \"memoria\" recoge estadísticas sobre el uso de memoria." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"El plugin \"netlink\" recoge informaciones extendidas como estadísticas " +"qdisc-, clase- y filtro- para las interfaces seleccionadas." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"El plugin \"red\" proporciona comunicación entre diferentes instancias de " +"collectd. Collectd puede operar tanto en modo cliente como en modo servidor. " +"En modo cliente la información recogida se envía a una instancia que se " +"encuentre en modo servidor. En modo servidor la instancia recibe datos de " +"otras máquinas." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"El plugin \"ping\" enviará ecos ICMP a las máquinas elegifas para medir el " +"tiempo de viaje para cada host." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"El plugin \"procesos\" recoge información como tiempo de CPU, fallos de " +"página y uso de memoria de los procesos elegidos." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"El plugin \"rrdtool\" almacena datos en ficheros de bb.dd. RRD que son la " +"base para los diagramas.

¡Ojo: Configurar valores " +"incorrectos puede hacer que se use mucho espacio en el directorio temporal y " +"puede hacer que el dispositivo funcione mal!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"El plugin \"tcpconns\" recoge información de conexiones TCP abiertas en los " +"puertos seleccionados." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"El plugin \"unixsock\" crea un socket UNIX que se puede usar para leer los " +"datos recogidos por una instancia collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Esta sección define sobre qué interfaces collectd esperará conexiones " +"entrantes." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Esta sección define a qué servidores se envían los datos recolectados " +"localmente." + +msgid "Try to lookup fully qualified hostname" +msgstr "Intenta resolver el nombre de máquina cualificado" + +msgid "UPS" +msgstr "SAI" + +msgid "UPS Plugin Configuration" +msgstr "Configuración del plugin SAI" + +msgid "UPS name in NUT ups@host format" +msgstr "Nombre del SAI en el formato de NUT sai@máquina" + +msgid "UnixSock" +msgstr "Socket UNIX" + +msgid "Unixsock Plugin Configuration" +msgstr "Configuración del plugin \"UnixSock\"" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Archivo PID utilizado" + +msgid "User" +msgstr "Usuario" + +msgid "Verbose monitoring" +msgstr "Monitorización detallada" + +msgid "Wireless" +msgstr "Red inalámbrica" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "Configuración plugin \"Wireless iwinfo\"" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "p.e. br-ff" + +msgid "e.g. br-lan" +msgstr "p.e. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "p.e. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "16 caracteres máximo" + +msgid "reduces rrd size" +msgstr "reduce el tamaño RRD" + +msgid "seconds; multiple separated by space" +msgstr "segundos (varios separados por espacio)" + +msgid "server interfaces" +msgstr "interfaces servidores" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Plugins del sistema" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "El paquete \"estadísticas\" está basado en Collectd y utiliza RRD Tool para dibujar gráficos con los datos recogidos." + +#~ msgid "Installed network plugins:" +#~ msgstr "Plugins de red instalados:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Plugins de salida instalados:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Los plugins de red se usan para recolectar información sobre conexiones " +#~ "TCP, tráfico en los interfaces, reglas de iptables, etc." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Los plugins de salida ofrecen varias posibilidades para almacenar los " +#~ "datos. Es posible activar varios plugins a la vez, por ejemplo para " +#~ "almacenar datos recolectados en bases de datos RRD y para transmitir los " +#~ "datos sobre la red a otras instancias de collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Los plugins del sistema recolectan valores sobre el estado y el uso de " +#~ "recursos del dispositivo.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "El plugin \"inalámbrico\" recoge estadísticas sobre fuerza de la señal, " +#~ "ruido y calidad." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuración del plugin \"Wireless\"" + +#~ msgid "Filepath of the unix socket" +#~ msgstr "Ruta de archivo para el socket de unix" + +#~ msgid "Group ownership of the unix socket" +#~ msgstr "Grupo (dueño) del socket de unix " + +#~ msgid "group name" +#~ msgstr "nombre del grupo" + +#~ msgid "File permissions of the unix socket" +#~ msgstr "Permisos de archivos del socket de unix" + +#~ msgid "octal" +#~ msgstr "octal" diff --git a/applications/luci-app-statistics/po/fr/rrdtool.po b/applications/luci-app-statistics/po/fr/rrdtool.po new file mode 100644 index 0000000..95545db --- /dev/null +++ b/applications/luci-app-statistics/po/fr/rrdtool.po @@ -0,0 +1,358 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/fr/statistics.po b/applications/luci-app-statistics/po/fr/statistics.po new file mode 100644 index 0000000..194a220 --- /dev/null +++ b/applications/luci-app-statistics/po/fr/statistics.po @@ -0,0 +1,760 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-11-23 22:32+0200\n" +"Last-Translator: fredb \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Action (target)" +msgstr "Action (cible)" + +msgid "Add command for reading values" +msgstr "Ajoute une commande pour lire des valeurs" + +msgid "Add matching rule" +msgstr "Ajouter une règle à surveiller" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "Ajoute une commande de notification" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Répertoire de base" + +msgid "Basic monitoring" +msgstr "Surveillance de base" + +msgid "CPU Plugin Configuration" +msgstr "Configuration du greffon sur le CPU" + +msgid "CSV Output" +msgstr "Sortie au format CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configuration du greffon CSV" + +msgid "Cache collected data for" +msgstr "Mettre en cache les données collectées pendant" + +msgid "Cache flush interval" +msgstr "Intervalle de vidange du cache" + +msgid "Chain" +msgstr "Chaîne" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Paramètres Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd est un petit démon collectant des données de sources variées à " +"travers différents greffons. Sur ce page, vous pouvez modifier les " +"paramètres généraux de ce démon collectd." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "Configuration du greffon DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Configuration du greffon DNS" + +msgid "Data collection interval" +msgstr "Période de récupération des données" + +msgid "Datasets definition file" +msgstr "Fichier de définition des lots de données" + +msgid "Destination ip range" +msgstr "plage réseau de destination" + +msgid "Directory for collectd plugins" +msgstr "Répertoire pour les greffons Collectd" + +msgid "Directory for sub-configurations" +msgstr "Répertoire pour les sous-configurations" + +msgid "Disk Plugin Configuration" +msgstr "Configuration du greffon Disque" + +msgid "Disk Space Usage" +msgstr "Utilisation de l'espace-disque" + +msgid "Disk Usage" +msgstr "Espace-disque" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "Période affichée »" + +msgid "E-Mail Plugin Configuration" +msgstr "Configuration du greffon des courriels" + +msgid "Email" +msgstr "Courriel" + +msgid "Enable this plugin" +msgstr "Activer ce greffon" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Configuration du greffon Exec" + +msgid "Filter class monitoring" +msgstr "Surveillance des filtres" + +msgid "Firewall" +msgstr "Pare-feu" + +msgid "Flush cache after" +msgstr "Vidanger le cache après" + +msgid "Forwarding between listen and server addresses" +msgstr "Transfert entre les adresses en écoute et du serveur" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Graphiques" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Vous pouvez définir ici des commandes externes qui seront démarrées par " +"collectd pour lire certaines valeurs. Ces valeurs seront lisibles depuis " +"stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Vous pouvez définir ici des commandes externes qui seront démarrées par " +"collectd quand certaines valeurs-seuil seront atteintes. Les valeurs " +"induisant ces démarrages seront fournies aux commandes externes via stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Vous pouvez définir ici les critères variés pour sélectionner les règles " +"iptables à surveiller." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Nom de l'hôte" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "Configuration du greffon IRQ" + +msgid "Ignore source addresses" +msgstr "Ignorer les adresses-source" + +msgid "Incoming interface" +msgstr "Interface entrante" + +msgid "Interface Plugin Configuration" +msgstr "Configuration du greffon des Interfaces" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "Interruptions" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "Configuration du greffon IPtables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "Hôte en écoute" + +msgid "Listen port" +msgstr "Port en écoute" + +msgid "Listener interfaces" +msgstr "Interfaces en écoute" + +msgid "Load Plugin Configuration" +msgstr "Configuration du greffon de charge-système" + +msgid "Maximum allowed connections" +msgstr "Nb de Connexions autorisées au maximum" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "Surveiller tous les ports en écoute locaux" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Périphériques à surveiller" + +msgid "Monitor disks and partitions" +msgstr "Disques et partitions à surveiller" + +msgid "Monitor filesystem types" +msgstr "types de systèmes de fichier à surveiller" + +msgid "Monitor hosts" +msgstr "Hôtes à surveiller" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "Surveiller les interruptions" + +msgid "Monitor local ports" +msgstr "Surveiller les ports locaux" + +msgid "Monitor mount points" +msgstr "Points de montage à surveiller" + +msgid "Monitor processes" +msgstr "Processus à surveiller" + +msgid "Monitor remote ports" +msgstr "Surveiller les ports destinataires" + +msgid "Name of the rule" +msgstr "Nom de la règle" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "Configuration du greffon du lien-réseau" + +msgid "Network" +msgstr "Réseau" + +msgid "Network Plugin Configuration" +msgstr "Configuration du greffon réseau" + +msgid "Network plugins" +msgstr "Greffons liés au réseau" + +msgid "Network protocol" +msgstr "Protocole réseau" + +msgid "Number of threads for data collection" +msgstr "Nombre de fils pour la récupération des données" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "Créer seulement des RRAs moyens" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Options" + +msgid "Outgoing interface" +msgstr "Interface sortante" + +msgid "Output plugins" +msgstr "Greffons liés aux résultats" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Configuration du greffon Ping" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "Processus" + +msgid "Processes Plugin Configuration" +msgstr "Configuration du greffon des processus" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Processeur" + +msgid "Qdisc monitoring" +msgstr "Surveillance Qdisc" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "Intervalle de la pulsation RRD" + +msgid "RRD step interval" +msgstr "Intervalle d'avancement RRD" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Configuration du greffon RRDTool" + +msgid "Rows per RRA" +msgstr "Lignes par RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Secondes" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Hôte du serveur" + +msgid "Server port" +msgstr "Port du serveur" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Surveillance liées à la priorité" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "plage réseau source" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "Répertoire de stockage" + +msgid "Storage directory for the csv files" +msgstr "Répertoire de stockage pour les fichiers CSV" + +msgid "Store data values as rates instead of absolute values" +msgstr "Stocke les données sous forme de taux plutôt que de valeurs absolues" + +msgid "Stored timespans" +msgstr "Durée de la période enregistrée" + +msgid "System Load" +msgstr "Charge-système" + +msgid "TCP Connections" +msgstr "Connexions TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Configuration du plugin des connexions TCP" + +msgid "TTL for network packets" +msgstr "TTL des paquets-réseau" + +msgid "TTL for ping packets" +msgstr "TTL des paquets ping" + +msgid "Table" +msgstr "Table" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "Le greffon sur le CPU récupère des données sur l'usage du processeur." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"Le greffon CSV stocke les données collectées dans des fichiers au format CSV " +"pour être traités ultérieurement par des programmes externes." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"Le plugin DF récupère des données sur l'utilisation de l'espace-disque sur " +"différents périphériques, points de montage ou types de systèmes de fichiers." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Le greffon Disque récupère des informations détaillées sur des disques ou " +"partitions sélectionnées." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"Le greffon DNS récupère des données détaillées à propos du trafic lié au DNS " +"sur des interfaces sélectionnées." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Le greffon des courriels crée une socket UNIX qui peut être utilisée pour " +"transmettre des données sur les courriels à un démon collectd en fonction. " +"Ce greffon est d'abord destiné à être utilisé avec Mail::SpamAssasin::" +"Plugin::Collectd mais peut être utilisé d'autres manières également." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Le greffon Exec lance des commandes externes pour lire des valeurs ou " +"notifie des processus externes quand certains seuils ont été atteints." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"Ce greffon des interfaces collecte des statistiques de trafic sur les " +"interfaces sélectionnées." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Le greffon IPtables surveillera des règles de pare-feu sélectionnées et " +"collectera des informations sur les octets et paquets IP traités par chaque " +"règle." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"Le greffon IRG surveillera le taux d'apparitions par seconde de chaque " +"interruption sélectionnée. Si aucune interruption n'est sélectionnée, toutes " +"sont surveillées." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" +"Le greffon de charge-système collecte des données sur la charge générale du " +"système." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Le greffon de lien-réseau récupère sur les interfaces sélectionnées des " +"informations avancées liées à la QOS, aux classes et au filtrage." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Le greffon réseau fournit des communications-réseau entre différentes " +"instances collectd : ce programme peut fonctionner à la fois comme client et " +"serveur. En mode client, les données collectées localement sont transférées " +"à un serveur, en mode serveur, l'instance collectd locale reçoit des " +"informations d'autres hôtes." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Le greffon ping envoie des paquets ICMP « echo reply » aux hôtes définis et " +"mesure le temps d'aller-retour avec chacun." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Le greffon des processus récupère des informations comme le temps CPU, les " +"défauts de page et l'utilisation mémoire des processus définis." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"Le greffon RRDTool stocke les informations récupérées dans des fichiers de " +"base de données RRD, sur lesquels s'appuient la génération de graphes.

Attention : Un mauvais paramètrage peut entraîner une très " +"grande consommation mémoire dans le répertoire temporaire, qui peut rendre " +"le matériel inutilisable !" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Le greffon des connexions TCP récupère des informations sur les ouvertures " +"de connexions TCP sur les ports spécifiés." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Cette section définit sur quelles interfaces collectd écoutera des " +"connexions entrantes." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Cette section définit à quels serveurs sont envoyées les données collectées " +"localement." + +msgid "Try to lookup fully qualified hostname" +msgstr "Tente de récupérer des noms d'hôtes complètement qualifiés" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "Socket Unix" + +msgid "Unixsock Plugin Configuration" +msgstr "Configuration du greffon de socket Unix" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Fichier PID utilisé" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "Surveillance verbeuse" + +msgid "Wireless" +msgstr "Sans-fil" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "p.ex. br-ff" + +msgid "e.g. br-lan" +msgstr "p.ex. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "p.ex. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "Max. 16 caractères" + +msgid "reduces rrd size" +msgstr "Diminuer la taille RRD" + +msgid "seconds; multiple separated by space" +msgstr "En secondes ; séparer différentes valeurs par des espaces" + +msgid "server interfaces" +msgstr "Interfaces du serveur" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Greffons liés au système" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Ce paquet d'outils statistiques s'appuie sur le logiciel Collectd et utilise RRD Tool pour calculer les graphes issus des " +#~ "données collectées." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Le greffon sans-fil récupère des informations sur la puissance du signal " +#~ "wifi, sa qualité et sur le bruit." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuration du greffon sans-fil" diff --git a/applications/luci-app-statistics/po/he/rrdtool.po b/applications/luci-app-statistics/po/he/rrdtool.po new file mode 100644 index 0000000..32b74f7 --- /dev/null +++ b/applications/luci-app-statistics/po/he/rrdtool.po @@ -0,0 +1,356 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/he/statistics.po b/applications/luci-app-statistics/po/he/statistics.po new file mode 100644 index 0000000..10e8a12 --- /dev/null +++ b/applications/luci-app-statistics/po/he/statistics.po @@ -0,0 +1,677 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 04:59+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "הוסף פקודה לקרי×ת נתוני×" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/hu/rrdtool.po b/applications/luci-app-statistics/po/hu/rrdtool.po new file mode 100644 index 0000000..582c939 --- /dev/null +++ b/applications/luci-app-statistics/po/hu/rrdtool.po @@ -0,0 +1,359 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-01 10:38+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Vezetéknélküli - Jel-zaj arány" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Zajszint" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "JelerÅ‘sség" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Vezetéknélküli - Jel minÅ‘ség" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "JelminÅ‘ség" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP oda-vissza idÅ‘" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Tűzfal - feldolgozott csomagok" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "csomag/másodperc" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Lánc \\\"%di\\\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - %pi forgalma" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "bájt/másodperc" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "bájtok (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - %pi csomagjai" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "csomag/másodperc" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "feldolgozva (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "eldobva (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "hibák (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - multicast %pi-n" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "csomag/másodperc" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "csomagok" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - ütközések %pi-n" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "ütközés/másodperc" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Ãœtközések" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - hibák %pi-n" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "hiba/másodperc" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Folyamatok" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "folyamat/másodperc" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Folyamat %pi - processzor idÅ‘" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "jiffie-k" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "rendszer" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "felhasználó" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Folyamat %pi - szálak és folyamatok" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "darab" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Folyamat %pi - laphibák" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Laphibák" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "laphibák" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Folymat %pi - virtuális memória mérete" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bájtok" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "virtuális memória" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: %pi processzor kihasználtsága" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: %di forgalma" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "bájt/másodperc" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: %di csomagjai" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "csomag/másodperc" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP kapcsolatok a %pi portra" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "kapcsolat/másodperc" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: lemezterület felhasználás %di-n" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "bájt" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: megszakítások" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "darab/másodperc" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Rendszer terhelés" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Terhelés" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 perc" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 perc" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 perc" diff --git a/applications/luci-app-statistics/po/hu/statistics.po b/applications/luci-app-statistics/po/hu/statistics.po new file mode 100644 index 0000000..5d38414 --- /dev/null +++ b/applications/luci-app-statistics/po/hu/statistics.po @@ -0,0 +1,784 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 18:58+0200\n" +"Last-Translator: Sixtus \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Tevékenység (cél)" + +msgid "Add command for reading values" +msgstr "Érték olvasására szolgáló parancs hozzáadása" + +msgid "Add matching rule" +msgstr "Szabály hozzáadása" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "Értesítési parancs hozzáadása" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Alapkönyvtár" + +msgid "Basic monitoring" +msgstr "Ãltalános figyelés" + +msgid "CPU Plugin Configuration" +msgstr "CPU bÅ‘vítmény beállítása" + +msgid "CSV Output" +msgstr "CSV kimenet" + +msgid "CSV Plugin Configuration" +msgstr "CSV bÅ‘vítmény konfigurálása" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "Gyorsítótár ürítési idÅ‘köz" + +msgid "Chain" +msgstr "Lánc" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Collectd beállítások" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"A collectd változatos forrásokból különféle bÅ‘vítményeken keresztül történÅ‘ " +"adatgyűjtésre szolgáló kisméretű démon. Ezen az oldalon módosíthatja a " +"collectd démon általános beállításait." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Conntrack bÅ‘vítmény beállítása" + +msgid "DF Plugin Configuration" +msgstr "DF bÅ‘vítmény beállítása" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "DNS bÅ‘vítmény beállítása" + +msgid "Data collection interval" +msgstr "Adatgyűjtési idÅ‘szak" + +msgid "Datasets definition file" +msgstr "Adatkészlet leíró fálj" + +msgid "Destination ip range" +msgstr "Cél IP tartomány" + +msgid "Directory for collectd plugins" +msgstr "Öszegyűjtött plug-in-ek könyvtára" + +msgid "Directory for sub-configurations" +msgstr "Al-beállítások könyvtára" + +msgid "Disk Plugin Configuration" +msgstr "Lemez bÅ‘vítmény beállítása" + +msgid "Disk Space Usage" +msgstr "Felhasznált lemezterület" + +msgid "Disk Usage" +msgstr "Lemezhasználat" + +msgid "Display Host »" +msgstr "Host mutatása »" + +msgid "Display timespan »" +msgstr "IdÅ‘szak megjelenítése »" + +msgid "E-Mail Plugin Configuration" +msgstr "E-Mail bÅ‘vítmény beállítása" + +msgid "Email" +msgstr "E-mail" + +msgid "Enable this plugin" +msgstr "BÅ‘vítmény engedélyezése" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Exec bÅ‘vítmény beállítása" + +msgid "Filter class monitoring" +msgstr "SzűrÅ‘ osztály figyelése" + +msgid "Firewall" +msgstr "Tűzfal" + +msgid "Flush cache after" +msgstr "Gyorsítótár ürítése ezután:" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Grafikonok" + +msgid "Group" +msgstr "Csoport" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Itt megadhatók külsÅ‘ parancsok amelyek a collectd által lesznek futtatva " +"bizonyos értékeke beolvasására. Az értékek a szabványos kimenetrÅ‘l lesznek " +"beolvasva." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Itt megadhatók külsÅ‘ parancsok amelyek a collectd által lesznek futtatva " +"amikor bizonyos küszbértékek elérésre kerülnek. A hívást kiváltó értékek a " +"meghívott programok szabványos bemenetére lesznek küldve." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Itt addhatók meg különbözÅ‘ feltételek, amelyek alapján a megfigyelt iptables " +"szabályok kiválasztásra kerülnek." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Gép" + +msgid "Hostname" +msgstr "Gépnév" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" +"Annak a gépnek a neve vagy IP címe ahonnan a txtinfo kimenete származik" + +msgid "IRQ Plugin Configuration" +msgstr "IRQ bÅ‘vítmény beállítása" + +msgid "Ignore source addresses" +msgstr "Forrás címek figyelmen kívül hagyása" + +msgid "Incoming interface" +msgstr "BejövÅ‘ interfész" + +msgid "Interface Plugin Configuration" +msgstr "Interfész bÅ‘vítmény beállítása" + +msgid "Interfaces" +msgstr "Interfészek" + +msgid "Interrupts" +msgstr "Megszakítások" + +msgid "Interval for pings" +msgstr "Ping-ek közötti idÅ‘" + +msgid "Iptables Plugin Configuration" +msgstr "Iptables bÅ‘vítmény beállítása" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Bejelölés nélkül a figyelendÅ‘ iterfészek automatikusan kerülnek " +"kiválasztásra." + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "Terhelés bÅ‘vítmény beállítása" + +msgid "Maximum allowed connections" +msgstr "Megengedett kapcsolatok maximális száma" + +msgid "Memory" +msgstr "Memória" + +msgid "Memory Plugin Configuration" +msgstr "Memória bÅ‘vítmény beállítása" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Eszközök figyelése" + +msgid "Monitor disks and partitions" +msgstr "Lemezek és partíciók figyelése" + +msgid "Monitor filesystem types" +msgstr "Fájlrendszer típusok figyelése" + +msgid "Monitor hosts" +msgstr "Gépek figyelése" + +msgid "Monitor interfaces" +msgstr "Interfészek figyelése" + +msgid "Monitor interrupts" +msgstr "Megszakítások figyelése" + +msgid "Monitor local ports" +msgstr "Helyi portok figyelése" + +msgid "Monitor mount points" +msgstr "Csatolási pontok figyelése" + +msgid "Monitor processes" +msgstr "Folyamatok figyelése" + +msgid "Monitor remote ports" +msgstr "Távoli portok figyelése" + +msgid "Name of the rule" +msgstr "A szabály neve" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlink bÅ‘vítmény beállítása" + +msgid "Network" +msgstr "Hálózat" + +msgid "Network Plugin Configuration" +msgstr "Hálózat bÅ‘vítmény beállítása" + +msgid "Network plugins" +msgstr "Hálózati bÅ‘vítmények" + +msgid "Network protocol" +msgstr "Hálózati protokoll" + +msgid "Number of threads for data collection" +msgstr "Az adatgyűjtÅ‘ szálak száma" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "OLSRd bÅ‘vítmény beállítása" + +msgid "Only create average RRAs" +msgstr "Csak átlag RRA-k létrehozása" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "LehetÅ‘ségek" + +msgid "Outgoing interface" +msgstr "KimenÅ‘ interfész" + +msgid "Output plugins" +msgstr "Kimeneti bÅ‘vítmények" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Ping bÅ‘vítmény beállítása" + +msgid "Port" +msgstr "Port" + +msgid "Processes" +msgstr "Folyamatok" + +msgid "Processes Plugin Configuration" +msgstr "Folyamatok bÅ‘vítmény beállítása" + +msgid "Processes to monitor separated by space" +msgstr "FigyelendÅ‘ folyamatok szóközzel elválasztva" + +msgid "Processor" +msgstr "Processzor" + +msgid "Qdisc monitoring" +msgstr "Qdisc figyelés" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool bÅ‘vítmény beállítása" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "Parancsfájl" + +msgid "Seconds" +msgstr "másodperc" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Kiszolgáló gép" + +msgid "Server port" +msgstr "Kiszolgáló port" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "Socket fájlok" + +msgid "Socket group" +msgstr "Socket csoport" + +msgid "Socket permissions" +msgstr "Socket jogosultságok" + +msgid "Source ip range" +msgstr "Forrás IP tartomány" + +msgid "Specifies what information to collect about links." +msgstr "" +"Azt határozza meg, hogy az kapcsolatokról milyen információkat kell gyűjteni." + +msgid "Specifies what information to collect about routes." +msgstr "" +"Azt határozza meg, hogy az útvonalakról milyen információkat kell gyűjteni." + +msgid "Specifies what information to collect about the global topology." +msgstr "" +"Azt határozza meg, hogy a globális topológiáról milyen információkat kell " +"gyűjteni." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Statisztikák" + +msgid "Storage directory" +msgstr "Tárolási könyvtár" + +msgid "Storage directory for the csv files" +msgstr "A csv fájlok tárolási könyvtára" + +msgid "Store data values as rates instead of absolute values" +msgstr "Az adatok arányként történÅ‘ tárolása abszolút értékek helyett" + +msgid "Stored timespans" +msgstr "Tárolt idÅ‘szakok" + +msgid "System Load" +msgstr "Rendszerterhelés" + +msgid "TCP Connections" +msgstr "TCP kapcsolatok" + +msgid "TCPConns Plugin Configuration" +msgstr "TCPConns bÅ‘vítény beállítása" + +msgid "TTL for network packets" +msgstr "TTL a hálózati csomagokhoz" + +msgid "TTL for ping packets" +msgstr "TTL a ping csomagokhoz" + +msgid "Table" +msgstr "Táblázat" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "A NUT bÅ‘vítmény a szünetmentes tápokról ad információkat." + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"Az OLSRd bÅ‘vítmény a összekapcsolt hálózatokról olvas információkat az OLSRd " +"txttinfo bÅ‘vítményén keresztül." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" +"A conntrack bÅ‘vítmény a nyomon követett kapcsolatok számáról gyűjt " +"statisztikákat." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"A processzor bÅ‘vítmény a processzorhasználatról gyűjt alapvetÅ‘ " +"statisztikákat." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"A csv bÅ‘vítmény segítségével az összegyűjtött adatok csv formátumú fájlba " +"menthetÅ‘k külsÅ‘ programmal történÅ‘ további feldolgozás céljára." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"A df bÅ‘vítmény a lemezterület használatáról gyűjt statisztikákat különbözÅ‘ " +"eszközökön, csatolási pontokon vagy fájlrendszereken." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"A lemez bÅ‘vítmény részletes használati statisztikákat készít a kiválasztott " +"paticiókhoz vagy teljes lemezekhez." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"A DNS bÅ‘vítmény részletes adatokat gyűjt a kiválasztott interfészek DNS-hez " +"tartozó forgalmáról." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Az email bÅ‘vítmény egy unix socket-et hoz létre amely lehetÅ‘vé teszi email-" +"statisztikáknak a továbbítását egy futó collect démonhoz. A bÅ‘vítmény " +"elsÅ‘sorban a Mail::SpamAssasin::Plugin::Collectd bÅ‘vítménnyel együtt történÅ‘ " +"használatra szolgál, de egyéb módokon is használható." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Az exec bÅ‘vítmény külsÅ‘ parancsokat indít értékek olvasására vagy külsÅ‘ " +"folyamatok értesítésére bizonyos küszöbértékek elérése esetén." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"Az interface bÅ‘vítmény forgalmi statisztikákat gyűjt a kiválasztott " +"interfészekrÅ‘l." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Az iptables bÅ‘vítmény kiválasztott tűzfal szabályok alapján információt " +"gyűjt a szabályonként feldolgozott bájtokról és csomagokról." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" +"A load bÅ‘vítmény az általános rendszzer terhelésrÅ‘l gyűjt statisztikákat." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "A memória bÅ‘vítmény a memórahasználatról gyűjt információkat." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"A ping bÅ‘vítmény ICMP echo kéréseket küld a kiválasztott gépekre és méri az " +"oda-vissza eltelt idÅ‘t minden gép esetében." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"A tcpconns bővítmény a kiválasztott portokon lévő TCP kapcsolatokról gyűjt " +"információkat." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"A unixsock bővítmény létrehoz egy unix socket-et melyen keresztül " +"kiolvashatók az összegyűjtött adatok egy futó collectd-ből. " + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Ez a szakasz határozza meg, hogy a helyileg összegyűjtött adatokat melyik " +"kiszolgálókra kell továbbítani." + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "UnixSock bővítmény beállítása" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Használt PID fájl" + +msgid "User" +msgstr "Felhasználó" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "Vezeték nélküli" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "iwinfo vezeték nélküli bővítmény beállítása" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "pl. br-ff" + +msgid "e.g. br-lan" +msgstr "pl. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "pl. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 karakter" + +msgid "reduces rrd size" +msgstr "csökkenti az rrd adatbázis méretét" + +msgid "seconds; multiple separated by space" +msgstr "másodpercek; több szóközzel elválasztott érték is megadható" + +msgid "server interfaces" +msgstr "kiszolgáló interfész" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Rendszer bővítmények" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "A statisztikai csomag a collectd segédprogramon alapul és az RRD Tool segédprogramot használja a grafikonok " +#~ "elkészítésére az összegyűjtött adatokból." + +#~ msgid "Installed network plugins:" +#~ msgstr "Telepített hálózati bővítmények:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Telepített kimeneti bővítmények:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "A hálózati bővítmények nyitott TCP kapcsolatok, interfész forgalom, " +#~ "iptables szabályok és ehhez hasonló információk gyűjtésére használhatók." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "A kimeneti bővítmények különféle lehetőségeket biztosítanak az " +#~ "összegyűjtött adatok tárolásához. Lehetőség van többféle bővítmény " +#~ "egyidejű engedélyezésére, például az összegyűjtött adatok RRD " +#~ "adatbázisban történő tárolására és egyidejűleg hálózaton keresztül másik " +#~ "collectd példányhoz való továbbítására." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "A rendszer bővítmények a rendszer állapotáról és az erőforrások " +#~ "használatáról gyűjtenek adatokat az eszközön." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "A vezetéknélküli bővítmény vezetéknélküli jelerősségről, zajról és " +#~ "minőségről gyűjt információkat." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Vezetéknélküli bővítmény beállítása" diff --git a/applications/luci-app-statistics/po/it/rrdtool.po b/applications/luci-app-statistics/po/it/rrdtool.po new file mode 100644 index 0000000..8ae4472 --- /dev/null +++ b/applications/luci-app-statistics/po/it/rrdtool.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-03 14:50+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "stat_dg_title_wireless__signal_noise" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "stat_dg_label_wireless__signal_noise" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "stat_ds_signal_noise" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "stat_ds_signal_power" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "stat_dg_title_wireless__signal_quality" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "stat_dg_label_wireless__signal_quality" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "stat_ds_signal_quality" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "stat_dg_title_ping" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "stat_dg_label_ping" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "stat_ds_ping" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "stat_dg_title_iptables__ipt_packets" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "stat_dg_label_iptables__ipt_packets" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "stat_ds_ipt_packets" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "stat_dg_title_netlink__if_octets" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "stat_dg_label_netlink__if_octets" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "stat_ds_if_octets" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "stat_dg_title_netlink__if_packets" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "stat_dg_label_netlink__if_packets" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "stat_ds_if_packets" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "stat_ds_if_dropped" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "stat_ds_if_errors" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "stat_dg_title_netlink__if_multicast" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "stat_dg_label_netlink__if_multicast" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "stat_ds_if_multicast" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "stat_dg_title_netlink__if_collisions" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "stat_dg_label_netlink__if_collisions" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "stat_ds_if_collisions" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "stat_dg_title_netlink__if_tx_errors" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "stat_dg_label_netlink__if_tx_errors" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "stat_ds_if_tx_errors" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "stat_ds_if_rx_errors" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "stat_dg_title_processes" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "stat_dg_label_processes" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "stat_ds_ps_state" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "stat_dg_title_processes__ps_cputime" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "stat_dg_label_processes__ps_cputime" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "stat_ds_ps_cputime__syst" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "stat_ds_ps_cputime__user" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "stat_dg_title_processes__ps_count" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "stat_dg_label_processes__ps_count" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "stat_ds_ps_count" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "stat_dg_title_processes__ps_pagefaults" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "stat_dg_label_processes__ps_pagefaults" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "stat_ds_ps_pagefaults" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "stat_dg_title_processes__ps_rss" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "stat_dg_label_processes__ps_rss" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "stat_ds_ps_rss" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "stat_dg_title_cpu" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "stat_dg_label_cpu" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "stat_ds_cpu" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "stat_dg_title_interface__if_octets" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "stat_dg_label_interface__if_octets" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "stat_dg_title_interface__if_packets" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "stat_dg_label_interface__if_packets" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "stat_dg_title_tcpconns" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "stat_dg_label_tcpconns" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "stat_ds_tcp_connections" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "stat_dg_title_df" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "stat_dg_label_df" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "stat_ds_df__free" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "stat_ds_df__used" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "stat_dg_title_irq" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "stat_dg_label_irq" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "stat_ds_irq" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "stat_dg_title_load" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "stat_dg_label_load" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "stat_ds_load__shortterm" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "stat_ds_load__midterm" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "stat_ds_load__longterm" diff --git a/applications/luci-app-statistics/po/it/statistics.po b/applications/luci-app-statistics/po/it/statistics.po new file mode 100644 index 0000000..ab5a783 --- /dev/null +++ b/applications/luci-app-statistics/po/it/statistics.po @@ -0,0 +1,687 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2014-08-05 11:41+0200\n" +"Last-Translator: morganfw \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Azione (destinazione)" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd è un piccolo demone usato per raccogliere dati da varie fonti " +"grazie a diversi plugin. Su questa pagina puoi cambiare le opzioni generali " +"del demone collectd." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "Abilita questo plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "Gruppo" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Qui puoi definire un comando che sarà avviato da collectd per leggere dei " +"valori. Il valore sarà letto dallo stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Qui puoi definire un comando che sarà avviato da collectd quando un certo " +"valore soglia sia raggiunto. Il valore in questione sarà passato al comando " +"incovato come stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "Interfacce" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Lasciare deselezionato per determinare automaticamente l'interfaccia da " +"monitorare." + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "Tabella" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/ja/rrdtool.po b/applications/luci-app-statistics/po/ja/rrdtool.po new file mode 100644 index 0000000..95545db --- /dev/null +++ b/applications/luci-app-statistics/po/ja/rrdtool.po @@ -0,0 +1,358 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/ja/statistics.po b/applications/luci-app-statistics/po/ja/statistics.po new file mode 100644 index 0000000..7ee9ae0 --- /dev/null +++ b/applications/luci-app-statistics/po/ja/statistics.po @@ -0,0 +1,686 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-04-20 08:55+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "ベース・ディレクトリ" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "CSV プラグイン設定" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Collectd 設定" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "DF プラグイン設定" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "データã®åŽé›†é–“éš”" + +msgid "Datasets definition file" +msgstr "データベース定義ファイル" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "collectd プラグインディレクトリ" + +msgid "Directory for sub-configurations" +msgstr "サブ設定ディレクトリ" + +msgid "Disk Plugin Configuration" +msgstr "ディスクプラグイン設定" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "時間帯表示 »" + +msgid "E-Mail Plugin Configuration" +msgstr "E-メールプラグイン設定" + +msgid "Email" +msgstr "Eメール" + +msgid "Enable this plugin" +msgstr "プラグイン設定を有効ã«ã™ã‚‹" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "ファイアウォール" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "グラフ" + +msgid "Group" +msgstr "グループ" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "ホストå" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "IRQ プラグイン設定" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "設定値以外ã®å…¨ã¦ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’モニターã™ã‚‹" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "モニターã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®è¨­å®š" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlink プラグイン設定" + +msgid "Network" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" + +msgid "Network Plugin Configuration" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ラグイン設定" + +msgid "Network plugins" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ラグイン" + +msgid "Network protocol" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ—ロトコル" + +msgid "Number of threads for data collection" +msgstr "データåŽé›†ç”¨ã‚¹ãƒ¬ãƒƒãƒ‰æ•°" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "OLSRd プラグイン設定" + +msgid "Only create average RRAs" +msgstr "å¹³å‡å€¤ã®RRAsã®ã¿ä½œæˆã™ã‚‹" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "オプション" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "出力プラグイン" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Ping プラグイン設定" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool プラグイン設定" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "スクリプト" + +msgid "Seconds" +msgstr "秒" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "ä¿å­˜å…ˆãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"インターフェースプラグインã¯ã€é¸æŠžã—ãŸã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã®çµ±è¨ˆæƒ…" +"報をåŽé›†ã—ã¾ã™ã€‚" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"iwinfo プラグインã¯ã€ç„¡ç·šä¿¡å·å¼·åº¦ã€ãƒŽã‚¤ã‚ºã€ã‚¯ã‚ªãƒªãƒ†ã‚£æƒ…報をåŽé›†ã—ã¾ã™ã€‚" + +msgid "The load plugin collects statistics about the general system load." +msgstr "è² è·ãƒ—ラグインã¯ã€ã‚·ã‚¹ãƒ†ãƒ è² è·ã®çµ±è¨ˆæƒ…報をåŽé›†ã—ã¾ã™ã€‚" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "使用ã™ã‚‹PIDファイルã®ä¿å­˜å ´æ‰€" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "ç„¡ç·šLAN iwinfo プラグイン設定" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "rrdファイルã®ã‚µã‚¤ã‚ºã‚’å°ã•ãã—ã¾ã™ã€‚" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "システムプラグイン" diff --git a/applications/luci-app-statistics/po/ms/rrdtool.po b/applications/luci-app-statistics/po/ms/rrdtool.po new file mode 100644 index 0000000..1f81fc6 --- /dev/null +++ b/applications/luci-app-statistics/po/ms/rrdtool.po @@ -0,0 +1,355 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/ms/statistics.po b/applications/luci-app-statistics/po/ms/statistics.po new file mode 100644 index 0000000..02dfae9 --- /dev/null +++ b/applications/luci-app-statistics/po/ms/statistics.po @@ -0,0 +1,674 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/no/rrdtool.po b/applications/luci-app-statistics/po/no/rrdtool.po new file mode 100644 index 0000000..d336ec3 --- /dev/null +++ b/applications/luci-app-statistics/po/no/rrdtool.po @@ -0,0 +1,354 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2013-03-25 14:24+0200\n" +"Last-Translator: protx \n" +"Language: no\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Trådløs - Signal Støy Forhold" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Støy Nivå" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Signal Styrke" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Trådløs - Signal Kvalitet" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Signal Kvalitet" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP Rundtur Antall" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Brannmur - Pakker Behandlet" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pakker/Sek" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Lenke \\\"%di\\\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Overført på %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/Sek" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Pakker på %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Pakker/Sek" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Behandlet (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Droppet (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Feil (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast på %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pakker/Sek" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pakker" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Kollisjoner på %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Kollisjoner/Sek" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Kollisjoner" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Feil på %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Feil/Sek" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Prosesser" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Prosesser/Sek" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Prosesser %pi - brukt cpu tid" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffier" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "system" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "bruker" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Prosess %pi - tråder og prosesser" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Telle" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Prosess %pi - sidefeil" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Sidefeil" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "side feil" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Prosess %pi - virtuelt minne størrelse" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "virtuelt minne" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Bruk av prosessor #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Overført på %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/Sek" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pakker på %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pakker/Sek" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP-tilkoblinger på port %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Tilkoblinger/Sek" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Disk forbruk på %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Avbrudd" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Problemer/Sek" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: System Belastning" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Belastning" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/no/statistics.po b/applications/luci-app-statistics/po/no/statistics.po new file mode 100644 index 0000000..c4300bc --- /dev/null +++ b/applications/luci-app-statistics/po/no/statistics.po @@ -0,0 +1,771 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Action (target)" +msgstr "Handling (mål)" + +msgid "Add command for reading values" +msgstr "Legg til kommando for lesing av verdier" + +msgid "Add matching rule" +msgstr "Legg til matchende regel" + +msgid "Add multiple hosts separated by space." +msgstr "Legg til flere verter adskilt med mellomrom." + +msgid "Add notification command" +msgstr "Legg til varsling kommando" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Hoved Katalog" + +msgid "Basic monitoring" +msgstr "Enkel overvåking" + +msgid "CPU Plugin Configuration" +msgstr "CPU plugin konfigurasjon" + +msgid "CSV Output" +msgstr "CSV Utdata" + +msgid "CSV Plugin Configuration" +msgstr "CSV plugin konfigurasjon" + +msgid "Cache collected data for" +msgstr "Hurtigbufre innsamlede data for" + +msgid "Cache flush interval" +msgstr "Intervall for tømming av hurtigbuffer" + +msgid "Chain" +msgstr "Lenke" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Collectd Innstillinger" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd er en liten daemon for innsamling av data fra ulike kilder gjennom " +"ulike plugins. På denne siden kan du endre generelle innstillinger for " +"collectd daemon." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "DF plugin konfigurasjon" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "DNS plugin konfigurasjon" + +msgid "Data collection interval" +msgstr "Datainnsamling intervall" + +msgid "Datasets definition file" +msgstr "Datasett definisjonsfil" + +msgid "Destination ip range" +msgstr "Destinasjon ip område" + +msgid "Directory for collectd plugins" +msgstr "Katalog for collectd plugins" + +msgid "Directory for sub-configurations" +msgstr "Katalog for sub-konfigurasjoner" + +msgid "Disk Plugin Configuration" +msgstr "Disk plugin konfigurasjon" + +msgid "Disk Space Usage" +msgstr "Disk Forbruk" + +msgid "Disk Usage" +msgstr "Disk Anvendelse" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "Vis tidsperiode »" + +msgid "E-Mail Plugin Configuration" +msgstr "E-Post plugin konfigurasjon" + +msgid "Email" +msgstr "Epost" + +msgid "Enable this plugin" +msgstr "Aktiver denne plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Program" + +msgid "Exec Plugin Configuration" +msgstr "Program plugin konfigurasjon" + +msgid "Filter class monitoring" +msgstr "Filter class overvåking" + +msgid "Firewall" +msgstr "Brannmur" + +msgid "Flush cache after" +msgstr "Tømme hurtigbufferen etter" + +msgid "Forwarding between listen and server addresses" +msgstr "Videresending mellom lyttende og server adresser" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Grafer" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Her kan du definere eksterne kommandoer som blir startet av collectd for å " +"lese enkelte verdier. Verdiene skal leses fra stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Her kan du definere eksterne kommandoer som blir startet av collectd når " +"visse grenseverdier er blitt nådd. Verdiene som fører til aktivering vil bli " +"overført til det påkallede programs stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "Her kan du definere kriterier for reglene som overvåker iptables." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Vertsnavn" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "IRQ plugin konfigurasjon" + +msgid "Ignore source addresses" +msgstr "Ignorer kilde adresser" + +msgid "Incoming interface" +msgstr "Innkommende grensesnitt" + +msgid "Interface Plugin Configuration" +msgstr "Grensesnitt plugin konfigurasjon" + +msgid "Interfaces" +msgstr "Grensesnitt" + +msgid "Interrupts" +msgstr "Avbrudd" + +msgid "Interval for pings" +msgstr "Intervall ping" + +msgid "Iptables Plugin Configuration" +msgstr "Iptable plugin konfigurasjon" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "Lyttende vert" + +msgid "Listen port" +msgstr "Lyttende port" + +msgid "Listener interfaces" +msgstr "Lyttende grensesnitt" + +msgid "Load Plugin Configuration" +msgstr "Belastning plugin konfigurasjon" + +msgid "Maximum allowed connections" +msgstr "Maksimum tillatte tilkoblinger" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "Overvåk alle lokale lyttende porter" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Overvåk enheter" + +msgid "Monitor disks and partitions" +msgstr "Overvåk disker og partisjoner" + +msgid "Monitor filesystem types" +msgstr "Overvåk filsystem typer" + +msgid "Monitor hosts" +msgstr "Overvåk verter" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "Overvåk avbrudd" + +msgid "Monitor local ports" +msgstr "Overvåk lokale porter" + +msgid "Monitor mount points" +msgstr "Overvåk monterings punkter" + +msgid "Monitor processes" +msgstr "Overvåk prosesser" + +msgid "Monitor remote ports" +msgstr "Overvåk eksterne porter" + +msgid "Name of the rule" +msgstr "Navnet på regelen" + +msgid "Netlink" +msgstr "Nettlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlink plugin konfigurasjon" + +msgid "Network" +msgstr "Nettverk" + +msgid "Network Plugin Configuration" +msgstr "Nettverks plugin konfigurasjon" + +msgid "Network plugins" +msgstr "Nettverks plugin" + +msgid "Network protocol" +msgstr "Nettverks protokoll" + +msgid "Number of threads for data collection" +msgstr "Antall tråder for datainnsamling" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "Lag kun gjennomsnittlige RRAs" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Alternativer" + +msgid "Outgoing interface" +msgstr "Utgående grensesnitt" + +msgid "Output plugins" +msgstr "Utdata Plugin" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Ping plugin konfigurasjon" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "Prosesser" + +msgid "Processes Plugin Configuration" +msgstr "Prosess plugin konfigurasjon" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Prosessor" + +msgid "Qdisc monitoring" +msgstr "Qdisc overvåking" + +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Faktor" + +msgid "RRD heart beat interval" +msgstr "RRD \"heartbeat\" intervall" + +msgid "RRD step interval" +msgstr "RRD steg intervall" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDTool plugin konfigursjon" + +msgid "Rows per RRA" +msgstr "Rader per RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Sekunder" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Server vert" + +msgid "Server port" +msgstr "Server port" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Shaping class overvåking" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "Kilde ip område" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Statistikk" + +msgid "Storage directory" +msgstr "Lagrings katalog" + +msgid "Storage directory for the csv files" +msgstr "Katalog for lagring av CSV filer" + +msgid "Store data values as rates instead of absolute values" +msgstr "Lagre dataverdier som rater i stedet for absolutte verdier" + +msgid "Stored timespans" +msgstr "Lagrede tidsperioder" + +msgid "System Load" +msgstr "System Belastning" + +msgid "TCP Connections" +msgstr "TCP Forbindelser" + +msgid "TCPConns Plugin Configuration" +msgstr "TCPConns plugin konfigurasjon" + +msgid "TTL for network packets" +msgstr "TTL for nettverkspakker" + +msgid "TTL for ping packets" +msgstr "TTL for ping pakker" + +msgid "Table" +msgstr "Tabell" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "CPU plugin samler grunnleggende statistikk om prosessor bruk." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"CSV plugin lagrer de innsamlede dataene i CSV format for videre bearbeiding " +"av eksterne programmer." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"DF plugin samler statistikk om disker på forskjellige enheter, monterings " +"punkter eller filsystem typer." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Disk plugin samler detaljert brukerstatistikk for utvalgte partisjoner og " +"hele disker." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"DNS pluging samler detaljert statistikk om DNS relatert trafikk på utvalgte " +"grensesnitt." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"E-Post plugin skaper en unix socket som kan brukes til å sende e-post " +"statistikk til en kjørende collectd daemon. Denne plugin er primært ment å " +"bli brukt i forbindelse med Mail::SpamAssasin::Plugin::Collectd men kan også " +"brukes på andre måter." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Program plugin starter eksterne kommandoer for å lese verdier fra de, eller " +"for å varsle eksterne prosesser når visse grenseverdier er blitt nådd." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "Grensesnitt plugin samler trafikk statistikk på utvalgte grensesnitt." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Iptables plugin vil overvåke utvalgte brannmurregler og samle informasjon om " +"bearbeidet data per regel." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"IRQ plugin vil overvåke hastigheten på forespørsler per sekund for hver " +"valgte avbrudd. Hvis ingen avbrudd er valgt vil alle avbrudd bli overvåket." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "Belastning plugin samler statistikk systemets belastning." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Netlink plugin samler utvidet informasjon som qdisc-, klasse- og filter-" +"statistikk for utvalgte grensesnitt." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Nettverk plugin gir nettverk basert kommunikasjon mellom ulike collectd " +"forekomster. Collectd kan operere i både klient og server modus. I " +"klientmodus blir lokalt innsamlede data overført til en collectd server. I " +"server modus mottar enheten data fra andre klienter." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Ping plugin sender icmp echo svar til utvalgte verter og måle tiden en " +"rundtur tar for hver vert." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Prosess plugin samler informasjon som f.eks. CPU tid, sidefeil og minnebruk " +"for utvalgte prosesser." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"RRDTool plugin lagrer innsamlede data i rrd databasefiler som er grunnlaget " +"for diagrammene.

Advarsel: Innsetting av feile verdier " +"vil kunne resultere i et svært høyt minneforbruk i den midlertidige " +"katalogen (temp). Dette kan gjøre enheten ubrukelig!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Tcpconns plugin samler informasjon om Ã¥pne TCP tilkoblinger pÃ¥ utvalgte " +"porter." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Unixsock plugin skaper en unix socket som kan brukes til Ã¥ lese innsamlet " +"data fra collectd prosess." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Denne seksjonen definerer hvilke grensesnitt collectd vil lytte pÃ¥ for " +"innkommende tilkoblinger." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Denne seksjonen definerer hvilke servere de lokalt innsamlede data blir " +"sendt til." + +msgid "Try to lookup fully qualified hostname" +msgstr "Prøv Ã¥ søk etter fullstendig vertsnavn" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Unixsock plugin konfigurasjon" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Brukt PID fil" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "Detaljert overvÃ¥king" + +msgid "Wireless" +msgstr "TrÃ¥dløs" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "f.eks. br-ff" + +msgid "e.g. br-lan" +msgstr "f.eks. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "f.eks. forkast med tcp-reset" + +msgid "max. 16 chars" +msgstr "maks. 16 tegn" + +msgid "reduces rrd size" +msgstr "reduserer RRD størrelse" + +msgid "seconds; multiple separated by space" +msgstr "sekunder; flere adskilt med mellomrom" + +msgid "server interfaces" +msgstr "Server grensesnitt" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "System plugins" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Statistikk pakken er basert pÃ¥ Collectd og bruker RRD " +#~ "Tool for Ã¥ tegne diagram bilder fra innsamlede data." + +#~ msgid "Installed network plugins:" +#~ msgstr "Installerte nettverks plugin:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Installerte utdata plugin:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Nettverks plugin er brukt til Ã¥ samle inn informasjon om Ã¥pne tcp " +#~ "koblinger, trafikk over grensesnitt, iptables regler osv." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Utdata plugins gir ulike muligheter til Ã¥ lagre innsamlede data. Det er " +#~ "mulig Ã¥ aktivere flere pluginer pÃ¥ en, for eksempel for Ã¥ lagre " +#~ "innsamlede data i RRD databaser og Ã¥ overføre data over nettverket til " +#~ "andre collectd forekomster." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "System plugins samler verdier om systemets tilstand og ressurs-bruk.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "TrÃ¥dløs plugin samler statistikk om trÃ¥dløs signalstyrke, støy og " +#~ "kvalitet." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "TrÃ¥dløs plugin konfigurasjon" diff --git a/applications/luci-app-statistics/po/pl/rrdtool.po b/applications/luci-app-statistics/po/pl/rrdtool.po new file mode 100644 index 0000000..bf451ec --- /dev/null +++ b/applications/luci-app-statistics/po/pl/rrdtool.po @@ -0,0 +1,360 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-31 11:06+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Sieć bezprzewodowa - Poziom Szumów" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Poziom szumów" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Moc sygnaÅ‚u" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Sieć bezprzewodowa - Jakość sygnaÅ‚u" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Jakość sygnaÅ‚u" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: ICMP - Czasy odpowiedzi" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Przetworzone pakiety" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pakiety/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "ÅaÅ„cuch \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Transfer przez %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bajty/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bajtów (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Pakiety na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Pakiety/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Przetworzone (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Odrzucone (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "BÅ‚Ä™dy (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicasty na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pakiety/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pakiety" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Kolizje na %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Kolizje/s" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Kolizje" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - BÅ‚Ä™dy na %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "BÅ‚Ä™dy/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Procesy" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Procesy/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Proces %pi - użyty czas Procesora" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "system" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "użytkownik" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Proces %pi - wÄ…tki i procesy" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Liczba" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Proces %pi - bÅ‚Ä™dy stronnicowania" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "BÅ‚Ä™dy stronnicowania" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "bÅ‚Ä™dy stronnicowania" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Proces %pi - rozmiar pamiÄ™ci wirtualnej" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bajtów" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "pamięć wirtualna" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Użycie Procesora #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transfer na %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bajtów/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pakietów na %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pakietów/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP-poÅ‚Ä…czeÅ„ na port %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "PoÅ‚Ä…czeÅ„/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Użycie przestrzeni dyskowej na %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bajtów" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Przerwania" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Problem(y)" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Obciążenie Systemu" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Obciążenie" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/pl/statistics.po b/applications/luci-app-statistics/po/pl/statistics.po new file mode 100644 index 0000000..d352bed --- /dev/null +++ b/applications/luci-app-statistics/po/pl/statistics.po @@ -0,0 +1,790 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-02 19:52+0200\n" +"Last-Translator: obsy \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Akcja (cel)" + +msgid "Add command for reading values" +msgstr "Dodaj polecenie do odczytywania wartoÅ›ci" + +msgid "Add matching rule" +msgstr "Dodaj pasujÄ…cÄ… reguÅ‚Ä™" + +msgid "Add multiple hosts separated by space." +msgstr "Dodaj wiele hostów rozdzielonych spacjami." + +msgid "Add notification command" +msgstr "Dodaj komendÄ™ powiadamiajÄ…cÄ…" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Główny katalog" + +msgid "Basic monitoring" +msgstr "Podstawowy monitoring" + +msgid "CPU Plugin Configuration" +msgstr "Konfiguracja CPU" + +msgid "CSV Output" +msgstr "WyjÅ›cie CSV" + +msgid "CSV Plugin Configuration" +msgstr "Konfiguracja CSV" + +msgid "Cache collected data for" +msgstr "Ciasteczka zbierane dla" + +msgid "Cache flush interval" +msgstr "OdstÄ™py czyszczenia cache" + +msgid "Chain" +msgstr "ÅaÅ„cuch" + +msgid "CollectLinks" +msgstr "CollectLinks" + +msgid "CollectRoutes" +msgstr "CollectRoutes" + +msgid "CollectTopology" +msgstr "CollectTopology" + +msgid "Collectd Settings" +msgstr "Ustawienia Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd to maÅ‚y deomon do zbieranie danych z różnych źródeÅ‚ za pomocÄ… " +"różnych wtyczek. Na tej stronie można zmienić ogólne ustawienia demona " +"collectd." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Konfiguracja wtyczki Conntrack" + +msgid "DF Plugin Configuration" +msgstr "Konfiguracja wtyczki DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Konfiguracja wtyczki DNS" + +msgid "Data collection interval" +msgstr "OdstÄ™py zbierania danych" + +msgid "Datasets definition file" +msgstr "Zdefiniowany plik ustawieÅ„" + +msgid "Destination ip range" +msgstr "Zakres docelowych adresów IP" + +msgid "Directory for collectd plugins" +msgstr "Katalog wtyczek collectd" + +msgid "Directory for sub-configurations" +msgstr "Katalog podkonfiguracji" + +msgid "Disk Plugin Configuration" +msgstr "Konfiguracja wtyczki dysk" + +msgid "Disk Space Usage" +msgstr "Zużycie przestrzeni dyskowej" + +msgid "Disk Usage" +msgstr "Użycie dysku" + +msgid "Display Host »" +msgstr "WyÅ›wietl Host >" + +msgid "Display timespan »" +msgstr "PrzedziaÅ‚ czasu wyÅ›wietlania »" + +msgid "E-Mail Plugin Configuration" +msgstr "Konfiguracja wtyczki E-mail" + +msgid "Email" +msgstr "E-mail" + +msgid "Enable this plugin" +msgstr "WÅ‚Ä…cz tÄ™ wtyczkÄ™" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Konfiguracja wtyczki Exec" + +msgid "Filter class monitoring" +msgstr "Monitorowanie filtra klas" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Opróżnić cache po" + +msgid "Forwarding between listen and server addresses" +msgstr "Przekazać przez sÅ‚uchacza na adres serwera" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Wykresy" + +msgid "Group" +msgstr "Grupa" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Tutaj można zdefiniować zewnÄ™trzne komendy, które bÄ™dÄ… wÅ‚Ä…czane przez " +"collectd, by odczytać konkretne wartoÅ›ci. BÄ™dÄ… one odczytywane z stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Tutaj można zdefiniować zewnÄ™trzne komendy, które bÄ™dÄ… wÅ‚Ä…czane przez " +"collectd, kiedy zostanÄ… osiÄ…gniÄ™te konkretne wartoÅ›ci progowe. WartoÅ›ci " +"powodujÄ…ce wÅ‚Ä…czenie bÄ™dÄ… wysyÅ‚ane do programów przez stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Tutaj można zdefiniować różne kryteria wedÅ‚ug których wybierane sÄ… " +"monitorowane reguÅ‚y iptables." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Host" + +msgid "Hostname" +msgstr "Nazwa hosta" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "Numer IP lub nazwa hosta jako wyjÅ›cie txtinfo" + +msgid "IRQ Plugin Configuration" +msgstr "Konfiguracja wtyczki IRQ" + +msgid "Ignore source addresses" +msgstr "Ignoruj adresy źródÅ‚owe" + +msgid "Incoming interface" +msgstr "Interfejs przychodzÄ…cy" + +msgid "Interface Plugin Configuration" +msgstr "Konfiguracja wtyczki Interfejs" + +msgid "Interfaces" +msgstr "Interfejsy" + +msgid "Interrupts" +msgstr "Przerwania" + +msgid "Interval for pings" +msgstr "OdstÄ™py dla pingów" + +msgid "Iptables Plugin Configuration" +msgstr "Konfiguracja wtyczki iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Pozostaw niezaznaczone do automatycznego okreÅ›lenia interfejsu do " +"monitorowania." + +msgid "Listen host" +msgstr "NasÅ‚uchuj host" + +msgid "Listen port" +msgstr "NasÅ‚uchuj port" + +msgid "Listener interfaces" +msgstr "Interfejsy nasÅ‚uchujÄ…cego" + +msgid "Load Plugin Configuration" +msgstr "Konfiguracja wtyczki Obciążenie" + +msgid "Maximum allowed connections" +msgstr "Maksymalna ilość poÅ‚Ä…czeÅ„" + +msgid "Memory" +msgstr "Pamięć" + +msgid "Memory Plugin Configuration" +msgstr "Konfiguracja wtyczki Pamięć" + +msgid "Monitor all except specified" +msgstr "Monitoruj wszystko oprócz podanych" + +msgid "Monitor all local listen ports" +msgstr "Monitoruj wszystkie lokalne otwarte porty" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitoruj urzÄ…dzenia" + +msgid "Monitor disks and partitions" +msgstr "Monitoruj dyski i partycje" + +msgid "Monitor filesystem types" +msgstr "Monitoruj system plików" + +msgid "Monitor hosts" +msgstr "Monitoruj hosty" + +msgid "Monitor interfaces" +msgstr "Monitoruj interfejsy" + +msgid "Monitor interrupts" +msgstr "Monitoruj przerwania" + +msgid "Monitor local ports" +msgstr "Monitoruj porty lokalne" + +msgid "Monitor mount points" +msgstr "Monitoruj punkty zamontowania" + +msgid "Monitor processes" +msgstr "Monitoruj procesy" + +msgid "Monitor remote ports" +msgstr "Monitoruj porty zdalne" + +msgid "Name of the rule" +msgstr "Nazwa tej reguÅ‚y" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Konfiguracja wtyczki Netlink" + +msgid "Network" +msgstr "Sieć" + +msgid "Network Plugin Configuration" +msgstr "Konfiguracja wtyczki Sieć" + +msgid "Network plugins" +msgstr "Wtyczki sieciowe" + +msgid "Network protocol" +msgstr "ProtokoÅ‚y sieciowe" + +msgid "Number of threads for data collection" +msgstr "Liczba wÄ…tków do zbierania danych" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "Konfiguracja wtyczki OLSRd" + +msgid "Only create average RRAs" +msgstr "Twórz tylko Å›rednie archiwa RRA" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Opcje" + +msgid "Outgoing interface" +msgstr "Interfejs wychodzÄ…cy" + +msgid "Output plugins" +msgstr "Pluginy wyjÅ›cia" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Konfiguracja wtyczki Ping" + +msgid "Port" +msgstr "Port" + +msgid "Processes" +msgstr "Procesy" + +msgid "Processes Plugin Configuration" +msgstr "Konfiguracja wtyczki Procesy" + +msgid "Processes to monitor separated by space" +msgstr "Monitorowane procesy oddzielone spacjÄ…" + +msgid "Processor" +msgstr "Procesor" + +msgid "Qdisc monitoring" +msgstr "Monitorowanie Qdisc" + +msgid "RRD XFiles Factor" +msgstr "RRD XFiles Factor" + +msgid "RRD heart beat interval" +msgstr "RRD heart beat interval" + +msgid "RRD step interval" +msgstr "RRD Krok interval" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Konfiguracja wtyczki RRDTool" + +msgid "Rows per RRA" +msgstr "Wierszy w archiwum RRA" + +msgid "Script" +msgstr "Skrypt" + +msgid "Seconds" +msgstr "Sekundy" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Host serwer" + +msgid "Server port" +msgstr "Port serwera" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Shaping Klasa Monitoring" + +msgid "Socket file" +msgstr "Plik Gniazdo" + +msgid "Socket group" +msgstr "Gniazdo Grupy" + +msgid "Socket permissions" +msgstr "Uprawnienia Gniazda" + +msgid "Source ip range" +msgstr "Zakres źródÅ‚owych adresów ip" + +msgid "Specifies what information to collect about links." +msgstr "OkreÅ›la jakie informacje zbierać o linkach." + +msgid "Specifies what information to collect about routes." +msgstr "OkreÅ›la jakie informacje zbierać o trasach." + +msgid "Specifies what information to collect about the global topology." +msgstr "OkreÅ›la jakie informacje zbierać o globalnej topologii." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Statystyki" + +msgid "Storage directory" +msgstr "Katalog przechowywania" + +msgid "Storage directory for the csv files" +msgstr "Katalog przechowywania plików csv" + +msgid "Store data values as rates instead of absolute values" +msgstr "" +"Przechowuj wartoÅ›ci danych jako wskaźniki zamiast wartoÅ›ci bezwzglÄ™dnych" + +msgid "Stored timespans" +msgstr "Przechowywane okresy czasu" + +msgid "System Load" +msgstr "Obciążenie systemu" + +msgid "TCP Connections" +msgstr "PoÅ‚Ä…czenia TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Konfiguracja wtyczki PoÅ‚Ä…czenia TCP" + +msgid "TTL for network packets" +msgstr "TTL dla pakietów sieciowych" + +msgid "TTL for ping packets" +msgstr "TTL dla pakietów ping" + +msgid "Table" +msgstr "Tabela" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "Wtyczka Nut Informuje o Nie przerywalnym Zasilaniu" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"Wtyczka OLSRd odczytuje informacje o sieciach mesh z wtyczki txtinfo dla " +"OLSRd." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "Wtyczka Conntrack zbiera statystyki o liczbie Å›ledzonych poÅ‚Ä…czeÅ„." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "Wtyczka CPU zbiera podstawowe statystyki o użyciu procesora" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"Wtyczka CSV gromadzi zebrane dane w formacie plików csv do dalszej obróbki " +"przez zewnÄ™trzne programy." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"Wtyczka \"df\" zbiera statystyki dotyczÄ…ce wykorzystania miejsca na różnych " +"urzÄ…dzenia, dyskach i systemach plików." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Wtyczka \"disk\" zbiera szczegółowe informacje z poszczególnych partycji lub " +"caÅ‚ych dysków." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"Wtyczka \"dns\" zbiera statystyki odnoÅ›nie ruchu DNS dla wybranych " +"interfejsów." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Wtyczka Email Tworzy gniazdo w unix do transmisji statystyki-poczty do " +"demona collectd. This plugin is primarily intended to be used in conjunction " +"with Mail::SpamAssasin::Plugin::Collectd but can be used in other ways as " +"well." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Wtyczka Exec startuje zewnÄ™tznÄ… komendÄ™ do czytnika values z lub do procesu " +"zewnÄ™trznego powiadomienia gdy wartość zostaÅ‚a zmieniona" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "Wtyczka \"interface\" zbiera statystyki z wybranych interfejsów." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Wtyczka \"iptables\" monitoruje wybrane reguÅ‚y firewalla i zbiera statystyki " +"o procesach, bajtach i pakietach przypadajÄ…cych na danÄ… reguÅ‚Ä™." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"Wtyczka \"irq\" monitoruje liczbÄ™ przerwaÅ„ na sekundÄ™ dla każdego wybranego " +"przerwania. JeÅ›li nie wybrano żadnego przerwania, monitoruje wszystkie." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"Wtyczka \"iwinfo\" zbiera statystyki o sygnale, zakłóceniach i jakoÅ›ci sieci " +"WiFi." + +msgid "The load plugin collects statistics about the general system load." +msgstr "Wtyczka \"load\" zbiera statystyki o ogólnych obciążeniu systemu." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "Wtyczka \"memory\" zbiera statystyki dotyczÄ…ce wykorzystania pamiÄ™ci." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Wtyczki netlink zbiera rozszerzone informacje statystyk z qdisc-, klasa- i " +"filter- dla wybranych interfejsów." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Wtyczka zapewnia podstawowÄ… komunikacje miÄ™dzy różnymi instancjami collectd. " +"Collectd może pracować zarówno w trybie klienta i serwera. W trybie klienta " +"lokalnie zebrane dane przenosi siÄ™ do instancji serwera collectd, w trybie " +"serwera lokalnego instancja odbiera dane z innych komputerów." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Wtyczka \"ping\" wysyÅ‚a komunikaty icmp i nasÅ‚uchuje odpowiedzi z wybranych " +"hostów oraz mierzy czasy odpowiedzi zwrotnych dla każdego z nich." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Wtyczki processes zbiera informacje o czasie procesora, bÅ‚Ä™dach strony i " +"pamiÄ™ci wybranych procesów." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"Wtyczki rrdtool przechowuje zebrane dane w plikach RRD, które są " +"wykorzystywane do tworzenia diagramów.

Ostrzeżenie:. " +"Ustawianie błędnej wartości może spowodować bardzo wysokie zużycie pamięci w " +"katalogu tymczasowym. Może to sprawić, że urządzenie nie będzie nadawało się " +"do użytku! " + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Wtyczka \"tcpconns\" zbiera informacje o otwartych połączeniach tcp dla " +"wybranych portów." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Wtyczka unixsock tworzy socket unix, który może być używany do odczytu " +"danych zebranych z bieżącej instancji collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Sekcja ta definiuje interfejsy na którym collectd będzie czekać na " +"połączenia przychodzące." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "Ta sekcja określa do jakich serwerów zebrane dane zostaną wysłane." + +msgid "Try to lookup fully qualified hostname" +msgstr "Spróbuj znaleźć pełną nazwę hosta" + +msgid "UPS" +msgstr "UPS" + +msgid "UPS Plugin Configuration" +msgstr "Plugin Konfiguracji UPS" + +msgid "UPS name in NUT ups@host format" +msgstr "Format nazwa UPS w NUT ups@host" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Konfiguracja wtyczki UnixSock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Używany plik PID" + +msgid "User" +msgstr "Użytkownik" + +msgid "Verbose monitoring" +msgstr "Pełny monitoring" + +msgid "Wireless" +msgstr "WiFi" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "Konfiguracja bezprzewodowego pluginu iwinfo" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "np. br-ff" + +msgid "e.g. br-lan" +msgstr "np. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "np. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 znaków" + +msgid "reduces rrd size" +msgstr "zmniejsza rozmiar RRD" + +msgid "seconds; multiple separated by space" +msgstr "sekundy; wielokrotnie oddzielone spacją" + +msgid "server interfaces" +msgstr "interfejsy serwera" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Wtyczki systemowe" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Statystyki bazuja na Collectd oraz wykorzystują RRD Tool do generowania diagramów i wykresów z zebranych danych." + +#~ msgid "Installed network plugins:" +#~ msgstr "Zainstalowane wtyczki sieciowe:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Zainstalowane wtyczki wyjścia:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Wtyczki sieciowe służą do zbierania informacji o otwartych połączeniach " +#~ "TCP, ruchu sieciowym na danym interfejsie, regułach iptables itp." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Pluginy wyjścia dostarczają różnych możliwości przechowywania " +#~ "zgromadzonych danych. Można włączyć wiele pluginów naraz, na przykład " +#~ "przechowywać dane w bazach danych RRD i wysyłać je do innych instancji " +#~ "collectd w sieci." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Wtyczki systemowe zbierają wartości o stanie systemu i użyciu zasobów " +#~ "urządzenia.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Wtyczka \"wireless\" zbiera dane o sile sygnału, zakłóceniach i jakości " +#~ "WiFi." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "konfiguracja wtyczki WiFi" diff --git a/applications/luci-app-statistics/po/pt-br/rrdtool.po b/applications/luci-app-statistics/po/pt-br/rrdtool.po new file mode 100644 index 0000000..510b4a8 --- /dev/null +++ b/applications/luci-app-statistics/po/pt-br/rrdtool.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-10-11 21:17+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Wireless - Relação Sinal/Ruido" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Nivel de Ruído" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Força do Sinal" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Qualidade do Sinal" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Qualidade do Sinal" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: Tempo de resposta ICMP" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Pacotes Processados" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pacote/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Cadeia \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Transferência na %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Pacotes na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Packets/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Processado (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Descartados (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Erros (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pacote/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pacotes" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Colisões na %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Colisão(es)" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Colisões" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Erros na %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Erro/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Processos" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Processo/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Processo %pi - tempo usado da cpu" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "sistema" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "usuário" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Processo %pi - threads e processos" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Contagem" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Processo %pi - pagina de erros" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Pagina de erros" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "pagina de erros" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Processo %pi - tamanho da memória virtual" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "memória virtual" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Usado no Processado #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transferência na %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pacotes na %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pacote/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: Ligações TCP na Porta %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Ligação(ões)" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Utilização de Espaço em Disco em %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupções" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Erro/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Carga do Sistema" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Carga" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/pt-br/statistics.po b/applications/luci-app-statistics/po/pt-br/statistics.po new file mode 100644 index 0000000..9abba49 --- /dev/null +++ b/applications/luci-app-statistics/po/pt-br/statistics.po @@ -0,0 +1,798 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2014-03-15 22:12+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Ação (destino)" + +msgid "Add command for reading values" +msgstr "Adicionar comando para leitura de valores" + +msgid "Add matching rule" +msgstr "Adicionar regra" + +msgid "Add multiple hosts separated by space." +msgstr "Adicione múltiplos equipamentos separados por espaço." + +msgid "Add notification command" +msgstr "Adicionar o comando de notificação" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Diretório Base" + +msgid "Basic monitoring" +msgstr "Monitoramento básico" + +msgid "CPU Plugin Configuration" +msgstr "Configuração do plugin CPU" + +msgid "CSV Output" +msgstr "Saida CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configuração do plugin CSV" + +msgid "Cache collected data for" +msgstr "Cache dos dados coletados" + +msgid "Cache flush interval" +msgstr "Intervalo de limpeza do cache" + +msgid "Chain" +msgstr "Cadeia" + +msgid "CollectLinks" +msgstr "Coleção de Links" + +msgid "CollectRoutes" +msgstr "Coleção de Rotas" + +msgid "CollectTopology" +msgstr "Coleção de Topologias" + +msgid "Collectd Settings" +msgstr "Configurações do Coletadas" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd é um pequeno daemon que coleta dados de várias fontes através de " +"diferentes plugins. Nesta página você pode alterar as configurações gerais " +"do daemon collectd." + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Configuração do Plugin do Conntrack" + +msgid "DF Plugin Configuration" +msgstr "Configuração do plugin DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Configuração do plugin DNS" + +msgid "Data collection interval" +msgstr "Intervalo da coleta de dados" + +msgid "Datasets definition file" +msgstr "Arquivo com a definição de dados" + +msgid "Destination ip range" +msgstr "Faixa IP de destino" + +msgid "Directory for collectd plugins" +msgstr "Diretório para os plugins do collectd" + +msgid "Directory for sub-configurations" +msgstr "Diretório para sub-configurações" + +msgid "Disk Plugin Configuration" +msgstr "Configuração do plugin Disco" + +msgid "Disk Space Usage" +msgstr "Utilização de espaço em disco" + +msgid "Disk Usage" +msgstr "Utilização do Disco" + +msgid "Display Host »" +msgstr "Mostrar Host" + +msgid "Display timespan »" +msgstr "Mostrar intervalo »" + +msgid "E-Mail Plugin Configuration" +msgstr "Configuração do plugin E-Mail" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Habilitar este plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Configuração do plugin Exec" + +msgid "Filter class monitoring" +msgstr "Monitoramento das Classes de Filtros" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Limpar cache após" + +msgid "Forwarding between listen and server addresses" +msgstr "" +"Encaminhamento entre o endereço de escuta e os endereços dos servidores" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Gráficos" + +msgid "Group" +msgstr "Grupo" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Aqui você pode definir comandos externos que serão iniciados pelo collectd a " +"fim de ler determinados valores. Os valores serão lidos a partir do stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Aqui você pode definir os comandos externos que serão iniciados pelo " +"collectd quando determinados valores limite forem atingidos. Os valores " +"passados ao comando serão enviados para o stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Aqui você pode definir diversos critérios para as regras iptables " +"selecionadas serem monitoradas." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "Equipamento" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "Endereço IP ou nome do equipamento de onde obter a saída do txtinfo" + +msgid "IRQ Plugin Configuration" +msgstr "Configuração do plugin IRQ" + +msgid "Ignore source addresses" +msgstr "Ignorar endereços de origem" + +msgid "Incoming interface" +msgstr "Interface de entrada" + +msgid "Interface Plugin Configuration" +msgstr "Configuração do plugin Interface" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "Interrupções" + +msgid "Interval for pings" +msgstr "Intervalo para pings" + +msgid "Iptables Plugin Configuration" +msgstr "Configuração do plugin Iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Deixe não selecionado para determinar automaticamente a interface a ser " +"monitorada" + +msgid "Listen host" +msgstr "Endereço de escuta do Host" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "Listener interfaces" +msgstr "Escutar na(s) interface(s)" + +msgid "Load Plugin Configuration" +msgstr "Configuração do plugin carga" + +msgid "Maximum allowed connections" +msgstr "Máximo de conexões permitidas" + +msgid "Memory" +msgstr "Memória" + +msgid "Memory Plugin Configuration" +msgstr "Configuração do Plugin da Memória" + +msgid "Monitor all except specified" +msgstr "Monitore tudo exceto se especificado" + +msgid "Monitor all local listen ports" +msgstr "Monitorar todas as portas locais" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitorar dispositivos" + +msgid "Monitor disks and partitions" +msgstr "Monitoras discos e partições" + +msgid "Monitor filesystem types" +msgstr "Monitorar tipos de sistemas de arquivos" + +msgid "Monitor hosts" +msgstr "Monitorar os equipamentos" + +msgid "Monitor interfaces" +msgstr "Monitorar interfaces" + +msgid "Monitor interrupts" +msgstr "Monitorar interrupções" + +msgid "Monitor local ports" +msgstr "Monitorar as portas locais" + +msgid "Monitor mount points" +msgstr "Monitorar pontos de montagem" + +msgid "Monitor processes" +msgstr "Monitorar processos" + +msgid "Monitor remote ports" +msgstr "Monitorar portas remotas" + +msgid "Name of the rule" +msgstr "Nome da regra" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Configuração do plugin Netlink" + +msgid "Network" +msgstr "Rede" + +msgid "Network Plugin Configuration" +msgstr "Configuração do plugin Rede" + +msgid "Network plugins" +msgstr "Plugins de rede" + +msgid "Network protocol" +msgstr "Protocolo de rede" + +msgid "Number of threads for data collection" +msgstr "Número de threads para o coletor de dados" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "Configuração do Plugin OLSRd" + +msgid "Only create average RRAs" +msgstr "Somente criar RRAs de média" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Opções" + +msgid "Outgoing interface" +msgstr "Interface de saída" + +msgid "Output plugins" +msgstr "Plugins de saída" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Configuração do plugin Ping" + +msgid "Port" +msgstr "Porta" + +msgid "Processes" +msgstr "Processos" + +msgid "Processes Plugin Configuration" +msgstr "Configuração do plugin Processos" + +msgid "Processes to monitor separated by space" +msgstr "Processos para monitorar, separado por espaços" + +msgid "Processor" +msgstr "Processador" + +msgid "Qdisc monitoring" +msgstr "Monitoramento do Qdisc" + +msgid "RRD XFiles Factor" +msgstr "Fator RRD XFiles" + +msgid "RRD heart beat interval" +msgstr "Intervalo entre duas atualizações" + +msgid "RRD step interval" +msgstr "Intervalo de atualização" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Configuração do plugin RRDTool" + +msgid "Rows per RRA" +msgstr "Linhas por RRA" + +msgid "Script" +msgstr "Script" + +msgid "Seconds" +msgstr "Segundos" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Endereço do servidor" + +msgid "Server port" +msgstr "Porta do servidor" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Monitoramento das Classes de Shaping" + +msgid "Socket file" +msgstr "Arquivo do socket" + +msgid "Socket group" +msgstr "Grupo do socket" + +msgid "Socket permissions" +msgstr "Permissões do socket" + +msgid "Source ip range" +msgstr "Faixa de IP de origem" + +msgid "Specifies what information to collect about links." +msgstr "Especifica quais informações serão coletadas sobre os enlaces." + +msgid "Specifies what information to collect about routes." +msgstr "Especifica quais informações serão coletadas sobre as rotas." + +msgid "Specifies what information to collect about the global topology." +msgstr "Especifica quais informações serão coletadas sobre a topologia global." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "Estatística" + +msgid "Storage directory" +msgstr "Diretório de armazenamento" + +msgid "Storage directory for the csv files" +msgstr "Diretório para armazenamento dos arquivos csv" + +msgid "Store data values as rates instead of absolute values" +msgstr "Armazenar os valores dos dados como taxas em vez de valores absolutos" + +msgid "Stored timespans" +msgstr "Intervalos armazenados" + +msgid "System Load" +msgstr "Carga do Sistema" + +msgid "TCP Connections" +msgstr "Conexões TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Configuração do plugin TCPConns" + +msgid "TTL for network packets" +msgstr "TTL para os pacotes de rede" + +msgid "TTL for ping packets" +msgstr "TTL para os pacotes do ping" + +msgid "Table" +msgstr "Tabela" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "O plugin NUT lê informações sobre Fontes de alimentação ininterruptas." + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"O plugin OLSRd lê informações sobre redes em malha (mesh) a partir do plugin " +"txtinfo do OLSRd." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" +"O plugin do conntrack coleta estatísticas sobre o número de conexões " +"rastreadas." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"O plugin cpu coleta as estatísticas básicas sobre o uso do processador." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"O plugin csv armazena os dados coletados em um arquivo no formato csv para " +"um futuro processamento por outros programas." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"O plugin df coleta estatísticas sobre a utilização de espaço em disco em " +"diferentes dispositivos, pontos de montagem ou tipos de sistemas de arquivos." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"O plugin disco coleta estatísticas de uso detalhadas das partições " +"selecionadas ou discos inteiros." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"O plugin dns coleta estatísticas detalhadas sobre o tráfego do dns nas " +"interfaces selecionadas." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"O plugin de email cria um socket unix que pode ser usado para transmitir " +"estatísticas de email para o collectd. Este plugin é essencialmente " +"destinado a ser utilizado em conjunto com o plugin Mail::SpamAssasin::" +"Plugin::Collectd mas pode ser utilizado de outras maneiras também." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"O plugin exec inicia comandos externos para leitura de valores ou notificar " +"processos externos quando um determinado valor limite for atingido." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"O plugin interface plugin coleta estatísticas sobre o tráfego das interfaces " +"selecionadas." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"O plugin iptables irá monitorar as regras de firewall selecionadas e coletar " +"informações sobre pacotes e bytes processados pela regra." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"O plugin irq irá monitorar a taxa de ocorrências por segundo de cada " +"interrupção selecionada. Se nenhuma interrupção for selecionada então todas " +"as interrupções serão monitoradas." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"O plugin iwinfo coleta estatísticas sobre a força, ruído e qualidade do " +"sinal da rede sem fio." + +msgid "The load plugin collects statistics about the general system load." +msgstr "O plugin de carga coleta estatísticas gerais sobre a carga do sistema." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "O plugin de memória coleta estatísticas sobre o uso da memória." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"O plugin Netlink coleta informações detalhadas como qdisc-, classe- e " +"estatísticas de filtro das interfaces selecionadas." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"O plugin rede fornece informações de rede baseadas na comunicação entre as " +"diferentes instâncias do collectd. O Collectd pode operar tanto no modo " +"cliente quanto no modo servidor. No modo cliente os dados coletados " +"localmente são transferidos para um servidor collectd. No modo de servidor, " +"o servidor local recebe os dados de outros servidores." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"O plugin ping irá enviar pacotes ICMP to tipo echo aos equipamentos " +"selecionados e medir o tempo de resposta para cada equipamento." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"O plugin de processos coleta informações como o tempo da cpu, falha de " +"página e uso de memória dos processos selecionados." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"O plugin rrdtool armazena os dados coletados no arquivo de banco de dados " +"rrd.

Aviso: A má configuração desses valores, resultará " +"em um valor muito elevado no consumo de memória no diretório temporário. " +"Isso pode tornar o equipamento inutilizável!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"O plugin tcpconns coleta informações sobre as conexões TCP abertas das " +"portas selecionadas." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " +"coletados a partir de uma collectd em execução." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Esta seção define em quais interfaces o collectd irá aguardar para receber " +"conexões." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Esta seção define para qual servidor os dados coletados localmente serão " +"enviados." + +msgid "Try to lookup fully qualified hostname" +msgstr "Tentar encontrar o nome completo do equipamento (FQDN)" + +msgid "UPS" +msgstr "UPS (no-breaks)" + +msgid "UPS Plugin Configuration" +msgstr "Plugin de configuração UPS" + +msgid "UPS name in NUT ups@host format" +msgstr "Nome do UPS no NUT em formato ups@equipamento" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Configuração do plugin Unixsock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Arquivo PID usado" + +msgid "User" +msgstr "usuário" + +msgid "Verbose monitoring" +msgstr "Monitoramento no modo detalhado" + +msgid "Wireless" +msgstr "Rede Sem Fio (Wireless)" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "Configuração do Plugin iwinfo da Rede Sem Fio (Wireless)" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "ex: br-ff" + +msgid "e.g. br-lan" +msgstr "ex: br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "ex: rejeitar-com tcp-reset" + +msgid "max. 16 chars" +msgstr "máx. 16 caracteres" + +msgid "reduces rrd size" +msgstr "reduzir o tamanho do rrd" + +msgid "seconds; multiple separated by space" +msgstr "segundos; vários valores, separar com espaço" + +msgid "server interfaces" +msgstr "interfaces do servidor" + +#~ msgid "Collectd" +#~ msgstr "Coletar" + +#~ msgid "System plugins" +#~ msgstr "Plugins de sistema" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "As estatísticas são baseadas no Collectd e é utilizado o RRD Tool para renderização das imagens a partir dos dados " +#~ "coletados." + +#~ msgid "Installed network plugins:" +#~ msgstr "Plugins de rede instalados:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Plugins de saída instalados:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Os plugins de rede são utilizados para coletar informações sobre conexões " +#~ "tcp abertas, tráfego da interface, regras do iptables, etc." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Os plugins de saída proveem diferentes possibilidades para armazenar os " +#~ "dados coletados. É possível habilitar diversos plugin para, por exemplo, " +#~ "coletar dados em bancos de dados rrd e transmitir os dados através da " +#~ "rede para outro serviço collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Plugins do sistema coletando valores sobre o estado do sistema e uso dos " +#~ "recursos neste dispositivo.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " +#~ "ruído e qualidade." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuração do Plugin da Rede Sem Fio (Wireless)" diff --git a/applications/luci-app-statistics/po/pt/rrdtool.po b/applications/luci-app-statistics/po/pt/rrdtool.po new file mode 100644 index 0000000..6abbaf7 --- /dev/null +++ b/applications/luci-app-statistics/po/pt/rrdtool.po @@ -0,0 +1,359 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-02 21:10+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: Wireless - Relação Sinal/Ruido" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "dBm" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Nivel de Ruido" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "Forca do Sinal" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Qualidade do Sinal" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Qualidade do Sinal" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: Tempo de resposta ICMP" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "ms" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: Firewall - Pacotes Processados" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "Pacote/s" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "Cadeia \"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - Transferencia na %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "Bytes/s" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Bytes (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - Pacotes na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "Packets/s" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Processado (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "Dropado (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Erros (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - Multicast na %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "Pacote/s" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Pacotes" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - Colisoes na %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "Colisao(es)" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Colisoes" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Erros na %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "Erro/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: Processos" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "Processo/s" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: Processo %pi - tempo usado da cpu" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "sistema" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "utilizador" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: Processo %pi - threads e processos" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "Contagem" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: Prcesso %pi - pagina de erros" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Pagina de erros" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "pagina de erros" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: Processo %pi - tamanho da memoria virtual" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Bytes" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "memoria virtual" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: Usado no Processado #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Transferencia na %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "Bytes/s" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Pacotes na %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "Pacote/s" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: Ligações TCP na Porta %pi" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Ligação(ões)" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: Utilizacao de Espaco em Disco em %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Bytes" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: Interrupcoes" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "Erro/s" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Carga do Sistema" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Carga" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 min" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 min" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 min" diff --git a/applications/luci-app-statistics/po/pt/statistics.po b/applications/luci-app-statistics/po/pt/statistics.po new file mode 100644 index 0000000..34b435c --- /dev/null +++ b/applications/luci-app-statistics/po/pt/statistics.po @@ -0,0 +1,760 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-01 00:10+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "Ação (destino)" + +msgid "Add command for reading values" +msgstr "Adicionar comando para leitura de valores" + +msgid "Add matching rule" +msgstr "Adicionar regra" + +msgid "Add multiple hosts separated by space." +msgstr "Adicionar hosts múltiplos separados por espaço." + +msgid "Add notification command" +msgstr "Adicionar o comando de notificação" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Diretório Base" + +msgid "Basic monitoring" +msgstr "Monitoramento básico" + +msgid "CPU Plugin Configuration" +msgstr "Configuração do plugin CPU" + +msgid "CSV Output" +msgstr "Formato CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configuração do plugin CSV" + +msgid "Cache collected data for" +msgstr "Cache dos dados coletados" + +msgid "Cache flush interval" +msgstr "Intervalo de limpeza do cache" + +msgid "Chain" +msgstr "Cadeia" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Configurações do Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd é um pequeno daemon que coleta dados de várias fontes através de " +"diferentes plugins. Nesta página você pode alterar as configurações gerais " +"do daemon collectd." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "Configuração do plugin DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Configuração do plugin DNS" + +msgid "Data collection interval" +msgstr "Intervalo da coleta de dados" + +msgid "Datasets definition file" +msgstr "Arquivo com a definição de dados" + +msgid "Destination ip range" +msgstr "IP de destino" + +msgid "Directory for collectd plugins" +msgstr "Diretório para os plugins do collectd" + +msgid "Directory for sub-configurations" +msgstr "Diretório para sub-configurações" + +msgid "Disk Plugin Configuration" +msgstr "Configuração do plugin Disco" + +msgid "Disk Space Usage" +msgstr "Utilização de espaço em disco" + +msgid "Disk Usage" +msgstr "Utilização do Disco" + +msgid "Display Host »" +msgstr "Mostrar Host »" + +msgid "Display timespan »" +msgstr "Mostrar intervalo »" + +msgid "E-Mail Plugin Configuration" +msgstr "Configuração do plugin E-Mail" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Habilitar este plugin" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Configuração do plugin Exec" + +msgid "Filter class monitoring" +msgstr "Monitoramento das Classes de Filtros" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Limpar cache após" + +msgid "Forwarding between listen and server addresses" +msgstr "Transmissão entre o endereço de escuta e dos servidores" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Gráficos" + +msgid "Group" +msgstr "grupo" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Aqui pode definir comandos externos que serão iniciados pelo collectd a fim " +"de ler determinados valores. Os valores serão lidos a partir do stdout." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Aqui pode definir os comandos externos que serão iniciados pelo collectd " +"quando determinados valores limite forem atingidos. Os valores passados ao " +"comando serão enviados para o stdin." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Aqui você pode definir diversos critérios para as regras iptables " +"selecionadas serem monitoradas." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Hostname" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "Configuração do plugin IRQ" + +msgid "Ignore source addresses" +msgstr "Ignorar endereços de origem" + +msgid "Incoming interface" +msgstr "Interface de entrada" + +msgid "Interface Plugin Configuration" +msgstr "Configuração do plugin Interface" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "Interrupções" + +msgid "Interval for pings" +msgstr "Intervalo dos pings" + +msgid "Iptables Plugin Configuration" +msgstr "Configuração do plugin Iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"Deixar desmarcada para determinar automaticamente as interfaces a " +"monitorizar." + +msgid "Listen host" +msgstr "Endereço de escuta do Host" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "Listener interfaces" +msgstr "Escutar na(s) interface(s)" + +msgid "Load Plugin Configuration" +msgstr "Configuração do plugin carga" + +msgid "Maximum allowed connections" +msgstr "Máximo de conexões permitidas" + +msgid "Memory" +msgstr "Memória" + +msgid "Memory Plugin Configuration" +msgstr "Configuração do Plugin de Memória" + +msgid "Monitor all except specified" +msgstr "Monitorizar tudo excepto os especificados" + +msgid "Monitor all local listen ports" +msgstr "Monitorar todas as portas locais" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitorar dispositivos" + +msgid "Monitor disks and partitions" +msgstr "Monitoras discos e partições" + +msgid "Monitor filesystem types" +msgstr "Monitorar tipos de sistemas de arquivos" + +msgid "Monitor hosts" +msgstr "Monitorar os hosts" + +msgid "Monitor interfaces" +msgstr "Monitorizar interfaces" + +msgid "Monitor interrupts" +msgstr "Monitorar interrupções" + +msgid "Monitor local ports" +msgstr "Monitorar as portas locais" + +msgid "Monitor mount points" +msgstr "Monitorar pontos de montagem" + +msgid "Monitor processes" +msgstr "Monitorar processos" + +msgid "Monitor remote ports" +msgstr "Monitorar portas remotas" + +msgid "Name of the rule" +msgstr "Nome da regra" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Configuração do plugin Netlink" + +msgid "Network" +msgstr "Rede" + +msgid "Network Plugin Configuration" +msgstr "Configuração do plugin Rede" + +msgid "Network plugins" +msgstr "Plugins de rede" + +msgid "Network protocol" +msgstr "Protocolo de rede" + +msgid "Number of threads for data collection" +msgstr "Número de threads para o coletor de dados" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "Somente criar RRAs de média" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Opções" + +msgid "Outgoing interface" +msgstr "Interface de saída" + +msgid "Output plugins" +msgstr "Plugins de saída" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Configuração do plugin Ping" + +msgid "Port" +msgstr "Porta" + +msgid "Processes" +msgstr "Processos" + +msgid "Processes Plugin Configuration" +msgstr "Configuração do plugin Processos" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Processador" + +msgid "Qdisc monitoring" +msgstr "Monitoramento do Qdisc" + +msgid "RRD XFiles Factor" +msgstr "Arquivos RRD XFiles Factor" + +msgid "RRD heart beat interval" +msgstr "Intervalo entre duas atualizações" + +msgid "RRD step interval" +msgstr "Intervalo de atualização" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Configuração do plugin RRDTool" + +msgid "Rows per RRA" +msgstr "Linhas por RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Segundos" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "IP/Hostname do servidor" + +msgid "Server port" +msgstr "Porta do servidor" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Monitoramento das Classes de Shaping" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "IP de origem" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "Diretório de armazenamento" + +msgid "Storage directory for the csv files" +msgstr "Diretório para armazenamento dos arquivos csv" + +msgid "Store data values as rates instead of absolute values" +msgstr "Armazenar os valores dos dados como taxas em vez de valores absolutos" + +msgid "Stored timespans" +msgstr "Intervalos armazenados" + +msgid "System Load" +msgstr "Carga do Sistema" + +msgid "TCP Connections" +msgstr "Conexões TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Configuração do plugin TCPConns" + +msgid "TTL for network packets" +msgstr "TTL para os pacotes de rede" + +msgid "TTL for ping packets" +msgstr "TTL para os pacotes do ping" + +msgid "Table" +msgstr "Tabela" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"O plugin cpu coleta as estatísticas básicas sobre o uso do processador." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"O plugin csv armazena os dados coletados em um arquivo no formato csv para " +"um futuro processamento por outros programas." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"O plugin df coleta estatísticas sobre a utilização de espaço em disco em " +"diferentes dispositivos, pontos de montagem ou tipos de sistemas de arquivos." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"O plugin disco coleta estatísticas de uso detalhadas das partições " +"selecionadas ou discos inteiros." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"O plugin dns coleta estatísticas detalhadas sobre o tráfego do dns nas " +"interfaces selecionadas." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"O plugin de email cria um socket unix que pode ser usado para transmitir " +"estatísticas de email o daemon collectd. Este plugin é essencialmente " +"destinado a ser utilizado em conjunto com o plugin Mail::SpamAssasin::" +"Plugin::Collectd mas pode ser utilizado de outras maneiras também." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"O plugin exec inicia comandos externos para leitura de valores ou notificar " +"processos externos quando um determinado valor limite for atingido." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"O plugin interface plugin coleta estatísticas sobre o tráfego das interfaces " +"selecionadas." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"O plugin iptables irá monitorar as regras de firewall selecionadas e coletar " +"informações sobre pacotes e bytes processados pela regra." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"O plugin irq irá monitorar a taxa de erros por segundo de cada interrupção " +"selecionada. Se nenhuma interrupção for selecionada então todas as " +"interrupções serão monitoradas." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "O plugin carga coleta estatísticas gerais sobre a carga do sistema." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"O plugin Netlink coleta informações detalhadas como qdisc-, classe- e filtro " +"de estatísticas das interfaces selecionadas." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"O plugin rede fornece informações de rede baseadas na comunicação entre as " +"diferentes instâncias do collectd. O Collectd pode operar tanto no modo " +"cliente quanto no modo servidor. No modo cliente os dados coletados " +"localmente são transferidos para um servidor collectd, no modo de servidor a " +"instância local recebe dados de outros hosts." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"O plugin ping irá enviar pacotes ICMP to tipo echo aos hosts selecionados e " +"medir o tempo de resposta para cada host." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"O plugin processo coleta informações como o tempo da cpu, página falhas e " +"uso de memória dos processos selecionados." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"O plugin rrdtool armazena os dados coletados no arquivo de banco de dados " +"rrd.

Aviso: A má configuração desses valores, resultará " +"em um valor muito elevado no consumo de memória no diretório temporário. " +"Isso pode tornar o equipamento inutilizável!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"O plugin tcpconns coleta informações sobre as conexões TCP abertas das " +"portas selecionadas." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " +"coletados a partir de uma instância do collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Esta seção define em quais interfaces o collectd irá aguardar para receber " +"conexões." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Esta seção define para qual servidor os dados coletados localmente serão " +"enviados." + +msgid "Try to lookup fully qualified hostname" +msgstr "Tentar encontrar o nome do host completo (FQDN)" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Configuração do plugin Unixsock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Arquivo PID usado" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "Monitoramento no modo verbose" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "ex. br-ff" + +msgid "e.g. br-lan" +msgstr "ex. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "ex. rejeitar-com tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 caract." + +msgid "reduces rrd size" +msgstr "reduzir o tamanho do rrd" + +msgid "seconds; multiple separated by space" +msgstr "segundos; vários valores, separar com espaço" + +msgid "server interfaces" +msgstr "Interfaces do servidor" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Plugis de Sistema" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "As estatísticas são baseadas no Collectd e é utilizado o RRD Tool para renderização das imagens à partir dos dados " +#~ "coletados." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " +#~ "ruído e qualidade." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuração do plugin Wireless" diff --git a/applications/luci-app-statistics/po/ro/rrdtool.po b/applications/luci-app-statistics/po/ro/rrdtool.po new file mode 100644 index 0000000..9878759 --- /dev/null +++ b/applications/luci-app-statistics/po/ro/rrdtool.po @@ -0,0 +1,360 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-29 17:25+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Nivel zgomot" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: Wireless - Calitate semnal" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "Calitate semnal" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/ro/statistics.po b/applications/luci-app-statistics/po/ro/statistics.po new file mode 100644 index 0000000..7990970 --- /dev/null +++ b/applications/luci-app-statistics/po/ro/statistics.po @@ -0,0 +1,689 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 17:27+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Directorul de baza" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "Configurarea pluginului CPU" + +msgid "CSV Output" +msgstr "Afisarea CSV" + +msgid "CSV Plugin Configuration" +msgstr "Configurarea pluginului CVS" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Setarile Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd e un serviciu mic pentru colectarea de date din diferite surse prin " +"diferite pluginuri. In aceasta pagina poti schimba setarile generale pentru " +"Collectd." + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "Intervalul de colectare date" + +msgid "Datasets definition file" +msgstr "Fisierul de definitii dataseturi" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "Directorul pentru pluginurile collectd" + +msgid "Directory for sub-configurations" +msgstr "Directorul pentru sub-configuratii" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "Utilizarea spatiului pe disc" + +msgid "Disk Usage" +msgstr "Utilizarea discului" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Grafice" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Numele de host" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "Interfete" + +msgid "Interrupts" +msgstr "Intreruperi" + +msgid "Interval for pings" +msgstr "Interval pentru ping" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "Legatura de retea" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "Retea" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "Pluginuri de retea" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "Numarul de threaduri pentru colectarea datelor" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "Pluginuri de iesire" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "Procese" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Procesor" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Secunde" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "Incarcarea de sistem" + +msgid "TCP Connections" +msgstr "Conexiuni TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" +"Pluginul pentru CPU colecteaza statistici de baza despre utilizarea " +"procesorului." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "Incearca sa rezolvi numele de domeniu complet" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Fisierul pentru PID folosit" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "Pluginuri de sistem" diff --git a/applications/luci-app-statistics/po/ru/rrdtool.po b/applications/luci-app-statistics/po/ru/rrdtool.po new file mode 100644 index 0000000..a63a850 --- /dev/null +++ b/applications/luci-app-statistics/po/ru/rrdtool.po @@ -0,0 +1,360 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-03-26 15:36+0200\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "%H: БеÑÐ¿Ñ€Ð¾Ð²Ð¾Ð´Ð½Ð°Ñ ÑвÑзь - отношение Ñигнал/шум" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "дБм" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "Уровень шума" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "МощноÑÑ‚ÑŒ Ñигнала" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "%H: БеÑÐ¿Ñ€Ð¾Ð²Ð¾Ð´Ð½Ð°Ñ ÑвÑзь - качеÑтво Ñигнала" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "n" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "КачеÑтво Ñигнала" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "%H: Сквозное Ð²Ñ€ÐµÐ¼Ñ ICMP" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "мÑ" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "%di" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "%H: МежÑетевой Ñкран - обработанные пакеты" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "пакет/c" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "\"%di\"" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "%H: Netlink - передача на %pi" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "байт/c" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "Байт (%ds)" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "%H: Netlink - пакеты на %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "пакет/c" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "Обработано (%ds)" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "ИÑключено (%ds)" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "Ошибок (%ds)" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "%H: Netlink - групповые пакеты на %pi" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "пакет/Ñ" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "Пакеты" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "%H: Netlink - коллизии на %pi" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "коллиз/Ñек" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "Коллизии" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "%H: Netlink - Ошибки на %pi" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "ошибок/c" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "%di" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "%di" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "%H: ПроцеÑÑÑ‹" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "ПроцеÑÑов/Ñ" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "%di" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "%H: ПроцеÑÑ %pi - Ð²Ñ€ÐµÐ¼Ñ Ð¦ÐŸ" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "Jiffies" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "ÑиÑтема" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "пользователь" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "%H: ПроцеÑÑ %pi - потоков и процеÑÑов" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "КоличеÑтво" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "%ds" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "%H: ПроцеÑÑ %pi - ошибки Ñтраниц" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "Ошибки Ñтраниц" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "ошибки Ñтраниц" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "%H: ПроцеÑÑ %pi - размер виртуальной памÑти" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "Байт" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "Ð²Ð¸Ñ€Ñ‚ÑƒÐ°Ð»ÑŒÐ½Ð°Ñ Ð¿Ð°Ð¼ÑÑ‚ÑŒ" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "%H: ИÑпользование ЦП #%pi" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "%" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "%di" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "%H: Передача на %di" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "байт/c" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "%H: Пакетов на %di" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "пакетов/c" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "%H: TCP Ñоединений на порт %pi " + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "Ñоединений/Ñ" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "%di" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "%H: ИÑпользование диÑкового проÑтранÑтва на %di" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "Байт" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "%ds" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "%ds" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "%H: прерываниÑ" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "запроÑов/Ñ" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "IRQ %di" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "%H: Загрузка ÑиÑтемы" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "Загрузка" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "1 мин." + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "5 мин." + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "15 мин." diff --git a/applications/luci-app-statistics/po/ru/statistics.po b/applications/luci-app-statistics/po/ru/statistics.po new file mode 100644 index 0000000..d41248f --- /dev/null +++ b/applications/luci-app-statistics/po/ru/statistics.po @@ -0,0 +1,789 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: statistics\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-12-05 17:11+0200\n" +"Last-Translator: Dmitri <4glitch@gmail.com>\n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Action (target)" +msgstr "ДейÑтвие (цель)" + +msgid "Add command for reading values" +msgstr "Добавить команду Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹" + +msgid "Add matching rule" +msgstr "Добавить правило выборки" + +msgid "Add multiple hosts separated by space." +msgstr "Добавить неÑколько хоÑтов, разделённых пробелом" + +msgid "Add notification command" +msgstr "Добавить команду уведомлениÑ" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ Ð´Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ" + +msgid "Basic monitoring" +msgstr "Ð‘Ð°Ð·Ð¾Ð²Ð°Ñ ÑтатиÑтика" + +msgid "CPU Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ CPU" + +msgid "CSV Output" +msgstr "Вывод в CSV" + +msgid "CSV Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ CSV" + +msgid "Cache collected data for" +msgstr "КÑшировать Ñобранную ÑтатиÑтику в течение" + +msgid "Cache flush interval" +msgstr "Интервал ÑброÑа кÑша" + +msgid "Chain" +msgstr "Цепочка" + +msgid "CollectLinks" +msgstr "Сбор информации о ÑоединениÑÑ… (CollectLinks)" + +msgid "CollectRoutes" +msgstr "Сбор информации о маршрутах (CollectRoutes)" + +msgid "CollectTopology" +msgstr "Сбор информации о топологии (CollectTopology)" + +msgid "Collectd Settings" +msgstr "ÐаÑтройки Collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd - Ñто ÑÐµÑ€Ð²Ð¸Ñ Ð´Ð»Ñ Ñбора данных Ñ Ñ€Ð°Ð·Ð½Ñ‹Ñ… модулей. Ðа Ñтой Ñтранице вы " +"можете изменить наÑтройки Сollectd." + +msgid "Conntrack" +msgstr "ОтÑлеживание Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ (Conntrack)" + +msgid "Conntrack Plugin Configuration" +msgstr "ÐаÑтройка плагина Conntrack" + +msgid "DF Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ DF" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ DNS" + +msgid "Data collection interval" +msgstr "Интервал Ñбора данных" + +msgid "Datasets definition file" +msgstr "Файл Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸ÐµÐ¼ набора данных" + +msgid "Destination ip range" +msgstr "Диапазон IP-адреÑов назначениÑ" + +msgid "Directory for collectd plugins" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñми collectd" + +msgid "Directory for sub-configurations" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¹" + +msgid "Disk Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Disk" + +msgid "Disk Space Usage" +msgstr "ИÑпользование диÑка" + +msgid "Disk Usage" +msgstr "ИÑпользование диÑка" + +msgid "Display Host »" +msgstr "Показать узел »" + +msgid "Display timespan »" +msgstr "Показать за промежуток »" + +msgid "E-Mail Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ E-Mail" + +msgid "Email" +msgstr "E-mail" + +msgid "Enable this plugin" +msgstr "Включить Ñтот модуль" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Exec" + +#, fuzzy +msgid "Filter class monitoring" +msgstr "Мониторинг клаÑÑов фильтров" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "СброÑить кÑш поÑле" + +msgid "Forwarding between listen and server addresses" +msgstr "Перенаправление между локальным адреÑом и адреÑом Ñервера" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Графики" + +msgid "Group" +msgstr "Группа" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"ЗдеÑÑŒ вы можете определить внешние команды, которые будут выполнены Ð´Ð»Ñ " +"Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ñ… значений. Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ Ñчитаны Ñо Ñтандартного вывода." + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"ЗдеÑÑŒ вы можете определить внешние команды, которые будут выполнены, когда " +"Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтигнут определённого порога. Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ переданы на " +"Ñтандартный ввод вызванным программам." + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"ЗдеÑÑŒ вы можете указать различные критерии, по которым будут выбраны правила " +"Ð´Ð»Ñ Ñбора ÑтатиÑтики." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "ХоÑÑ‚" + +msgid "Hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "IP-Ð°Ð´Ñ€ÐµÑ Ð¸Ð»Ð¸ Ð¸Ð¼Ñ Ñ…Ð¾Ñта, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… получать текÑтовый вывод" + +msgid "IRQ Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ IRQ" + +msgid "Ignore source addresses" +msgstr "Игнорировать адреÑа-иÑточники" + +msgid "Incoming interface" +msgstr "ВходÑщий интерфейÑ" + +msgid "Interface Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Interface" + +msgid "Interfaces" +msgstr "ИнтерфейÑÑ‹" + +msgid "Interrupts" +msgstr "ПрерываниÑ" + +msgid "Interval for pings" +msgstr "Интервал Ð´Ð»Ñ ping-запроÑов" + +msgid "Iptables Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Iptables" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" +"ОÑтавьте невыбранным Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñов Ð´Ð»Ñ " +"мониторинга." + +msgid "Listen host" +msgstr "ХоÑÑ‚" + +msgid "Listen port" +msgstr "Порт" + +msgid "Listener interfaces" +msgstr "ИÑпользовать интерфейÑÑ‹" + +msgid "Load Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Load" + +msgid "Maximum allowed connections" +msgstr "МакÑимальное чиÑло Ñоединений" + +msgid "Memory" +msgstr "ПамÑÑ‚ÑŒ" + +msgid "Memory Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Memory" + +msgid "Monitor all except specified" +msgstr "Собирать ÑтатиÑтику Ñо вÑех, кроме указанных" + +msgid "Monitor all local listen ports" +msgstr "Собирать ÑтатиÑтику Ñо вÑех портов, ожидающих ÑоединениÑ" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Собирать ÑтатиÑтику Ñ ÑƒÑтройÑтв" + +msgid "Monitor disks and partitions" +msgstr "Собирать ÑтатиÑтику Ñ Ð´Ð¸Ñков и разделов" + +msgid "Monitor filesystem types" +msgstr "Собирать ÑтатиÑтику Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ñ‹Ñ… ÑиÑтем" + +msgid "Monitor hosts" +msgstr "Собирать ÑтатиÑтику Ñ Ñ…Ð¾Ñтов" + +msgid "Monitor interfaces" +msgstr "Собирать ÑтатиÑтику Ñ Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñов" + +msgid "Monitor interrupts" +msgstr "Собирать ÑтатиÑтику по прерываниÑм" + +msgid "Monitor local ports" +msgstr "Собирать ÑтатиÑтику Ñ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ñ‹Ñ… портов" + +msgid "Monitor mount points" +msgstr "Собирать ÑтатиÑтику Ñ Ñ‚Ð¾Ñ‡ÐµÐº монтированиÑ" + +msgid "Monitor processes" +msgstr "Собирать ÑтатиÑтику Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑÑов" + +msgid "Monitor remote ports" +msgstr "Собирать ÑтатиÑтику Ñ ÑƒÐ´Ð°Ð»Ñ‘Ð½Ð½Ñ‹Ñ… портов" + +msgid "Name of the rule" +msgstr "Ðазвание правила" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Netlink" + +msgid "Network" +msgstr "Network" + +msgid "Network Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Network" + +msgid "Network plugins" +msgstr "Сетевые модули" + +msgid "Network protocol" +msgstr "Сетевой протокол" + +msgid "Number of threads for data collection" +msgstr "КоличеÑтво потоков Ñбора данных" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "ÐаÑтройка плагина OLSRd" + +msgid "Only create average RRAs" +msgstr "Создавать только Ñредние RRA" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Опции" + +msgid "Outgoing interface" +msgstr "ИÑходÑщий интерфейÑ" + +msgid "Output plugins" +msgstr "Модули вывода" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Ping" + +msgid "Port" +msgstr "Порт" + +msgid "Processes" +msgstr "ПроцеÑÑÑ‹" + +msgid "Processes Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Processes" + +msgid "Processes to monitor separated by space" +msgstr "ПроцеÑÑÑ‹ Ð´Ð»Ñ Ð¼Ð¾Ð½Ð¸Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ð° (разделённые пробелом)" + +msgid "Processor" +msgstr "Processor" + +msgid "Qdisc monitoring" +msgstr "Мониторинг Qdisc" + +#, fuzzy +msgid "RRD XFiles Factor" +msgstr "Фактор XFiles RRD" + +#, fuzzy +msgid "RRD heart beat interval" +msgstr "Интервал heartbeat RRD" + +msgid "RRD step interval" +msgstr "Интервал шага RRD" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ RRDTool" + +msgid "Rows per RRA" +msgstr "КоличеÑтво Ñтрок в RRA" + +msgid "Script" +msgstr "Скрипт" + +msgid "Seconds" +msgstr "Секунды" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "ХоÑÑ‚ Ñервера" + +msgid "Server port" +msgstr "Порт Ñервера" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Мониторинг клаÑÑов шейпинга" + +msgid "Socket file" +msgstr "Файл Ñокета" + +msgid "Socket group" +msgstr "Группа Ñокета" + +msgid "Socket permissions" +msgstr "Права доÑтупа Ñокета" + +msgid "Source ip range" +msgstr "Диапазон IP-адреÑов иÑточника" + +msgid "Specifies what information to collect about links." +msgstr "Указывает, какую информацию Ñобирать о ÑоединениÑÑ…." + +msgid "Specifies what information to collect about routes." +msgstr "Указывает, какую информацию Ñобирать о маршрутах." + +msgid "Specifies what information to collect about the global topology." +msgstr "Указывает, какую информацию Ñобирать о глобальной топологии." + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "СтатиÑтика" + +msgid "Storage directory" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ñ Ð´Ð°Ð½Ð½Ñ‹Ð¼Ð¸" + +msgid "Storage directory for the csv files" +msgstr "Ð”Ð¸Ñ€ÐµÐºÑ‚Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ CSV-файлов" + +msgid "Store data values as rates instead of absolute values" +msgstr "Хранить данные в виде коÑффициентов вмеÑто абÑолютных значений" + +msgid "Stored timespans" +msgstr "Сохранённые промежутки времени" + +msgid "System Load" +msgstr "Загрузка ÑиÑтемы" + +msgid "TCP Connections" +msgstr "TCPConns" + +msgid "TCPConns Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ TCPConns" + +msgid "TTL for network packets" +msgstr "TTL Ð´Ð»Ñ Ñетевых пакетов" + +msgid "TTL for ping packets" +msgstr "TTL Ð´Ð»Ñ ping-пакетов" + +msgid "Table" +msgstr "Таблица" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" +"Модуль OLSRd Ñчитывает информацию о узловых ÑетÑÑ… Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ txtinfo OLSRd." + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" +"Модуль Conntrack Ñобирает ÑтатиÑтику о количеÑтве отÑлеживаемых Ñоединений." + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "Модуль CPU Ñобирает ÑтатиÑтику по иÑпользованию процеÑÑора." + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"Модуль CSV позволÑет Ñохранить ÑтатиÑтику в формате CSV Ð´Ð»Ñ Ð¿Ð¾Ñледующей " +"обработки." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"Модуль DF Ñобирает ÑтатиÑтику о доÑтупном проÑтранÑтве на различных " +"уÑтройÑтвах, точках Ð¼Ð¾Ð½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ файловых ÑиÑтемах." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Модуль Disk Ñобирает подробную ÑтатиÑтику Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ñ‹Ñ… разделов или диÑков." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +"Модуль DNS Ñобирает подробную ÑтатиÑтику о DNS-трафике на выбранных " +"интерфейÑах." + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Модуль E-mail Ñоздает Unix-Ñокет, который может быть иÑпользован Ð´Ð»Ñ " +"передачи ÑтатиÑтики Ñл. почты работающему ÑервиÑу collectd. Ð’ оÑновном, Ñтот " +"модуль предназначен Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð¼ÐµÑте Ñ Mail::SpamAssasin::Plugin::" +"Collectd." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Модуль Exec выполнÑет внешнюю команду в Ñлучае, когда определённые Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ " +"доÑтигают заданного порога." + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "Модуль Interface Ñобирает ÑтатиÑтику на выбранных Ñетевых интерфейÑах." + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"Модуль Iptables Ñобирает ÑтатиÑтику Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ñ… правил межÑетевого Ñкрана." + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"Модуль IRQ Ñобирает ÑтатиÑтику по выбранным прерываниÑм. ЕÑли ни одно " +"прерывание не выбрано, Ñбор ÑтатиÑтики будет проводитьÑÑ Ð¿Ð¾ вÑем прерываниÑм." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" +"Модуль Iwinfo Ñобирает ÑтатиÑтику о беÑпроводном Ñигнале, шуме и качеÑтве." + +msgid "The load plugin collects statistics about the general system load." +msgstr "Модуль Load Ñобирает ÑтатиÑтику о загрузке ÑиÑтемы." + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "Модуль Memory Ñобирает ÑтатиÑтику об иÑпользовании памÑти." + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Модуль Netlink Ñобирает раÑширенную ÑтатиÑтику Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ñ‹Ñ… интерфейÑов." + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Модуль Network предоÑтавлÑет возможноÑÑ‚ÑŒ Ñетевого обмена данными между " +"разными ÑервиÑами collectd. Collectd может работать в режиме Ñервера или " +"клиента. Ð’ режиме клиента, Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð°Ñ ÑтатиÑтика передаетÑÑ collectd-Ñерверу, " +"в режиме Ñервера collectd Ñобирает ÑтатиÑтику Ñ ÑƒÐ´Ð°Ð»Ñ‘Ð½Ð½Ñ‹Ñ… хоÑтов." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"Модуль Ping поÑылает ICMP-запроÑÑ‹ выбранным хоÑтам и измерÑет Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ÐºÐ»Ð¸ÐºÐ°." + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Модуль Processes Ñобирает ÑтатиÑтику Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ñ‹Ñ… процеÑÑов об " +"иÑпользовании ЦП, ошибках Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ðº Ñтраницам памÑти, иÑпользовании памÑти." + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"Модуль Rrdtool ÑохранÑет ÑтатиÑтику в формате rrd Ð´Ð»Ñ Ð¿Ð¾Ñледующего " +"поÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ð´Ð¸Ð°Ð³Ñ€Ð°Ð¼Ð¼.

Внимание: уÑтановка неверных " +"параметров может привезти к выÑокому потреблению памÑти во временной " +"директории. Это, в Ñвою очередь, может привеÑти к отказу уÑтройÑтва!" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Модуль TCPConns Ñобирает информацию об открытых TCP-ÑоединениÑÑ… на выбранных " +"портах." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Модуль UnixSock Ñоздает Unix-Ñокет, который может быть иÑпользован Ð´Ð»Ñ " +"Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÑтатиÑтики от работающего ÑервиÑа collectd." + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Эта ÑÐµÐºÑ†Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñет интерфейÑÑ‹, на которых collectd будет обрабатывать " +"входÑщие ÑоединениÑ." + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" +"Эта ÑÐµÐºÑ†Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñет Ñерверы, на которые будет передаватьÑÑ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð°Ñ " +"ÑтатиÑтика." + +msgid "Try to lookup fully qualified hostname" +msgstr "ПытатьÑÑ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÑÑ‚ÑŒ Ð¸Ð¼Ñ Ñ…Ð¾Ñта" + +msgid "UPS" +msgstr "ИБП" + +msgid "UPS Plugin Configuration" +msgstr "ÐаÑтройка плагина ИБП" + +#, fuzzy +msgid "UPS name in NUT ups@host format" +msgstr "Ð˜Ð¼Ñ Ð˜Ð‘ÐŸ в ups@host NUT-формате" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ UnixSock" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "ИÑпользуемый PID-файл" + +msgid "User" +msgstr "Пользователь" + +msgid "Verbose monitoring" +msgstr "РаÑÑˆÐ¸Ñ€ÐµÐ½Ð½Ð°Ñ ÑтатиÑтика" + +msgid "Wireless" +msgstr "Wireless" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Iwinfo" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "напр. br-ff" + +msgid "e.g. br-lan" +msgstr "напр. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "напр. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "не более 16 Ñимволов" + +msgid "reduces rrd size" +msgstr "уменьшает размер rrd" + +#, fuzzy +msgid "seconds; multiple separated by space" +msgstr "Ñекунды; разделÑÑŽÑ‚ÑÑ Ð¿Ñ€Ð¾Ð±ÐµÐ»Ð¾Ð¼" + +msgid "server interfaces" +msgstr "интерфейÑÑ‹ Ñервера" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "СиÑтемные модули" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Ð”Ð°Ð½Ð½Ð°Ñ ÑтатиÑтика оÑнована на программе Collectd и иÑпользует RRD Tool Ð´Ð»Ñ Ð¿Ð¾ÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ñ Ð´Ð¸Ð°Ð³Ñ€Ð°Ð¼Ð¼." + +#~ msgid "Installed network plugins:" +#~ msgstr "УÑтановленные Ñетевые модули:" + +#~ msgid "Installed output plugins:" +#~ msgstr "УÑтановленные модули вывода:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Сетевые модули иÑпользуютÑÑ Ð´Ð»Ñ Ñбора информации об открытых TCP-" +#~ "ÑоединениÑÑ…, трафике, правилах iptables и Ñ‚.п." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Модули вывода обеÑпечивают различные варианты ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñобранных " +#~ "данных. Можно включить неÑколько модулей, например, чтобы Ñохранить " +#~ "Ñобранные данные в базе данных RRD и передать их по Ñети другим " +#~ "инÑтанциÑм collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "СиÑтемные модули, Ñобирающие данные о ÑоÑтоÑнии ÑиÑтемы и иÑпользовании " +#~ "реÑурÑов уÑтройÑтва:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Модуль Wireless Ñобирает ÑтатиÑтику о Ñиле, шуме и качеÑтве Ñигнала." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Wireless" diff --git a/applications/luci-app-statistics/po/sk/rrdtool.po b/applications/luci-app-statistics/po/sk/rrdtool.po new file mode 100644 index 0000000..fd3781f --- /dev/null +++ b/applications/luci-app-statistics/po/sk/rrdtool.po @@ -0,0 +1,356 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Content-Type: text/plain; charset=ASCII\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/sk/statistics.po b/applications/luci-app-statistics/po/sk/statistics.po new file mode 100644 index 0000000..e0400c2 --- /dev/null +++ b/applications/luci-app-statistics/po/sk/statistics.po @@ -0,0 +1,672 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/sv/rrdtool.po b/applications/luci-app-statistics/po/sv/rrdtool.po new file mode 100644 index 0000000..580c9f3 --- /dev/null +++ b/applications/luci-app-statistics/po/sv/rrdtool.po @@ -0,0 +1,357 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Content-Type: text/plain; charset=ASCII\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/sv/statistics.po b/applications/luci-app-statistics/po/sv/statistics.po new file mode 100644 index 0000000..9c7b217 --- /dev/null +++ b/applications/luci-app-statistics/po/sv/statistics.po @@ -0,0 +1,673 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/templates/rrdtool.pot b/applications/luci-app-statistics/po/templates/rrdtool.pot new file mode 100644 index 0000000..0a105ec --- /dev/null +++ b/applications/luci-app-statistics/po/templates/rrdtool.pot @@ -0,0 +1,349 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "Content-Type: text/plain; charset=ISO-8859-1" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/templates/statistics.pot b/applications/luci-app-statistics/po/templates/statistics.pot new file mode 100644 index 0000000..2b4ba7f --- /dev/null +++ b/applications/luci-app-statistics/po/templates/statistics.pot @@ -0,0 +1,665 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/tr/rrdtool.po b/applications/luci-app-statistics/po/tr/rrdtool.po new file mode 100644 index 0000000..cb2187b --- /dev/null +++ b/applications/luci-app-statistics/po/tr/rrdtool.po @@ -0,0 +1,356 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/tr/statistics.po b/applications/luci-app-statistics/po/tr/statistics.po new file mode 100644 index 0000000..505b5a1 --- /dev/null +++ b/applications/luci-app-statistics/po/tr/statistics.po @@ -0,0 +1,673 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/uk/rrdtool.po b/applications/luci-app-statistics/po/uk/rrdtool.po new file mode 100644 index 0000000..5a535f1 --- /dev/null +++ b/applications/luci-app-statistics/po/uk/rrdtool.po @@ -0,0 +1,357 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/uk/statistics.po b/applications/luci-app-statistics/po/uk/statistics.po new file mode 100644 index 0000000..ee5ea8f --- /dev/null +++ b/applications/luci-app-statistics/po/uk/statistics.po @@ -0,0 +1,678 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-03-12 23:50+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "ІнтерфейÑи" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "Мережа" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "Мережевий протокол" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "КориÑтувач" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/po/vi/rrdtool.po b/applications/luci-app-statistics/po/vi/rrdtool.po new file mode 100644 index 0000000..ca94cf8 --- /dev/null +++ b/applications/luci-app-statistics/po/vi/rrdtool.po @@ -0,0 +1,524 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-13 14:45+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" + +#~ msgid "%H: Wireless - Signal Noise Ratio" +#~ msgstr "%H: Wireless - Signal Noise Ratio" + +#~ msgid "dBm" +#~ msgstr "dBm" + +#~ msgid "Noise Level" +#~ msgstr "Noise Level" + +#~ msgid "Signal Strength" +#~ msgstr "Äá»™ mạnh của tín hiệu" + +#~ msgid "%H: Wireless - Signal Quality" +#~ msgstr "%H: Wireless -Chất lượng tín hiệu" + +#~ msgid "n" +#~ msgstr "n" + +#~ msgid "Signal Quality" +#~ msgstr "Chất lượng tín hiệu " + +#~ msgid "%H: ICMP Roundtrip Times" +#~ msgstr "%H: ICMP thá»i gian Ä‘i má»™t vòng" + +#~ msgid "ms" +#~ msgstr "ms" + +#~ msgid "%H: Firewall - Processed Packets" +#~ msgstr "%H: Firewall - Gói đã xá»­ lý" + +#~ msgid "Chain \"%di\"" +#~ msgstr "Chuá»—i \"%di\"" + +#~ msgid "%H: Netlink - Transfer on %pi" +#~ msgstr "%H: Netlink - chuyển vá» %pi" + +#~ msgid "Bytes (%ds)" +#~ msgstr "Bytes (%ds)" + +#~ msgid "%H: Netlink - Packets on %pi" +#~ msgstr "%H: Netlink - Äóng gói trên %pi" + +#~ msgid "Processed (%ds)" +#~ msgstr "Äã xá»­ lý (%ds)" + +#~ msgid "Dropped (%ds)" +#~ msgstr "" +#~ "Dropped \n" +#~ " \n" +#~ " \n" +#~ "(%ds)" + +#~ msgid "Errors (%ds)" +#~ msgstr "" +#~ "Lá»—i \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "(%ds)" + +#~ msgid "%H: Netlink - Multicast on %pi" +#~ msgstr "%H: Netlink - Multicast on %pi" + +#~ msgid "Packets" +#~ msgstr "Gói" + +#~ msgid "%H: Netlink - Collisions on %pi" +#~ msgstr "%H: Netlink - Collisions on %pi" + +#~ msgid "Collisions/s" +#~ msgstr "Collisions/s" + +#~ msgid "Collisions" +#~ msgstr "Collisions" + +#~ msgid "%H: Netlink - Errors on %pi" +#~ msgstr "%H: Netlink - lá»—i trên %pi" + +#~ msgid "Errors/s" +#~ msgstr "Lá»—i" + +#~ msgid "%H: Processes" +#~ msgstr "%H: Quá trình" + +#~ msgid "Processes/s" +#~ msgstr "Quy trình" + +#~ msgid "%H: Process %pi - used cpu time" +#~ msgstr "%H: Quá trình %pi - thá»i gian cpu đã sá»­ dụng" + +#~ msgid "Jiffies" +#~ msgstr "Jiffies" + +#~ msgid "System" +#~ msgstr "Hệ thống" + +#~ msgid "user" +#~ msgstr "NgÆ°á»i dùng" + +#~ msgid "%H: Process %pi - threads and processes" +#~ msgstr "%H: quá trình %pi - các luồng và quá trình" + +#~ msgid "Count" +#~ msgstr "Äếm" + +#~ msgid "%H: Process %pi - page faults" +#~ msgstr "%H: quá trình %pi - lá»—i trang" + +#~ msgid "Pagefaults" +#~ msgstr "Pagefaults" + +#~ msgid "page faults" +#~ msgstr "page faults" + +#~ msgid "%H: Process %pi - virtual memory size" +#~ msgstr "%H: quá trình %pi - dung lượng bá»™ nhá»› ảo " + +#~ msgid "virtual memory" +#~ msgstr "Bá»™ nhá»› ảo" + +#~ msgid "%H: Usage on Processor #%pi" +#~ msgstr "%H: sá»­ dụng trên bá»™ xá»­ lý #%pi" + +#~ msgid "%" +#~ msgstr "%" + +#~ msgid "%H: Transfer on %di" +#~ msgstr "%H: Chuyển tải trên %di" + +#~ msgid "%H: Packets on %di" +#~ msgstr "%H: Gói trên %di" + +#~ msgid "%H: TCP-Connections to Port %pi" +#~ msgstr "%H: TCP-kết nối tá»›i cổng %pi" + +#~ msgid "Connections/s" +#~ msgstr "Kết nối" + +#~ msgid "%H: Disk Space Usage on %di" +#~ msgstr "%H: sá»­ dụng không gian trên Ä‘Ä©a ở %di" + +#~ msgid "%H: Interrupts" +#~ msgstr "%H: Cắt ngang" + +#~ msgid "Issues/s" +#~ msgstr "Vấn Ä‘á»" + +#~ msgid "IRQ %di" +#~ msgstr "IRQ %di" + +#~ msgid "%H: System Load" +#~ msgstr "%H: Tải hệ thống" + +#~ msgid "Load" +#~ msgstr "Tải" + +#~ msgid "1 min" +#~ msgstr "1 phút" + +#~ msgid "5 min" +#~ msgstr "5 phút" + +#~ msgid "15 min" +#~ msgstr "15 phút" diff --git a/applications/luci-app-statistics/po/vi/statistics.po b/applications/luci-app-statistics/po/vi/statistics.po new file mode 100644 index 0000000..28bc8b4 --- /dev/null +++ b/applications/luci-app-statistics/po/vi/statistics.po @@ -0,0 +1,756 @@ +# statistics.pot +# generated from ./applications/luci-statistics/luasrc/i18n/statistics.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-16 05:50+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Action (target)" +msgstr "Action (target)" + +msgid "Add command for reading values" +msgstr "Thêm lệnh cho giá trị Ä‘ang Ä‘á»c" + +msgid "Add matching rule" +msgstr "Thêm matching rule" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "Thêm lệnh thông báo" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "ThÆ° mục CÆ¡ sở" + +msgid "Basic monitoring" +msgstr "Monitoring căn bản" + +msgid "CPU Plugin Configuration" +msgstr "Cấu hình Plugin CPU" + +msgid "CSV Output" +msgstr "CSV Output" + +msgid "CSV Plugin Configuration" +msgstr "Cấu hình CSV plugin" + +msgid "Cache collected data for" +msgstr "Cache collected data cho" + +msgid "Cache flush interval" +msgstr "Cache flush interval" + +msgid "Chain" +msgstr "Chain" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "Những cài đặt collectd" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd là má»™t daemon nhỠđể thu thập dữ liệu từ nhiá»u nguồn thông qua các " +"plugins khác nhau. Trên trang này, bạn có thể thay đổi cài đặt tổng quát cho " +"cai collectd daemon. " + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "Cấu hình DF plugin" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "Cấu hình DNS plugin" + +msgid "Data collection interval" +msgstr "Khoảng thu thập dữ liệu" + +msgid "Datasets definition file" +msgstr "Tập tin định nghÄ©a cÆ¡ sở dữ liệu" + +msgid "Destination ip range" +msgstr "Äiểm đến ip range" + +msgid "Directory for collectd plugins" +msgstr "Danh mục cho collectd plugins" + +msgid "Directory for sub-configurations" +msgstr "Danh mục cho sub-configurations" + +msgid "Disk Plugin Configuration" +msgstr "Cấu hình disk plugin" + +msgid "Disk Space Usage" +msgstr "Khoảng trống trên Ä‘Ä©a" + +msgid "Disk Usage" +msgstr "Disk Usage" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "Display timespan" + +msgid "E-Mail Plugin Configuration" +msgstr "Cấu hình e-mail plugin" + +msgid "Email" +msgstr "Email" + +msgid "Enable this plugin" +msgstr "Kích hoạt plugin này" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Cấu hình Exec Plugin" + +msgid "Filter class monitoring" +msgstr "Filter class monitoring" + +msgid "Firewall" +msgstr "Firewall" + +msgid "Flush cache after" +msgstr "Flush cache sau khi" + +msgid "Forwarding between listen and server addresses" +msgstr "chuyển tiếp giữa listen và địa chỉ server" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "Graphs" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"Ở đây bạn có thể định nghÄ©a các lệnh bên ngoài mà sẽ khởi Ä‘á»™ng bằng collectd " +"để Ä‘á»c những giá trị nhất định. Những giá trị sẽ được Ä‘á»c từ stdout" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"Ở đây bạn có thể định nghÄ©a các lệnh bên ngoài cái mà bắt đầu bằng collectd " +"khi những giá trị threshold nhất định được tiếp cận. Những giá trị dẫn tá»›i " +"invokation sẽ được feed tá»›i má»™t chÆ°Æ¡ng trình gá»i là stdin" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" +"Ở đây bạn có thể định nghÄ©a những tiêu chuẩn khác nhau để monitor iptables " +"rules được chá»n." + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "Tên host" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "Cấu hình IRQ Plugin " + +msgid "Ignore source addresses" +msgstr "Lá» Ä‘i những địa chỉ nguồn" + +msgid "Incoming interface" +msgstr "Giao diện Ä‘ang tá»›i" + +msgid "Interface Plugin Configuration" +msgstr "Cấu hình giao diện plugin" + +msgid "Interfaces" +msgstr "Giao diện" + +msgid "Interrupts" +msgstr "Cắt ngang" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "cấu hình Iptables Plugin " + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "Listen host" + +msgid "Listen port" +msgstr "Listen port" + +msgid "Listener interfaces" +msgstr "Giao diện listener" + +msgid "Load Plugin Configuration" +msgstr "Tải cấu hình plugin" + +msgid "Maximum allowed connections" +msgstr "Tối đã kết nối cho phép" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "Monitor tất cả local listen port" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "Monitor devices" + +msgid "Monitor disks and partitions" +msgstr "Kiểm soát Ä‘Ä©a và phân vùng" + +msgid "Monitor filesystem types" +msgstr "Kiểm soát loại filesystem" + +msgid "Monitor hosts" +msgstr "Monitor hosts" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "Monitor interrupts" + +msgid "Monitor local ports" +msgstr "Monitor cổng địa phÆ°Æ¡ng" + +msgid "Monitor mount points" +msgstr "Monitor mount points" + +msgid "Monitor processes" +msgstr "Monitor processes" + +msgid "Monitor remote ports" +msgstr "Monitor remote ports" + +msgid "Name of the rule" +msgstr "Tên của rule" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Cấu hình Netlink Plugin " + +msgid "Network" +msgstr "Network" + +msgid "Network Plugin Configuration" +msgstr "Cấu hình network plugin" + +msgid "Network plugins" +msgstr "Network plugins" + +msgid "Network protocol" +msgstr "Network protocol" + +msgid "Number of threads for data collection" +msgstr "Số lượng các chủ đỠđể thu thập dữ liệu" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "Chỉ tạo trung bình RRAs" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "Tùy chá»n" + +msgid "Outgoing interface" +msgstr "Giao diện ra ngoài" + +msgid "Output plugins" +msgstr "Output plugins" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Cấu hình Ping plugin" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "Quá trình xá»­ lý" + +msgid "Processes Plugin Configuration" +msgstr "Cấu hình processes plugin" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "Bá»™ xá»­ lý" + +msgid "Qdisc monitoring" +msgstr "Qdisc monitoring" + +msgid "RRD XFiles Factor" +msgstr "Yếu tố RRD XFiles" + +msgid "RRD heart beat interval" +msgstr "RRD heart beat interval" + +msgid "RRD step interval" +msgstr "RRD step interval" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "Cấu hình RRDTool Plugin " + +msgid "Rows per RRA" +msgstr "Rows per RRA" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "Giây" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "Server host" + +msgid "Server port" +msgstr "Server port" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "Shaping class monitoring" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "Nguồn ip range" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "ThÆ° mục lÆ°u trữ" + +msgid "Storage directory for the csv files" +msgstr "ThÆ° mục lÆ°u trữ cho nhÆ°ng tập tin csv" + +msgid "Store data values as rates instead of absolute values" +msgstr "Những giá trị dữ liệu lÆ°u trữ nhÆ° má»™t tỉ lệ thay vì giá trị tuyệt đối" + +msgid "Stored timespans" +msgstr "LÆ°u timspans" + +msgid "System Load" +msgstr "System Load" + +msgid "TCP Connections" +msgstr "Kết nối TCP" + +msgid "TCPConns Plugin Configuration" +msgstr "Cấu hình TCPConns Plugin " + +msgid "TTL for network packets" +msgstr "TTL cho gói mạng" + +msgid "TTL for ping packets" +msgstr "TTl cho gói ping" + +msgid "Table" +msgstr "Table" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "CPU plugin thu thập số liệu thống kê cÆ¡ bản vá» sá»­ dụng bá»™ việc xá»­ lý" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" +"CSV plugin stores thu thập dữ liệu trong tập tin định dạng csv để tiến hành " +"xá»­ lý bằng các chÆ°Æ¡ng trình bên ngoài." + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" +"df plugin thu thập số liệu thông kế vá» khoảng trống trên Ä‘Ä©a trên những " +"thiết bị khác, mount points hoặc những loại filesystem." + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" +"Disk plugin thu thập số liệu thống kê chi tiết vá» cách sá»­ dụng cho những " +"phân vùng lá»±a chá»n hoặc toàn bá»™ Ä‘Ä©a." + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" +" dns plugin thu thập những thông kê chi tiết vá» dns liên quan đến lÆ°u thông " +"trên những giao diện được chá»n. " + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"Email plugin tạo ra má»™t unix socket mà có thể dùng để truyá»n thông kê e-mail " +"tá»›i má»™t collectd daemon Ä‘ang chạy. Cái plugin này chủ yếu được dùng vá»›i " +"Mail::SpamAssasin::Plugin::Collectd nhÆ°ng cÅ©ng có thể dùng trong những cách " +"khác." + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"Exec plugin bắt đầu những lệnh bên ngoài để Ä‘á»c những giá trị từ hoặc tá»›i " +"những quá trình xá»­ lý thông báo bên ngoài khi giá trị của má»™t threshold nhất " +"định được tiếp cận " + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" +"Giao diện plugin thu thập những thống kê lÆ°u thông trên những giao diện được " +"chá»n" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" +"iptables plugin sẽ monitor những cái firewall rules được chá»n và thu thập " +"thông tin vá» bytes xá»­ lý và gói trên rule. " + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"irq plugin sẽ monitor tỉ lệ vấn Ä‘á» trên giây cho những interrupt được chá»n. " +"Nếu không có interrupt được chá»n thi tất cả các interrupt sẽ được monitor. " +"for each selected interrupt. If no interrupt is selected then all interrupts " +"are monitored." + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "Plugin tải thu thập thông kê vá» tổng quát system load" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" +"Netlink plugin thu thập những thông tin mở rá»™ng nhÆ° qdisc-, class- and " +"filter-statistics cho những giao diện được chá»n" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"Network plugin cung cấp network dá»±a trên giao tiếp giữa những collectd " +"instances khác nhau. Collectd có thể vận hành trên cả 2 chế Ä‘á»™ client và " +"server. Trong kiểu chế Ä‘á»™ client tập hợp ngày tháng địa phÆ°Æ¡ng được chuyển " +"tá»›i má»™t collectd server instance, trong chế Ä‘á»™ server, instance địa phÆ°Æ¡ng " +"nhận dữ liệu từ những host khác." + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" +"ping plugin sẽ gá»­i icmp echo trả lá»i tá»›i những host được chá»n và Ä‘o thá»i " +"gian vận hành qua lại cho từng host" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" +"Processes plugin thu thập thông tin nhÆ° cpu time, page faults và memory " +"usage của từng processes được chá»n. " + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"The rrdtool plugin lưu những dữ liệu thu thập trong rrd database files, cơ " +"sở của biểu đồ.

Cảnh báo: Äặt sai giá trị sẽ tiêu hao bá»™ " +"nhá»› rất nhiá»u trong má»™t thÆ° mục tạm thá»i. Äiá»u này có thể làm thiết bị không " +"sá»­ dụng được" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" +"Tcpconns plugin thu thập thông tin vá» open tcp kết nối trên những cổng được " +"chá»n." + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" +"Unixsock plugin tạo má»™t unix socket mà có thể dùng để Ä‘á»c dữ liệu thu thập " +"từ má»™t collectd instance Ä‘ang vận hành. " + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" +"Section này định nghÄ©a trên giao diện collectd sẽ đợi những kết nối Ä‘ang tá»›i" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "Section này định nghÄ©a servers thu thập dữ liệu địa phÆ°Æ¡ng để gá»­i Ä‘i" + +msgid "Try to lookup fully qualified hostname" +msgstr "Thá»­ tra cứu những tên host đủ Ä‘iá»u kiện" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Cấu hình Unixsock Plugin " + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "Tập tin PID đã sá»­ dụng" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "Verbose monitoring" + +msgid "Wireless" +msgstr "Mạng không dây" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "e.g. br-ff" + +msgid "e.g. br-lan" +msgstr "e.g. br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "e.g. reject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "max. 16 chars" + +msgid "reduces rrd size" +msgstr "Giảm rrd size" + +msgid "seconds; multiple separated by space" +msgstr "giây; nhiá»u phân tách bởi khoảng trống" + +msgid "server interfaces" +msgstr "giao diện server" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "System plugins" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "Gói thống kê dá»±a trên Collectd and uses RRD " +#~ "Tool vẽ lại sÆ¡ đồ hình ảnh từ dữ liệu thu thập ." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Cấu hình wireless plugin thu thập thống kê vá» Ä‘á»™ mạnh của tín hiệu " +#~ "wireless, noise và chất lượng." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Cấu hình Wireless Plugin " diff --git a/applications/luci-app-statistics/po/zh-cn/rrdtool.po b/applications/luci-app-statistics/po/zh-cn/rrdtool.po new file mode 100644 index 0000000..4e6ee4b --- /dev/null +++ b/applications/luci-app-statistics/po/zh-cn/rrdtool.po @@ -0,0 +1,359 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-23 02:08+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "无线信å·å™ªéŸ³" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "信噪比" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "ä¿¡å·å™ªéŸ³" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "ä¿¡å·å¼ºåº¦" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "无线信å·è´¨é‡" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "无线信å·è´¨é‡" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "ä¿¡å·è´¨é‡" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "ping" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "å“应" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "ping" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "iptables包" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/zh-cn/statistics.po b/applications/luci-app-statistics/po/zh-cn/statistics.po new file mode 100644 index 0000000..4714ab5 --- /dev/null +++ b/applications/luci-app-statistics/po/zh-cn/statistics.po @@ -0,0 +1,713 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-06-13 15:04+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Action (target)" +msgstr "动作(目标)" + +msgid "Add command for reading values" +msgstr "添加命令读å–æ•°æ®" + +msgid "Add matching rule" +msgstr "新增匹é…规则" + +msgid "Add multiple hosts separated by space." +msgstr "使用空格分隔多个主机" + +msgid "Add notification command" +msgstr "新增通知命令" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "基本目录" + +msgid "Basic monitoring" +msgstr "基本监控" + +msgid "CPU Plugin Configuration" +msgstr "CPUæ’件é…ç½®" + +msgid "CSV Output" +msgstr "CSV输出" + +msgid "CSV Plugin Configuration" +msgstr "CSVæ’件é…ç½®" + +msgid "Cache collected data for" +msgstr "收集缓存数æ®" + +msgid "Cache flush interval" +msgstr "缓存清空间隙" + +msgid "Chain" +msgstr "链" + +msgid "CollectLinks" +msgstr "收集链接" + +msgid "CollectRoutes" +msgstr "收集路由" + +msgid "CollectTopology" +msgstr "收集拓扑" + +msgid "Collectd Settings" +msgstr "Collectd设置" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" +"Collectd是一个通过ä¸åŒæ’件用于收集å„ç§æºæ•°æ®çš„å°åž‹å®ˆæŠ¤ç¨‹åºã€‚在此页é¢ä¸­ï¼Œæ‚¨å¯" +"以更改Collectd守护进程常规设置。" + +msgid "Conntrack" +msgstr "Conntrack" + +msgid "Conntrack Plugin Configuration" +msgstr "Conntrackæ’件设置" + +msgid "DF Plugin Configuration" +msgstr "DFæ’件设置" + +msgid "DNS" +msgstr "DNS" + +msgid "DNS Plugin Configuration" +msgstr "DNSæ’件设置" + +msgid "Data collection interval" +msgstr "æ•°æ®æ”¶é›†é—´éš™" + +msgid "Datasets definition file" +msgstr "æ•°æ®é›†å®šä¹‰æ–‡ä»¶" + +msgid "Destination ip range" +msgstr "目标IP区间" + +msgid "Directory for collectd plugins" +msgstr "Collectdæ’件目录" + +msgid "Directory for sub-configurations" +msgstr "å­é…置目录" + +msgid "Disk Plugin Configuration" +msgstr "Diskæ’件é…ç½®" + +msgid "Disk Space Usage" +msgstr "ç£ç›˜ç©ºé—´ä½¿ç”¨æƒ…况" + +msgid "Disk Usage" +msgstr "ç£ç›˜ä½¿ç”¨æƒ…况" + +msgid "Display Host »" +msgstr "显示主机" + +msgid "Display timespan »" +msgstr "显示时间段" + +msgid "E-Mail Plugin Configuration" +msgstr "E-Mailæ’件é…ç½®" + +msgid "Email" +msgstr "电å­é‚®ä»¶" + +msgid "Enable this plugin" +msgstr "å¯ç”¨è¯¥æ’件" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "Exec" + +msgid "Exec Plugin Configuration" +msgstr "Execæ’件é…ç½®" + +msgid "Filter class monitoring" +msgstr "Filter类监测" + +msgid "Firewall" +msgstr "防ç«å¢™" + +msgid "Flush cache after" +msgstr "清空缓存åŽ" + +msgid "Forwarding between listen and server addresses" +msgstr "转å‘监å¬æœåŠ¡å™¨å’Œåº”用æœåŠ¡å™¨ä¹‹é—´æ•°æ®" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "图表" + +msgid "Group" +msgstr "组" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" +"在这里,你å¯ä»¥å®šä¹‰å¤–部命令,Collectdå°†å¯åŠ¨å‘½ä»¤æ¥èŽ·å–æŸäº›å€¼ï¼Œå°†èŽ·å–的值从标准" +"输出端å£è¾“出。" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" +"在这里,你å¯ä»¥å®šä¹‰å¤–部命令,当Collectd达到一定阈值时,将å¯åŠ¨å‘½ä»¤ã€‚阀值将会作" +"为命令的标准输入。" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "在这里,你å¯ä»¥å®šä¹‰å„ç§ç›‘控iptables规则临界值。" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "主机" + +msgid "Hostname" +msgstr "主机å" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "获å–txtinfo输出的IP地å€æˆ–主机å" + +msgid "IRQ Plugin Configuration" +msgstr "IRQæ’件é…ç½®" + +msgid "Ignore source addresses" +msgstr "忽略æºåœ°å€" + +msgid "Incoming interface" +msgstr "入接å£" + +msgid "Interface Plugin Configuration" +msgstr "Interfaceæ’件é…ç½®" + +msgid "Interfaces" +msgstr "Interfaces" + +msgid "Interrupts" +msgstr "中断" + +msgid "Interval for pings" +msgstr "pingé—´éš™" + +msgid "Iptables Plugin Configuration" +msgstr "Iptablesæ’件é…ç½®" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "自动ä¿ç•™å¯¹æœªé€‰ä¸­æŽ¥å£çš„监控。" + +msgid "Listen host" +msgstr "监å¬ä¸»æœº" + +msgid "Listen port" +msgstr "监å¬ç«¯å£" + +msgid "Listener interfaces" +msgstr "监å¬æŽ¥å£" + +msgid "Load Plugin Configuration" +msgstr "Loadæ’件é…ç½®" + +msgid "Maximum allowed connections" +msgstr "最大å…许连接数" + +msgid "Memory" +msgstr "内存" + +msgid "Memory Plugin Configuration" +msgstr "内存æ’件é…ç½®" + +msgid "Monitor all except specified" +msgstr "监测所有(除特别注明外)" + +msgid "Monitor all local listen ports" +msgstr "监测所有本地监å¬ç«¯å£" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "监测设备" + +msgid "Monitor disks and partitions" +msgstr "监测ç£ç›˜å’Œåˆ†åŒº" + +msgid "Monitor filesystem types" +msgstr "监测文件系统类型" + +msgid "Monitor hosts" +msgstr "监测主机" + +msgid "Monitor interfaces" +msgstr "监测接å£" + +msgid "Monitor interrupts" +msgstr "监测中断" + +msgid "Monitor local ports" +msgstr "监测本地端å£" + +msgid "Monitor mount points" +msgstr "监测挂载点" + +msgid "Monitor processes" +msgstr "监测进程" + +msgid "Monitor remote ports" +msgstr "监测远程端å£" + +msgid "Name of the rule" +msgstr "规则å" + +msgid "Netlink" +msgstr "Netlink" + +msgid "Netlink Plugin Configuration" +msgstr "Netlinkæ’件é…ç½®" + +msgid "Network" +msgstr "Network" + +msgid "Network Plugin Configuration" +msgstr "Networkæ’件é…ç½®" + +msgid "Network plugins" +msgstr "Networkæ’件" + +msgid "Network protocol" +msgstr "Networkåè®®" + +msgid "Number of threads for data collection" +msgstr "收集程åºä½¿ç”¨çº¿ç¨‹æ•°" + +msgid "OLSRd" +msgstr "OLSRd" + +msgid "OLSRd Plugin Configuration" +msgstr "OLSRdæ’件é…ç½®" + +msgid "Only create average RRAs" +msgstr "仅创建平å‡RRAs" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "选项" + +msgid "Outgoing interface" +msgstr "出接å£" + +msgid "Output plugins" +msgstr "Outputæ’件" + +msgid "Ping" +msgstr "Ping" + +msgid "Ping Plugin Configuration" +msgstr "Pingæ’件é…ç½®" + +msgid "Port" +msgstr "端å£" + +msgid "Processes" +msgstr "进程" + +msgid "Processes Plugin Configuration" +msgstr "进程æ’件é…ç½®" + +msgid "Processes to monitor separated by space" +msgstr "过程监控,用空格隔开" + +msgid "Processor" +msgstr "处ç†å™¨" + +msgid "Qdisc monitoring" +msgstr "Qdisc监测" + +msgid "RRD XFiles Factor" +msgstr "RRD XFileså› å­" + +msgid "RRD heart beat interval" +msgstr "RRD心跳间隙" + +msgid "RRD step interval" +msgstr "RRD区间间隙" + +msgid "RRDTool" +msgstr "RRDTool" + +msgid "RRDTool Plugin Configuration" +msgstr "RRDToolæ’件é…ç½®" + +msgid "Rows per RRA" +msgstr "è¡Œ/RRA" + +msgid "Script" +msgstr "脚本" + +msgid "Seconds" +msgstr "秒" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "æœåŠ¡å™¨ä¸»æœº" + +msgid "Server port" +msgstr "æœåŠ¡å™¨ç«¯å£" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "整形类监控" + +msgid "Socket file" +msgstr "套接字文件" + +msgid "Socket group" +msgstr "套接字组" + +msgid "Socket permissions" +msgstr "套接字æƒé™" + +msgid "Source ip range" +msgstr "æºIP区间" + +msgid "Specifies what information to collect about links." +msgstr "收集指定链接相关信æ¯ã€‚" + +msgid "Specifies what information to collect about routes." +msgstr "收集指定路由相关信æ¯ã€‚" + +msgid "Specifies what information to collect about the global topology." +msgstr "收集指定拓扑相关信æ¯ã€‚" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "统计" + +msgid "Storage directory" +msgstr "存储目录" + +msgid "Storage directory for the csv files" +msgstr "csv存储目录" + +msgid "Store data values as rates instead of absolute values" +msgstr "存储数æ®å€¼å˜åŒ–é‡è€Œä¸æ˜¯ç»å¯¹å€¼" + +msgid "Stored timespans" +msgstr "存储时间跨度" + +msgid "System Load" +msgstr "系统加载" + +msgid "TCP Connections" +msgstr "TCP连接数" + +msgid "TCPConns Plugin Configuration" +msgstr "TCPConnsæ’件é…ç½®" + +msgid "TTL for network packets" +msgstr "网络包TTL" + +msgid "TTL for ping packets" +msgstr "ping包TTL" + +msgid "Table" +msgstr "表" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "NUTæ’件读å–UPSä¿¡æ¯ã€‚" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "OLSRdæ’件通过txtinfo获å–meshed网络信æ¯ã€‚" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "conntrackæ’件获å–连接数信æ¯ã€‚" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "cpuæ’件获å–处ç†å™¨ç›¸å…³ä¿¡æ¯ã€‚" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "csvæ’件用于存储数æ®ï¼Œä»¥æ–¹ä¾¿å…¶ä»–程åºå¤„ç†æ•°æ®ã€‚" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "dfæ’件收集ç£ç›˜ç©ºé—´ä½¿ç”¨æƒ…况,挂载点åŠæ–‡ä»¶ç³»ç»Ÿç›¸å…³ä¿¡æ¯ã€‚" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "diskæ’件收集ç£ç›˜åˆ†åŒºä½¿ç”¨æƒ…况åŠç›¸å…³ä¿¡æ¯ã€‚" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "dnsæ’件收集dnsæ•°æ®æµç›¸å…³ä¿¡æ¯ã€‚" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" +"邮件æ’件创建一个unix套接字用于为Collectd守护进程å‘é€ç»Ÿè®¡ä¿¡æ¯åˆ°ç”µå­é‚®ä»¶ç³»ç»Ÿã€‚" +"这个æ’件主è¦ç›®çš„是结åˆä½¿ç”¨Mail::SpamAssasin::Pulgin::Collectd,但å¯ä»¥ç”¨åœ¨å…¶ä»–" +"æ–¹é¢ã€‚" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" +"execæ’件,用于当æŸäº›ç›‘控值已到达阈值时,å¯åŠ¨å¤–部命令读值或通知外部程åºã€‚" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "Interfaceæ’件,用于收集选定接å£çš„æ•°æ®åŒ…的统计信æ¯ã€‚" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "iptablesæ’件,将监测选定防ç«å¢™è§„则和收集关于æ¯ä¸ªè§„则处ç†çš„æ•°æ®åŒ…ä¿¡æ¯ã€‚" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" +"irqæ’件,用于监控选定中断的æ¯ç§’钟产生的中断数。如果没有中断被选中,则表示对所" +"有中断进行监测。" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "iwinfoæ’件,收集无线信å·å¼ºåº¦ã€å™ªå£°å’Œè´¨é‡çš„统计信æ¯ã€‚" + +msgid "The load plugin collects statistics about the general system load." +msgstr "loadæ’件,收集常规系统加载统计信æ¯ã€‚" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "memoryæ’件,收集关于内存使用情况的统计信æ¯ã€‚" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "netlinkæ’件,收集为选定接å£qdisc-ã€class-å’Œfilter- 的扩展数æ®ã€‚" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" +"networkæ’件,æ供了基于网络的ä¸åŒCollectd实例。Collectdå¯ä»¥å·¥ä½œåœ¨å®¢æˆ·ç«¯å’ŒæœåŠ¡" +"器两个模å¼ã€‚在客户端模å¼ä¸‹æ”¶é›†æœ¬åœ°ä¿¡æ¯ï¼Œç„¶åŽè½¬ç§»åˆ°ä¸€ä¸ªCollectdæœåŠ¡å™¨å®žä¾‹ä¸­,在" +"æœåŠ¡å™¨æ¨¡å¼å°†ä»Žå…¶ä»–主机收集信æ¯ã€‚" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "pingæ’件,将å‘é€icmp echo replies到选定主机æ¥æµ‹é‡æ¯å°ä¸»æœºçš„å“应时间。" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "processesæ’件,收集选定进程的cpu时间ã€é¡µé¢é”™è¯¯å’Œå†…存使用信æ¯ã€‚" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" +"rrdtoolæ’件,将收集数æ®ä»¥å›¾è¡¨çš„å½¢å¼å‚¨å­˜åœ¨RRDæ•°æ®åº“文件中。

警告:错误的å‚数设置,将导致éžå¸¸é«˜çš„临时内存消耗。这å¯èƒ½ä¼šä½¿è®¾å¤‡æ— æ³•" +"使用ï¼" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "tcpconnsæ’件,收集选定端å£TCP连接信æ¯ã€‚" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "unixsockæ’件,创建一个unix套接字å¯ç”¨äºŽè¯»å–Collectd实例的收集信æ¯ã€‚" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "定义Collectd将监å¬å“ªä¸ªæŽ¥å£æ¥ä¼ å…¥è¿žæŽ¥æ”¶é›†æ•°æ®ã€‚" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "定义本地收集数æ®è¢«å‘é€åˆ°å“ªå°CollectedæœåŠ¡å™¨ã€‚" + +msgid "Try to lookup fully qualified hostname" +msgstr "å°è¯•è§£æžä¸»æœºå…¨åŸŸå" + +msgid "UPS" +msgstr "UPS" + +msgid "UPS Plugin Configuration" +msgstr "UPSæ’件é…ç½®" + +msgid "UPS name in NUT ups@host format" +msgstr "UPSå使用NUT(Network UPS Tools)格å¼ï¼šups@host" + +msgid "UnixSock" +msgstr "UnixSock" + +msgid "Unixsock Plugin Configuration" +msgstr "Unixsockæ’件é…ç½®" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "正在使用的PID文件" + +msgid "User" +msgstr "用户" + +msgid "Verbose monitoring" +msgstr "详细监测" + +msgid "Wireless" +msgstr "无线" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "无线iwinfoæ’件é…ç½®" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "例如:br-ff" + +msgid "e.g. br-lan" +msgstr "例如:br-lan" + +msgid "e.g. reject-with tcp-reset" +msgstr "例如:eject-with tcp-reset" + +msgid "max. 16 chars" +msgstr "最长16个字符" + +msgid "reduces rrd size" +msgstr "å‡å°‘rrd大å°" + +msgid "seconds; multiple separated by space" +msgstr "秒数;多个使用空格分隔" + +msgid "server interfaces" +msgstr "æœåŠ¡å™¨æŽ¥å£" + +#~ msgid "Collectd" +#~ msgstr "Collectd" + +#~ msgid "System plugins" +#~ msgstr "系统æ’件" + +#~ msgid "" +#~ "The statistics package is based on Collectd and uses RRD Tool to render diagram images from collected data." +#~ msgstr "" +#~ "统计软件包是基于Collectd," +#~ "并使用RRD工具æ¥æ¸²æŸ“图表,用" +#~ "于收集数æ®ã€‚" + +#~ msgid "group name" +#~ msgstr "群å称" diff --git a/applications/luci-app-statistics/po/zh-tw/rrdtool.po b/applications/luci-app-statistics/po/zh-tw/rrdtool.po new file mode 100644 index 0000000..9245260 --- /dev/null +++ b/applications/luci-app-statistics/po/zh-tw/rrdtool.po @@ -0,0 +1,355 @@ +# rrdtool.pot +# generated from ./applications/luci-statistics/luasrc/i18n/rrdtool.en.lua +msgid "" +msgstr "" +"Content-Type: text/plain; charset=ASCII\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +#. %H: Wireless - Signal Noise Ratio +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:1 +msgid "stat_dg_title_wireless__signal_noise" +msgstr "" + +#. dBm +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:2 +msgid "stat_dg_label_wireless__signal_noise" +msgstr "" + +#. Noise Level +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:3 +msgid "stat_ds_signal_noise" +msgstr "" + +#. Signal Strength +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:4 +msgid "stat_ds_signal_power" +msgstr "" + +#. %H: Wireless - Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:5 +msgid "stat_dg_title_wireless__signal_quality" +msgstr "" + +#. n +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:6 +msgid "stat_dg_label_wireless__signal_quality" +msgstr "" + +#. Signal Quality +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:7 +msgid "stat_ds_signal_quality" +msgstr "" + +#. %H: ICMP Roundtrip Times +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:8 +msgid "stat_dg_title_ping" +msgstr "" + +#. ms +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:9 +msgid "stat_dg_label_ping" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:10 +msgid "stat_ds_ping" +msgstr "" + +#. %H: Firewall - Processed Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:11 +msgid "stat_dg_title_iptables__ipt_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:12 +msgid "stat_dg_label_iptables__ipt_packets" +msgstr "" + +#. Chain \"%di\" +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:13 +msgid "stat_ds_ipt_packets" +msgstr "" + +#. %H: Netlink - Transfer on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:14 +msgid "stat_dg_title_netlink__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:15 +msgid "stat_dg_label_netlink__if_octets" +msgstr "" + +#. Bytes (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:16 +msgid "stat_ds_if_octets" +msgstr "" + +#. %H: Netlink - Packets on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:17 +msgid "stat_dg_title_netlink__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:18 +msgid "stat_dg_label_netlink__if_packets" +msgstr "" + +#. Processed (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:19 +msgid "stat_ds_if_packets" +msgstr "" + +#. Dropped (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:20 +msgid "stat_ds_if_dropped" +msgstr "" + +#. Errors (%ds) +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:21 +msgid "stat_ds_if_errors" +msgstr "" + +#. %H: Netlink - Multicast on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:22 +msgid "stat_dg_title_netlink__if_multicast" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:23 +msgid "stat_dg_label_netlink__if_multicast" +msgstr "" + +#. Packets +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:24 +msgid "stat_ds_if_multicast" +msgstr "" + +#. %H: Netlink - Collisions on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:25 +msgid "stat_dg_title_netlink__if_collisions" +msgstr "" + +#. Collisions/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:26 +msgid "stat_dg_label_netlink__if_collisions" +msgstr "" + +#. Collisions +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:27 +msgid "stat_ds_if_collisions" +msgstr "" + +#. %H: Netlink - Errors on %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:28 +msgid "stat_dg_title_netlink__if_tx_errors" +msgstr "" + +#. Errors/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:29 +msgid "stat_dg_label_netlink__if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:30 +msgid "stat_ds_if_tx_errors" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:31 +msgid "stat_ds_if_rx_errors" +msgstr "" + +#. %H: Processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:32 +msgid "stat_dg_title_processes" +msgstr "" + +#. Processes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:33 +msgid "stat_dg_label_processes" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:34 +msgid "stat_ds_ps_state" +msgstr "" + +#. %H: Process %pi - used cpu time +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:35 +msgid "stat_dg_title_processes__ps_cputime" +msgstr "" + +#. Jiffies +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:36 +msgid "stat_dg_label_processes__ps_cputime" +msgstr "" + +#. system +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:37 +msgid "stat_ds_ps_cputime__syst" +msgstr "" + +#. user +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:38 +msgid "stat_ds_ps_cputime__user" +msgstr "" + +#. %H: Process %pi - threads and processes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:39 +msgid "stat_dg_title_processes__ps_count" +msgstr "" + +#. Count +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:40 +msgid "stat_dg_label_processes__ps_count" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:41 +msgid "stat_ds_ps_count" +msgstr "" + +#. %H: Process %pi - page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:42 +msgid "stat_dg_title_processes__ps_pagefaults" +msgstr "" + +#. Pagefaults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:43 +msgid "stat_dg_label_processes__ps_pagefaults" +msgstr "" + +#. page faults +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:44 +msgid "stat_ds_ps_pagefaults" +msgstr "" + +#. %H: Process %pi - virtual memory size +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:45 +msgid "stat_dg_title_processes__ps_rss" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:46 +msgid "stat_dg_label_processes__ps_rss" +msgstr "" + +#. virtual memory +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:47 +msgid "stat_ds_ps_rss" +msgstr "" + +#. %H: Usage on Processor #%pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:48 +msgid "stat_dg_title_cpu" +msgstr "" + +#. % +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:49 +msgid "stat_dg_label_cpu" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:50 +msgid "stat_ds_cpu" +msgstr "" + +#. %H: Transfer on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:51 +msgid "stat_dg_title_interface__if_octets" +msgstr "" + +#. Bytes/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:52 +msgid "stat_dg_label_interface__if_octets" +msgstr "" + +#. %H: Packets on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:53 +msgid "stat_dg_title_interface__if_packets" +msgstr "" + +#. Packets/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:54 +msgid "stat_dg_label_interface__if_packets" +msgstr "" + +#. %H: TCP-Connections to Port %pi +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:55 +msgid "stat_dg_title_tcpconns" +msgstr "" + +#. Connections/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:56 +msgid "stat_dg_label_tcpconns" +msgstr "" + +#. %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:57 +msgid "stat_ds_tcp_connections" +msgstr "" + +#. %H: Disk Space Usage on %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:58 +msgid "stat_dg_title_df" +msgstr "" + +#. Bytes +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:59 +msgid "stat_dg_label_df" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:60 +msgid "stat_ds_df__free" +msgstr "" + +#. %ds +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:61 +msgid "stat_ds_df__used" +msgstr "" + +#. %H: Interrupts +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:62 +msgid "stat_dg_title_irq" +msgstr "" + +#. Issues/s +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:63 +msgid "stat_dg_label_irq" +msgstr "" + +#. IRQ %di +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:64 +msgid "stat_ds_irq" +msgstr "" + +#. %H: System Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:65 +msgid "stat_dg_title_load" +msgstr "" + +#. Load +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:66 +msgid "stat_dg_label_load" +msgstr "" + +#. 1 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:67 +msgid "stat_ds_load__shortterm" +msgstr "" + +#. 5 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:68 +msgid "stat_ds_load__midterm" +msgstr "" + +#. 15 min +#: applications/luci-statistics/luasrc/i18n/rrdtool.en.lua:69 +msgid "stat_ds_load__longterm" +msgstr "" diff --git a/applications/luci-app-statistics/po/zh-tw/statistics.po b/applications/luci-app-statistics/po/zh-tw/statistics.po new file mode 100644 index 0000000..367f567 --- /dev/null +++ b/applications/luci-app-statistics/po/zh-tw/statistics.po @@ -0,0 +1,671 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Action (target)" +msgstr "" + +msgid "Add command for reading values" +msgstr "" + +msgid "Add matching rule" +msgstr "" + +msgid "Add multiple hosts separated by space." +msgstr "" + +msgid "Add notification command" +msgstr "" + +msgid "Aggregate number of connected users" +msgstr "" + +msgid "Base Directory" +msgstr "" + +msgid "Basic monitoring" +msgstr "" + +msgid "CPU Plugin Configuration" +msgstr "" + +msgid "CSV Output" +msgstr "" + +msgid "CSV Plugin Configuration" +msgstr "" + +msgid "Cache collected data for" +msgstr "" + +msgid "Cache flush interval" +msgstr "" + +msgid "Chain" +msgstr "" + +msgid "CollectLinks" +msgstr "" + +msgid "CollectRoutes" +msgstr "" + +msgid "CollectTopology" +msgstr "" + +msgid "Collectd Settings" +msgstr "" + +msgid "" +"Collectd is a small daemon for collecting data from various sources through " +"different plugins. On this page you can change general settings for the " +"collectd daemon." +msgstr "" + +msgid "Conntrack" +msgstr "" + +msgid "Conntrack Plugin Configuration" +msgstr "" + +msgid "DF Plugin Configuration" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "DNS Plugin Configuration" +msgstr "" + +msgid "Data collection interval" +msgstr "" + +msgid "Datasets definition file" +msgstr "" + +msgid "Destination ip range" +msgstr "" + +msgid "Directory for collectd plugins" +msgstr "" + +msgid "Directory for sub-configurations" +msgstr "" + +msgid "Disk Plugin Configuration" +msgstr "" + +msgid "Disk Space Usage" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Display Host »" +msgstr "" + +msgid "Display timespan »" +msgstr "" + +msgid "E-Mail Plugin Configuration" +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Enable this plugin" +msgstr "" + +msgid "Entropy" +msgstr "" + +msgid "Entropy Plugin Configuration" +msgstr "" + +msgid "Exec" +msgstr "" + +msgid "Exec Plugin Configuration" +msgstr "" + +msgid "Filter class monitoring" +msgstr "" + +msgid "Firewall" +msgstr "" + +msgid "Flush cache after" +msgstr "" + +msgid "Forwarding between listen and server addresses" +msgstr "" + +msgid "Gather compression statistics" +msgstr "" + +msgid "General plugins" +msgstr "" + +msgid "Generate a separate graph for each logged user" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd in " +"order to read certain values. The values will be read from stdout." +msgstr "" + +msgid "" +"Here you can define external commands which will be started by collectd when " +"certain threshold values have been reached. The values leading to invokation " +"will be feeded to the the called programs stdin." +msgstr "" + +msgid "" +"Here you can define various criteria by which the monitored iptables rules " +"are selected." +msgstr "" + +msgid "Hold Ctrl to select multiple items or to deselect entries." +msgstr "" + +msgid "Host" +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "IP or hostname where to get the txtinfo output from" +msgstr "" + +msgid "IRQ Plugin Configuration" +msgstr "" + +msgid "Ignore source addresses" +msgstr "" + +msgid "Incoming interface" +msgstr "" + +msgid "Interface Plugin Configuration" +msgstr "" + +msgid "Interfaces" +msgstr "" + +msgid "Interrupts" +msgstr "" + +msgid "Interval for pings" +msgstr "" + +msgid "Iptables Plugin Configuration" +msgstr "" + +msgid "Leave unselected to automatically determine interfaces to monitor." +msgstr "" + +msgid "Listen host" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Listener interfaces" +msgstr "" + +msgid "Load Plugin Configuration" +msgstr "" + +msgid "Maximum allowed connections" +msgstr "" + +msgid "Memory" +msgstr "" + +msgid "Memory Plugin Configuration" +msgstr "" + +msgid "Monitor all except specified" +msgstr "" + +msgid "Monitor all local listen ports" +msgstr "" + +msgid "Monitor all sensors" +msgstr "" + +msgid "Monitor devices" +msgstr "" + +msgid "Monitor disks and partitions" +msgstr "" + +msgid "Monitor filesystem types" +msgstr "" + +msgid "Monitor hosts" +msgstr "" + +msgid "Monitor interfaces" +msgstr "" + +msgid "Monitor interrupts" +msgstr "" + +msgid "Monitor local ports" +msgstr "" + +msgid "Monitor mount points" +msgstr "" + +msgid "Monitor processes" +msgstr "" + +msgid "Monitor remote ports" +msgstr "" + +msgid "Name of the rule" +msgstr "" + +msgid "Netlink" +msgstr "" + +msgid "Netlink Plugin Configuration" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Plugin Configuration" +msgstr "" + +msgid "Network plugins" +msgstr "" + +msgid "Network protocol" +msgstr "" + +msgid "Number of threads for data collection" +msgstr "" + +msgid "OLSRd" +msgstr "" + +msgid "OLSRd Plugin Configuration" +msgstr "" + +msgid "Only create average RRAs" +msgstr "" + +msgid "OpenVPN" +msgstr "" + +msgid "OpenVPN Plugin Configuration" +msgstr "" + +msgid "OpenVPN status files" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Outgoing interface" +msgstr "" + +msgid "Output plugins" +msgstr "" + +msgid "Ping" +msgstr "" + +msgid "Ping Plugin Configuration" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Processes" +msgstr "" + +msgid "Processes Plugin Configuration" +msgstr "" + +msgid "Processes to monitor separated by space" +msgstr "" + +msgid "Processor" +msgstr "" + +msgid "Qdisc monitoring" +msgstr "" + +msgid "RRD XFiles Factor" +msgstr "" + +msgid "RRD heart beat interval" +msgstr "" + +msgid "RRD step interval" +msgstr "" + +msgid "RRDTool" +msgstr "" + +msgid "RRDTool Plugin Configuration" +msgstr "" + +msgid "Rows per RRA" +msgstr "" + +msgid "Script" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Sensor list" +msgstr "" + +msgid "Sensors" +msgstr "" + +msgid "Sensors Plugin Configuration" +msgstr "" + +msgid "Server host" +msgstr "" + +msgid "Server port" +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Shaping class monitoring" +msgstr "" + +msgid "Socket file" +msgstr "" + +msgid "Socket group" +msgstr "" + +msgid "Socket permissions" +msgstr "" + +msgid "Source ip range" +msgstr "" + +msgid "Specifies what information to collect about links." +msgstr "" + +msgid "Specifies what information to collect about routes." +msgstr "" + +msgid "Specifies what information to collect about the global topology." +msgstr "" + +msgid "Splash Leases" +msgstr "" + +msgid "Splash Leases Plugin Configuration" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Storage directory" +msgstr "" + +msgid "Storage directory for the csv files" +msgstr "" + +msgid "Store data values as rates instead of absolute values" +msgstr "" + +msgid "Stored timespans" +msgstr "" + +msgid "System Load" +msgstr "" + +msgid "TCP Connections" +msgstr "" + +msgid "TCPConns Plugin Configuration" +msgstr "" + +msgid "TTL for network packets" +msgstr "" + +msgid "TTL for ping packets" +msgstr "" + +msgid "Table" +msgstr "" + +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + +msgid "" +"The OLSRd plugin reads information about meshed networks from the txtinfo " +"plugin of OLSRd." +msgstr "" + +msgid "" +"The OpenVPN plugin gathers information about the current vpn connection " +"status." +msgstr "" + +msgid "" +"The conntrack plugin collects statistics about the number of tracked " +"connections." +msgstr "" + +msgid "The cpu plugin collects basic statistics about the processor usage." +msgstr "" + +msgid "" +"The csv plugin stores collected data in csv file format for further " +"processing by external programs." +msgstr "" + +msgid "" +"The df plugin collects statistics about the disk space usage on different " +"devices, mount points or filesystem types." +msgstr "" + +msgid "" +"The disk plugin collects detailled usage statistics for selected partitions " +"or whole disks." +msgstr "" + +msgid "" +"The dns plugin collects detailled statistics about dns related traffic on " +"selected interfaces." +msgstr "" + +msgid "" +"The email plugin creates a unix socket which can be used to transmit email-" +"statistics to a running collectd daemon. This plugin is primarily intended " +"to be used in conjunction with Mail::SpamAssasin::Plugin::Collectd but can " +"be used in other ways as well." +msgstr "" + +msgid "The entropy plugin collects statistics about the available entropy." +msgstr "" + +msgid "" +"The exec plugin starts external commands to read values from or to notify " +"external processes when certain threshold values have been reached." +msgstr "" + +msgid "" +"The interface plugin collects traffic statistics on selected interfaces." +msgstr "" + +msgid "" +"The iptables plugin will monitor selected firewall rules and collect " +"informations about processed bytes and packets per rule." +msgstr "" + +msgid "" +"The irq plugin will monitor the rate of issues per second for each selected " +"interrupt. If no interrupt is selected then all interrupts are monitored." +msgstr "" + +msgid "" +"The iwinfo plugin collects statistics about wireless signal strength, noise " +"and quality." +msgstr "" + +msgid "The load plugin collects statistics about the general system load." +msgstr "" + +msgid "The memory plugin collects statistics about the memory usage." +msgstr "" + +msgid "" +"The netlink plugin collects extended informations like qdisc-, class- and " +"filter-statistics for selected interfaces." +msgstr "" + +msgid "" +"The network plugin provides network based communication between different " +"collectd instances. Collectd can operate both in client and server mode. In " +"client mode locally collected data is transferred to a collectd server " +"instance, in server mode the local instance receives data from other hosts." +msgstr "" + +msgid "" +"The ping plugin will send icmp echo replies to selected hosts and measure " +"the roundtrip time for each host." +msgstr "" + +msgid "" +"The processes plugin collects informations like cpu time, page faults and " +"memory usage of selected processes." +msgstr "" + +msgid "" +"The rrdtool plugin stores the collected data in rrd database files, the " +"foundation of the diagrams.

Warning: Setting the wrong " +"values will result in a very high memory consumption in the temporary " +"directory. This can render the device unusable!" +msgstr "" + +msgid "" +"The sensors plugin uses the Linux Sensors framework to gather environmental " +"statistics." +msgstr "" + +msgid "" +"The splash leases plugin uses libuci to collect statistics about splash " +"leases." +msgstr "" + +msgid "" +"The statistics package uses Collectd " +"to gather data and RRDtool to " +"render diagram images." +msgstr "" + +msgid "" +"The tcpconns plugin collects informations about open tcp connections on " +"selected ports." +msgstr "" + +msgid "" +"The unixsock plugin creates a unix socket which can be used to read " +"collected data from a running collectd instance." +msgstr "" + +msgid "The uptime plugin collects statistics about the uptime of the system." +msgstr "" + +msgid "" +"This section defines on which interfaces collectd will wait for incoming " +"connections." +msgstr "" + +msgid "" +"This section defines to which servers the locally collected data is sent to." +msgstr "" + +msgid "Try to lookup fully qualified hostname" +msgstr "" + +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + +msgid "UnixSock" +msgstr "" + +msgid "Unixsock Plugin Configuration" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Uptime Plugin Configuration" +msgstr "" + +msgid "Use improved naming schema" +msgstr "" + +msgid "Used PID file" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Verbose monitoring" +msgstr "" + +msgid "Wireless" +msgstr "" + +msgid "Wireless iwinfo Plugin Configuration" +msgstr "" + +msgid "" +"You can install additional collectd-mod-* plugins to enable more statistics." +msgstr "" + +msgid "e.g. br-ff" +msgstr "" + +msgid "e.g. br-lan" +msgstr "" + +msgid "e.g. reject-with tcp-reset" +msgstr "" + +msgid "max. 16 chars" +msgstr "" + +msgid "reduces rrd size" +msgstr "" + +msgid "seconds; multiple separated by space" +msgstr "" + +msgid "server interfaces" +msgstr "" diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics new file mode 100644 index 0000000..de16f29 --- /dev/null +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -0,0 +1,156 @@ +# general settings + +config statistics 'collectd' + option BaseDir '/var/run/collectd' + option Include '/etc/collectd/conf.d' + option PIDFile '/var/run/collectd.pid' + option PluginDir '/usr/lib/collectd' + option TypesDB '/usr/share/collectd/types.db' + option Interval '30' + option ReadThreads '2' + +config statistics 'rrdtool' + option default_timespan '1hour' + option image_width '600' + option image_path '/tmp/rrdimg' + +# output plugins + +config statistics 'collectd_rrdtool' + option enable '1' + option DataDir '/tmp/rrd' + option RRARows '100' + option RRASingle '1' + option RRATimespans '1hour 1day 1week 1month 1year' + +config statistics 'collectd_csv' + option enable '0' + option StoreRates '0' + option DataDir '/tmp' + +config statistics 'collectd_email' + option enable '0' + option SocketFile '/var/run/collectd/email.sock' + option SocketGroup 'nogroup' + +config statistics 'collectd_logfile' + option enable '0' + option LogLevel 'notice' + option File '/var/log/collectd.log' + option Timestamp '1' + +config statistics 'collectd_network' + option enable '0' + +config statistics 'collectd_unixsock' + option enable '0' + option SocketFile '/var/run/collectd/query.sock' + option SocketGroup 'nogroup' + +# input plugins + +config statistics 'collectd_conntrack' + option enable '0' + +config statistics 'collectd_cpu' + option enable '0' + +config statistics 'collectd_df' + option enable '0' + option Devices '/dev/mtdblock/4' + option MountPoints '/jffs' + option FSTypes 'tmpfs' + option IgnoreSelected '0' + +config statistics 'collectd_disk' + option enable '0' + option Disks 'hda1 hdb' + option IgnoreSelected '0' + +config statistics 'collectd_dns' + option enable '0' + option Interfaces 'br-lan' + option IgnoreSources '127.0.0.1' + +config statistics 'collectd_entropy' + option enable '0' + +config statistics 'collectd_exec' + option enable '0' + +config statistics 'collectd_interface' + option enable '1' + option Interfaces 'br-lan' + option IgnoreSelected '0' + +config statistics 'collectd_iptables' + option enable '0' + +config collectd_iptables_match + option table 'nat' + option chain 'luci_fw_postrouting' + option target 'MASQUERADE' + option source '192.168.1.0/24' + option outputif 'br-ff' + option name 'LAN-Clients traffic' + +config collectd_iptables_match + option chain 'luci_fw_postrouting' + option table 'nat' + option target 'MASQUERADE' + option source '10.61.230.0/24' + option outputif 'br-ff' + option name 'WLAN-Clients traffic' + +config statistics 'collectd_irq' + option enable '0' + option Irqs '2 3 4 7' + +config statistics 'collectd_iwinfo' + option enable '1' + +config statistics 'collectd_load' + option enable '1' + +config statistics 'collectd_memory' + option enable '0' + +config statistics 'collectd_netlink' + option enable '0' + option IgnoreSelected '0' + option VerboseInterfaces 'br-lan' + option QDiscs 'br-lan' + +config statistics 'collectd_nut' + option enable '0' + option UPS 'myupsname' + +config statistics 'collectd_olsrd' + option enable '0' + option Port '2006' + option Host '127.0.0.1' + +config statistics 'collectd_ping' + option enable '0' + option TTL '127' + option Interval '30' + option Hosts '127.0.0.1' + +config statistics 'collectd_processes' + option enable '0' + option Processes 'uhttpd dnsmasq dropbear' + +config statistics 'collectd_sensors' + option enable '0' + +config statistics 'collectd_splash_leases' + option enable '0' + +config statistics 'collectd_tcpconns' + option enable '0' + option ListeningPorts '0' + option LocalPorts '22 80' + +config statistics 'collectd_uptime' + option enable '0' + diff --git a/applications/luci-app-statistics/root/etc/init.d/luci_statistics b/applications/luci-app-statistics/root/etc/init.d/luci_statistics new file mode 100755 index 0000000..ab75b69 --- /dev/null +++ b/applications/luci-app-statistics/root/etc/init.d/luci_statistics @@ -0,0 +1,25 @@ +#!/bin/sh /etc/rc.common +START=79 + +start() { + ### replace shipped config with symlink + mkdir -p /var/etc + if [ ! -L /etc/collectd.conf ]; then + test -f /etc/collectd.conf && mv /etc/collectd.conf /etc/collectd.conf.bak + ln -s /var/etc/collectd.conf /etc/collectd.conf + fi + + ### create config + /usr/bin/stat-genconfig > /var/etc/collectd.conf + + ### workaround broken permissions on /tmp + chmod 1777 /tmp +} + +restart() { + ### regenerate config / prepare environment + start + + ### restart collectd + /etc/init.d/collectd restart +} diff --git a/applications/luci-app-statistics/root/etc/uci-defaults/luci-statistics b/applications/luci-app-statistics/root/etc/uci-defaults/luci-statistics new file mode 100755 index 0000000..28e3529 --- /dev/null +++ b/applications/luci-app-statistics/root/etc/uci-defaults/luci-statistics @@ -0,0 +1,16 @@ +#!/bin/sh + +# register commit handler +uci -q batch <<-EOF >/dev/null + delete ucitrack.@luci_statistics[-1] + add ucitrack luci_statistics + set ucitrack.@luci_statistics[-1].init=luci_statistics + commit ucitrack +EOF + +# symlink for busybox httpd +[ -x /usr/sbin/httpd ] && [ ! -h /www/rrdimg ] && \ + ln -s /tmp/rrdimg /www/rrdimg + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-statistics/root/usr/bin/stat-genconfig b/applications/luci-app-statistics/root/usr/bin/stat-genconfig new file mode 100755 index 0000000..49d8a09 --- /dev/null +++ b/applications/luci-app-statistics/root/usr/bin/stat-genconfig @@ -0,0 +1,456 @@ +#!/usr/bin/lua + +--[[ + +Luci statistics - collectd configuration generator +(c) 2008 Freifunk Leipzig / Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +]]-- + + +require("luci.model.uci") +require("luci.sys.iptparser") +require("luci.util") + +local ipt = luci.sys.iptparser.IptParser() +local uci = luci.model.uci.cursor() +local sections = uci:get_all( "luci_statistics" ) + + +function print(...) + nixio.stdout:write(...) + nixio.stdout:write("\n") +end + +function section( plugin ) + + local config = sections[ "collectd_" .. plugin ] or sections["collectd"] + + if type(config) == "table" and ( plugin == "collectd" or config.enable == "1" ) then + + local params = "" + + if type( plugins[plugin] ) == "function" then + params = plugins[plugin]( config ) + else + params = config_generic( config, plugins[plugin][1], plugins[plugin][2], plugins[plugin][3], plugin == "collectd" ) + end + + + if plugin ~= "collectd" then + print( "LoadPlugin " .. plugin ) + + if params:len() > 0 then + print( "\n" .. params .. "\n" ) + else + print( "" ) + end + else + print( params .. "\n" ) + end + end +end + +function config_generic( c, singles, bools, lists, nopad ) + local str = "" + + if type(c) == "table" then + + if type(singles) == "table" then + for i, key in ipairs( singles ) do + if preprocess[key] then + c[key] = preprocess[key](c[key]) + end + + str = str .. _string( c[key], key, nopad ) + end + end + + if type(bools) == "table" then + for i, key in ipairs( bools ) do + if preprocess[key] then + c[key] = preprocess[key](c[key]) + end + + str = str .. _bool( c[key], key, nopad ) + end + end + + if type(lists) == "table" then + str = str .. _list_expand( c, lists, nopad ) + end + end + + return str +end + +function config_exec( c ) + local str = "" + + for s in pairs(sections) do + for key, type in pairs({ Exec="collectd_exec_input", NotificationExec="collectd_exec_notify" }) do + if sections[s][".type"] == type then + + cmd = sections[s].cmdline + + if cmd then + cmd = cmd:gsub("^%s+", ""):gsub("%s+$", "") + user = sections[s].cmduser or "nobody" + group = sections[s].cmdgroup + + str = str .. "\t" .. key .. ' "' .. + user .. ( group and ":" .. group or "" ) .. '" "' .. + cmd:gsub('%s+', '" "') .. '"\n' + end + end + end + end + + return str +end + +function config_iptables( c ) + local str = "" + + for s in pairs(sections) do + if sections[s][".type"] == "collectd_iptables_match" then + + search = { } + + for i, k in ipairs( { + "table", "chain", "target", "protocol", "source", "destination", + "inputif", "outputif", "options" + } ) do + v = sections[s][k] + + if type(v) == "string" then + if k == "options" then v = luci.util.split( v, "%s+", nil, true ) end + search[k] = v + end + end + + for i, rule in ipairs( ipt:find( search ) ) do + + name = sections[s].name:gsub( "%s+", "_" ) + if i > 1 then name = name .. "_(" .. i .. ")" end + + str = str .. "\tChain " .. rule.table .. " " .. rule.chain .. " " .. rule.index .. ' "' .. name .. "\"\n" + end + end + end + + return str +end + +function config_network( c ) + local str = "" + + for s in pairs(sections) do + for key, type in pairs({ Listen="collectd_network_listen", Server="collectd_network_server" }) do + if sections[s][".type"] == type then + + host = sections[s].host + port = sections[s].port + + if host then + if port then + str = str .. "\t" .. key .. " \"" .. host .. "\" \"" .. port .. "\"\n" + else + str = str .. "\t" .. key .. " \"" .. host .. "\"\n" + end + end + end + end + end + + return str .. _string( c["TimeToLive"], "TimeToLive" ) + .. _string( c["CacheFlush"], "CacheFlush" ) + .. _bool( c["Forward"], "Forward" ) +end + + +function _list_expand( c, l, nopad ) + local str = "" + + for i, n in ipairs(l) do + if c[n] then + if preprocess[n] then + c[n] = preprocess[n](c[n]) + end + + if n:find("(%w+)ses") then + k = n:gsub("(%w+)ses$", "%1s") + else + k = n:gsub("(%w+)s$", "%1") + end + + str = str .. _expand( c[n], k, nopad ) + end + end + + return str +end + +function _expand( s, n, nopad ) + local str = "" + + if type(s) == "string" then + for i, v in ipairs( luci.util.split( s, "%s+", nil, true ) ) do + str = str .. _string( v, n, nopad ) + end + elseif type(s) == "table" then + for i, v in ipairs(s) do + str = str .. _string( v, n, nopad ) + end + end + + return str +end + +function _bool( s, n, nopad ) + + local str = "" + local pad = "" + if not nopad then pad = "\t" end + + if s and s == "1" then + str = pad .. n .. " true" + else + str = pad .. n .. " false" + end + + return str .. "\n" +end + +function _string( s, n, nopad ) + + local str = "" + local pad = "" + if not nopad then pad = "\t" end + + if s then + if s:find("[^%d]") or n == "Port" then + if not s:find("[^%w]") and n ~= "Port" then + str = pad .. n .. " " .. luci.util.trim(s) + else + str = pad .. n .. ' "' .. luci.util.trim(s) .. '"' + end + else + str = pad .. n .. " " .. luci.util.trim(s) + end + + str = str .. "\n" + end + + return str +end + + +plugins = { + collectd = { + { "BaseDir", "Include", "PIDFile", "PluginDir", "TypesDB", "Interval", "ReadThreads", "Hostname" }, + { }, + { } + }, + + conntrack = { + { }, + { }, + { } + }, + + cpu = { + { }, + { }, + { } + }, + + csv = { + { "DataDir" }, + { "StoreRates" }, + { } + }, + + df = { + { }, + { "IgnoreSelected" }, + { "Devices", "MountPoints", "FSTypes" } + }, + + disk = { + { }, + { "IgnoreSelected" }, + { "Disks" } + }, + + dns = { + { }, + { }, + { "Interfaces", "IgnoreSources" } + }, + + email = { + { "SocketFile", "SocketGroup", "SocketPerms", "MaxConns" }, + { }, + { } + }, + + entropy = { + { }, + { }, + { } + }, + + exec = config_exec, + + interface = { + { }, + { "IgnoreSelected" }, + { "Interfaces" } + }, + + iptables = config_iptables, + + irq = { + { }, + { "IgnoreSelected" }, + { "Irqs" } + }, + + iwinfo = { + { }, + { "IgnoreSelected" }, + { "Interfaces" } + }, + + load = { + { }, + { }, + { } + }, + + logfile = { + { "LogLevel", "File" }, + { "Timestamp" }, + { } + }, + + madwifi = { + { "WatchSet" }, + { }, + { "Interfaces", "WatchAdds" } + }, + + memory = { + { }, + { }, + { } + }, + + netlink = { + { }, + { "IgnoreSelected" }, + { "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" } + }, + + network = config_network, + + nut = { + { "UPS" }, + { }, + { } + }, + + olsrd = { + { "Host", "Port", "CollectLinks","CollectRoutes","CollectTopology"}, + { }, + { } + }, + + openvpn = { + { }, + { "CollectIndividualUsers", "CollectUserCount", "CollectCompression", "ImprovedNamingSchema" }, + { "StatusFile" } + }, + + ping = { + { "TTL", "Interval" }, + { }, + { "Hosts" } + }, + + processes = { + { }, + { }, + { "Processes" } + }, + + rrdtool = { + { "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" }, + { "RRASingle" }, + { "RRATimespans" } + }, + + sensors = { + { }, + { "IgnoreSelected" }, + { "Sensor" } + }, + + splash_leases = { + { }, + { }, + { } + }, + + tcpconns = { + { }, + { "ListeningPorts" }, + { "LocalPorts", "RemotePorts" } + }, + + unixsock = { + { "SocketFile", "SocketGroup", "SocketPerms" }, + { }, + { } + }, + + uptime = { + { }, + { }, + { } + }, + + wireless = { + { }, + { }, + { } + }, +} + +preprocess = { + RRATimespans = function(val) + local rv = { } + for time in val:gmatch("[^%s]+") do + table.insert( rv, luci.util.parse_units(time) ) + end + return table.concat(rv, " ") + end +} + + +section("collectd") + +for plugin in pairs(plugins) do + if plugin ~= "collectd" then + section( plugin ) + end +end diff --git a/applications/luci-app-tinyproxy/Makefile b/applications/luci-app-tinyproxy/Makefile new file mode 100644 index 0000000..02751b8 --- /dev/null +++ b/applications/luci-app-tinyproxy/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Tinyproxy - HTTP(S)-Proxy configuration +LUCI_DEPENDS:=+tinyproxy + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua b/applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua new file mode 100644 index 0000000..cf7e974 --- /dev/null +++ b/applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.tinyproxy", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/tinyproxy") then + return + end + + entry({"admin", "services", "tinyproxy"}, alias("admin", "services", "tinyproxy", "config"), _("Tinyproxy")) + entry({"admin", "services", "tinyproxy", "status"}, template("tinyproxy_status"), _("Status")) + entry({"admin", "services", "tinyproxy", "config"}, cbi("tinyproxy"), _("Configuration")) +end diff --git a/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua new file mode 100644 index 0000000..19bdd9a --- /dev/null +++ b/applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua @@ -0,0 +1,239 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008-2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("tinyproxy", translate("Tinyproxy"), + translate("Tinyproxy is a small and fast non-caching HTTP(S)-Proxy")) + +s = m:section(TypedSection, "tinyproxy", translate("Server Settings")) +s.anonymous = true + +s:tab("general", translate("General settings")) +s:tab("privacy", translate("Privacy settings")) +s:tab("filter", translate("Filtering and ACLs")) +s:tab("limits", translate("Server limits")) + + +o = s:taboption("general", Flag, "enabled", translate("Enable Tinyproxy server")) +o.rmempty = false + +function o.write(self, section, value) + if value == "1" then + luci.sys.init.enable("tinyproxy") + else + luci.sys.init.disable("tinyproxy") + end + + return Flag.write(self, section, value) +end + + +o = s:taboption("general", Value, "Port", translate("Listen port"), + translate("Specifies the HTTP port Tinyproxy is listening on for requests")) + +o.optional = true +o.datatype = "port" +o.placeholder = 8888 + + +o = s:taboption("general", Value, "Listen", translate("Listen address"), + translate("Specifies the addresses Tinyproxy is listening on for requests")) + +o.optional = true +o.datatype = "ipaddr" +o.placeholder = "0.0.0.0" + + +o = s:taboption("general", Value, "Bind", translate("Bind address"), + translate("Specifies the address Tinyproxy binds to for outbound forwarded requests")) + +o.optional = true +o.datatype = "ipaddr" +o.placeholder = "0.0.0.0" + + +o = s:taboption("general", Value, "DefaultErrorFile", translate("Error page"), + translate("HTML template file to serve when HTTP errors occur")) + +o.optional = true +o.default = "/usr/share/tinyproxy/default.html" + + +o = s:taboption("general", Value, "StatFile", translate("Statistics page"), + translate("HTML template file to serve for stat host requests")) + +o.optional = true +o.default = "/usr/share/tinyproxy/stats.html" + + +o = s:taboption("general", Flag, "Syslog", translate("Use syslog"), + translate("Writes log messages to syslog instead of a log file")) + + +o = s:taboption("general", Value, "LogFile", translate("Log file"), + translate("Log file to use for dumping messages")) + +o.default = "/var/log/tinyproxy.log" +o:depends("Syslog", "") + + +o = s:taboption("general", ListValue, "LogLevel", translate("Log level"), + translate("Logging verbosity of the Tinyproxy process")) + +o:value("Critical") +o:value("Error") +o:value("Warning") +o:value("Notice") +o:value("Connect") +o:value("Info") + + +o = s:taboption("general", Value, "User", translate("User"), + translate("Specifies the user name the Tinyproxy process is running as")) + +o.default = "nobody" + + +o = s:taboption("general", Value, "Group", translate("Group"), + translate("Specifies the group name the Tinyproxy process is running as")) + +o.default = "nogroup" + + +-- +-- Privacy +-- + +o = s:taboption("privacy", Flag, "XTinyproxy", translate("X-Tinyproxy header"), + translate("Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded requests")) + + +o = s:taboption("privacy", Value, "ViaProxyName", translate("Via hostname"), + translate("Specifies the Tinyproxy hostname to use in the Via HTTP header")) + +o.placeholder = "tinyproxy" +o.datatype = "hostname" + + +s:taboption("privacy", DynamicList, "Anonymous", translate("Header whitelist"), + translate("Specifies HTTP header names which are allowed to pass-through, all others are discarded. Leave empty to disable header filtering")) + + +-- +-- Filter +-- + +o = s:taboption("filter", DynamicList, "Allow", translate("Allowed clients"), + translate("List of IP addresses or ranges which are allowed to use the proxy server")) + +o.placeholder = "0.0.0.0" +o.datatype = "ipaddr" + + +o = s:taboption("filter", DynamicList, "ConnectPort", translate("Allowed connect ports"), + translate("List of allowed ports for the CONNECT method. A single value \"0\" allows all ports")) + +o.placeholder = 0 +o.datatype = "port" + + +s:taboption("filter", FileUpload, "Filter", translate("Filter file"), + translate("Plaintext file with URLs or domains to filter. One entry per line")) + + +s:taboption("filter", Flag, "FilterURLs", translate("Filter by URLs"), + translate("By default, filtering is done based on domain names. Enable this to match against URLs instead")) + + +s:taboption("filter", Flag, "FilterExtended", translate("Filter by RegExp"), + translate("By default, basic POSIX expressions are used for filtering. Enable this to activate extended regular expressions")) + + + s:taboption("filter", Flag, "FilterCaseSensitive", translate("Filter case-sensitive"), + translate("By default, filter strings are treated as case-insensitive. Enable this to make the matching case-sensitive")) + + +s:taboption("filter", Flag, "FilterDefaultDeny", translate("Default deny"), + translate("By default, the filter rules act as blacklist. Enable this option to only allow matched URLs or domain names")) + + +-- +-- Limits +-- + +o = s:taboption("limits", Value, "Timeout", translate("Connection timeout"), + translate("Maximum number of seconds an inactive connection is held open")) + +o.optional = true +o.datatype = "uinteger" +o.default = 600 + + +o = s:taboption("limits", Value, "MaxClients", translate("Max. clients"), + translate("Maximum allowed number of concurrently connected clients")) + +o.datatype = "uinteger" +o.default = 10 + + +o = s:taboption("limits", Value, "MinSpareServers", translate("Min. spare servers"), + translate("Minimum number of prepared idle processes")) + +o.datatype = "uinteger" +o.default = 5 + + +o = s:taboption("limits", Value, "MaxSpareServers", translate("Max. spare servers"), + translate("Maximum number of prepared idle processes")) + +o.datatype = "uinteger" +o.default = 10 + + +o = s:taboption("limits", Value, "StartServers", translate("Start spare servers"), + translate("Number of idle processes to start when launching Tinyproxy")) + +o.datatype = "uinteger" +o.default = 5 + + +o = s:taboption("limits", Value, "MaxRequestsPerChild", translate("Max. requests per server"), + translate("Maximum allowed number of requests per process. If it is exeeded, the process is restarted. Zero means unlimited.")) + +o.datatype = "uinteger" +o.default = 0 + + +-- +-- Upstream +-- + +s = m:section(TypedSection, "upstream", translate("Upstream Proxies"), + translate("Upstream proxy rules define proxy servers to use when accessing certain IP addresses or domains.")) + +s.anonymous = true +s.addremove = true + + +t = s:option(ListValue, "type", translate("Policy"), + translate("Via proxy routes requests to the given target via the specifed upstream proxy, Reject access disables any upstream proxy for the target")) + +t:value("proxy", translate("Via proxy")) +t:value("reject", translate("Reject access")) + + +ta = s:option(Value, "target", translate("Target host"), + translate("Can be either an IP address or range, a domain name or \".\" for any host without domain")) + +ta.rmempty = true +ta.placeholder = "0.0.0.0/0" +ta.datatype = "host" + + +v = s:option(Value, "via", translate("Via proxy"), + translate("Specifies the upstream proxy to use for accessing the target host. Format is address:port")) + +v:depends({type="proxy"}) +v.placeholder = "10.0.0.1:8080" + +return m diff --git a/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm b/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm new file mode 100644 index 0000000..d43a887 --- /dev/null +++ b/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm @@ -0,0 +1,50 @@ +<% + +if luci.http.formvalue("frame") == "1" then + local uci = require "luci.model.uci".cursor() + local addr = "127.0.0.1" + local port = "8888" + + uci:foreach("tinyproxy", "tinyproxy", + function(s) + addr = s.StatHost or addr + port = s.Port or port + return false + end) + + local data = false + local wget = io.popen("wget -qO- http://%s:%s" % { addr, port }) + if wget then + while true do + local l = wget:read("*l") + if not l then + break + end + + luci.http.write(l) + data = true + end + + wget:close() + end + + if not data then + luci.http.write(translate("Failed to retrieve statistics from url:")) + luci.http.write(" http://%s:%s" % { addr, port }) + end + + return +end + +-%> + +<%+header%> + +
+

<%:Tinyproxy Status%>

+
+ +
+
+ +<%+footer%> diff --git a/applications/luci-app-tinyproxy/po/ca/tinyproxy.po b/applications/luci-app-tinyproxy/po/ca/tinyproxy.po new file mode 100644 index 0000000..69cd99e --- /dev/null +++ b/applications/luci-app-tinyproxy/po/ca/tinyproxy.po @@ -0,0 +1,339 @@ +# tinyproxy.pot +# generated from ./applications/luci-tinyproxy/luasrc/i18n/tinyproxy.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-07-18 00:04+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "Clients permesos" + +msgid "Allowed connect ports" +msgstr "Ports de connexió permesos" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "Configuració" + +msgid "Connection timeout" +msgstr "Temps d'espera de connexió" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "Habilita el servidor Tinyproxy" + +msgid "Error page" +msgstr "Pàgina d'error" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "Filtra per expressió regular" + +msgid "Filter by URLs" +msgstr "Filtra per adreça" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "Fitxer de filtració" + +msgid "Filtering and ACLs" +msgstr "Filtració i ACLs" + +msgid "General settings" +msgstr "Ajusts generals" + +msgid "Group" +msgstr "Grup" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "Llista blanca de capçaleres" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Llista d'adreces IP o rangs dels quals es permeten utilitzar el servidor " +"intermediari" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"Llista de ports permesos per al mètode CONNECT. El valor solter \"0\" permet " +"tots els ports" + +msgid "Listen address" +msgstr "Adreça d'escolta" + +msgid "Listen port" +msgstr "Port d'escolta" + +msgid "Log file" +msgstr "Fitxer de registre" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "Nivell de registre" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "Màx servidors spare" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "Mín servidors spare" + +msgid "Minimum number of prepared idle processes" +msgstr "Nombre mínim de processos ociosos preparats" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "Nombre de processos ociosos que iniciar al iniciar el Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "Política" + +msgid "Privacy settings" +msgstr "Ajusts de privacitat" + +msgid "Reject access" +msgstr "Rebutja accés" + +msgid "Server Settings" +msgstr "Ajusts de servidor" + +msgid "Server limits" +msgstr "Límits de servidor" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "Pàgina d'estadístiques" + +msgid "Status" +msgstr "Estat" + +msgid "Target host" +msgstr "Màquina destí" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Estat de Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy és un proxy HTTP no caché petit i ràpid" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "Utilitza el syslog" + +msgid "User" +msgstr "Usuari" + +msgid "Via hostname" +msgstr "Via nom de host" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" +"Escriu els missatges de registre al syslog en lloc d'un fitxer de registre" + +msgid "X-Tinyproxy header" +msgstr "Capçalera X-Tinyproxy" + +#~ msgid "Allow access from" +#~ msgstr "Permet l'accés des de" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Capçaleres permeses pel proxy anònim" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Vincula el tràfic sortint a l'adreça" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Ports permesos pel mètode CONNECT" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = desactivats, buit = tots" + +#~ msgid "Error document" +#~ msgstr "Document d'error" + +#~ msgid "Filter list" +#~ msgstr "Llista de filtre" + +#~ msgid "Case sensitive filters" +#~ msgstr "Filtres distingint majúscules i minúscules" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "La llista de filtre és una llista blanca" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Filtres d'expressions regulars exteses" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filtra URLs en comptes de dominis" + +#~ msgid "Listen on address" +#~ msgstr "Escolta a l'adreça" + +#~ msgid "Logfile" +#~ msgstr "Fitxer de registre" + +#~ msgid "Maximum number of clients" +#~ msgstr "Màxim número de clients" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Màximes peticions per fil" + +#~ msgid "Spare servers to start with" +#~ msgstr "Servidors spare amb els que començar" + +#~ msgid "Statistic document" +#~ msgstr "Document estadístic" + +#~ msgid "Write to syslog" +#~ msgstr "Escriu al syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Temps d'espera excedit" + +#~ msgid "Value of Via-Header" +#~ msgstr "Valor de Via-Header" + +#~ msgid "Include client IP" +#~ msgstr "Inclou client IP" + +#~ msgid "Upstream Control" +#~ msgstr "Control de pujada" + +#~ msgid "Type" +#~ msgstr "Tipus" + +#~ msgid "Upstream Proxy" +#~ msgstr "Proxy de pujada" diff --git a/applications/luci-app-tinyproxy/po/cs/tinyproxy.po b/applications/luci-app-tinyproxy/po/cs/tinyproxy.po new file mode 100644 index 0000000..2a2cbdc --- /dev/null +++ b/applications/luci-app-tinyproxy/po/cs/tinyproxy.po @@ -0,0 +1,258 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-12 20:14+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "Konfigurace" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "Povolit server Tinyproxy" + +msgid "Error page" +msgstr "Chybová stránka" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "Filtrovat podle RegExp" + +msgid "Filter by URLs" +msgstr "Filtrovat podle URL adres" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "Obecné nastavení" + +msgid "Group" +msgstr "Skupina" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "Max. klientů" + +msgid "Max. requests per server" +msgstr "Max. žádostí na server" + +msgid "Max. spare servers" +msgstr "Max. záložních serverů" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "Min. záložních serverů" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "Politika" + +msgid "Privacy settings" +msgstr "Nastavení soukromí" + +msgid "Reject access" +msgstr "Odepřít přístup" + +msgid "Server Settings" +msgstr "Nastavení serveru" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "Stránka statistik" + +msgid "Status" +msgstr "Stav" + +msgid "Target host" +msgstr "Cílový hostitel" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Stav Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy je malý a rychlý necachující HTTP(S)-Proxy server" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "Použít syslog" + +msgid "User" +msgstr "Uživatel" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "X-Tinyproxy hlaviÄka" diff --git a/applications/luci-app-tinyproxy/po/de/tinyproxy.po b/applications/luci-app-tinyproxy/po/de/tinyproxy.po new file mode 100644 index 0000000..d444872 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/de/tinyproxy.po @@ -0,0 +1,373 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-11-28 10:52+0200\n" +"Last-Translator: dunkelschunkel \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Via Proxy leitet Anfragen an das gegebene Ziel über den angegebenen " +"Upstream-Proxy, Zugriff verweigern deaktiviert jegliche Proxies für " +"das Ziel" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Fügt eine \"X-Tinyproxy\" HTTP-Headerzeile mit der Client Adresse in " +"weitergeleitete Anfragen ein" + +msgid "Allowed clients" +msgstr "Erlaubte Clients" + +msgid "Allowed connect ports" +msgstr "Erlaubte Verbindungsports" + +msgid "Bind address" +msgstr "Serveradresse" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"Standardmäßig werden einfache POSIX Ausdrücke für die Filterung genutzt, " +"diese Option aktiviert erweiterte reguläre Ausdrücke" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"Standardmäßig spielt die Groß- und Kleinschreibung bei der Filterung keine " +"Rolle, diese Option aktiviert die Unterscheidung von Groß- und " +"Kleinschreibung" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"Standardmäßig basiert die Filterung auf Domainnamen, diese Option aktiviert " +"das Filtern gegen die volle URL" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"Standardmäßig fungieren die Filterregeln als Blacklist, diese Option kehrt " +"diese in eine Whitelist um und lässt nur treffende URLs oder Domains zu" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Kann entweder eine IP-Adresse, ein Domain-Name oder \".\" für jegliche Hosts " +"sein" + +msgid "Configuration" +msgstr "Konfiguration" + +msgid "Connection timeout" +msgstr "Verbindungstimeout" + +msgid "Default deny" +msgstr "Standardmäßig verbieten" + +msgid "Enable Tinyproxy server" +msgstr "Tinyproxy Server aktivieren" + +msgid "Error page" +msgstr "Fehlerseite" + +msgid "Failed to retrieve statistics from url:" +msgstr "Empfangen der Statiken von URL fehlgeschlagen" + +msgid "Filter by RegExp" +msgstr "Filtern nach RegExp" + +msgid "Filter by URLs" +msgstr "Filtern nach URLs" + +msgid "Filter case-sensitive" +msgstr "Filtern nach Groß-/Kleinschreibung" + +msgid "Filter file" +msgstr "Filterdatei" + +msgid "Filtering and ACLs" +msgstr "Filterung und Zugriffsregeln" + +msgid "General settings" +msgstr "Allgemeine Einstellungen" + +msgid "Group" +msgstr "Gruppe" + +msgid "HTML template file to serve for stat host requests" +msgstr "HTML-Vorlage für Statistikseiten" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "HTML-Vorlage für Fehlerseiten" + +msgid "Header whitelist" +msgstr "Headerzeilen-Whitelist" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Liste von IP-Adressen oder Netzbereichen welche diesen Server nutzen dürfen" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"Liste erlaubter Ports für \"CONNECT\" Anfragen. Ein einzelner Wert \"0\" " +"erlaubt alle Ports" + +msgid "Listen address" +msgstr "Serveradresse" + +msgid "Listen port" +msgstr "Serverport" + +msgid "Log file" +msgstr "Protokolldatei" + +msgid "Log file to use for dumping messages" +msgstr "Gibt die Datei an, in welche Protokollausgaben geschrieben werden" + +msgid "Log level" +msgstr "Protokolllevel" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Umfang der Tinyproxy Protokollmeldungen" + +msgid "Max. clients" +msgstr "Max. Clients" + +msgid "Max. requests per server" +msgstr "Max. Anfragen pro Server" + +msgid "Max. spare servers" +msgstr "Max. Prozesszahl" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Maximal erlaubte Anzahl gleichzeitig verbundener Clients" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"Maximal erlaubte Anzahl an Anfragen pro Prozess. Wenn diese erreicht wird, " +"startet der Prozess neu. Null bedeutet unlimitiert." + +msgid "Maximum number of prepared idle processes" +msgstr "Maximale Anzahl an vorgehaltenen Leerlaufprozessen" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" +"Maximale Anzahl an Sekunden, die eine etablierte, inaktive Verbindung offen " +"gehalten wird" + +msgid "Min. spare servers" +msgstr "Min. Prozesszahl" + +msgid "Minimum number of prepared idle processes" +msgstr "Minimale Anzahl an vorgehaltenen Leerlaufprozessen" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "Anzahl zu erzeugender Leerlaufprozesse beim Start von Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" +"Klartextdatei mit zu filternden URLs oder Domains. Ein Eintrag pro Zeile." + +msgid "Policy" +msgstr "Verfahrensweise" + +msgid "Privacy settings" +msgstr "Privatsphäre" + +msgid "Reject access" +msgstr "Verbiete Zugriff" + +msgid "Server Settings" +msgstr "Servereinstellungen" + +msgid "Server limits" +msgstr "Serverlimits" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"Spezifiziert Headerzeilen welche durch den Proxyserver durchgereicht werden " +"dürfen, alle anderen werden entfernt. Leer lassen um den Filter zu " +"deaktivieren" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "Konfiguriert den Port an welchem Tinyproxy auf Anfragen wartet" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" +"Konfiguriert den Hostname, welchen Tinyproxy in die \"Via\" Headerzeile " +"schreibt" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"Konfiguriert die lokale IP-Adresse welche Tinyproxy für ausgehende, " +"weitergeleitete Anfragen benutzt" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" +"Konfiguriert die IP-Adressen auf welchen Tinyproxy Anfragen entgegen nimmt" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" +"Spezifiziert den UNIX-Gruppennamen mit welchem der Tinyproxy Prozess läuft" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"Spezifiziert den Upstream-Proxy über welchen auf den Zielhost zugegriffen " +"wird. Das Format ist IP-Adresse:Port" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" +"Spezifiziert den UNIX-Nutzernamen mit welchem der Tinyproxy Prozess läuft" + +msgid "Start spare servers" +msgstr "Starte Leerlaufserver" + +msgid "Statistics page" +msgstr "Statistikseite" + +msgid "Status" +msgstr "Status" + +msgid "Target host" +msgstr "Zielhost" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Status Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" +"Tinyproxy ist ein schlanker HTTP(S)-Proxy ohne eigenen Zwischenspeicher" + +msgid "Upstream Proxies" +msgstr "Upstream-Proxies" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"Upstream-Proxy-Regeln definieren Proxy-Server welche immer dann genutzt " +"werden wenn bestimmte IP-Adressen oder Domains angefragt werden." + +msgid "Use syslog" +msgstr "Nutze den Systemprotokolldienst" + +msgid "User" +msgstr "Benutzername" + +msgid "Via hostname" +msgstr "\"Via\" Hostname" + +msgid "Via proxy" +msgstr "Zwischenproxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" +"Schreibt Protokolleinträge an den Protokolldienst statt in eine separate " +"Protokolldatei." + +msgid "X-Tinyproxy header" +msgstr "X-Tinyproxy Headerzeile" + +#~ msgid "Allow access from" +#~ msgstr "Proxyzugang erlauben von" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Erlaube Header für anonymen Proxy" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Ausgehendenden Verkehr an Adresse binden" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Ports für CONNECT-Methode" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = deaktiviert, leer = alle" + +#~ msgid "Error document" +#~ msgstr "Fehlerseite" + +#~ msgid "Filter list" +#~ msgstr "Filterliste" + +#~ msgid "Case sensitive filters" +#~ msgstr "Filter unterscheiden Groß-/Kleinschreibung" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "Filterliste ist eine Whitelist" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Erweiterte reguläre Ausdrücke für Filter" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filtere URLs statt Domains" + +#~ msgid "Listen on address" +#~ msgstr "An Adresse binden" + +#~ msgid "Logfile" +#~ msgstr "Protokolldatei" + +#~ msgid "Maximum number of clients" +#~ msgstr "Maximale Anzahl an Clients" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Maximale Anfragen pro Prozess" + +#~ msgid "Spare servers to start with" +#~ msgstr "Anfängliche Prozesszahl" + +#~ msgid "Statistic document" +#~ msgstr "Statistikseite" + +#~ msgid "Write to syslog" +#~ msgstr "In Systemprotokoll schreiben" + +#~ msgid "Connection Timeout" +#~ msgstr "Verbindungstimeout" + +#~ msgid "Value of Via-Header" +#~ msgstr "Wert des Via-Headers" + +#~ msgid "Include client IP" +#~ msgstr "Client-IP übertragen" + +#~ msgid "Upstream Control" +#~ msgstr "Zugangskontrolle" + +#~ msgid "Type" +#~ msgstr "Methode" + +#~ msgid "Upstream Proxy" +#~ msgstr "Zugangsproxy" diff --git a/applications/luci-app-tinyproxy/po/el/tinyproxy.po b/applications/luci-app-tinyproxy/po/el/tinyproxy.po new file mode 100644 index 0000000..718424e --- /dev/null +++ b/applications/luci-app-tinyproxy/po/el/tinyproxy.po @@ -0,0 +1,283 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2012-03-18 16:25+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Το μέσω proxy δÏομολογεί αιτήσεις Ï€Ïος τον συγκεκÏιμένο Ï€ÏοοÏισμό " +"μέσω του καθοÏιζόμενου διαμεσολαβητή ανωτέÏου επιπέδου, Το απόÏÏιψη " +"Ï€Ïόσβασης απενεÏγοποιεί τη χÏήση διαμεσολαβητή ανωτέÏου επιπέδου για το " +"συγκεκÏιμένο Ï€ÏοοÏισμό" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"ΠÏοσθέτει μια κεφαλίδα HTTP \"X-Tinyproxy\" με τη διεÏθυνση IP του πελάτη " +"στις Ï€ÏοωθοÏμενες αιτήσεις" + +msgid "Allowed clients" +msgstr "ΕπιτÏεπόμενοι πελάτες" + +msgid "Allowed connect ports" +msgstr "ΕπιτÏεπόμενες θÏÏες σÏνδεσης" + +#, fuzzy +msgid "Bind address" +msgstr "ΔιεÏθυνση στην οποία ακοÏει η υπηÏεσία" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"ΠÏοεπιλεγμένα, χÏησιμοποιοÏνται απλές κανονικές εκφÏάσεις POSIX για το " +"φιλτÏάÏισμα. ΕνεÏγοποιήστε αυτή την επιλογή για να χÏησιμοποιοÏνται " +"εκτεταμένες κανονικές εκφÏάσεις" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"ΠÏοεπιλεγμένα, το φιλτÏάÏισμα με συμβολοσειÏές γίνεται χωÏίς διάκÏιση πεζών " +"κεφαλαίων. ΕνεÏγοποιήστε αυτή την επιλογή για να γίνεται διάκÏιση πεζών " +"κεφαλαίων" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"ΠÏοεπιλεγμένα, το φιλτÏάÏισμα γίνεται βάσει του ονόματος τομέα. " +"ΕνεÏγοποιήστε αυτή την επιλογή για να γίνεται βάσει URL" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"ΠÏοεπιλεγμένα, οι κανόνες φιλτÏαÏίσματος λειτουÏγοÏν ως μαÏÏη λίστα. " +"ΕνεÏγοποιήστε αυτή την επιλογή ώστε να επιτÏέπονται μόνο τα ονόματα τομέα ή " +"URLs που ταιÏιάζουν" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"ΜποÏεί να είναι μια IP διεÏθυνση ή εÏÏος, ένα όνομα τομέα ή \".\" για " +"οποιοδήποτε σÏστημα χωÏίς όνομα τομέα" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "ΧÏονικό ÏŒÏιο σÏνδεσης" + +msgid "Default deny" +msgstr "ΆÏνηση Ï€Ïοεπιλεγμένα" + +msgid "Enable Tinyproxy server" +msgstr "ΕνεÏγοποίηση διαμεσολαβητή Tinyproxy" + +msgid "Error page" +msgstr "Σελίδα σφάλματος" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "ΦιλτÏάÏισμα με Κανονικές ΕκφÏάσεις" + +msgid "Filter by URLs" +msgstr "ΦιλτÏάÏισμα με URL" + +msgid "Filter case-sensitive" +msgstr "ΦιλτÏάÏισμα με διάκÏιση πεζών/κεφαλαίων" + +msgid "Filter file" +msgstr "ΑÏχείο φίλτÏων" + +msgid "Filtering and ACLs" +msgstr "ΦιλτÏάÏισμα και λίστες ελέγχου Ï€Ïόσβασης" + +msgid "General settings" +msgstr "Γενικές Ïυθμίσεις" + +msgid "Group" +msgstr "Ομάδα" + +msgid "HTML template file to serve for stat host requests" +msgstr "" +"ΑÏχείο Ï€ÏοτÏπου HTML που στέλνεται σε αιτήσεις για στατιστικά του συστήματος" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "ΑÏχείο Ï€ÏοτÏπου HTML που στέλνεται όταν Ï€ÏοκÏπτουν σφάλματα HTML" + +msgid "Header whitelist" +msgstr "Λευκή λίστα κεφαλίδων" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Λίστα διευθÏνσεων IP ή εÏÏη αυτών στις οποίες επιτÏέπεται η χÏήση του " +"διαμεσολαβητή" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/en/tinyproxy.po b/applications/luci-app-tinyproxy/po/en/tinyproxy.po new file mode 100644 index 0000000..4650f3e --- /dev/null +++ b/applications/luci-app-tinyproxy/po/en/tinyproxy.po @@ -0,0 +1,331 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "Log level" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "Max. spare servers" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "Min. spare servers" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "Reject access" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "Target host" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" + +#~ msgid "Allow access from" +#~ msgstr "Allow access from" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Allowed headers for anonymous proxy" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Bind outgoing traffic to address" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Ports allowed for CONNECT method" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = disabled, empty = all" + +#~ msgid "Error document" +#~ msgstr "Error document" + +#~ msgid "Filter list" +#~ msgstr "Filter list" + +#~ msgid "Case sensitive filters" +#~ msgstr "Case sensitive filters" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "Filter list is a whitelist" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Extended regular expression filters" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filter URLs instead of domains" + +#~ msgid "Listen on address" +#~ msgstr "Listen on address" + +#~ msgid "Logfile" +#~ msgstr "Logfile" + +#~ msgid "Maximum number of clients" +#~ msgstr "Maximum number of clients" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Maximum requests per thread" + +#~ msgid "Spare servers to start with" +#~ msgstr "Spare servers to start with" + +#~ msgid "Statistic document" +#~ msgstr "Statistic document" + +#~ msgid "Write to syslog" +#~ msgstr "Write to syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Connection Timeout" + +#~ msgid "Value of Via-Header" +#~ msgstr "Value of Via-Header" + +#~ msgid "Include client IP" +#~ msgstr "Include client IP" + +#~ msgid "Upstream Control" +#~ msgstr "Upstream Control" + +#~ msgid "Type" +#~ msgstr "Type" + +#~ msgid "Upstream Proxy" +#~ msgstr "Upstream Proxy" diff --git a/applications/luci-app-tinyproxy/po/es/tinyproxy.po b/applications/luci-app-tinyproxy/po/es/tinyproxy.po new file mode 100644 index 0000000..c9faff1 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/es/tinyproxy.po @@ -0,0 +1,354 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-10-07 15:08+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Vía proxy enruta las peticiones al destino vía el proxy superior " +"especificado, Rechazar acceso desactiva cualquier proxy superior al " +"destino" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Añade una cabecera HTTP con \"X-Tinyproxy\" con la dirección IP del cliente " +"a las peticiones retransmitidas" + +msgid "Allowed clients" +msgstr "Clientes permitidos" + +msgid "Allowed connect ports" +msgstr "Puertos permitidos" + +msgid "Bind address" +msgstr "Dirección de asociación" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"Expresiones regulares extendidas. Por defecto se filtra con expresiones " +"regulares POSIX básicas" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "Distinguir mayúsculas y minúsculas" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "Comparar con URLs. Por defecto el filtro se basa en nombres de dominio" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"Tratar el fichero de filtro como una lista de máquinas a permitir. Por " +"defecto actúa como una lista negra" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Puede ser un rango de IPs, un nombre de dominio o \".\" para cualquier " +"máquina sin dominio" + +msgid "Configuration" +msgstr "Configuración" + +msgid "Connection timeout" +msgstr "Espera de conexión" + +msgid "Default deny" +msgstr "Denegar por defecto" + +msgid "Enable Tinyproxy server" +msgstr "Activar el servidor Tinyproxy" + +msgid "Error page" +msgstr "Página de error" + +msgid "Failed to retrieve statistics from url:" +msgstr "No se han podido obtener estadísticas de:" + +msgid "Filter by RegExp" +msgstr "Filtrar por RegExp" + +msgid "Filter by URLs" +msgstr "Filtrar por URLs" + +msgid "Filter case-sensitive" +msgstr "Distinguir entre mayúsculas y minúsculas" + +msgid "Filter file" +msgstr "Fichero de filtro" + +msgid "Filtering and ACLs" +msgstr "Filtrado y ACLs" + +msgid "General settings" +msgstr "Configuración general" + +msgid "Group" +msgstr "Grupo" + +msgid "HTML template file to serve for stat host requests" +msgstr "" +"FIchero con la plantilla HTML a usar para las peticiones de estadísticas" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "Fichero con la plantilla HTTP a usar cuando ocurra algún error" + +msgid "Header whitelist" +msgstr "Cabeceras autorizadas" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "Direcciones IP o rangos a los que se permite usar el servidor proxy" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"Lista de puertos permitidos al método CONNECT. Use 0 para todos los puertos" + +msgid "Listen address" +msgstr "Dirección de escucha" + +msgid "Listen port" +msgstr "Puerto de escucha" + +msgid "Log file" +msgstr "Registro" + +msgid "Log file to use for dumping messages" +msgstr "Fichero de volcado de mensajes" + +msgid "Log level" +msgstr "Nivel de registro" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Nivel de registro del proceso Tinyproxy" + +msgid "Max. clients" +msgstr "Clientes máximos" + +msgid "Max. requests per server" +msgstr "Peticiones máximas por servidor" + +msgid "Max. spare servers" +msgstr "Procesos servidores máximos" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Máximo de clientes conectados simultáneamente" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"Peticiones máximas por proceso. Si se supera el proceso es arrancado de " +"nuevo. Para ilimitados indique 0." + +msgid "Maximum number of prepared idle processes" +msgstr "Máximo de procesos inactivos" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "Segundos máximos que se tiene una conexión inactiva abierta" + +msgid "Min. spare servers" +msgstr "Procesos servidores mínimos" + +msgid "Minimum number of prepared idle processes" +msgstr "Mínimo de procesos inactivos" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "Procesos inactivos a arrancar cuando se lanza Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "Fichero plano con URLs o dominios a filtrar. Uno por línea" + +msgid "Policy" +msgstr "Política" + +msgid "Privacy settings" +msgstr "Configuración de privacidad" + +msgid "Reject access" +msgstr "Rechazar acceso" + +msgid "Server Settings" +msgstr "Configuración del servidor" + +msgid "Server limits" +msgstr "Límites del servidor" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"Nombres de cabeceras HTTP que se dejan pasar. el resto se descartan. Deje en " +"blanco para desactivar el filtrado de cabeceras" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "Puerto de escucha de peticiones" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "Nombre de máquina a usar en la cabecera HTTP \"Via\"" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"Dirección a la que se asocia Tinyproxy para peticiones de traspaso salientes" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "Direcciones de escucha de peticiones" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "Nombre de grupo en el que se ejecuta el proceso Tinyproxy" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"Proxy superior a usar para llegar a la máquina destino. El formato es " +"dirección_puerto" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "Nombre de usuario con en el que se ejecuta el proceso Tinyproxy" + +msgid "Start spare servers" +msgstr "Arrancar servidores libres" + +msgid "Statistics page" +msgstr "Estadísticas" + +msgid "Status" +msgstr "Estado" + +msgid "Target host" +msgstr "Máquina destino" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Estado de Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy es un proxy sin cache HTTP/HTTPS pequeño y rápido" + +msgid "Upstream Proxies" +msgstr "Proxies superiores" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"Las reglas de proxy superior definen qué servidores usar cuando se accede a " +"ciertas direcciones IP o dominios." + +msgid "Use syslog" +msgstr "Usar SysLog" + +msgid "User" +msgstr "Usuario" + +msgid "Via hostname" +msgstr "Nombre de máquina en \"Via\"" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "Escribe los mensajes de registro en SysLog en vez de en un fichero" + +msgid "X-Tinyproxy header" +msgstr "Cabecera X-Tinyproxy" + +#~ msgid "Allow access from" +#~ msgstr "Permitir acceso desde" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Encabezados permitidos de proxies anónimos" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Ligar tráfico de salida a la dirección" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Puertos permitidos para el método CONNECT" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = Deshabilitado, vacío = todos" + +#~ msgid "Error document" +#~ msgstr "Error en documento" + +#~ msgid "Filter list" +#~ msgstr "Lista de filtros" + +#~ msgid "Case sensitive filters" +#~ msgstr "Filtros de mayúsculas y minúsculas " + +#~ msgid "Filter list is a whitelist" +#~ msgstr "La Lista de Filtros es una lista blanca" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Filtros extendido para expresiones regulares" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filtrar URLs en vez de dominios" + +#~ msgid "Listen on address" +#~ msgstr "Escuchar en dirección" + +#~ msgid "Logfile" +#~ msgstr "Logfile" + +#~ msgid "Maximum number of clients" +#~ msgstr "Número máximo de clientes" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Máximas peticiones por hilo" + +#~ msgid "Spare servers to start with" +#~ msgstr "Spare servers to start with" + +#~ msgid "Statistic document" +#~ msgstr "Documento de estadística" + +#~ msgid "Write to syslog" +#~ msgstr "Escribir al syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Tiempo agotado para la conexión" + +#~ msgid "Value of Via-Header" +#~ msgstr "Valor para Via-Header" + +#~ msgid "Include client IP" +#~ msgstr "Incluir IP del cliente" + +#~ msgid "Upstream Control" +#~ msgstr "Control de subida (upstream)" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Upstream Proxy" +#~ msgstr "Proxy de subida (upstream)" diff --git a/applications/luci-app-tinyproxy/po/fr/tinyproxy.po b/applications/luci-app-tinyproxy/po/fr/tinyproxy.po new file mode 100644 index 0000000..d359442 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/fr/tinyproxy.po @@ -0,0 +1,372 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-01-26 12:52+0200\n" +"Last-Translator: kyas \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Via proxy route les requêtes vers la cible donnée via le mandataire " +"amont donné, Reject access interdit tout mandataire amont comme " +"cible" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Ajoute un en-tête HTTP \"X-Tinyproxy\" avec l'adresse IP du client aux " +"requêtes retransmises" + +msgid "Allowed clients" +msgstr "Clients autorisés" + +msgid "Allowed connect ports" +msgstr "Ports de connexion autorisés" + +msgid "Bind address" +msgstr "Adresse en écoute" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"Par défaut, le filtrage utilise des expressions POSIX basiques. Activez-ceci " +"pour permettre l'utilisation d'expressions régulières étendues" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"Par défaut, les chaînes de caractères des filtres sont utilisées sans faire " +"attention à leurs casses. Activez-ceci pour les rendre sensible à la casse " +"des caractères" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"Par défaut, le filtrage s'effectue sur les noms de domaines. Activez-ceci " +"pour l'appliquer plutôt aux URLs" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"Par défaut, les règles de filtrages décrivent ce qui doit être interdit. " +"Activez cette option pour n'autoriser que les noms de domaines ou URLs qui " +"correspondent aux règles" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Ce peut être soit une adresse ou une gamme d'adresses IP, un nom de domaine, " +"ou \".\" pour n'importe quel nom d'hôte sans domaine" + +msgid "Configuration" +msgstr "Configuration" + +msgid "Connection timeout" +msgstr "Délai de connexion" + +msgid "Default deny" +msgstr "Interdit par défaut" + +msgid "Enable Tinyproxy server" +msgstr "Activer le serveur Tinyproxy" + +msgid "Error page" +msgstr "Page d'erreur" + +msgid "Failed to retrieve statistics from url:" +msgstr "Impossible de récupérer les statistiques de l'URL:" + +msgid "Filter by RegExp" +msgstr "Filtrage par RegExp" + +msgid "Filter by URLs" +msgstr "Filtrage par URLs" + +msgid "Filter case-sensitive" +msgstr "Filtrage sensible à la casse" + +msgid "Filter file" +msgstr "Fichier des filtres" + +msgid "Filtering and ACLs" +msgstr "Filtrage et ACLs" + +msgid "General settings" +msgstr "Paramètres généraux" + +msgid "Group" +msgstr "Groupe" + +msgid "HTML template file to serve for stat host requests" +msgstr "" +"Modèle de fichier HTML à utiliser pour les requêtes de statistiques des hôtes" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "Modèle de fichier HTML à utiliser quand une erreur HTTP survient" + +msgid "Header whitelist" +msgstr "Liste des en-têtes autorisés" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Liste des adresses IP ou gammes d'adresses IP autorisées à utiliser le " +"serveur mandataire" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"Liste des ports autorisés pour la méthode CONNECT. Une valeur \"0\" unique " +"autorises tous les ports" + +msgid "Listen address" +msgstr "Adresse en écoute" + +msgid "Listen port" +msgstr "Port en écoute" + +msgid "Log file" +msgstr "Fichier journal" + +msgid "Log file to use for dumping messages" +msgstr "Fichier-journal utilisé pour y copier les messages" + +msgid "Log level" +msgstr "Niveau de log" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Verbosité du journal du processus Tinyproxy" + +msgid "Max. clients" +msgstr "Nombre max. de clients" + +msgid "Max. requests per server" +msgstr "Nombre max. de requêtes par serveur" + +msgid "Max. spare servers" +msgstr "Nombre Maximum de processus serveur" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Nombre max autorisé de clients connectés en même temps" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"Nombre maximum autorisé de requêtes par processus. S'il est dépassé, le " +"processus est relancé. Un zéro désactive cette limite." + +msgid "Maximum number of prepared idle processes" +msgstr "Nombre maximum de processus lancés, prêts à traiter des requêtes" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" +"Une connexion inactive est maintenue ouverte pendant cette durée maximum (en " +"secondes)" + +msgid "Min. spare servers" +msgstr "Nombre Minimum de processus serveur" + +msgid "Minimum number of prepared idle processes" +msgstr "Nombre minimum de processus lancés, prêts à traiter des requêtes" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" +"Nombre de processus lancés en sus, prêts à traiter des requêtes, au " +"démarrage de Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" +"Fichier-texte contenant les URLs ou noms de domaines à filtrer, un par ligne" + +msgid "Policy" +msgstr "Action" + +msgid "Privacy settings" +msgstr "Paramètres de confidentialité" + +msgid "Reject access" +msgstr "Refuser l'accès" + +msgid "Server Settings" +msgstr "Paramètres du serveur" + +msgid "Server limits" +msgstr "Limites du serveur" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"Indique les noms des entêtes HTTP qui sont autorisées à transiter, tous les " +"autres seront retirés. Laisser vide pour désactiver le filtrage des entêtes" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "Indique le port HTTP où Tinyproxy est en écoute de requêtes" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" +"Indique le nom d'hôte que Tinyproxy utilisera dans l'entête HTTP « Via »" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"Décrit l'adresse que Tinyproxy utilisera pour les requêtes retransmises à " +"l'extérieur" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "Indique les adresses où Tinyproxy est en écoute de requêtes" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" +"Indique le nom de groupe sous lequel les processus Tinyproxy fonctionnent" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"Indique un mandataire amont à utiliser pour atteindre l'hôte cible. Le " +"format est adresse:port" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" +"Indique le nom d'utilisateur sous lequel les processus Tinyproxy fonctionnent" + +msgid "Start spare servers" +msgstr "Serveurs en surplus au démarrage" + +msgid "Statistics page" +msgstr "Page de statistiques" + +msgid "Status" +msgstr "Statut" + +msgid "Target host" +msgstr "Hôte de destination" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Statut Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" + +msgid "Upstream Proxies" +msgstr "Mandataires amont" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"Les règles de mandataires amont définissent les serveurs mandataire à " +"utiliser pour l'accès à certaines adresses IP ou domaines." + +msgid "Use syslog" +msgstr "Utiliser syslog" + +msgid "User" +msgstr "Utilisateur" + +msgid "Via hostname" +msgstr "nom d'hôte « Via »" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "Envoyer les messages à syslog plutôt que dans un fichier-journal" + +msgid "X-Tinyproxy header" +msgstr "Entête X-Tinyproxy" + +#~ msgid "Allow access from" +#~ msgstr "Allow access from" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Allowed headers for anonymous proxy" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Lier le trafic sortant à l'adresse ip" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Ports allowed for CONNECT method" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = disabled, empty = all" + +#~ msgid "Error document" +#~ msgstr "Fichier d'erreur" + +#~ msgid "Filter list" +#~ msgstr "Liste de filtres" + +#~ msgid "Case sensitive filters" +#~ msgstr "Case sensitive filters" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "Filter list is a whitelist" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Extended regular expression filters" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filter URLs instead of domains" + +#~ msgid "Listen on address" +#~ msgstr "Listen on address" + +#~ msgid "Logfile" +#~ msgstr "Chemin du fichier de log" + +#~ msgid "Maximum number of clients" +#~ msgstr "Nombre maximum de clients" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Maximum de connexion par processus" + +#~ msgid "Spare servers to start with" +#~ msgstr "Nombre de processus serveur lancés au demarrage" + +#~ msgid "Statistic document" +#~ msgstr "Fichier de statistiques" + +#~ msgid "Write to syslog" +#~ msgstr "Écrire dans le journal système (Syslog)" + +#~ msgid "Connection Timeout" +#~ msgstr "Délai de connexion" + +#~ msgid "Value of Via-Header" +#~ msgstr "Valeur de l'entête \"VIA\" utilisée comme nom d'hôte" + +#~ msgid "Include client IP" +#~ msgstr "Inclure l'ip du client" + +#~ msgid "Upstream Control" +#~ msgstr "Upstream Control" + +#~ msgid "Type" +#~ msgstr "Type" + +#~ msgid "Upstream Proxy" +#~ msgstr "Proxy" diff --git a/applications/luci-app-tinyproxy/po/he/tinyproxy.po b/applications/luci-app-tinyproxy/po/he/tinyproxy.po new file mode 100644 index 0000000..5c4dddd --- /dev/null +++ b/applications/luci-app-tinyproxy/po/he/tinyproxy.po @@ -0,0 +1,255 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po new file mode 100644 index 0000000..5c4dddd --- /dev/null +++ b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po @@ -0,0 +1,255 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/it/tinyproxy.po b/applications/luci-app-tinyproxy/po/it/tinyproxy.po new file mode 100644 index 0000000..34528c1 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/it/tinyproxy.po @@ -0,0 +1,265 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-12-15 19:29+0200\n" +"Last-Translator: claudyus \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Aggiungi una intestazione http \"X-Tinyproxy\" contenente l'IP del client a " +"cui forwardare la richiesta" + +msgid "Allowed clients" +msgstr "Client permessi" + +msgid "Allowed connect ports" +msgstr "Porte di connessione permesse" + +msgid "Bind address" +msgstr "Bind Address" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"Di default, il filto è basato sul nome di dominio. Abilita questa opzione " +"per effettuare il match con URL" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "Configurazione" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "Abilita il server Tinyproxy" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "Impossibile recuperare le statistiche dall'url:" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Lista di indirizzi IP o range di indirizzi a cui è permesso l'uso del proxy" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Numero massimo di client simultanei permessi" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/ja/tinyproxy.po b/applications/luci-app-tinyproxy/po/ja/tinyproxy.po new file mode 100644 index 0000000..03ea890 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/ja/tinyproxy.po @@ -0,0 +1,280 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2011-10-05 17:53+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"転é€ã™ã‚‹ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®HTTPヘッダã«\"X-Tinyproxy\"åŠã³ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆIPアドレスを追" +"加ã—ã¾ã™ã€‚" + +msgid "Allowed clients" +msgstr "接続を許å¯ã™ã‚‹ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆ" + +msgid "Allowed connect ports" +msgstr "接続を許å¯ã™ã‚‹ãƒãƒ¼ãƒˆç•ªå·" + +msgid "Bind address" +msgstr "ãƒã‚¤ãƒ³ãƒ‰ã™ã‚‹IPアドレス" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"標準ã§ã¯ã€åŸºæœ¬çš„ãªPOSIXæ­£è¦è¡¨ç¾ãŒãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ã«ä½¿ç”¨ã•ã‚Œã¾ã™ãŒã€ã“ã®ã‚ªãƒ—ショ" +"ンãŒæœ‰åŠ¹ã«è¨­å®šã•ã‚Œã¦ã„ã‚‹å ´åˆã€æ‹¡å¼µç‰ˆã®POSIXæ­£è¦è¡¨ç¾ãŒç”¨ã„られã¾ã™ã€‚" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"標準ã§ã¯ã€ãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã®æ–‡å­—列ã¯å¤§æ–‡å­—å°æ–‡å­—を区別ã—ã¾ã›ã‚“ãŒã€ã“ã®ã‚ªãƒ—ションãŒ" +"有効ã«è¨­å®šã•ã‚Œã¦ã„ã‚‹å ´åˆã€åŒºåˆ¥ã—ã¦ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"標準ã§ã¯ã€ãƒ‰ãƒ¡ã‚¤ãƒ³åを使用ã—ã¦ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ã‚’è¡Œã„ã¾ã™ãŒã€ã“ã®ã‚ªãƒ—ションãŒæœ‰" +"効ã«è¨­å®šã•ã‚Œã¦ã„ã‚‹å ´åˆã€ä»£ã‚ã‚Šã«URLã«å¯¾ã—ã¦ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ã‚’è¡Œã„ã¾ã™ã€‚" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"標準ã§ã¯ã€ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ãƒ»ãƒ«ãƒ¼ãƒ«ã¯ãƒ–ラックリストã¨ã—ã¦å‹•ä½œã—ã¾ã™ãŒã€ã“ã®ã‚ªãƒ—" +"ションãŒæœ‰åŠ¹ã«è¨­å®šã•ã‚Œã¦ã„ã‚‹å ´åˆã€URLã¾ãŸã¯ãƒ‰ãƒ¡ã‚¤ãƒ³åãŒä¸€è‡´ã—ãŸå ´åˆã®ã¿ã€æŽ¥ç¶š" +"ãŒè¨±å¯ã•ã‚Œã¾ã™ã€‚" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "接続タイムアウト" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "Tinyproxy サーãƒãƒ¼ã‚’有効ã«ã™ã‚‹" + +msgid "Error page" +msgstr "エラーページ" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "æ­£è¦è¡¨ç¾ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°" + +msgid "Filter by URLs" +msgstr "URL フィルタリング" + +msgid "Filter case-sensitive" +msgstr "大文字å°æ–‡å­—を区別ã—ã¦ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°" + +msgid "Filter file" +msgstr "フィルタファイル" + +msgid "Filtering and ACLs" +msgstr "フィルタリングã¨ã‚¢ã‚¯ã‚»ã‚¹åˆ¶å¾¡" + +msgid "General settings" +msgstr "基本設定" + +msgid "Group" +msgstr "グループ" + +msgid "HTML template file to serve for stat host requests" +msgstr "リクエスト数を表示ã™ã‚‹HTMLテンプレートファイル" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "HTTPエラー時ã«è¡¨ç¤ºã™ã‚‹HTMLテンプレートファイル" + +msgid "Header whitelist" +msgstr "ヘッダー・ホワイトリスト" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "プロキシサーãƒãƒ¼ã®ä½¿ç”¨ã‚’許å¯ã™ã‚‹IPアドレスリストã§ã™ã€‚" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"プロキシサーãƒãƒ¼ã‹ã‚‰æŽ¥ç¶šå¯èƒ½ãªãƒãƒ¼ãƒˆãƒªã‚¹ãƒˆã§ã™ã€‚\"0\"を設定ã—ãŸå ´åˆã€ã™ã¹ã¦ã®" +"ãƒãƒ¼ãƒˆã‚’許å¯ã—ã¾ã™ã€‚" + +msgid "Listen address" +msgstr "å¾…å—アドレス" + +msgid "Listen port" +msgstr "å¾…å—ãƒãƒ¼ãƒˆ" + +msgid "Log file" +msgstr "ログファイル" + +msgid "Log file to use for dumping messages" +msgstr "メッセージを書ã込むログファイルを指定ã—ã¾ã™ã€‚" + +msgid "Log level" +msgstr "ログレベル" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Tinyproxyプロセスã®ãƒ­ã‚°ã®è©³ç´°åº¦ã‚’設定" + +msgid "Max. clients" +msgstr "最大クライアント数" + +msgid "Max. requests per server" +msgstr "サーãƒãƒ¼æ¯Žã®æœ€å¤§ãƒªã‚¯ã‚¨ã‚¹ãƒˆæ•°" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"プロセス毎ã®è¨±å¯ã•ã‚Œã‚‹æœ€å¤§ãƒªã‚¯ã‚¨ã‚¹ãƒˆæ•°ã‚’設定ã—ã¾ã™ã€‚設定値を超ãˆãŸå ´åˆã€ãƒ—ロ" +"セスをå†èµ·å‹•ã—ã¾ã™ã€‚0を入力ã™ã‚‹ã¨ã€ç„¡åˆ¶é™ã«è¨­å®šã•ã‚Œã¾ã™ã€‚" + +msgid "Maximum number of prepared idle processes" +msgstr "アイドル状態ã§æº–å‚™ã™ã‚‹ãƒ—ロセスã®æœ€å¤§æ•°" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "アイドル状態ã§æº–å‚™ã™ã‚‹ãƒ—ロセスã®æœ€å°æ•°" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "ãƒãƒªã‚·ãƒ¼" + +msgid "Privacy settings" +msgstr "プライãƒã‚·ãƒ¼è¨­å®š" + +msgid "Reject access" +msgstr "アクセス拒å¦" + +msgid "Server Settings" +msgstr "サーãƒãƒ¼è¨­å®š" + +msgid "Server limits" +msgstr "サーãƒãƒ¼åˆ¶é™è¨­å®š" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "リクエストã«å¯¾ã—ã¦ã€TinyproxyãŒå¾…ã¡å—ã‘ã‚‹HTTPãƒãƒ¼ãƒˆã‚’設定ã—ã¾ã™" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "リクエストã«å¯¾ã—ã¦ã€TinyproxyãŒå¾…ã¡å—ã‘るアドレスを設定ã—ã¾ã™ã€‚" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "Tinyproxyを実行ã™ã‚‹ã‚°ãƒ«ãƒ¼ãƒ—を設定ã—ã¾ã™" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"特定ã®ãƒ›ã‚¹ãƒˆã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«ä½¿ç”¨ã™ã‚‹ã€ä¸Šä½ã®ãƒ—ロキシサーãƒãƒ¼ã‚’設定ã—ã¾ã™ã€‚" +"書å¼ã¯ アドレス:ãƒãƒ¼ãƒˆ ã§ã™ã€‚" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "Tinyproxyを実行ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’設定ã—ã¾ã™" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "宛先ホスト" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" +"Tinyproxyã¯ã€è»½é‡ã§é«˜é€Ÿãªã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’è¡Œã‚ãªã„HTTP(S)-プロキシサーãƒãƒ¼ã§ã™ã€‚" + +msgid "Upstream Proxies" +msgstr "上ä½ã®ãƒ—ロキシサーãƒãƒ¼" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"特定ã®IPアドレスやドメインã«æŽ¥ç¶šã™ã‚‹å ´åˆã«ã€ä¸Šä½ã®ãƒ—ロキシサーãƒãƒ¼ã‚’使用ã™ã‚‹" +"よã†ã«è¨­å®šã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "Use syslog" +msgstr "Syslogを使用ã™ã‚‹" + +msgid "User" +msgstr "ユーザー" + +msgid "Via hostname" +msgstr "経由ã™ã‚‹ãƒ›ã‚¹ãƒˆå" + +msgid "Via proxy" +msgstr "経由ã™ã‚‹ãƒ—ロキシ" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "ログファイルã®ä»£ã‚ã‚Šã«syslogã¸ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’記録ã—ã¾ã™" + +msgid "X-Tinyproxy header" +msgstr "X-Tinyproxy ヘッダー" diff --git a/applications/luci-app-tinyproxy/po/ms/tinyproxy.po b/applications/luci-app-tinyproxy/po/ms/tinyproxy.po new file mode 100644 index 0000000..08ed7dc --- /dev/null +++ b/applications/luci-app-tinyproxy/po/ms/tinyproxy.po @@ -0,0 +1,254 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/no/tinyproxy.po b/applications/luci-app-tinyproxy/po/no/tinyproxy.po new file mode 100644 index 0000000..5c4dddd --- /dev/null +++ b/applications/luci-app-tinyproxy/po/no/tinyproxy.po @@ -0,0 +1,255 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/pl/tinyproxy.po b/applications/luci-app-tinyproxy/po/pl/tinyproxy.po new file mode 100644 index 0000000..8e3bfc7 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/pl/tinyproxy.po @@ -0,0 +1,292 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-04 11:50+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Przez proxy kieruje żądania do danego celu przez okreÅ›lone " +"\"upstream proxy\", Odrzuć dostÄ™p wyÅ‚Ä…cza jakiekolwiek \"upstream " +"proxy\" dla danego celu." + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Dodaje nagłówek http \"X-Tinyproxy\" z adresem IP klienta do przekazywanych " +"żądaÅ„" + +msgid "Allowed clients" +msgstr "Akceptowane klienty" + +msgid "Allowed connect ports" +msgstr "Akceptowane porty poÅ‚Ä…czenia" + +msgid "Bind address" +msgstr "zwiąż adres" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"DomyÅ›lnie do filtrowania używane sÄ… podstawowe wyrażenia POSIX. WÅ‚Ä…cz tÄ™ " +"opcjÄ™, aby aktywować rozszerzone wyrażenia regularne." + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"DomyÅ›lnie ciÄ…gi filtrowania traktowane sÄ… jako wrażliwe na wielkość liter. " +"WÅ‚Ä…cz tÄ™ opcjÄ™, aby dopasowania byÅ‚y wrażliwe na wielkoÅ›ci liter." + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"DomyÅ›lnie filtrowanie jest wykonywane w oparciu o nazwy domen. WÅ‚Ä…cz tÄ™ " +"opcjÄ™, aby zamiast tego używać URL-i." + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"DomyÅ›lnie, reguÅ‚y filtra dziaÅ‚ajÄ… jako czarna lista. Zaznacz tÄ™ opcjÄ™, aby " +"zezwalać wyÅ‚Ä…cznie na pasujÄ…ce URL-e lub nazwy domen." + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Może być adresem lub zakresem adresów IP, nazwÄ… domeny lub \".\" dla " +"dowolnego hosta bez domeny." + +msgid "Configuration" +msgstr "Konfiguracja" + +msgid "Connection timeout" +msgstr "Limit czasu poÅ‚Ä…czenia" + +msgid "Default deny" +msgstr "DomyÅ›lnie blokuj" + +msgid "Enable Tinyproxy server" +msgstr "WÅ‚Ä…cz serwer Tinyproxy" + +msgid "Error page" +msgstr "Strona bÅ‚Ä™du" + +msgid "Failed to retrieve statistics from url:" +msgstr "Nieudane pobieranie statystyk z URL-a:" + +msgid "Filter by RegExp" +msgstr "Filtruj z użyciem rozszerzonych wyrażeÅ„ regularnych" + +msgid "Filter by URLs" +msgstr "Filtruj po adresach URL" + +msgid "Filter case-sensitive" +msgstr "Filtr wrażliwy na wielkość liter" + +msgid "Filter file" +msgstr "Plik z filtrami" + +msgid "Filtering and ACLs" +msgstr "Filtrowanie i Listy kontroli dostÄ™pu" + +msgid "General settings" +msgstr "Ustawienia ogólne" + +msgid "Group" +msgstr "Grupa" + +msgid "HTML template file to serve for stat host requests" +msgstr "Plik szablonu HTML używany do prezentacji statystyk" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "Plik szablonu HTML używany do prezentacji komunikatów bÅ‚Ä™du" + +# ZgadujÄ™, że to ma coÅ› wspólnego z nagłówkami zapytaÅ„ - stÄ…d takie tÅ‚umaczenie. +msgid "Header whitelist" +msgstr "BiaÅ‚a lista nagłówków" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Lista adresów IP lub zakresów, które sÄ… dopuszczone do korzystania z serwera " +"proxy" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"Lista dozwolonych portów dla metody CONNECT. Pojedyncza wartość \"0\" " +"pozwala użyć wszystkich portów" + +msgid "Listen address" +msgstr "NasÅ‚uchiwany adres" + +msgid "Listen port" +msgstr "NasÅ‚uchiwany port" + +msgid "Log file" +msgstr "Plik logowania" + +msgid "Log file to use for dumping messages" +msgstr "Plik logowania zrzucanych wiadomoÅ›ci" + +msgid "Log level" +msgstr "Poziom logowania" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Szczegółowość logowania procesów Tinyproxy" + +msgid "Max. clients" +msgstr "Maks. klientów" + +msgid "Max. requests per server" +msgstr "Maks. żądaÅ„ na serwer" + +msgid "Max. spare servers" +msgstr "Maks. uruchomionych serwerów" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Maksymalna dopuszczalna liczba jednoczeÅ›nie podÅ‚Ä…czonych klientów" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"Maksymalna dopuszczalna liczba żądaÅ„ na proces. JeÅ›li zostanie przekroczona, " +"proces zostanie ponownie uruchomiony. Zero oznacza bez limitu." + +msgid "Maximum number of prepared idle processes" +msgstr "Maksymalna liczba przygotowanych bezczynnych procesów" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" +"Maksymalna liczba sekund dla podtrzymywania otwartego nieaktywnego poÅ‚Ä…czenie" + +msgid "Min. spare servers" +msgstr "Min. liczba zapasowych serwerów" + +msgid "Minimum number of prepared idle processes" +msgstr "Minimalna liczba przygotowanych bezczynnych procesów" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" +"Liczba bezczynnych procesów do wÅ‚Ä…czenia podczas uruchamiania Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" +"Plik tekstowy z URL-ami lub domenami do filtowania. Jeden wpis na liniÄ™." + +msgid "Policy" +msgstr "Polityka" + +msgid "Privacy settings" +msgstr "Ustawienia prywatnoÅ›ci" + +msgid "Reject access" +msgstr "Odmów dostÄ™pu" + +msgid "Server Settings" +msgstr "Ustawienia serwera" + +msgid "Server limits" +msgstr "Limity serwera" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"OkreÅ›la nazwy nagłówków HTTP, które mogÄ… zostać przesÅ‚ane dalej. PozostaÅ‚e " +"bÄ™dÄ… odrzucone. Pozostaw puste, aby wyÅ‚Ä…czyć filtrowanie nagłówków." + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "OkreÅ›la port, na którym Tinyproxy bÄ™dzie oczekiwać żądaÅ„ HTTP." + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "OkreÅ›la nazwÄ™ hosta używanÄ… przez Tinyproxy w nagłówku HTTP \"Via\"." + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"OkreÅ›l adres, z którym zostanie powiÄ…zane Tinyproxy dla wychodzÄ…cych " +"przekazywanych żądaÅ„" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "OkreÅ›la adresy, z których Tinyproxy oczekuje żądaÅ„." + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "OkreÅ›l nazwÄ™ grupy, pod jakÄ… bÄ™dzie pracowaÅ‚ proces Tinyproxy" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"OkreÅ›l serwer proxy typu upstream, który ma zostać użyty w przypadku dostÄ™pu " +"do hosta docelowego. Format to adres:port" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "OkreÅ›l nazwÄ™ użytkownika, pod jakÄ… bÄ™dzie pracowaÅ‚ proces Tinyproxy" + +msgid "Start spare servers" +msgstr "Uruchamiane serwery zapasowe" + +msgid "Statistics page" +msgstr "Strona statystyk" + +msgid "Status" +msgstr "Status" + +msgid "Target host" +msgstr "Host docelowy" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Status serwera Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy to maÅ‚y i szybki niecacheujÄ…cy serwer proxy HTTP(S)" + +msgid "Upstream Proxies" +msgstr "Serwery proxy typu upstream" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"ReguÅ‚y serwerów proxy typu upstream definiujÄ… serwery proxy, które majÄ… " +"zostać użyte w przypadku dostÄ™pu do okreÅ›lonych adresów IP lub domen." + +msgid "Use syslog" +msgstr "Użyj sysloga" + +msgid "User" +msgstr "Użytkownik" + +msgid "Via hostname" +msgstr "Nazwa hosta via" + +msgid "Via proxy" +msgstr "Proxy via" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "Zapisuje komunikaty do sysloga zamiast pliku dziennika" + +msgid "X-Tinyproxy header" +msgstr "Nagłówek X-Tinyproxy" diff --git a/applications/luci-app-tinyproxy/po/pt-br/tinyproxy.po b/applications/luci-app-tinyproxy/po/pt-br/tinyproxy.po new file mode 100644 index 0000000..ef7ffda --- /dev/null +++ b/applications/luci-app-tinyproxy/po/pt-br/tinyproxy.po @@ -0,0 +1,367 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-09-16 02:38+0200\n" +"Last-Translator: Julio Cezar \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Via proxy encaminha as requisições para um dado destino através do " +"proxy superior especificado, Rejeitar acesso desabilita qualquer " +"proxy superior para o alvo" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"Adiciona no cabeçalho do HTTP o campo \"X-Tinyproxy\" com o endereço IP do " +"cliente para encaminhar a requisição" + +msgid "Allowed clients" +msgstr "Clientes permitidos" + +msgid "Allowed connect ports" +msgstr "Portas de conexão permitidas" + +msgid "Bind address" +msgstr "Endereço de saída" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"Por padrão, os filtros usam expressões POSIX básicas. Habilite esta opção " +"para usar expressões regulares extendidas" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"Por padrão, as regras são tratadas como insensíveis a caixa. Habilite esta " +"opção para diferenciar maiúsculas e minúsculas" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"Por padrão, a filtragem é feita baseada nos domínios. Habilite esta opção " +"para, ao invés disto, casar com URLs" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"Por padrão, as regras de filtragem atuam como uma lista negra. Habilite esta " +"opção para somente permitir URLs ou domínios que casem" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Pode ser tanto um como uma faixa de endereços IP, um nome de dompínio ou \"." +"\" para qualquer computador sem domínio" + +msgid "Configuration" +msgstr "Configuração" + +msgid "Connection timeout" +msgstr "Tempo limite de conexão" + +msgid "Default deny" +msgstr "Nege por padrão" + +msgid "Enable Tinyproxy server" +msgstr "Habilitar o servidor Tinyproxy" + +msgid "Error page" +msgstr "Página de erro" + +msgid "Failed to retrieve statistics from url:" +msgstr "Falhou ao tentar obter estatísticas da URL:" + +msgid "Filter by RegExp" +msgstr "Filtrar por Expressão Regular" + +msgid "Filter by URLs" +msgstr "Filtrar por URLs" + +msgid "Filter case-sensitive" +msgstr "Diferenciar maiúsculo/minúsculo no filtro" + +msgid "Filter file" +msgstr "Arquivo de filtro" + +msgid "Filtering and ACLs" +msgstr "Filtragem e ACLs" + +msgid "General settings" +msgstr "Configurações gerais" + +msgid "Group" +msgstr "Grupo" + +msgid "HTML template file to serve for stat host requests" +msgstr "" +"Modelo de arquivo HTML para servir para requisições de estado do computador" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "Modelo de arquivo HTML para servir quando ocorrer error HTTP" + +msgid "Header whitelist" +msgstr "Lista branca do cabeçalho" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"Lista ou faixa de endereços IP a quem é permitido o uso do servidor proxy" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"List as portas que podem utilizar o método CONNECT. Um valor \"0\" único " +"permitirá todas as portas" + +msgid "Listen address" +msgstr "Endereço de escuta" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "Log file" +msgstr "Arquivo de registro" + +msgid "Log file to use for dumping messages" +msgstr "Arquivo de registro usado para despejar as mensagens" + +msgid "Log level" +msgstr "Nível do registro" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Detalhamento dos registors do Tinyproxy" + +msgid "Max. clients" +msgstr "Número máximo de clientes" + +msgid "Max. requests per server" +msgstr "Numero máximo de requisições por servidor" + +msgid "Max. spare servers" +msgstr "Max. servidores sobressalentes" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "Numero máximo permitido de cliente conectados concorrentemente" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"Numero máximo de requisições permitidas por processo. Se este limite é " +"excedido, o processo é redisparado. Zero significa ilimitado." + +msgid "Maximum number of prepared idle processes" +msgstr "Número máximo de processos em espera preparados" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "Número máximo de segundos que uma conexão inativa é mantida aberta" + +msgid "Min. spare servers" +msgstr "Número mínimo de servidores sobressalentes" + +msgid "Minimum number of prepared idle processes" +msgstr "Número mínimo de processos em espera preparados" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "Número de processos em espera iniciado quando o Tinyproxy é disparado" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" +"Arquivo de texto simples com as URLs ou os domínios para filtrar. Uma " +"entrada por linha" + +msgid "Policy" +msgstr "Política" + +msgid "Privacy settings" +msgstr "Configurações de privacidade" + +msgid "Reject access" +msgstr "Rejeitar acesso" + +msgid "Server Settings" +msgstr "Configurações do Servidor" + +msgid "Server limits" +msgstr "Limites do servidor" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"Especifica os nomes dos cabeçalhos HTTP que serão permitidos. Todos os " +"demais serão descartados. Deixe em branco para desabilitar a filtragem de " +"cabeçalho" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "Especifica a porta na qual o Tinyproxy escutará pelas requisições" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" +"Especifica o nome do computador que o Tinyproxy usará no cabeçalho HTTP" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"Especifica o endereço que o Tinyproxy utilizará para encaminhar as " +"requisições" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "Especifica o endereço no qual o Tinyproxy escutará pelas requisições" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "Especifica o nome do grupo com o qual o processo do Tinyproxy rodará" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"Especifica o proxy superior para usar quando acessar o alvo. Formato é " +"address:port" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "Especifica o nome do usuário com o qual o processo do Tinyproxy rodará" + +msgid "Start spare servers" +msgstr "Dispare servidores de espera" + +msgid "Statistics page" +msgstr "Página de estatística" + +msgid "Status" +msgstr "Estado" + +msgid "Target host" +msgstr "Host de destino" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Estado do Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy é um pequeno e rápido Proxy-HTTP(S) sem suporte a cache" + +msgid "Upstream Proxies" +msgstr "Proxies superiores" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"As regras do proxy superior define os servidores de proxy para uso quando " +"certos endereços IP ou domínios forem acessados." + +msgid "Use syslog" +msgstr "Use o syslog" + +msgid "User" +msgstr "Usuário" + +msgid "Via hostname" +msgstr "Via nome do computador" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" +"Escreve as mensagens de registros para o syslog ao invéz do arquivo de " +"registro" + +msgid "X-Tinyproxy header" +msgstr "Cabeçalho do X-Tinyproxy" + +#~ msgid "Allow access from" +#~ msgstr "Permitir acesso de" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Cabeçalhos permitidos para proxy anônimo" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Associar o tráfego de saída ao endereço" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Portas permitidas para o método CONNECT " + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = desativado, vazio = todas" + +#~ msgid "Error document" +#~ msgstr "Documento de erro" + +#~ msgid "Filter list" +#~ msgstr "Lista de filtros" + +#~ msgid "Case sensitive filters" +#~ msgstr "Filtros \"case sensitive\"" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "A lista de filtros é uma lista branca" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Filtros com suporte à expressões regulares" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filtrar URLs em vez de domínios" + +#~ msgid "Listen on address" +#~ msgstr "Escutar no endereço" + +#~ msgid "Logfile" +#~ msgstr "Arquivo de log" + +#~ msgid "Maximum number of clients" +#~ msgstr "Número máximo de clientes" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Máximo de solicitações por thread" + +#~ msgid "Spare servers to start with" +#~ msgstr "Servidores sobressalentes iniciar com" + +#~ msgid "Statistic document" +#~ msgstr "Documento de estatísticas" + +#~ msgid "Write to syslog" +#~ msgstr "Escrever para syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Timeout de conexão" + +#~ msgid "Value of Via-Header" +#~ msgstr "Valor do cabeçalho \"Via-Header\"" + +#~ msgid "Include client IP" +#~ msgstr "Incluir o IP do cliente" + +#~ msgid "Upstream Control" +#~ msgstr "Controle de Upstream" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Upstream Proxy" +#~ msgstr "Proxy para Upstream" diff --git a/applications/luci-app-tinyproxy/po/pt/tinyproxy.po b/applications/luci-app-tinyproxy/po/pt/tinyproxy.po new file mode 100644 index 0000000..833a7fa --- /dev/null +++ b/applications/luci-app-tinyproxy/po/pt/tinyproxy.po @@ -0,0 +1,334 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-05-31 23:38+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "Clientes permitidos" + +msgid "Allowed connect ports" +msgstr "Portas onde é permitido ligar" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "Configuração" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "Ativar servidor Tinyproxy" + +msgid "Error page" +msgstr "Página de erro" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "Definições globais" + +msgid "Group" +msgstr "Grupo" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "Endereço de escuta" + +msgid "Listen port" +msgstr "Porta de escuta" + +msgid "Log file" +msgstr "Ficheiro de log" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "Nível do log" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "Max. servidores sobressalentes" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "Min. servidores sobressalentes" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "Política" + +msgid "Privacy settings" +msgstr "Definições de Privacidade" + +msgid "Reject access" +msgstr "Rejeitar o acesso" + +msgid "Server Settings" +msgstr "Definições do Servidor" + +msgid "Server limits" +msgstr "Limites do servidor" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" +"Especifica o nome do grupo que através do qual o processo do Tinyproxy é " +"executado" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "Iniciar servidores suplentes" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "Estado" + +msgid "Target host" +msgstr "Host de destino" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Estado do Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy é um pequeno e rápido Proxy-HTTP(S) sem suporte à cache" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "Usar o syslog" + +msgid "User" +msgstr "Utilizador" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "Escreve as mensagens para o syslog ao invés do ficheiro de log" + +msgid "X-Tinyproxy header" +msgstr "" + +#~ msgid "Allow access from" +#~ msgstr "Permitir acesso de" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Cabeçalhos permitidos para proxy anônimo" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Associar o tráfego de saída ao endereço" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Portas permitidas para o método CONNECT " + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0 = desativado, vazio = todas" + +#~ msgid "Error document" +#~ msgstr "Documento de erro" + +#~ msgid "Filter list" +#~ msgstr "Lista de filtros" + +#~ msgid "Case sensitive filters" +#~ msgstr "Filtros \"case sensitive\"" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "A lista de filtros é uma lista branca" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Filtros com suporte à expressões regulares" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Filtrar URLs em vez de domínios" + +#~ msgid "Listen on address" +#~ msgstr "Escutar no endereço" + +#~ msgid "Logfile" +#~ msgstr "Arquivo de log" + +#~ msgid "Maximum number of clients" +#~ msgstr "Número máximo de clientes" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Máximo de solicitações por thread" + +#~ msgid "Spare servers to start with" +#~ msgstr "Servidores sobressalentes iniciar com" + +#~ msgid "Statistic document" +#~ msgstr "Documento de estatísticas" + +#~ msgid "Write to syslog" +#~ msgstr "Escrever para syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Timeout de conexão" + +#~ msgid "Value of Via-Header" +#~ msgstr "Valor do cabeçalho \"Via-Header\"" + +#~ msgid "Include client IP" +#~ msgstr "Incluir o IP do cliente" + +#~ msgid "Upstream Control" +#~ msgstr "Controle de Upstream" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Upstream Proxy" +#~ msgstr "Proxy para Upstream" diff --git a/applications/luci-app-tinyproxy/po/ro/tinyproxy.po b/applications/luci-app-tinyproxy/po/ro/tinyproxy.po new file mode 100644 index 0000000..799fecb --- /dev/null +++ b/applications/luci-app-tinyproxy/po/ro/tinyproxy.po @@ -0,0 +1,256 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/ru/tinyproxy.po b/applications/luci-app-tinyproxy/po/ru/tinyproxy.po new file mode 100644 index 0000000..f9a3c23 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/ru/tinyproxy.po @@ -0,0 +1,294 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: tinyproxy\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 20:24+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"Через прокÑи перенаправлÑет запроÑÑ‹ на заданные узлы через " +"указанный прокÑи, ОтклонÑÑ‚ÑŒ доÑтуп отключает иÑпользование прокÑи " +"Ð´Ð»Ñ Ð²Ñех узлов" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" +"ДобавлÑет HTTP-заголовок \"X-Tinyproxy\" Ñ IP-адреÑом клиента ко вÑем " +"перенаправленным запроÑам" + +msgid "Allowed clients" +msgstr "Разрешённые клиенты" + +msgid "Allowed connect ports" +msgstr "Разрешённые порты подключениÑ" + +msgid "Bind address" +msgstr "ÐÐ´Ñ€ÐµÑ Ð¿Ñ€Ð¸Ð²Ñзки" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"Разрешить иÑпользование раÑширенных регулÑрных выражений Ð´Ð»Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ð¸. По " +"умолчанию, иÑпользуютÑÑ Ð±Ð°Ð·Ð¾Ð²Ñ‹Ðµ POSIX-выражениÑ" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" +"По умолчанию, Ñтроки фильтрации региÑтро-незавиÑимы. Включите Ñту опцию, " +"чтобы Ñделать Ñравнение региÑтро-завиÑимым" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" +"По умолчанию, Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑетÑÑ Ð½Ð° оÑнове имени домена. Включите Ñту " +"опцию, чтобы фильтровать при помощи URL" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"По умолчанию, Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ в режиме чёрного ÑпиÑка. Включите Ñту " +"опцию, чтобы разрешить только опредёленные URL или доменные имена" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" +"Может быть IP-адреÑом, диапазоном, именем домена или \".\" Ð´Ð»Ñ Ð»ÑŽÐ±Ð¾Ð³Ð¾ хоÑта " +"без домена" + +msgid "Configuration" +msgstr "КонфигурациÑ" + +msgid "Connection timeout" +msgstr "Таймаут ÑоединениÑ" + +msgid "Default deny" +msgstr "Запретить по умолчанию" + +msgid "Enable Tinyproxy server" +msgstr "Включить Ñервер Tinyproxy" + +msgid "Error page" +msgstr "Страница ошибки" + +msgid "Failed to retrieve statistics from url:" +msgstr "Ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÑтатиÑтики по URL:" + +msgid "Filter by RegExp" +msgstr "Фильтровать при помощи регулÑрных выражений" + +msgid "Filter by URLs" +msgstr "Фильтровать по URL" + +msgid "Filter case-sensitive" +msgstr "Фильтровать Ñ ÑƒÑ‡Ñ‘Ñ‚Ð¾Ð¼ региÑтра" + +msgid "Filter file" +msgstr "Файл фильтрации" + +msgid "Filtering and ACLs" +msgstr "Ð¤Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð¸ ACL" + +msgid "General settings" +msgstr "Общие наÑтройки" + +msgid "Group" +msgstr "Группа" + +msgid "HTML template file to serve for stat host requests" +msgstr "HTML-шаблон Ð´Ð»Ñ ÑтатиÑтики хоÑтов" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "HTML-шаблон Ð´Ð»Ñ Ð²Ñ‹Ð²Ð¾Ð´Ð° ошибок HTTP" + +msgid "Header whitelist" +msgstr "Белый ÑпиÑок заголовков" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" +"СпиÑок или диапазон IP-адреÑов, которым разрешено иÑпользовать прокÑи-Ñервер" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" +"СпиÑок разрешённых портов Ð´Ð»Ñ Ð¼ÐµÑ‚Ð¾Ð´Ð° CONNECT. Значение \"0\" разрешает вÑе " +"порты" + +msgid "Listen address" +msgstr "ÐдреÑ" + +msgid "Listen port" +msgstr "Порт" + +msgid "Log file" +msgstr "Файл журналированиÑ" + +msgid "Log file to use for dumping messages" +msgstr "Файл Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи Ñообщений" + +msgid "Log level" +msgstr "Уровень журналированиÑ" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "Уровень подробноÑти Ð¶ÑƒÑ€Ð½Ð°Ð»Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑÑа Tinyproxy" + +msgid "Max. clients" +msgstr "МакÑ. кол-во клиентов" + +msgid "Max. requests per server" +msgstr "МакÑ. кол-во запроÑов на Ñервер" + +msgid "Max. spare servers" +msgstr "МакÑ. кол-во Ñерверов ожиданиÑ" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "МакÑимально допуÑтимое количеÑтво одновременно подключенных клиентов" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" +"МакÑимально допуÑтимое количеÑтво запроÑов на процеÑÑ. ЕÑли превышено, " +"процеÑÑ Ð±ÑƒÐ´ÐµÑ‚ перезапущен. Ðоль отключает данное ограничение." + +msgid "Maximum number of prepared idle processes" +msgstr "МакÑимальное количеÑтво готовых к обработке процеÑÑов" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" +"МакÑимальное количеÑтво Ñекунд, в течение которых неактивное Ñоединение " +"оÑтаётÑÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼" + +msgid "Min. spare servers" +msgstr "Мин. кол-во Ñерверов ожиданиÑ" + +msgid "Minimum number of prepared idle processes" +msgstr "Минимальное количеÑтво готовых к обработке процеÑÑов" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "КоличеÑтво готовых к обработке процеÑÑов при Ñтарте Tinyproxy" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "Файл Ñ URL или доменами Ð´Ð»Ñ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ð¸. Одна запиÑÑŒ на Ñтроку" + +msgid "Policy" +msgstr "Политика" + +msgid "Privacy settings" +msgstr "ÐаÑтройки конфиденциальноÑти" + +msgid "Reject access" +msgstr "ОтклонÑÑ‚ÑŒ доÑтуп" + +msgid "Server Settings" +msgstr "ÐаÑтройки Ñервера" + +msgid "Server limits" +msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ñервера" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" +"ОпределÑет HTTP-заголовки, которым разрешено проходить через прокÑи. " +"ОÑтавьте пуÑтым, чтобы не фильтровать заголовки" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "ОпределÑет порт HTTP, на котором Tinyproxy ожидает запроÑÑ‹" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" +"ОпределÑет Ð¸Ð¼Ñ Ñ…Ð¾Ñта Tinyproxy, которое будет иÑпользовано в HTTP-заголовке " +"Via" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" +"ОпределÑет адреÑ, к которому привÑзываетÑÑ Tinyproxy Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ иÑходÑщих " +"запроÑов" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "ОпределÑет адреÑ, на котором Tinyproxy ожидает запроÑÑ‹" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "ОпределÑет Ð¸Ð¼Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹, в которой работает Tinyproxy" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" +"ОпределÑет прокÑи воÑходÑщего канала Ð´Ð»Ñ Ð´Ð¾Ñтупа к хоÑту в формате " +"адреÑ:порт" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "ОпределÑет пользователÑ, от имени которого работает Tinyproxy" + +msgid "Start spare servers" +msgstr "ЗапуÑтить указанное количеÑтво готовых к обработке процеÑÑов" + +msgid "Statistics page" +msgstr "Страница ÑтатиÑтики" + +msgid "Status" +msgstr "СоÑтоÑние" + +msgid "Target host" +msgstr "ХоÑÑ‚ назначениÑ" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "СоÑтоÑние Tinyproxy" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy - быÑтрый HTTP(S)-прокÑи, не иÑпользующий кÑш" + +msgid "Upstream Proxies" +msgstr "ПрокÑи Ð´Ð»Ñ Ð¸ÑходÑщего трафика" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" +"ПрокÑи Ð´Ð»Ñ Ð¸ÑходÑщего трафика при обращении к определённым IP-адреÑам или " +"доменам." + +msgid "Use syslog" +msgstr "ИÑпользовать ÑиÑтемный журнал" + +msgid "User" +msgstr "Пользователь" + +msgid "Via hostname" +msgstr "Ð˜Ð¼Ñ Ñ…Ð¾Ñта Via" + +msgid "Via proxy" +msgstr "Через прокÑи" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "ЗапиÑывать ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð¶ÑƒÑ€Ð½Ð°Ð»Ð° в ÑиÑтемный журнал вмеÑто файла" + +msgid "X-Tinyproxy header" +msgstr "Заголовок X-Tinyproxy" diff --git a/applications/luci-app-tinyproxy/po/sk/tinyproxy.po b/applications/luci-app-tinyproxy/po/sk/tinyproxy.po new file mode 100644 index 0000000..128c71d --- /dev/null +++ b/applications/luci-app-tinyproxy/po/sk/tinyproxy.po @@ -0,0 +1,255 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/sv/tinyproxy.po b/applications/luci-app-tinyproxy/po/sv/tinyproxy.po new file mode 100644 index 0000000..f706056 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/sv/tinyproxy.po @@ -0,0 +1,256 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot b/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot new file mode 100644 index 0000000..712fad9 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot @@ -0,0 +1,248 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/tr/tinyproxy.po b/applications/luci-app-tinyproxy/po/tr/tinyproxy.po new file mode 100644 index 0000000..a7af49d --- /dev/null +++ b/applications/luci-app-tinyproxy/po/tr/tinyproxy.po @@ -0,0 +1,255 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/uk/tinyproxy.po b/applications/luci-app-tinyproxy/po/uk/tinyproxy.po new file mode 100644 index 0000000..2e268ba --- /dev/null +++ b/applications/luci-app-tinyproxy/po/uk/tinyproxy.po @@ -0,0 +1,256 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-tinyproxy/po/vi/tinyproxy.po b/applications/luci-app-tinyproxy/po/vi/tinyproxy.po new file mode 100644 index 0000000..6c825f5 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/vi/tinyproxy.po @@ -0,0 +1,332 @@ +# tinyproxy.pot +# generated from ./applications/luci-tinyproxy/luasrc/i18n/tinyproxy.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:58+0200\n" +"PO-Revision-Date: 2009-08-13 03:36+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "Log level" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "Tối Ä‘a spare servers" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "Tối thiểu spare servers" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "Từ chối truy cập " + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "Host mục tiêu" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy là má»™t proxy nhá» và nhanh không-cạc HTTP(S)" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "Via proxy" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" + +#~ msgid "Allow access from" +#~ msgstr "Cho phép truy cập từ" + +#~ msgid "Allowed headers for anonymous proxy" +#~ msgstr "Cho phép headers cho anonymous proxy" + +#~ msgid "Bind outgoing traffic to address" +#~ msgstr "Blind lÆ°u lượng truy cập ngoài vào địa chỉ" + +#~ msgid "Ports allowed for CONNECT method" +#~ msgstr "Cổng cho phép phÆ°Æ¡ng pháp CONNECT" + +#~ msgid "0 = disabled, empty = all" +#~ msgstr "0=vô hiệu hóa, rá»—ng = tất cả" + +#~ msgid "Error document" +#~ msgstr "Tài liệu lá»—i" + +#~ msgid "Filter list" +#~ msgstr "Lá»c list" + +#~ msgid "Case sensitive filters" +#~ msgstr "Lá»c phím nhạy cảm" + +#~ msgid "Filter list is a whitelist" +#~ msgstr "Lá»c list là má»™t whitelist" + +#~ msgid "Extended regular expression filters" +#~ msgstr "Mở rá»™ng các bá»™ lá»c thÆ°á»ng xuyên biểu" + +#~ msgid "Filter URLs instead of domains" +#~ msgstr "Lá»c URLs thay domain" + +#~ msgid "Listen on address" +#~ msgstr "Nghe trên địa chỉ" + +#~ msgid "Logfile" +#~ msgstr "Logfile" + +#~ msgid "Maximum number of clients" +#~ msgstr "Tối Ä‘a số lượng khách hàng" + +#~ msgid "Maximum requests per thread" +#~ msgstr "Tối Ä‘a yêu cầu trên thread" + +#~ msgid "Spare servers to start with" +#~ msgstr "Spare servers bắt đầu vá»›i" + +#~ msgid "Statistic document" +#~ msgstr "Tài liệu thống kê" + +#~ msgid "Write to syslog" +#~ msgstr "viết tá»›i syslog" + +#~ msgid "Connection Timeout" +#~ msgstr "Kết nối hết hiệu lá»±c" + +#~ msgid "Value of Via-Header" +#~ msgstr "Giá trị của Via-Header" + +#~ msgid "Include client IP" +#~ msgstr "Bao gồm IP của khách hàng" + +#~ msgid "Upstream Control" +#~ msgstr "Äiá»u khiển Upstream " + +#~ msgid "Type" +#~ msgstr "Loại " + +#~ msgid "Upstream Proxy" +#~ msgstr "Upstream Proxy" diff --git a/applications/luci-app-tinyproxy/po/zh-cn/tinyproxy.po b/applications/luci-app-tinyproxy/po/zh-cn/tinyproxy.po new file mode 100644 index 0000000..828e952 --- /dev/null +++ b/applications/luci-app-tinyproxy/po/zh-cn/tinyproxy.po @@ -0,0 +1,262 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-10 19:43+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" +"通过代ç†å…许给定的对象ç»è¿‡æŒ‡å®šçš„上行代ç†çš„路由请求。拒ç»ä»£ç† ç¦ç”¨å¯¹è±¡çš„任何上行代ç†ã€‚" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "转å‘请求时增加了一个客户机IP地å€å’Œâ€œX-Tinyproxy“HTTP头" + +msgid "Allowed clients" +msgstr "授æƒå®¢æˆ·ç«¯" + +msgid "Allowed connect ports" +msgstr "å…许的连接端å£" + +msgid "Bind address" +msgstr "绑定地å€" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" +"默认情况下,使用基本的POSIX表达å¼ä½œä¸ºæ»¤è§„则。å¯ç”¨è¿™ä¸ªä»¥ä½¿ç”¨æ­£è§„表达å¼ä»£æ›¿ä¹‹ã€‚" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "默认情况下,过滤规则是ä¸åŒºåˆ†å¤§å°å†™çš„。å¯ç”¨å®ƒåˆ™è½¬ä¸ºåŒºåˆ†å¤§å°å†™ã€‚" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "默认情况下,过滤器åªåŒ¹é…域å。å¯ç”¨å®ƒä»¥åŒ¹é…URL。" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" +"默认情况下,过滤规则将以黑åå•å½¢å¼åŒ¹é…。å¯ç”¨å®ƒå°†ä»…å…许过滤规则里的URL或域å。" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "å¯ä»¥æ˜¯IP地å€æˆ–者范围,也å¯ä»¥æ˜¯åŸŸå或者以\".\"代表任æ„主机" + +msgid "Configuration" +msgstr "é…ç½®" + +msgid "Connection timeout" +msgstr "连接超时时间" + +msgid "Default deny" +msgstr "默认拒ç»" + +msgid "Enable Tinyproxy server" +msgstr "å¯ç”¨Tinyproxy" + +msgid "Error page" +msgstr "错误页é¢" + +msgid "Failed to retrieve statistics from url:" +msgstr "从url未能检索统计信æ¯" + +msgid "Filter by RegExp" +msgstr "正则表达å¼è¿‡æ»¤å™¨" + +msgid "Filter by URLs" +msgstr "基于URL的过滤器" + +msgid "Filter case-sensitive" +msgstr "过滤器大å°å†™æ•æ„Ÿ" + +msgid "Filter file" +msgstr "过滤器文件" + +msgid "Filtering and ACLs" +msgstr "过滤规则和访问控制列表" + +msgid "General settings" +msgstr "基本设置" + +msgid "Group" +msgstr "è¿è¡Œç»„" + +msgid "HTML template file to serve for stat host requests" +msgstr "为统计主机HTML模æ¿æ–‡ä»¶" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "HTTP出错页é¢HTML模æ¿" + +msgid "Header whitelist" +msgstr "头白åå•" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "å…许访问代ç†æœåŠ¡å™¨çš„IP或IP段列表" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "å…许CONNECT方法连接的端å£åˆ—表,0代表所有端å£ã€‚" + +msgid "Listen address" +msgstr "æœåŠ¡åœ°å€" + +msgid "Listen port" +msgstr "æœåŠ¡ç«¯å£" + +msgid "Log file" +msgstr "日志文件" + +msgid "Log file to use for dumping messages" +msgstr "用于消æ¯è½¬å‚¨çš„日志文件" + +msgid "Log level" +msgstr "记录等级" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "冗长的Tinyproxy过程日志" + +msgid "Max. clients" +msgstr "最大客户端数" + +msgid "Max. requests per server" +msgstr "å•è¿›ç¨‹æœ€å¤§è¯·æ±‚æ•°" + +msgid "Max. spare servers" +msgstr "最多备用æœåŠ¡å™¨" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "å…许åŒæ—¶è¿žæŽ¥çš„最大客户端数é‡" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "å•ä¸ªè¿›ç¨‹å…许的最多请求数,超过这个值,进程将é‡å¯ã€‚0表示ä¸é™åˆ¶ã€‚" + +msgid "Maximum number of prepared idle processes" +msgstr "备用进程数的最大值" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "活动连接ä¿æŒæ‰“开的最长秒数" + +msgid "Min. spare servers" +msgstr "最少备用æœåŠ¡å™¨" + +msgid "Minimum number of prepared idle processes" +msgstr "备用进程数的最å°å€¼" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "å¯åŠ¨Tinyproxy时开å¯çš„进程数" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "用于过滤器的文本,包å«URL或者域å,æ¯è¡Œä¸€æ¡ã€‚" + +msgid "Policy" +msgstr "ç­–ç•¥" + +msgid "Privacy settings" +msgstr "策略设置" + +msgid "Reject access" +msgstr "æ‹’ç»è®¿é—®" + +msgid "Server Settings" +msgstr "æœåŠ¡å™¨è®¾ç½®" + +msgid "Server limits" +msgstr "æœåŠ¡å™¨é™åˆ¶" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "指定HTTP报头å称å¯ç›´é€šçš„,其它将被丢弃。ä¿ç•™ç©ºï¼Œç¦ç”¨å¤´è¿‡æ»¤" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "Tinyproxy正在侦å¬è¯·æ±‚的指定HTTP端å£" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "通过HTTP头使用指定Tinyproxy主机å" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "指定æœåŠ¡å™¨å‘外转å‘请求时所使用的地å€" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "指定æœåŠ¡å™¨æŽ¥æ”¶ä»£ç†è¯·æ±‚所使用的地å€" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "指定Tinyproxy进程所属组" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "指定上级代ç†. æ ¼å¼ IP地å€:端å£" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "指定Tinyproxy进程所属用户" + +msgid "Start spare servers" +msgstr "å¯åŠ¨å¤‡ç”¨æœåŠ¡å™¨" + +msgid "Statistics page" +msgstr "统计页é¢" + +msgid "Status" +msgstr "状æ€" + +msgid "Target host" +msgstr "目标主机" + +msgid "Tinyproxy" +msgstr "Tinyproxy" + +msgid "Tinyproxy Status" +msgstr "Tinyproxy状æ€" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "Tinyproxy是一个轻é‡çº§æ— ç¼“存机制的高速HTTP(S)代ç†æœåŠ¡å™¨" + +msgid "Upstream Proxies" +msgstr "上级代ç†" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "当访问特定IP地å€æˆ–域å时,使用外出代ç†è§„则定义的代ç†æœåŠ¡å™¨ã€‚" + +msgid "Use syslog" +msgstr "使用系统日志æœåŠ¡" + +msgid "User" +msgstr "è¿è¡Œç”¨æˆ·" + +msgid "Via hostname" +msgstr "通过主机å" + +msgid "Via proxy" +msgstr "通过代ç†" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "将日志写入系统日志以代替指定的日志文件" + +msgid "X-Tinyproxy header" +msgstr "X-Tinyproxy头" diff --git a/applications/luci-app-tinyproxy/po/zh-tw/tinyproxy.po b/applications/luci-app-tinyproxy/po/zh-tw/tinyproxy.po new file mode 100644 index 0000000..849fcde --- /dev/null +++ b/applications/luci-app-tinyproxy/po/zh-tw/tinyproxy.po @@ -0,0 +1,254 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "" +"Via proxy routes requests to the given target via the specifed " +"upstream proxy, Reject access disables any upstream proxy for the " +"target" +msgstr "" + +msgid "" +"Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " +"requests" +msgstr "" + +msgid "Allowed clients" +msgstr "" + +msgid "Allowed connect ports" +msgstr "" + +msgid "Bind address" +msgstr "" + +msgid "" +"By default, basic POSIX expressions are used for filtering. Enable this to " +"activate extended regular expressions" +msgstr "" + +msgid "" +"By default, filter strings are treated as case-insensitive. Enable this to " +"make the matching case-sensitive" +msgstr "" + +msgid "" +"By default, filtering is done based on domain names. Enable this to match " +"against URLs instead" +msgstr "" + +msgid "" +"By default, the filter rules act as blacklist. Enable this option to only " +"allow matched URLs or domain names" +msgstr "" + +msgid "" +"Can be either an IP address or range, a domain name or \".\" for any host " +"without domain" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Default deny" +msgstr "" + +msgid "Enable Tinyproxy server" +msgstr "" + +msgid "Error page" +msgstr "" + +msgid "Failed to retrieve statistics from url:" +msgstr "" + +msgid "Filter by RegExp" +msgstr "" + +msgid "Filter by URLs" +msgstr "" + +msgid "Filter case-sensitive" +msgstr "" + +msgid "Filter file" +msgstr "" + +msgid "Filtering and ACLs" +msgstr "" + +msgid "General settings" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "HTML template file to serve for stat host requests" +msgstr "" + +msgid "HTML template file to serve when HTTP errors occur" +msgstr "" + +msgid "Header whitelist" +msgstr "" + +msgid "" +"List of IP addresses or ranges which are allowed to use the proxy server" +msgstr "" + +msgid "" +"List of allowed ports for the CONNECT method. A single value \"0\" allows " +"all ports" +msgstr "" + +msgid "Listen address" +msgstr "" + +msgid "Listen port" +msgstr "" + +msgid "Log file" +msgstr "" + +msgid "Log file to use for dumping messages" +msgstr "" + +msgid "Log level" +msgstr "" + +msgid "Logging verbosity of the Tinyproxy process" +msgstr "" + +msgid "Max. clients" +msgstr "" + +msgid "Max. requests per server" +msgstr "" + +msgid "Max. spare servers" +msgstr "" + +msgid "Maximum allowed number of concurrently connected clients" +msgstr "" + +msgid "" +"Maximum allowed number of requests per process. If it is exeeded, the " +"process is restarted. Zero means unlimited." +msgstr "" + +msgid "Maximum number of prepared idle processes" +msgstr "" + +msgid "Maximum number of seconds an inactive connection is held open" +msgstr "" + +msgid "Min. spare servers" +msgstr "" + +msgid "Minimum number of prepared idle processes" +msgstr "" + +msgid "Number of idle processes to start when launching Tinyproxy" +msgstr "" + +msgid "Plaintext file with URLs or domains to filter. One entry per line" +msgstr "" + +msgid "Policy" +msgstr "" + +msgid "Privacy settings" +msgstr "" + +msgid "Reject access" +msgstr "" + +msgid "Server Settings" +msgstr "" + +msgid "Server limits" +msgstr "" + +msgid "" +"Specifies HTTP header names which are allowed to pass-through, all others " +"are discarded. Leave empty to disable header filtering" +msgstr "" + +msgid "Specifies the HTTP port Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header" +msgstr "" + +msgid "" +"Specifies the address Tinyproxy binds to for outbound forwarded requests" +msgstr "" + +msgid "Specifies the addresses Tinyproxy is listening on for requests" +msgstr "" + +msgid "Specifies the group name the Tinyproxy process is running as" +msgstr "" + +msgid "" +"Specifies the upstream proxy to use for accessing the target host. Format is " +"address:port" +msgstr "" + +msgid "Specifies the user name the Tinyproxy process is running as" +msgstr "" + +msgid "Start spare servers" +msgstr "" + +msgid "Statistics page" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Target host" +msgstr "" + +msgid "Tinyproxy" +msgstr "" + +msgid "Tinyproxy Status" +msgstr "" + +msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" +msgstr "" + +msgid "Upstream Proxies" +msgstr "" + +msgid "" +"Upstream proxy rules define proxy servers to use when accessing certain IP " +"addresses or domains." +msgstr "" + +msgid "Use syslog" +msgstr "" + +msgid "User" +msgstr "" + +msgid "Via hostname" +msgstr "" + +msgid "Via proxy" +msgstr "" + +msgid "Writes log messages to syslog instead of a log file" +msgstr "" + +msgid "X-Tinyproxy header" +msgstr "" diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile new file mode 100644 index 0000000..45175b7 --- /dev/null +++ b/applications/luci-app-transmission/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Transmission +LUCI_DEPENDS:=+transmission-daemon + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-transmission/luasrc/controller/transmission.lua b/applications/luci-app-transmission/luasrc/controller/transmission.lua new file mode 100644 index 0000000..b54b92b --- /dev/null +++ b/applications/luci-app-transmission/luasrc/controller/transmission.lua @@ -0,0 +1,14 @@ +-- Copyright 2012 Gabor Varga +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.transmission", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/transmission") then + return + end + + local page = entry({"admin", "services", "transmission"}, cbi("transmission"), _("Transmission")) + page.dependent = true + +end diff --git a/applications/luci-app-transmission/luasrc/model/cbi/transmission.lua b/applications/luci-app-transmission/luasrc/model/cbi/transmission.lua new file mode 100644 index 0000000..ec19f47 --- /dev/null +++ b/applications/luci-app-transmission/luasrc/model/cbi/transmission.lua @@ -0,0 +1,220 @@ +-- Copyright 2012 Gabor Varga +-- Licensed to the public under the Apache License 2.0. + +require("luci.sys") +require("luci.util") +require("luci.model.ipkg") + +local uci = require "luci.model.uci".cursor() +local trport = uci:get_first("transmission", "transmission", "rpc_port") or 9091 +local running = (luci.sys.call("pidof transmission-daemon > /dev/null") == 0) +local webinstalled = luci.model.ipkg.installed("transmission-web") +local button = "" +if running and webinstalled then + button = "      " +end + +m = Map("transmission", "Transmission", translate("Transmission daemon is a simple bittorrent client, here you can configure the settings.") .. button) + +s=m:section(TypedSection, "transmission", translate("Global settings")) +s.addremove=false +s.anonymous=true + +enable=s:option(Flag, "enabled", translate("Enabled")) +enable.rmempty=false +config_dir=s:option(Value, "config_dir", translate("Config file directory")) +user=s:option(ListValue, "user", translate("Run daemon as user")) +local p_user +for _, p_user in luci.util.vspairs(luci.util.split(luci.sys.exec("cat /etc/passwd | cut -f 1 -d :"))) do + user:value(p_user) +end +cache_size_mb=s:option(Value, "cache_size_mb", translate("Cache size in MB")) + +bandwidth=m:section(TypedSection, "transmission", translate("Bandwidth settings")) +bandwidth.anonymous=true +alt_speed_enabled=bandwidth:option(Flag, "alt_speed_enabled", translate("Alternative speed enabled")) +alt_speed_enabled.enabled="true" +alt_speed_enabled.disabled="false" +alt_speed_down=bandwidth:option(Value, "alt_speed_down", translate("Alternative download speed"), "KB/s") +alt_speed_down:depends("alt_speed_enabled", "true") +alt_speed_up=bandwidth:option(Value, "alt_speed_up", translate("Alternative upload speed"), "KB/s") +alt_speed_up:depends("alt_speed_enabled", "true") +speed_limit_down_enabled=bandwidth:option(Flag, "speed_limit_down_enabled", translate("Speed limit down enabled")) +speed_limit_down_enabled.enabled="true" +speed_limit_down_enabled.disabled="false" +speed_limit_down=bandwidth:option(Value, "speed_limit_down", translate("Speed limit down"), "KB/s") +speed_limit_down:depends("speed_limit_down_enabled", "true") +speed_limit_up_enabled=bandwidth:option(Flag, "speed_limit_up_enabled", translate("Speed limit up enabled")) +speed_limit_up_enabled.enabled="true" +speed_limit_up_enabled.disabled="false" +speed_limit_up=bandwidth:option(Value, "speed_limit_up", translate("Speed limit up"), "KB/s") +speed_limit_up:depends("speed_limit_up_enabled", "true") +upload_slots_per_torrent=bandwidth:option(Value, "upload_slots_per_torrent", translate("Upload slots per torrent")) + +blocklists=m:section(TypedSection, "transmission", translate("Blocklists")) +blocklists.anonymous=true +blocklist_enabled=blocklists:option(Flag, "blocklist_enabled", translate("Block list enabled")) +blocklist_enabled.enabled="true" +blocklist_enabled.disabled="false" +blocklist_url=blocklists:option(Value, "blocklist_url", translate("Blocklist URL")) +blocklist_url:depends("blocklist_enabled", "true") + +fileslocations=m:section(TypedSection, "transmission", translate("Files and Locations")) +fileslocations.anonymous=true +download_dir=fileslocations:option(Value, "download_dir", translate("Download directory")) +incomplete_dir_enabled=fileslocations:option(Flag, "incomplete_dir_enabled", translate("Incomplete directory enabled")) +incomplete_dir_enabled.enabled="true" +incomplete_dir_enabled.disabled="false" +incomplete_dir=fileslocations:option(Value, "incomplete_dir", translate("Incomplete directory")) +incomplete_dir:depends("incomplete_dir_enabled", "true") +preallocation=fileslocations:option(ListValue, "preallocation", translate("preallocation")) +preallocation:value("0", translate("Off")) +preallocation:value("1", translate("Fast")) +preallocation:value("2", translate("Full")) +prefetch_enabled=fileslocations:option(Flag, "prefetch_enabled", translate("Prefetch enabled")) +rename_partial_files=fileslocations:option(Flag, "rename_partial_files", translate("Rename partial files")) +rename_partial_files.enableid="true" +rename_partial_files.disabled="false" +start_added_torrents=fileslocations:option(Flag, "start_added_torrents", translate("Automatically start added torrents")) +start_added_torrents.enabled="true" +start_added_torrents.disabled="false" +trash_original_torrent_files=fileslocations:option(Flag, "trash_original_torrent_files", translate("Trash original torrent files")) +trash_original_torrent_files.enabled="true" +trash_original_torrent_files.disabled="false" +umask=fileslocations:option(Value, "umask", "umask") +watch_dir_enabled=fileslocations:option(Flag, "watch_dir_enabled", translate("Enable watch directory")) +watch_dir_enabled.enabled="true" +watch_dir_enabled.disabled="false" +watch_dir=fileslocations:option(Value, "watch_dir", translate("Watch directory")) +watch_dir:depends("watch_dir_enabled", "true") + +misc=m:section(TypedSection, "transmission", translate("Miscellaneous")) +misc.anonymous=true +dht_enabled=misc:option(Flag, "dht_enabled", translate("DHT enabled")) +dht_enabled.enabled="true" +dht_enabled.disabled="false" +encryption=misc:option(ListValue, "encryption", translate("Encryption")) +encryption:value("0", translate("Off")) +encryption:value("1", translate("Preferred")) +encryption:value("2", translate("Forced")) +lazy_bitfield_enabled=misc:option(Flag, "lazy_bitfield_enabled", translate("Lazy bitfield enabled")) +lazy_bitfield_enabled.enabled="true" +lazy_bitfield_enabled.disabled="false" +lpd_enabled=misc:option(Flag, "lpd_enabled", translate("LPD enabled")) +lpd_enabled.enabled="true" +lpd_enabled.disabled="false" +message_level=misc:option(ListValue, "message_level", translate("Message level")) +message_level:value("0", translate("None")) +message_level:value("1", translate("Error")) +message_level:value("2", translate("Info")) +message_level:value("3", translate("Debug")) +pex_enabled=misc:option(Flag, "pex_enabled", translate("PEX enabled")) +pex_enabled.enabled="true" +pex_enabled.disabled="false" +script_torrent_done_enabled=misc:option(Flag, "script_torrent_done_enabled", translate("Script torrent done enabled")) +script_torrent_done_enabled.enabled="true" +script_torrent_done_enabled.disabled="false" +script_torrent_done_filename=misc:option(Value, "script_torrent_done_filename", translate("Script torrent done filename")) +script_torrent_done_filename:depends("script_torrent_done_enabled", "true") +idle_seeding_limit_enabled=misc:option(Flag, "idle_seeding_limit_enabled", translate("Idle seeding limit enabled")) +idle_seeding_limit_enabled.enabled="true" +idle_seeding_limit_enabled.disabled="false" +idle_seeding_limit=misc:option(Value, "idle_seeding_limit", translate("Idle seeding limit")) +idle_seeding_limit:depends("idle_seeding_limit_enabled", "true") +utp_enabled=misc:option(Flag, "utp_enabled", translate("uTP enabled")) +utp_enabled.enabled="true" +utp_enabled.disabled="false" + +peers=m:section(TypedSection, "transmission", translate("Peer settings")) +peers.anonymous=true +bind_address_ipv4=peers:option(Value, "bind_address_ipv4", translate("Binding address IPv4")) +bind_address_ipv4.default="0.0.0.0" +bind_address_ipv6=peers:option(Value, "bind_address_ipv6", translate("Binding address IPv6")) +bind_address_ipv6.default="::" +peer_congestion_algorithm=peers:option(Value, "peer_congestion_algorithm", translate("Peer congestion algorithm")) +peer_limit_global=peers:option(Value, "peer_limit_global", translate("Global peer limit")) +peer_limit_per_torrent=peers:option(Value, "peer_limit_per_torrent", translate("Peer limit per torrent")) +peer_socket_tos=peers:option(Value, "peer_socket_tos", translate("Peer socket tos")) + +peerport=m:section(TypedSection, "transmission", translate("Peer Port settings")) +peerport.anonymous=true +peer_port=peerport:option(Value, "peer_port", translate("Peer port")) +peer_port_random_on_start=peerport:option(Flag, "peer_port_random_on_start", translate("Peer port random on start")) +peer_port_random_on_start.enabled="true" +peer_port_random_on_start.disabled="false" +peer_port_random_high=peerport:option(Value, "peer_port_random_high", translate("Peer port random high")) +peer_port_random_high:depends("peer_port_random_on_start", "true") +peer_port_random_low=peerport:option(Value, "peer_port_random_low", translate("Peer port random low")) +peer_port_random_low:depends("peer_port_random_on_start", "true") +port_forwarding_enabled=peerport:option(Flag, "port_forwarding_enabled", translate("Port forwarding enabled")) +port_forwarding_enabled.enabled="true" +port_forwarding_enabled.disabled="false" + +rpc=m:section(TypedSection, "transmission", translate("RPC settings")) +rpc.anonymous=true +rpc_enabled=rpc:option(Flag, "rpc_enabled", translate("RPC enabled")) +rpc_enabled.enabled="true" +rpc_enabled.disabled="false" +rpc_port=rpc:option(Value, "rpc_port", translate("RPC port")) +rpc_port:depends("rpc_enabled", "true") +rpc_bind_address=rpc:option(Value, "rpc_bind_address", translate("RPC bind address")) +rpc_bind_address:depends("rpc_enabled", "true") +rpc_url=rpc:option(Value, "rpc_url", translate("RPC URL")) +rpc_url:depends("rpc_enabled", "true") +rpc_whitelist_enabled=rpc:option(Flag, "rpc_whitelist_enabled", translate("RPC whitelist enabled")) +rpc_whitelist_enabled.enabled="true" +rpc_whitelist_enabled.disabled="false" +rpc_whitelist_enabled:depends("rpc_enabled", "true") +rpc_whitelist=rpc:option(Value, "rpc_whitelist", translate("RPC whitelist")) +rpc_whitelist:depends("rpc_whitelist_enabled", "true") +rpc_authentication_required=rpc:option(Flag, "rpc_authentication_required", translate("RPC authentication required")) +rpc_authentication_required.enabled="true" +rpc_authentication_required.disabled="false" +rpc_authentication_required:depends("rpc_enabled", "true") +rpc_username=rpc:option(Value, "rpc_username", translate("RPC username")) +rpc_username:depends("rpc_authentication_required", "true") +rpc_password=rpc:option(Value, "rpc_password", translate("RPC password")) +rpc_password:depends("rpc_authentication_required", "true") +rpc_password.password = true + +scheduling=m:section(TypedSection, "transmission", translate("Scheduling")) +scheduling.anonymous=true +alt_speed_time_enabled=scheduling:option(Flag, "alt_speed_time_enabled", translate("Alternative speed timing enabled")) +alt_speed_time_enabled.enabled="true" +alt_speed_time_enabled.disabled="false" +alt_speed_time_enabled.default="false" +alt_speed_time_enabled:depends("alt_speed_enabled", "true") +alt_speed_time_day=scheduling:option(Value, "alt_speed_time_day", translate("Alternative speed time day"), translate("Number/bitfield. Start with 0, then for each day you want the scheduler enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - 8, Thursday - 16, Friday - 32, Saturday - 64")) +alt_speed_time_day:depends("alt_speed_time_enabled", "true") +alt_speed_time_begin=scheduling:option(Value, "alt_speed_time_begin", translate("Alternative speed time begin"), translate("in minutes from midnight")) +alt_speed_time_begin:depends("alt_speed_time_enabled", "true") +alt_speed_time_end=scheduling:option(Value, "alt_speed_time_end", translate("Alternative speed time end"), translate("in minutes from midnight")) +alt_speed_time_end:depends("alt_speed_time_enabled", "true") +ratio_limit_enabled=scheduling:option(Flag, "ratio_limit_enabled", translate("Ratio limit enabled")) +ratio_limit_enabled.enabled="true" +ratio_limit_enabled.disabled="false" +ratio_limit=scheduling:option(Value, "ratio_limit", translate("Ratio limit")) +ratio_limit:depends("ratio_limit_enabled", "true") + +queueing=m:section(TypedSection, "transmission", translate("Queueing")) +queueing.anonymous=true +download_queue_enabled=queueing:option(Flag, "download_queue_enabled", translate("Download queue enabled")) +download_queue_enabled.enabled="true" +download_queue_enabled.disabled="false" +download_queue_size=queueing:option(Value, "download_queue_size", translate("Download queue size")) +download_queue_size:depends("download_queue_enabled", "true") +queue_stalled_enabled=queueing:option(Flag, "queue_stalled_enabled", translate("Queue stalled enabled")) +queue_stalled_enabled.enabled="true" +queue_stalled_enabled.disabled="false" +queue_stalled_minutes=queueing:option(Value, "queue_stalled_minutes", translate("Queue stalled minutes")) +queue_stalled_minutes:depends("queue_stalled_enabled", "true") +seed_queue_enabled=queueing:option(Flag, "seed_queue_enabled", translate("Seed queue enabled")) +seed_queue_enabled.enabled="true" +seed_queue_enabled.disabled="false" +seed_queue_size=queueing:option(Value, "seed_queue_size", translate("Seed queue size")) +seed_queue_size:depends("seed_queue_enabled", "true") +scrape_paused_torrents_enabled=queueing:option(Flag, "scrape_paused_torrents_enabled", translate("Scrape paused torrents enabled")) +scrape_paused_torrents_enabled.enabled="true" +scrape_paused_torrents_enabled.disabled="false" + +return m diff --git a/applications/luci-app-transmission/po/ca/transmission.po b/applications/luci-app-transmission/po/ca/transmission.po new file mode 100644 index 0000000..2498393 --- /dev/null +++ b/applications/luci-app-transmission/po/ca/transmission.po @@ -0,0 +1,297 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 23:27+0200\n" +"PO-Revision-Date: 2014-07-17 23:50+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Velocitat de baixada alternativa" + +msgid "Alternative speed enabled" +msgstr "Velocitat alternativa habilitada" + +msgid "Alternative speed time begin" +msgstr "Hora inicial de velocitat alternativa" + +msgid "Alternative speed time day" +msgstr "Dia de velocitat alternativa" + +msgid "Alternative speed time end" +msgstr "Hora final de velocitat alternativa" + +msgid "Alternative speed timing enabled" +msgstr "Temporització de velocitat alternativa habilitada" + +msgid "Alternative upload speed" +msgstr "Velocitat de pujada alternativa" + +msgid "Automatically start added torrents" +msgstr "Comença automàticament els torrents afegits" + +msgid "Bandwidth settings" +msgstr "Ajusts d'amplada de banda" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "Llista de bloqueig habilitada" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "Llistes de bloqueig" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "Directori de fitxer de configuració" + +msgid "DHT enabled" +msgstr "DHT habilitat" + +msgid "Debug" +msgstr "Depuració" + +msgid "Download directory" +msgstr "Directori de baixada" + +msgid "Download queue enabled" +msgstr "Cua de baixada habilitada" + +msgid "Download queue size" +msgstr "Mida de cua de baixada" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "Habilitat" + +msgid "Encryption" +msgstr "Xifració" + +msgid "Error" +msgstr "Error" + +msgid "Fast" +msgstr "Ràpid" + +msgid "Files and Locations" +msgstr "Fitxers i ubicacions" + +msgid "Forced" +msgstr "Forçat" + +msgid "Full" +msgstr "Ple" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "Ajusts globals" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "Directori incomplet" + +msgid "Incomplete directory enabled" +msgstr "Directori incomplet habilitat" + +msgid "Info" +msgstr "Informació" + +msgid "LPD enabled" +msgstr "LPD habilitat" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "Miscel·lani" + +msgid "None" +msgstr "Cap" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "Desactivat" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "PEX habilitat" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "Preferit" + +msgid "Prefetch enabled" +msgstr "Precarrega habilitada" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "Autenticació RPC requerida" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "RPC habilitat" + +msgid "RPC password" +msgstr "Contrasenya RPC" + +msgid "RPC port" +msgstr "Port RPC" + +msgid "RPC settings" +msgstr "Ajusts RPC" + +msgid "RPC username" +msgstr "Nom d'usuari RPC" + +msgid "RPC whitelist" +msgstr "Llista blanca RPC" + +msgid "RPC whitelist enabled" +msgstr "Llista blanca RPC habilitada" + +msgid "Ratio limit" +msgstr "Límit de ràtio" + +msgid "Ratio limit enabled" +msgstr "Límit de ràtio habilitat" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "Executa el dimoni com l'usuari" + +msgid "Scheduling" +msgstr "Programació" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"El dimoni Transmission és un client de bittorrent senzill, aquí podeu " +"configurar els ajusts." + +msgid "Trash original torrent files" +msgstr "Suprimeix els fitxers de torrent originals" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "Directori que vigilar" + +msgid "in minutes from midnight" +msgstr "en minuts des de la mitjanit" + +msgid "preallocation" +msgstr "preassignació" + +msgid "uTP enabled" +msgstr "uTP habilitat" diff --git a/applications/luci-app-transmission/po/cs/transmission.po b/applications/luci-app-transmission/po/cs/transmission.po new file mode 100644 index 0000000..b6166ec --- /dev/null +++ b/applications/luci-app-transmission/po/cs/transmission.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-06 17:54+0200\n" +"Last-Translator: koli \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Alternativní rychlost download" + +msgid "Alternative speed enabled" +msgstr "Povolit alternativní rychlost" + +msgid "Alternative speed time begin" +msgstr "ZaÄátek doby alternativní rychlosti" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "Konec doby alternativní rychlosti" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "Alternativní rychlost uploadu" + +msgid "Automatically start added torrents" +msgstr "Automaticky zaÄít stahovat nové torrenty" + +msgid "Bandwidth settings" +msgstr "Nastavení pÅ™enosové rychlosti" + +msgid "Binding address IPv4" +msgstr "Svázání s IPv4 adresou" + +msgid "Binding address IPv6" +msgstr "Svázání s IPv6 adresou" + +msgid "Block list enabled" +msgstr "Povolit Äernou listinu" + +msgid "Blocklist URL" +msgstr "URL Äerné listiny" + +msgid "Blocklists" +msgstr "ÄŒerné listiny" + +msgid "Cache size in MB" +msgstr "Velikost mezipamÄ›ti v MB" + +msgid "Config file directory" +msgstr "Složka pro uložení konfiguraÄního souboru" + +msgid "DHT enabled" +msgstr "Povolit DHT" + +msgid "Debug" +msgstr "Debug" + +msgid "Download directory" +msgstr "Adresář pro stahované" + +msgid "Download queue enabled" +msgstr "Povolit stahovací frontu" + +msgid "Download queue size" +msgstr "Velikost stahovací fronty" + +msgid "Enable watch directory" +msgstr "Povolit sledování složky" + +msgid "Enabled" +msgstr "Povolit" + +msgid "Encryption" +msgstr "Å ifrování" + +msgid "Error" +msgstr "Chyba" + +msgid "Fast" +msgstr "Rychlá" + +msgid "Files and Locations" +msgstr "Soubory a umístÄ›ní" + +msgid "Forced" +msgstr "Vynucené" + +msgid "Full" +msgstr "Plná" + +msgid "Global peer limit" +msgstr "Globální peer limit" + +msgid "Global settings" +msgstr "Globální nastavení" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "Složka pro nedokonÄená stahování" + +msgid "Incomplete directory enabled" +msgstr "Povolit složku pro nedokonÄená stahování" + +msgid "Info" +msgstr "Info" + +msgid "LPD enabled" +msgstr "Povolit LPD" + +msgid "Lazy bitfield enabled" +msgstr "Povolit lazy bitfield" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "Ostatní" + +msgid "None" +msgstr "Žádný" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "Vypnuta" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "Povolit PEX" + +msgid "Peer Port settings" +msgstr "Nastavení peer portu" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "Peer limit na torrent" + +msgid "Peer port" +msgstr "Peer port" + +msgid "Peer port random high" +msgstr "Peer port náhodný nejvyšší" + +msgid "Peer port random low" +msgstr "Peer port náhodný nejnižší" + +msgid "Peer port random on start" +msgstr "Náhodný peer port pÅ™i startu" + +msgid "Peer settings" +msgstr "Nastavení peer" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "Povolit port forwarding" + +msgid "Preferred" +msgstr "Preferované" + +msgid "Prefetch enabled" +msgstr "Povolit pÅ™ednaÄítání" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "RPC URL" + +msgid "RPC authentication required" +msgstr "RPC ověřování vyžadováno" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "Povolit RPC" + +msgid "RPC password" +msgstr "RPC heslo" + +msgid "RPC port" +msgstr "RPC port" + +msgid "RPC settings" +msgstr "Nastavení RPC" + +msgid "RPC username" +msgstr "Uživatelské jméno RPC" + +msgid "RPC whitelist" +msgstr "RPC whitelist" + +msgid "RPC whitelist enabled" +msgstr "Povolit RPC whitelist" + +msgid "Ratio limit" +msgstr "Ratio limit" + +msgid "Ratio limit enabled" +msgstr "Povolit ratio limit" + +msgid "Rename partial files" +msgstr "PÅ™ejmenovat dílÄí soubory" + +msgid "Run daemon as user" +msgstr "Spustit daemona jako uživatel" + +msgid "Scheduling" +msgstr "Plánování" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "Povolit seed frontu" + +msgid "Seed queue size" +msgstr "Velikost seed fronty" + +msgid "Speed limit down" +msgstr "Rychlostní limit downloadu" + +msgid "Speed limit down enabled" +msgstr "Povolit rychlostní limit downloadu" + +msgid "Speed limit up" +msgstr "Rychlostní limit uploadu" + +msgid "Speed limit up enabled" +msgstr "Povolit rychlostní limit uploadu" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Transmission daemon je jednoduchý BitTorrent klient, zde můžete provést jeho " +"nastavení." + +msgid "Trash original torrent files" +msgstr "Odstranit původní torrent soubory" + +msgid "Upload slots per torrent" +msgstr "Upload sloty na torrent" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "v minutách od půlnoci" + +msgid "preallocation" +msgstr "prealokace" + +msgid "uTP enabled" +msgstr "Povolit uTP" diff --git a/applications/luci-app-transmission/po/de/transmission.po b/applications/luci-app-transmission/po/de/transmission.po new file mode 100644 index 0000000..4b665ff --- /dev/null +++ b/applications/luci-app-transmission/po/de/transmission.po @@ -0,0 +1,300 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-17 15:08+0200\n" +"PO-Revision-Date: 2013-01-28 23:03+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Alternative Download-Geschwindigkeit" + +msgid "Alternative speed enabled" +msgstr "Alternative Geschwindigkeit aktivieren" + +msgid "Alternative speed time begin" +msgstr "Zeit für Beginn der alternativen Geschwindigkeit" + +msgid "Alternative speed time day" +msgstr "Tag für alternative Geschwindigkeit" + +msgid "Alternative speed time end" +msgstr "Zeit für Ende der alternativen Geschwindigkeit" + +msgid "Alternative speed timing enabled" +msgstr "Zeiteinstellung für alternative Geschwindigkeit eingeschaltet" + +msgid "Alternative upload speed" +msgstr "Alternative Upload-Geschwindigkeit" + +msgid "Automatically start added torrents" +msgstr "Hinzugefügte Torrents automatisch starten" + +msgid "Bandwidth settings" +msgstr "Bandbreiten-Einstellungen" + +msgid "Binding address IPv4" +msgstr "IPv4-Adressbindung" + +msgid "Binding address IPv6" +msgstr "IPv6-Adressbindung" + +msgid "Block list enabled" +msgstr "Blockier-Liste eingeschaltet" + +msgid "Blocklist URL" +msgstr "URL für Blockier-Liste" + +msgid "Blocklists" +msgstr "Blockier-Listen" + +msgid "Cache size in MB" +msgstr "Cache-Größe in MB" + +msgid "Config file directory" +msgstr "Verzeichnis für Konfigurationsdatei" + +msgid "DHT enabled" +msgstr "DHT eingeschaltet" + +msgid "Debug" +msgstr "Debug" + +msgid "Download directory" +msgstr "Verzeichnis für Downloads" + +msgid "Download queue enabled" +msgstr "Download-Warteschlange eingeschaltet" + +msgid "Download queue size" +msgstr "Größe der Download-Warteschlange" + +msgid "Enable watch directory" +msgstr "Verzeichnisüberprüfung eingeschaltet" + +msgid "Enabled" +msgstr "Eingeschaltet" + +msgid "Encryption" +msgstr "Verschlüsselung" + +msgid "Error" +msgstr "Fehler" + +msgid "Fast" +msgstr "Schnell" + +msgid "Files and Locations" +msgstr "Dateien und Orte" + +msgid "Forced" +msgstr "Erzwungen" + +msgid "Full" +msgstr "Voll" + +msgid "Global peer limit" +msgstr "Allgemeines Peer-Limit" + +msgid "Global settings" +msgstr "Allgemeine Einstellungen" + +msgid "Idle seeding limit" +msgstr "Begrenzung für Seeding im Idle-Zustand" + +msgid "Idle seeding limit enabled" +msgstr "Begrenzung für Seeding im Idle-Zustand eingeschaltet" + +msgid "Incomplete directory" +msgstr "unvollständiges Verzeichnis" + +msgid "Incomplete directory enabled" +msgstr "unvollständiges Verzeichnis eingeschaltet" + +msgid "Info" +msgstr "Info" + +msgid "LPD enabled" +msgstr "LPD eingeschaltet" + +msgid "Lazy bitfield enabled" +msgstr "Lazy-Bitfield eingeschaltet" + +msgid "Message level" +msgstr "Nachrichten-Ebene" + +msgid "Miscellaneous" +msgstr "Verschiedenes" + +msgid "None" +msgstr "Keines" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Zahl/Bitfeld. Starte mit 0, für jeden Tag, an dem die Zeitplanung aktiv sein " +"soll, füge einen Wert hinzu. Sonntag - 1, Montag - 2, Dienstag - 4, " +"Mittwoch - 8, Donnerstag - 16, Freitag - 32, Samstag - 64" + +msgid "Off" +msgstr "Aus" + +msgid "Open Web Interface" +msgstr "Offenes Web-Interface" + +msgid "PEX enabled" +msgstr "PEX aktiv" + +msgid "Peer Port settings" +msgstr "Einstellungen für Peer-Port" + +msgid "Peer congestion algorithm" +msgstr "Algorithmus für Peer-Ãœberlastungen" + +msgid "Peer limit per torrent" +msgstr "Peer-Begrenzung pro Torrent" + +msgid "Peer port" +msgstr "Peer-Port" + +msgid "Peer port random high" +msgstr "Peer-Port: hohe Zufallszahl" + +msgid "Peer port random low" +msgstr "Peer-Port: niedrige Zufallszahl" + +msgid "Peer port random on start" +msgstr "Zufälliger Peer-Port beim Start" + +msgid "Peer settings" +msgstr "Peer-Einstellungen" + +msgid "Peer socket tos" +msgstr "Peer-Socket-TOS" + +msgid "Port forwarding enabled" +msgstr "Port-Weiterleitung aktiv" + +msgid "Preferred" +msgstr "Bevorzugt" + +msgid "Prefetch enabled" +msgstr "Prefetch aktiv" + +msgid "Queue stalled enabled" +msgstr "Warteschlangen-Halt aktiv" + +msgid "Queue stalled minutes" +msgstr "Warteschlangen-Halt in Minuten" + +msgid "Queueing" +msgstr "in Warteschlange stellen" + +msgid "RPC URL" +msgstr "RPC-URL" + +msgid "RPC authentication required" +msgstr "RPC-Anmeldung erforderlich" + +msgid "RPC bind address" +msgstr "RPC-Adressbindung" + +msgid "RPC enabled" +msgstr "RPC eingeschaltet" + +msgid "RPC password" +msgstr "RPC-Passwort" + +msgid "RPC port" +msgstr "RPC-Port" + +msgid "RPC settings" +msgstr "RPC-Einstellungen" + +msgid "RPC username" +msgstr "RPC-Benutzername" + +msgid "RPC whitelist" +msgstr "RPC-Einschlussliste" + +msgid "RPC whitelist enabled" +msgstr "RPC-Einschlussliste aktiv" + +msgid "Ratio limit" +msgstr "Ratio-Begrenzung" + +msgid "Ratio limit enabled" +msgstr "Ratio-Begrenzung aktiv" + +msgid "Rename partial files" +msgstr "Teildateien umbenennen" + +msgid "Run daemon as user" +msgstr "Den Daemon als Benutzer starten" + +msgid "Scheduling" +msgstr "Zeitplanung" + +msgid "Scrape paused torrents enabled" +msgstr "Pausierte Torrents beschneiden" + +msgid "Script torrent done enabled" +msgstr "Skript nach Abschluss eines Torrents aktiv" + +msgid "Script torrent done filename" +msgstr "Skript nach Abschluss eines Torrents: Dateiname" + +msgid "Seed queue enabled" +msgstr "Seed-Warteschlange aktiv" + +msgid "Seed queue size" +msgstr "Größe der Seed-Warteschlange" + +msgid "Speed limit down" +msgstr "Geschwindigkeitsbegrenzung Down" + +msgid "Speed limit down enabled" +msgstr "Geschwindigkeitsbegrenzung Down aktiv" + +msgid "Speed limit up" +msgstr "Geschwindigkeitsbegrenzung Up" + +msgid "Speed limit up enabled" +msgstr "Geschwindigkeitsbegrenzung Up aktiv" + +msgid "Transmission" +msgstr "Ãœbertragung" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Der Transmission-Daemon ist ein einfacher Bittorent-Client. Hier können Sie " +"ihn einstellen." + +msgid "Trash original torrent files" +msgstr "Originale Torrent-Dateien verwerfen" + +msgid "Upload slots per torrent" +msgstr "Upload-Plätze pro Torrent" + +msgid "Watch directory" +msgstr "Ãœberwachtes Verzeichnis" + +msgid "in minutes from midnight" +msgstr "in Minuten ab Mitternacht" + +msgid "preallocation" +msgstr "Vorbelegung" + +msgid "uTP enabled" +msgstr "uTP eingeschaltet" diff --git a/applications/luci-app-transmission/po/el/transmission.po b/applications/luci-app-transmission/po/el/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/el/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/en/transmission.po b/applications/luci-app-transmission/po/en/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/en/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/es/transmission.po b/applications/luci-app-transmission/po/es/transmission.po new file mode 100644 index 0000000..9eeb2fb --- /dev/null +++ b/applications/luci-app-transmission/po/es/transmission.po @@ -0,0 +1,299 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-21 22:06+0200\n" +"PO-Revision-Date: 2012-08-26 10:47+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Velocidad de descarga alternativa" + +msgid "Alternative speed enabled" +msgstr "Velocidad alternativa activada" + +msgid "Alternative speed time begin" +msgstr "Hora de inicio de la velocidad alternativa" + +msgid "Alternative speed time day" +msgstr "Día de la velocidad alternativa" + +msgid "Alternative speed time end" +msgstr "Hora de fin de la velocidad alternativa" + +msgid "Alternative speed timing enabled" +msgstr "Temporización alternativa de la velocidad activada" + +msgid "Alternative upload speed" +msgstr "Velocidad de subida alternativa" + +msgid "Automatically start added torrents" +msgstr "Arrancar automáticamente los torrents al añadirlos" + +msgid "Bandwidth settings" +msgstr "Configuración del ancho de banda" + +msgid "Binding address IPv4" +msgstr "Dirección IPv4 a asociar" + +msgid "Binding address IPv6" +msgstr "Dirección IPv6 a asociar" + +msgid "Block list enabled" +msgstr "Lista de bloques activada" + +msgid "Blocklist URL" +msgstr "URL de la lista de bloques" + +msgid "Blocklists" +msgstr "Listas de bloques" + +msgid "Cache size in MB" +msgstr "Tamaño de la caché en MB" + +msgid "Config file directory" +msgstr "Directorio del fichero de configuración" + +msgid "DHT enabled" +msgstr "DHT activado" + +msgid "Debug" +msgstr "Depurar" + +msgid "Download directory" +msgstr "Directorio de descargas" + +msgid "Download queue enabled" +msgstr "Cola de descargas activada" + +msgid "Download queue size" +msgstr "Tamaño de la cola de descargas" + +msgid "Enable watch directory" +msgstr "Activar directorio a observar" + +msgid "Enabled" +msgstr "Activado" + +msgid "Encryption" +msgstr "Encriptado" + +msgid "Error" +msgstr "Error" + +msgid "Fast" +msgstr "Rápido" + +msgid "Files and Locations" +msgstr "Ficheros y posiciones" + +msgid "Forced" +msgstr "Forzado" + +msgid "Full" +msgstr "Lleno" + +msgid "Global peer limit" +msgstr "Límite global de máquinas" + +msgid "Global settings" +msgstr "Configuración global" + +msgid "Idle seeding limit" +msgstr "Límite de sembrado en vacío" + +msgid "Idle seeding limit enabled" +msgstr "Límite de sembrado en vacío activado" + +msgid "Incomplete directory" +msgstr "Directorio incompleto" + +msgid "Incomplete directory enabled" +msgstr "Directorio incompleto activado" + +msgid "Info" +msgstr "Información" + +msgid "LPD enabled" +msgstr "LPD activado" + +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield activado" + +msgid "Message level" +msgstr "Nivel de mensajes" + +msgid "Miscellaneous" +msgstr "Varios" + +msgid "None" +msgstr "Ninguno" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Número/en bits. Empiece con 0 y por cada día que quiera que se active el " +"programados sume: Para domingo - 1, lunes - 2, martes - 4, miércoles - 8, " +"jueves - 16, viernes - 32, sábado - 64" + +msgid "Off" +msgstr "Apagado" + +msgid "Open Web Interface" +msgstr "Interfaz de red abierta" + +msgid "PEX enabled" +msgstr "PEX activado" + +msgid "Peer Port settings" +msgstr "Configuración de puertos" + +msgid "Peer congestion algorithm" +msgstr "Algoritmo de congestión" + +msgid "Peer limit per torrent" +msgstr "Límite por torrent" + +msgid "Peer port" +msgstr "Puerto" + +msgid "Peer port random high" +msgstr "Puerto más alto" + +msgid "Peer port random low" +msgstr "Puerto más bajo" + +msgid "Peer port random on start" +msgstr "Puerto aleatorio al arrancar" + +msgid "Peer settings" +msgstr "Configuración de peer" + +msgid "Peer socket tos" +msgstr "Peer socket tos" + +msgid "Port forwarding enabled" +msgstr "Traspaso de puertos activado" + +msgid "Preferred" +msgstr "Preferente" + +msgid "Prefetch enabled" +msgstr "Activar prefetch" + +msgid "Queue stalled enabled" +msgstr "Activar bloqueo de cola" + +msgid "Queue stalled minutes" +msgstr "Minutos de bloqueo de cola" + +msgid "Queueing" +msgstr "Colas" + +msgid "RPC URL" +msgstr "URL RPC" + +msgid "RPC authentication required" +msgstr "Autentificación RPC obligatoria" + +msgid "RPC bind address" +msgstr "Dirección de asociación RPC" + +msgid "RPC enabled" +msgstr "RPC activado" + +msgid "RPC password" +msgstr "Contraseña RPC" + +msgid "RPC port" +msgstr "Puerto RPC" + +msgid "RPC settings" +msgstr "Configuración RPC" + +msgid "RPC username" +msgstr "Nombre de usuario RPC" + +msgid "RPC whitelist" +msgstr "Lista blanca RPC" + +msgid "RPC whitelist enabled" +msgstr "Activar listas blancas RPC" + +msgid "Ratio limit" +msgstr "Límite de ratio" + +msgid "Ratio limit enabled" +msgstr "Límite de ratio activado" + +msgid "Rename partial files" +msgstr "Renombrar ficheros parciales" + +msgid "Run daemon as user" +msgstr "Ejecutar demonio como usuario" + +msgid "Scheduling" +msgstr "Programación" + +msgid "Scrape paused torrents enabled" +msgstr "Activar scrape de torrents en pausa" + +msgid "Script torrent done enabled" +msgstr "Activar script de fin de torrent" + +msgid "Script torrent done filename" +msgstr "Nombre de fichero del script" + +msgid "Seed queue enabled" +msgstr "Cola de seed activada" + +msgid "Seed queue size" +msgstr "Tamaño máximo de la cola de seed" + +msgid "Speed limit down" +msgstr "Velocidad mínima" + +msgid "Speed limit down enabled" +msgstr "Velocidad mínima activada" + +msgid "Speed limit up" +msgstr "Velocidad máxima" + +msgid "Speed limit up enabled" +msgstr "Velocidad máxima activada" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Configuración. El demonio Transmission es un cliente de bittorrent simple." + +msgid "Trash original torrent files" +msgstr "Eliminar los ficheros torrent originales" + +msgid "Upload slots per torrent" +msgstr "Ranuras de subida por torrent" + +msgid "Watch directory" +msgstr "Directorio a vigilar" + +msgid "in minutes from midnight" +msgstr "en minutos para la media noche" + +msgid "preallocation" +msgstr "precolocación" + +msgid "uTP enabled" +msgstr "uTP activado" diff --git a/applications/luci-app-transmission/po/fr/transmission.po b/applications/luci-app-transmission/po/fr/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/fr/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/he/transmission.po b/applications/luci-app-transmission/po/he/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/he/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/hu/transmission.po b/applications/luci-app-transmission/po/hu/transmission.po new file mode 100644 index 0000000..040f838 --- /dev/null +++ b/applications/luci-app-transmission/po/hu/transmission.po @@ -0,0 +1,300 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-17 20:30+0200\n" +"PO-Revision-Date: 2012-04-26 14:30+0200\n" +"Last-Translator: Gyula \n" +"Language-Team: LANGUAGE \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Alternative download speed" +msgstr "Alternatív letöltési sebesség" + +msgid "Alternative speed enabled" +msgstr "Alternatív sebesség engedélyezve" + +msgid "Alternative speed time begin" +msgstr "Alternatív sebesség kezdÅ‘ idÅ‘pont" + +msgid "Alternative speed time day" +msgstr "Alternatív sebesség napok" + +msgid "Alternative speed time end" +msgstr "Alternatív sebesség záró idÅ‘pont" + +msgid "Alternative speed timing enabled" +msgstr "Alternatív sebesség idÅ‘zítés engedélyezve" + +msgid "Alternative upload speed" +msgstr "Alternatív feltöltési sebesség" + +msgid "Automatically start added torrents" +msgstr "Hozzáadott torrentek automatikus indítása" + +msgid "Bandwidth settings" +msgstr "Sávszélesség beállítások" + +msgid "Binding address IPv4" +msgstr "Rögzített IPv4 cím" + +msgid "Binding address IPv6" +msgstr "Rögzített IPv6 cím" + +msgid "Block list enabled" +msgstr "Tiltólista engedélyezés" + +msgid "Blocklist URL" +msgstr "Tiltólista URL" + +msgid "Blocklists" +msgstr "Tiltólista" + +msgid "Cache size in MB" +msgstr "Puffer méret (MB)" + +msgid "Config file directory" +msgstr "Beállítási fájl könyvtára" + +msgid "DHT enabled" +msgstr "DHT engedélyezve" + +msgid "Debug" +msgstr "Nyomkövetés" + +msgid "Download directory" +msgstr "Letöltési könyvtár" + +msgid "Download queue enabled" +msgstr "Letöltési sor engedélyezve" + +msgid "Download queue size" +msgstr "Letöltési sor mérete" + +msgid "Enable watch directory" +msgstr "Figyelt könyvtár(aut. indítás)" + +msgid "Enabled" +msgstr "Engedélyezve" + +msgid "Encryption" +msgstr "Titkosítás" + +msgid "Error" +msgstr "Hiba" + +msgid "Fast" +msgstr "Gyors" + +msgid "Files and Locations" +msgstr "Fájlok és helyek" + +msgid "Forced" +msgstr "ErÅ‘ltetve" + +msgid "Full" +msgstr "Teljes" + +msgid "Global peer limit" +msgstr "Globális partnerkorlát" + +msgid "Global settings" +msgstr "Globális beálllítások" + +msgid "Idle seeding limit" +msgstr "Ãœresjárati seedkorlát" + +msgid "Idle seeding limit enabled" +msgstr "Ãœresjárati seedkorlát engedélyezése" + +msgid "Incomplete directory" +msgstr "Befejezetlen fájlok mappája" + +msgid "Incomplete directory enabled" +msgstr "Befejezetlen fájlok mappájának engedélyezése" + +msgid "Info" +msgstr "Infó" + +msgid "LPD enabled" +msgstr "LPD engedélyezése" + +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield engedélyezése" + +msgid "Message level" +msgstr "Naplózási szint" + +msgid "Miscellaneous" +msgstr "Egyéb" + +msgid "None" +msgstr "Nincs" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Szám/bitmezÅ‘. Kezdj 0-val, és minden napnál, amikor az ütemezÅ‘t be akarod " +"kapcsolni, adj hozzá egy értéket. Vasárnap - 1, HétfÅ‘ - 2, Kedd - 4, Szerda " +"- 8, Csütörtök - 16, Péntek - 32, Szombat - 64" + +msgid "Off" +msgstr "Ki" + +msgid "Open Web Interface" +msgstr "Webes felület megnyitása" + +msgid "PEX enabled" +msgstr "PEX engedélyezése" + +msgid "Peer Port settings" +msgstr "Partner port beállítások" + +msgid "Peer congestion algorithm" +msgstr "Partner torlódási algoritmus" + +msgid "Peer limit per torrent" +msgstr "Torrentenkénti partnerkorlát" + +msgid "Peer port" +msgstr "Partner port" + +msgid "Peer port random high" +msgstr "Véletlenszerű magas partner port" + +msgid "Peer port random low" +msgstr "Véletlenszerű alacsony partner port" + +msgid "Peer port random on start" +msgstr "Véletlenszerű partner port induláskor" + +msgid "Peer settings" +msgstr "Partner beállítások" + +msgid "Peer socket tos" +msgstr "Partner szolgáltatás típus" + +msgid "Port forwarding enabled" +msgstr "Portátirányítás engedélyezése" + +msgid "Preferred" +msgstr "ElÅ‘nyben részesített" + +msgid "Prefetch enabled" +msgstr "ElÅ‘töltés engedélyezése" + +msgid "Queue stalled enabled" +msgstr "Elakadt sor engedélyezése" + +msgid "Queue stalled minutes" +msgstr "Elakadás idÅ‘tartama" + +msgid "Queueing" +msgstr "Sorbaállítás" + +msgid "RPC URL" +msgstr "RPC URL" + +msgid "RPC authentication required" +msgstr "RPC azonosítás megkövetelése" + +msgid "RPC bind address" +msgstr "RPC cím rögzítése" + +msgid "RPC enabled" +msgstr "RPC engedélyezése" + +msgid "RPC password" +msgstr "RPC jelszó" + +msgid "RPC port" +msgstr "RPC port" + +msgid "RPC settings" +msgstr "RPC beállítások" + +msgid "RPC username" +msgstr "RPC felhasználónév" + +msgid "RPC whitelist" +msgstr "RPC fehérlista" + +msgid "RPC whitelist enabled" +msgstr "RPC fehérlista engedélyezése" + +msgid "Ratio limit" +msgstr "Aránykorlát" + +msgid "Ratio limit enabled" +msgstr "Aránykorlát engedélyezése" + +msgid "Rename partial files" +msgstr "Félkész fájlok átnevezése" + +msgid "Run daemon as user" +msgstr "Daemon indítása, mint" + +msgid "Scheduling" +msgstr "Ãœtemezés" + +msgid "Scrape paused torrents enabled" +msgstr "Ãlló torrentek adatainak lekérdezése" + +msgid "Script torrent done enabled" +msgstr "Letöltés utáni script engedélyezése" + +msgid "Script torrent done filename" +msgstr "Letöltés utáni script fájlneve" + +msgid "Seed queue enabled" +msgstr "Feltöltési sor engedélyezése" + +msgid "Seed queue size" +msgstr "Feltöltési sor mérete" + +msgid "Speed limit down" +msgstr "Letöltési korlát" + +msgid "Speed limit down enabled" +msgstr "Letöltési korlát engedélyezése" + +msgid "Speed limit up" +msgstr "Feltöltési korlát" + +msgid "Speed limit up enabled" +msgstr "Feltöltési korlát engedélyezése" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"A Transmission daemon egy egyszerű bittorrent kliens, itt módosíthatod a " +"beállításait." + +msgid "Trash original torrent files" +msgstr "Eredeti torrent fájlok eldobása" + +msgid "Upload slots per torrent" +msgstr "Feltöltési szálak torrentenként" + +msgid "Watch directory" +msgstr "Figyelt könyvtár" + +msgid "in minutes from midnight" +msgstr "percek száma éjféltÅ‘l" + +msgid "preallocation" +msgstr "elÅ‘re lefoglalás" + +msgid "uTP enabled" +msgstr "uTP engedélyezése" diff --git a/applications/luci-app-transmission/po/it/transmission.po b/applications/luci-app-transmission/po/it/transmission.po new file mode 100644 index 0000000..1008fad --- /dev/null +++ b/applications/luci-app-transmission/po/it/transmission.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-09 21:28+0200\n" +"PO-Revision-Date: 2013-02-09 21:30+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Velocità di download alternativo" + +msgid "Alternative speed enabled" +msgstr "Velocità alternativa attivata" + +msgid "Alternative speed time begin" +msgstr "Tempo di velocità alternativa inizio" + +msgid "Alternative speed time day" +msgstr "Tempo di velocità alternativa giorno" + +msgid "Alternative speed time end" +msgstr "Tempo di velocità alternativa fine" + +msgid "Alternative speed timing enabled" +msgstr "Periodo di velocità alternativa attiva" + +msgid "Alternative upload speed" +msgstr "Velocità alternativa di upload" + +msgid "Automatically start added torrents" +msgstr "Avvia automaticamente i torrent aggiunti" + +msgid "Bandwidth settings" +msgstr "Impostazioni larghezza della banda" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/ja/transmission.po b/applications/luci-app-transmission/po/ja/transmission.po new file mode 100644 index 0000000..dded650 --- /dev/null +++ b/applications/luci-app-transmission/po/ja/transmission.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-18 11:15+0200\n" +"PO-Revision-Date: 2013-10-05 17:17+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "一時的ãªä¸‹ã‚Šé€Ÿåº¦åˆ¶é™" + +msgid "Alternative speed enabled" +msgstr "一時的ãªé€Ÿåº¦åˆ¶é™æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" + +msgid "Alternative speed time begin" +msgstr "一時的ãªé€Ÿåº¦åˆ¶é™ 開始時間" + +msgid "Alternative speed time day" +msgstr "一時的ãªé€Ÿåº¦åˆ¶é™ 制é™æ—¥" + +msgid "Alternative speed time end" +msgstr "一時的ãªé€Ÿåº¦åˆ¶é™ 終了時間" + +msgid "Alternative speed timing enabled" +msgstr "一時的ãªé€Ÿåº¦åˆ¶é™ã®ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒªãƒ³ã‚°æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" + +msgid "Alternative upload speed" +msgstr "一時的ãªä¸Šã‚Šé€Ÿåº¦åˆ¶é™" + +msgid "Automatically start added torrents" +msgstr "追加ã•ã‚ŒãŸtorrent ã¯è‡ªå‹•çš„ã«é–‹å§‹ã™ã‚‹" + +msgid "Bandwidth settings" +msgstr "帯域設定" + +msgid "Binding address IPv4" +msgstr "ãƒã‚¤ãƒ³ãƒ‰ã™ã‚‹IPv4 アドレス" + +msgid "Binding address IPv6" +msgstr "ãƒã‚¤ãƒ³ãƒ‰ã™ã‚‹IPv6 アドレス" + +msgid "Block list enabled" +msgstr "ブロックリストを有効ã«ã™ã‚‹" + +msgid "Blocklist URL" +msgstr "ブロックリスト URL" + +msgid "Blocklists" +msgstr "ブロックリスト" + +msgid "Cache size in MB" +msgstr "キャッシュサイズ (MB)" + +msgid "Config file directory" +msgstr "コンフィグファイル・ディレクトリ" + +msgid "DHT enabled" +msgstr "DHTを有効ã«ã™ã‚‹" + +msgid "Debug" +msgstr "デãƒãƒƒã‚°æƒ…å ±" + +msgid "Download directory" +msgstr "ダウンロード先ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª" + +msgid "Download queue enabled" +msgstr "ダウンロード・キュー機能を有効ã«ã™ã‚‹" + +msgid "Download queue size" +msgstr "ダウンロード・キューã®ã‚µã‚¤ã‚º" + +msgid "Enable watch directory" +msgstr "ディレクトリ監視機能を有効ã«ã™ã‚‹" + +msgid "Enabled" +msgstr "サービスを有効ã«ã™ã‚‹" + +msgid "Encryption" +msgstr "æš—å·åŒ–" + +msgid "Error" +msgstr "エラー情報" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "ファイルãŠã‚ˆã³ãƒ­ã‚±ãƒ¼ã‚·ãƒ§ãƒ³è¨­å®š" + +msgid "Forced" +msgstr "強制ã™ã‚‹" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "全体ã®æœ€å¤§ãƒ”ア数" + +msgid "Global settings" +msgstr "グローãƒãƒ«è¨­å®š" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "情報" + +msgid "LPD enabled" +msgstr "LPD を有効ã«ã™ã‚‹" + +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield を有効ã«ã™ã‚‹" + +msgid "Message level" +msgstr "メッセージレベル" + +msgid "Miscellaneous" +msgstr "詳細設定" + +msgid "None" +msgstr "ãªã—" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "使用ã—ãªã„" + +msgid "Open Web Interface" +msgstr "WEBブラウザã§é–‹ã" + +msgid "PEX enabled" +msgstr "PEX を有効ã«ã™ã‚‹" + +msgid "Peer Port settings" +msgstr "ピアãƒãƒ¼ãƒˆè¨­å®š" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "torrent 毎ã®æœ€å¤§ãƒ”ア数" + +msgid "Peer port" +msgstr "ピアãƒãƒ¼ãƒˆ" + +msgid "Peer port random high" +msgstr "ãƒãƒ¼ãƒˆã‚’ランダムã«é¸æŠžã™ã‚‹éš›ã®ä¸Šé™å€¤" + +msgid "Peer port random low" +msgstr "ãƒãƒ¼ãƒˆã‚’ランダムã«é¸æŠžã™ã‚‹éš›ã®ä¸‹é™å€¤" + +msgid "Peer port random on start" +msgstr "サービススタート時ã«ãƒãƒ¼ãƒˆã‚’ランダムã«é¸æŠžã™ã‚‹" + +msgid "Peer settings" +msgstr "ピア設定" + +msgid "Peer socket tos" +msgstr "ピアソケットã®TOS" + +msgid "Port forwarding enabled" +msgstr "ãƒãƒ¼ãƒˆè»¢é€ã‚’有効ã«ã™ã‚‹" + +msgid "Preferred" +msgstr "優先ã™ã‚‹" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "キューイング設定" + +msgid "RPC URL" +msgstr "RPC URL" + +msgid "RPC authentication required" +msgstr "RPC èªè¨¼æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" + +msgid "RPC bind address" +msgstr "RPC ãƒã‚¤ãƒ³ãƒ‰ã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "RPC enabled" +msgstr "RPC機能を有効ã«ã™ã‚‹" + +msgid "RPC password" +msgstr "RPC パスワード" + +msgid "RPC port" +msgstr "RPC ãƒãƒ¼ãƒˆ" + +msgid "RPC settings" +msgstr "RPC 設定" + +msgid "RPC username" +msgstr "RPC ユーザーå" + +msgid "RPC whitelist" +msgstr "RPC ホワイトリスト" + +msgid "RPC whitelist enabled" +msgstr "RPC ホワイトリスト機能を有効ã«ã™ã‚‹" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "デーモンã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ¨©é™è¨­å®š" + +msgid "Scheduling" +msgstr "スケジューラ設定" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "torrent 完了時ã«ã‚¹ã‚¯ãƒªãƒ—トを実行ã™ã‚‹" + +msgid "Script torrent done filename" +msgstr "torrent 完了時ã«å®Ÿè¡Œã™ã‚‹ã‚¹ã‚¯ãƒªãƒ—ト・ファイルパス" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "下り速度制é™" + +msgid "Speed limit down enabled" +msgstr "下り速度制é™æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" + +msgid "Speed limit up" +msgstr "上り速度制é™" + +msgid "Speed limit up enabled" +msgstr "上り速度制é™æ©Ÿèƒ½ã‚’有効ã«ã™ã‚‹" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "Transmissionã¯ã€ã‚·ãƒ³ãƒ—ルãªbittorrentクライアントã§ã™ã€‚" + +msgid "Trash original torrent files" +msgstr "オリジナルã®torrent ファイルをゴミ箱ã«ç§»å‹•ã™ã‚‹" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "監視ã™ã‚‹ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "uTP を有効ã«ã™ã‚‹" diff --git a/applications/luci-app-transmission/po/ms/transmission.po b/applications/luci-app-transmission/po/ms/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/ms/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/no/transmission.po b/applications/luci-app-transmission/po/no/transmission.po new file mode 100644 index 0000000..cb86841 --- /dev/null +++ b/applications/luci-app-transmission/po/no/transmission.po @@ -0,0 +1,298 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-03-25 21:10+0200\n" +"PO-Revision-Date: 2013-04-05 09:10+0200\n" +"Last-Translator: protx \n" +"Language-Team: LANGUAGE \n" +"Language: no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Alternativ nedlastingshastighet" + +msgid "Alternative speed enabled" +msgstr "Alternativ hastighet aktivert" + +msgid "Alternative speed time begin" +msgstr "Alternativ hastighet start tid" + +msgid "Alternative speed time day" +msgstr "Alternativ hastighet tid pÃ¥ dagen" + +msgid "Alternative speed time end" +msgstr "Alternativ hastighet tid nÃ¥r ferdig" + +msgid "Alternative speed timing enabled" +msgstr "Alternativ hastighet tidspunkt aktivert" + +msgid "Alternative upload speed" +msgstr "Alternativ opplastingshastighet" + +msgid "Automatically start added torrents" +msgstr "Start automatisk torrents som legges til" + +msgid "Bandwidth settings" +msgstr "BÃ¥ndbredde innstillinger" + +msgid "Binding address IPv4" +msgstr "Bindinger IPv4 adresse" + +msgid "Binding address IPv6" +msgstr "Bindinger IPv6 adresse" + +msgid "Block list enabled" +msgstr "Blokkeringsliste aktivert" + +msgid "Blocklist URL" +msgstr "Blokkeringsliste URL" + +msgid "Blocklists" +msgstr "Blokkeringsliste" + +msgid "Cache size in MB" +msgstr "Bufferstørrelse i MB" + +msgid "Config file directory" +msgstr "Mappe for konfigurasjonsfil" + +msgid "DHT enabled" +msgstr "DHT aktivert" + +msgid "Debug" +msgstr "Feilsøking" + +msgid "Download directory" +msgstr "Nedlastingsmappe" + +msgid "Download queue enabled" +msgstr "Nedlastingkø aktivert" + +msgid "Download queue size" +msgstr "Nedlastingkø størrelse" + +msgid "Enable watch directory" +msgstr "Aktiver overvÃ¥king av torrent mappe" + +msgid "Enabled" +msgstr "Aktivert" + +msgid "Encryption" +msgstr "Kryptering" + +msgid "Error" +msgstr "Feil" + +msgid "Fast" +msgstr "Rask" + +msgid "Files and Locations" +msgstr "Filer og plasseringer" + +msgid "Forced" +msgstr "Tvunget" + +msgid "Full" +msgstr "Full" + +msgid "Global peer limit" +msgstr "Global peer grense" + +msgid "Global settings" +msgstr "Globale innstillinger" + +msgid "Idle seeding limit" +msgstr "Inaktiv seeding grense" + +msgid "Idle seeding limit enabled" +msgstr "Inaktiv seeding grense aktivert" + +msgid "Incomplete directory" +msgstr "Ufullstendig mappe" + +msgid "Incomplete directory enabled" +msgstr "Ufullstendig mappe aktivert" + +msgid "Info" +msgstr "Info" + +msgid "LPD enabled" +msgstr "LPD aktivert" + +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield aktivert" + +msgid "Message level" +msgstr "NivÃ¥ for meldinger" + +msgid "Miscellaneous" +msgstr "Diverse" + +msgid "None" +msgstr "Ingen" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Nummer/bitfield. Start med 0, og for hver dag en vil at planleggeren skal " +"være aktivert legger en til en verdi. For Søndag - 1, Mandag - 2, Tirsdag - " +"4, Onsdag - 8, Torsdag - 16, Fredag - 32, Lørdag - 64" + +msgid "Off" +msgstr "Av" + +msgid "Open Web Interface" +msgstr "Ã…pne webgrensesnitt" + +msgid "PEX enabled" +msgstr "PEX aktivert" + +msgid "Peer Port settings" +msgstr "Peer port innstillinger" + +msgid "Peer congestion algorithm" +msgstr "Peer congestion algoritme" + +msgid "Peer limit per torrent" +msgstr "Peer grense per torrent" + +msgid "Peer port" +msgstr "Peer port" + +msgid "Peer port random high" +msgstr "Peer port tilfeldig høy" + +msgid "Peer port random low" +msgstr "Peer port tilfeldig lav" + +msgid "Peer port random on start" +msgstr "Peer port tilfeldig ved start" + +msgid "Peer settings" +msgstr "Peer innstillinger" + +msgid "Peer socket tos" +msgstr "Peer tilslutning tos" + +msgid "Port forwarding enabled" +msgstr "Port videresending aktivert" + +msgid "Preferred" +msgstr "Prioritert" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/pl/transmission.po b/applications/luci-app-transmission/po/pl/transmission.po new file mode 100644 index 0000000..f010d56 --- /dev/null +++ b/applications/luci-app-transmission/po/pl/transmission.po @@ -0,0 +1,302 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-19 21:20+0200\n" +"PO-Revision-Date: 2014-02-25 18:13+0200\n" +"Last-Translator: TheTranslator2238 \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Alternatywna prÄ™dkość pobierania" + +msgid "Alternative speed enabled" +msgstr "PrÄ™dkość alternatywna wÅ‚Ä…czona" + +msgid "Alternative speed time begin" +msgstr "Godzina wÅ‚Ä…czenia prÄ™dkoÅ›ci alternatywnej" + +msgid "Alternative speed time day" +msgstr "DzieÅ„ prÄ™dkoÅ›ci alternatywnej" + +msgid "Alternative speed time end" +msgstr "Godzina wyÅ‚Ä…czenia prÄ™dkoÅ›ci alternatywnej" + +msgid "Alternative speed timing enabled" +msgstr "WÅ‚Ä…czanie prÄ™dkoÅ›ci alternatywnej w podanym czasie" + +msgid "Alternative upload speed" +msgstr "Alternatywna prÄ™dkość wysyÅ‚ania" + +msgid "Automatically start added torrents" +msgstr "Automatyczne rozpoczÄ™cie pobierania nowych torrentów" + +msgid "Bandwidth settings" +msgstr "Ustawienia przepustowoÅ›ci" + +msgid "Binding address IPv4" +msgstr "Przypisanie adresu IPv4" + +msgid "Binding address IPv6" +msgstr "Przypisanie adresu IPv6" + +msgid "Block list enabled" +msgstr "Lista blokowania wÅ‚Ä…czona" + +msgid "Blocklist URL" +msgstr "URL listy blokowania" + +msgid "Blocklists" +msgstr "Listy blokowania" + +msgid "Cache size in MB" +msgstr "Wielkość cache w MB" + +msgid "Config file directory" +msgstr "Katalog z plikiem konfiguracyjnym" + +msgid "DHT enabled" +msgstr "DHT wÅ‚Ä…czone" + +msgid "Debug" +msgstr "Debug" + +msgid "Download directory" +msgstr "Katalog pobierania" + +msgid "Download queue enabled" +msgstr "Kolejka pobierania wÅ‚Ä…czona" + +msgid "Download queue size" +msgstr "Rozmiar kolejki pobierania" + +msgid "Enable watch directory" +msgstr "WÅ‚Ä…cz folder obserwowany" + +msgid "Enabled" +msgstr "WÅ‚Ä…czone" + +msgid "Encryption" +msgstr "Szyfrowanie" + +msgid "Error" +msgstr "BÅ‚Ä…d" + +msgid "Fast" +msgstr "Szybko" + +msgid "Files and Locations" +msgstr "Pliki i poÅ‚ożenia" + +msgid "Forced" +msgstr "Wymuszone" + +msgid "Full" +msgstr "PeÅ‚ne" + +msgid "Global peer limit" +msgstr "Globalny limit peerów" + +msgid "Global settings" +msgstr "Ustawienia globalne" + +msgid "Idle seeding limit" +msgstr "Limit przesyÅ‚u w bezczynnoÅ›ci" + +msgid "Idle seeding limit enabled" +msgstr "WÅ‚Ä…czony limit transferu podczas bezczynnoÅ›ci" + +msgid "Incomplete directory" +msgstr "Niekompletny katalog" + +msgid "Incomplete directory enabled" +msgstr "Opcja \"Niekompletny katalog\" wÅ‚Ä…czona" + +msgid "Info" +msgstr "Info" + +msgid "LPD enabled" +msgstr "LPD wÅ‚Ä…czone" + +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield wÅ‚Ä…czone" + +msgid "Message level" +msgstr "Poziom komunikatów" + +msgid "Miscellaneous" +msgstr "RóżnoÅ›ci" + +msgid "None" +msgstr "Å»aden" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Liczba/pole bitowe. Zaczyna siÄ™ od 0, nastÄ™pnie dla każdego dnia dla jakiego " +"chcesz wÅ‚Ä…czyć harmonogram dodaj odpowiedniÄ… wartość. Niedziela - 1, " +"PoniedziaÅ‚ek - 2, Wtorek - 4, Åšroda - 8, Czwartek - 16, PiÄ…tek - 32, sobota " +"- 64." + +msgid "Off" +msgstr "WyÅ‚Ä…czone" + +msgid "Open Web Interface" +msgstr "Otwórz interfejs Web" + +msgid "PEX enabled" +msgstr "PEX wÅ‚Ä…czony" + +msgid "Peer Port settings" +msgstr "Ustawienia portu peer" + +msgid "Peer congestion algorithm" +msgstr "Algorytm przeciążenia peer" + +msgid "Peer limit per torrent" +msgstr "Limit peer'a dla torrenta" + +msgid "Peer port" +msgstr "Port peer" + +msgid "Peer port random high" +msgstr "Maksymalny port peer`a" + +msgid "Peer port random low" +msgstr "Minimalny port peer`a" + +msgid "Peer port random on start" +msgstr "Losowy port peer`a przy starcie" + +msgid "Peer settings" +msgstr "Ustawienia peer" + +msgid "Peer socket tos" +msgstr "Typ gniazda TOS peer`a" + +msgid "Port forwarding enabled" +msgstr "Przekazywanie portów wÅ‚Ä…czone" + +msgid "Preferred" +msgstr "Preferowany" + +msgid "Prefetch enabled" +msgstr "Pobieranie wstÄ™pne wÅ‚Ä…czone" + +msgid "Queue stalled enabled" +msgstr "Blokada kolejki wÅ‚Ä…czona" + +msgid "Queue stalled minutes" +msgstr "Blokada kolejki w min." + +msgid "Queueing" +msgstr "Kolejkowanie" + +msgid "RPC URL" +msgstr "Adres URL RPC" + +msgid "RPC authentication required" +msgstr "Wymagana autoryzacja RPC" + +msgid "RPC bind address" +msgstr "Adres wÄ™zÅ‚a RPC" + +msgid "RPC enabled" +msgstr "RPC wÅ‚Ä…czone" + +msgid "RPC password" +msgstr "HasÅ‚o RPC" + +msgid "RPC port" +msgstr "Port RPC" + +msgid "RPC settings" +msgstr "Ustawienia RPC" + +msgid "RPC username" +msgstr "Nazwa użytkownika RPC" + +msgid "RPC whitelist" +msgstr "BiaÅ‚a lista RPC" + +msgid "RPC whitelist enabled" +msgstr "BiaÅ‚a lista RPC wÅ‚Ä…czona" + +msgid "Ratio limit" +msgstr "Dopuszczalna wartość" + +msgid "Ratio limit enabled" +msgstr "Dopuszczalna wartość wÅ‚Ä…czona" + +msgid "Rename partial files" +msgstr "ZmieÅ„ nazwy plików częściowych" + +msgid "Run daemon as user" +msgstr "WÅ‚Ä…czaj demona jako użytkownik" + +msgid "Scheduling" +msgstr "Harmonogramowanie" + +msgid "Scrape paused torrents enabled" +msgstr "Zdzieranie wstrzymanych torentów wÅ‚Ä…czone" + +msgid "Script torrent done enabled" +msgstr "WÅ‚Ä…czenie wykonywania skryptu po zakoÅ„czeniu pobierania" + +msgid "Script torrent done filename" +msgstr "Nazwa skryptu wykonywanego po zakoÅ„czeniu pobierania" + +msgid "Seed queue enabled" +msgstr "Kolejkowanie Seed'ów wÅ‚Ä…czone" + +msgid "Seed queue size" +msgstr "Rozmiar kolejki Seed'ów" + +msgid "Speed limit down" +msgstr "Limit prÄ™dkoÅ›ci pobierania" + +msgid "Speed limit down enabled" +msgstr "Limit prÄ™dkoÅ›ci pobierania wÅ‚Ä…czony" + +msgid "Speed limit up" +msgstr "Limit prÄ™dkoÅ›ci wysyÅ‚ania" + +msgid "Speed limit up enabled" +msgstr "Limit prÄ™dkoÅ›ci wysyÅ‚ania wÅ‚Ä…czony" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Demon Transmission jest prostym klientem BitTorrent. Tutaj możesz zmienić " +"jego ustawienia." + +msgid "Trash original torrent files" +msgstr "UsuÅ„ oryginalne pliki torrent" + +msgid "Upload slots per torrent" +msgstr "Liczba poÅ‚Ä…czeÅ„ na plik torrent - wysyÅ‚anie" + +msgid "Watch directory" +msgstr "Obserwowany folder" + +msgid "in minutes from midnight" +msgstr "w minutach od północy" + +msgid "preallocation" +msgstr "prealokacja" + +msgid "uTP enabled" +msgstr "uTP wÅ‚Ä…czone" diff --git a/applications/luci-app-transmission/po/pt-br/transmission.po b/applications/luci-app-transmission/po/pt-br/transmission.po new file mode 100644 index 0000000..82ba6a4 --- /dev/null +++ b/applications/luci-app-transmission/po/pt-br/transmission.po @@ -0,0 +1,300 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-06 16:27+0200\n" +"PO-Revision-Date: 2013-04-06 22:58+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Velocidade alternativa para baixar" + +msgid "Alternative speed enabled" +msgstr "Velocidade alternativa ativada" + +msgid "Alternative speed time begin" +msgstr "Hora de início da velocidade alternativa" + +msgid "Alternative speed time day" +msgstr "Dia da velocidade alternativa" + +msgid "Alternative speed time end" +msgstr "Hora final da velocidade alternativa" + +msgid "Alternative speed timing enabled" +msgstr "Temporização da velocidade alternativa habilitada" + +msgid "Alternative upload speed" +msgstr "Velocidade de subida alternativa" + +msgid "Automatically start added torrents" +msgstr "Iniciar automaticamente os torrents adicionados" + +msgid "Bandwidth settings" +msgstr "Configurações da velocidade do enlace" + +msgid "Binding address IPv4" +msgstr "Endereço de escuta IPv4" + +msgid "Binding address IPv6" +msgstr "Endereço de escuta IPv6" + +msgid "Block list enabled" +msgstr "Lista de Bloqueios habilitada" + +msgid "Blocklist URL" +msgstr "URL da lista de bloqueio" + +msgid "Blocklists" +msgstr "Lista de Bloqueio" + +msgid "Cache size in MB" +msgstr "Tamanho em MB do cache" + +msgid "Config file directory" +msgstr "Diretório dos arquivos de configuração" + +msgid "DHT enabled" +msgstr "DHT habilitado" + +msgid "Debug" +msgstr "Depuração" + +msgid "Download directory" +msgstr "Diretório de arquivos baixados" + +msgid "Download queue enabled" +msgstr "Fila para baixar habilitada" + +msgid "Download queue size" +msgstr "Tamanho da fila para baixar" + +msgid "Enable watch directory" +msgstr "Habilitar monitoramento de diretório" + +msgid "Enabled" +msgstr "Habilitar" + +msgid "Encryption" +msgstr "Cifragem" + +msgid "Error" +msgstr "Erro" + +msgid "Fast" +msgstr "Rápido" + +msgid "Files and Locations" +msgstr "Arquivos e Locais" + +msgid "Forced" +msgstr "Forçado" + +msgid "Full" +msgstr "Cheio" + +msgid "Global peer limit" +msgstr "Limite global de parceiros conectados" + +msgid "Global settings" +msgstr "Configurações Globais" + +msgid "Idle seeding limit" +msgstr "Limite para parar de semear se ocioso" + +msgid "Idle seeding limit enabled" +msgstr "Habilitar limite para parar de semear se ocioso" + +msgid "Incomplete directory" +msgstr "Diretório de incompletos" + +msgid "Incomplete directory enabled" +msgstr "Ativado diretório para arquivos incompletos" + +msgid "Info" +msgstr "Informação" + +msgid "LPD enabled" +msgstr "LPD habilitado" + +msgid "Lazy bitfield enabled" +msgstr "Envio de campo de bits incompletos habilitado" + +msgid "Message level" +msgstr "Nível de mensagens" + +msgid "Miscellaneous" +msgstr "Diversos" + +msgid "None" +msgstr "Nada" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Número/Campo de bits. Comece com 0 e, então, para cada dia você quer o " +"agendador habilitado, adicione um valor. Para domingo - 1, segunda-feira - " +"2, terça-feira - 4, quarta-feira - 8, quinta-feira - 16, sexta-feira - 32, " +"Sábado - 64" + +msgid "Off" +msgstr "Desligado" + +msgid "Open Web Interface" +msgstr "Abrir interface Web" + +msgid "PEX enabled" +msgstr "PEX habilitado" + +msgid "Peer Port settings" +msgstr "Configuração de porta do parceiro" + +msgid "Peer congestion algorithm" +msgstr "Algoritmo de congestionamento dos parceiro" + +msgid "Peer limit per torrent" +msgstr "Limite de torrents por parceiro" + +msgid "Peer port" +msgstr "Porta do parceiro" + +msgid "Peer port random high" +msgstr "Limite superior da porta aleatória do parceiro" + +msgid "Peer port random low" +msgstr "Limite inferior da porta aleatória do parceiro" + +msgid "Peer port random on start" +msgstr "Porta aleatória inicial do parceiro" + +msgid "Peer settings" +msgstr "Configuração do parceiro" + +msgid "Peer socket tos" +msgstr "TOS da conexão do parceiro" + +msgid "Port forwarding enabled" +msgstr "Encaminhamento de porta ativado" + +msgid "Preferred" +msgstr "Preferencial" + +msgid "Prefetch enabled" +msgstr "Adiantamento de leitura de disco habilitado" + +msgid "Queue stalled enabled" +msgstr "Parada de fila habilitada" + +msgid "Queue stalled minutes" +msgstr "Parada de fila em minutos" + +msgid "Queueing" +msgstr "Filas" + +msgid "RPC URL" +msgstr "RPC URL" + +msgid "RPC authentication required" +msgstr "RPC requer autenticação" + +msgid "RPC bind address" +msgstr "Endereço de escuta do RPC" + +msgid "RPC enabled" +msgstr "RPC habilitado" + +msgid "RPC password" +msgstr "Senha do RPC" + +msgid "RPC port" +msgstr "Porta do RPC" + +msgid "RPC settings" +msgstr "Configuração do RPC" + +msgid "RPC username" +msgstr "Nome do usuario do RPC" + +msgid "RPC whitelist" +msgstr "Lista branca do RPC" + +msgid "RPC whitelist enabled" +msgstr "Lista branca do RPC habilitada" + +msgid "Ratio limit" +msgstr "Limite da relação" + +msgid "Ratio limit enabled" +msgstr "Limite da relação habilitado" + +msgid "Rename partial files" +msgstr "Renomear arquivos parciais" + +msgid "Run daemon as user" +msgstr "Executar serviço como usuário" + +msgid "Scheduling" +msgstr "Agendamento" + +msgid "Scrape paused torrents enabled" +msgstr "Busca de informações de torrents pausados ​​habilitada" + +msgid "Script torrent done enabled" +msgstr "Script de conclusão de torrent habilitado" + +msgid "Script torrent done filename" +msgstr "Nome do arquivo do script de conclusão de torrent" + +msgid "Seed queue enabled" +msgstr "Fila de semeadura habilitada" + +msgid "Seed queue size" +msgstr "Tamanho da fila de semeadura" + +msgid "Speed limit down" +msgstr "Limite inferior de velocidade" + +msgid "Speed limit down enabled" +msgstr "Limite inferior de velocidade habilitado" + +msgid "Speed limit up" +msgstr "Limite superior de velocidade" + +msgid "Speed limit up enabled" +msgstr "Limite superior de velocidade habilitado" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"O Transmission é um cliente BitTorrent simples, aqui você pode configurá-lo." + +msgid "Trash original torrent files" +msgstr "Apague os arquivos torrent originais" + +msgid "Upload slots per torrent" +msgstr "Vagas para conexão de envio por torrent" + +msgid "Watch directory" +msgstr "Monitorar diretório" + +msgid "in minutes from midnight" +msgstr "em minutos a partir da meia-noite" + +msgid "preallocation" +msgstr "pré-alocação" + +msgid "uTP enabled" +msgstr "uTP habilitado" diff --git a/applications/luci-app-transmission/po/pt/transmission.po b/applications/luci-app-transmission/po/pt/transmission.po new file mode 100644 index 0000000..512ca97 --- /dev/null +++ b/applications/luci-app-transmission/po/pt/transmission.po @@ -0,0 +1,297 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-31 23:40+0200\n" +"PO-Revision-Date: 2013-05-31 23:47+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Velocidade de download alternativa" + +msgid "Alternative speed enabled" +msgstr "Velocidade alternativa activada" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "Definições de largura de banda" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "Directório do ficheiro de configuração" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "Depurar" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "Encriptação" + +msgid "Error" +msgstr "Erro" + +msgid "Fast" +msgstr "Rápido" + +msgid "Files and Locations" +msgstr "Ficheiros e Localizações" + +msgid "Forced" +msgstr "Forçado" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "Info" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "Nenhum" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "Desligado" + +msgid "Open Web Interface" +msgstr "Abrir Interface Web" + +msgid "PEX enabled" +msgstr "PEX ativado" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "URL RPC" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "RPC ativado" + +msgid "RPC password" +msgstr "Password RPC" + +msgid "RPC port" +msgstr "Porta RPC" + +msgid "RPC settings" +msgstr "Definições RPC" + +msgid "RPC username" +msgstr "Utilizador RPC" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "Executar serviço como" + +msgid "Scheduling" +msgstr "Agendamento" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Transmission é um client simples de bittorrent, aqui pode configurar as " +"definições." + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/ro/transmission.po b/applications/luci-app-transmission/po/ro/transmission.po new file mode 100644 index 0000000..8e0fc7d --- /dev/null +++ b/applications/luci-app-transmission/po/ro/transmission.po @@ -0,0 +1,296 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-25 19:17+0200\n" +"PO-Revision-Date: 2014-06-28 19:26+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: LANGUAGE \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Viteză de download alternativă" + +msgid "Alternative speed enabled" +msgstr "Viteză alternativă activată" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "Viteza de upload alternativa" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "Setari latime de banda" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "Activat" + +msgid "Encryption" +msgstr "Criptare" + +msgid "Error" +msgstr "Eroare" + +msgid "Fast" +msgstr "Rapid" + +msgid "Files and Locations" +msgstr "FiÅŸiere ÅŸi LocaÅ£ii" + +msgid "Forced" +msgstr "ForÅ£at" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "Setari globale" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "Informatii" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "Preferat" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/ru/transmission.po b/applications/luci-app-transmission/po/ru/transmission.po new file mode 100644 index 0000000..fac9510 --- /dev/null +++ b/applications/luci-app-transmission/po/ru/transmission.po @@ -0,0 +1,306 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: transmission\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 17:35+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Alternative download speed" +msgstr "ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ ÑкороÑÑ‚ÑŒ загрузки" + +msgid "Alternative speed enabled" +msgstr "ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ ÑкороÑÑ‚ÑŒ включена" + +msgid "Alternative speed time begin" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð½Ð°Ñ‡Ð°Ð»Ð° альтернативной ÑкороÑти" + +msgid "Alternative speed time day" +msgstr "День альтернативной ÑкороÑти" + +msgid "Alternative speed time end" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð¾Ð¹ ÑкороÑти" + +msgid "Alternative speed timing enabled" +msgstr "РаÑпиÑание альтернативной ÑкороÑти включено" + +msgid "Alternative upload speed" +msgstr "ÐÐ»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ ÑкороÑÑ‚ÑŒ отдачи" + +msgid "Automatically start added torrents" +msgstr "ÐвтоматичеÑки запуÑкать добавленные торренты" + +msgid "Bandwidth settings" +msgstr "ÐаÑтройки ÑкороÑти" + +msgid "Binding address IPv4" +msgstr "ПривÑзанный Ð°Ð´Ñ€ÐµÑ IPv4" + +msgid "Binding address IPv6" +msgstr "ПривÑзанный Ð°Ð´Ñ€ÐµÑ IPv6" + +msgid "Block list enabled" +msgstr "СпиÑок блокировок включен" + +msgid "Blocklist URL" +msgstr "URL ÑпиÑка блокировок" + +msgid "Blocklists" +msgstr "СпиÑки блокировок" + +msgid "Cache size in MB" +msgstr "Размер кÑша (МБ)" + +msgid "Config file directory" +msgstr "Папка файла конфигурации" + +msgid "DHT enabled" +msgstr "DHT включен" + +msgid "Debug" +msgstr "Отладка" + +msgid "Download directory" +msgstr "Папка Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¾Ðº" + +msgid "Download queue enabled" +msgstr "Очередь загрузок включена" + +msgid "Download queue size" +msgstr "Размер очереди загрузок" + +msgid "Enable watch directory" +msgstr "Включить папку поиÑка" + +msgid "Enabled" +msgstr "Включено" + +msgid "Encryption" +msgstr "Шифрование" + +msgid "Error" +msgstr "Ошибка" + +msgid "Fast" +msgstr "БыÑтрый" + +msgid "Files and Locations" +msgstr "Файлы и пути" + +msgid "Forced" +msgstr "Принудительно" + +msgid "Full" +msgstr "Полный" + +msgid "Global peer limit" +msgstr "Глобальный лимит пиров" + +msgid "Global settings" +msgstr "Общие наÑтройки" + +msgid "Idle seeding limit" +msgstr "Ограничение времени ÑидированиÑ" + +msgid "Idle seeding limit enabled" +msgstr "Ограничение времени ÑÐ¸Ð´Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¾" + +msgid "Incomplete directory" +msgstr "Папка Ð´Ð»Ñ Ð½Ðµ полноÑтью загруженых файлов" + +msgid "Incomplete directory enabled" +msgstr "Папка Ð´Ð»Ñ Ð½Ðµ полноÑтью загруженых файлов включена" + +msgid "Info" +msgstr "ИнформациÑ" + +msgid "LPD enabled" +msgstr "LPD включено" + +#, fuzzy +msgid "Lazy bitfield enabled" +msgstr "Lazy bitfield включен" + +msgid "Message level" +msgstr "Уровень Ñообщений" + +msgid "Miscellaneous" +msgstr "Прочее" + +msgid "None" +msgstr "ОтÑутÑтвует" + +#, fuzzy +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"Ðомер/битовое поле. Ðачните Ñ 0, затем Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ днÑ, в который вы хотите " +"включить планировщик, добавьте значение. Ð”Ð»Ñ Ð²Ð¾ÑкреÑÐµÐ½ÑŒÑ - 1, понедельника - " +"2, вторника - 4, Ñреды - 8, четверга - 16, пÑтницы - 32, Ñубботы - 64." + +msgid "Off" +msgstr "Выключено" + +msgid "Open Web Interface" +msgstr "Открыть веб-интерфейÑ" + +msgid "PEX enabled" +msgstr "PEX включен" + +msgid "Peer Port settings" +msgstr "ÐаÑтройки порта пира" + +msgid "Peer congestion algorithm" +msgstr "Ðлгоритм перегрузки пиров" + +msgid "Peer limit per torrent" +msgstr "Ограничение пиров на торрент" + +msgid "Peer port" +msgstr "Порт пира" + +msgid "Peer port random high" +msgstr "Ðаибольший Ñлучайный порт пира" + +msgid "Peer port random low" +msgstr "Ðаименьший Ñлучайный порт пира" + +msgid "Peer port random on start" +msgstr "Случайный порт пира при запуÑке" + +msgid "Peer settings" +msgstr "ÐаÑтройки пира" + +msgid "Peer socket tos" +msgstr "Значение ToS Ñокета пира" + +msgid "Port forwarding enabled" +msgstr "Перенаправление портов включено" + +msgid "Preferred" +msgstr "Предпочитаемо" + +msgid "Prefetch enabled" +msgstr "Предвыборка включена" + +#, fuzzy +msgid "Queue stalled enabled" +msgstr "ПриоÑтановка очереди включена" + +#, fuzzy +msgid "Queue stalled minutes" +msgstr "ПриоÑтановка очереди (мин.)" + +msgid "Queueing" +msgstr "ОбÑлуживание" + +msgid "RPC URL" +msgstr "URL RPC" + +msgid "RPC authentication required" +msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ RPC" + +msgid "RPC bind address" +msgstr "RPC-адреÑ" + +msgid "RPC enabled" +msgstr "RPC включен" + +msgid "RPC password" +msgstr "Пароль RPC" + +msgid "RPC port" +msgstr "Порт RPC" + +msgid "RPC settings" +msgstr "ÐаÑтройки RPC" + +msgid "RPC username" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ RPC" + +msgid "RPC whitelist" +msgstr "\"Белый\" ÑпиÑок RPC" + +msgid "RPC whitelist enabled" +msgstr "\"Белый\" ÑпиÑок RPC включен" + +msgid "Ratio limit" +msgstr "КоÑффициент отдачи" + +msgid "Ratio limit enabled" +msgstr "КоÑффициент отдачи включен" + +msgid "Rename partial files" +msgstr "Переименовывать незавершённые файлы" + +msgid "Run daemon as user" +msgstr "ЗапуÑтить демон от пользователÑ" + +msgid "Scheduling" +msgstr "Планирование" + +msgid "Scrape paused torrents enabled" +msgstr "Производить scrape-запроÑÑ‹ у приоÑтановленных торрентов" + +msgid "Script torrent done enabled" +msgstr "ЗапуÑк Ñкрипта поÑле загрузки торрента включён" + +msgid "Script torrent done filename" +msgstr "Скрипт Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸" + +msgid "Seed queue enabled" +msgstr "Очередь Ñидов включена" + +msgid "Seed queue size" +msgstr "Размер очереди ÑидированиÑ" + +msgid "Speed limit down" +msgstr "Лимит ÑкороÑти загрузки" + +msgid "Speed limit down enabled" +msgstr "Лимит ÑкороÑти загрузки включен" + +msgid "Speed limit up" +msgstr "Лимит ÑкороÑти отдачи" + +msgid "Speed limit up enabled" +msgstr "Лимит ÑкороÑти отдачи включен" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" +"Transmission - проÑтой bittorrent-клиент. ЗдеÑÑŒ Ð’Ñ‹ можете наÑтроить " +"параметры." + +msgid "Trash original torrent files" +msgstr "Удалить торрент-файлы" + +msgid "Upload slots per torrent" +msgstr "Кол-во Ñлотов отдачи на торрент" + +msgid "Watch directory" +msgstr "Папка поиÑка" + +msgid "in minutes from midnight" +msgstr "в минутах от полуночи" + +msgid "preallocation" +msgstr "предраÑпределение" + +msgid "uTP enabled" +msgstr "uTP включен" diff --git a/applications/luci-app-transmission/po/sk/transmission.po b/applications/luci-app-transmission/po/sk/transmission.po new file mode 100644 index 0000000..4b4c3af --- /dev/null +++ b/applications/luci-app-transmission/po/sk/transmission.po @@ -0,0 +1,290 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/sv/transmission.po b/applications/luci-app-transmission/po/sv/transmission.po new file mode 100644 index 0000000..e276ebf --- /dev/null +++ b/applications/luci-app-transmission/po/sv/transmission.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/templates/transmission.pot b/applications/luci-app-transmission/po/templates/transmission.pot new file mode 100644 index 0000000..5892abc --- /dev/null +++ b/applications/luci-app-transmission/po/templates/transmission.pot @@ -0,0 +1,283 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/tr/transmission.po b/applications/luci-app-transmission/po/tr/transmission.po new file mode 100644 index 0000000..5a4df01 --- /dev/null +++ b/applications/luci-app-transmission/po/tr/transmission.po @@ -0,0 +1,290 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/uk/transmission.po b/applications/luci-app-transmission/po/uk/transmission.po new file mode 100644 index 0000000..1736934 --- /dev/null +++ b/applications/luci-app-transmission/po/uk/transmission.po @@ -0,0 +1,296 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-08-13 16:16+0200\n" +"PO-Revision-Date: 2013-08-13 16:17+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: LANGUAGE \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "Ðльтернативна швидкіÑÑ‚ÑŒ завантаженнÑ" + +msgid "Alternative speed enabled" +msgstr "Ðльтернативна швидкіÑÑ‚ÑŒ увімкнути" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/vi/transmission.po b/applications/luci-app-transmission/po/vi/transmission.po new file mode 100644 index 0000000..3125fc2 --- /dev/null +++ b/applications/luci-app-transmission/po/vi/transmission.po @@ -0,0 +1,280 @@ +msgid "Alternative download speed" +msgstr "" + +msgid "Alternative speed enabled" +msgstr "" + +msgid "Alternative speed time begin" +msgstr "" + +msgid "Alternative speed time day" +msgstr "" + +msgid "Alternative speed time end" +msgstr "" + +msgid "Alternative speed timing enabled" +msgstr "" + +msgid "Alternative upload speed" +msgstr "" + +msgid "Automatically start added torrents" +msgstr "" + +msgid "Bandwidth settings" +msgstr "" + +msgid "Binding address IPv4" +msgstr "" + +msgid "Binding address IPv6" +msgstr "" + +msgid "Block list enabled" +msgstr "" + +msgid "Blocklist URL" +msgstr "" + +msgid "Blocklists" +msgstr "" + +msgid "Cache size in MB" +msgstr "" + +msgid "Config file directory" +msgstr "" + +msgid "DHT enabled" +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Download directory" +msgstr "" + +msgid "Download queue enabled" +msgstr "" + +msgid "Download queue size" +msgstr "" + +msgid "Enable watch directory" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Encryption" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Fast" +msgstr "" + +msgid "Files and Locations" +msgstr "" + +msgid "Forced" +msgstr "" + +msgid "Full" +msgstr "" + +msgid "Global peer limit" +msgstr "" + +msgid "Global settings" +msgstr "" + +msgid "Idle seeding limit" +msgstr "" + +msgid "Idle seeding limit enabled" +msgstr "" + +msgid "Incomplete directory" +msgstr "" + +msgid "Incomplete directory enabled" +msgstr "" + +msgid "Info" +msgstr "" + +msgid "LPD enabled" +msgstr "" + +msgid "Lazy bitfield enabled" +msgstr "" + +msgid "Message level" +msgstr "" + +msgid "Miscellaneous" +msgstr "" + +msgid "None" +msgstr "" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Open Web Interface" +msgstr "" + +msgid "PEX enabled" +msgstr "" + +msgid "Peer Port settings" +msgstr "" + +msgid "Peer congestion algorithm" +msgstr "" + +msgid "Peer limit per torrent" +msgstr "" + +msgid "Peer port" +msgstr "" + +msgid "Peer port random high" +msgstr "" + +msgid "Peer port random low" +msgstr "" + +msgid "Peer port random on start" +msgstr "" + +msgid "Peer settings" +msgstr "" + +msgid "Peer socket tos" +msgstr "" + +msgid "Port forwarding enabled" +msgstr "" + +msgid "Preferred" +msgstr "" + +msgid "Prefetch enabled" +msgstr "" + +msgid "Queue stalled enabled" +msgstr "" + +msgid "Queue stalled minutes" +msgstr "" + +msgid "Queueing" +msgstr "" + +msgid "RPC URL" +msgstr "" + +msgid "RPC authentication required" +msgstr "" + +msgid "RPC bind address" +msgstr "" + +msgid "RPC enabled" +msgstr "" + +msgid "RPC password" +msgstr "" + +msgid "RPC port" +msgstr "" + +msgid "RPC settings" +msgstr "" + +msgid "RPC username" +msgstr "" + +msgid "RPC whitelist" +msgstr "" + +msgid "RPC whitelist enabled" +msgstr "" + +msgid "Ratio limit" +msgstr "" + +msgid "Ratio limit enabled" +msgstr "" + +msgid "Rename partial files" +msgstr "" + +msgid "Run daemon as user" +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scrape paused torrents enabled" +msgstr "" + +msgid "Script torrent done enabled" +msgstr "" + +msgid "Script torrent done filename" +msgstr "" + +msgid "Seed queue enabled" +msgstr "" + +msgid "Seed queue size" +msgstr "" + +msgid "Speed limit down" +msgstr "" + +msgid "Speed limit down enabled" +msgstr "" + +msgid "Speed limit up" +msgstr "" + +msgid "Speed limit up enabled" +msgstr "" + +msgid "Transmission" +msgstr "" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "" + +msgid "Trash original torrent files" +msgstr "" + +msgid "Upload slots per torrent" +msgstr "" + +msgid "Watch directory" +msgstr "" + +msgid "in minutes from midnight" +msgstr "" + +msgid "preallocation" +msgstr "" + +msgid "uTP enabled" +msgstr "" diff --git a/applications/luci-app-transmission/po/zh-cn/transmission.po b/applications/luci-app-transmission/po/zh-cn/transmission.po new file mode 100644 index 0000000..9dd3491 --- /dev/null +++ b/applications/luci-app-transmission/po/zh-cn/transmission.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-10-08 14:06+0200\n" +"PO-Revision-Date: 2014-06-15 04:57+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "临时下载é™é€Ÿ" + +msgid "Alternative speed enabled" +msgstr "å¯ç”¨ä¸´æ—¶é™é€Ÿ" + +msgid "Alternative speed time begin" +msgstr "计划é™é€Ÿå§‹äºŽ" + +msgid "Alternative speed time day" +msgstr "计划é™é€Ÿæ—¥æœŸ" + +msgid "Alternative speed time end" +msgstr "计划é™é€Ÿæ­¢äºŽ" + +msgid "Alternative speed timing enabled" +msgstr "å¯ç”¨è®¡åˆ’é™é€Ÿ" + +msgid "Alternative upload speed" +msgstr "临时上传速度" + +msgid "Automatically start added torrents" +msgstr "ç§å­è‡ªåŠ¨ä¸‹è½½" + +msgid "Bandwidth settings" +msgstr "带宽é…ç½®" + +msgid "Binding address IPv4" +msgstr "绑定IPv4地å€" + +msgid "Binding address IPv6" +msgstr "绑定IPv6地å€" + +msgid "Block list enabled" +msgstr "å¯ç”¨é˜»æ­¢åˆ—表" + +msgid "Blocklist URL" +msgstr "URL阻止清å•" + +msgid "Blocklists" +msgstr "阻止清å•" + +msgid "Cache size in MB" +msgstr "缓存大å°ï¼ˆMB)" + +msgid "Config file directory" +msgstr "é…置文件的目录" + +msgid "DHT enabled" +msgstr "å¯ç”¨DHT" + +msgid "Debug" +msgstr "调试" + +msgid "Download directory" +msgstr "下载目录" + +msgid "Download queue enabled" +msgstr "å¯ç”¨ä¸‹è½½é˜Ÿåˆ—" + +msgid "Download queue size" +msgstr "下载队列大å°" + +msgid "Enable watch directory" +msgstr "å¯ç”¨ç§å­è½®è¯¢ç›®å½•" + +msgid "Enabled" +msgstr "å¯ç”¨" + +msgid "Encryption" +msgstr "加密" + +msgid "Error" +msgstr "错误" + +msgid "Fast" +msgstr "快速" + +msgid "Files and Locations" +msgstr "文件和ä½ç½®" + +msgid "Forced" +msgstr "强制" + +msgid "Full" +msgstr "全分é…" + +msgid "Global peer limit" +msgstr "全局Peeré™åˆ¶" + +msgid "Global settings" +msgstr "全局设置" + +msgid "Idle seeding limit" +msgstr "空闲åšç§é™æ—¶" + +msgid "Idle seeding limit enabled" +msgstr "å¯ç”¨ç©ºé—²åšç§æ—¶é—´" + +msgid "Incomplete directory" +msgstr "未完æˆç›®å½•" + +msgid "Incomplete directory enabled" +msgstr "å¯ç”¨æœªå®Œæˆç›®å½•" + +msgid "Info" +msgstr "ä¿¡æ¯" + +msgid "LPD enabled" +msgstr "å¯ç”¨LPD" + +msgid "Lazy bitfield enabled" +msgstr "å¯ç”¨ä½æ®µå»¶è¿Ÿ" + +msgid "Message level" +msgstr "消æ¯çº§åˆ«" + +msgid "Miscellaneous" +msgstr "其他å‚æ•°" + +msgid "None" +msgstr "空" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "生效日期是对应日期的算术加和值。对应关系:周日-1ã€å‘¨ä¸€-2ã€å‘¨äºŒ-4ã€å‘¨ä¸‰-8ã€å‘¨å››-16ã€å‘¨äº”-32ã€å‘¨å…­-64。" + +msgid "Off" +msgstr "关闭" + +msgid "Open Web Interface" +msgstr "Web管ç†ç•Œé¢" + +msgid "PEX enabled" +msgstr "å¯ç”¨PEX" + +msgid "Peer Port settings" +msgstr "Peer端å£è®¾ç½®" + +msgid "Peer congestion algorithm" +msgstr "Peer拥塞算法" + +msgid "Peer limit per torrent" +msgstr "æ¯ä¸ªç§å­Peeré™åˆ¶æ•°" + +msgid "Peer port" +msgstr "Peer端å£" + +msgid "Peer port random high" +msgstr "Peeréšæœºç«¯å£æœ€å¤§å€¼" + +msgid "Peer port random low" +msgstr "Peeréšæœºç«¯å£æœ€å°å€¼" + +msgid "Peer port random on start" +msgstr "Peer端å£éšæœº" + +msgid "Peer settings" +msgstr "Peer设置" + +msgid "Peer socket tos" +msgstr "Peer套接字tos值" + +msgid "Port forwarding enabled" +msgstr "å¯ç”¨ç«¯å£è½¬å‘" + +msgid "Preferred" +msgstr "优先" + +msgid "Prefetch enabled" +msgstr "å¯ç”¨é¢„å–缓存" + +msgid "Queue stalled enabled" +msgstr "å¯ç”¨é˜Ÿåˆ—æš‚åœ" + +msgid "Queue stalled minutes" +msgstr "队列暂åœåˆ†é’Ÿ" + +msgid "Queueing" +msgstr "队列" + +msgid "RPC URL" +msgstr "RPC URL" + +msgid "RPC authentication required" +msgstr "PRC授æƒéªŒè¯" + +msgid "RPC bind address" +msgstr "RPC绑定地å€" + +msgid "RPC enabled" +msgstr "å¯ç”¨PRC" + +msgid "RPC password" +msgstr "RPC密ç " + +msgid "RPC port" +msgstr "RPC端å£" + +msgid "RPC settings" +msgstr "RPCé…ç½®" + +msgid "RPC username" +msgstr "RPC用户å" + +msgid "RPC whitelist" +msgstr "RPC白åå•" + +msgid "RPC whitelist enabled" +msgstr "å¯ç”¨RPC白åå•" + +msgid "Ratio limit" +msgstr "分享率é™å€¼" + +msgid "Ratio limit enabled" +msgstr "å¯ç”¨åˆ†äº«çŽ‡é™åˆ¶" + +msgid "Rename partial files" +msgstr "é‡å‘½å未完æˆæ–‡ä»¶" + +msgid "Run daemon as user" +msgstr "用户组" + +msgid "Scheduling" +msgstr "计划任务" + +msgid "Scrape paused torrents enabled" +msgstr "忽略暂åœçš„ç§å­" + +msgid "Script torrent done enabled" +msgstr "ç§å­å®Œæˆæ—¶è¿è¡Œè„šæœ¬" + +msgid "Script torrent done filename" +msgstr "脚本文件å" + +msgid "Seed queue enabled" +msgstr "å¯ç”¨åšç§é˜Ÿåˆ—" + +msgid "Seed queue size" +msgstr "åšç§é˜Ÿåˆ—大å°" + +msgid "Speed limit down" +msgstr "下载é™é€Ÿ" + +msgid "Speed limit down enabled" +msgstr "å¯ç”¨ä¸‹è½½é™é€Ÿ" + +msgid "Speed limit up" +msgstr "上传é™é€Ÿ" + +msgid "Speed limit up enabled" +msgstr "å¯ç”¨ä¸Šä¼ é™é€Ÿ" + +msgid "Transmission" +msgstr "Transmission" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "Transmission是个简å•æ˜“用的BT/PT客户端。" + +msgid "Trash original torrent files" +msgstr "删除ç§å­æºæ–‡ä»¶" + +msgid "Upload slots per torrent" +msgstr "æ¯ä¸ªç§å­ä¸Šä¼ è¿žæŽ¥æ•°" + +msgid "Watch directory" +msgstr "轮询ç§å­ç›®å½•" + +msgid "in minutes from midnight" +msgstr "从晚上00:00起的分钟数,é™é€Ÿåˆ°ä¸´æ—¶é€Ÿåº¦" + +msgid "preallocation" +msgstr "ç£ç›˜é¢„分é…ç­–ç•¥" + +msgid "uTP enabled" +msgstr "å¯ç”¨uTP" diff --git a/applications/luci-app-transmission/po/zh-tw/transmission.po b/applications/luci-app-transmission/po/zh-tw/transmission.po new file mode 100644 index 0000000..78da18d --- /dev/null +++ b/applications/luci-app-transmission/po/zh-tw/transmission.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-16 23:11+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Alternative download speed" +msgstr "P2P代抓下載速度" + +msgid "Alternative speed enabled" +msgstr "P2P代抓速度啟用" + +msgid "Alternative speed time begin" +msgstr "P2P代抓起始時間" + +msgid "Alternative speed time day" +msgstr "P2P代抓起æ¯æ—¥æ™‚é–“" + +msgid "Alternative speed time end" +msgstr "P2P代抓çµæŸæ™‚é–“" + +msgid "Alternative speed timing enabled" +msgstr "P2P代抓週期機制啟用" + +msgid "Alternative upload speed" +msgstr "P2P代抓上傳速度" + +msgid "Automatically start added torrents" +msgstr "當增加種å­å¾Œè‡ªå‹•é–‹å§‹ä¸‹è¼‰" + +msgid "Bandwidth settings" +msgstr "æµé‡è¨­å®š" + +msgid "Binding address IPv4" +msgstr "ç¶å®šçš„IPv4ä½ç½®" + +msgid "Binding address IPv6" +msgstr "ç¶å®šçš„IPv6ä½ç½®" + +msgid "Block list enabled" +msgstr "啟用å°éŽ–列表" + +msgid "Blocklist URL" +msgstr "å°éŽ–URL" + +msgid "Blocklists" +msgstr "å°éŽ–列表" + +msgid "Cache size in MB" +msgstr "å¿«å–大å°(MB)" + +msgid "Config file directory" +msgstr "設定檔目錄" + +msgid "DHT enabled" +msgstr "DHT啟用" + +msgid "Debug" +msgstr "åµéŒ¯" + +msgid "Download directory" +msgstr "下載目錄" + +msgid "Download queue enabled" +msgstr "啟用下載隊列" + +msgid "Download queue size" +msgstr "下載隊列大å°" + +msgid "Enable watch directory" +msgstr "啟用觀看目錄" + +msgid "Enabled" +msgstr "啟用" + +msgid "Encryption" +msgstr "加密" + +msgid "Error" +msgstr "錯誤" + +msgid "Fast" +msgstr "快速" + +msgid "Files and Locations" +msgstr "檔案和ä½ç½®" + +msgid "Forced" +msgstr "強制" + +msgid "Full" +msgstr "全速" + +msgid "Global peer limit" +msgstr "一般連接é™åˆ¶" + +msgid "Global settings" +msgstr "一般設定" + +msgid "Idle seeding limit" +msgstr "閒置作種é™åˆ¶" + +msgid "Idle seeding limit enabled" +msgstr "閒置作種é™åˆ¶æ©Ÿåˆ¶å•Ÿç”¨" + +msgid "Incomplete directory" +msgstr "ä¸å®Œæ•´çš„目錄路徑" + +msgid "Incomplete directory enabled" +msgstr "ä¸å®Œæ•´çš„目錄置放å€æ©Ÿåˆ¶å•Ÿç”¨" + +msgid "Info" +msgstr "資訊" + +msgid "LPD enabled" +msgstr "LPD啟用" + +msgid "Lazy bitfield enabled" +msgstr "防ISP懶散悠閒抓法啟用" + +msgid "Message level" +msgstr "訊æ¯ç­‰ç´š" + +msgid "Miscellaneous" +msgstr "雜項" + +msgid "None" +msgstr "None" + +msgid "" +"Number/bitfield. Start with 0, then for each day you want the scheduler " +"enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " +"8, Thursday - 16, Friday - 32, Saturday - 64" +msgstr "" +"數字/欄ä½. ç”±0開始,æ¯æ—¥ä½ è‹¥è¦å•Ÿç”¨æŽ’程,就加上新數值. 星期日 -1, 星期一 -2, 星期二 -4, 星期三 -8, 星期四-16, " +"星期五-32星期六 -64" + +msgid "Off" +msgstr "關閉" + +msgid "Open Web Interface" +msgstr "é–‹å•ŸWeb介é¢" + +msgid "PEX enabled" +msgstr "啟用PEX" + +msgid "Peer Port settings" +msgstr "P2P節點埠號設定" + +msgid "Peer congestion algorithm" +msgstr "P2P節點堵塞演算法" + +msgid "Peer limit per torrent" +msgstr "P2P節點æ¯å€‹ç¨®å­çš„é™åˆ¶" + +msgid "Peer port" +msgstr "P2P節點埠號" + +msgid "Peer port random high" +msgstr "P2P節點較高隨機埠號" + +msgid "Peer port random low" +msgstr "P2P節點較低隨機埠號" + +msgid "Peer port random on start" +msgstr "一開始就啟用P2P節點隨機埠" + +msgid "Peer settings" +msgstr "埠號設定" + +msgid "Peer socket tos" +msgstr "P2P節點優先IPæ’槽" + +msgid "Port forwarding enabled" +msgstr "埠轉發啟用" + +msgid "Preferred" +msgstr "首é¸" + +msgid "Prefetch enabled" +msgstr "é é¸å•Ÿç”¨" + +msgid "Queue stalled enabled" +msgstr "隊列åœæ»¯å•Ÿç”¨" + +msgid "Queue stalled minutes" +msgstr "隊列åœæ»¯åˆ†é˜" + +msgid "Queueing" +msgstr "排隊中" + +msgid "RPC URL" +msgstr "é ç«¯èª¿ç”¨ç¶²å€" + +msgid "RPC authentication required" +msgstr "é ç«¯èª¿ç”¨éœ€è¦é©—è­‰" + +msgid "RPC bind address" +msgstr "é ç«¯èª¿ç”¨ç¶å®šä½å€" + +msgid "RPC enabled" +msgstr "é ç«¯èª¿ç”¨åŠŸèƒ½å•Ÿç”¨" + +msgid "RPC password" +msgstr "é ç«¯èª¿ç”¨å¯†ç¢¼" + +msgid "RPC port" +msgstr "é ç«¯èª¿ç”¨åŸ è™Ÿ" + +msgid "RPC settings" +msgstr "é ç«¯èª¿ç”¨è¨­å®š" + +msgid "RPC username" +msgstr "é ç«¯èª¿ç”¨ç”¨æˆ¶å稱" + +msgid "RPC whitelist" +msgstr "é ç«¯èª¿ç”¨ç™½åå–®" + +msgid "RPC whitelist enabled" +msgstr "啟用é ç«¯èª¿ç”¨ç™½åå–®" + +msgid "Ratio limit" +msgstr "比率é™åˆ¶" + +msgid "Ratio limit enabled" +msgstr "啟用比率é™åˆ¶" + +msgid "Rename partial files" +msgstr "ä¸å®Œæ•´æª”案更å" + +msgid "Run daemon as user" +msgstr "åƒç”¨æˆ¶ä½¿ç”¨ä¸€æ¨£å¸¸é§" + +msgid "Scheduling" +msgstr "排程" + +msgid "Scrape paused torrents enabled" +msgstr "下載暫åœé–‹å§‹åšç¨®" + +msgid "Script torrent done enabled" +msgstr "作種腳本啟用" + +msgid "Script torrent done filename" +msgstr "作種腳本檔å" + +msgid "Seed queue enabled" +msgstr "啟用作種隊列" + +msgid "Seed queue size" +msgstr "作種隊列大å°" + +msgid "Speed limit down" +msgstr "下載速度é™åˆ¶" + +msgid "Speed limit down enabled" +msgstr "啟用下載速度é™åˆ¶" + +msgid "Speed limit up" +msgstr "上傳速度é™åˆ¶" + +msgid "Speed limit up enabled" +msgstr "啟用上傳速度é™åˆ¶" + +msgid "Transmission" +msgstr "傳輸任務" + +msgid "" +"Transmission daemon is a simple bittorrent client, here you can configure " +"the settings." +msgstr "傳輸任務常é§æ˜¯ä¸€å€‹ç°¡å–®çš„bittorrent用戶端程å¼, 這裡你å¯ä»¥é…置設定" + +msgid "Trash original torrent files" +msgstr "丟棄來æºç¨®å­æª”" + +msgid "Upload slots per torrent" +msgstr "æ¯å€‹ç¨®å­çš„上傳æ’槽數" + +msgid "Watch directory" +msgstr "監看目錄" + +msgid "in minutes from midnight" +msgstr "從åˆå¤œç®—起用分表示" + +msgid "preallocation" +msgstr "é å…ˆåˆ†é…" + +msgid "uTP enabled" +msgstr "啟用uTP" diff --git a/applications/luci-app-transmission/root/etc/uci-defaults/luci-transmission b/applications/luci-app-transmission/root/etc/uci-defaults/luci-transmission new file mode 100644 index 0000000..456e8b8 --- /dev/null +++ b/applications/luci-app-transmission/root/etc/uci-defaults/luci-transmission @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@tranmsmission[-1] + add ucitrack transmission + set ucitrack.@transmission[-1].init=transmission + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-udpxy/Makefile b/applications/luci-app-udpxy/Makefile new file mode 100644 index 0000000..cb8f179 --- /dev/null +++ b/applications/luci-app-udpxy/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for udpxy +LUCI_DEPENDS:=+udpxy + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-udpxy/luasrc/controller/udpxy.lua b/applications/luci-app-udpxy/luasrc/controller/udpxy.lua new file mode 100644 index 0000000..36a40dd --- /dev/null +++ b/applications/luci-app-udpxy/luasrc/controller/udpxy.lua @@ -0,0 +1,14 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.udpxy", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/udpxy") then + return + end + + local page = entry({"admin", "services", "udpxy"}, cbi("udpxy"), _("udpxy")) + page.dependent = true + +end diff --git a/applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua b/applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua new file mode 100644 index 0000000..d823da0 --- /dev/null +++ b/applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua @@ -0,0 +1,63 @@ +-- Copyright 2014 Ãlvaro Fernández Rojas +-- Licensed to the public under the Apache License 2.0. + +m = Map("udpxy", "udpxy", translate("udpxy is a UDP-to-HTTP multicast traffic relay daemon, here you can configure the settings.")) + +s = m:section(TypedSection, "udpxy", "") +s.addremove = true +s.anonymous = false + +enable=s:option(Flag, "disabled", translate("Enabled")) +enable.enabled="0" +enable.disabled="1" +enable.default = "1" +enable.rmempty = false +respawn=s:option(Flag, "respawn", translate("Respawn")) +respawn.default = false + +verbose=s:option(Flag, "verbose", translate("Verbose")) +verbose.default = false + +status=s:option(Flag, "status", translate("Status")) + +bind=s:option(Value, "bind", translate("Bind IP/Interface")) +bind.rmempty = true +bind.datatype = "or(ipaddr, network)" + +port=s:option(Value, "port", translate("Port")) +port.rmempty = true +port.datatype = "port" + +source=s:option(Value, "source", translate("Source IP/Interface")) +source.rmempty = true +source.datatype = "or(ipaddr, network)" + +max_clients=s:option(Value, "max_clients", translate("Max clients")) +max_clients.rmempty = true +max_clients.datatype = "range(1, 5000)" + +log_file=s:option(Value, "log_file", translate("Log file")) +log_file.rmempty = true +--log_file.datatype = "file" + +buffer_size=s:option(Value, "buffer_size", translate("Buffer size")) +buffer_size.rmempty = true +buffer_size.datatype = "range(4096,2097152)" + +buffer_messages=s:option(Value, "buffer_messages", translate("Buffer messages")) +buffer_messages.rmempty = true +buffer_messages.datatype = "or(-1, and(min(1), uinteger))" + +buffer_time=s:option(Value, "buffer_time", translate("Buffer time")) +buffer_time.rmempty = true +buffer_time.datatype = "or(-1, and(min(1), uinteger))" + +nice_increment=s:option(Value, "nice_increment", translate("Nice increment")) +nice_increment.rmempty = true +nice_increment.datatype = "or(and(max(-1), integer),and(min(1), integer))" + +mcsub_renew=s:option(Value, "mcsub_renew", translate("Multicast subscription renew")) +mcsub_renew.rmempty = true +mcsub_renew.datatype = "or(0, range(30, 64000))" + +return m diff --git a/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy b/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy new file mode 100644 index 0000000..e93c078 --- /dev/null +++ b/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy @@ -0,0 +1,12 @@ +#!/bin/sh + +# needed for "Save and Apply" to restart udpxy +uci -q batch <<-EOF >/dev/null + delete ucitrack.@udpxy[-1] + add ucitrack udpxy + set ucitrack.@udpxy[-1].init="udpxy" + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-upnp/Makefile b/applications/luci-app-upnp/Makefile new file mode 100644 index 0000000..324e3e2 --- /dev/null +++ b/applications/luci-app-upnp/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Universal Plug & Play configuration module +LUCI_DEPENDS:=+miniupnpd + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-upnp/luasrc/controller/upnp.lua b/applications/luci-app-upnp/luasrc/controller/upnp.lua new file mode 100644 index 0000000..790bf29 --- /dev/null +++ b/applications/luci-app-upnp/luasrc/controller/upnp.lua @@ -0,0 +1,74 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.upnp", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/upnpd") then + return + end + + local page + + page = entry({"admin", "services", "upnp"}, cbi("upnp/upnp"), _("UPNP")) + page.dependent = true + + entry({"admin", "services", "upnp", "status"}, call("act_status")).leaf = true + entry({"admin", "services", "upnp", "delete"}, call("act_delete")).leaf = true +end + +function act_status() + local ipt = io.popen("iptables --line-numbers -t nat -xnvL MINIUPNPD 2>/dev/null") + if ipt then + local fwd = { } + while true do + local ln = ipt:read("*l") + if not ln then + break + elseif ln:match("^%d+") then + local num, proto, extport, intaddr, intport = + ln:match("^(%d+).-([a-z]+).-dpt:(%d+) to:(%S-):(%d+)") + + if num and proto and extport and intaddr and intport then + num = tonumber(num) + extport = tonumber(extport) + intport = tonumber(intport) + + fwd[#fwd+1] = { + num = num, + proto = proto:upper(), + extport = extport, + intaddr = intaddr, + intport = intport + } + end + end + end + + ipt:close() + + luci.http.prepare_content("application/json") + luci.http.write_json(fwd) + end +end + +function act_delete(num) + local idx = tonumber(num) + local uci = luci.model.uci.cursor() + + if idx and idx > 0 then + luci.sys.call("iptables -t filter -D MINIUPNPD %d 2>/dev/null" % idx) + luci.sys.call("iptables -t nat -D MINIUPNPD %d 2>/dev/null" % idx) + + local lease_file = uci:get("upnpd", "config", "upnp_lease_file") + if lease_file and nixio.fs.access(lease_file) then + luci.sys.call("sed -i -e '%dd' %q" %{ idx, lease_file }) + end + + luci.http.status(200, "OK") + return + end + + luci.http.status(400, "Bad request") +end diff --git a/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua new file mode 100644 index 0000000..f1bb450 --- /dev/null +++ b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua @@ -0,0 +1,103 @@ +-- Copyright 2008 Steven Barth +-- Copyright 2008-2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +m = Map("upnpd", luci.util.pcdata(translate("Universal Plug & Play")), + translate("UPnP allows clients in the local network to automatically configure the router.")) + +m:section(SimpleSection).template = "upnp_status" + +s = m:section(NamedSection, "config", "upnpd", translate("MiniUPnP settings")) +s.addremove = false +s:tab("general", translate("General Settings")) +s:tab("advanced", translate("Advanced Settings")) + +e = s:taboption("general", Flag, "_init", translate("Start UPnP and NAT-PMP service")) +e.rmempty = false + +function e.cfgvalue(self, section) + return luci.sys.init.enabled("miniupnpd") and self.enabled or self.disabled +end + +function e.write(self, section, value) + if value == "1" then + luci.sys.call("/etc/init.d/miniupnpd enable >/dev/null") + luci.sys.call("/etc/init.d/miniupnpd start >/dev/null") + else + luci.sys.call("/etc/init.d/miniupnpd stop >/dev/null") + luci.sys.call("/etc/init.d/miniupnpd disable >/dev/null") + end +end + +s:taboption("general", Flag, "enable_upnp", translate("Enable UPnP functionality")).default = "1" +s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP functionality")).default = "1" + +s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"), + translate("Allow adding forwards only to requesting ip addresses")).default = "1" + +s:taboption("general", Flag, "log_output", translate("Enable additional logging"), + translate("Puts extra debugging information into the system log")) + +s:taboption("general", Value, "download", translate("Downlink"), + translate("Value in KByte/s, informational only")).rmempty = true + +s:taboption("general", Value, "upload", translate("Uplink"), + translate("Value in KByte/s, informational only")).rmempty = true + +port = s:taboption("general", Value, "port", translate("Port")) +port.datatype = "port" +port.default = 5000 + + +s:taboption("advanced", Flag, "system_uptime", translate("Report system instead of daemon uptime")).default = "1" + +s:taboption("advanced", Value, "uuid", translate("Device UUID")) +s:taboption("advanced", Value, "serial_number", translate("Announced serial number")) +s:taboption("advanced", Value, "model_number", translate("Announced model number")) + +ni = s:taboption("advanced", Value, "notify_interval", translate("Notify interval")) +ni.datatype = "uinteger" +ni.placeholder = 30 + +ct = s:taboption("advanced", Value, "clean_ruleset_threshold", translate("Clean rules threshold")) +ct.datatype = "uinteger" +ct.placeholder = 20 + +ci = s:taboption("advanced", Value, "clean_ruleset_interval", translate("Clean rules interval")) +ci.datatype = "uinteger" +ci.placeholder = 600 + +pu = s:taboption("advanced", Value, "presentation_url", translate("Presentation URL")) +pu.placeholder = "http://192.168.1.1/" + +lf = s:taboption("advanced", Value, "upnp_lease_file", translate("UPnP lease file")) +lf.placeholder = "/var/log/upnp.leases" + + +s2 = m:section(TypedSection, "perm_rule", translate("MiniUPnP ACLs"), + translate("ACLs specify which external ports may be redirected to which internal addresses and ports")) + +s2.template = "cbi/tblsection" +s2.sortable = true +s2.anonymous = true +s2.addremove = true + +s2:option(Value, "comment", translate("Comment")) + +ep = s2:option(Value, "ext_ports", translate("External ports")) +ep.datatype = "portrange" +ep.placeholder = "0-65535" + +ia = s2:option(Value, "int_addr", translate("Internal addresses")) +ia.datatype = "ip4addr" +ia.placeholder = "0.0.0.0/0" + +ip = s2:option(Value, "int_ports", translate("Internal ports")) +ip.datatype = "portrange" +ip.placeholder = "0-65535" + +ac = s2:option(ListValue, "action", translate("Action")) +ac:value("allow") +ac:value("deny") + +return m diff --git a/applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm b/applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm new file mode 100644 index 0000000..d0c2e2e --- /dev/null +++ b/applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm @@ -0,0 +1 @@ +<%+upnp_status%> diff --git a/applications/luci-app-upnp/luasrc/view/upnp_status.htm b/applications/luci-app-upnp/luasrc/view/upnp_status.htm new file mode 100644 index 0000000..ce735cf --- /dev/null +++ b/applications/luci-app-upnp/luasrc/view/upnp_status.htm @@ -0,0 +1,67 @@ + + +
+ <%:Active UPnP Redirects%> + + + + + + + + + + + +
<%:Protocol%><%:External Port%><%:Client Address%><%:Client Port%> 

<%:Collecting data...%>
+
diff --git a/applications/luci-app-upnp/po/ca/upnp.po b/applications/luci-app-upnp/po/ca/upnp.po new file mode 100644 index 0000000..3176bb5 --- /dev/null +++ b/applications/luci-app-upnp/po/ca/upnp.po @@ -0,0 +1,167 @@ +# upnp.pot +# generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-07-01 08:38+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Els ACL especifiquen quins ports externs es poden redirigir a quines adreces " +"i ports interns" + +msgid "Action" +msgstr "Acció" + +msgid "Active UPnP Redirects" +msgstr "Redireccions UPnP actives" + +msgid "Advanced Settings" +msgstr "Ajusts avançats" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Permet que s'afegeixin redireccions només a les adreces IP peticionant" + +msgid "Announced model number" +msgstr "Número de model anunciat" + +msgid "Announced serial number" +msgstr "Número de sèrie anunciat" + +msgid "Clean rules interval" +msgstr "Interval de neteja de regles" + +msgid "Clean rules threshold" +msgstr "Llindar de neteja de regles" + +msgid "Client Address" +msgstr "Adreça de client" + +msgid "Client Port" +msgstr "Port de client" + +msgid "Collecting data..." +msgstr "Recollint dades..." + +msgid "Comment" +msgstr "Comentari" + +msgid "Delete Redirect" +msgstr "Suprimeix la redirecció" + +msgid "Device UUID" +msgstr "UUID de dispositiu" + +msgid "Downlink" +msgstr "Enllaç de baixada" + +msgid "Enable NAT-PMP functionality" +msgstr "Habilita la funcionalitat NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Habilita la funcionalitat UPnP" + +msgid "Enable additional logging" +msgstr "Habilita el registre addicional" + +msgid "Enable secure mode" +msgstr "Habilita mode segur" + +msgid "External Port" +msgstr "Port extern" + +msgid "External ports" +msgstr "Ports externs" + +msgid "General Settings" +msgstr "Ajusts generals" + +msgid "Internal addresses" +msgstr "Adreces internes" + +msgid "Internal ports" +msgstr "Ports interns" + +msgid "MiniUPnP ACLs" +msgstr "ACLs de MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "Ajusts de MiniUPnP" + +msgid "Notify interval" +msgstr "Interval de notificació" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Puts extra debugging information into the system log" +msgstr "Posa informació extra de depuració en el registre de sistema" + +msgid "Report system instead of daemon uptime" +msgstr "Reporta el temps actiu del sistema en lloc del del dimoni" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Inicia el servei UPnP i NAP-PMP" + +msgid "There are no active redirects." +msgstr "No hi ha redireccions actives." + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP permet als clients de la xarxa local configurar automàticament el " +"router." + +msgid "UPnP lease file" +msgstr "Fitxer d'arrendament UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Enllaç de pujada" + +msgid "Value in KByte/s, informational only" +msgstr "Valor en KByte/s, només per informació" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP permet als clients de la xarxa local configurar automàticament el " +#~ "router." + +#~ msgid "enable" +#~ msgstr "habilita" + +#~ msgid "Log output" +#~ msgstr "Registra la sortida" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "Només s'hauria d'activar l'UPnP si és absolutament necessari, ja que en " +#~ "poden resultar alts riscos de seguretat a la teva xarxa." diff --git a/applications/luci-app-upnp/po/cs/upnp.po b/applications/luci-app-upnp/po/cs/upnp.po new file mode 100644 index 0000000..a712f82 --- /dev/null +++ b/applications/luci-app-upnp/po/cs/upnp.po @@ -0,0 +1,150 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-29 21:54+0200\n" +"Last-Translator: Astran \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"ACL stanovují, které vnÄ›jší porty by mÄ›ly být pÅ™esmÄ›rovány na které vnitÅ™ní " +"adresy a porty" + +msgid "Action" +msgstr "Akce" + +msgid "Active UPnP Redirects" +msgstr "Aktivní pÅ™esmÄ›rování UPnP" + +msgid "Advanced Settings" +msgstr "PokroÄilé nastavení" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Povolit pÅ™esmÄ›rování pouze na dotazující ip adresy" + +msgid "Announced model number" +msgstr "Oznámené Äíslo modelu" + +msgid "Announced serial number" +msgstr "Oznámené sériové Äíslo" + +msgid "Clean rules interval" +msgstr "Interval ÄiÅ¡tÄ›ní pravidel" + +msgid "Clean rules threshold" +msgstr "Práh ÄiÅ¡tÄ›ní pravidel" + +msgid "Client Address" +msgstr "Adresa klienta" + +msgid "Client Port" +msgstr "Port klienta" + +msgid "Collecting data..." +msgstr "Probíhá sbÄ›r dat.." + +msgid "Comment" +msgstr "Komentář" + +msgid "Delete Redirect" +msgstr "Odstranit pÅ™esmÄ›rování" + +msgid "Device UUID" +msgstr "UUID zařízení" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "Povolit funkÄnost NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Povolit funkÄnost UPnP" + +msgid "Enable additional logging" +msgstr "Povolit přídavné logování" + +msgid "Enable secure mode" +msgstr "Povolit bezpeÄný režim" + +msgid "External Port" +msgstr "VnÄ›jší port" + +msgid "External ports" +msgstr "VnÄ›jší porty" + +msgid "General Settings" +msgstr "Obecné nastavení" + +msgid "Internal addresses" +msgstr "VnitÅ™ní adresy" + +msgid "Internal ports" +msgstr "VnitÅ™ní porty" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP ACL listy" + +msgid "MiniUPnP settings" +msgstr "Nastavení MiniUPnP" + +msgid "Notify interval" +msgstr "Interval oznamování" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Prezentace URL" + +msgid "Protocol" +msgstr "Protokol" + +msgid "Puts extra debugging information into the system log" +msgstr "Vypisovat extra ladící informace do systémového záznamu" + +msgid "Report system instead of daemon uptime" +msgstr "Hlásit uptime systému namísto uptime daemonu" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Spustit službu UPnP a NAT-PMP" + +msgid "There are no active redirects." +msgstr "Nejsou zde žádná aktivní pÅ™esmÄ›rování" + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP umožňuje klientům v místní síti automaticky nakonfigurovat router." + +msgid "UPnP lease file" +msgstr "Soubor UPnP výpůjÄek" + +msgid "Universal Plug & Play" +msgstr "Univerzální Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "Pouze informaÄní hodnoty (v KByte/s)" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "UPnP umožňuje klientům v místní síti automaticky nakonfigurovat router." + +#~ msgid "enable" +#~ msgstr "povolit" diff --git a/applications/luci-app-upnp/po/de/upnp.po b/applications/luci-app-upnp/po/de/upnp.po new file mode 100644 index 0000000..2edd93c --- /dev/null +++ b/applications/luci-app-upnp/po/de/upnp.po @@ -0,0 +1,171 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2012-11-28 10:45+0200\n" +"Last-Translator: dunkelschunkel \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"ACLs definieren, welche externen Ports zu welchen internen Adressen und " +"Ports weitergeleitet werden dürfen" + +msgid "Action" +msgstr "Aktion" + +msgid "Active UPnP Redirects" +msgstr "Aktive UPnP-Weiterleitungen" + +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Nur Weiterleitungen zurück zum anfordernden Client zulassen" + +msgid "Announced model number" +msgstr "Angekündigte Modellnummer" + +msgid "Announced serial number" +msgstr "Angekündigte Seriennummer" + +msgid "Clean rules interval" +msgstr "Aufräumintervall für Weiterleitungen" + +msgid "Clean rules threshold" +msgstr "Aufräumschwellenwert für Weiterleitungen" + +msgid "Client Address" +msgstr "Clientadresse" + +msgid "Client Port" +msgstr "Clientport" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Comment" +msgstr "Kommentar" + +msgid "Delete Redirect" +msgstr "Weiterleitung löschen" + +msgid "Device UUID" +msgstr "Geräte-UUID" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "NAT-PMP Funktionalität aktivieren" + +msgid "Enable UPnP functionality" +msgstr "UPnP Funktionalität aktivieren" + +msgid "Enable additional logging" +msgstr "Erweiterte Protokollierung aktivieren" + +msgid "Enable secure mode" +msgstr "Sicheren Modus aktivieren" + +msgid "External Port" +msgstr "Externer Port" + +msgid "External ports" +msgstr "Externe Ports" + +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +msgid "Internal addresses" +msgstr "Interne Adressen" + +msgid "Internal ports" +msgstr "Interne Ports" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP ACLs" + +msgid "MiniUPnP settings" +msgstr "MiniUPnP-Einstellungen" + +msgid "Notify interval" +msgstr "Benachrichtigungsintervall" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Präsentations-URL" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Puts extra debugging information into the system log" +msgstr "Schreibt zusätzliche Debug-Informationen in das Systemprotokoll" + +msgid "Report system instead of daemon uptime" +msgstr "Systemlaufzeit statt Prozesslaufzeit melden" + +msgid "Start UPnP and NAT-PMP service" +msgstr "UPnP und NAT-PMP Dienst starten" + +msgid "There are no active redirects." +msgstr "Es gibt keine aktiven Weiterleitungen." + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP erlaubt es Clients im lokalen Netzwerk automatisch Port-Weiterleitungen " +"auf diesem Router einzurichten." + +msgid "UPnP lease file" +msgstr "UPnP Lease-Datei" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "Wert in Kilobyte/s, nur informativ" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP ermöglicht die automatische Konfiguration des Routers durch Clients im " +#~ "lokalen Netzwerk." + +#~ msgid "enable" +#~ msgstr "aktivieren" + +#~ msgid "Enable NAT-PMP" +#~ msgstr "NAT-PMP aktivieren" + +#~ msgid "Enable UPnP Service" +#~ msgstr "UPnP Service aktivieren" + +#~ msgid "Log output" +#~ msgstr "Ausgabe protokollieren" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "UPNP sollte nur wenn unbedingt nötig aktiviert werden, da es ein " +#~ "Sicherheitsrisiko für das Netzwerk darstellen kann." diff --git a/applications/luci-app-upnp/po/el/upnp.po b/applications/luci-app-upnp/po/el/upnp.po new file mode 100644 index 0000000..775a7f7 --- /dev/null +++ b/applications/luci-app-upnp/po/el/upnp.po @@ -0,0 +1,140 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/en/upnp.po b/applications/luci-app-upnp/po/en/upnp.po new file mode 100644 index 0000000..72d21ba --- /dev/null +++ b/applications/luci-app-upnp/po/en/upnp.po @@ -0,0 +1,157 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "Enable secure mode" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." + +#~ msgid "Log output" +#~ msgstr "Log output" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." diff --git a/applications/luci-app-upnp/po/es/upnp.po b/applications/luci-app-upnp/po/es/upnp.po new file mode 100644 index 0000000..79a2800 --- /dev/null +++ b/applications/luci-app-upnp/po/es/upnp.po @@ -0,0 +1,165 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-10-07 16:11+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Los ACL especifican qué puertos externos pueden ser redirigidos hacia qué " +"direcciones y puertos internas" + +msgid "Action" +msgstr "Acción" + +msgid "Active UPnP Redirects" +msgstr "Redirecciones UPnP activas" + +msgid "Advanced Settings" +msgstr "Configuración avanzada" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Permitir añadir redirecciones sólo a IPs que lo soliciten" + +msgid "Announced model number" +msgstr "Número de modelo declarado" + +msgid "Announced serial number" +msgstr "Número de serie declarado" + +msgid "Clean rules interval" +msgstr "Intervalo de borrado de reglas" + +msgid "Clean rules threshold" +msgstr "Umbral de borrado de reglas" + +msgid "Client Address" +msgstr "Dirección del cliente" + +msgid "Client Port" +msgstr "Puerto del cliente" + +msgid "Collecting data..." +msgstr "Un momento..." + +msgid "Comment" +msgstr "Comentario" + +msgid "Delete Redirect" +msgstr "Borrar redirección" + +msgid "Device UUID" +msgstr "UUID del dispositivo" + +msgid "Downlink" +msgstr "Enlace para bajada" + +msgid "Enable NAT-PMP functionality" +msgstr "Activar la funcionalidad NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Activar la funcionalidad UPnP" + +msgid "Enable additional logging" +msgstr "Activar registro adicional" + +msgid "Enable secure mode" +msgstr "Habilitar modo seguro" + +msgid "External Port" +msgstr "Puerto externo" + +msgid "External ports" +msgstr "Puertos externos" + +msgid "General Settings" +msgstr "Configuración general" + +msgid "Internal addresses" +msgstr "Direcciones internas" + +msgid "Internal ports" +msgstr "Puertos internos" + +msgid "MiniUPnP ACLs" +msgstr "ACLs MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "Configuración MiniUPnP" + +msgid "Notify interval" +msgstr "Intervalo de notificación" + +msgid "Port" +msgstr "Puerto" + +msgid "Presentation URL" +msgstr "URL de presentación" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Puts extra debugging information into the system log" +msgstr "Escribir información de depuración extra en el registro del sistema" + +msgid "Report system instead of daemon uptime" +msgstr "Informar del tiempo activo del sistema en vez de el del demonio" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Arrancar servicio UPnP y NAT-PMP" + +msgid "There are no active redirects." +msgstr "Sin redirecciones activas." + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP permite que los puestos de la red local configuren automáticamente el " +"router." + +msgid "UPnP lease file" +msgstr "Tiempo de cesión UPnP" + +msgid "Universal Plug & Play" +msgstr "Plug & Play universal" + +msgid "Uplink" +msgstr "Enlace de subida" + +msgid "Value in KByte/s, informational only" +msgstr "Valor en KBytes/s (sólo informativo)" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP permite que los puestos de la red local configuren automáticamente el " +#~ "router." + +#~ msgid "enable" +#~ msgstr "activar" + +#~ msgid "Log output" +#~ msgstr "Loguear salida" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "UPNP sólo deberia habilitarse si es abasolutamente necesario ya que puede " +#~ "comprometer la seguridad de su red." diff --git a/applications/luci-app-upnp/po/fr/upnp.po b/applications/luci-app-upnp/po/fr/upnp.po new file mode 100644 index 0000000..0cdb86d --- /dev/null +++ b/applications/luci-app-upnp/po/fr/upnp.po @@ -0,0 +1,158 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-11-06 16:09+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Les ACLs définissent quels ports externes peuvent être redirigés, vers " +"quelles adresses et ports internes" + +msgid "Action" +msgstr "Action" + +msgid "Active UPnP Redirects" +msgstr "Redirections UPnP actives" + +msgid "Advanced Settings" +msgstr "Paramètres avancés" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" +"Permet d'ajouter des redirections seulement vers les adresses IP qui font " +"des demandes" + +msgid "Announced model number" +msgstr "Numéro de modèle déclaré" + +msgid "Announced serial number" +msgstr "Numéro de série déclaré" + +msgid "Clean rules interval" +msgstr "Intervalle des règles de nettoyage" + +msgid "Clean rules threshold" +msgstr "Niveau des règles de nettoyage" + +msgid "Client Address" +msgstr "Adresse du client" + +msgid "Client Port" +msgstr "Port du client" + +msgid "Collecting data..." +msgstr "Récupération des données…" + +msgid "Comment" +msgstr "Commentaire" + +msgid "Delete Redirect" +msgstr "Détruire la redirection" + +msgid "Device UUID" +msgstr "UUID du périphérique" + +msgid "Downlink" +msgstr "Lien descendant" + +msgid "Enable NAT-PMP functionality" +msgstr "Activer la fonctionnalité NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Activer la fonctionnalité UPnP" + +msgid "Enable additional logging" +msgstr "Activer la journalisation additionnelle" + +msgid "Enable secure mode" +msgstr "Activer le mode sécurisé" + +msgid "External Port" +msgstr "Port externe" + +msgid "External ports" +msgstr "Ports externes" + +msgid "General Settings" +msgstr "Paramètres généraux" + +msgid "Internal addresses" +msgstr "Adresses internes" + +msgid "Internal ports" +msgstr "Ports internes" + +msgid "MiniUPnP ACLs" +msgstr "ACLs MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "Paramètres MiniUPnP" + +msgid "Notify interval" +msgstr "Intervalle de notification" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "URL de présentation" + +msgid "Protocol" +msgstr "Protocole" + +msgid "Puts extra debugging information into the system log" +msgstr "Rajoute des informations de debug dans le journal-système" + +msgid "Report system instead of daemon uptime" +msgstr "" +"Indiquer la durée de fonctionnement du système plutôt que celle du démon UPnP" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Démarrer les services UPnP et NAT-PMP" + +msgid "There are no active redirects." +msgstr "Il n'y a pas de redirections actives." + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP permet à des clients du réseau local de configurer automatiquement le " +"routeur." + +msgid "UPnP lease file" +msgstr "Fichier des baux UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Lien remontant" + +msgid "Value in KByte/s, informational only" +msgstr "Valeur en Ko/s, pour information seulement" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP permet à des clients du réseau local de configurer automatiquement le " +#~ "routeur." + +#~ msgid "enable" +#~ msgstr "activer" diff --git a/applications/luci-app-upnp/po/he/upnp.po b/applications/luci-app-upnp/po/he/upnp.po new file mode 100644 index 0000000..d673550 --- /dev/null +++ b/applications/luci-app-upnp/po/he/upnp.po @@ -0,0 +1,136 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/hu/upnp.po b/applications/luci-app-upnp/po/hu/upnp.po new file mode 100644 index 0000000..e4c5e12 --- /dev/null +++ b/applications/luci-app-upnp/po/hu/upnp.po @@ -0,0 +1,155 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-31 18:32+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Az ACL-ek határozzák meg, hogy melyik külsÅ‘ portok melyik belsÅ‘ portokra és " +"címekre kerülhetnek továbbításra" + +msgid "Action" +msgstr "Művelet" + +msgid "Active UPnP Redirects" +msgstr "Aktív UPnP átirányítások" + +msgid "Advanced Settings" +msgstr "Haladó beállítások" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" +"Kizárólag a kérést küldÅ‘ IP címre történÅ‘ továbbítás hozzáadásának " +"engedélyezése" + +msgid "Announced model number" +msgstr "Közzétett modelszám" + +msgid "Announced serial number" +msgstr "Közzétett sorozatszám" + +msgid "Clean rules interval" +msgstr "Szabály törlési idÅ‘köz" + +msgid "Clean rules threshold" +msgstr "Szabály törlési küszöbérték" + +msgid "Client Address" +msgstr "Ãœgyfél cím" + +msgid "Client Port" +msgstr "Ãœgyfél port" + +msgid "Collecting data..." +msgstr "Adatok összegyűjtése..." + +msgid "Comment" +msgstr "Megjegyzés" + +msgid "Delete Redirect" +msgstr "Ãtirányítás törlése" + +msgid "Device UUID" +msgstr "Eszköz UUID" + +msgid "Downlink" +msgstr "Letöltés" + +msgid "Enable NAT-PMP functionality" +msgstr "NAT-PMP funkció engedélyezése" + +msgid "Enable UPnP functionality" +msgstr "UPnP funkció engedélyezése" + +msgid "Enable additional logging" +msgstr "További naplózás engedélyezése" + +msgid "Enable secure mode" +msgstr "Biztonságos mód engedélyezése" + +msgid "External Port" +msgstr "KülsÅ‘ port" + +msgid "External ports" +msgstr "KülsÅ‘ portok" + +msgid "General Settings" +msgstr "Ãltalános beállítások" + +msgid "Internal addresses" +msgstr "BelsÅ‘ címek" + +msgid "Internal ports" +msgstr "BelsÅ‘ portok" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP ACL-ek" + +msgid "MiniUPnP settings" +msgstr "MiniUPnP beállítások" + +msgid "Notify interval" +msgstr "Értesítési idÅ‘köz" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Bemutatkozó URL" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Puts extra debugging information into the system log" +msgstr "További nyomkövetési információk írása a rendszernaplóba." + +msgid "Report system instead of daemon uptime" +msgstr "A démon helyett a rendszer működési idejét jeleníti meg" + +msgid "Start UPnP and NAT-PMP service" +msgstr "UPnP és NAT-PMP szolgáltatás elindítása" + +msgid "There are no active redirects." +msgstr "Nincsenek aktív átírányítások." + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"Az UPnP lehetÅ‘vé teszi a hálózatban lévÅ‘ ügyfelek számára hogy automatikusan " +"beállítsák a routert." + +msgid "UPnP lease file" +msgstr "UPnP bérlet fájl" + +msgid "Universal Plug & Play" +msgstr "Univerzális Plug and Play" + +msgid "Uplink" +msgstr "Feltöltés" + +msgid "Value in KByte/s, informational only" +msgstr "Érték KByte/s-ban, csak tájékoztató jellegű" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "Az UPnP lehetÅ‘vé teszi a hálózatban lévÅ‘ ügyfelek számára hogy automatikusan " +#~ "beállítsák a routert." + +#~ msgid "enable" +#~ msgstr "engedélyezés" diff --git a/applications/luci-app-upnp/po/it/upnp.po b/applications/luci-app-upnp/po/it/upnp.po new file mode 100644 index 0000000..a8ef2e9 --- /dev/null +++ b/applications/luci-app-upnp/po/it/upnp.po @@ -0,0 +1,155 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-03 13:52+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Le ACL specificano quali porte esterne possono essere redirezionate agli " +"indirizzi interni e porte." + +msgid "Action" +msgstr "Azione" + +msgid "Active UPnP Redirects" +msgstr "Attiva reindirizzamento UPnP" + +msgid "Advanced Settings" +msgstr "Opzioni Avanzate" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Permetti l'aggiunta della mappatura solo agli indirizzi IP richiedenti" + +msgid "Announced model number" +msgstr "Numero di modello annunciato" + +msgid "Announced serial number" +msgstr "Numero seriale annunciato" + +msgid "Clean rules interval" +msgstr "Cancella le regole" + +msgid "Clean rules threshold" +msgstr "Pulisci le regole degli eventi" + +msgid "Client Address" +msgstr "Indirizzo IP" + +msgid "Client Port" +msgstr "Porta" + +msgid "Collecting data..." +msgstr "Raccolgo i dati..." + +msgid "Comment" +msgstr "Descrizione" + +msgid "Delete Redirect" +msgstr "Cancella Mappatura" + +msgid "Device UUID" +msgstr "UUID del dispositivo" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "Abilita il protocollo NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Abilita il protocollo UPnP" + +msgid "Enable additional logging" +msgstr "Abilita log addizionale" + +msgid "Enable secure mode" +msgstr "Abilita la modalità sicura" + +msgid "External Port" +msgstr "Porta Esterna" + +msgid "External ports" +msgstr "Porte Esterne" + +msgid "General Settings" +msgstr "Opzioni Generali" + +msgid "Internal addresses" +msgstr "Indirizzi Interni" + +msgid "Internal ports" +msgstr "Porte Interne" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP ACLs" + +msgid "MiniUPnP settings" +msgstr "Opzioni di MiniUPnP" + +msgid "Notify interval" +msgstr "Intervello di notifica" + +msgid "Port" +msgstr "Porta" + +msgid "Presentation URL" +msgstr "URL di presentazione" + +msgid "Protocol" +msgstr "Protocollo" + +msgid "Puts extra debugging information into the system log" +msgstr "Scrivi nel log di sistema le informazioni di extra debugging" + +msgid "Report system instead of daemon uptime" +msgstr "Mostra l'uptime del sistema invece del demone" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Avvia il servizo UPnP e NAT-PMP" + +msgid "There are no active redirects." +msgstr "Non ci sono mappature attive." + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP permette ai dispositivi nella rete locale di configurare " +"automaticamente il router." + +msgid "UPnP lease file" +msgstr "UPnP lease file" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "Valori in KByte/s, (informativo)" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP permette ai dispositivi nella rete locale di configurare " +#~ "automaticamente il router." + +#~ msgid "enable" +#~ msgstr "abilita" diff --git a/applications/luci-app-upnp/po/ja/upnp.po b/applications/luci-app-upnp/po/ja/upnp.po new file mode 100644 index 0000000..79e2153 --- /dev/null +++ b/applications/luci-app-upnp/po/ja/upnp.po @@ -0,0 +1,160 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-10-05 17:27+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"アクセス制御リスト(ACL) ã¯ã€ã©ã®å¤–部ãƒãƒ¼ãƒˆã‹ã‚‰ã©ã®å†…部アドレスåŠã³ãƒãƒ¼ãƒˆã¸ãƒª" +"ダイレクトã™ã‚‹ã‹ã‚’設定ã—ã¾ã™ã€‚" + +msgid "Action" +msgstr "動作" + +msgid "Active UPnP Redirects" +msgstr "稼åƒä¸­ã®UPnPリダイレクト" + +msgid "Advanced Settings" +msgstr "詳細設定" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "通知ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ç•ªå·" + +msgid "Announced serial number" +msgstr "通知ã™ã‚‹ã‚·ãƒªã‚¢ãƒ«ç•ªå·" + +msgid "Clean rules interval" +msgstr "ルール消去間隔" + +msgid "Clean rules threshold" +msgstr "ルール消去ã—ãã„値" + +msgid "Client Address" +msgstr "クライアント・アドレス" + +msgid "Client Port" +msgstr "クライアント・ãƒãƒ¼ãƒˆ" + +msgid "Collecting data..." +msgstr "データåŽé›†ä¸­ã§ã™..." + +msgid "Comment" +msgstr "コメント" + +msgid "Delete Redirect" +msgstr "リダイレクトを削除" + +msgid "Device UUID" +msgstr "デãƒã‚¤ã‚¹ UUID" + +msgid "Downlink" +msgstr "ダウンリンク" + +msgid "Enable NAT-PMP functionality" +msgstr "NAT-PMP機能を有効ã«ã™ã‚‹" + +msgid "Enable UPnP functionality" +msgstr "UPnP機能を有効ã«ã™ã‚‹" + +msgid "Enable additional logging" +msgstr "ログ機能を有効ã«ã™ã‚‹" + +msgid "Enable secure mode" +msgstr "セキュアモードを有効ã«ã™ã‚‹" + +msgid "External Port" +msgstr "外部ãƒãƒ¼ãƒˆ" + +msgid "External ports" +msgstr "外部ãƒãƒ¼ãƒˆ" + +msgid "General Settings" +msgstr "一般設定" + +msgid "Internal addresses" +msgstr "内部アドレス" + +msgid "Internal ports" +msgstr "内部ãƒãƒ¼ãƒˆ" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP アクセス制御リスト (ACL)" + +msgid "MiniUPnP settings" +msgstr "MiniUPnP 設定" + +msgid "Notify interval" +msgstr "通知間隔" + +msgid "Port" +msgstr "ãƒãƒ¼ãƒˆ" + +msgid "Presentation URL" +msgstr "プレゼンテーション URL" + +msgid "Protocol" +msgstr "プロトコル" + +msgid "Puts extra debugging information into the system log" +msgstr "追加ã®ãƒ‡ãƒãƒƒã‚°æƒ…報をシステムログã¸æŒ¿å…¥ã™ã‚‹" + +msgid "Report system instead of daemon uptime" +msgstr "サービスã®èµ·å‹•æ™‚é–“ã®ä»£ã‚ã‚Šã«ã‚·ã‚¹ãƒ†ãƒ ã®èµ·å‹•æ™‚間を使用ã™ã‚‹" + +msgid "Start UPnP and NAT-PMP service" +msgstr "UPnPåŠã³NAT-PMPサービスを開始ã™ã‚‹" + +msgid "There are no active redirects." +msgstr "有効ãªãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。" + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnPを使用ã™ã‚‹ã“ã¨ã§ã€ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å†…ã®ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãŒè‡ªå‹•çš„ã«ãƒ«ãƒ¼ã‚¿ã‚’" +"構æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +msgid "UPnP lease file" +msgstr "UPnP リースファイル" + +msgid "Universal Plug & Play" +msgstr "ユニãƒãƒ¼ã‚µãƒ« プラグ & プレイ" + +msgid "Uplink" +msgstr "アップリンク" + +msgid "Value in KByte/s, informational only" +msgstr "" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "UPnPを使用ã™ã‚‹ã“ã¨ã§ã€ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å†…ã®ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆãŒè‡ªå‹•çš„ã«ãƒ«ãƒ¼ã‚¿ã‚’構æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +#~ msgid "enable" +#~ msgstr "有効" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "UPnPã¯ã‚ãªãŸã®ä½¿ç”¨ã™ã‚‹ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã«å¯¾ã—ã¦ã€ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ãƒªã‚¹ã‚¯ãŒç”Ÿã˜ã‚‹å¯èƒ½" +#~ "性ãŒã‚ã‚‹ãŸã‚ã€å¿…è¦ãªå ´åˆã®ã¿æœ‰åŠ¹ã«ã—ã¦ãã ã•ã„。" diff --git a/applications/luci-app-upnp/po/ms/upnp.po b/applications/luci-app-upnp/po/ms/upnp.po new file mode 100644 index 0000000..c3e7184 --- /dev/null +++ b/applications/luci-app-upnp/po/ms/upnp.po @@ -0,0 +1,135 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/no/upnp.po b/applications/luci-app-upnp/po/no/upnp.po new file mode 100644 index 0000000..37ff9bf --- /dev/null +++ b/applications/luci-app-upnp/po/no/upnp.po @@ -0,0 +1,146 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"ACL angir hvilke eksterne porter som kan bli viderekoblet, og til hvilke " +"interne adresser og porter." + +msgid "Action" +msgstr "Handling" + +msgid "Active UPnP Redirects" +msgstr "Aktive UPnP Viderekoblinger" + +msgid "Advanced Settings" +msgstr "Avanserte Innstillinger" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Tillat videkobling kun til IP adresser som ber om det" + +msgid "Announced model number" +msgstr "Annonsert modellnummer" + +msgid "Announced serial number" +msgstr "Annonsert serienummer" + +msgid "Clean rules interval" +msgstr "Nullstill UPnP Viderekoblinger intervall" + +msgid "Clean rules threshold" +msgstr "Nullstill UPnP terskel" + +msgid "Client Address" +msgstr "Klient adresse" + +msgid "Client Port" +msgstr "Klient port" + +msgid "Collecting data..." +msgstr "Henter data..." + +msgid "Comment" +msgstr "Kommentar" + +msgid "Delete Redirect" +msgstr "Fjern Viderekobling" + +msgid "Device UUID" +msgstr "Enhet UUID" + +msgid "Downlink" +msgstr "Nedlinje" + +msgid "Enable NAT-PMP functionality" +msgstr "Aktiver NAT-PMP funksjonalitet" + +msgid "Enable UPnP functionality" +msgstr "Aktiver UPnP funksjonalitet" + +msgid "Enable additional logging" +msgstr "Aktiver tilleggs logging" + +msgid "Enable secure mode" +msgstr "Aktiver sikker modus" + +msgid "External Port" +msgstr "Ekstern port" + +msgid "External ports" +msgstr "Eksterne porter" + +msgid "General Settings" +msgstr "Generelle Innstillinger" + +msgid "Internal addresses" +msgstr "Interne adresser" + +msgid "Internal ports" +msgstr "Interne porter" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnP ACL'er" + +msgid "MiniUPnP settings" +msgstr "MiniUPnP Innstillinger" + +msgid "Notify interval" +msgstr "Informasjons intervall" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Presentasjon URL" + +msgid "Protocol" +msgstr "Protokoll" + +msgid "Puts extra debugging information into the system log" +msgstr "Setter ekstra debugging informasjon i systemloggen" + +msgid "Report system instead of daemon uptime" +msgstr "Rapporter systemets oppetid istedenfor daemon oppetid" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Start UPnP og NAT-PMP tjenesten" + +msgid "There are no active redirects." +msgstr "Det finnes ingen aktive viderekoblinger" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP gjør at klientene i det lokale nettverket automatisk kan konfigurere " +"ruteren." + +msgid "UPnP lease file" +msgstr "UPnP leie fil" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Opplinje" + +msgid "Value in KByte/s, informational only" +msgstr "Verdi i KByte/sek, kun for informasjon" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP gjør at klientene i det lokale nettverket automatisk kan konfigurere " +#~ "ruteren." + +#~ msgid "enable" +#~ msgstr "Aktiver" diff --git a/applications/luci-app-upnp/po/pl/upnp.po b/applications/luci-app-upnp/po/pl/upnp.po new file mode 100644 index 0000000..e891dce --- /dev/null +++ b/applications/luci-app-upnp/po/pl/upnp.po @@ -0,0 +1,153 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-02 19:28+0200\n" +"Last-Translator: obsy \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"Listy kontroli dostÄ™pu (ang. ACL) okreÅ›lajÄ… jakie porty mogÄ… być " +"przekierowane do jakich wewnÄ™trznych adresów i portów" + +msgid "Action" +msgstr "Akcja" + +msgid "Active UPnP Redirects" +msgstr "Aktywne przekierowania UPnP" + +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Zezwól na dodawanie przekierowaÅ„ tylko do odpytujÄ…cych adresów IP" + +msgid "Announced model number" +msgstr "RozgÅ‚aszany nr modelu" + +msgid "Announced serial number" +msgstr "rozgÅ‚aszany nr seryjny" + +msgid "Clean rules interval" +msgstr "InterwaÅ‚ czyszczenia reguÅ‚" + +msgid "Clean rules threshold" +msgstr "Próg czyszczenia reguÅ‚" + +msgid "Client Address" +msgstr "Adres klienta" + +msgid "Client Port" +msgstr "Port klienta" + +msgid "Collecting data..." +msgstr "Zbieranie danych..." + +msgid "Comment" +msgstr "Komentarz" + +msgid "Delete Redirect" +msgstr "UsuÅ„ przekierowanie" + +msgid "Device UUID" +msgstr "UUID urzÄ…dzenia" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "WÅ‚Ä…cz funkcjonalność NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "WÅ‚Ä…cz funkcjonalność UPnP" + +msgid "Enable additional logging" +msgstr "WÅ‚Ä…cz rozszerzone raportowanie" + +msgid "Enable secure mode" +msgstr "WÅ‚Ä…cz tryb bezpieczny" + +msgid "External Port" +msgstr "Port zewnÄ™trzny" + +msgid "External ports" +msgstr "Porty zewnÄ™trzne" + +msgid "General Settings" +msgstr "Ustawienia główne" + +msgid "Internal addresses" +msgstr "Adresy wewnÄ™trzne" + +msgid "Internal ports" +msgstr "Porty wewnÄ™trzne" + +msgid "MiniUPnP ACLs" +msgstr "Listy kontroli dostÄ™pu MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "Ustawienia MiniUPnP" + +msgid "Notify interval" +msgstr "InterwaÅ‚ powiadamiania" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Przedstawiany URL" + +msgid "Protocol" +msgstr "Protokół" + +msgid "Puts extra debugging information into the system log" +msgstr "Dodaje dodatkowe informacje debugowania do loga systemowego" + +msgid "Report system instead of daemon uptime" +msgstr "ZgÅ‚aszaj czas pracy systemu zamiast czas pracy usÅ‚ugi" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Uruchom usÅ‚ugi UPnP i NAT-PMP" + +msgid "There are no active redirects." +msgstr "Nie ma aktywnych przekierowaÅ„" + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP umożliwia klientom w sieci lokalnej automatyczne konfigurowanie routera." + +msgid "UPnP lease file" +msgstr "Plik dzierżawy UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "Wartość w KBajt/s, tylko informacyjnie" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP umożliwia klientom w sieci lokalnej automatyczne konfigurowanie " +#~ "routera." + +#~ msgid "enable" +#~ msgstr "enable" diff --git a/applications/luci-app-upnp/po/pt-br/upnp.po b/applications/luci-app-upnp/po/pt-br/upnp.po new file mode 100644 index 0000000..ae9e7fe --- /dev/null +++ b/applications/luci-app-upnp/po/pt-br/upnp.po @@ -0,0 +1,166 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2011-10-18 22:17+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"ACLs especificam quais portas externas podem ser redirecionadas para quais " +"endereços e portas internos" + +msgid "Action" +msgstr "Ação" + +msgid "Active UPnP Redirects" +msgstr "Redirecionamentos UPnP Ativos" + +msgid "Advanced Settings" +msgstr "Configurações Avançadas" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" +"Permite adicionar encaminhamento apenas para o endereço IP requisitante" + +msgid "Announced model number" +msgstr "Número do modelo anunciado" + +msgid "Announced serial number" +msgstr "Número serial anunciado" + +msgid "Clean rules interval" +msgstr "Intervalo de limpeza das regras" + +msgid "Clean rules threshold" +msgstr "Limiar de limpeza das regras" + +msgid "Client Address" +msgstr "Endereço do cliente" + +msgid "Client Port" +msgstr "Porta do Cliente" + +msgid "Collecting data..." +msgstr "Coletando dados..." + +msgid "Comment" +msgstr "Comentário" + +msgid "Delete Redirect" +msgstr "Apague o Redirecionamento" + +msgid "Device UUID" +msgstr "UUID do Dispositivo" + +msgid "Downlink" +msgstr "Velocidade de recebimento do enlace (downlink)" + +msgid "Enable NAT-PMP functionality" +msgstr "Habilite a função NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Habilite a função UPnP" + +msgid "Enable additional logging" +msgstr "Habilite registros adicionais" + +msgid "Enable secure mode" +msgstr "Habilite modo seguro" + +msgid "External Port" +msgstr "Porta Externa" + +msgid "External ports" +msgstr "Portas Externas" + +msgid "General Settings" +msgstr "Configurações Gerais" + +msgid "Internal addresses" +msgstr "Endereços internos" + +msgid "Internal ports" +msgstr "Portas internas" + +msgid "MiniUPnP ACLs" +msgstr "ACLs do MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "Configurações do MiniUPnP" + +msgid "Notify interval" +msgstr "Intervalo de notificação" + +msgid "Port" +msgstr "Porta" + +msgid "Presentation URL" +msgstr "URL de apresentação" + +msgid "Protocol" +msgstr "Protocolo" + +msgid "Puts extra debugging information into the system log" +msgstr "Envie informações extra de depuração ao registro do sistema" + +msgid "Report system instead of daemon uptime" +msgstr "Informe o tempo de vida do sistema ao invés do tempo do processo" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Dispare os serviços de UPnP e NAT-PMP" + +msgid "There are no active redirects." +msgstr "Não existe redirecionamentos ativos." + +msgid "UPNP" +msgstr "" +"UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP permite os clientes da rede local configurem automaticamente o roteador." + +msgid "UPnP lease file" +msgstr "Arquivo de concessão do UPnP" + +msgid "Universal Plug & Play" +msgstr "Plug & Play Universal" + +msgid "Uplink" +msgstr "Velocidade de envio do enlace (uplink)" + +msgid "Value in KByte/s, informational only" +msgstr "Valores em KByte/s, apenas informativas" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP permite os clientes da rede local configurem automaticamente o " +#~ "roteador." + +#~ msgid "enable" +#~ msgstr "habilitar" + +#~ msgid "Log output" +#~ msgstr "Log de saída" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "O UPNP deve ser ativado apenas se for absolutamente necessário, pois ele " +#~ "pode resultar em elevados riscos de segurança para sua rede." diff --git a/applications/luci-app-upnp/po/pt/upnp.po b/applications/luci-app-upnp/po/pt/upnp.po new file mode 100644 index 0000000..91c94f3 --- /dev/null +++ b/applications/luci-app-upnp/po/pt/upnp.po @@ -0,0 +1,157 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "Link para download" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "Enable secure mode" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "Plug & Play Universal" + +msgid "Uplink" +msgstr "Link para Upload" + +msgid "Value in KByte/s, informational only" +msgstr "" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPNP permite os clientes da rede local automaticamente configurar o " +#~ "roteador." + +#~ msgid "Log output" +#~ msgstr "Log de saída" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "O UPNP deve ser ativado apenas se for absolutamente necessário, pois ele " +#~ "pode resultar em elevados riscos de segurança para sua rede." diff --git a/applications/luci-app-upnp/po/ro/upnp.po b/applications/luci-app-upnp/po/ro/upnp.po new file mode 100644 index 0000000..84f5158 --- /dev/null +++ b/applications/luci-app-upnp/po/ro/upnp.po @@ -0,0 +1,152 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-25 19:15+0200\n" +"Last-Translator: Mihai \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"ACL-urile specifica porturile externe care pot fi redirectate si spre ce " +"adrese si porturi interne" + +msgid "Action" +msgstr "Actiune" + +msgid "Active UPnP Redirects" +msgstr "Redirecturi active UPnP" + +msgid "Advanced Settings" +msgstr "Setari avansate" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Permite adaugarea forward-urilor doar catre adresele ip solicitante" + +msgid "Announced model number" +msgstr "Numar de model anuntat" + +msgid "Announced serial number" +msgstr "Numar serial anuntat" + +msgid "Clean rules interval" +msgstr "Intervalul de curatare reguli" + +msgid "Clean rules threshold" +msgstr "Limita de curatare reguli" + +msgid "Client Address" +msgstr "Adresa client" + +msgid "Client Port" +msgstr "Port client" + +msgid "Collecting data..." +msgstr "Colecteaza date.." + +msgid "Comment" +msgstr "Comentariu" + +msgid "Delete Redirect" +msgstr "Sterge redirect" + +msgid "Device UUID" +msgstr "UUID al dispozitivului" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "Activeaza functionalitatea NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Activeaza functionalitatea UPnP" + +msgid "Enable additional logging" +msgstr "Activeaza log-area aditionala" + +msgid "Enable secure mode" +msgstr "Activeaza modul securizat" + +msgid "External Port" +msgstr "Port extern" + +msgid "External ports" +msgstr "Porturi externe" + +msgid "General Settings" +msgstr "Setari generale" + +msgid "Internal addresses" +msgstr "Adrese interne" + +msgid "Internal ports" +msgstr "Porturi interne" + +msgid "MiniUPnP ACLs" +msgstr "Liste de acces mini UPnP" + +msgid "MiniUPnP settings" +msgstr "Setari mini UPnP" + +msgid "Notify interval" +msgstr "Interval de notificare" + +msgid "Port" +msgstr "Port" + +msgid "Presentation URL" +msgstr "Adresa de prezentare" + +msgid "Protocol" +msgstr "Protocol" + +msgid "Puts extra debugging information into the system log" +msgstr "Pune informatii utile suplimentare in log-ul de sistem" + +msgid "Report system instead of daemon uptime" +msgstr "Raporteaza timpul de functionare de sistem in loc de serviciu" + +msgid "Start UPnP and NAT-PMP service" +msgstr "Porneste UPnP si serviciul NAT-PMP" + +msgid "There are no active redirects." +msgstr "Nu exista redirecturi active." + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPNP permite clientulor din reteaua locala sa configureze automat routerul." + +msgid "UPnP lease file" +msgstr "Fisierul de conexiuni UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "Valorea in KOcteti/s , doar informational" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPNP permite clientulor din reteaua locala sa configureze automat routerul." + +#~ msgid "enable" +#~ msgstr "activeaza" diff --git a/applications/luci-app-upnp/po/ru/upnp.po b/applications/luci-app-upnp/po/ru/upnp.po new file mode 100644 index 0000000..626672b --- /dev/null +++ b/applications/luci-app-upnp/po/ru/upnp.po @@ -0,0 +1,158 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: upnp\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 15:20+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"СпиÑок доÑтупа определÑет, какие внешние порты могут быть перенаправлены на " +"внутренние адреÑа и порты" + +msgid "Action" +msgstr "ДейÑтвие" + +msgid "Active UPnP Redirects" +msgstr "Ðктивные UPnP-переадреÑации" + +msgid "Advanced Settings" +msgstr "РаÑширенные наÑтройки" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "Разрешить перенаправление только Ð´Ð»Ñ Ð·Ð°Ð¿Ñ€Ð°ÑˆÐ¸Ð²Ð°ÑŽÑ‰Ð¸Ñ… IP-адреÑов" + +msgid "Announced model number" +msgstr "Ðомер модели" + +msgid "Announced serial number" +msgstr "Серийный номер" + +msgid "Clean rules interval" +msgstr "Интервал очиÑтки правил" + +msgid "Clean rules threshold" +msgstr "Порог очиÑтки правил" + +msgid "Client Address" +msgstr "ÐÐ´Ñ€ÐµÑ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°" + +msgid "Client Port" +msgstr "Порт клиента" + +msgid "Collecting data..." +msgstr "Сбор данных..." + +msgid "Comment" +msgstr "Комментарий" + +msgid "Delete Redirect" +msgstr "Удалить переадреÑацию" + +msgid "Device UUID" +msgstr "UUID уÑтройÑтва" + +msgid "Downlink" +msgstr "ÐиÑходÑщий канал" + +msgid "Enable NAT-PMP functionality" +msgstr "Включить NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Включить UPnP" + +msgid "Enable additional logging" +msgstr "Включить дополнительное журналирование" + +msgid "Enable secure mode" +msgstr "ИÑпользовать защищённый режим" + +msgid "External Port" +msgstr "Внешний порт" + +msgid "External ports" +msgstr "Внешние порты" + +msgid "General Settings" +msgstr "Общие наÑтройки" + +msgid "Internal addresses" +msgstr "Внутренние адреÑа" + +msgid "Internal ports" +msgstr "Внутренние порты" + +msgid "MiniUPnP ACLs" +msgstr "СпиÑок доÑтупа MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "ÐаÑтройки MiniUPnP" + +msgid "Notify interval" +msgstr "Интервал уведомлениÑ" + +msgid "Port" +msgstr "Порт" + +msgid "Presentation URL" +msgstr "URL предÑтавлениÑ" + +msgid "Protocol" +msgstr "Протокол" + +msgid "Puts extra debugging information into the system log" +msgstr "ДобавлÑÑ‚ÑŒ дополнительную отладочную информацию в ÑиÑтемный журнал" + +msgid "Report system instead of daemon uptime" +msgstr "Сообщать Ð²Ñ€ÐµÐ¼Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ ÑиÑтемы вмеÑто ÑервиÑа" + +msgid "Start UPnP and NAT-PMP service" +msgstr "ЗапуÑтить Ñлужбы UPnP и NAT-PMP" + +msgid "There are no active redirects." +msgstr "Ðктивные переадреÑации отÑутÑтвуют." + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP позволÑет клиентам в локальной Ñети автоматичеÑки наÑтраивать " +"маршрутизатор." + +msgid "UPnP lease file" +msgstr "Файл аренды UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "ВоÑходÑщий канал" + +msgid "Value in KByte/s, informational only" +msgstr "Значение в КБ/Ñ, только Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸" + +# Used in upnpmini.lua, which is marked broken, thus can be removed +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP позволÑет клиентам в локальной Ñети автоматичеÑки наÑтраивать " +#~ "маршрутизатор." + +#~ msgid "enable" +#~ msgstr "включить" diff --git a/applications/luci-app-upnp/po/sk/upnp.po b/applications/luci-app-upnp/po/sk/upnp.po new file mode 100644 index 0000000..5763163 --- /dev/null +++ b/applications/luci-app-upnp/po/sk/upnp.po @@ -0,0 +1,136 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/sv/upnp.po b/applications/luci-app-upnp/po/sv/upnp.po new file mode 100644 index 0000000..11c20c1 --- /dev/null +++ b/applications/luci-app-upnp/po/sv/upnp.po @@ -0,0 +1,137 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/templates/upnp.pot b/applications/luci-app-upnp/po/templates/upnp.pot new file mode 100644 index 0000000..86aaee3 --- /dev/null +++ b/applications/luci-app-upnp/po/templates/upnp.pot @@ -0,0 +1,129 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/tr/upnp.po b/applications/luci-app-upnp/po/tr/upnp.po new file mode 100644 index 0000000..bf0e59a --- /dev/null +++ b/applications/luci-app-upnp/po/tr/upnp.po @@ -0,0 +1,136 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/applications/luci-app-upnp/po/uk/upnp.po b/applications/luci-app-upnp/po/uk/upnp.po new file mode 100644 index 0000000..7646109 --- /dev/null +++ b/applications/luci-app-upnp/po/uk/upnp.po @@ -0,0 +1,155 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-26 19:26+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" +"СпиÑок кнтролю доÑтупу визначає, Ñкі зовнішні порти можуть бути " +"переÑпрÑмовані на Ñкі внутрішні адреÑи й порти" + +msgid "Action" +msgstr "ДіÑ" + +msgid "Active UPnP Redirects" +msgstr "Ðктивні переÑпрÑÐ¼ÑƒÐ²Ð°Ð½Ð½Ñ UPnP" + +msgid "Advanced Settings" +msgstr "Додаткові параметри" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" +"Дозволити Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÑпрÑÐ¼ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ Ð´Ð»Ñ IP-адреÑ, що надÑилають запити" + +msgid "Announced model number" +msgstr "Оголошуваний номер моделі" + +msgid "Announced serial number" +msgstr "Оголошуваний Ñерійний номер" + +msgid "Clean rules interval" +msgstr "Інтервал Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»" + +msgid "Clean rules threshold" +msgstr "Поріг Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»" + +msgid "Client Address" +msgstr "ÐдреÑа клієнта" + +msgid "Client Port" +msgstr "Порт клієнта" + +msgid "Collecting data..." +msgstr "Ð—Ð±Ð¸Ñ€Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…..." + +msgid "Comment" +msgstr "Коментар" + +msgid "Delete Redirect" +msgstr "Видалити переÑпрÑмуваннÑ" + +msgid "Device UUID" +msgstr "UUID приÑтрою" + +msgid "Downlink" +msgstr "Ðизхідний канал" + +msgid "Enable NAT-PMP functionality" +msgstr "Увімкнути функцію NAT-PMP" + +msgid "Enable UPnP functionality" +msgstr "Увімкнути функцію UPnP" + +msgid "Enable additional logging" +msgstr "Увімкнути додаткове журналюваннÑ" + +msgid "Enable secure mode" +msgstr "Увімкнути захищений режим" + +msgid "External Port" +msgstr "Зовнішній порт" + +msgid "External ports" +msgstr "Зовнішні порти" + +msgid "General Settings" +msgstr "Загальні наÑтройки" + +msgid "Internal addresses" +msgstr "Внутрішні адреÑи" + +msgid "Internal ports" +msgstr "Внутрішні порти" + +msgid "MiniUPnP ACLs" +msgstr "СпиÑок контролю доÑтупу MiniUPnP" + +msgid "MiniUPnP settings" +msgstr "ÐаÑтройки MiniUPnP" + +msgid "Notify interval" +msgstr "Інтервал ÑповіщеннÑ" + +msgid "Port" +msgstr "Порт" + +msgid "Presentation URL" +msgstr "URL предÑтавлÑннÑ" + +msgid "Protocol" +msgstr "Протокол" + +msgid "Puts extra debugging information into the system log" +msgstr "Включати додаткові відомоÑÑ‚Ñ– Ð´Ð»Ñ Ð½Ð°Ð»Ð°Ð³Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð´Ð¾ ÑиÑтемного журналу" + +msgid "Report system instead of daemon uptime" +msgstr "ПовідомлÑти Ñ‡Ð°Ñ Ð±ÐµÐ·Ð²Ñ–Ð´Ð¼Ð¾Ð²Ð½Ð¾Ñ— роботи ÑиÑтеми, а не ÑервіÑу" + +msgid "Start UPnP and NAT-PMP service" +msgstr "ЗапуÑкати Ñлужби UPnP та NAT-PMP" + +msgid "There are no active redirects." +msgstr "Ðемає активних переÑпрÑмувань" + +msgid "UPNP" +msgstr "UPnP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" +"UPnP надає клієнтам у локальній мережі змогу автоматично наÑтроювати " +"маршрутизатор." + +msgid "UPnP lease file" +msgstr "Файл оренд UPnP" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "ВиÑхідний канал" + +msgid "Value in KByte/s, informational only" +msgstr "Ð—Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ (КБ/Ñ) тільки Ð´Ð»Ñ Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ—" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPnP надає клієнтам у локальній мережі змогу автоматично наÑтроювати " +#~ "маршрутизатор." + +#~ msgid "enable" +#~ msgstr "Увімкнути" diff --git a/applications/luci-app-upnp/po/vi/upnp.po b/applications/luci-app-upnp/po/vi/upnp.po new file mode 100644 index 0000000..7c7ea9d --- /dev/null +++ b/applications/luci-app-upnp/po/vi/upnp.po @@ -0,0 +1,158 @@ +# upnp.pot +# generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-13 04:00+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "" + +msgid "Action" +msgstr "" + +msgid "Active UPnP Redirects" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "" + +msgid "Announced model number" +msgstr "" + +msgid "Announced serial number" +msgstr "" + +msgid "Clean rules interval" +msgstr "" + +msgid "Clean rules threshold" +msgstr "" + +msgid "Client Address" +msgstr "" + +msgid "Client Port" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Delete Redirect" +msgstr "" + +msgid "Device UUID" +msgstr "" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Enable NAT-PMP functionality" +msgstr "" + +msgid "Enable UPnP functionality" +msgstr "" + +msgid "Enable additional logging" +msgstr "" + +msgid "Enable secure mode" +msgstr "Kích hoạt chế Ä‘á»™ an toàn" + +msgid "External Port" +msgstr "" + +msgid "External ports" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "Internal addresses" +msgstr "" + +msgid "Internal ports" +msgstr "" + +msgid "MiniUPnP ACLs" +msgstr "" + +msgid "MiniUPnP settings" +msgstr "" + +msgid "Notify interval" +msgstr "" + +msgid "Port" +msgstr "" + +msgid "Presentation URL" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Puts extra debugging information into the system log" +msgstr "" + +msgid "Report system instead of daemon uptime" +msgstr "" + +msgid "Start UPnP and NAT-PMP service" +msgstr "" + +msgid "There are no active redirects." +msgstr "" + +msgid "UPNP" +msgstr "" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "" + +msgid "UPnP lease file" +msgstr "" + +msgid "Universal Plug & Play" +msgstr "Universal Plug & Play" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Value in KByte/s, informational only" +msgstr "" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "" +#~ "UPNP cho phép đối tượng trong mạng địa phÆ°Æ¡ng tá»± Ä‘á»™ng định dạng bá»™ định " +#~ "tuyến" + +#~ msgid "Log output" +#~ msgstr "Log output" + +#~ msgid "" +#~ "UPNP should only be enabled if absolutely necessary as it can result in " +#~ "high security risks for your network." +#~ msgstr "" +#~ "Chỉ nên kích hoạt UPNP khi thật cần thiết vì nó có thể gây nguy hiểm cho " +#~ "mạng lÆ°á»›i" diff --git a/applications/luci-app-upnp/po/zh-cn/upnp.po b/applications/luci-app-upnp/po/zh-cn/upnp.po new file mode 100644 index 0000000..1749b9e --- /dev/null +++ b/applications/luci-app-upnp/po/zh-cn/upnp.po @@ -0,0 +1,149 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2012-09-03 18:02+0200\n" +"Last-Translator: nKsyn \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "指定外部端å£çš„ACLå¯èƒ½ä¼šè¢«é‡å®šå‘至æŸäº›å†…部地å€åŠç«¯å£" + +msgid "Action" +msgstr "动作" + +msgid "Active UPnP Redirects" +msgstr "活动的UPnPé‡å®šå‘" + +msgid "Advanced Settings" +msgstr "高级设置" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "å…许添加åªè½¬å‘给请求的IP地å€(当å¯ç”¨æ—¶ï¼ŒUPnP的客户å¯ä»¥åªè½¬å‘到其IP)" + +msgid "Announced model number" +msgstr "公布的型å·" + +msgid "Announced serial number" +msgstr "公布的åºåˆ—å·" + +msgid "Clean rules interval" +msgstr "定时自动清除无效规则" + +msgid "Clean rules threshold" +msgstr "å¯åŠ¨æ—¶æ¸…除端å£è½¬å‘" + +msgid "Client Address" +msgstr "客户端地å€" + +msgid "Client Port" +msgstr "客户端端å£" + +msgid "Collecting data..." +msgstr "正在收集数æ®" + +msgid "Comment" +msgstr "备注" + +msgid "Delete Redirect" +msgstr "删除转å‘规则" + +msgid "Device UUID" +msgstr "设备UUID" + +msgid "Downlink" +msgstr "下行速率" + +msgid "Enable NAT-PMP functionality" +msgstr "å¯ç”¨NAT-PMP功能" + +msgid "Enable UPnP functionality" +msgstr "å¯ç”¨UPnP功能" + +msgid "Enable additional logging" +msgstr "å¯ç”¨é¢å¤–的日志记录" + +msgid "Enable secure mode" +msgstr "å¯ç”¨å®‰å…¨æ¨¡å¼" + +msgid "External Port" +msgstr "外部端å£" + +msgid "External ports" +msgstr "外部端å£" + +msgid "General Settings" +msgstr "一般设置" + +msgid "Internal addresses" +msgstr "内部地å€" + +msgid "Internal ports" +msgstr "内部端å£" + +msgid "MiniUPnP ACLs" +msgstr "MiniUPnPçš„ACL" + +msgid "MiniUPnP settings" +msgstr "MiniUPnP设置" + +msgid "Notify interval" +msgstr "警报间隔" + +msgid "Port" +msgstr "端å£" + +msgid "Presentation URL" +msgstr "显示URL" + +msgid "Protocol" +msgstr "åè®®" + +msgid "Puts extra debugging information into the system log" +msgstr "æå–é¢å¤–的调试信æ¯è‡³ç³»ç»Ÿæ—¥å¿—" + +msgid "Report system instead of daemon uptime" +msgstr "用系统è¿è¡Œæ—¶é—´ä»£æ›¿è¿›ç¨‹è¿è¡Œæ—¶é—´" + +msgid "Start UPnP and NAT-PMP service" +msgstr "å¯åŠ¨UPnP与NAT-PMPæœåŠ¡" + +msgid "There are no active redirects." +msgstr "没有活动的é‡å®šå‘" + +msgid "UPNP" +msgstr "UPNP" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "UPnPå…许局域网内客户端自动设置路由上的端å£è½¬å‘。" + +msgid "UPnP lease file" +msgstr "UPnP租约文件" + +msgid "Universal Plug & Play" +msgstr "通用å³æ’å³ç”¨(UPnP)" + +msgid "Uplink" +msgstr "上行速率" + +msgid "Value in KByte/s, informational only" +msgstr "值为KByte/s,仅供å‚考" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "UPnPå…许局域网内客户端自动设置路由上的端å£è½¬å‘。" + +#~ msgid "enable" +#~ msgstr "å¯ç”¨" diff --git a/applications/luci-app-upnp/po/zh-tw/upnp.po b/applications/luci-app-upnp/po/zh-tw/upnp.po new file mode 100644 index 0000000..356801b --- /dev/null +++ b/applications/luci-app-upnp/po/zh-tw/upnp.po @@ -0,0 +1,147 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 11:40+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "" +"ACLs specify which external ports may be redirected to which internal " +"addresses and ports" +msgstr "ACLå­˜å–控制清單, 就是指定æŸäº›å¤–部埠å¯ä»¥å¾žå°Žåˆ°å…§éƒ¨ä½å€å’ŒåŸ è™Ÿ" + +msgid "Action" +msgstr "啓用" + +msgid "Active UPnP Redirects" +msgstr "啓用UPnP從導" + +msgid "Advanced Settings" +msgstr "進階設定" + +msgid "Allow adding forwards only to requesting ip addresses" +msgstr "åªå…許請求的IPä½å€æ–°å¢žå¾žå°Žæ©Ÿåˆ¶" + +msgid "Announced model number" +msgstr "已宣告模組號碼" + +msgid "Announced serial number" +msgstr "已宣告åºè™Ÿ" + +msgid "Clean rules interval" +msgstr "清除è¦å‰‡é–“éš”" + +msgid "Clean rules threshold" +msgstr "清除è¦å‰‡é–€æª»" + +msgid "Client Address" +msgstr "用戶端ä½å€" + +msgid "Client Port" +msgstr "用戶端埠號" + +msgid "Collecting data..." +msgstr "收集數據中..." + +msgid "Comment" +msgstr "è©•è«–" + +msgid "Delete Redirect" +msgstr "刪除從導" + +msgid "Device UUID" +msgstr "設備UUIDç¨ç«‹è­˜åˆ¥ç¢¼" + +msgid "Downlink" +msgstr "下載" + +msgid "Enable NAT-PMP functionality" +msgstr "啓用蘋果NAT-PMP傳輸埠å°æ‡‰é€šè¨Šå”定功能" + +msgid "Enable UPnP functionality" +msgstr "啓用UPnP通用åºåˆ—埠功能" + +msgid "Enable additional logging" +msgstr "啓用é¡å¤–記錄" + +msgid "Enable secure mode" +msgstr "啓用安全模å¼" + +msgid "External Port" +msgstr "外部埠號" + +msgid "External ports" +msgstr "外部埠號範åœ" + +msgid "General Settings" +msgstr "一般設定" + +msgid "Internal addresses" +msgstr "內部ä½å€" + +msgid "Internal ports" +msgstr "內部埠號" + +msgid "MiniUPnP ACLs" +msgstr "å°åž‹UPnPå­˜å–控制清單" + +msgid "MiniUPnP settings" +msgstr "å°åž‹UPnPå­˜å–控制清單設定" + +msgid "Notify interval" +msgstr "æ醒間隔" + +msgid "Port" +msgstr "埠號" + +msgid "Presentation URL" +msgstr "介紹URL連çµ" + +msgid "Protocol" +msgstr "å”è­°" + +msgid "Puts extra debugging information into the system log" +msgstr "把é¡å¤–的除錯資訊放入系統log計錄中" + +msgid "Report system instead of daemon uptime" +msgstr "報表系統å–代常é§æ›´æ–°æ™‚é–“" + +msgid "Start UPnP and NAT-PMP service" +msgstr "啓用UPnPè·ŸNAT-PMPæœå‹™" + +msgid "There are no active redirects." +msgstr "ç›®å‰ç„¡ä½œç”¨ä¸­çš„從導" + +msgid "UPNP" +msgstr "UPNP通用åºåˆ—埠å”定" + +msgid "" +"UPnP allows clients in the local network to automatically configure the " +"router." +msgstr "開放本地用戶端自動設定路由器UPNP機制" + +msgid "UPnP lease file" +msgstr "UPnP租賃文件" + +msgid "Universal Plug & Play" +msgstr "通用åºåˆ—埠隨æ’隨用" + +msgid "Uplink" +msgstr "上傳" + +msgid "Value in KByte/s, informational only" +msgstr "僅採用 KByte/s值單ä½è¡¨ç¤º" + +#~ msgid "" +#~ "UPNP allows clients in the local network to automatically configure the " +#~ "router." +#~ msgstr "開放本地用戶端自動設定路由器UPNP機制" + +#~ msgid "enable" +#~ msgstr "啓用" diff --git a/applications/luci-app-ushare/Makefile b/applications/luci-app-ushare/Makefile new file mode 100644 index 0000000..5c0974c --- /dev/null +++ b/applications/luci-app-ushare/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=uShare - UPnP A/V & DLNA Media Server +LUCI_DEPENDS:=+ushare @BROKEN + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-ushare/luasrc/controller/ushare.lua b/applications/luci-app-ushare/luasrc/controller/ushare.lua new file mode 100644 index 0000000..c811773 --- /dev/null +++ b/applications/luci-app-ushare/luasrc/controller/ushare.lua @@ -0,0 +1,15 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.ushare", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/ushare") then + return + end + + local page + + page = entry({"admin", "services", "ushare"}, cbi("ushare"), _("uShare"), 60) + page.dependent = true +end diff --git a/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua b/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua new file mode 100644 index 0000000..0c2d1f0 --- /dev/null +++ b/applications/luci-app-ushare/luasrc/model/cbi/ushare.lua @@ -0,0 +1,30 @@ +-- Copyright 2008 Yanira +-- Licensed to the public under the Apache License 2.0. + +m = Map("ushare", translate("uShare"), + luci.util.pcdata(translate("uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files."))) + +s = m:section(TypedSection, "ushare", translate("Settings")) +s.addremove = false +s.anonymous = true + +s:option(Flag, "enabled", translate("Enable")) + +s:option(Value, "username", translate("Username")) + +s:option(Value, "servername", translate("Servername")) + +dif = s:option( Value, "interface", translate("Interface")) +for _, nif in ipairs(luci.sys.net.devices()) do + if nif ~= "lo" then dif:value(nif) end +end + +s:option(DynamicList, "content_directories", translate("Content directories")) + +s:option(Flag, "disable_webif", translate("Disable webinterface")) + +s:option(Flag, "disable_telnet", translate("Disable telnet console")) + +s:option(Value, "options", translate("Options")) + +return m diff --git a/applications/luci-app-ushare/po/ca/ushare.po b/applications/luci-app-ushare/po/ca/ushare.po new file mode 100644 index 0000000..9d64596 --- /dev/null +++ b/applications/luci-app-ushare/po/ca/ushare.po @@ -0,0 +1,55 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2014-07-01 08:29+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Directoris de contingut" + +msgid "Disable telnet console" +msgstr "Inhabilita la consola telnet" + +msgid "Disable webinterface" +msgstr "Inhabilita la interfície web" + +msgid "Enable" +msgstr "Habilita" + +msgid "Interface" +msgstr "Interfície" + +msgid "Options" +msgstr "Opcions" + +msgid "Servername" +msgstr "Nom de servidor" + +msgid "Settings" +msgstr "Configuració" + +msgid "Username" +msgstr "Nom d'usuari" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"El uShare és un servidor de mitjans UPnP (TM) A/V i DLNA. Implementa el " +"component servidor que proveeix els dispositius de mitjans UPnP amb " +"informació sobre els fitxers de multimèdia disponibles." diff --git a/applications/luci-app-ushare/po/cs/ushare.po b/applications/luci-app-ushare/po/cs/ushare.po new file mode 100644 index 0000000..d908e91 --- /dev/null +++ b/applications/luci-app-ushare/po/cs/ushare.po @@ -0,0 +1,53 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-29 21:49+0200\n" +"Last-Translator: Astran \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Složky s obsahem" + +msgid "Disable telnet console" +msgstr "Zakázat telnet konzoli" + +msgid "Disable webinterface" +msgstr "Zakázat webové rozhraní" + +msgid "Enable" +msgstr "Povolit" + +msgid "Interface" +msgstr "Rozhraní" + +msgid "Options" +msgstr "Možnosti" + +msgid "Servername" +msgstr "Název serveru" + +msgid "Settings" +msgstr "Nastavení" + +msgid "Username" +msgstr "Uživatelské jméno" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare je UPnP (TM) A/V & DLNA Media Server. Implementuje souÄást serveru, " +"který poskytuje UPnP mediální zařízení s informacemi o dostupných " +"multimediálních souborech." diff --git a/applications/luci-app-ushare/po/de/ushare.po b/applications/luci-app-ushare/po/de/ushare.po new file mode 100644 index 0000000..d7d7e22 --- /dev/null +++ b/applications/luci-app-ushare/po/de/ushare.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2013-01-28 22:32+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Freigabeverzeichnisse" + +msgid "Disable telnet console" +msgstr "Telnet-Konsole deaktivieren" + +msgid "Disable webinterface" +msgstr "Webinterface deaktivieren" + +msgid "Enable" +msgstr "Aktivieren" + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "Options" +msgstr "Optionen" + +msgid "Servername" +msgstr "Servername" + +msgid "Settings" +msgstr "Einstellungen" + +msgid "Username" +msgstr "Benutzername" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare ist ein uPNP(TM) A/V & DLNA - basierender Medien-Server. Es " +"implementiert die Serverkomponente, welche uPNP-Geräten Informationen über " +"verfügbare Mediendateien bereitstellt." diff --git a/applications/luci-app-ushare/po/el/ushare.po b/applications/luci-app-ushare/po/el/ushare.po new file mode 100644 index 0000000..331c8a0 --- /dev/null +++ b/applications/luci-app-ushare/po/el/ushare.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2010-06-30 17:26+0200\n" +"Last-Translator: Vasilis Tsiligiannis \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Content directories" +msgstr "Φάκελοι πεÏιεχομένου" + +msgid "Disable telnet console" +msgstr "ΑπενεÏγοποίηση τεÏÎ¼Î±Ï„Î¹ÎºÎ¿Ï telnet" + +msgid "Disable webinterface" +msgstr "ΑπενεÏγοποίηση διεπαφής web" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "Επιλογές" + +msgid "Servername" +msgstr "Όνομα εξυπηÏετητή" + +msgid "Settings" +msgstr "Ρυθμίσεις" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/en/ushare.po b/applications/luci-app-ushare/po/en/ushare.po new file mode 100644 index 0000000..5e5d65f --- /dev/null +++ b/applications/luci-app-ushare/po/en/ushare.po @@ -0,0 +1,49 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +msgid "Content directories" +msgstr "Content directories" + +msgid "Disable telnet console" +msgstr "Disable telnet console" + +msgid "Disable webinterface" +msgstr "Disable webinterface" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "Options" + +msgid "Servername" +msgstr "Servername" + +msgid "Settings" +msgstr "Settings" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/es/ushare.po b/applications/luci-app-ushare/po/es/ushare.po new file mode 100644 index 0000000..e8422b9 --- /dev/null +++ b/applications/luci-app-ushare/po/es/ushare.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-08-25 09:23+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Directorios de contenido" + +msgid "Disable telnet console" +msgstr "Inhabilitar consola telnet" + +msgid "Disable webinterface" +msgstr "Inhabilitar interfaz web" + +msgid "Enable" +msgstr "Activar" + +msgid "Interface" +msgstr "Interfaz" + +msgid "Options" +msgstr "Opciones" + +msgid "Servername" +msgstr "Nombre para el servidor" + +msgid "Settings" +msgstr "Configuración" + +msgid "Username" +msgstr "Nombre de usuario" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare es un servidor UPnP (TM) A/V y DLNA. Implementa el componente del " +"servidor que proporciona a los dispositivos UPnP la información disponible " +"en los ficheros multimedia." diff --git a/applications/luci-app-ushare/po/fr/ushare.po b/applications/luci-app-ushare/po/fr/ushare.po new file mode 100644 index 0000000..e2e917d --- /dev/null +++ b/applications/luci-app-ushare/po/fr/ushare.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-08-06 13:57+0200\n" +"Last-Translator: st \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Répertoires de contenus" + +msgid "Disable telnet console" +msgstr "Désactiver la console Telnet" + +msgid "Disable webinterface" +msgstr "Désactiver l'interface web" + +msgid "Enable" +msgstr "Activer" + +msgid "Interface" +msgstr "Interface" + +msgid "Options" +msgstr "Options" + +msgid "Servername" +msgstr "Nom du serveur" + +msgid "Settings" +msgstr "Paramètres" + +msgid "Username" +msgstr "Nom d'utilisateur" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/he/ushare.po b/applications/luci-app-ushare/po/he/ushare.po new file mode 100644 index 0000000..4858a9a --- /dev/null +++ b/applications/luci-app-ushare/po/he/ushare.po @@ -0,0 +1,52 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-06-24 18:47+0200\n" +"Last-Translator: GiladL \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Content directories" +msgstr "ספריות תוכן" + +# ×”×× ×œ×›×ª×•×‘ טלנט ב×נגלית (telenet) ×ו בתעתיק עברי (טלנט)? +msgid "Disable telnet console" +msgstr "השבת קונסולת telnet" + +msgid "Disable webinterface" +msgstr "השבת מנשק רשת" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "×פשרויות" + +msgid "Servername" +msgstr "×©× ×©×¨×ª" + +msgid "Settings" +msgstr "הגדרות" + +msgid "Username" +msgstr "" + +# ×–×” ×©× ×©×œ תוכנה ×•×œ× ×¦×¨×™×š ×œ×ª×¨×’× ×ותו +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/hu/ushare.po b/applications/luci-app-ushare/po/hu/ushare.po new file mode 100644 index 0000000..6efa521 --- /dev/null +++ b/applications/luci-app-ushare/po/hu/ushare.po @@ -0,0 +1,53 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-13 18:29+0200\n" +"Last-Translator: Gábor \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Megosztott könyvtárak" + +msgid "Disable telnet console" +msgstr "Telnet-konzol tiltása" + +msgid "Disable webinterface" +msgstr "Web felület tiltása" + +msgid "Enable" +msgstr "Engedélyezés" + +msgid "Interface" +msgstr "Interfész" + +msgid "Options" +msgstr "Opciók" + +msgid "Servername" +msgstr "Szerver név" + +msgid "Settings" +msgstr "Beállítások" + +msgid "Username" +msgstr "Felhasználónév" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"Az uShare egy UPnP (TM) A/V & DLNA média szerver. A szerver komponenst " +"valósítja meg, amely információt szolgáltat az elérhetÅ‘ multimédia fájlokról " +"az uPnP média eszközök számára." diff --git a/applications/luci-app-ushare/po/it/ushare.po b/applications/luci-app-ushare/po/it/ushare.po new file mode 100644 index 0000000..5837a11 --- /dev/null +++ b/applications/luci-app-ushare/po/it/ushare.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-02-03 14:03+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Percorso dei contenuti" + +msgid "Disable telnet console" +msgstr "Disabilita console telnet" + +msgid "Disable webinterface" +msgstr "Disabilita l'interfaccia web" + +msgid "Enable" +msgstr "Attiva" + +msgid "Interface" +msgstr "Interfaccia" + +msgid "Options" +msgstr "Opzioni" + +msgid "Servername" +msgstr "Nome del server" + +msgid "Settings" +msgstr "Impostazioni" + +msgid "Username" +msgstr "Nome Utente" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare è un Server Multimediale UPnP (TM) A / V e DLNA. Implementa il " +"componente server che fornisce ai dispositivi multimediali UPnP, le " +"informazioni su file multimediali disponibili." diff --git a/applications/luci-app-ushare/po/ja/ushare.po b/applications/luci-app-ushare/po/ja/ushare.po new file mode 100644 index 0000000..a217ece --- /dev/null +++ b/applications/luci-app-ushare/po/ja/ushare.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2013-05-04 14:28+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "コンテンツディレクトリ" + +msgid "Disable telnet console" +msgstr "telnelコンソールを無効ã«ã™ã‚‹" + +msgid "Disable webinterface" +msgstr "Webインターフェースを無効ã«ã™ã‚‹" + +msgid "Enable" +msgstr "サービスを有効ã«ã™ã‚‹" + +msgid "Interface" +msgstr "インターフェース" + +msgid "Options" +msgstr "オプション" + +msgid "Servername" +msgstr "サーãƒãƒ¼å" + +msgid "Settings" +msgstr "設定" + +msgid "Username" +msgstr "ユーザーå" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShareã¯UPnP (TM) A/V ãŠã‚ˆã³ DLNA " +"メディアサーãƒãƒ¼ã§ã‚ã‚Šã€UPnPメディアデãƒã‚¤ã‚¹ã«å¯¾ã—ã¦ãƒžãƒ«ãƒãƒ¡ãƒ‡ã‚£ã‚¢ãƒ»ãƒ•ã‚¡ã‚¤ãƒ«æƒ…報をæä¾›ã™ã‚‹ã‚µãƒ¼ãƒãƒ¼ãƒ»ã‚³ãƒ³ãƒãƒ¼ãƒãƒ³ãƒˆæ©Ÿèƒ½ã‚’実装ã—ã¦ã„ã¾ã™ã€‚" diff --git a/applications/luci-app-ushare/po/ms/ushare.po b/applications/luci-app-ushare/po/ms/ushare.po new file mode 100644 index 0000000..40b24f2 --- /dev/null +++ b/applications/luci-app-ushare/po/ms/ushare.po @@ -0,0 +1,46 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Content directories" +msgstr "" + +msgid "Disable telnet console" +msgstr "" + +msgid "Disable webinterface" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Servername" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/no/ushare.po b/applications/luci-app-ushare/po/no/ushare.po new file mode 100644 index 0000000..321d29e --- /dev/null +++ b/applications/luci-app-ushare/po/no/ushare.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Content directories" +msgstr "Innholdskataloger" + +msgid "Disable telnet console" +msgstr "Deaktiver telnet konsoll" + +msgid "Disable webinterface" +msgstr "Deaktiver webgrensesnitt" + +msgid "Enable" +msgstr "Aktiver" + +msgid "Interface" +msgstr "Grensesnitt" + +msgid "Options" +msgstr "Alternativer" + +msgid "Servername" +msgstr "Servernavn" + +msgid "Settings" +msgstr "Innstillinger" + +msgid "Username" +msgstr "Brukernavn" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" + +#~ msgid "ushare_desc" +#~ msgstr "UPnP A/V og DLNA Media Server for Linux." diff --git a/applications/luci-app-ushare/po/pl/ushare.po b/applications/luci-app-ushare/po/pl/ushare.po new file mode 100644 index 0000000..2a26404 --- /dev/null +++ b/applications/luci-app-ushare/po/pl/ushare.po @@ -0,0 +1,54 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-08 13:18+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Katalogi zawartoÅ›ci" + +msgid "Disable telnet console" +msgstr "WyÅ‚Ä…cz konsolÄ™ telnet" + +msgid "Disable webinterface" +msgstr "WyÅ‚Ä…cz interfejs web" + +msgid "Enable" +msgstr "WÅ‚Ä…cz" + +msgid "Interface" +msgstr "Interfejs" + +msgid "Options" +msgstr "Opcje" + +msgid "Servername" +msgstr "Nazwa serwera" + +msgid "Settings" +msgstr "Ustawienia" + +msgid "Username" +msgstr "Użytkownik" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare jest serwerem mediów UPnP (TM) i DLNA. Implementuje serwer, który " +"udostÄ™pnia urzÄ…dzenia medialne UPnP z informacjami na temat dostÄ™pnych " +"plików multimedialnych." diff --git a/applications/luci-app-ushare/po/pt-br/ushare.po b/applications/luci-app-ushare/po/pt-br/ushare.po new file mode 100644 index 0000000..5fc872e --- /dev/null +++ b/applications/luci-app-ushare/po/pt-br/ushare.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2012-09-26 23:09+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Diretórios de conteúdo" + +msgid "Disable telnet console" +msgstr "Desativar console telnet" + +msgid "Disable webinterface" +msgstr "Desativar interface web" + +msgid "Enable" +msgstr "Habilitar" + +msgid "Interface" +msgstr "Interface" + +msgid "Options" +msgstr "Opções" + +msgid "Servername" +msgstr "Nome do servidor" + +msgid "Settings" +msgstr "Configurações" + +msgid "Username" +msgstr "Nome do usuário" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare é um Servidor de Mídia DLNA & UPnP (TM) A/V. Implementa o componente " +"do servidor que provê aos dispositivos de mídia UPnP informações sobre os " +"arquivos multimídias disponíveis." diff --git a/applications/luci-app-ushare/po/pt/ushare.po b/applications/luci-app-ushare/po/pt/ushare.po new file mode 100644 index 0000000..795a963 --- /dev/null +++ b/applications/luci-app-ushare/po/pt/ushare.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2013-06-03 23:32+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Diretórios de conteúdo" + +msgid "Disable telnet console" +msgstr "Desativar console telnet" + +msgid "Disable webinterface" +msgstr "Desativar interface web" + +msgid "Enable" +msgstr "Ativar" + +msgid "Interface" +msgstr "Interface" + +msgid "Options" +msgstr "Opções" + +msgid "Servername" +msgstr "Nome do servidor" + +msgid "Settings" +msgstr "Configurações" + +msgid "Username" +msgstr "Nome Utilizador" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"O uShare é um Servidor Multimédia UPnP (TM) A/V & DLNA. Implementa o " +"componente de servidor que fornece aos dispositivos multimédia UPnP " +"informações sobre os ficheiros disponiveis." diff --git a/applications/luci-app-ushare/po/ro/ushare.po b/applications/luci-app-ushare/po/ro/ushare.po new file mode 100644 index 0000000..3c99754 --- /dev/null +++ b/applications/luci-app-ushare/po/ro/ushare.po @@ -0,0 +1,51 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-29 20:03+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "ConÅ£inut directoare" + +msgid "Disable telnet console" +msgstr "Dezactiveaza consola telnet" + +msgid "Disable webinterface" +msgstr "Dezactiveaza interfata web" + +msgid "Enable" +msgstr "Activează" + +msgid "Interface" +msgstr "Interfaţă" + +msgid "Options" +msgstr "Optiuni" + +msgid "Servername" +msgstr "Numele serverului" + +msgid "Settings" +msgstr "Setari" + +msgid "Username" +msgstr "Utilizator" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/ru/ushare.po b/applications/luci-app-ushare/po/ru/ushare.po new file mode 100644 index 0000000..ac08e94 --- /dev/null +++ b/applications/luci-app-ushare/po/ru/ushare.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: ushare\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-08-15 11:29+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Content directories" +msgstr "Директории Ñ Ñодержимым" + +msgid "Disable telnet console" +msgstr "Выключить telnet-конÑоль" + +msgid "Disable webinterface" +msgstr "Выключить веб-интерфейÑ" + +msgid "Enable" +msgstr "Включить" + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "Options" +msgstr "Опции" + +msgid "Servername" +msgstr "Ð˜Ð¼Ñ Ñервера" + +msgid "Settings" +msgstr "ÐаÑтройки" + +msgid "Username" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare - Ñто UPnP (TM) A/V DLNA медиа-Ñервер, который предоÑтавлÑет " +"мультимедийным уÑтройÑтвам информацию о доÑтупных медиа-файлах." diff --git a/applications/luci-app-ushare/po/sk/ushare.po b/applications/luci-app-ushare/po/sk/ushare.po new file mode 100644 index 0000000..4c9022b --- /dev/null +++ b/applications/luci-app-ushare/po/sk/ushare.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Content directories" +msgstr "" + +msgid "Disable telnet console" +msgstr "" + +msgid "Disable webinterface" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Servername" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/sv/ushare.po b/applications/luci-app-ushare/po/sv/ushare.po new file mode 100644 index 0000000..50fc9d6 --- /dev/null +++ b/applications/luci-app-ushare/po/sv/ushare.po @@ -0,0 +1,46 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Content directories" +msgstr "" + +msgid "Disable telnet console" +msgstr "" + +msgid "Disable webinterface" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Servername" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/templates/ushare.pot b/applications/luci-app-ushare/po/templates/ushare.pot new file mode 100644 index 0000000..7e4dbc1 --- /dev/null +++ b/applications/luci-app-ushare/po/templates/ushare.pot @@ -0,0 +1,38 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Content directories" +msgstr "" + +msgid "Disable telnet console" +msgstr "" + +msgid "Disable webinterface" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Servername" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/tr/ushare.po b/applications/luci-app-ushare/po/tr/ushare.po new file mode 100644 index 0000000..c905c57 --- /dev/null +++ b/applications/luci-app-ushare/po/tr/ushare.po @@ -0,0 +1,50 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 22:33+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "İçerik Dizinleri" + +msgid "Disable telnet console" +msgstr "Telnet Konsolunu Kapatma" + +msgid "Disable webinterface" +msgstr "Web Arayüzünü Kapatma" + +msgid "Enable" +msgstr "Aktif Hale Getir" + +msgid "Interface" +msgstr "Arayüz" + +msgid "Options" +msgstr "Seçenekler" + +msgid "Servername" +msgstr "Sunucuadı" + +msgid "Settings" +msgstr "Ayarlar" + +msgid "Username" +msgstr "Kullanıcıadı" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/uk/ushare.po b/applications/luci-app-ushare/po/uk/ushare.po new file mode 100644 index 0000000..d79f896 --- /dev/null +++ b/applications/luci-app-ushare/po/uk/ushare.po @@ -0,0 +1,53 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-26 18:43+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "Каталоги даних" + +msgid "Disable telnet console" +msgstr "Вимкнути конÑоль Telnet" + +msgid "Disable webinterface" +msgstr "Вимкнути веб-інтерфейÑ" + +msgid "Enable" +msgstr "Увімкнути" + +msgid "Interface" +msgstr "ІнтерфейÑ" + +msgid "Options" +msgstr "Опції" + +msgid "Servername" +msgstr "Ім'Ñ Ñервера" + +msgid "Settings" +msgstr "ÐаÑтройки" + +msgid "Username" +msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача" + +msgid "uShare" +msgstr "uShare" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare Ñ” UPnP (TM) A/V DLNA медіа-Ñервером, Ñкий надає UPnP медіа-приÑтроÑм " +"інформацію про наÑвні мультимедійні файли." diff --git a/applications/luci-app-ushare/po/vi/ushare.po b/applications/luci-app-ushare/po/vi/ushare.po new file mode 100644 index 0000000..20e5df7 --- /dev/null +++ b/applications/luci-app-ushare/po/vi/ushare.po @@ -0,0 +1,50 @@ +# ushare.pot +# generated from ./applications/luci-ushare/luasrc/i18n/ushare.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2009-08-13 04:01+0200\n" +"Last-Translator: Hong Phuc Dang \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Pootle 1.1.0\n" + +msgid "Content directories" +msgstr "Danh bạ ná»™i dung " + +msgid "Disable telnet console" +msgstr "Vô hiệu hóa khiển telnet" + +msgid "Disable webinterface" +msgstr "Vô hiệu hóa giao diện web" + +msgid "Enable" +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Options" +msgstr "Lá»±a chá»n " + +msgid "Servername" +msgstr "tên máy chủ" + +msgid "Settings" +msgstr "Cài đặt" + +msgid "Username" +msgstr "" + +msgid "uShare" +msgstr "" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" diff --git a/applications/luci-app-ushare/po/zh-cn/ushare.po b/applications/luci-app-ushare/po/zh-cn/ushare.po new file mode 100644 index 0000000..f426526 --- /dev/null +++ b/applications/luci-app-ushare/po/zh-cn/ushare.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2012-09-18 16:26+0200\n" +"Last-Translator: nKsyn \n" +"Language-Team: QQ Group 75543259\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "目录" + +msgid "Disable telnet console" +msgstr "关闭telnet管ç†" + +msgid "Disable webinterface" +msgstr "关闭界é¢ç®¡ç†" + +msgid "Enable" +msgstr "å¯ç”¨" + +msgid "Interface" +msgstr "网络接å£" + +msgid "Options" +msgstr "选项" + +msgid "Servername" +msgstr "æœåŠ¡å™¨å" + +msgid "Settings" +msgstr "设置" + +msgid "Username" +msgstr "用户å" + +msgid "uShare" +msgstr "UPNPæµåª’体æœåŠ¡" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "" +"uShare是一个UPnP(TM) A/Vå’ŒDLNA媒体æœåŠ¡å™¨ã€‚å¯ä»¥å°†å¤šåª’体文件共享到支æŒUPnP的设" +"备上。" diff --git a/applications/luci-app-ushare/po/zh-tw/ushare.po b/applications/luci-app-ushare/po/zh-tw/ushare.po new file mode 100644 index 0000000..eba6677 --- /dev/null +++ b/applications/luci-app-ushare/po/zh-tw/ushare.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-10 12:32+0200\n" +"Last-Translator: mp607 \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Content directories" +msgstr "目錄" + +msgid "Disable telnet console" +msgstr "關閉telnet管ç†" + +msgid "Disable webinterface" +msgstr "關閉網路介é¢ç®¡ç†" + +msgid "Enable" +msgstr "啟用" + +msgid "Interface" +msgstr "網路介é¢" + +msgid "Options" +msgstr "é¸é …" + +msgid "Servername" +msgstr "伺æœå™¨å稱" + +msgid "Settings" +msgstr "設定" + +msgid "Username" +msgstr "使用者å稱" + +msgid "uShare" +msgstr "UPnP多媒體æœå‹™" + +msgid "" +"uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " +"component that provides UPnP media devices with information on available " +"multimedia files." +msgstr "uShare是一個UPnP (TM) A/V & DLNA多媒體伺æœå™¨ã€‚å¯ä»¥å°‡å¤šåª’體檔案共用分享到支æ´UPnPçš„è£ç½®ä¸Š" diff --git a/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare b/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare new file mode 100755 index 0000000..8bcb6e4 --- /dev/null +++ b/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@ushare[-1] + add ucitrack ushare + set ucitrack.@ushare[-1].init=ushare + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-vnstat/Makefile b/applications/luci-app-vnstat/Makefile new file mode 100644 index 0000000..6d98610 --- /dev/null +++ b/applications/luci-app-vnstat/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for VnStat +LUCI_DEPENDS:=+vnstat +vnstati + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-vnstat/luasrc/controller/vnstat.lua b/applications/luci-app-vnstat/luasrc/controller/vnstat.lua new file mode 100644 index 0000000..3871fa2 --- /dev/null +++ b/applications/luci-app-vnstat/luasrc/controller/vnstat.lua @@ -0,0 +1,11 @@ +module("luci.controller.vnstat", package.seeall) + +function index() + entry({"admin", "status", "vnstat"}, alias("admin", "status", "vnstat", "graphs"), _("VnStat Traffic Monitor"), 90) + entry({"admin", "status", "vnstat", "graphs"}, template("vnstat"), _("Graphs"), 1) + entry({"admin", "status", "vnstat", "config"}, cbi("vnstat"), _("Configuration"), 2) + + entry({"mini", "network", "vnstat"}, alias("mini", "network", "vnstat", "graphs"), _("VnStat Traffic Monitor"), 90) + entry({"mini", "network", "vnstat", "graphs"}, template("vnstat"), _("Graphs"), 1) + entry({"mini", "network", "vnstat", "config"}, cbi("vnstat"), _("Configuration"), 2) +end diff --git a/applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua b/applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua new file mode 100644 index 0000000..c60c649 --- /dev/null +++ b/applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua @@ -0,0 +1,82 @@ +-- Copyright 2010-2011 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local utl = require "luci.util" +local sys = require "luci.sys" +local fs = require "nixio.fs" +local nw = require "luci.model.network" + +local dbdir, line + +for line in io.lines("/etc/vnstat.conf") do + dbdir = line:match("^%s*DatabaseDir%s+[\"'](%S-)[\"']") + if dbdir then break end +end + +dbdir = dbdir or "/var/lib/vnstat" + + +m = Map("vnstat", translate("VnStat"), + translate("VnStat is a network traffic monitor for Linux that keeps a log of network traffic for the selected interface(s).")) + +m.submit = translate("Restart VnStat") +m.reset = false + +nw.init(luci.model.uci.cursor_state()) + +local ifaces = { } +local enabled = { } +local iface + +if fs.access(dbdir) then + for iface in fs.dir(dbdir) do + if iface:sub(1,1) ~= '.' then + ifaces[iface] = iface + enabled[iface] = iface + end + end +end + +for _, iface in ipairs(sys.net.devices()) do + ifaces[iface] = iface +end + + +local s = m:section(TypedSection, "vnstat") +s.anonymous = true +s.addremove = false + +mon_ifaces = s:option(Value, "interface", translate("Monitor selected interfaces")) +mon_ifaces.template = "cbi/network_ifacelist" +mon_ifaces.widget = "checkbox" +mon_ifaces.cast = "table" +mon_ifaces.noinactive = true +mon_ifaces.nocreate = true + +function mon_ifaces.write(self, section, val) + local i + local s = { } + + if val then + for _, i in ipairs(type(val) == "table" and val or { val }) do + s[i] = true + end + end + + for i, _ in pairs(ifaces) do + if not s[i] then + fs.unlink(dbdir .. "/" .. i) + fs.unlink(dbdir .. "/." .. i) + end + end + + if next(s) then + m.uci:set_list("vnstat", section, "interface", utl.keys(s)) + else + m.uci:delete("vnstat", section, "interface") + end +end + +mon_ifaces.remove = mon_ifaces.write + +return m diff --git a/applications/luci-app-vnstat/luasrc/view/vnstat.htm b/applications/luci-app-vnstat/luasrc/view/vnstat.htm new file mode 100644 index 0000000..2b8d9ff --- /dev/null +++ b/applications/luci-app-vnstat/luasrc/view/vnstat.htm @@ -0,0 +1,101 @@ +<%# + Copyright 2010 Jo-Philipp Wich + Licensed to the public under the Apache License 2.0. +-%> + +<%- + +local fs = require "nixio.fs" +local sys = require "luci.sys" +local utl = require "luci.util" + +local param = luci.http.formvalue + +local iface = param("iface") +local style = param("style") + +style = (style and #style > 0) and style or "s" + + +-- +-- render image +-- +if iface then + style = style:gsub("[^%w]", "") + iface = iface:gsub("[^%w%.%-%_]", "") + + luci.http.prepare_content("image/png") + + local png = io.popen("vnstati -i '%s' '-%s' -o -" % { iface, style }) + luci.http.write(png:read("*a")) + png:close() + + return + +-- +-- update database +-- +else + sys.call("vnstat -u >/dev/null 2>/dev/null") +end + + +-- +-- find databases +-- +local dbdir, line + +for line in io.lines("/etc/vnstat.conf") do + dbdir = line:match("^%s*DatabaseDir%s+[\"'](%S-)[\"']") + if dbdir then break end +end + +dbdir = dbdir or "/var/lib/vnstat" + +-%> + +<%+header%> + +

<%:VnStat Graphs%>

+ +
+ + + + + +
+ +


+ +
+<% + empty = true + ifdir = fs.dir(dbdir) + + if ifdir then + for iface in ifdir do + if iface:sub(1,1) ~= "." then + empty = false +%> + +

+<% + end + end + end +%> + +<% if empty then %> +

<%:No database has been set up yet. Go to the VnStat configuration and enable monitoring for one or more interfaces.%>

+<% end %> + +
+ +<%+footer%> diff --git a/applications/luci-app-vnstat/po/ca/vnstat.po b/applications/luci-app-vnstat/po/ca/vnstat.po new file mode 100644 index 0000000..536228e --- /dev/null +++ b/applications/luci-app-vnstat/po/ca/vnstat.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-09 07:13+0200\n" +"Last-Translator: Alex \n" +"Language-Team: German\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "Configuració" + +msgid "Daily traffic" +msgstr "Trànsit diari" + +msgid "Graphs" +msgstr "Gràfics" + +msgid "Hourly traffic" +msgstr "Trànsit per hora" + +msgid "Monitor selected interfaces" +msgstr "Vigila les interfícies seleccionades" + +msgid "Monthly traffic" +msgstr "Trànsit mensual" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Encara no s'ha configurat cap base de dades. Aneu a la configuració del " +"VnStat i habilita la vigila de una o més interfícies." + +msgid "Restart VnStat" +msgstr "Reinicia el VnStat" + +msgid "Summary display" +msgstr "Mostra de resum" + +msgid "Top 10 display" +msgstr "Mostra dels 10 principals" + +msgid "Update »" +msgstr "Actualitza »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Gràfics de VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor de trànsit VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"El VnStat és un monitor de trànsit de xarxa pel Linux que manté un registre " +"del trànsit de xarxa de les interfícies seleccionades." diff --git a/applications/luci-app-vnstat/po/cs/vnstat.po b/applications/luci-app-vnstat/po/cs/vnstat.po new file mode 100644 index 0000000..4818374 --- /dev/null +++ b/applications/luci-app-vnstat/po/cs/vnstat.po @@ -0,0 +1,64 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Configuration" +msgstr "Konfigurace" + +msgid "Daily traffic" +msgstr "Denní pÅ™enos" + +msgid "Graphs" +msgstr "Grafy" + +msgid "Hourly traffic" +msgstr "Hodinový pÅ™enos" + +msgid "Monitor selected interfaces" +msgstr "Sledovat vybraná zařízení" + +msgid "Monthly traffic" +msgstr "MÄ›síÄní pÅ™enos" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Zatím nebyla nastavena žádná databáze. PÅ™ejdÄ›te na konfiguraci VnStatu a " +"povolnet sledování jednoho nebo více zařízení." + +msgid "Restart VnStat" +msgstr "Restartovat VnStat" + +msgid "Summary display" +msgstr "Souhrn" + +msgid "Top 10 display" +msgstr "Top 10" + +msgid "Update »" +msgstr "Aktualizovat »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Grafy VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Sledování pÅ™enosu VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat je nástroj pro sledování pÅ™enosů dat pro Linux, který ukládá " +"informace o síťovém provozu na vybraných zařízeních." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "Služba VnStat byla restartována" diff --git a/applications/luci-app-vnstat/po/de/vnstat.po b/applications/luci-app-vnstat/po/de/vnstat.po new file mode 100644 index 0000000..aab7494 --- /dev/null +++ b/applications/luci-app-vnstat/po/de/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2010-11-16 21:06+0100\n" +"Last-Translator: Jo-Philipp Wich \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "Konfiguration" + +msgid "Daily traffic" +msgstr "Täglicher Verkehr" + +msgid "Graphs" +msgstr "Diagramme" + +msgid "Hourly traffic" +msgstr "Stündlicher Verkehr" + +msgid "Monitor selected interfaces" +msgstr "Ãœberwachte Schnittstellen" + +msgid "Monthly traffic" +msgstr "Monatlicher Verkehr" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Es ist noch keine Datenbank eingerichtet. Navigieren Sie zur VnStat " +"Konfiguration und aktivieren Sie die Ãœberwachung einer oder mehrerer " +"Schnittstellen." + +msgid "Restart VnStat" +msgstr "VnStat neu starten" + +msgid "Summary display" +msgstr "Ãœbersicht" + +msgid "Top 10 display" +msgstr "Top 10 Anzeige" + +msgid "Update »" +msgstr "Aktualisieren »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat Diagramme" + +msgid "VnStat Traffic Monitor" +msgstr "VnStat Trafficüberwachung" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat ist ein Ãœberwachungsprogramm für Netwerkverkehr unter Linux. Das " +"Programm protokolliert das Verkehrsvolumen auf ausgewählten Schnittstellen." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "Der VnStat Dienst wurde neu gestartet." diff --git a/applications/luci-app-vnstat/po/el/vnstat.po b/applications/luci-app-vnstat/po/el/vnstat.po new file mode 100644 index 0000000..04590ea --- /dev/null +++ b/applications/luci-app-vnstat/po/el/vnstat.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-16 20:54+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/en/vnstat.po b/applications/luci-app-vnstat/po/en/vnstat.po new file mode 100644 index 0000000..04590ea --- /dev/null +++ b/applications/luci-app-vnstat/po/en/vnstat.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-16 20:54+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/es/vnstat.po b/applications/luci-app-vnstat/po/es/vnstat.po new file mode 100644 index 0000000..b91e1bb --- /dev/null +++ b/applications/luci-app-vnstat/po/es/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-07 15:08+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: German\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "Configuración" + +msgid "Daily traffic" +msgstr "Tráfico diario" + +msgid "Graphs" +msgstr "Gráficas" + +msgid "Hourly traffic" +msgstr "Tráfico por horas" + +msgid "Monitor selected interfaces" +msgstr "Monitorizar las interfaces seleccionadas" + +msgid "Monthly traffic" +msgstr "Tráfico mensual" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Todavía no se ha configurado ninguna base de datos. Vaya a la configuración " +"de VnStat y habilite la monitorización para una o más interfaces." + +msgid "Restart VnStat" +msgstr "Rearrancar VnStat" + +msgid "Summary display" +msgstr "Mostrar Resumen" + +msgid "Top 10 display" +msgstr "Mostrar Top 10" + +msgid "Update »" +msgstr "Actualizar »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Graficas de VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor de trafico de VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat es un monitor de tráfico de red para Linux que mantiene un registro " +"del trafico de red de la interfaz o interfaces seleccionadas." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "El servicio VnStat ha sido reiniciado" diff --git a/applications/luci-app-vnstat/po/fr/vnstat.po b/applications/luci-app-vnstat/po/fr/vnstat.po new file mode 100644 index 0000000..23b644a --- /dev/null +++ b/applications/luci-app-vnstat/po/fr/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-11-23 22:33+0200\n" +"Last-Translator: fredb \n" +"Language-Team: German\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "Configuration" + +msgid "Daily traffic" +msgstr "Trafic quotidien" + +msgid "Graphs" +msgstr "Graphes" + +msgid "Hourly traffic" +msgstr "Trafic horaire" + +msgid "Monitor selected interfaces" +msgstr "Surveiller les interfaces sélectionnées" + +msgid "Monthly traffic" +msgstr "Trafic mensuel" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Aucun enregistrement n'a encore été configuré. Allez dans la configuration " +"de VnStat et activez la surveillance d'une ou plusieurs interface(s)." + +msgid "Restart VnStat" +msgstr "Redémarrer VnStat" + +msgid "Summary display" +msgstr "Résumé" + +msgid "Top 10 display" +msgstr "Top 10" + +msgid "Update »" +msgstr "Mise à jour »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Graphiques VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Surveillance du trafic VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat est un outil de surveillance du réseau pour Linux qui garde un " +"journal du trafic du ou des interface(s) sélectionnée(s)." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "Le service VnStat a été redémarré." diff --git a/applications/luci-app-vnstat/po/he/vnstat.po b/applications/luci-app-vnstat/po/he/vnstat.po new file mode 100644 index 0000000..f0ef3a7 --- /dev/null +++ b/applications/luci-app-vnstat/po/he/vnstat.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/hu/vnstat.po b/applications/luci-app-vnstat/po/hu/vnstat.po new file mode 100644 index 0000000..b198c5d --- /dev/null +++ b/applications/luci-app-vnstat/po/hu/vnstat.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "Beállítások" + +msgid "Daily traffic" +msgstr "Napi forgalom" + +msgid "Graphs" +msgstr "Grafikonok" + +msgid "Hourly traffic" +msgstr "Óránkénti forgalom" + +msgid "Monitor selected interfaces" +msgstr "Kiválasztott interfészek figyelése" + +msgid "Monthly traffic" +msgstr "Havi forgalom" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Adatbázis még nem lett beállítva. Engedélyezze egy vagy több interfész " +"figyelését a VnStat beállításoknál." + +msgid "Restart VnStat" +msgstr "VnStat újraíndítása" + +msgid "Summary display" +msgstr "Összefoglaló nézet" + +msgid "Top 10 display" +msgstr "Top 10 nézet" + +msgid "Update »" +msgstr "Frissítés »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat grafikonok" + +msgid "VnStat Traffic Monitor" +msgstr "VnStat Forgalom FigyelÅ‘" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat egy hálózati forgalom figyelÅ‘ alkalmazás Linux alá ami naplózza a " +"kiválasztott interfész(ek) hálózati forgalmát." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "A VnStat szolgáltatás újra lett índítva." diff --git a/applications/luci-app-vnstat/po/it/vnstat.po b/applications/luci-app-vnstat/po/it/vnstat.po new file mode 100644 index 0000000..8cc6e5b --- /dev/null +++ b/applications/luci-app-vnstat/po/it/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-05-17 22:00+0200\n" +"Last-Translator: coatto87 \n" +"Language-Team: German\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "Configurazione" + +msgid "Daily traffic" +msgstr "Traffico giornaliero" + +msgid "Graphs" +msgstr "Grafici" + +msgid "Hourly traffic" +msgstr "Traffico orario" + +msgid "Monitor selected interfaces" +msgstr "Monitora le interfacce selezionate" + +msgid "Monthly traffic" +msgstr "Traffico mensile" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Non è ancora stato configurato un database. Vai nella configurazione di " +"VnStat e abilita il monitoraggio per una o più interfacce." + +msgid "Restart VnStat" +msgstr "Riavvia VnStat" + +msgid "Summary display" +msgstr "Riassunto" + +msgid "Top 10 display" +msgstr "Top 10 display" + +msgid "Update »" +msgstr "Aggiorna" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Grafici VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor del traffico VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat è un monitor del traffico di rete per Linux che scrive un log per le " +"interfacce selezionate." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "Il servizio VnStat è stato riavviato." diff --git a/applications/luci-app-vnstat/po/ja/vnstat.po b/applications/luci-app-vnstat/po/ja/vnstat.po new file mode 100644 index 0000000..8708c6f --- /dev/null +++ b/applications/luci-app-vnstat/po/ja/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-08-19 06:15+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: German\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "設定" + +msgid "Daily traffic" +msgstr "1日周期ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯" + +msgid "Graphs" +msgstr "グラフ" + +msgid "Hourly traffic" +msgstr "1時間周期ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯" + +msgid "Monitor selected interfaces" +msgstr "モニターã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã‚’é¸æŠž" + +msgid "Monthly traffic" +msgstr "1月周期ã®ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"データベースãŒè¨­å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。VnStat設定ページã¸ç§»å‹•ã—ã€ï¼‘ã¤ä»¥ä¸Šã®ã‚¤ãƒ³" +"ターフェースã®ãƒ¢ãƒ‹ã‚¿ãƒªãƒ³ã‚°ã‚’有効ã«ã—ã¦ãã ã•ã„。" + +msgid "Restart VnStat" +msgstr "VnStatã‚’å†èµ·å‹•" + +msgid "Summary display" +msgstr "サマリーを表示" + +msgid "Top 10 display" +msgstr "トップ10を表示" + +msgid "Update »" +msgstr "æ›´æ–° »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat グラフ" + +msgid "VnStat Traffic Monitor" +msgstr "VnStatトラフィックモニタ" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStatã¯é¸æŠžã—ãŸã‚¤ãƒ³ã‚¿ãƒ•ã‚§ãƒ¼ã‚¹ã®ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã‚’ロギングã™ã‚‹Linuxã®" +"トラフィックモニターã§ã™ã€‚" + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "VnStatサービスã¯å†èµ·å‹•ã—ã¾ã—ãŸã€‚" diff --git a/applications/luci-app-vnstat/po/ms/vnstat.po b/applications/luci-app-vnstat/po/ms/vnstat.po new file mode 100644 index 0000000..04590ea --- /dev/null +++ b/applications/luci-app-vnstat/po/ms/vnstat.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-16 20:54+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/no/vnstat.po b/applications/luci-app-vnstat/po/no/vnstat.po new file mode 100644 index 0000000..c1e94d2 --- /dev/null +++ b/applications/luci-app-vnstat/po/no/vnstat.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Configuration" +msgstr "Konfigurasjon" + +msgid "Daily traffic" +msgstr "Trafikk hver dag" + +msgid "Graphs" +msgstr "Grafer" + +msgid "Hourly traffic" +msgstr "Trafikk hver time" + +msgid "Monitor selected interfaces" +msgstr "OvervÃ¥k valgte grensesnitt" + +msgid "Monthly traffic" +msgstr "Trafikk hver mÃ¥ned" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Ingen database har blitt satt opp ennÃ¥. GÃ¥ til VnStat konfigurasjonen og " +"aktiver overvÃ¥king for ett eller flere grensesnitt." + +msgid "Restart VnStat" +msgstr "Omstart VnStat" + +msgid "Summary display" +msgstr "Visning av sammendrag" + +msgid "Top 10 display" +msgstr "Top 10 visning" + +msgid "Update »" +msgstr "Oppdater »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat Grafer" + +msgid "VnStat Traffic Monitor" +msgstr "VnStat Trafikk Monitor" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat er en nettverks trafikk monitor for Linux som loggfører " +"nettverks trafikk for de valgte grensesnitt." diff --git a/applications/luci-app-vnstat/po/pl/vnstat.po b/applications/luci-app-vnstat/po/pl/vnstat.po new file mode 100644 index 0000000..5b0d8b0 --- /dev/null +++ b/applications/luci-app-vnstat/po/pl/vnstat.po @@ -0,0 +1,69 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-09-20 12:21+0200\n" +"Last-Translator: MichaÅ‚ \n" +"Language-Team: German\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "Konfiguracja" + +msgid "Daily traffic" +msgstr "Obciążenie dzienne" + +msgid "Graphs" +msgstr "Wykresy" + +msgid "Hourly traffic" +msgstr "Obciążenie godzinowe" + +msgid "Monitor selected interfaces" +msgstr "Monitoruj wybrane interfejsy" + +msgid "Monthly traffic" +msgstr "Obciążenie miesiÄ™czne" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Nie ustawiono żadnej bazy danych. Idź do konfiguracji VnStat i wÅ‚Ä…cz " +"monitorowanie dla jednego lub wiÄ™cej interfejsów." + +msgid "Restart VnStat" +msgstr "Restartuj VnStat" + +msgid "Summary display" +msgstr "Podsumowanie" + +msgid "Top 10 display" +msgstr "TOP 10" + +msgid "Update »" +msgstr "Aktualizuj »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Wykresy VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor obciążenia VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat to aplikacja monitorujÄ…ca ruch sieciowy w Linuxie, który utrzymuje " +"loga ruchu sieciowego dla okreÅ›lonych interfejsów." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "UsÅ‚uga VnStat zostaÅ‚a uruchomiona ponownie." diff --git a/applications/luci-app-vnstat/po/pt-br/vnstat.po b/applications/luci-app-vnstat/po/pt-br/vnstat.po new file mode 100644 index 0000000..47cf09a --- /dev/null +++ b/applications/luci-app-vnstat/po/pt-br/vnstat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-11 21:02+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: German\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "Configuração" + +msgid "Daily traffic" +msgstr "Tráfego diário" + +msgid "Graphs" +msgstr "Gráficos" + +msgid "Hourly traffic" +msgstr "Tráfego horário" + +msgid "Monitor selected interfaces" +msgstr "Monitore as interfaces selecionadas" + +msgid "Monthly traffic" +msgstr "Tráfego mensal" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Ainda nenhum banco de dados foi definido. Vá para a configuração do VnStat " +"ehabilite o monitoramento para um ou mais interfaces." + +msgid "Restart VnStat" +msgstr "Reiniciar VnStat" + +msgid "Summary display" +msgstr "Tela de resumo" + +msgid "Top 10 display" +msgstr "Tela dos 10 mais" + +msgid "Update »" +msgstr "Atualizar »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Gráficos VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor de Tráfego VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat é um monitor de tráfego de rede para Linux que mantém um registro do " +"tráfego para a(s) interface(s) selecionada(s)." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "O serviço VnStat foi reiniciado." diff --git a/applications/luci-app-vnstat/po/pt/vnstat.po b/applications/luci-app-vnstat/po/pt/vnstat.po new file mode 100644 index 0000000..7297890 --- /dev/null +++ b/applications/luci-app-vnstat/po/pt/vnstat.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-31 16:25+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: German\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "Configuração" + +msgid "Daily traffic" +msgstr "Tráfego Diário" + +msgid "Graphs" +msgstr "Gráficos" + +msgid "Hourly traffic" +msgstr "Tráfego por hora" + +msgid "Monitor selected interfaces" +msgstr "Monitorizar as interfaces selecionadas" + +msgid "Monthly traffic" +msgstr "Tráfego mensal" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Ainda não foi configurada uma base de dados. Vá até à configuração do VnStat " +"e ative a monitorização para uma ou mais interfaces." + +msgid "Restart VnStat" +msgstr "Reiniciar VnStat" + +msgid "Summary display" +msgstr "Mostrar resumo" + +msgid "Top 10 display" +msgstr "Mostrar Top 10" + +msgid "Update »" +msgstr "Atualizar »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Gráficos VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitor de Tráfego VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"O VnStat é um monitor de tráfego para Linux que mantêm um registo do tráfego " +"para as interface (s) selecionadas." diff --git a/applications/luci-app-vnstat/po/ro/vnstat.po b/applications/luci-app-vnstat/po/ro/vnstat.po new file mode 100644 index 0000000..093182b --- /dev/null +++ b/applications/luci-app-vnstat/po/ro/vnstat.po @@ -0,0 +1,69 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 16:01+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Configuration" +msgstr "Configurare" + +msgid "Daily traffic" +msgstr "Trafic zilnic" + +msgid "Graphs" +msgstr "Grafice" + +msgid "Hourly traffic" +msgstr "Trafic la fiecare ora" + +msgid "Monitor selected interfaces" +msgstr "Monitorizeaza interfetele selectate" + +msgid "Monthly traffic" +msgstr "Trafic lunar" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Nu a fost setata nici o baza de date. La configurarea VnStat se poate activa " +"monitoriza pentru una sau mai multe interfete." + +msgid "Restart VnStat" +msgstr "Restarteaza VnStat" + +msgid "Summary display" +msgstr "Afiseaza sumarul" + +msgid "Top 10 display" +msgstr "Afiseaza top 10" + +msgid "Update »" +msgstr "Updateaza »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Graficele VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Monitorul de trafic VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"Vnstat este un monitor de retea ce pastreaza detalii legate de traficul pe " +"interfetele selectate." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "Serviciul VnStat a fost restartat." diff --git a/applications/luci-app-vnstat/po/ru/vnstat.po b/applications/luci-app-vnstat/po/ru/vnstat.po new file mode 100644 index 0000000..5254ca1 --- /dev/null +++ b/applications/luci-app-vnstat/po/ru/vnstat.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: vnstat\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 11:48+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Configuration" +msgstr "КонфигурациÑ" + +msgid "Daily traffic" +msgstr "Трафик за день" + +msgid "Graphs" +msgstr "Графики" + +msgid "Hourly traffic" +msgstr "Трафик за чаÑ" + +msgid "Monitor selected interfaces" +msgstr "Собирать ÑтатиÑтику на выбранных интерфейÑах" + +msgid "Monthly traffic" +msgstr "Трафик за меÑÑц" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"База данных не наÑтроена. Перейдите в конфигурацию и укажите интерфейÑÑ‹ Ð´Ð»Ñ " +"Ñбора ÑтатиÑтики." + +msgid "Restart VnStat" +msgstr "ПерезапуÑтить VnStat" + +msgid "Summary display" +msgstr "Ð¡Ð²Ð¾Ð´Ð½Ð°Ñ ÑтатиÑтика" + +msgid "Top 10 display" +msgstr "ПоÑледние 10" + +msgid "Update »" +msgstr "Обновить »" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Графики VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Монитор трафика VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat - монитор Ñетевого трафика Ð´Ð»Ñ Linux, Ñобирающий ÑтатиÑтику по " +"выбранным интерфейÑам." + +#~ msgid "The VnStat service has been restarted." +#~ msgstr "VnStat ÑÐµÑ€Ð²Ð¸Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑ‰ÐµÐ½." diff --git a/applications/luci-app-vnstat/po/sk/vnstat.po b/applications/luci-app-vnstat/po/sk/vnstat.po new file mode 100644 index 0000000..5926ecf --- /dev/null +++ b/applications/luci-app-vnstat/po/sk/vnstat.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/sv/vnstat.po b/applications/luci-app-vnstat/po/sv/vnstat.po new file mode 100644 index 0000000..113c4d2 --- /dev/null +++ b/applications/luci-app-vnstat/po/sv/vnstat.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/templates/vnstat.pot b/applications/luci-app-vnstat/po/templates/vnstat.pot new file mode 100644 index 0000000..4dccf05 --- /dev/null +++ b/applications/luci-app-vnstat/po/templates/vnstat.pot @@ -0,0 +1,51 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/tr/vnstat.po b/applications/luci-app-vnstat/po/tr/vnstat.po new file mode 100644 index 0000000..5e001c9 --- /dev/null +++ b/applications/luci-app-vnstat/po/tr/vnstat.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/uk/vnstat.po b/applications/luci-app-vnstat/po/uk/vnstat.po new file mode 100644 index 0000000..5f9d257 --- /dev/null +++ b/applications/luci-app-vnstat/po/uk/vnstat.po @@ -0,0 +1,67 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 15:33+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "КонфігураціÑ" + +msgid "Daily traffic" +msgstr "СпиÑок щоденного трафіку" + +msgid "Graphs" +msgstr "Графіки" + +msgid "Hourly traffic" +msgstr "СпиÑок погодинного трафіку" + +msgid "Monitor selected interfaces" +msgstr "Моніторинг обраних інтерфейÑів" + +msgid "Monthly traffic" +msgstr "СпиÑок щоміÑÑчного трафіку" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" +"Ðе була Ñтворена база даних. Перейдіть до вкладки конфігурації VnStat та " +"увімкніть моніторинг Ð´Ð»Ñ Ð¾Ð´Ð½Ð¾Ð³Ð¾ або декількох інтерфейÑів." + +msgid "Restart VnStat" +msgstr "ПерезапуÑк VnStat" + +#, fuzzy +msgid "Summary display" +msgstr "Загальна таблицÑ" + +msgid "Top 10 display" +msgstr "СпиÑок Топ-10" + +msgid "Update »" +msgstr "ÐžÐ½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Â»" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "Графіки VnStat" + +msgid "VnStat Traffic Monitor" +msgstr "Моніторінг трафіку VnStat" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" +"VnStat - монітор мережного трафіку Ð´Ð»Ñ Linux, Ñкий веде журнал мережевого " +"трафіку Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ інтерфейÑу або декількох інтерфейÑів." diff --git a/applications/luci-app-vnstat/po/vi/vnstat.po b/applications/luci-app-vnstat/po/vi/vnstat.po new file mode 100644 index 0000000..0303835 --- /dev/null +++ b/applications/luci-app-vnstat/po/vi/vnstat.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2010-11-16 20:55+0100\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Configuration" +msgstr "" + +msgid "Daily traffic" +msgstr "" + +msgid "Graphs" +msgstr "" + +msgid "Hourly traffic" +msgstr "" + +msgid "Monitor selected interfaces" +msgstr "" + +msgid "Monthly traffic" +msgstr "" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "" + +msgid "Restart VnStat" +msgstr "" + +msgid "Summary display" +msgstr "" + +msgid "Top 10 display" +msgstr "" + +msgid "Update »" +msgstr "" + +msgid "VnStat" +msgstr "" + +msgid "VnStat Graphs" +msgstr "" + +msgid "VnStat Traffic Monitor" +msgstr "" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "" diff --git a/applications/luci-app-vnstat/po/zh-cn/vnstat.po b/applications/luci-app-vnstat/po/zh-cn/vnstat.po new file mode 100644 index 0000000..68e4905 --- /dev/null +++ b/applications/luci-app-vnstat/po/zh-cn/vnstat.po @@ -0,0 +1,61 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 14:05+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: German\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "é…ç½®" + +msgid "Daily traffic" +msgstr "æµé‡æ—¥æŠ¥" + +msgid "Graphs" +msgstr "图表" + +msgid "Hourly traffic" +msgstr "æµé‡æ—¶æŠ¥" + +msgid "Monitor selected interfaces" +msgstr "监控选择的接å£" + +msgid "Monthly traffic" +msgstr "æµé‡æœˆæŠ¥" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "没有创建统计数æ®ã€‚ 去VnStaté…置,并å¯åŠ¨ç›‘控一个或多个接å£ã€‚" + +msgid "Restart VnStat" +msgstr "é‡ç½®VnStat" + +msgid "Summary display" +msgstr "摘è¦æ˜¾ç¤º" + +msgid "Top 10 display" +msgstr "显示å‰10" + +msgid "Update »" +msgstr "æ›´æ–°" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat图表" + +msgid "VnStat Traffic Monitor" +msgstr "VNStatæµé‡ç›‘控" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr "vnstat是一个网络æµé‡ç›‘控器,用于Linuxä¿ç•™æ‰€é€‰æŽ¥å£çš„网络æµé‡æ—¥å¿—。" diff --git a/applications/luci-app-vnstat/po/zh-tw/vnstat.po b/applications/luci-app-vnstat/po/zh-tw/vnstat.po new file mode 100644 index 0000000..261747a --- /dev/null +++ b/applications/luci-app-vnstat/po/zh-tw/vnstat.po @@ -0,0 +1,61 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 10:52+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Configuration" +msgstr "設定" + +msgid "Daily traffic" +msgstr "æ¯æ—¥æµé‡" + +msgid "Graphs" +msgstr "圖表" + +msgid "Hourly traffic" +msgstr "æ¯å°æ™‚æµé‡" + +msgid "Monitor selected interfaces" +msgstr "監控é¸åˆ°çš„介é¢" + +msgid "Monthly traffic" +msgstr "æ¯æœˆæµé‡" + +msgid "" +"No database has been set up yet. Go to the VnStat configuration and enable " +"monitoring for one or more interfaces." +msgstr "尚無任何資料庫被設定. 進入VnStaté‡å°æŸä¸€å€‹æˆ–多個介é¢è¨­å®šä¸¦å•Ÿç”¨ç›£è¦–." + +msgid "Restart VnStat" +msgstr "從新啟動 VnStat" + +msgid "Summary display" +msgstr "顯示概è¦" + +msgid "Top 10 display" +msgstr "顯示å‰10å" + +msgid "Update »" +msgstr "æ›´æ–°" + +msgid "VnStat" +msgstr "VnStat" + +msgid "VnStat Graphs" +msgstr "VnStat圖表" + +msgid "VnStat Traffic Monitor" +msgstr "VnStatæµé‡ç›£è¦–" + +msgid "" +"VnStat is a network traffic monitor for Linux that keeps a log of network " +"traffic for the selected interface(s)." +msgstr " VnStat是一個é‡å°Linux上的網路æµé‡ç›£è¦–å¯é”到ä¿å­˜ç‰¹å®šä»‹é¢çš„æµé‡ç´€éŒ„" diff --git a/applications/luci-app-vnstat/root/etc/uci-defaults/luci-vnstat b/applications/luci-app-vnstat/root/etc/uci-defaults/luci-vnstat new file mode 100755 index 0000000..fa204b3 --- /dev/null +++ b/applications/luci-app-vnstat/root/etc/uci-defaults/luci-vnstat @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@vnstat[-1] + add ucitrack vnstat + set ucitrack.@vnstat[-1].init=vnstat + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-voice-core/Makefile b/applications/luci-app-voice-core/Makefile new file mode 100644 index 0000000..3641bdd --- /dev/null +++ b/applications/luci-app-voice-core/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Voice Software (Core) +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua b/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua new file mode 100644 index 0000000..b37018d --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua @@ -0,0 +1,21 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_voice", package.seeall) + +function index() + local e + + e = entry({"admin", "voice"}, template("luci_voice/index") , _("Voice"), 90) + e.index = true + + e = entry({"mini", "voice"}, template("luci_voice/index"), _("Voice"), 90) + e.index = true + + e = entry({"mini", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) + e.index = true + + e = entry({"admin", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) + e.index = true + +end diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm new file mode 100644 index 0000000..e14862e --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm @@ -0,0 +1,16 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

Voice

+

Here you can control OpenWRT voice-related settings and see + voice-related information from OpenWRT

+

In particular Asterisk configuration and information is displayed + here, as well as diagnostics that specifically apply to voice but are + not general networking diagnostics (e.g. includes SIP device scans, but not + ping tests). Includes PSTN phones as well as VoIP and possibly + non-telephony related options. +

+<%+footer%> diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm new file mode 100644 index 0000000..c4466cb --- /dev/null +++ b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm @@ -0,0 +1,12 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

Phones

+

Here you can control phone configuration and information in OpenWRT

+

You can control the setup of phone clients and servers and see + information such as diagnostics related to phone devices from this menu. +

+<%+footer%> diff --git a/applications/luci-app-voice-core/po/ca/voice_core.po b/applications/luci-app-voice-core/po/ca/voice_core.po new file mode 100644 index 0000000..0686209 --- /dev/null +++ b/applications/luci-app-voice-core/po/ca/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-29 01:58+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telèfons" + +msgid "Voice" +msgstr "Veu" diff --git a/applications/luci-app-voice-core/po/cs/voice_core.po b/applications/luci-app-voice-core/po/cs/voice_core.po new file mode 100644 index 0000000..e4eae35 --- /dev/null +++ b/applications/luci-app-voice-core/po/cs/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-29 21:47+0200\n" +"Last-Translator: Astran \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefony" + +msgid "Voice" +msgstr "Hlas" + +#~ msgid "l_v_adminphones" +#~ msgstr "Telefony" diff --git a/applications/luci-app-voice-core/po/de/voice_core.po b/applications/luci-app-voice-core/po/de/voice_core.po new file mode 100644 index 0000000..2a03b63 --- /dev/null +++ b/applications/luci-app-voice-core/po/de/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-28 22:20+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefone" + +msgid "Voice" +msgstr "Sprache" diff --git a/applications/luci-app-voice-core/po/el/voice_core.po b/applications/luci-app-voice-core/po/el/voice_core.po new file mode 100644 index 0000000..01abb41 --- /dev/null +++ b/applications/luci-app-voice-core/po/el/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-02-16 19:15+0200\n" +"Last-Translator: Jinxcat \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Phones" +msgstr "Τηλέφωνα" + +msgid "Voice" +msgstr "" diff --git a/applications/luci-app-voice-core/po/en/voice_core.po b/applications/luci-app-voice-core/po/en/voice_core.po new file mode 100644 index 0000000..297f873 --- /dev/null +++ b/applications/luci-app-voice-core/po/en/voice_core.po @@ -0,0 +1,23 @@ +# Voice Core. +# Copyright (C) 2009 Daniel Dickinson +# Daniel Dickinson , 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2009-07-16 22:19-0400\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Phones" +msgstr "Phones" + +msgid "Voice" +msgstr "" + +#~ msgid "l_v_adminphones" +#~ msgstr "Phones" diff --git a/applications/luci-app-voice-core/po/es/voice_core.po b/applications/luci-app-voice-core/po/es/voice_core.po new file mode 100644 index 0000000..74e2c23 --- /dev/null +++ b/applications/luci-app-voice-core/po/es/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-28 23:17+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Teléfonos" + +msgid "Voice" +msgstr "Voz" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/fr/voice_core.po b/applications/luci-app-voice-core/po/fr/voice_core.po new file mode 100644 index 0000000..71ef062 --- /dev/null +++ b/applications/luci-app-voice-core/po/fr/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-06 16:09+0200\n" +"Last-Translator: hogsim \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Téléphones" + +msgid "Voice" +msgstr "Voix" + +#~ msgid "l_v_adminphones" +#~ msgstr "Téléphones" diff --git a/applications/luci-app-voice-core/po/he/voice_core.po b/applications/luci-app-voice-core/po/he/voice_core.po new file mode 100644 index 0000000..74440e3 --- /dev/null +++ b/applications/luci-app-voice-core/po/he/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-10 03:44+0200\n" +"Last-Translator: Snoof \n" +"Language-Team: none\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "טלפוני×" + +msgid "Voice" +msgstr "קול" + +# מה בדיוק ×ž×ª×¨×’×ž×™× ×›×ן? ×× ×–×” phones ××– ×”×ª×¨×’×•× ×”×•× ×˜×œ×¤×•× ×™×. ×× ×–×” l_v_adminphones ××– ×–×” מונח טכני וצריך להש×יר ×ותו ×œ×œ× ×©×™× ×•×™ +#~ msgid "l_v_adminphones" +#~ msgstr "טלפוני×" diff --git a/applications/luci-app-voice-core/po/hu/voice_core.po b/applications/luci-app-voice-core/po/hu/voice_core.po new file mode 100644 index 0000000..07eaa14 --- /dev/null +++ b/applications/luci-app-voice-core/po/hu/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-01 09:34+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Phones" +msgstr "Telefonok" + +msgid "Voice" +msgstr "Hang" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/it/voice_core.po b/applications/luci-app-voice-core/po/it/voice_core.po new file mode 100644 index 0000000..4d22ff0 --- /dev/null +++ b/applications/luci-app-voice-core/po/it/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 14:00+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefoni" + +msgid "Voice" +msgstr "Voce" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ja/voice_core.po b/applications/luci-app-voice-core/po/ja/voice_core.po new file mode 100644 index 0000000..c7e60e2 --- /dev/null +++ b/applications/luci-app-voice-core/po/ja/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Phones" +msgstr "電話" + +msgid "Voice" +msgstr "" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ms/voice_core.po b/applications/luci-app-voice-core/po/ms/voice_core.po new file mode 100644 index 0000000..a866bec --- /dev/null +++ b/applications/luci-app-voice-core/po/ms/voice_core.po @@ -0,0 +1,14 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Phones" +msgstr "" + +msgid "Voice" +msgstr "" diff --git a/applications/luci-app-voice-core/po/no/voice_core.po b/applications/luci-app-voice-core/po/no/voice_core.po new file mode 100644 index 0000000..a0149da --- /dev/null +++ b/applications/luci-app-voice-core/po/no/voice_core.po @@ -0,0 +1,14 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Phones" +msgstr "Telefoner" + +msgid "Voice" +msgstr "Voice" + +#~ msgid "l_v_adminphones" +#~ msgstr "Admin Telefoner" diff --git a/applications/luci-app-voice-core/po/pl/voice_core.po b/applications/luci-app-voice-core/po/pl/voice_core.po new file mode 100644 index 0000000..39950f8 --- /dev/null +++ b/applications/luci-app-voice-core/po/pl/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-24 07:03+0200\n" +"Last-Translator: goodgod261 \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefony" + +msgid "Voice" +msgstr "GÅ‚os" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/pt-br/voice_core.po b/applications/luci-app-voice-core/po/pt-br/voice_core.po new file mode 100644 index 0000000..18cab72 --- /dev/null +++ b/applications/luci-app-voice-core/po/pt-br/voice_core.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-07-05 06:44+0200\n" +"Last-Translator: rafaelff1 \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefones" + +msgid "Voice" +msgstr "Voz" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/pt/voice_core.po b/applications/luci-app-voice-core/po/pt/voice_core.po new file mode 100644 index 0000000..07d6093 --- /dev/null +++ b/applications/luci-app-voice-core/po/pt/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-05-01 00:34+0200\n" +"Last-Translator: pedromrgoncalves \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefones" + +msgid "Voice" +msgstr "Voz" diff --git a/applications/luci-app-voice-core/po/ro/voice_core.po b/applications/luci-app-voice-core/po/ro/voice_core.po new file mode 100644 index 0000000..1776a51 --- /dev/null +++ b/applications/luci-app-voice-core/po/ro/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-09-25 19:14+0200\n" +"Last-Translator: Mihai \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefoane" + +msgid "Voice" +msgstr "Voce" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/ru/voice_core.po b/applications/luci-app-voice-core/po/ru/voice_core.po new file mode 100644 index 0000000..b6631df --- /dev/null +++ b/applications/luci-app-voice-core/po/ru/voice_core.po @@ -0,0 +1,24 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: voice_core\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 11:23+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Phones" +msgstr "Телефоны" + +msgid "Voice" +msgstr "ГолоÑ" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/sk/voice_core.po b/applications/luci-app-voice-core/po/sk/voice_core.po new file mode 100644 index 0000000..9c30581 --- /dev/null +++ b/applications/luci-app-voice-core/po/sk/voice_core.po @@ -0,0 +1,15 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Phones" +msgstr "" + +msgid "Voice" +msgstr "" diff --git a/applications/luci-app-voice-core/po/sv/voice_core.po b/applications/luci-app-voice-core/po/sv/voice_core.po new file mode 100644 index 0000000..803726a --- /dev/null +++ b/applications/luci-app-voice-core/po/sv/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-04-28 06:14+0200\n" +"Last-Translator: Umeaboy \n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefoner" + +msgid "Voice" +msgstr "Röst" diff --git a/applications/luci-app-voice-core/po/templates/voice_core.pot b/applications/luci-app-voice-core/po/templates/voice_core.pot new file mode 100644 index 0000000..64c93eb --- /dev/null +++ b/applications/luci-app-voice-core/po/templates/voice_core.pot @@ -0,0 +1,8 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Phones" +msgstr "" + +msgid "Voice" +msgstr "" diff --git a/applications/luci-app-voice-core/po/tr/voice_core.po b/applications/luci-app-voice-core/po/tr/voice_core.po new file mode 100644 index 0000000..642538e --- /dev/null +++ b/applications/luci-app-voice-core/po/tr/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-10-11 22:25+0200\n" +"Last-Translator: vincenzo \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Telefonlar" + +msgid "Voice" +msgstr "Ses" diff --git a/applications/luci-app-voice-core/po/uk/voice_core.po b/applications/luci-app-voice-core/po/uk/voice_core.po new file mode 100644 index 0000000..4886d72 --- /dev/null +++ b/applications/luci-app-voice-core/po/uk/voice_core.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-29 12:56+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "Телефони" + +msgid "Voice" +msgstr "ГолоÑ" + +#~ msgid "l_v_adminphones" +#~ msgstr "l_v_adminphones" diff --git a/applications/luci-app-voice-core/po/vi/voice_core.po b/applications/luci-app-voice-core/po/vi/voice_core.po new file mode 100644 index 0000000..3e45434 --- /dev/null +++ b/applications/luci-app-voice-core/po/vi/voice_core.po @@ -0,0 +1,15 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Phones" +msgstr "" + +msgid "Voice" +msgstr "" diff --git a/applications/luci-app-voice-core/po/zh-cn/voice_core.po b/applications/luci-app-voice-core/po/zh-cn/voice_core.po new file mode 100644 index 0000000..0978889 --- /dev/null +++ b/applications/luci-app-voice-core/po/zh-cn/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 13:41+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "è¯æœº" + +msgid "Voice" +msgstr "语音" diff --git a/applications/luci-app-voice-core/po/zh-tw/voice_core.po b/applications/luci-app-voice-core/po/zh-tw/voice_core.po new file mode 100644 index 0000000..e1bbf7a --- /dev/null +++ b/applications/luci-app-voice-core/po/zh-tw/voice_core.po @@ -0,0 +1,18 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 10:41+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Phones" +msgstr "電話" + +msgid "Voice" +msgstr "語音" diff --git a/applications/luci-app-voice-diag/Makefile b/applications/luci-app-voice-diag/Makefile new file mode 100644 index 0000000..c9c9a20 --- /dev/null +++ b/applications/luci-app-voice-diag/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Voice Software (Diagnostics) +LUCI_DEPENDS:=+luci-app-diag-devinfo + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua b/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua new file mode 100644 index 0000000..16a79d9 --- /dev/null +++ b/applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua @@ -0,0 +1,12 @@ +-- Copyright 2009 Daniel Dickinson +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.luci_voice.luci_voice_diag", package.seeall) + +function index() + local e + + e = entry({"admin", "voice", "diag"}, template("luci_voice/diag_index"), _("Diagnostics"), 90) + e.index = true + e.dependent = true +end diff --git a/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm new file mode 100644 index 0000000..e324fab --- /dev/null +++ b/applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm @@ -0,0 +1,10 @@ +<%# + Copyright 2009 Daniel Dickinson + Licensed to the public under the Apache License 2.0. +-%> + +<%+header%> +

<%:Diagnostics%>

+

<%:Under this menu are options that allow you to configure and perform tests on the voice operations of your system. These are known as diagnostics.%>

+

<%:The diagnostics available on your device depend on the modules that you have installed.%>

+<%+footer%> diff --git a/applications/luci-app-voice-diag/po/ca/voice_diag.po b/applications/luci-app-voice-diag/po/ca/voice_diag.po new file mode 100644 index 0000000..0396100 --- /dev/null +++ b/applications/luci-app-voice-diag/po/ca/voice_diag.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-29 02:00+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "Diagnòstics" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Els diagnòstics disponibles en el vostre dispositiu depenen dels mòduls que " +"teniu instal·lats." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"En aquest menú estan opcions que us permeten configurar i realitzar proves " +"en les operacions de veu del vostre sistema. Aquestes es coneixen com " +"diagnòstics." diff --git a/applications/luci-app-voice-diag/po/cs/voice_diag.po b/applications/luci-app-voice-diag/po/cs/voice_diag.po new file mode 100644 index 0000000..4939d20 --- /dev/null +++ b/applications/luci-app-voice-diag/po/cs/voice_diag.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Diagnostics" +msgstr "Diagnostika" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Diagnostiky, dostupné na vaÅ¡em zařízení, závisí na modulech, které máte " +"nainstalovány." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Pod tímto menu se nachází možnosti, které vám umožní nastavovat a provádÄ›t " +"testy hlasových operací vaÅ¡eho systému. Tyto jsou známy pod názvem " +"diagnostika." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "Diagnostika" diff --git a/applications/luci-app-voice-diag/po/de/voice_diag.po b/applications/luci-app-voice-diag/po/de/voice_diag.po new file mode 100644 index 0000000..f60dc08 --- /dev/null +++ b/applications/luci-app-voice-diag/po/de/voice_diag.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-09-08 15:21+0200\n" +"Last-Translator: Manuel \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnose" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Welche Diagnosetools auf diesem System verfügbar sind hängt davon ab, welche " +"Module installiert sind." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Unter diesem Menüpunkt können Diagnosetools für sprachbezogene Dienste " +"konfiguriert und ausgeführt werden." diff --git a/applications/luci-app-voice-diag/po/el/voice_diag.po b/applications/luci-app-voice-diag/po/el/voice_diag.po new file mode 100644 index 0000000..4ff4f86 --- /dev/null +++ b/applications/luci-app-voice-diag/po/el/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-03-18 17:15+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: none\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Διαγνωστικά" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Τα διαγνωστικά που είναι διαθέσιμα για την συσκευή σας, εξαÏτώνται από τα " +"αÏθÏώματα που έχετε εγκατεστημένα." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Κάτω από αυτό το Î¼ÎµÎ½Î¿Ï Î²Ïίσκονται επιλογές που σας επιτÏέπουν να " +"παÏαμετÏοποιήσετε και να Ï€Ïαγματοποιήσετε δοκιμές στις φωνητικές λειτουÏγίες " +"του συστήματός σας. Είναι γνωστές ως διαγνωστικά." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/en/voice_diag.po b/applications/luci-app-voice-diag/po/en/voice_diag.po new file mode 100644 index 0000000..12bb459 --- /dev/null +++ b/applications/luci-app-voice-diag/po/en/voice_diag.po @@ -0,0 +1,34 @@ +# Voice Diagnostics. +# Copyright (C) 2009 Daniel Dickinson +# Daniel Dickinson , 2009. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2009-07-16 22:26-0400\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Diagnostics" +msgstr "Diagnostics" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"The diagnostics available on your device depend on the modules that you have " +"installed." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "Diagnostics" diff --git a/applications/luci-app-voice-diag/po/es/voice_diag.po b/applications/luci-app-voice-diag/po/es/voice_diag.po new file mode 100644 index 0000000..f2f4da2 --- /dev/null +++ b/applications/luci-app-voice-diag/po/es/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-16 00:58+0200\n" +"Last-Translator: Jose \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnósticos" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Los tipos de diagnósticos disponibles en el dispositivo dependen de los " +"módulos que ha instalado." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"En este menú hay opciones que permite realizar pruebas de configuración y " +"funcionamiento de las operaciones de voz en su sistema. Estas opciones se " +"conocen como diagósticos." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/fr/voice_diag.po b/applications/luci-app-voice-diag/po/fr/voice_diag.po new file mode 100644 index 0000000..c550f06 --- /dev/null +++ b/applications/luci-app-voice-diag/po/fr/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-01-15 07:08+0200\n" +"Last-Translator: desillu \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnostics" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Les diagnostics disponibles pour votre périphérique dépendent des modules " +"que vous avez installé." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Ce menu contient des options vous permettant de configurer et lancer des " +"tests sur les fonctions vocales de votre système. Ils sont nommés " +"diagnostics." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/he/voice_diag.po b/applications/luci-app-voice-diag/po/he/voice_diag.po new file mode 100644 index 0000000..3cd1c9f --- /dev/null +++ b/applications/luci-app-voice-diag/po/he/voice_diag.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/hu/voice_diag.po b/applications/luci-app-voice-diag/po/hu/voice_diag.po new file mode 100644 index 0000000..79d2379 --- /dev/null +++ b/applications/luci-app-voice-diag/po/hu/voice_diag.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Diagnostics" +msgstr "Diagnosztika" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Az eszközön elérhetÅ‘ diagnosztikai lehetÅ‘ségek a telepített összetevÅ‘ktÅ‘l " +"függenek." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Ez alatt a menüpont alatt olyan lehetÅ‘ségek vannak, amelyek lehetÅ‘vé teszik, " +"hogy beállítsa és tesztelje az eszköz hangrendszerének a működését. Ezek " +"diagnosztikaként ismertek." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/it/voice_diag.po b/applications/luci-app-voice-diag/po/it/voice_diag.po new file mode 100644 index 0000000..620aedf --- /dev/null +++ b/applications/luci-app-voice-diag/po/it/voice_diag.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 14:13+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "Diagnostiche" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Le funzioni di diagnostica disponibili sul dispositivo dipendono i moduli " +"che sono stati installati." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"In questo menu ci sono delle opzioni che consentono di configurare ed " +"eseguire test sulle operazioni vocali del sistema. Questi sono noti come " +"diagnostica." diff --git a/applications/luci-app-voice-diag/po/ja/voice_diag.po b/applications/luci-app-voice-diag/po/ja/voice_diag.po new file mode 100644 index 0000000..715f411 --- /dev/null +++ b/applications/luci-app-voice-diag/po/ja/voice_diag.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/ms/voice_diag.po b/applications/luci-app-voice-diag/po/ms/voice_diag.po new file mode 100644 index 0000000..bf65c14 --- /dev/null +++ b/applications/luci-app-voice-diag/po/ms/voice_diag.po @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/no/voice_diag.po b/applications/luci-app-voice-diag/po/no/voice_diag.po new file mode 100644 index 0000000..de7aaf2 --- /dev/null +++ b/applications/luci-app-voice-diag/po/no/voice_diag.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Diagnostics" +msgstr "Diagnostikk" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Diagnostikk tilgjengelig pÃ¥ denne enheten avhenger av hvilken moduler som er " +"installert." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Under denne meny finner du instillinger som gjør det mulig Ã¥ konfigurere og " +"utføre 'Voice' operasjoner pÃ¥ systemet ditt. Dette er kjent som diagnostikk." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "Administrasjon Diagnostikk" diff --git a/applications/luci-app-voice-diag/po/pl/voice_diag.po b/applications/luci-app-voice-diag/po/pl/voice_diag.po new file mode 100644 index 0000000..cb19e22 --- /dev/null +++ b/applications/luci-app-voice-diag/po/pl/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-09-20 12:16+0200\n" +"Last-Translator: MichaÅ‚ \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnostyka" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Diagnostyka dostÄ™pna na Twoim urzÄ…dzeniu zależna jest od zainstalowanych " +"modułów." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"To menu zawiera opcje pozwalajÄ…ce na konfiguracje i testowanie operacji " +"gÅ‚osowych w Twoim systemie. Opcje te nazwamy DiagnostykÄ…." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/pt-br/voice_diag.po b/applications/luci-app-voice-diag/po/pt-br/voice_diag.po new file mode 100644 index 0000000..c5d426d --- /dev/null +++ b/applications/luci-app-voice-diag/po/pt-br/voice_diag.po @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-11 20:31+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnósticos" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Os diagnósticos disponíveis em seu dispositivo dependem dos módulos que você " +"instalou." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Neste menu existem opções que permite a configuração e execução de testes " +"nas operações de voz em seu sistema. Estas são conhecidas como diagósticos." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/pt/voice_diag.po b/applications/luci-app-voice-diag/po/pt/voice_diag.po new file mode 100644 index 0000000..5162c84 --- /dev/null +++ b/applications/luci-app-voice-diag/po/pt/voice_diag.po @@ -0,0 +1,29 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-01 00:00+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "Diagnósticos" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Os diagnósticos disponiveis no dispositivo dependem dos módulos que tem " +"instalados." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Neste menu há opções que lhe permitem configurar e executar testes nas " +"operações de voz do seu sistema. Estes são conhecidos como diagnósticos." diff --git a/applications/luci-app-voice-diag/po/ro/voice_diag.po b/applications/luci-app-voice-diag/po/ro/voice_diag.po new file mode 100644 index 0000000..e6ee682 --- /dev/null +++ b/applications/luci-app-voice-diag/po/ro/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2011-10-07 16:50+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Diagnostics" +msgstr "Diagnosticuri" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"Diagnosticurile disponibile pe dispozitivul tau depind de modulele instalate." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"In acest menu sunt optiuni care-ti permit sa configurezi si sa testezi " +"diferite operatiuni de voce pe sistemul tau. Acestea sunt denumite " +"diagnostice." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/ru/voice_diag.po b/applications/luci-app-voice-diag/po/ru/voice_diag.po new file mode 100644 index 0000000..5c98de0 --- /dev/null +++ b/applications/luci-app-voice-diag/po/ru/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: voice_diag\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-08-15 11:22+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Diagnostics" +msgstr "ДиагноÑтика" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "ДоÑтупные виды диагноÑтики завиÑÑÑ‚ от уÑтановленных модулей." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Ð’ данном меню ÑодержатÑÑ Ð¾Ð¿Ñ†Ð¸Ð¸, которые позволÑÑŽÑ‚ вам протеÑтировать " +"голоÑовые Ñлужбы вашей ÑиÑтемы. Это извеÑтно как \"диагноÑтика\"." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/sk/voice_diag.po b/applications/luci-app-voice-diag/po/sk/voice_diag.po new file mode 100644 index 0000000..874e11f --- /dev/null +++ b/applications/luci-app-voice-diag/po/sk/voice_diag.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/sv/voice_diag.po b/applications/luci-app-voice-diag/po/sv/voice_diag.po new file mode 100644 index 0000000..5caf949 --- /dev/null +++ b/applications/luci-app-voice-diag/po/sv/voice_diag.po @@ -0,0 +1,23 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/templates/voice_diag.pot b/applications/luci-app-voice-diag/po/templates/voice_diag.pot new file mode 100644 index 0000000..ba28b45 --- /dev/null +++ b/applications/luci-app-voice-diag/po/templates/voice_diag.pot @@ -0,0 +1,15 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/tr/voice_diag.po b/applications/luci-app-voice-diag/po/tr/voice_diag.po new file mode 100644 index 0000000..715f411 --- /dev/null +++ b/applications/luci-app-voice-diag/po/tr/voice_diag.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/uk/voice_diag.po b/applications/luci-app-voice-diag/po/uk/voice_diag.po new file mode 100644 index 0000000..60c55ba --- /dev/null +++ b/applications/luci-app-voice-diag/po/uk/voice_diag.po @@ -0,0 +1,33 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-28 22:05+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "ДіагноÑтика" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" +"ДоÑтупніÑÑ‚ÑŒ заÑобів діагноÑтики визначаєтьÑÑ Ð¼Ð¾Ð´ÑƒÐ»Ñми, Ñкі ви вÑтановили." + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" +"Це меню міÑтить опції, Ñкі дають вам змогу Ñконфігурувати й виконати " +"теÑÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð³Ð¾Ð»Ð¾Ñових функцій вашої ÑиÑтеми. Інша Ñ—Ñ… назва - заÑоби " +"діагноÑтики." + +#~ msgid "l_v_d_admindiag" +#~ msgstr "l_v_d_admindiag" diff --git a/applications/luci-app-voice-diag/po/vi/voice_diag.po b/applications/luci-app-voice-diag/po/vi/voice_diag.po new file mode 100644 index 0000000..715f411 --- /dev/null +++ b/applications/luci-app-voice-diag/po/vi/voice_diag.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Diagnostics" +msgstr "" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "" diff --git a/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po b/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po new file mode 100644 index 0000000..4bad894 --- /dev/null +++ b/applications/luci-app-voice-diag/po/zh-cn/voice_diag.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-08 13:50+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "检测" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "检测您已在设备上安装的模å—。" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "èœå•ä¸‹çš„选项,å…许您é…置和执行语音相关的测试。这些动作称为检测。" diff --git a/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po b/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po new file mode 100644 index 0000000..5207a8b --- /dev/null +++ b/applications/luci-app-voice-diag/po/zh-tw/voice_diag.po @@ -0,0 +1,25 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 10:45+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Diagnostics" +msgstr "診斷" + +msgid "" +"The diagnostics available on your device depend on the modules that you have " +"installed." +msgstr "能å¦è¨ºæ–·ä½ çš„設備端看你已安è£çš„模組" + +msgid "" +"Under this menu are options that allow you to configure and perform tests on " +"the voice operations of your system. These are known as diagnostics." +msgstr "é¸å–®ä¸‹æœ‰é¸é …讓你能夠設定並執行測試你系統上的語音æ“作. 這些都是已知的診斷方法" diff --git a/applications/luci-app-watchcat/Makefile b/applications/luci-app-watchcat/Makefile new file mode 100644 index 0000000..7ad86c8 --- /dev/null +++ b/applications/luci-app-watchcat/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Watchcat +LUCI_DEPENDS:=+watchcat + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-watchcat/luasrc/controller/watchcat.lua b/applications/luci-app-watchcat/luasrc/controller/watchcat.lua new file mode 100644 index 0000000..27d5b74 --- /dev/null +++ b/applications/luci-app-watchcat/luasrc/controller/watchcat.lua @@ -0,0 +1,11 @@ +-- Copyright 2012 Christian Gagneraud +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.watchcat", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/system") then + return + end + entry({"admin", "services", "watchcat"}, cbi("watchcat/watchcat"), _("Watchcat"), 90) +end diff --git a/applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua b/applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua new file mode 100644 index 0000000..883416b --- /dev/null +++ b/applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua @@ -0,0 +1,53 @@ +-- Copyright 2012 Christian Gagneraud +-- Licensed to the public under the Apache License 2.0. + +m = Map("system", + translate("Watchcat"), + translate("Watchcat allows configuring a periodic reboot when the " .. + "Internet connection has been lost for a certain period of time." + )) + +s = m:section(TypedSection, "watchcat") +s.anonymous = true +s.addremove = true + +mode = s:option(ListValue, "mode", + translate("Operating mode")) +mode.default = "allways" +mode:value("ping", "Reboot on internet connection lost") +mode:value("allways", "Periodic reboot") + +forcedelay = s:option(Value, "forcedelay", + translate("Forced reboot delay"), + translate("When rebooting the system, the watchcat will trigger a soft reboot. " .. + "Entering a non zero value here will trigger a delayed hard reboot " .. + "if the soft reboot fails. Enter a number of seconds to enable, " .. + "use 0 to disable")) +forcedelay.datatype = "uinteger" +forcedelay.default = "0" + +period = s:option(Value, "period", + translate("Period"), + translate("In periodic mode, it defines the reboot period. " .. + "In internet mode, it defines the longest period of " .. + "time without internet access before a reboot is engaged." .. + "Default unit is seconds, you can use the " .. + "suffix 'm' for minutes, 'h' for hours or 'd' " .. + "for days")) + +pinghost = s:option(Value, "pinghosts", + translate("Ping host"), + translate("Host address to ping")) +pinghost.datatype = "host" +pinghost.default = "8.8.8.8" +pinghost:depends({mode="ping"}) + +pingperiod = s:option(Value, "pingperiod", + translate("Ping period"), + translate("How often to check internet connection. " .. + "Default unit is seconds, you can you use the " .. + "suffix 'm' for minutes, 'h' for hours or 'd' " .. + "for days")) +pingperiod:depends({mode="ping"}) + +return m diff --git a/applications/luci-app-watchcat/po/ca/watchcat.po b/applications/luci-app-watchcat/po/ca/watchcat.po new file mode 100644 index 0000000..36e6405 --- /dev/null +++ b/applications/luci-app-watchcat/po/ca/watchcat.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-07-01 05:59+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Retard de reinici forçat" + +msgid "Host address to ping" +msgstr "Adreça de host per al ping" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Quan sovint que es comprova la connexió a Internet. La unitat per defecte es " +"el segon, podeu utilitzar el sufix 'm' per minuts, 'h' per hores o 'd' per " +"dies." + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"En mode periòdic, defineix el període de reinici. En mode de Internet, " +"defineix el període més llarg sense accés al Internet abans que un reinici " +"es comença. La unitat per defecte es el segon, podeu podeu utilitzar el " +"sufix 'm' per minuts, 'h' per hores o 'd' per dies." + +msgid "Operating mode" +msgstr "Mode d'operació" + +msgid "Period" +msgstr "Període" + +msgid "Ping host" +msgstr "Host de ping" + +msgid "Ping period" +msgstr "Període de ping" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"El Watchcat permet la configuració d'un reinici periòdic o un reinici quan " +"la connexió d'Internet ha estat perdut fa un cert període de temps." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Al reiniciar el sistema, el Watchcat causarà un reinici suau. Introduïu un " +"valor diferent de zero causarà un reinici dur retardat si el reinici suau " +"falla. Introduïu un nombre de segons per a habilitar, utilitzeu 0 per a " +"inhabilitar." diff --git a/applications/luci-app-watchcat/po/cs/watchcat.po b/applications/luci-app-watchcat/po/cs/watchcat.po new file mode 100644 index 0000000..1bfd435 --- /dev/null +++ b/applications/luci-app-watchcat/po/cs/watchcat.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-24 15:54+0200\n" +"Last-Translator: awm1 \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Forced reboot delay" +msgstr "Prodleva nuceného restartu" + +msgid "Host address to ping" +msgstr "Adresa zařízení, vůÄi kterému bude testování pÅ™ipojení (ping)" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Perioda testování pÅ™ipojení; výchozí Äasovou jednotkou jsou sekundy, avÅ¡ak " +"použitím přípony \"m\" lze urÄit minuty, pomocí \"h\" hodiny a \"d\" dny" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"Pokud je nastaven periodický režim práce, tak tato hodnota vyjadÅ™uje " +"interval opakování restartu. V 'internetovém' režimu práce hodnota vyjadÅ™uje " +"nejdelší možnou dobu, po kterou smí být zařízení bez pÅ™ipojení k internetu, " +"resp. nastavenému testovacímu zařízení - po jejím uplynutí je proveden " +"automaticky reset. Výchozí jednotkou jsou sekundy, pomocí přípony \"m\" lze " +"nastavit minuty, pomocí \"h\" hodiny a prostÅ™ednictvím \"d\" dny" + +msgid "Operating mode" +msgstr "Pracovní režim" + +msgid "Period" +msgstr "Perioda" + +msgid "Ping host" +msgstr "Cílové zařízení příkazu ping" + +msgid "Ping period" +msgstr "Interval opakování testu ping" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Nástroj Watchcat umožňuje nastavit periodický interval restartu zařízení a/" +"nebo provést restart i tehdy, když dojde ke ztrátÄ› pÅ™ipojení k internetu/" +"danému zařízení po stanovenou dobu" + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Pokud je nutno restartovat systém, provede Watchcat \"mÄ›kký\" restart " +"(hodnota 0); zadáním nenulové hodnoty nastavíte interval (v sekundách), za " +"který program provede \"tvrdý\" restart, pokud \"mÄ›kký\" selže." diff --git a/applications/luci-app-watchcat/po/de/watchcat.po b/applications/luci-app-watchcat/po/de/watchcat.po new file mode 100644 index 0000000..1bbc6d5 --- /dev/null +++ b/applications/luci-app-watchcat/po/de/watchcat.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-01-28 22:40+0200\n" +"Last-Translator: DAC324 \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Erzwungenen Neustart verzögern um" + +msgid "Host address to ping" +msgstr "Anzupingende Host-Adresse" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Wie oft soll die Internetverbindung überprüft werden. Standart-Einheit in " +"Sekunden, kann aber durch angehängtes 'm' in Minuten, 'h' in Stunden und 'd' " +"in Tage geändert werden." + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"Im periodischen Modus gibt er die Zeitdauer für einen Neustart an. Im " +"Internet-Modus gibt er die längste Zeitdauer ohne Internetzugang an, nach " +"der ein Neustart durchgeführt wird. Voreingestellte Einheit ist Sekunden, " +"Sie können aber die Endungen 'm' für Minuten, 'h' für Stunden und 'd' für " +"Tage benutzen." + +msgid "Operating mode" +msgstr "Betriebsart" + +msgid "Period" +msgstr "Periode" + +msgid "Ping host" +msgstr "Ping-Host" + +msgid "Ping period" +msgstr "Ping-Zeitdauer" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat erlaubt die Einstellung eines automatischen Neustarts, wenn die " +"Internetverbindung eine bestimmte Zeitlang ausgefallen ist." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Bei einem Neustart des Systems wird Watchcat einen Warmstart auslösen, wird " +"hier ein Wert ungleich Null eingegeben, wird ein Kaltstart ausgelöst, sollte " +"der Warmstart fehlschlagen. Geben Sie eine Zahl in Sekunden zur Aktivierung " +"an, 0 schaltet diese Funktion aus." diff --git a/applications/luci-app-watchcat/po/el/watchcat.po b/applications/luci-app-watchcat/po/el/watchcat.po new file mode 100644 index 0000000..4aa0c6b --- /dev/null +++ b/applications/luci-app-watchcat/po/el/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/en/watchcat.po b/applications/luci-app-watchcat/po/en/watchcat.po new file mode 100644 index 0000000..0f9099c --- /dev/null +++ b/applications/luci-app-watchcat/po/en/watchcat.po @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Forced reboot delay" +msgstr "Forced reboot delay" + +msgid "Host address to ping" +msgstr "Host address to ping" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" + +msgid "Operating mode" +msgstr "Operating mode" + +msgid "Period" +msgstr "Period" + +msgid "Ping host" +msgstr "Ping host" + +msgid "Ping period" +msgstr "Ping period" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat allows to configure a periodic reboot and/or when internet " +"connection has been lost for a certain period of time." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"When rebooting the system the watchcat will trigger a soft reboot, Entering " +"a non zero value here, will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" diff --git a/applications/luci-app-watchcat/po/es/watchcat.po b/applications/luci-app-watchcat/po/es/watchcat.po new file mode 100644 index 0000000..c1f58fe --- /dev/null +++ b/applications/luci-app-watchcat/po/es/watchcat.po @@ -0,0 +1,68 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-08-23 23:07+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Espera para forzar reinicio" + +msgid "Host address to ping" +msgstr "Dirección de máquina a la que hacer ping" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Cada cuánto comprobar la conexión a internet. Por defecto son segundos, pero " +"puede añadir 'm' para minutos, 'h' para horas o 'd' para días" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"En modo periódico define el período de rearranque. En modo internet define " +"el mayor período de tiempo sin acceso a internet antes de provocar un " +"reinicio. Por defecto son segundos, pero puede añadir 'm' para minutos, 'h' " +"para horas o 'd' para días" + +msgid "Operating mode" +msgstr "Modo de operar" + +msgid "Period" +msgstr "Período" + +msgid "Ping host" +msgstr "Máquina a la que hacer ping" + +msgid "Ping period" +msgstr "Período de ping" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat permite configurar un reinicio periódico si la conexión a internet " +"si pierde durante un cierto tiempo." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Watchcat provocará por defecto un reinicio suave. Poniendo un valor mayor " +"que cero se provocará un reinicio completo si el anterior ha fallado" diff --git a/applications/luci-app-watchcat/po/fr/watchcat.po b/applications/luci-app-watchcat/po/fr/watchcat.po new file mode 100644 index 0000000..23af469 --- /dev/null +++ b/applications/luci-app-watchcat/po/fr/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/he/watchcat.po b/applications/luci-app-watchcat/po/he/watchcat.po new file mode 100644 index 0000000..4aa0c6b --- /dev/null +++ b/applications/luci-app-watchcat/po/he/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/hu/watchcat.po b/applications/luci-app-watchcat/po/hu/watchcat.po new file mode 100644 index 0000000..253eb77 --- /dev/null +++ b/applications/luci-app-watchcat/po/hu/watchcat.po @@ -0,0 +1,64 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-01-31 18:09+0200\n" +"Last-Translator: Sixtus \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Kényszerített újraindítás késleltetése" + +#, fuzzy +msgid "Host address to ping" +msgstr "PingelendÅ‘ szerver címe" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Internet kapcsolat ellenÅ‘rzésének gyakorisága. Alapértelmezett egység a " +"másodperc, percekhez használd az 'm', órákhoz a 'h', vagy napokhoz a 'd' " +"utótagot." + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"Periodikus üzemmódban ez határozza meg az újraindítás gyakoriságát. Internet " +"üzemmódban meghatározza a leghosszabb idÅ‘t újraindításig, amikor nincs " +"internet kapcsolat. Alapértelmezett egység a másodperc, percekhez használd " +"az 'm', órákhoz a 'h', vagy napokhoz a 'd' utótagot." + +msgid "Operating mode" +msgstr "Ãœzemmód" + +msgid "Period" +msgstr "Periódus" + +msgid "Ping host" +msgstr "Ping címe" + +msgid "Ping period" +msgstr "Pingelések közti idÅ‘" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/it/watchcat.po b/applications/luci-app-watchcat/po/it/watchcat.po new file mode 100644 index 0000000..0acdd18 --- /dev/null +++ b/applications/luci-app-watchcat/po/it/watchcat.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-02-03 14:12+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Ritardo riavvio forzato" + +msgid "Host address to ping" +msgstr "Indirizzo dell'host da pingare" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Ogni quanto si vuole controllare la connessione. Di default espresso in " +"secondi, puoi usare il sufisso 'm' per i minuti, 'h' per le ore o 'd' per i " +"giorni" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"In modalità periodica, definisce il periodo di riavvio. In modalità " +"internet, definisce il più lungo periodo del tempo senza connessione " +"internet prima di un riavvio è pianificato. L'unità predefinita è in " +"secondi, si può usare il suffisso 'm' per i minuti, 'h' per le ore o 'd' per " +"i giorni." + +msgid "Operating mode" +msgstr "Modalità" + +msgid "Period" +msgstr "Periodo" + +msgid "Ping host" +msgstr "Ping host" + +msgid "Ping period" +msgstr "Periodo del Ping" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat ti permette di configurare un riavvio periodico quando la " +"connessione a internet è stata persa per un certo periodo." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Quando watchcat vuole riavviare il sistema usa un soft reboot, immetendo un " +"valore diverso da 0 in questo campo il proverà un hard reboot se il soft " +"reboot fallisce. Inserire un numero espresso in secondi per abilitare, usa 0 " +"per disabilitare" diff --git a/applications/luci-app-watchcat/po/ja/watchcat.po b/applications/luci-app-watchcat/po/ja/watchcat.po new file mode 100644 index 0000000..1ae0eb4 --- /dev/null +++ b/applications/luci-app-watchcat/po/ja/watchcat.po @@ -0,0 +1,70 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-10-06 17:09+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "強制å†èµ·å‹•ãƒ‡ã‚£ãƒ¬ã‚¤æ™‚é–“" + +msgid "Host address to ping" +msgstr "ping を実行ã™ã‚‹å®›å…ˆã‚’設定ã—ã¦ãã ã•ã„。" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"ã©ã®ç¨‹åº¦ã®é–“éš”ã§ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆæŽ¥ç¶šã‚’ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã‹è¨­å®šã—ã¾ã™ã€‚標準ã®å˜ä½ã¯ç§’" +"ã§ã™ãŒã€'m'を接尾ã«ä»˜ã‘ã‚‹ã¨åˆ†ã€'h'を付ã‘ã‚‹ã¨æ™‚ã€'d'を付ã‘ã‚‹ã¨æ—¥æ•°ã«è¨­å®šã•ã‚Œã¾" +"ã™ã€‚" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"定期動作モードã®å ´åˆã€å†èµ·å‹•ã™ã‚‹å‘¨æœŸã‚’設定ã—ã¾ã™ã€‚インターãƒãƒƒãƒˆãƒ¢ãƒ¼ãƒ‰ã®å ´" +"åˆã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆæŽ¥ç¶šãŒåˆ‡æ–­çŠ¶æ…‹ã«ã‚る許容ã™ã‚‹æœŸé–“を設定ã—ã¾ã™ã€‚標準ã®å˜ä½ã¯" +"秒ã§ã™ãŒã€'m'を接尾ã«ä»˜ã‘ã‚‹ã¨åˆ†ã€'h'を付ã‘ã‚‹ã¨æ™‚ã€'d'を付ã‘ã‚‹ã¨æ—¥æ•°ã«è¨­å®šã•ã‚Œ" +"ã¾ã™ã€‚" + +msgid "Operating mode" +msgstr "動作モード" + +msgid "Period" +msgstr "周期" + +msgid "Ping host" +msgstr "Ping 宛先ホスト" + +msgid "Ping period" +msgstr "Ping é–“éš”" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcatã§ã¯ã€å®šæœŸçš„ãªå†èµ·å‹•ã‚„ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆæŽ¥ç¶šãŒä¸€å®šæœŸé–“切断ã•ã‚ŒãŸéš›ã®å†" +"èµ·å‹•ã‚’è¡Œã†ã‚ˆã†ãªè¨­å®šãŒå¯èƒ½ã§ã™ã€‚" + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"å†èµ·å‹•æ™‚ã«watchcatã¯ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ãƒªã‚»ãƒƒãƒˆã‚’実行ã—ã¾ã™ãŒã€0以外ã®å€¤ã‚’設定ã—ãŸå ´" +"åˆã€ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ãƒªã‚»ãƒƒãƒˆãŒå¤±æ•—ã—ãŸéš›ã«è¨­å®šã•ã‚ŒãŸç§’数後ã«ãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢ãƒªã‚»ãƒƒãƒˆ" +"ã‚’è¡Œã„ã¾ã™ã€‚0を設定ã—ãŸå ´åˆã¯ç„¡åŠ¹ã«ãªã‚Šã¾ã™ã€‚" diff --git a/applications/luci-app-watchcat/po/ms/watchcat.po b/applications/luci-app-watchcat/po/ms/watchcat.po new file mode 100644 index 0000000..0da283c --- /dev/null +++ b/applications/luci-app-watchcat/po/ms/watchcat.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/no/watchcat.po b/applications/luci-app-watchcat/po/no/watchcat.po new file mode 100644 index 0000000..4aa0c6b --- /dev/null +++ b/applications/luci-app-watchcat/po/no/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/pl/watchcat.po b/applications/luci-app-watchcat/po/pl/watchcat.po new file mode 100644 index 0000000..ebb67ee --- /dev/null +++ b/applications/luci-app-watchcat/po/pl/watchcat.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-21 02:13+0200\n" +"Last-Translator: Tomecki \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Forced reboot delay" +msgstr "Wymuszone opóźnienie restartu" + +msgid "Host address to ping" +msgstr "Adres hosta do pingowania" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Jak czÄ™sto sprawdzać poÅ‚Ä…czenie internetowe. DomyÅ›lnÄ… jednostkÄ… jest " +"sekunda, można także użyć 'm' dla minut, 'h' dla godzin lub 'd' dla dni" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"W trybie okresowym, okreÅ›la to restart. W trybie internetowym, okreÅ›la " +"najdÅ‚uższy okres czasu bez dostÄ™pu do internetu przed restartem. DomyÅ›lnÄ… " +"jednostkÄ… jest sekunda, można także użyć 'm' dla minut, 'h' dla godzin lub " +"'d' dla dni" + +msgid "Operating mode" +msgstr "Tryb pracy" + +msgid "Period" +msgstr "Okres" + +msgid "Ping host" +msgstr "Host do pingowania" + +msgid "Ping period" +msgstr "Czas pomiÄ™dzy wysyÅ‚aniem pingów" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat pozwala na skonfigurowanie okresowych restartów, jeÅ›li poÅ‚Ä…czenie " +"internetowe zostanie utracone na okreÅ›lony czas." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Restart routera Watchcat wykonuje za pomocÄ… tzw. \"miÄ™kkiego restartu\". " +"WpisujÄ…c tutaj wartość niezerowÄ…, wymusimy \"twardy restart\" jeÅ›li \"miÄ™kki " +"restart\" siÄ™ nie powiedzie. Podaj czas w sekundach lub wpisz 0 (zero) aby " +"wyÅ‚Ä…czyć restarty." diff --git a/applications/luci-app-watchcat/po/pt-br/watchcat.po b/applications/luci-app-watchcat/po/pt-br/watchcat.po new file mode 100644 index 0000000..fe97036 --- /dev/null +++ b/applications/luci-app-watchcat/po/pt-br/watchcat.po @@ -0,0 +1,71 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-03-29 23:20+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "Atraso para reinício forçado" + +msgid "Host address to ping" +msgstr "Endereço do equipamento para efetuar o PING" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Com qual frequência deve verificar a conexão com a Internet. A unidade " +"padrão é segundos, mas você pode usar o sufixo 'm' para minutos, 'h' para " +"horas ou 'd' para dias" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"No modo periódico, é definido o período para se reiniciar. No modo Internet, " +"é definido o maior período de tempo sem acesso à Internet até que uma " +"reiniciação é realizada. A unidade padrão é segundos, mas você pode usar o " +"sufixo 'm' para minutos, 'h' para horas ou 'd' para dias." + +msgid "Operating mode" +msgstr "Modo de Operação" + +msgid "Period" +msgstr "Período" + +msgid "Ping host" +msgstr "Pingar Máquina" + +msgid "Ping period" +msgstr "Período de ping" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat permite que se configure um período para reiniciar e/ou quando a " +"conexão com à Internet foi perdida por um ser período de tempo." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"Ao se reiniciar o sistema, watchcat acionará uma reiniciação suave. Ao se " +"inserir um valor diferente de zero aqui, será acionado uma reiniciação " +"forçada se a reiniciação suave falhar. Insira um número de segundos para " +"habilitar, use 0 para desabilitar." diff --git a/applications/luci-app-watchcat/po/pt/watchcat.po b/applications/luci-app-watchcat/po/pt/watchcat.po new file mode 100644 index 0000000..f939dc9 --- /dev/null +++ b/applications/luci-app-watchcat/po/pt/watchcat.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-06-01 00:02+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "Modo de operação" + +msgid "Period" +msgstr "Periodo" + +msgid "Ping host" +msgstr "Pingar host" + +msgid "Ping period" +msgstr "Periodo de ping" + +msgid "Watchcat" +msgstr "Watchcat" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/ro/watchcat.po b/applications/luci-app-watchcat/po/ro/watchcat.po new file mode 100644 index 0000000..cda0911 --- /dev/null +++ b/applications/luci-app-watchcat/po/ro/watchcat.po @@ -0,0 +1,57 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-06-28 19:23+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "Perioadă" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/ru/watchcat.po b/applications/luci-app-watchcat/po/ru/watchcat.po new file mode 100644 index 0000000..83b95e2 --- /dev/null +++ b/applications/luci-app-watchcat/po/ru/watchcat.po @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: watchcat\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Forced reboot delay" +msgstr "Задержка принудительной перезагрузки" + +msgid "Host address to ping" +msgstr "ÐÐ´Ñ€ÐµÑ Ñ…Ð¾Ñта Ð´Ð»Ñ Ð¾Ð¿Ñ€Ð¾Ñа" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"Как чаÑто проверÑÑ‚ÑŒ интернет-Ñоединение. По умолчанию значение в Ñекундах, " +"вы можете иÑпользовать ÑÑƒÑ„Ñ„Ð¸ÐºÑ 'm' Ð´Ð»Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð¼Ð¸Ð½ÑƒÑ‚, 'h' - чаÑов, 'd' - " +"дней" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"Ð’ периодичеÑком режиме, Ð´Ð°Ð½Ð½Ð°Ñ Ð½Ð°Ñтройка определÑет период перезагрузки. Ð’ " +"интернет-режиме, Ð´Ð°Ð½Ð½Ð°Ñ Ð½Ð°Ñтройка определÑет макÑимальный период времени без " +"доÑтупа в интернет, поÑле которого уÑтройÑтво перезагружаетÑÑ. По умолчанию " +"значение в Ñекундах, вы можете иÑпользовать ÑÑƒÑ„Ñ„Ð¸ÐºÑ 'm' Ð´Ð»Ñ ÑƒÐºÐ°Ð·Ð°Ð½Ð¸Ñ Ð¼Ð¸Ð½ÑƒÑ‚, " +"'h' - чаÑов, 'd' - дней" + +msgid "Operating mode" +msgstr "Режим работы" + +msgid "Period" +msgstr "Период" + +msgid "Ping host" +msgstr "ХоÑÑ‚ опроÑа" + +msgid "Ping period" +msgstr "Период опроÑа" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat позволÑет наÑтроить периодичеÑкую перезагрузку уÑтройÑтва и/или " +"перезагрузку при потере интернет-ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð½Ð° определённое времÑ." + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"При необходимоÑти перезагрузке ÑиÑтемы, watchcat вызовет программную " +"перезагрузку. При уÑтановке ненулевого значениÑ, будет выполнена Ð¾Ñ‚Ð»Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ " +"Ð°Ð¿Ð¿Ð°Ñ€Ð°Ñ‚Ð½Ð°Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° при неудачной программной. УÑтановите количеÑтво " +"Ñекунд Ð´Ð»Ñ Ð¾Ñ‚Ð»Ð¾Ð¶ÐµÐ½Ð½Ð¾Ð¹ аппаратной перезагрузки или значение 0 Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð½Ð¾Ð¹." diff --git a/applications/luci-app-watchcat/po/sk/watchcat.po b/applications/luci-app-watchcat/po/sk/watchcat.po new file mode 100644 index 0000000..2ff7de9 --- /dev/null +++ b/applications/luci-app-watchcat/po/sk/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/sv/watchcat.po b/applications/luci-app-watchcat/po/sv/watchcat.po new file mode 100644 index 0000000..dd2365a --- /dev/null +++ b/applications/luci-app-watchcat/po/sv/watchcat.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/templates/watchcat.pot b/applications/luci-app-watchcat/po/templates/watchcat.pot new file mode 100644 index 0000000..490ec5c --- /dev/null +++ b/applications/luci-app-watchcat/po/templates/watchcat.pot @@ -0,0 +1,46 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/tr/watchcat.po b/applications/luci-app-watchcat/po/tr/watchcat.po new file mode 100644 index 0000000..633e7fb --- /dev/null +++ b/applications/luci-app-watchcat/po/tr/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/uk/watchcat.po b/applications/luci-app-watchcat/po/uk/watchcat.po new file mode 100644 index 0000000..a7c2dd8 --- /dev/null +++ b/applications/luci-app-watchcat/po/uk/watchcat.po @@ -0,0 +1,61 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2013-08-13 16:53+0200\n" +"Last-Translator: zubr_139 \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +#, fuzzy +msgid "Forced reboot delay" +msgstr "Затримка примуÑового перезавантаженнÑ" + +msgid "Host address to ping" +msgstr "ÐдреÑа Ñервера Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ зв'Ñзку" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "Режим роботи" + +msgid "Period" +msgstr "Період" + +msgid "Ping host" +msgstr "Пінг вузла" + +msgid "Ping period" +msgstr "Період пінгів" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcat дозволÑÑ” налаштувати періодичні Ð¿ÐµÑ€ÐµÐ·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ–/або коли " +"Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ інтернету було втрачено протÑгом певного періоду чаÑу." + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/vi/watchcat.po b/applications/luci-app-watchcat/po/vi/watchcat.po new file mode 100644 index 0000000..633e7fb --- /dev/null +++ b/applications/luci-app-watchcat/po/vi/watchcat.po @@ -0,0 +1,53 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Forced reboot delay" +msgstr "" + +msgid "Host address to ping" +msgstr "" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" + +msgid "Operating mode" +msgstr "" + +msgid "Period" +msgstr "" + +msgid "Ping host" +msgstr "" + +msgid "Ping period" +msgstr "" + +msgid "Watchcat" +msgstr "" + +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" + +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" diff --git a/applications/luci-app-watchcat/po/zh-cn/watchcat.po b/applications/luci-app-watchcat/po/zh-cn/watchcat.po new file mode 100644 index 0000000..991fc48 --- /dev/null +++ b/applications/luci-app-watchcat/po/zh-cn/watchcat.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-09-24 18:18+0200\n" +"Last-Translator: shanliren \n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "强制é‡å¯å»¶æ—¶" + +msgid "Host address to ping" +msgstr "ping主机地å€" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"检测网络连接的频率。默认å•ä½ä¸ºç§’,你å¯ä»¥ä½¿ç”¨'m'作为åŽç¼€è¡¨ç¤ºåˆ†é’Ÿï¼Œâ€˜h’表示å°" +"时‘d’表示天。" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"在周期模å¼ï¼Œæ­¤å¤„定义了é‡å¯çš„周期。在è”网模å¼ï¼Œè¿™ä¸ªè¡¨ç¤ºæ²¡æœ‰ç½‘络连接情况下到执" +"è¡Œé‡å¯çš„最长时间间隔。默认å•ä½ä¸ºç§’,你å¯ä»¥ä½¿ç”¨'m'作为åŽç¼€è¡¨ç¤ºåˆ†é’Ÿï¼Œâ€˜h’表示å°" +"时‘d’表示天。" + +msgid "Operating mode" +msgstr "æ“作模å¼" + +msgid "Period" +msgstr "周期" + +msgid "Ping host" +msgstr "ping主机" + +msgid "Ping period" +msgstr "ping周期" + +msgid "Watchcat" +msgstr "WatchCat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "WatchCatå…许设置周期性的é‡å¯ å’Œ/或者 当网络连接断开达规定时间。" + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"当é‡å¯ç³»ç»Ÿçš„时候WatchCat将会触å‘一个软é‡å¯ï¼Œåœ¨è¿™é‡Œè¾“入一个éž0的值,如果软é‡å¯" +"失败将会触å‘一个延迟的硬é‡å¯ã€‚输入秒数å¯ç”¨ï¼Œè¾“å…¥0ç¦æ­¢åŠŸèƒ½ã€‚" diff --git a/applications/luci-app-watchcat/po/zh-tw/watchcat.po b/applications/luci-app-watchcat/po/zh-tw/watchcat.po new file mode 100644 index 0000000..b4e52bb --- /dev/null +++ b/applications/luci-app-watchcat/po/zh-tw/watchcat.po @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 12:00+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Forced reboot delay" +msgstr "強制é‡å•Ÿå»¶é²" + +msgid "Host address to ping" +msgstr "è¦Ping的主機ä½å€" + +msgid "" +"How often to check internet connection. Default unit is seconds, you can you " +"use the suffix 'm' for minutes, 'h' for hours or 'd' for days" +msgstr "" +"多久檢查一次網際網路連線. é è¨­å–®ä½å€¼æ˜¯ç§’, å¯ä»¥æŽ¡ç”¨å–®ä½å¾Œç¶´è¡¨ç¤º, \"m\"表示分" +"é˜, \"h\"表示å°æ™‚, \"d\"代表天數" + +msgid "" +"In periodic mode, it defines the reboot period. In internet mode, it defines " +"the longest period of time without internet access before a reboot is " +"engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " +"for hours or 'd' for days" +msgstr "" +"Watchcat的定期模å¼,它將定義é‡é–‹é€±æœŸ. 在網際網路模å¼,它將定義在é‡é–‹è¢«è¨‚製若無" +"Internetå­˜å–時採用較長時間週期 .é è¨­å–®ä½ç‚ºç§’數,å¯ä»¥æŽ¡ç”¨å–®ä½å¾Œç¶´è¡¨ç¤º, \"m\"表" +"示分é˜, \"h\"表示å°æ™‚, \"d\"代表天數" + +msgid "Operating mode" +msgstr "æ“作模å¼" + +msgid "Period" +msgstr "週期" + +msgid "Ping host" +msgstr "Ping主機" + +msgid "Ping period" +msgstr "Ping週期" + +msgid "Watchcat" +msgstr "Watchcat" + +#, fuzzy +msgid "" +"Watchcat allows configuring a periodic reboot when the Internet connection " +"has been lost for a certain period of time." +msgstr "" +"Watchcatå…許定期é‡å•“並且/或者當網際網路連線斷掉時經éŽæŸæ®µæ™‚間週期後é‡å•“" + +#, fuzzy +msgid "" +"When rebooting the system, the watchcat will trigger a soft reboot. Entering " +"a non zero value here will trigger a delayed hard reboot if the soft reboot " +"fails. Enter a number of seconds to enable, use 0 to disable" +msgstr "" +"é‡é–‹ç³»çµ±æ™‚watchcat將會觸發軟é‡é–‹, 如果軟é‡é–‹å¤±æ•—, 打入0以外的數字,將會觸發硬" +"é‡é–‹å»¶é² . 打入秒數來啟用這功能,用0表示功能關閉" diff --git a/applications/luci-app-watchcat/root/etc/uci-defaults/luci-watchcat b/applications/luci-app-watchcat/root/etc/uci-defaults/luci-watchcat new file mode 100644 index 0000000..8cdb8c7 --- /dev/null +++ b/applications/luci-app-watchcat/root/etc/uci-defaults/luci-watchcat @@ -0,0 +1,10 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + add ucitrack system + set ucitrack.@system[-1].init=watchcat + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/applications/luci-app-wol/Makefile b/applications/luci-app-wol/Makefile new file mode 100644 index 0000000..d935ee9 --- /dev/null +++ b/applications/luci-app-wol/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Wake-on-LAN +LUCI_DEPENDS:=+etherwake + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-wol/luasrc/controller/wol.lua b/applications/luci-app-wol/luasrc/controller/wol.lua new file mode 100644 index 0000000..73a9594 --- /dev/null +++ b/applications/luci-app-wol/luasrc/controller/wol.lua @@ -0,0 +1,6 @@ +module("luci.controller.wol", package.seeall) + +function index() + entry({"admin", "network", "wol"}, cbi("wol"), _("Wake on LAN"), 90) + entry({"mini", "network", "wol"}, cbi("wol"), _("Wake on LAN"), 90) +end diff --git a/applications/luci-app-wol/luasrc/model/cbi/wol.lua b/applications/luci-app-wol/luasrc/model/cbi/wol.lua new file mode 100644 index 0000000..e87cac3 --- /dev/null +++ b/applications/luci-app-wol/luasrc/model/cbi/wol.lua @@ -0,0 +1,94 @@ +-- Copyright 2010 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. + +local sys = require "luci.sys" +local fs = require "nixio.fs" + +m = SimpleForm("wol", translate("Wake on LAN"), + translate("Wake on LAN is a mechanism to remotely boot computers in the local network.")) + +m.submit = translate("Wake up host") +m.reset = false + + +local has_ewk = fs.access("/usr/bin/etherwake") +local has_wol = fs.access("/usr/bin/wol") + + +s = m:section(SimpleSection) + +if has_ewk and has_wol then + bin = s:option(ListValue, "binary", translate("WoL program"), + translate("Sometimes only one of the two tools works. If one fails, try the other one")) + + bin:value("/usr/bin/etherwake", "Etherwake") + bin:value("/usr/bin/wol", "WoL") +end + +if has_ewk then + iface = s:option(ListValue, "iface", translate("Network interface to use"), + translate("Specifies the interface the WoL packet is sent on")) + + if has_wol then + iface:depends("binary", "/usr/bin/etherwake") + end + + iface:value("", translate("Broadcast on all interfaces")) + + for _, e in ipairs(sys.net.devices()) do + if e ~= "lo" then iface:value(e) end + end +end + + +host = s:option(Value, "mac", translate("Host to wake up"), + translate("Choose the host to wake up or enter a custom MAC address to use")) + +sys.net.mac_hints(function(mac, name) + host:value(mac, "%s (%s)" %{ mac, name }) +end) + + +function host.write(self, s, val) + local host = luci.http.formvalue("cbid.wol.1.mac") + if host and #host > 0 and host:match("^[a-fA-F0-9:]+$") then + local cmd + local util = luci.http.formvalue("cbid.wol.1.binary") or ( + has_ewk and "/usr/bin/etherwake" or "/usr/bin/wol" + ) + + if util == "/usr/bin/etherwake" then + local iface = luci.http.formvalue("cbid.wol.1.iface") + cmd = "%s -D%s %q" %{ + util, (iface ~= "" and " -i %q" % iface or ""), host + } + else + cmd = "%s -v %q" %{ util, host } + end + + local msg = "

%s

%s

" %{ + translate("Starting WoL utility:"), cmd + } + + local p = io.popen(cmd .. " 2>&1") + if p then + while true do + local l = p:read("*l") + if l then + if #l > 100 then l = l:sub(1, 100) .. "..." end + msg = msg .. l .. "
" + else + break + end + end + p:close() + end + + msg = msg .. "

" + + m.message = msg + end +end + + +return m diff --git a/applications/luci-app-wol/po/ca/wol.po b/applications/luci-app-wol/po/ca/wol.po new file mode 100644 index 0000000..42f7cf7 --- /dev/null +++ b/applications/luci-app-wol/po/ca/wol.po @@ -0,0 +1,58 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2014-07-01 06:15+0200\n" +"Last-Translator: Alex \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Difon en totes les interfícies" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" +"Trieu el host per a despertar o introduïu una adreça MAC personalitzada per " +"a utilitzar" + +msgid "Host to wake up" +msgstr "Host per a despertar" + +msgid "Network interface to use" +msgstr "Interfície de xarxa per a utilitzar" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"A vegades, només una de les dues eines funciona. Si un dels falla, prova la " +"altra." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Especifica la interfície en que s'envia el paquet WoL" + +msgid "Starting WoL utility:" +msgstr "Iniciant la utilitat WoL:" + +msgid "Wake on LAN" +msgstr "Despert en LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Despert en LAN és un mecanisme per a iniciar remotament ordinadors en la " +"xarxa local." + +msgid "Wake up host" +msgstr "Desperta al host" + +msgid "WoL program" +msgstr "Programa WoL" diff --git a/applications/luci-app-wol/po/cs/wol.po b/applications/luci-app-wol/po/cs/wol.po new file mode 100644 index 0000000..6ee7f67 --- /dev/null +++ b/applications/luci-app-wol/po/cs/wol.po @@ -0,0 +1,55 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2014-05-12 11:17+0200\n" +"Last-Translator: sairon \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Vysílat broadcastem na vÅ¡ech rozhraních" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Vyberte zařízení, které má být probuzeno, nebo zadejte jeho MAC adresu" + +msgid "Host to wake up" +msgstr "Adresa zařízení, které má být probuzeno" + +msgid "Network interface to use" +msgstr "Použité síťové rozhraní" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Může se stát, že pro dané cílové zařízení bude fungovat pouze jeden z " +"programů. Pokud první selže, vyzkouÅ¡ejte další." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Zde se nastaví síťové rozhraní, pÅ™es které budou zasílány WoL packety." + +msgid "Starting WoL utility:" +msgstr "SpouÅ¡tím nástroj WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Funkce \"Wake on LAN\" umožňuje vzdálenÄ› spouÅ¡tÄ›t poÄítaÄe v místní síti." + +msgid "Wake up host" +msgstr "Probudit zařízení" + +msgid "WoL program" +msgstr "Program provádÄ›jící WoL" diff --git a/applications/luci-app-wol/po/de/wol.po b/applications/luci-app-wol/po/de/wol.po new file mode 100644 index 0000000..52940ef --- /dev/null +++ b/applications/luci-app-wol/po/de/wol.po @@ -0,0 +1,58 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2011-06-11 01:37+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "Auf allen Schnittstellen senden" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" +"Zu startenden Rechner selektieren oder benutzerdefinierte MAC-Adresse angeben" + +msgid "Host to wake up" +msgstr "Anzuschaltender Rechner" + +msgid "Network interface to use" +msgstr "Verwendete Schnittstelle" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Manchmal funktioniert nur eines der beiden Programme. Wenn eines " +"fehlschlägt, versuchen Sie das Andere." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" +"Selektiert die Netzwerkschnittstelle auf der das WoL-Paket versendet wird" + +msgid "Starting WoL utility:" +msgstr "Starte WoL-Programm:" + +msgid "Wake on LAN" +msgstr "Wake-on-LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake-on-LAN ist ein Mechanismus um Geräte im lokalen Netzwerk ferngesteuert " +"anzuschalten." + +msgid "Wake up host" +msgstr "Rechner anschalten" + +msgid "WoL program" +msgstr "WoL-Programm" diff --git a/applications/luci-app-wol/po/el/wol.po b/applications/luci-app-wol/po/el/wol.po new file mode 100644 index 0000000..cb7c3b9 --- /dev/null +++ b/applications/luci-app-wol/po/el/wol.po @@ -0,0 +1,49 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2010-04-19 00:29+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/en/wol.po b/applications/luci-app-wol/po/en/wol.po new file mode 100644 index 0000000..48c7302 --- /dev/null +++ b/applications/luci-app-wol/po/en/wol.po @@ -0,0 +1,50 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Broadcast on all interfaces" +msgstr "Broadcast on all interfaces" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Choose the host to wake up or enter a custom MAC address to use" + +msgid "Host to wake up" +msgstr "Host to wake up" + +msgid "Network interface to use" +msgstr "Network interface to use" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Sometimes only one of both tools work. If one of fails, try the other one" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Specifies the interface the WoL packet is sent on" + +msgid "Starting WoL utility:" +msgstr "Starting WoL utility:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." + +msgid "Wake up host" +msgstr "Wake up host" + +msgid "WoL program" +msgstr "WoL program" diff --git a/applications/luci-app-wol/po/es/wol.po b/applications/luci-app-wol/po/es/wol.po new file mode 100644 index 0000000..f5bcf6b --- /dev/null +++ b/applications/luci-app-wol/po/es/wol.po @@ -0,0 +1,57 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2012-08-22 21:41+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Propagar en todas las interfaces" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Elija la máquina a despertar o introduzca su dirección MAC" + +msgid "Host to wake up" +msgstr "Máquina a despertar" + +msgid "Network interface to use" +msgstr "Interfaz de red a utilizar" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"A veces, sólo se inicia una de las dos herramientas. Si una falla, intente " +"con la otra" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Especifica la interfaz donde se envían los paquetes WoL" + +msgid "Starting WoL utility:" +msgstr "Iniciando utilidad WoL:" + +# Wake on LAN es un término habitualmente utilizado en el español para referirse a esa misma función de encendido remoto a través de la red +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN permite arrancar ordenadores conectados en una red local de " +"forma remota." + +msgid "Wake up host" +msgstr "Despertar máquina" + +msgid "WoL program" +msgstr "Programa WoL" diff --git a/applications/luci-app-wol/po/fr/wol.po b/applications/luci-app-wol/po/fr/wol.po new file mode 100644 index 0000000..0bed86d --- /dev/null +++ b/applications/luci-app-wol/po/fr/wol.po @@ -0,0 +1,57 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2011-11-23 22:22+0200\n" +"Last-Translator: fredb \n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "Émettre sur toutes les interfaces" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Choisir l'hôte à réveiller ou entrer une adresse MAC à utiliser" + +msgid "Host to wake up" +msgstr "Hôte à réveiller" + +msgid "Network interface to use" +msgstr "Interface réseau à utiliser" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Parfois seul un des deux outils fonctionne. Si l'un échoue, essayez l'autre" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" +"Spécifie l'interface sur laquelle le paquet WoL est envoyé" + +msgid "Starting WoL utility:" +msgstr "Démarrer l'utilitaire WoL :" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN est un mécanisme pour démarrer à distance les ordinateurs du " +"réseau local." + +msgid "Wake up host" +msgstr "Réveiller l'hôte" + +msgid "WoL program" +msgstr "Programme WoL" diff --git a/applications/luci-app-wol/po/he/wol.po b/applications/luci-app-wol/po/he/wol.po new file mode 100644 index 0000000..cb7c3b9 --- /dev/null +++ b/applications/luci-app-wol/po/he/wol.po @@ -0,0 +1,49 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2010-04-19 00:29+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/hu/wol.po b/applications/luci-app-wol/po/hu/wol.po new file mode 100644 index 0000000..f47191c --- /dev/null +++ b/applications/luci-app-wol/po/hu/wol.po @@ -0,0 +1,59 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2012-04-06 10:42+0200\n" +"Last-Translator: juhosg \n" +"Language-Team: none\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "Szórás az összes interfészen" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" +"Válassza ki a felélesztendÅ‘ gépet, vagy adja meg a haszálandó egyedi MAC " +"címet" + +msgid "Host to wake up" +msgstr "FelélesztendÅ‘ gép" + +msgid "Network interface to use" +msgstr "Használandó interfész" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Néha csak az egyik eszköz működik. Ha valamelyik nem működik, próbálja ki a " +"másikat." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" +"Megadja azt az interfészt amelyiken keresztül a WoL csomag kiküldésre kerül" + +msgid "Starting WoL utility:" +msgstr "WoL segédprogram elindítása:" + +msgid "Wake on LAN" +msgstr "Felélesztés hálózaton keresztül" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"A felélesztés hálózaton keresztül a helyi hálózatban lévÅ‘ számítógépek " +"távoli elindítására szolgáló módszer." + +msgid "Wake up host" +msgstr "Gép felélesztése" + +msgid "WoL program" +msgstr "WoL program" diff --git a/applications/luci-app-wol/po/it/wol.po b/applications/luci-app-wol/po/it/wol.po new file mode 100644 index 0000000..63ac0d8 --- /dev/null +++ b/applications/luci-app-wol/po/it/wol.po @@ -0,0 +1,56 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2013-02-03 14:01+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Broadcast su tutte le interfaccie" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Scegli l'host da \"svegliare\" o inserisci il MAC address da usare" + +msgid "Host to wake up" +msgstr "Host da \"svegliare\"" + +msgid "Network interface to use" +msgstr "Interfacci di rete da usare" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Avvolte solo uno dei due tools funziona. Se uno fallisce, tenta di usare il " +"secondo" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Secifica l'interfaccia su cui il pacchetto \"magico\" WoL è inviato" + +msgid "Starting WoL utility:" +msgstr "Avvia l'utility WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN è un meccanismo che ti permette di avviare da remoto un computer " +"collegato alla LAN." + +msgid "Wake up host" +msgstr "Sveglia Host" + +msgid "WoL program" +msgstr "Programma WoL" diff --git a/applications/luci-app-wol/po/ja/wol.po b/applications/luci-app-wol/po/ja/wol.po new file mode 100644 index 0000000..c18b831 --- /dev/null +++ b/applications/luci-app-wol/po/ja/wol.po @@ -0,0 +1,56 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2013-10-06 17:12+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "å…¨ã¦ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¸ãƒ–ロードキャスト" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "èµ·å‹•ã™ã‚‹ãƒ›ã‚¹ãƒˆã®MACアドレスをé¸æŠžã¾ãŸã¯å…¥åŠ›ã—ã¦ãã ã•ã„" + +msgid "Host to wake up" +msgstr "èµ·å‹•ã™ã‚‹ãƒ›ã‚¹ãƒˆã‚’指定" + +msgid "Network interface to use" +msgstr "使用ã™ã‚‹ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"片方ã®ãƒ„ールã®ã¿ãŒå‹•ä½œã™ã‚‹å ´åˆãŒã‚ã‚‹ãŸã‚ã€ç‰‡æ–¹ãŒå¤±æ•—ã™ã‚‹å ´åˆã¯åˆ¥ã®ãƒ„ールを試" +"ã—ã¦ã¿ã¦ãã ã•ã„。" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "WoLパケットをé€ä¿¡ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ•ã‚§ãƒ¼ã‚¹ã‚’指定" + +msgid "Starting WoL utility:" +msgstr "WoLユーティリティを起動:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LANã¯ãƒ­ãƒ¼ã‚«ãƒ«ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯å†…ã®ã‚³ãƒ³ãƒ”ュータをé éš”ã§èµ·å‹•ã•ã›ã‚‹ã“ã¨ãŒã§ã" +"る機能ã§ã™ã€‚" + +msgid "Wake up host" +msgstr "ホストを起動" + +msgid "WoL program" +msgstr "WoLプログラム" diff --git a/applications/luci-app-wol/po/ms/wol.po b/applications/luci-app-wol/po/ms/wol.po new file mode 100644 index 0000000..74380f2 --- /dev/null +++ b/applications/luci-app-wol/po/ms/wol.po @@ -0,0 +1,48 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2010-04-19 00:29+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/no/wol.po b/applications/luci-app-wol/po/no/wol.po new file mode 100644 index 0000000..2f0a8ad --- /dev/null +++ b/applications/luci-app-wol/po/no/wol.po @@ -0,0 +1,47 @@ +msgid "" +msgstr "" +"Last-Translator: Lars Hardy \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Broadcast on all interfaces" +msgstr "Send pÃ¥ alle grensesnitt" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" +"Velg hvilken vert som skal startes opp, eller angi en MAC adresse som skal " +"brukes" + +msgid "Host to wake up" +msgstr "Vert som skal startes opp" + +msgid "Network interface to use" +msgstr "Nettverksgrensesnitt" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Noen ganger virker bare ett av disse verktøyene. Hvis ett av de ikke lykkes " +"med Ã¥ starte opp verten kan du prøve det andre." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Angir grensesnittet som WoL pakken blir sendt ut pÃ¥" + +msgid "Starting WoL utility:" +msgstr "Starter WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN er en mekanisme for Ã¥ starte opp datamaskiner i det lokale " +"nettverket." + +msgid "Wake up host" +msgstr "Start vert" + +msgid "WoL program" +msgstr "WoL programm" diff --git a/applications/luci-app-wol/po/pl/wol.po b/applications/luci-app-wol/po/pl/wol.po new file mode 100644 index 0000000..c599b9e --- /dev/null +++ b/applications/luci-app-wol/po/pl/wol.po @@ -0,0 +1,57 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2011-08-25 19:04+0200\n" +"Last-Translator: Staszek \n" +"Language-Team: none\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "RozgÅ‚aszaj na wszystkie interfejsy" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Wybierz hosta z listy lub podaj adres MAC maszyny do wybudzenia" + +msgid "Host to wake up" +msgstr "Host do wybudzenia" + +msgid "Network interface to use" +msgstr "Użyty interfejs sieciowy" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Czasem dziaÅ‚a tylko jedno z narzÄ™dzi. Jeżeli jedno z nich nie zadziaÅ‚a, " +"proszÄ™ użyć drugiego." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Definiuje interfejs, na który bÄ™dzie wysÅ‚any pakiet WoL" + +msgid "Starting WoL utility:" +msgstr "Uruchamianie narzÄ™dzia WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"\"Wake on LAN\" to mechanizm sÅ‚użący do zdalnego wÅ‚Ä…czania komputerów w " +"sieci lokalnej." + +msgid "Wake up host" +msgstr "Wybudź hosta" + +msgid "WoL program" +msgstr "NarzÄ™dzie WoL" diff --git a/applications/luci-app-wol/po/pt-br/wol.po b/applications/luci-app-wol/po/pt-br/wol.po new file mode 100644 index 0000000..6a21a85 --- /dev/null +++ b/applications/luci-app-wol/po/pt-br/wol.po @@ -0,0 +1,56 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2011-10-11 20:31+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "Broadcast em todas as interfaces" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Escolha o computador para acordar ou entre com um endereço MAC" + +msgid "Host to wake up" +msgstr "Computador para acordar" + +msgid "Network interface to use" +msgstr "Interfaces de rede para usar" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Algumas vezes, somente uma das ferramentas funciona. Se uma delas falhar, " +"tente a outra" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Especifica a interface para onde os pacotes de WoL serão enviados" + +msgid "Starting WoL utility:" +msgstr "Iniciando utilitário WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN é um mecanismo para acordar/ligar remotamente computadores na " +"rede local." + +msgid "Wake up host" +msgstr "Acorda um computador" + +msgid "WoL program" +msgstr "Programa WoL" diff --git a/applications/luci-app-wol/po/pt/wol.po b/applications/luci-app-wol/po/pt/wol.po new file mode 100644 index 0000000..540e543 --- /dev/null +++ b/applications/luci-app-wol/po/pt/wol.po @@ -0,0 +1,54 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2013-05-30 22:54+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Broadcast em todas as interfaces" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Escolha ao host a acordar ou escreva um MAC personalizado a ser usado" + +msgid "Host to wake up" +msgstr "Host a acordar" + +msgid "Network interface to use" +msgstr "Interface de rede a usar" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "Às vezes só uma das ferramentas funciona. Se uma falhar, tente a outra" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Especifica a interface pela qual é enviado o pacota WoL" + +msgid "Starting WoL utility:" +msgstr "A iniciar a ferramenta WoL" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Wake on LAN é um mecanismo para remotamente iniciar computadores numa rede " +"local." + +msgid "Wake up host" +msgstr "Acordar host" + +msgid "WoL program" +msgstr "Programa de WoL" diff --git a/applications/luci-app-wol/po/ro/wol.po b/applications/luci-app-wol/po/ro/wol.po new file mode 100644 index 0000000..154a3f9 --- /dev/null +++ b/applications/luci-app-wol/po/ro/wol.po @@ -0,0 +1,57 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2011-10-07 16:47+0200\n" +"Last-Translator: Daniel \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Broadcast on all interfaces" +msgstr "Broadcast pe toate interfetele" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Alege statie pentru \"trezire\" sau introdu o adresa MAC de folosit" + +msgid "Host to wake up" +msgstr "Statie pentru \"trezire\"" + +msgid "Network interface to use" +msgstr "Interfata de retea pentru utilizare" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Uneori doar una dintre metode functioneaza. Daca se intampla, incearc-o pe " +"cealalta" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Specifica interfata prin care pachetele WoL sunt trimise" + +msgid "Starting WoL utility:" +msgstr "Pornire utilitar WoL:" + +msgid "Wake on LAN" +msgstr "Activarea pe LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Activarea pe LAN e un mecanism pentru a porni de la distanta computere de pe " +"retea." + +msgid "Wake up host" +msgstr "Statie de \"trezire\"" + +msgid "WoL program" +msgstr "Program WoL" diff --git a/applications/luci-app-wol/po/ru/wol.po b/applications/luci-app-wol/po/ru/wol.po new file mode 100644 index 0000000..9a84366 --- /dev/null +++ b/applications/luci-app-wol/po/ru/wol.po @@ -0,0 +1,59 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: LuCI: wol\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2012-08-15 12:07+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Broadcast on all interfaces" +msgstr "ИÑпользовать широковещательную передачу на вÑе интерфейÑÑ‹" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "Выберите хоÑÑ‚, который необходимо разбудить, или введите его MAC-адреÑ" + +msgid "Host to wake up" +msgstr "ХоÑÑ‚, который необходимо разбудить" + +msgid "Network interface to use" +msgstr "ИÑпользуемый Ñетевой интерфейÑ" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Иногда только одна из двух утилит работает. Ð’ Ñлучае ошибки, попробуйте " +"иÑпользовать другую" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "ОпределÑет интерфейÑ, по которому будут поÑланы пакеты WoL" + +msgid "Starting WoL utility:" +msgstr "ЗапуÑк WoL утилиты:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"Пробуждение по LAN (Wake on LAN, WoL) - технологиÑ, позволÑÑŽÑ‰Ð°Ñ ÑƒÐ´Ð°Ð»Ñ‘Ð½Ð½Ð¾ " +"«разбудить» (включить) компьютер поÑредÑтвом отправки через локальную Ñеть " +"Ñпециальным образом Ñформированного пакета данных." + +msgid "Wake up host" +msgstr "Разбудить хоÑÑ‚" + +msgid "WoL program" +msgstr "Программа WoL" diff --git a/applications/luci-app-wol/po/sk/wol.po b/applications/luci-app-wol/po/sk/wol.po new file mode 100644 index 0000000..eea59eb --- /dev/null +++ b/applications/luci-app-wol/po/sk/wol.po @@ -0,0 +1,44 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/sv/wol.po b/applications/luci-app-wol/po/sv/wol.po new file mode 100644 index 0000000..44b5995 --- /dev/null +++ b/applications/luci-app-wol/po/sv/wol.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/templates/wol.pot b/applications/luci-app-wol/po/templates/wol.pot new file mode 100644 index 0000000..1305c53 --- /dev/null +++ b/applications/luci-app-wol/po/templates/wol.pot @@ -0,0 +1,37 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/tr/wol.po b/applications/luci-app-wol/po/tr/wol.po new file mode 100644 index 0000000..9be6934 --- /dev/null +++ b/applications/luci-app-wol/po/tr/wol.po @@ -0,0 +1,49 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2010-04-19 00:29+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/uk/wol.po b/applications/luci-app-wol/po/uk/wol.po new file mode 100644 index 0000000..c09d144 --- /dev/null +++ b/applications/luci-app-wol/po/uk/wol.po @@ -0,0 +1,59 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2013-05-26 19:00+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "Широкомовна транÑлÑÑ†Ñ–Ñ Ð½Ð° вÑÑ–Ñ… інтерфейÑах" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" +"Виберіть комп'ютер, Ñкий необхідно розбудити або введіть кориÑтувацьку MAC-" +"адреÑу" + +msgid "Host to wake up" +msgstr "Комп'ютер, Ñкий необхідно розбудити" + +msgid "Network interface to use" +msgstr "ВикориÑтовувати мережевий інтерфейÑ" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" +"Іноді працює тільки одна з цих двох утиліт. Якщо одна з них не працює, " +"Ñпробуйте іншу." + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "Визначає інтерфейÑ, Ñким буде надіÑлано пакет WoL" + +msgid "Starting WoL utility:" +msgstr "ЗапуÑк утиліти WoL:" + +msgid "Wake on LAN" +msgstr "Wake on LAN" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" +"ÐŸÑ€Ð¾Ð±ÑƒÐ´Ð¶ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· LAN (Wake on LAN) Ñ” технологією, що дає змогу віддалено " +"\"будити\" (вмикати) комп'ютери у локальній мережі." + +msgid "Wake up host" +msgstr "Розбудити комп'ютер" + +msgid "WoL program" +msgstr "Программа WoL" diff --git a/applications/luci-app-wol/po/vi/wol.po b/applications/luci-app-wol/po/vi/wol.po new file mode 100644 index 0000000..9be6934 --- /dev/null +++ b/applications/luci-app-wol/po/vi/wol.po @@ -0,0 +1,49 @@ +# Generated from applications/luci-wol/luasrc/model/cbi/wol.lua +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2010-04-19 00:29+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Broadcast on all interfaces" +msgstr "" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "" + +msgid "Host to wake up" +msgstr "" + +msgid "Network interface to use" +msgstr "" + +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "" + +msgid "Starting WoL utility:" +msgstr "" + +msgid "Wake on LAN" +msgstr "" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "" + +msgid "Wake up host" +msgstr "" + +msgid "WoL program" +msgstr "" diff --git a/applications/luci-app-wol/po/zh-cn/wol.po b/applications/luci-app-wol/po/zh-cn/wol.po new file mode 100644 index 0000000..6d9cc72 --- /dev/null +++ b/applications/luci-app-wol/po/zh-cn/wol.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-04-19 00:29+0200\n" +"PO-Revision-Date: 2012-06-21 17:52+0200\n" +"Last-Translator: phantasm131 \n" +"Language-Team: QQ Group 75543259 \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "å‘所有接å£å¹¿æ’­" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "选择è¦å”¤é†’的主机或者输入自定义mac地å€" + +msgid "Host to wake up" +msgstr "选择è¦å”¤é†’的主机" + +msgid "Network interface to use" +msgstr "选择使用的网络接å£" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "有时åªæœ‰ä¸€ä¸ªå·¥å…·ç”Ÿæ•ˆã€‚如果其中一个失效,请å°è¯•å¦ä¸€ä¸ª" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "é™å®šç½‘络唤醒数æ®åŒ…将被å‘é€åˆ°çš„接å£" + +msgid "Starting WoL utility:" +msgstr "正在å¯åŠ¨ç½‘络唤醒工具" + +msgid "Wake on LAN" +msgstr "网络唤醒" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "网络唤醒æ供了从远程å¯åŠ¨æœ¬åœ°ç½‘络内计算机的机制。" + +msgid "Wake up host" +msgstr "唤醒主机" + +msgid "WoL program" +msgstr "网络唤醒程åº" diff --git a/applications/luci-app-wol/po/zh-tw/wol.po b/applications/luci-app-wol/po/zh-tw/wol.po new file mode 100644 index 0000000..ee290ec --- /dev/null +++ b/applications/luci-app-wol/po/zh-tw/wol.po @@ -0,0 +1,48 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 10:25+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Broadcast on all interfaces" +msgstr "廣播到所有介é¢" + +msgid "Choose the host to wake up or enter a custom MAC address to use" +msgstr "å«é†’訂é¸çš„主機或者打入特定的MACä½å€ä»¥ä¾¿ä½¿ç”¨" + +msgid "Host to wake up" +msgstr "è¦å–šé†’主機清單" + +msgid "Network interface to use" +msgstr "使用的網路介é¢" + +#, fuzzy +msgid "" +"Sometimes only one of the two tools works. If one fails, try the other one" +msgstr "æŸäº›æ™‚候全部工具裡é¢åªæœ‰ä¸€å€‹ç™¼ç”Ÿä½œç”¨,試試å¦å¤–一個" + +msgid "Specifies the interface the WoL packet is sent on" +msgstr "指定WoL喚醒å°åŒ…將傳到哪個介é¢" + +msgid "Starting WoL utility:" +msgstr "啟用喚醒工具:" + +msgid "Wake on LAN" +msgstr "LANå€ç¶²å–šé†’" + +msgid "" +"Wake on LAN is a mechanism to remotely boot computers in the local network." +msgstr "Wol就是在本地網路中é‡å°é ç«¯é–‹æ©Ÿé›»è…¦å–šé†’的機制" + +msgid "Wake up host" +msgstr "喚醒主機" + +msgid "WoL program" +msgstr "Wol喚醒程å¼" diff --git a/applications/luci-app-wshaper/Makefile b/applications/luci-app-wshaper/Makefile new file mode 100644 index 0000000..63e63ab --- /dev/null +++ b/applications/luci-app-wshaper/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for wshaper +LUCI_DEPENDS:=+wshaper + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-wshaper/luasrc/controller/wshaper.lua b/applications/luci-app-wshaper/luasrc/controller/wshaper.lua new file mode 100644 index 0000000..2d0fe48 --- /dev/null +++ b/applications/luci-app-wshaper/luasrc/controller/wshaper.lua @@ -0,0 +1,9 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +module "luci.controller.wshaper" + +function index() + entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80) +end + diff --git a/applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua b/applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua new file mode 100644 index 0000000..6bd0255 --- /dev/null +++ b/applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua @@ -0,0 +1,46 @@ +-- Copyright 2011 Manuel Munz +-- Licensed to the public under the Apache License 2.0. + +require("luci.tools.webadmin") + +m = Map("wshaper", translate("Wondershaper"), + translate("Wondershaper shapes traffic to ensure low latencies for interactive traffic even when your " .. + "internet connection is highly saturated.")) + +s = m:section(NamedSection, "settings", "wshaper", translate("Wondershaper settings")) +s.anonymous = true + +network = s:option(ListValue, "network", translate("Interface")) +luci.tools.webadmin.cbi_add_networks(network) + +uplink = s:option(Value, "uplink", translate("Uplink"), translate("Upstream bandwidth in kbit/s")) +uplink.optional = false +uplink.datatype = "uinteger" +uplink.default = "240" + +uplink = s:option(Value, "downlink", translate("Downlink"), translate("Downstream bandwidth in kbit/s")) +uplink.optional = false +uplink.datatype = "uinteger" +uplink.default = "200" + +nopriohostsrc = s:option(DynamicList, "nopriohostsrc", translate("Low priority hosts (Source)"), translate("Host or Network in CIDR notation.")) +nopriohostsrc.optional = true +nopriohostsrc.datatype = ipaddr +nopriohostsrc.placeholder = "10.0.0.1/32" + +nopriohostdst = s:option(DynamicList, "nopriohostdst", translate("Low priority hosts (Destination)"), translate("Host or Network in CIDR notation.")) +nopriohostdst.optional = true +nopriohostdst.datatype = ipaddr +nopriohostdst.placeholder = "10.0.0.1/32" + +noprioportsrc = s:option(DynamicList, "noprioportsrc", translate("Low priority source ports")) +noprioportsrc.optional = true +noprioportsrc.datatype = "range(0,65535)" +noprioportsrc.placeholder = "21" + +noprioportdst = s:option(DynamicList, "noprioportdst", translate("Low priority destination ports")) +noprioportdst.optional = true +noprioportdst.datatype = "range(0,65535)" +noprioportdst.placeholder = "21" + +return m diff --git a/applications/luci-app-wshaper/po/ca/wshaper.po b/applications/luci-app-wshaper/po/ca/wshaper.po new file mode 100644 index 0000000..2560383 --- /dev/null +++ b/applications/luci-app-wshaper/po/ca/wshaper.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 22:51+0200\n" +"PO-Revision-Date: 2014-07-01 03:51+0200\n" +"Last-Translator: Alex \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "Enllaç descendent" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Amplada de banda descendent en kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Host o xarxa en notació CIDR." + +msgid "Interface" +msgstr "Interfície" + +msgid "Low priority destination ports" +msgstr "Ports de destí de baixa prioritat" + +msgid "Low priority hosts (Destination)" +msgstr "Hosts de baixa prioritat (destí)" + +msgid "Low priority hosts (Source)" +msgstr "Hosts de baixa prioritat (origen)" + +msgid "Low priority source ports" +msgstr "Ports d'origen de baixa prioritat" + +msgid "Uplink" +msgstr "Enllaç ascendent" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Amplada de banda ascendent en kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Ajusts del Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershapter afaiçona el trànsit per assegurar latències baixes per a " +"trànsit interactiu encara que la vostra connexió de Internet estigui " +"altament saturada." diff --git a/applications/luci-app-wshaper/po/cs/wshaper.po b/applications/luci-app-wshaper/po/cs/wshaper.po new file mode 100644 index 0000000..bca6c4e --- /dev/null +++ b/applications/luci-app-wshaper/po/cs/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-24 15:20+0200\n" +"Last-Translator: awm1 \n" +"Language-Team: none\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "Příchozí rychlost" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Rychlost stahování dat v kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Adresa poÄítaÄe nebo sítÄ› v CIDR notaci." + +msgid "Interface" +msgstr "Síťové rozhraní" + +msgid "Low priority destination ports" +msgstr "Cílové porty s nízkou prioritou" + +msgid "Low priority hosts (Destination)" +msgstr "Adresy cílových poÄítaÄů s nízkou prioritou" + +msgid "Low priority hosts (Source)" +msgstr "Adresy zdrojových poÄítaÄů s nízkou prioritou" + +msgid "Low priority source ports" +msgstr "Zdrojové porty s nízkou prioritou" + +msgid "Uplink" +msgstr "Odchozí rychlost" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Rychlost odesílání dat v kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Nastavení skriptu Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Úkolem skriptu Wondershaper je řízení provozu na daném síťovém rozhraní. " +"Snaží se zajistit nízké pÅ™enosové zpoždÄ›ní pro \"interaktivní\" síťový " +"provoz (napÅ™. SSH), a to pÅ™edevším v okamžicích, kdy ostatní síťový provoz " +"zahltí linku." diff --git a/applications/luci-app-wshaper/po/de/wshaper.po b/applications/luci-app-wshaper/po/de/wshaper.po new file mode 100644 index 0000000..39dd617 --- /dev/null +++ b/applications/luci-app-wshaper/po/de/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2011-10-18 12:28+0200\n" +"Last-Translator: Manuel \n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "Download" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Download Bandbreite in kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Rechner oder Netzwerk in CIDR Schreibweise" + +msgid "Interface" +msgstr "Schnittstelle" + +msgid "Low priority destination ports" +msgstr "Zielports mit niedriger Priorität" + +msgid "Low priority hosts (Destination)" +msgstr "Zielrechner mit nideriger Priorität" + +msgid "Low priority hosts (Source)" +msgstr "Quellrechner mit neidriger Priorität" + +msgid "Low priority source ports" +msgstr "Quellports mit niedriger Priorität" + +msgid "Uplink" +msgstr "Upload" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Upload Bandbreite in kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Wondershaper Einstellungen" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper ermöglicht mit Hilfe von Traffic Shaping niedrige Latenzzeiten " +"für interaktiven Internetverkehr selbst wenn die Internetverbindung extrem " +"ausgelastet ist." diff --git a/applications/luci-app-wshaper/po/el/wshaper.po b/applications/luci-app-wshaper/po/el/wshaper.po new file mode 100644 index 0000000..6d2f092 --- /dev/null +++ b/applications/luci-app-wshaper/po/el/wshaper.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-18 17:10+0200\n" +"PO-Revision-Date: 2012-03-18 17:10+0200\n" +"Last-Translator: Vasilis \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "Διεπαφή" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/en/wshaper.po b/applications/luci-app-wshaper/po/en/wshaper.po new file mode 100644 index 0000000..b685839 --- /dev/null +++ b/applications/luci-app-wshaper/po/en/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/es/wshaper.po b/applications/luci-app-wshaper/po/es/wshaper.po new file mode 100644 index 0000000..f562760 --- /dev/null +++ b/applications/luci-app-wshaper/po/es/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-16 01:00+0200\n" +"PO-Revision-Date: 2012-09-03 18:57+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "Enlace de bajada" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Ancho de banda de bajada en Kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Máquina o red en notación CIDR." + +msgid "Interface" +msgstr "Interfaz" + +msgid "Low priority destination ports" +msgstr "Puertos de destino de prioridad baja" + +msgid "Low priority hosts (Destination)" +msgstr "Máquinas de prioridad baja (destino)" + +msgid "Low priority hosts (Source)" +msgstr "Máquinas de prioridad baja (origen)" + +msgid "Low priority source ports" +msgstr "Puertos de origen de prioridad baja" + +msgid "Uplink" +msgstr "Enlace de salida" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Ancho de banda de subida en Kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Configuración de Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper modela el tráfico para asegurar latencias bajas al tráfico " +"interactivo incluso cuando la conexión a Internet esté muy saturada." diff --git a/applications/luci-app-wshaper/po/fr/wshaper.po b/applications/luci-app-wshaper/po/fr/wshaper.po new file mode 100644 index 0000000..2fc9f53 --- /dev/null +++ b/applications/luci-app-wshaper/po/fr/wshaper.po @@ -0,0 +1,62 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "Lien descendant (télé-chargement)" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Bande-passante descendante en kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Hôte ou réseau en notation CIDR." + +msgid "Interface" +msgstr "Interface" + +msgid "Low priority destination ports" +msgstr "Ports-cible à faible priorité" + +msgid "Low priority hosts (Destination)" +msgstr "Hôtes-cible à faible priorité" + +msgid "Low priority hosts (Source)" +msgstr "Hôtes-source à faible priorité" + +msgid "Low priority source ports" +msgstr "Ports-source à faible priorité" + +msgid "Uplink" +msgstr "Lien montant (envois)" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Bande-passante montante en kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Paramètres Wondershaper" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" + +#~ msgid "" +#~ "Wondershaper uses traffic shaping to ensure low latencies for interactive " +#~ "traffic even when your internet connection is highly saturated." +#~ msgstr "" +#~ "Wondershaper gère la priorités entre les flux pour assurer une faible " +#~ "latence au trafic interactif même quand votre connexion Internet est très " +#~ "chargée." diff --git a/applications/luci-app-wshaper/po/he/wshaper.po b/applications/luci-app-wshaper/po/he/wshaper.po new file mode 100644 index 0000000..f03d5df --- /dev/null +++ b/applications/luci-app-wshaper/po/he/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/hu/wshaper.po b/applications/luci-app-wshaper/po/hu/wshaper.po new file mode 100644 index 0000000..2377fa5 --- /dev/null +++ b/applications/luci-app-wshaper/po/hu/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Downlink" +msgstr "Letöltés" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Letöltési sebesség kbit/másodberc-ben" + +msgid "Host or Network in CIDR notation." +msgstr "Gép vagy hálózat (CIDR jelöléssel)" + +msgid "Interface" +msgstr "Interfész" + +msgid "Low priority destination ports" +msgstr "Alacsony prioritású cél portok" + +msgid "Low priority hosts (Destination)" +msgstr "Alacson prioritású cél gépek" + +msgid "Low priority hosts (Source)" +msgstr "Alacsony prioritású forrás gépek" + +msgid "Low priority source ports" +msgstr "Alacson prioritású forrás portok" + +msgid "Uplink" +msgstr "Feltöltés" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Feltöltési sebesség kbit/másodperc-ben" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Wondershaper beállítások" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"A Wondershaper 'traffic shaping'-et használatával biztosítja az interaktív " +"forgalom alacsony késleletetését még akkor is ha az internet kapcsolat " +"erÅ‘sen leterhelt." diff --git a/applications/luci-app-wshaper/po/it/wshaper.po b/applications/luci-app-wshaper/po/it/wshaper.po new file mode 100644 index 0000000..6a72c7e --- /dev/null +++ b/applications/luci-app-wshaper/po/it/wshaper.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-28 01:36+0200\n" +"PO-Revision-Date: 2013-02-03 14:07+0200\n" +"Last-Translator: Francesco <3gasas@gmail.com>\n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "Collegamento discendente" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Larghezza di banda in downstream in kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Host o rete in notazione CIDR." + +msgid "Interface" +msgstr "Interfaccia" + +msgid "Low priority destination ports" +msgstr "Porte di destinazione a bassa priorità" + +msgid "Low priority hosts (Destination)" +msgstr "Hosts a bassa priorità (Destinazione)" + +msgid "Low priority hosts (Source)" +msgstr "Hosts a bassa priorità (Fonte)" + +msgid "Low priority source ports" +msgstr "Porte sorgenti a bassa priorità" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Larghezza di banda in upstream in kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Impostazioni Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"WonderShaper usa la regolazione del traffico per garantire bassa latenza per " +"il traffico interattivo anche quando la connessione a Internet è molto " +"satura." diff --git a/applications/luci-app-wshaper/po/ja/wshaper.po b/applications/luci-app-wshaper/po/ja/wshaper.po new file mode 100644 index 0000000..d58476c --- /dev/null +++ b/applications/luci-app-wshaper/po/ja/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-17 18:28+0200\n" +"PO-Revision-Date: 2012-03-18 09:07+0200\n" +"Last-Translator: Kentaro \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "下りリンク" + +msgid "Downstream bandwidth in kbit/s" +msgstr "下りリンク帯域 (kbit/sec)" + +msgid "Host or Network in CIDR notation." +msgstr "ホストåã¾ãŸã¯CIDR表記ã®ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã‚¢ãƒ‰ãƒ¬ã‚¹" + +msgid "Interface" +msgstr "インターフェース" + +msgid "Low priority destination ports" +msgstr "低優先度ã®å®›å…ˆãƒãƒ¼ãƒˆ" + +msgid "Low priority hosts (Destination)" +msgstr "低優先度ã®å®›å…ˆãƒ›ã‚¹ãƒˆ" + +msgid "Low priority hosts (Source)" +msgstr "低優先度ã®é€ä¿¡å…ƒãƒ›ã‚¹ãƒˆ" + +msgid "Low priority source ports" +msgstr "低優先度ã®é€ä¿¡å…ƒãƒãƒ¼ãƒˆ" + +msgid "Uplink" +msgstr "上りリンク" + +msgid "Upstream bandwidth in kbit/s" +msgstr "上りリンク帯域 (kbit/sec)" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Wondershaper 設定" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondweshaperã¯ã€ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆæŽ¥ç¶šãŒé£½å’ŒçŠ¶æ…‹ã®å ´åˆã§ã‚‚ã€ä½Žã„レイテンシ・円滑" +"ãªé€šä¿¡ã‚’実ç¾ã™ã‚‹ãŸã‚ã«ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ãƒ»ã‚·ã‚§ãƒ¼ãƒ”ングを行ã„ã¾ã™ã€‚" diff --git a/applications/luci-app-wshaper/po/ms/wshaper.po b/applications/luci-app-wshaper/po/ms/wshaper.po new file mode 100644 index 0000000..ede1386 --- /dev/null +++ b/applications/luci-app-wshaper/po/ms/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Plural-Forms: nplurals=1; plural=0;\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/no/wshaper.po b/applications/luci-app-wshaper/po/no/wshaper.po new file mode 100644 index 0000000..1b1ab32 --- /dev/null +++ b/applications/luci-app-wshaper/po/no/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Language: nn\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/pl/wshaper.po b/applications/luci-app-wshaper/po/pl/wshaper.po new file mode 100644 index 0000000..a85bf00 --- /dev/null +++ b/applications/luci-app-wshaper/po/pl/wshaper.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-14 14:15+0200\n" +"PO-Revision-Date: 2012-04-14 17:21+0200\n" +"Last-Translator: Tomecki \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "Downlink" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Przepustowość pobierania w kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Adres hosta lub adres sieci w notacji CIDR" + +msgid "Interface" +msgstr "Interfejs" + +msgid "Low priority destination ports" +msgstr "Porty docelowe o niskim priorytecie" + +msgid "Low priority hosts (Destination)" +msgstr "Hosty docelowe o niskim priorytecie" + +msgid "Low priority hosts (Source)" +msgstr "Hosty źródÅ‚owe o niskim priorytecie" + +msgid "Low priority source ports" +msgstr "Porty źródÅ‚owe o niskim priorytecie" + +msgid "Uplink" +msgstr "Uplink" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Przepustowość wysyÅ‚ania w kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Ustawienia Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper wykorzystuje ksztaÅ‚towanie ruchu aby zapewnić niskie opóźnienia " +"nawet wtedy, gdy Twoje poÅ‚Ä…czenie internetowe jest wysycone." diff --git a/applications/luci-app-wshaper/po/pt-br/wshaper.po b/applications/luci-app-wshaper/po/pt-br/wshaper.po new file mode 100644 index 0000000..f973ebb --- /dev/null +++ b/applications/luci-app-wshaper/po/pt-br/wshaper.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-10-18 19:32+0200\n" +"PO-Revision-Date: 2011-10-18 19:39+0200\n" +"Last-Translator: Luiz Angelo \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.4\n" + +msgid "Downlink" +msgstr "Velocidade para baixar (downlink)" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Taxa de transferência para baixar em kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "Equipamento ou Rede na notação CIDR." + +msgid "Interface" +msgstr "Interface" + +msgid "Low priority destination ports" +msgstr "Portas de destino de baixa prioridade" + +msgid "Low priority hosts (Destination)" +msgstr "Equipamentos de baixa prioridade (Destino)" + +msgid "Low priority hosts (Source)" +msgstr "Equipamentos de baixa prioridade (Origem)" + +msgid "Low priority source ports" +msgstr "Portas de origem de baixa prioridade" + +msgid "Uplink" +msgstr "Velocidade para subir (uplink)" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Taxa de transferência para subir em kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Configuração do Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper usa o controle de tráfego para garantir baixa latência para " +"tráfego interativo mesmo quando sua conexão com a internet está extremamente " +"saturada." diff --git a/applications/luci-app-wshaper/po/pt/wshaper.po b/applications/luci-app-wshaper/po/pt/wshaper.po new file mode 100644 index 0000000..96a7be8 --- /dev/null +++ b/applications/luci-app-wshaper/po/pt/wshaper.po @@ -0,0 +1,55 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-31 12:13+0200\n" +"PO-Revision-Date: 2013-05-31 12:15+0200\n" +"Last-Translator: joao.f.vieira \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "Interface" + +msgid "Low priority destination ports" +msgstr "Porta de destino com baixa prioridade" + +msgid "Low priority hosts (Destination)" +msgstr "Hosts com baixa prioridade (Destino)" + +msgid "Low priority hosts (Source)" +msgstr "Hosts com baixa prioridade (Origem)" + +msgid "Low priority source ports" +msgstr "Portas de origem com baixa prioridade" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/ro/wshaper.po b/applications/luci-app-wshaper/po/ro/wshaper.po new file mode 100644 index 0000000..d2569f6 --- /dev/null +++ b/applications/luci-app-wshaper/po/ro/wshaper.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-28 18:45+0200\n" +"PO-Revision-Date: 2014-06-28 18:46+0200\n" +"Last-Translator: xxvirusxx \n" +"Language-Team: LANGUAGE \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/ru/wshaper.po b/applications/luci-app-wshaper/po/ru/wshaper.po new file mode 100644 index 0000000..1984aac --- /dev/null +++ b/applications/luci-app-wshaper/po/ru/wshaper.po @@ -0,0 +1,61 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: wsharper\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-01-26 15:09+0200\n" +"PO-Revision-Date: 2012-08-15 11:53+0300\n" +"Last-Translator: Roman A. aka BasicXP \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +msgid "Downlink" +msgstr "ÐиÑходÑщий канал" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Ширина полоÑÑ‹ пропуÑÐºÐ°Ð½Ð¸Ñ Ð¿Ñ€Ñмого канала (кбит/Ñ)" + +msgid "Host or Network in CIDR notation." +msgstr "ХоÑÑ‚ или Ñеть в нотации CIDR." + +msgid "Interface" +msgstr "ИнтерфейÑ" + +msgid "Low priority destination ports" +msgstr "Ðизкоприоритетные порты назначениÑ" + +msgid "Low priority hosts (Destination)" +msgstr "Ðизкоприоритетные хоÑÑ‚Ñ‹ назначениÑ" + +msgid "Low priority hosts (Source)" +msgstr "Ðизкоприоритетные хоÑÑ‚Ñ‹ иÑточника" + +msgid "Low priority source ports" +msgstr "Ðизкоприоритетные порты иÑточника" + +msgid "Uplink" +msgstr "ВоÑходÑщий канал" + +msgid "Upstream bandwidth in kbit/s" +msgstr "ПропуÑÐºÐ½Ð°Ñ ÑпоÑобноÑÑ‚ÑŒ обратного канала (кбит/c)" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "УÑтановки Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper иÑпользует формирование трафика Ð´Ð»Ñ Ð¾Ð±ÐµÑÐ¿ÐµÑ‡ÐµÐ½Ð¸Ñ Ð½Ð¸Ð·ÐºÐ¸Ñ… задержек " +"интерактивного трафика даже в Ñлучае выÑокой загруженноÑти интернет-" +"ÑоединениÑ." diff --git a/applications/luci-app-wshaper/po/sk/wshaper.po b/applications/luci-app-wshaper/po/sk/wshaper.po new file mode 100644 index 0000000..4e03aa8 --- /dev/null +++ b/applications/luci-app-wshaper/po/sk/wshaper.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/sv/wshaper.po b/applications/luci-app-wshaper/po/sv/wshaper.po new file mode 100644 index 0000000..b85651a --- /dev/null +++ b/applications/luci-app-wshaper/po/sv/wshaper.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/templates/wshaper.pot b/applications/luci-app-wshaper/po/templates/wshaper.pot new file mode 100644 index 0000000..42de011 --- /dev/null +++ b/applications/luci-app-wshaper/po/templates/wshaper.pot @@ -0,0 +1,43 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/tr/wshaper.po b/applications/luci-app-wshaper/po/tr/wshaper.po new file mode 100644 index 0000000..7c0acb0 --- /dev/null +++ b/applications/luci-app-wshaper/po/tr/wshaper.po @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/uk/wshaper.po b/applications/luci-app-wshaper/po/uk/wshaper.po new file mode 100644 index 0000000..94d20df --- /dev/null +++ b/applications/luci-app-wshaper/po/uk/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-04-28 21:54+0200\n" +"Last-Translator: Yurii \n" +"Language-Team: none\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "ПрÑмий канал" + +msgid "Downstream bandwidth in kbit/s" +msgstr "Ширина Ñмуги пропуÑÐºÐ°Ð½Ð½Ñ Ð¿Ñ€Ñмого каналу (кбіт/Ñ)" + +msgid "Host or Network in CIDR notation." +msgstr "Вузол або мережа в нотації CIDR." + +msgid "Interface" +msgstr "ІнтерфейÑ" + +msgid "Low priority destination ports" +msgstr "Ðизькопріоритетні порти призначеннÑ" + +msgid "Low priority hosts (Destination)" +msgstr "Ðизькопріоритетні вузли призначеннÑ" + +msgid "Low priority hosts (Source)" +msgstr "Ðизькопріоритетні вузли джерела" + +msgid "Low priority source ports" +msgstr "Ðизькопріоритетні порти джерела" + +msgid "Uplink" +msgstr "Зворотній канал" + +msgid "Upstream bandwidth in kbit/s" +msgstr "Ширина Ñмуги пропуÑÐºÐ°Ð½Ð½Ñ Ð·Ð²Ð¾Ñ€Ð¾Ñ‚Ð½Ð¾Ð³Ð¾ каналу (кбіт/c)" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Wondershaper" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper викориÑтовує Ñ„Ð¾Ñ€Ð¼ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‚Ñ€Ð°Ñ„Ñ–ÐºÑƒ Ð´Ð»Ñ Ð·Ð°Ð±ÐµÐ·Ð¿ÐµÑ‡ÐµÐ½Ð½Ñ Ð½Ð¸Ð·ÑŒÐºÐ¾Ñ— " +"затримки інтерактивного трафіку, навіть Ñкщо ваше з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· інтернетом " +"дуже наÑичене." diff --git a/applications/luci-app-wshaper/po/vi/wshaper.po b/applications/luci-app-wshaper/po/vi/wshaper.po new file mode 100644 index 0000000..e0b8e53 --- /dev/null +++ b/applications/luci-app-wshaper/po/vi/wshaper.po @@ -0,0 +1,54 @@ +msgid "" +msgstr "" +"Plural-Forms: nplurals=1; plural=0;\n" +"Project-Id-Version: LuCI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"X-Generator: Poedit 1.6.10\n" + +msgid "Downlink" +msgstr "" + +msgid "Downstream bandwidth in kbit/s" +msgstr "" + +msgid "Host or Network in CIDR notation." +msgstr "" + +msgid "Interface" +msgstr "" + +msgid "Low priority destination ports" +msgstr "" + +msgid "Low priority hosts (Destination)" +msgstr "" + +msgid "Low priority hosts (Source)" +msgstr "" + +msgid "Low priority source ports" +msgstr "" + +msgid "Uplink" +msgstr "" + +msgid "Upstream bandwidth in kbit/s" +msgstr "" + +msgid "Wondershaper" +msgstr "" + +msgid "Wondershaper settings" +msgstr "" + +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" diff --git a/applications/luci-app-wshaper/po/zh-cn/wshaper.po b/applications/luci-app-wshaper/po/zh-cn/wshaper.po new file mode 100644 index 0000000..a35ccd0 --- /dev/null +++ b/applications/luci-app-wshaper/po/zh-cn/wshaper.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-11-03 08:25+0200\n" +"PO-Revision-Date: 2013-10-10 20:15+0200\n" +"Last-Translator: Tanyingyu \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "下载链接" + +msgid "Downstream bandwidth in kbit/s" +msgstr "下载带宽kbit/s" + +msgid "Host or Network in CIDR notation." +msgstr "主机或网络的CIDR标记。" + +msgid "Interface" +msgstr "端å£" + +msgid "Low priority destination ports" +msgstr "低优先级目标端å£" + +msgid "Low priority hosts (Destination)" +msgstr "低优先级目标主机" + +msgid "Low priority hosts (Source)" +msgstr "低优先级æºä¸»æœº" + +msgid "Low priority source ports" +msgstr "低优先级æºç«¯å£" + +msgid "Uplink" +msgstr "上è”" + +msgid "Upstream bandwidth in kbit/s" +msgstr "上行带宽kbit/s" + +msgid "Wondershaper" +msgstr "Wondershaper" + +msgid "Wondershaper settings" +msgstr "Wondershaper设置" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"Wondershaper通过æµé‡åŒ¹é…,ç¡®ä¿ä½Žå»¶æ—¶çš„交互数æ®åŒ…,甚至当你的互è”网连接是高度饱" +"和。" diff --git a/applications/luci-app-wshaper/po/zh-tw/wshaper.po b/applications/luci-app-wshaper/po/zh-tw/wshaper.po new file mode 100644 index 0000000..1814825 --- /dev/null +++ b/applications/luci-app-wshaper/po/zh-tw/wshaper.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2014-05-14 12:40+0200\n" +"Last-Translator: omnistack \n" +"Language-Team: none\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "Downlink" +msgstr "下載" + +msgid "Downstream bandwidth in kbit/s" +msgstr "以 kbit/s表示的下載頻寬" + +msgid "Host or Network in CIDR notation." +msgstr "CIDR無類別域間路由中的主機或網路" + +msgid "Interface" +msgstr "介é¢" + +msgid "Low priority destination ports" +msgstr "低優先權目地埠號" + +msgid "Low priority hosts (Destination)" +msgstr "低優先權主機(目的地)" + +msgid "Low priority hosts (Source)" +msgstr "低優先權主機(來æº)" + +msgid "Low priority source ports" +msgstr "低優先權來æºåŸ è™Ÿ" + +msgid "Uplink" +msgstr "上傳" + +msgid "Upstream bandwidth in kbit/s" +msgstr "以kbit/s表示的上傳頻寬" + +msgid "Wondershaper" +msgstr "Wondershaper頻寬管ç†" + +msgid "Wondershaper settings" +msgstr "Wondershaper設定值" + +#, fuzzy +msgid "" +"Wondershaper shapes traffic to ensure low latencies for interactive traffic " +"even when your internet connection is highly saturated." +msgstr "" +"既使你的網路連線é”到高飽和, Wondershaper採用æµé‡éŠ³åŒ–塑形以é‡å°æœªçŸ¥çš„æµé‡ä¿è­‰" +"低延é²" diff --git a/applications/luci-app-wshaper/root/etc/uci-defaults/wshaper b/applications/luci-app-wshaper/root/etc/uci-defaults/wshaper new file mode 100644 index 0000000..918dff2 --- /dev/null +++ b/applications/luci-app-wshaper/root/etc/uci-defaults/wshaper @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@wshaper[-1] + set ucitrack.wshaper="wshaper" + set ucitrack.wshaper.exec='/etc/init.d/wshaper start' + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/audio/mpd/mpd.conf b/audio/mpd/mpd.conf new file mode 100644 index 0000000..50be766 --- /dev/null +++ b/audio/mpd/mpd.conf @@ -0,0 +1,54 @@ +# +music_directory "/home/wintervenom/Music" +playlist_directory "/home/wintervenom/Music/Playlists" +db_file "/home/wintervenom/.config/mpd/mpd.db" +log_file "/home/wintervenom/.config/mpd/mpd.log" +pid_file "/home/wintervenom/.config/mpd/mpd.pid" +state_file "/home/wintervenom/.config/mpd/mpdstate" +sticker_file "/home/wintervenom/.config/mpd/mpd.sticker.db" + +#bind_to_address "0.0.0.0" +bind_to_address "127.0.0.1" +#default_permissions "read" + +auto_update "yes" +#metadata_to_use "artist,album,title" +save_absolute_paths_in_playlists "no" +zeroconf_enabled "yes" +zeroconf_name "MPD" +gapless_mp3_playback "yes" +replaygain "track" +replaygain_preamp "6" +volume_normalization "yes" +#audio_buffer_size "8192" +#buffer_before_play "100%" +max_playlist_length "300000" +#max_command_list_size "2048" +max_output_buffer_size "16384" + +input { + plugin "curl" +} + +audio_output { + name "pulse" + type "pulse" +} + +#audio_output { +# name "http" +# type "httpd" +# port "6601" +# bind_to_address "0.0.0.0" +# encoder "lame" +# quality "4.0" +# format "44100:16:2" +# max_clients "4" +#} + +audio_output { + name "fifo" + type "fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} diff --git a/audio/mpd/ncmpcpp/config b/audio/mpd/ncmpcpp/config new file mode 100644 index 0000000..e3f10b7 --- /dev/null +++ b/audio/mpd/ncmpcpp/config @@ -0,0 +1,271 @@ +##### directories ###### +#ncmpcpp_directory = "~/.ncmpcpp" +#lyrics_directory = "~/.lyrics" + +##### connection settings ##### +## set it in order to make tag editor and renaming files work properly +mpd_host = "localhost" +mpd_port = "6600" +mpd_music_dir = "/home/wintervenom/Music/Library" +mpd_connection_timeout = "5" +mpd_crossfade_time = "10" + +##### music visualizer ##### +visualizer_in_stereo = "yes" +visualizer_fifo_path = "/tmp/mpd.fifo" +visualizer_output_name = "fifo" +visualizer_sync_interval = "20" +visualizer_type = "spectrum" +#visualizer_look = "◆│" +visualizer_look = "██" + + +##### delays ##### +#playlist_disable_highlight_delay = "5" +#message_delay_time = "4" + +##### song format ##### +## %l - length +## %f - filename +## %D - directory +## %a - artist +## %A - album artist +## %t - title +## %b - album +## %y - date +## %n - track number (01/12 -> 01) +## %N - full track info (01/12 -> 01/12) +## %g - genre +## %c - composer +## %p - performer +## %d - disc +## %C - comment +## %P - priority +## $R - begin right alignment +## +## you can also put them in { } and then it will be displayed +## only if all requested values are available and/or define alternate +## value with { }|{ } eg. {%a - %t}|{%f} +## +## Note: If you want to set limit on maximal length of a tag, just +## put the appropriate number between % and character that defines +## tag type, e.g. to make album take max. 20 terminal cells, use '%20b'. +## +## Note: Format that is similar to "%a - %t" (i.e. without any additional +## braces) is equal to "{%a - %t}", so if one of the tags is missing, +## you'll get nothing. +## +## text can also have different color than the main window has, +## eg. if you want length to be green, write $3%l$9 +## +## available values: +## +## - 0 - default window color (discards all other colors) +## - 1 - black +## - 2 - red +## - 3 - green +## - 4 - yellow +## - 5 - blue +## - 6 - magenta +## - 7 - cyan +## - 8 - white +## - 9 - end of current color +## +## Note: colors can be nested. +## + +#song_list_format = "{%a - }{%t}|{$8%f$9}$R{$3(%l)$9}" +#song_status_format = "{{%a{ \"%b\"{ (%y)}} - }{%t}}|{%f}" +#song_library_format = "{%n - }{%t}|{%f}" +#tag_editor_album_format = "{(%y) }%b" + +browser_sort_mode = "name" +#browser_sort_format = "{%a - }{%t}|{%f} {(%l)}" + +## Note: Below variables are for alternative version of user's interface. +## Their syntax supports all tags and colors listed above plus some extra +## markers used for text attributes. They are followed by character '$'. +## After that you can put: +## +## - b - bold text +## - u - underline text +## - r - reverse colors +## - a - use alternative character set +## +## If you don't want to use an attribute anymore, just put it again, but +## this time insert character '/' between '$' and attribute character, +## e.g. {$b%t$/b}|{$r%f$/r} will display bolded title tag or filename +## with reversed colors. +## + +#alternative_header_first_line_format = "$b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b" +#alternative_header_second_line_format = "{{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}" + +#now_playing_prefix = "$b" +#now_playing_suffix = "$/b" +#browser_playlist_prefix = "$2playlist$9 " +#selected_item_prefix = "$6" +#selected_item_suffix = "$9" +#modified_item_prefix = "$3> $9" + +#song_window_title_format = "{%a - }{%t}|{%f}" + +##### columns settings ##### +## syntax of song columns list format is "column column etc." +## +## - syntax for each column is: +## +## (width of column)[column's color]{displayed tag} +## +## Note: Width is by default in %, if you want a column to +## have fixed size, add 'f' after the value, e.g. (10)[white]{a} +## will be the column that take 10% of screen (so the real column's +## width will depend on actual screen size), whereas (10f)[white]{a} +## will take 10 terminal cells, no matter how wide the screen is. +## +## - color is optional (if you want the default one, type []) +## +## Note: You can give a column additional attributes by putting appropriate +## character after displayed tag character. Available attributes are: +## +## - r - column will be right aligned +## - E - if tag is empty, empty tag marker won't be displayed +## +## You can also: +## +## - give a column custom name by putting it after attributes, +## separated with character ':', e.g. {lr:Length} gives you +## right aligned column of lengths named "Length". +## +## - define sequence of tags, that have to be displayed in case +## predecessor is empty in a way similar to the one in classic +## song format, i.e. using '|' character, e.g. {a|c|p:Owner} +## creates column named "Owner" that tries to display artist +## tag and then composer and performer if previous ones are +## not available. +## + +#song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (40)[]{t|f} (30)[red]{b}" + +##### various settings ##### +## +## Note: Custom command that will be executed each +## time song changes. Useful for notifications etc. +## +## Attention: It doesn't support song format anymore. +## Use `ncmpcpp --now-playing SONG_FORMAT` instead. +## +#execute_on_song_change = "" +# +playlist_show_remaining_time = "yes" +#playlist_shorten_total_times = "no" +#playlist_separate_albums = "no" +playlist_display_mode = "columns" +browser_display_mode = "columns" +search_engine_display_mode = "columns" +playlist_editor_display_mode = "columns" +#discard_colors_if_item_is_selected = "yes" +#incremental_seeking = "yes" +#seek_time = "1" +#volume_change_step = "1" +autocenter_mode = "yes" +#centered_cursor = "no" + +#progressbar_look = "=>" +#progressbar_boldness = "yes" +#default_place_to_search_in = "database" (database/playlist) +user_interface = "alternative" +#media_library_left_column = "a" (possible values: a,y,g,c,p, legend above) +#default_find_mode = "wrapped" (wrapped/normal) +#default_space_mode = "add" (add/select) +#default_tag_editor_pattern = "%n - %t" +#header_visibility = "yes" +#statusbar_visibility = "yes" +#titles_visibility = "yes" +#header_text_scrolling = "yes" +#fancy_scrolling = "yes" +#cyclic_scrolling = "no" +#lines_scrolled = "2" +#follow_now_playing_lyrics = "no" +#fetch_lyrics_for_current_song_in_background = "no" +#store_lyrics_in_song_dir = "no" + +generate_win32_compatible_filenames = "yes" +#lastfm_preferred_language = "" +#ncmpc_like_songs_adding = "no" (enabled - add/remove, disabled - always add) +#show_hidden_files_in_local_browser = "no" +#display_screens_numbers_on_start = "yes" + +## Screen numbers you can use after 'sequence' keyword are: +## +## - 1 - help +## - 2 - playlist +## - 3 - browser +## - 4 - search engine +## - 5 - media library +## - 6 - playlist editor +## - 7 - tag editor +## - 8 - outputs +## - 9 - visualizer +## - 10 - clock +## +## As you can see, above example will switch between +## playlist, visualizer and media library screens. +## +#screen_switcher_mode = "sequence: 2 -> 3" + +#locked_screen_width_part = "50" +#ask_for_locked_screen_width_part = "yes" + +#startup_screen = "2" +jump_to_now_playing_song_at_start = "yes" +clock_display_seconds = "yes" +display_volume_level = "yes" +display_bitrate = "yes" +display_remaining_time = "yes" +#regular_expressions = "none" (none/basic/extended) + +ignore_leading_the = "yes" +#block_search_constraints_change_if_items_found = "yes" +#mouse_support = "yes" +#mouse_list_scroll_whole_page = "yes" + +#empty_tag_marker = "" +#tags_separator = " | " +#tag_editor_extended_numeration = "no" +#media_library_sort_by_mtime = "no" +#enable_window_title = "yes" + +## Note: You can choose default search mode for search +## engine. Available modes are: +## +## - 1 - use mpd built-in searching (no regexes, pattern matching) +## - 2 - use ncmpcpp searching (pattern matching with support for regexes, +## but if your mpd is on a remote machine, downloading big database +## to process it can take a while +## - 3 - match only exact values (this mode uses mpd function for searching +## in database and local one for searching in current playlist) +## +search_engine_default_search_mode = "2" + +external_editor = "vim" +use_console_editor = "yes" + +#colors_enabled = "yes" +#empty_tag_color = "cyan" +#header_window_color = "default" +#volume_color = "default" +#state_line_color = "default" +#state_flags_color = "default" +#main_window_color = "yellow" +#color1 = "white" +#color2 = "green" +#main_window_highlight_color = "yellow" +#progressbar_color = "default" +#progressbar_elapsed_color = "default" +#statusbar_color = "default" +#alternative_ui_separator_color = "black" +#active_column_color = "red" +#visualizer_color = "yellow" +#window_border_color = "green" +#active_window_border = "red" diff --git a/audio/mpd/ncmpcpp/keys b/audio/mpd/ncmpcpp/keys new file mode 100644 index 0000000..46b283a --- /dev/null +++ b/audio/mpd/ncmpcpp/keys @@ -0,0 +1,166 @@ +##################################################### +## this is example key configuration file, copy it ## +## to ~/.ncmpcpp/keys and set up your preferences ## +##################################################### +## +## Tips: +## - it's possible to bind maximum two keys to a command +## - keys can be defined with a character or a decimal value +## - a command can be disabled by binding it to 0 +## +## Note: First bind of volume_up/down +## will be used to switch between columns. +## +# +#key_up = 259 'k' +# +#key_down = 258 'j' +# +#key_up_album = '[' +# +#key_down_album = ']' +# +#key_up_artist = '{' +# +#key_down_artist = '}' +# +#key_page_up = 339 +# +#key_page_down = 338 +# +#key_home = 262 +# +#key_end = 360 +# +#key_space = 32 +# +#key_enter = 10 +# +#key_delete = 330 'd' +# +#key_volume_up = 261 '+' +# +#key_volume_down = 260 '-' +# +#key_toggle_space_mode = 't' +# +#key_toggle_add_mode = 'T' +# +#key_toggle_mouse = '|' +# +#key_screen_switcher = 9 +# +#key_help = '1' 265 +# +#key_playlist = '2' 266 +# +#key_browser = '3' 267 +# +#key_search_engine = '4' 268 +# +#key_media_library = '5' 269 +# +#key_playlist_editor = '6' 270 +# +#key_tag_editor = '7' 271 +# +#key_outputs = '8' 272 +# +#key_music_visualizer = '9' 273 +# +#key_clock = '0' 274 +# +#key_server_info = '@' +# +#key_stop = 's' +# +#key_pause = 'P' +# +#key_next = '>' +# +#key_prev = '<' +# +#key_seek_forward = 'f' +# +#key_seek_backward = 'b' +# +#key_toggle_repeat = 'r' +# +#key_toggle_random = 'z' +# +#key_toggle_single = 'y' +# +#key_toggle_consume = 'R' +# +#key_toggle_replay_gain_mode = 'Y' +# +#key_shuffle = 'Z' +# +#key_toggle_crossfade = 'x' +# +#key_set_crossfade = 'X' +# +#key_update_db = 'u' +# +#key_sort_playlist = 22 +# +#key_apply_filter = 6 +# +#key_find_forward = '/' +# +#key_find_backward = '?' +# +#key_next_found_position = '.' +# +#key_prev_found_position = ',' +# +#key_toggle_find_mode = 'w' +# +#key_edit_tags = 'e' +# +#key_go_to_position = 'g' +# +#key_song_info = 'i' +# +#key_artist_info = 'I' +# +#key_lyrics = 'l' +# +#key_reverse_selection = 'v' +# +#key_deselect_all = 'V' +# +#key_add_selected_items = 'A' +# +#key_clear = 'c' +# +#key_crop = 'C' +# +#key_move_song_up = 'm' +# +#key_move_song_down = 'n' +# +#key_move_to = 'M' +# +#key_add = 'a' +# +#key_save_playlist = 'S' +# +#key_go_to_now_playing = 'o' +# +#key_toggle_auto_center = 'U' +# +#key_toggle_display_mode = 'p' +# +#key_toggle_lyrics_db = 'L' +# +#key_go_to_containing_directory = 'G' +# +#key_go_to_media_library = '~' +# +#key_go_to_parent_dir = 263 127 +# +#key_switch_tag_type_list = '`' +# +#key_quit = 'q' 'Q' +# diff --git a/build/i18n-init.sh b/build/i18n-init.sh new file mode 100755 index 0000000..b20fbc3 --- /dev/null +++ b/build/i18n-init.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +PATTERN=$1 +SCM= + +[ -d .svn ] && SCM="svn" +git=$( which git 2>/dev/null ) +[ "$git" ] && "$git" status >/dev/null && SCM="git" + +[ -z "$SCM" ] && { + echo "Unsupported SCM tool" >&2 + exit 1 +} + +[ -z "$PATTERN" ] && PATTERN="*.pot" + +for lang in $(cd po; echo ?? ??_??); do + for file in $(cd po/templates; echo $PATTERN); do + if [ -f po/templates/$file -a ! -f "po/$lang/${file%.pot}.po" ]; then + msginit --no-translator -l "$lang" -i "po/templates/$file" -o "po/$lang/${file%.pot}.po" + $SCM add "po/$lang/${file%.pot}.po" + fi + done +done diff --git a/build/i18n-po2lua.pl b/build/i18n-po2lua.pl new file mode 100755 index 0000000..5129055 --- /dev/null +++ b/build/i18n-po2lua.pl @@ -0,0 +1,27 @@ +#!/usr/bin/perl + +@ARGV == 2 || die "Usage: $0 \n"; + +my $source_dir = shift @ARGV; +my $target_dir = shift @ARGV; + +if( ! -d $target_dir ) +{ + system('mkdir', '-p', $target_dir); +} + +if( open F, "find $source_dir -type f -name '*.po' |" ) +{ + while( chomp( my $file = readline F ) ) + { + my ( $lang, $basename ) = $file =~ m{.+/(\w+)/([^/]+)\.po$}; + $lang = lc $lang; + $lang =~ s/_/-/g; + + printf "Generating %-40s ", "$target_dir/$basename.$lang.lmo"; + system("./build/po2lmo", $file, "$target_dir/$basename.$lang.lmo"); + print ( -f "$target_dir/$basename.$lang.lmo" ? "done\n" : "empty\n" ); + } + + close F; +} diff --git a/build/i18n-scan.pl b/build/i18n-scan.pl new file mode 100755 index 0000000..899d90d --- /dev/null +++ b/build/i18n-scan.pl @@ -0,0 +1,128 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use Text::Balanced qw(extract_bracketed extract_delimited extract_tagged); + +@ARGV >= 1 || die "Usage: $0 \n"; + + +my %stringtable; + +sub dec_lua_str +{ + my $s = shift; + $s =~ s/[\s\n]+/ /g; + $s =~ s/\\n/\n/g; + $s =~ s/\\t/\t/g; + $s =~ s/\\(.)/$1/g; + $s =~ s/^ //; + $s =~ s/ $//; + return $s; +} + +sub dec_tpl_str +{ + my $s = shift; + $s =~ s/-$//; + $s =~ s/[\s\n]+/ /g; + $s =~ s/^ //; + $s =~ s/ $//; + $s =~ s/\\/\\\\/g; + return $s; +} + + +if( open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' ')' |" ) +{ + while( defined( my $file = readline F ) ) + { + chomp $file; + + if( open S, "< $file" ) + { + local $/ = undef; + my $raw = ; + close S; + + + my $text = $raw; + + while( $text =~ s/ ^ .*? (?:translate|translatef|i18n|_) [\n\s]* \( /(/sgx ) + { + ( my $code, $text ) = extract_bracketed($text, q{('")}); + + $code =~ s/\\\n/ /g; + $code =~ s/^\([\n\s]*//; + $code =~ s/[\n\s]*\)$//; + + my $res = ""; + my $sub = ""; + + if( $code =~ /^['"]/ ) + { + while( defined $sub ) + { + ( $sub, $code ) = extract_delimited($code, q{'"}, q{\s*(?:\.\.\s*)?}); + + if( defined $sub && length($sub) > 2 ) + { + $res .= substr $sub, 1, length($sub) - 2; + } + else + { + undef $sub; + } + } + } + elsif( $code =~ /^(\[=*\[)/ ) + { + my $stag = quotemeta $1; + my $etag = $stag; + $etag =~ s/\[/]/g; + + ( $res ) = extract_tagged($code, $stag, $etag); + + $res =~ s/^$stag//; + $res =~ s/$etag$//; + } + + $res = dec_lua_str($res); + $stringtable{$res}++ if $res; + } + + + $text = $raw; + + while( $text =~ s/ ^ .*? <% -? [:_] /<%/sgx ) + { + ( my $code, $text ) = extract_tagged($text, '<%', '%>'); + + if( defined $code ) + { + $code = dec_tpl_str(substr $code, 2, length($code) - 4); + $stringtable{$code}++; + } + } + } + } + + close F; +} + + +if( open C, "| msgcat -" ) +{ + printf C "msgid \"\"\nmsgstr \"Content-Type: text/plain; charset=UTF-8\"\n\n"; + + foreach my $key ( sort keys %stringtable ) + { + if( length $key ) + { + $key =~ s/"/\\"/g; + printf C "msgid \"%s\"\nmsgstr \"\"\n\n", $key; + } + } + + close C; +} diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh new file mode 100755 index 0000000..d4f9666 --- /dev/null +++ b/build/i18n-sync.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +[ -d ./build ] || { + echo "Execute as ./build/i18n-sync.sh" >&2 + exit 1 +} + +./build/mkbasepot.sh + +find . -name '*.pot' -and -not -name base.pot -and -not -name rrdtool.pot | \ + while read path; do + dir="${path%/po/templates/*}" + echo -n "Updating ${path#./} ... " + ./build/i18n-scan.pl "$dir" > "$path" + echo "done" + done + +./build/i18n-update.pl diff --git a/build/i18n-update.pl b/build/i18n-update.pl new file mode 100755 index 0000000..c82b4fe --- /dev/null +++ b/build/i18n-update.pl @@ -0,0 +1,83 @@ +#!/usr/bin/perl + +@ARGV <= 2 || die "Usage: $0 [] []\n"; + +my $source = shift @ARGV; +my $pattern = shift @ARGV || '*.po'; + +sub read_header +{ + my $file = shift || return; + local $/; + + open P, "< $file" || die "open(): $!"; + my $data = readline P; + close P; + + $data =~ / + ^ ( + msgid \s "" \n + msgstr \s "" \n + (?: " [^\n]+ " \n )+ + \n ) + /mx; + + return $1; +} + +sub write_header +{ + my $file = shift || return; + my $head = shift || return; + local $/; + + open P, "< $file" || die "open(): $!"; + my $data = readline P; + close P; + + $data =~ s/ + ^ ( + msgid \s "" \n + msgstr \s "" \n + (?: " [^\n]+ " \n )+ + \n ) + /$head/mx; + + open P, "> $file" || die "open(): $!"; + print P $data; + close P; +} + +my @dirs; + +if( ! $source ) +{ + @dirs = glob("./*/*/po/"); +} +else +{ + @dirs = ( $source ); +} + +foreach my $dir (@dirs) +{ + if( open F, "find $dir -type f -name '$pattern' |" ) + { + while( chomp( my $file = readline F ) ) + { + my ( $basename ) = $file =~ m{.+/([^/]+)\.po$}; + + if( -f "$dir/templates/$basename.pot" ) + { + my $head = read_header($file); + + printf "Updating %-40s", $file; + system("msgmerge", "-U", "-N", $file, "$dir/templates/$basename.pot"); + + write_header($file, $head); + } + } + + close F; + } +} diff --git a/build/luadoc/doc.lua b/build/luadoc/doc.lua new file mode 100755 index 0000000..383dde2 --- /dev/null +++ b/build/luadoc/doc.lua @@ -0,0 +1,126 @@ +#!/usr/bin/env lua +------------------------------------------------------------------------------- +-- LuaDoc launcher. +-- @release $Id: luadoc.lua.in,v 1.1 2008/02/17 06:42:51 jasonsantos Exp $ +------------------------------------------------------------------------------- + +--local source = debug.getinfo(1).source or "" +--local mypath = source:match("@(.+)/[^/]+") + +--package.path = package.path .. ";" .. mypath .. "/?.lua;" .. mypath .. "/?/init.lua" + +require "luadoc.init" + +------------------------------------------------------------------------------- +-- Print version number. + +local function print_version () + print (string.format("%s\n%s\n%s", + luadoc._VERSION, + luadoc._DESCRIPTION, + luadoc._COPYRIGHT)) +end + +------------------------------------------------------------------------------- +-- Print usage message. + +local function print_help () + print ("Usage: "..arg[0]..[[ [options|files] +Generate documentation from files. Available options are: + -d path output directory path + -t path template directory path + -h, --help print this help and exit + --noindexpage do not generate global index page + --nofiles do not generate documentation for files + --nomodules do not generate documentation for modules + --doclet doclet_module doclet module to generate output + --taglet taglet_module taglet module to parse input code + -q, --quiet suppress all normal output + -v, --version print version information]]) +end + +local function off_messages (arg, i, options) + options.verbose = nil +end + +------------------------------------------------------------------------------- +-- Process options. TODO: use getopts. +-- @class table +-- @name OPTIONS + +local OPTIONS = { + d = function (arg, i, options) + local dir = arg[i+1] + if string.sub (dir, -2) ~= "/" then + dir = dir..'/' + end + options.output_dir = dir + return 1 + end, + t = function (arg, i, options) + local dir = arg[i+1] + if string.sub (dir, -2) ~= "/" then + dir = dir..'/' + end + options.template_dir = dir + return 1 + end, + h = print_help, + help = print_help, + q = off_messages, + quiet = off_messages, + v = print_version, + version = print_version, + doclet = function (arg, i, options) + options.doclet = arg[i+1] + return 1 + end, + taglet = function (arg, i, options) + options.taglet = arg[i+1] + return 1 + end, +} + +------------------------------------------------------------------------------- + +local function process_options (arg) + local files = {} + local options = require "luadoc.config" + local i = 1 + while i <= #arg do + local argi = arg[i] + if string.sub (argi, 1, 1) ~= '-' then + table.insert (files, argi) + else + local opt = string.sub (argi, 2) + if string.sub (opt, 1, 1) == '-' then + opt = string.gsub (opt, "%-", "") + end + if OPTIONS[opt] then + if OPTIONS[opt] (arg, i, options) then + i = i + 1 + end + else + options[opt] = 1 + end + end + i = i+1 + end + return files, options +end + +------------------------------------------------------------------------------- +-- Main function. Process command-line parameters and call luadoc processor. + +function main (arg) + -- Process options + local argc = #arg + if argc < 1 then + print_help () + return + end + local files, options = process_options (arg) + return luadoc.main(files, options) +end + +main(arg) diff --git a/build/luadoc/luadoc/config.lua b/build/luadoc/luadoc/config.lua new file mode 100644 index 0000000..9e4b9de --- /dev/null +++ b/build/luadoc/luadoc/config.lua @@ -0,0 +1,34 @@ +------------------------------------------------------------------------------- +-- LuaDoc configuration file. This file contains the default options for +-- luadoc operation. These options can be overriden by the command line tool +-- @see luadoc.print_help +-- @release $Id: config.lua,v 1.6 2007/04/18 14:28:39 tomas Exp $ +------------------------------------------------------------------------------- + +module "luadoc.config" + +------------------------------------------------------------------------------- +-- Default options +-- @class table +-- @name default_options +-- @field output_dir default output directory for generated documentation, used +-- by several doclets +-- @field taglet parser used to analyze source code input +-- @field doclet documentation generator +-- @field template_dir directory with documentation templates, used by the html +-- doclet +-- @field verbose command line tool configuration to output processing +-- information + +local default_options = { + output_dir = "", + taglet = "luadoc.taglet.standard", + doclet = "luadoc.doclet.html", + -- TODO: find a way to define doclet specific options + template_dir = "luadoc/doclet/html/", + nomodules = false, + nofiles = false, + verbose = true, +} + +return default_options diff --git a/build/luadoc/luadoc/doclet/debug.lua b/build/luadoc/luadoc/doclet/debug.lua new file mode 100644 index 0000000..0b75f84 --- /dev/null +++ b/build/luadoc/luadoc/doclet/debug.lua @@ -0,0 +1,46 @@ +----------------------------------------------------------------- +-- LuaDoc debugging facilities. +-- @release $Id: debug.lua,v 1.3 2007/04/18 14:28:39 tomas Exp $ +----------------------------------------------------------------- + +module "luadoc.doclet.debug" + +function printline() + print(string.rep('-', 79)) +end + +----------------------------------------------------------------- +-- Print debug information about document +-- @param doc Table with the structured documentation. + +function start (doc) + print("Files:") + for _, filepath in ipairs(doc.files) do + print('\t', filepath) + end + printline() + + print("Modules:") + for _, modulename in ipairs(doc.modules) do + print('\t', modulename) + end + printline() + + for i, v in pairs(doc.files) do + print('\t', i, v) + end + printline() + for i, v in pairs(doc.files[doc.files[1]]) do + print(i, v) + end + + printline() + for i, v in pairs(doc.files[doc.files[1]].doc[1]) do + print(i, v) + end + printline() + print("Params") + for i, v in pairs(doc.files[doc.files[1]].doc[1].param) do + print(i, v) + end +end diff --git a/build/luadoc/luadoc/doclet/formatter.lua b/build/luadoc/luadoc/doclet/formatter.lua new file mode 100644 index 0000000..2d72538 --- /dev/null +++ b/build/luadoc/luadoc/doclet/formatter.lua @@ -0,0 +1,84 @@ +------------------------------------------------------------------------------- +-- Doclet to format source code according to LuaDoc standard tags. This doclet +-- (re)write .lua files adding missing standard tags. Texts are formatted to +-- 80 columns and function parameters are added based on code analysis. +-- +-- @release $Id: formatter.lua,v 1.5 2007/04/18 14:28:39 tomas Exp $ +------------------------------------------------------------------------------- + +local util = require "luadoc.util" +local assert, ipairs, pairs, type = assert, ipairs, pairs, type +local string = require"string" +local table = require"table" + +module "luadoc.doclet.formatter" + +options = { + output_dir = "./", +} + +------------------------------------------------------------------------------- +-- Assembly the output filename for an input file. +-- TODO: change the name of this function +function out_file (filename) + local h = filename + h = options.output_dir..h + return h +end + +------------------------------------------------------------------------------- +-- Generate a new lua file for each input lua file. If the user does not +-- specify a different output directory input files will be rewritten. +-- @param doc documentation table + +function start (doc) + local todo = "" + + -- Process files + for i, file_doc in ipairs(doc.files) do + -- assembly the filename + local filename = out_file(file_doc.name) + luadoc.logger:info(string.format("generating file `%s'", filename)) + + -- TODO: confirm file overwrite + local f = posix.open(filename, "w") + assert(f, string.format("could not open `%s' for writing", filename)) + + for _, block in ipairs(file_doc.doc) do + + -- write reorganized comments + f:write(string.rep("-", 80).."\n") + + -- description + f:write(util.comment(util.wrap(block.description, 77))) + f:write("\n") + + if block.class == "function" then + -- parameters + table.foreachi(block.param, function (_, param_name) + f:write(util.comment(util.wrap(string.format("@param %s %s", param_name, block.param[param_name] or todo), 77))) + f:write("\n") + end) + + -- return + if type(block.ret) == "table" then + table.foreachi(block.ret, function (_, ret) + f:write(util.comment(util.wrap(string.format("@return %s", ret), 77)).."\n") + end) + else + f:write(util.comment(util.wrap(string.format("@return %s", block.ret or todo), 77)).."\n") + end + end + + -- TODO: usage + -- TODO: see + + -- write code + for _, line in ipairs(block.code) do + f:write(line.."\n") + end + end + + f:close() + end +end diff --git a/build/luadoc/luadoc/doclet/html.lua b/build/luadoc/luadoc/doclet/html.lua new file mode 100644 index 0000000..e77fb74 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html.lua @@ -0,0 +1,275 @@ +------------------------------------------------------------------------------- +-- Doclet that generates HTML output. This doclet generates a set of html files +-- based on a group of templates. The main templates are: +--
    +--
  • index.lp: index of modules and files;
  • +--
  • file.lp: documentation for a lua file;
  • +--
  • module.lp: documentation for a lua module;
  • +--
  • function.lp: documentation for a lua function. This is a +-- sub-template used by the others.
  • +--
+-- +-- @release $Id: html.lua,v 1.29 2007/12/21 17:50:48 tomas Exp $ +------------------------------------------------------------------------------- + +local assert, getfenv, ipairs, loadstring, pairs, setfenv, tostring, tonumber, type = assert, getfenv, ipairs, loadstring, pairs, setfenv, tostring, tonumber, type +local io = require"io" +local posix = require "nixio.fs" +local lp = require "luadoc.lp" +local luadoc = require"luadoc" +local package = package +local string = require"string" +local table = require"table" + +module "luadoc.doclet.html" + +------------------------------------------------------------------------------- +-- Looks for a file `name' in given path. Removed from compat-5.1 +-- @param path String with the path. +-- @param name String with the name to look for. +-- @return String with the complete path of the file found +-- or nil in case the file is not found. + +local function search (path, name) + for c in string.gfind(path, "[^;]+") do + c = string.gsub(c, "%?", name) + local f = io.open(c) + if f then -- file exist? + f:close() + return c + end + end + return nil -- file not found +end + +------------------------------------------------------------------------------- +-- Include the result of a lp template into the current stream. + +function include (template, env) + -- template_dir is relative to package.path + local templatepath = options.template_dir .. template + + -- search using package.path (modified to search .lp instead of .lua + local search_path = string.gsub(package.path, "%.lua", "") + local templatepath = search(search_path, templatepath) + assert(templatepath, string.format("template `%s' not found", template)) + + env = env or {} + env.table = table + env.io = io + env.lp = lp + env.ipairs = ipairs + env.tonumber = tonumber + env.tostring = tostring + env.type = type + env.luadoc = luadoc + env.options = options + + return lp.include(templatepath, env) +end + +------------------------------------------------------------------------------- +-- Returns a link to a html file, appending "../" to the link to make it right. +-- @param html Name of the html file to link to +-- @return link to the html file + +function link (html, from) + local h = html + from = from or "" + string.gsub(from, "/", function () h = "../" .. h end) + return h +end + +------------------------------------------------------------------------------- +-- Returns the name of the html file to be generated from a module. +-- Files with "lua" or "luadoc" extensions are replaced by "html" extension. +-- @param modulename Name of the module to be processed, may be a .lua file or +-- a .luadoc file. +-- @return name of the generated html file for the module + +function module_link (modulename, doc, from) + -- TODO: replace "." by "/" to create directories? + -- TODO: how to deal with module names with "/"? + assert(modulename) + assert(doc) + from = from or "" + + if doc.modules[modulename] == nil then +-- logger:error(string.format("unresolved reference to module `%s'", modulename)) + return + end + + local href = "modules/" .. modulename .. ".html" + string.gsub(from, "/", function () href = "../" .. href end) + return href +end + +------------------------------------------------------------------------------- +-- Returns the name of the html file to be generated from a lua(doc) file. +-- Files with "lua" or "luadoc" extensions are replaced by "html" extension. +-- @param to Name of the file to be processed, may be a .lua file or +-- a .luadoc file. +-- @param from path of where am I, based on this we append ..'s to the +-- beginning of path +-- @return name of the generated html file + +function file_link (to, from) + assert(to) + from = from or "" + + local href = to + href = string.gsub(href, "lua$", "html") + href = string.gsub(href, "luadoc$", "html") + href = "files/" .. href + string.gsub(from, "/", function () href = "../" .. href end) + return href +end + +------------------------------------------------------------------------------- +-- Returns a link to a function or to a table +-- @param fname name of the function or table to link to. +-- @param doc documentation table +-- @param kind String specying the kinf of element to link ("functions" or "tables"). + +function link_to (fname, doc, module_doc, file_doc, from, kind) + assert(fname) + assert(doc) + from = from or "" + kind = kind or "functions" + + if file_doc then + for _, func_name in pairs(file_doc[kind]) do + if func_name == fname then + return file_link(file_doc.name, from) .. "#" .. fname + end + end + end + + if module_doc and module_doc[kind] then + for func_name, tbl in pairs(module_doc[kind]) do + if func_name == fname then + return "#" .. fname + end + end + end + + local _, _, modulename, fname = string.find(fname, "^(.-)[%.%:]?([^%.%:]*)$") + assert(fname) + + -- if fname does not specify a module, use the module_doc + if string.len(modulename) == 0 and module_doc then + modulename = module_doc.name + end + + local module_doc = doc.modules[modulename] + if not module_doc then +-- logger:error(string.format("unresolved reference to function `%s': module `%s' not found", fname, modulename)) + return + end + + for _, func_name in pairs(module_doc[kind]) do + if func_name == fname then + return module_link(modulename, doc, from) .. "#" .. fname + end + end + +-- logger:error(string.format("unresolved reference to function `%s' of module `%s'", fname, modulename)) +end + +------------------------------------------------------------------------------- +-- Make a link to a file, module or function + +function symbol_link (symbol, doc, module_doc, file_doc, from) + assert(symbol) + assert(doc) + + local href = +-- file_link(symbol, from) or + module_link(symbol, doc, from) or + link_to(symbol, doc, module_doc, file_doc, from, "functions") or + link_to(symbol, doc, module_doc, file_doc, from, "tables") + + if not href then + logger:error(string.format("unresolved reference to symbol `%s'", symbol)) + end + + return href or "" +end + +------------------------------------------------------------------------------- +-- Assembly the output filename for an input file. +-- TODO: change the name of this function +function out_file (filename) + local h = filename + h = string.gsub(h, "lua$", "html") + h = string.gsub(h, "luadoc$", "html") + h = "files/" .. h +-- h = options.output_dir .. string.gsub (h, "^.-([%w_]+%.html)$", "%1") + h = options.output_dir .. h + return h +end + +------------------------------------------------------------------------------- +-- Assembly the output filename for a module. +-- TODO: change the name of this function +function out_module (modulename) + local h = modulename .. ".html" + h = "modules/" .. h + h = options.output_dir .. h + return h +end + +----------------------------------------------------------------- +-- Generate the output. +-- @param doc Table with the structured documentation. + +function start (doc) + -- Generate index file + if (#doc.files > 0 or #doc.modules > 0) and (not options.noindexpage) then + local filename = options.output_dir.."index.html" + logger:info(string.format("generating file `%s'", filename)) + local f = posix.open(filename, "w") + assert(f, string.format("could not open `%s' for writing", filename)) + io.output(f) + include("index.lp", { doc = doc }) + f:close() + end + + -- Process modules + if not options.nomodules then + for _, modulename in ipairs(doc.modules) do + local module_doc = doc.modules[modulename] + -- assembly the filename + local filename = out_module(modulename) + logger:info(string.format("generating file `%s'", filename)) + + local f = posix.open(filename, "w") + assert(f, string.format("could not open `%s' for writing", filename)) + io.output(f) + include("module.lp", { doc = doc, module_doc = module_doc }) + f:close() + end + end + + -- Process files + if not options.nofiles then + for _, filepath in ipairs(doc.files) do + local file_doc = doc.files[filepath] + -- assembly the filename + local filename = out_file(file_doc.name) + logger:info(string.format("generating file `%s'", filename)) + + local f = posix.open(filename, "w") + assert(f, string.format("could not open `%s' for writing", filename)) + io.output(f) + include("file.lp", { doc = doc, file_doc = file_doc} ) + f:close() + end + end + + -- copy extra files + local f = posix.open(options.output_dir.."luadoc.css", "w") + io.output(f) + include("luadoc.css") + f:close() +end diff --git a/build/luadoc/luadoc/doclet/html/constant.lp b/build/luadoc/luadoc/doclet/html/constant.lp new file mode 100644 index 0000000..2e35392 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/constant.lp @@ -0,0 +1,28 @@ +<% +if module_doc then + from = "modules/"..module_doc.name +elseif file_doc then + from = "files/.."..file_doc.name +else + from = "" +end +%> + +
<%=const.private and "local " or ""%><%=const.name:gsub(".+%.","")%>
+
+<%=const.description or ""%> + +<%if type(const.see) == "string" then %> +

See also:

+ <%=const.see%> +<%elseif type(const.see) == "table" and #const.see > 0 then %> +

See also:

+ +
diff --git a/build/luadoc/luadoc/doclet/html/file.lp b/build/luadoc/luadoc/doclet/html/file.lp new file mode 100644 index 0000000..68f4864 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/file.lp @@ -0,0 +1,112 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

File <%=file_doc.name%>

+ +<%if file_doc.description then%> +

<%=file_doc.description%>

+<%end%> +<%if file_doc.author then%> +

<%= #file_doc.author>1 and "Authors" or "Author" %>: + +<%for _, author in ipairs(file_doc.author) do%> + +<%end%> +
<%= author %>
+

+<%end%> +<%if file_doc.copyright then%> +

Copyright ©<%=file_doc.copyright%>

+<%end%> +<%if file_doc.release then%> +

Release: <%=file_doc.release%>

+<%end%> + +<%if #file_doc.functions > 0 then%> +

Functions

+ +<%for _, func_name in ipairs(file_doc.functions) do + local func_data = file_doc.functions[func_name]%> + + + + +<%end%> +
<%=func_data.private and "local " or ""%><%=func_name%> (<%=table.concat(func_data.param or {}, ", ")%>)<%=func_data.summary%>
+<%end%> + + +<%if #file_doc.tables > 0 then%> +

Tables

+ +<%for _, tab_name in ipairs(file_doc.tables) do%> + + + + +<%end%> +
<%=tab_name%><%=file_doc.tables[tab_name].summary%>
+<%end%> + + +
+
+ + + +<%if #file_doc.functions > 0 then%> +

Functions

+
+<%for _, func_name in ipairs(file_doc.functions) do%> +<%=luadoc.doclet.html.include("function.lp", { doc=doc, file_doc=file_doc, func=file_doc.functions[func_name] })%> +<%end%> +
+<%end%> + + +<%if #file_doc.tables > 0 then%> +

Tables

+
+<%for _, tab_name in ipairs(file_doc.tables) do%> +<%=luadoc.doclet.html.include("table.lp", { doc=doc, file_doc=file_doc, tab=file_doc.tables[tab_name] })%> +<%end%> +
+<%end%> + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/build/luadoc/luadoc/doclet/html/function.lp b/build/luadoc/luadoc/doclet/html/function.lp new file mode 100644 index 0000000..29d403e --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/function.lp @@ -0,0 +1,64 @@ +<% +if module_doc then + from = "modules/"..module_doc.name +elseif file_doc then + from = "files/.."..file_doc.name +else + from = "" +end +%> + +
<%=func.private and "local " or ""%><%=func.printname%> (<%=table.concat(func.param or {}, ", ")%>)
+
+<%=func.description or ""%> + +<%if type(func.param) == "table" and #func.param > 0 then%> +

Parameters

+
    + <%for p = 1, #func.param do%> +
  • + <%=func.param[p]%>: <%=func.param[func.param[p]] or ""%> +
  • + <%end%> +
+<%end%> + + +<%if type(func.usage) == "string" then%> +

Usage:

+<%=func.usage%> +<%elseif type(func.usage) == "table" then%> +

Usage

+
    + <%for _, usage in ipairs(func.usage) do%> +
  • <%= usage %> + <%end%> +
+<%end%> + +<%if type(func.ret) == "string" then%> +

Return value:

+<%=func.ret%> +<%elseif type(func.ret) == "table" then%> +

Return values:

+
    + <%for _, ret in ipairs(func.ret) do%> +
  1. <%= ret %> + <%end%> +
+<%end%> + +<%if type(func.see) == "string" then %> +

See also:

+ <%=func.see%> +<%elseif type(func.see) == "table" and #func.see > 0 then %> +

See also:

+ +<%end%> +
diff --git a/build/luadoc/luadoc/doclet/html/index.lp b/build/luadoc/luadoc/doclet/html/index.lp new file mode 100644 index 0000000..b4b9f5c --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/index.lp @@ -0,0 +1,67 @@ + + + + Reference + " type="text/css" /> + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ + +<%if not options.nomodules and #doc.modules > 0 then%> +

Modules

+ + +<%for _, modulename in ipairs(doc.modules) do%> + + + + +<%end%> +
<%=modulename%><%=doc.modules[modulename].summary%>
+<%end%> + + + +<%if not options.nofiles and #doc.files > 0 then%> +

Files

+ + +<%for _, filepath in ipairs(doc.files) do%> + + + + +<%end%> +
<%=filepath%>
+<%end%> + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/build/luadoc/luadoc/doclet/html/luadoc.css b/build/luadoc/luadoc/doclet/html/luadoc.css new file mode 100644 index 0000000..f9f9749 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/luadoc.css @@ -0,0 +1,285 @@ +body { + margin-left: 1em; + margin-right: 1em; + font-family: arial, helvetica, geneva, sans-serif; + background-color:#ffffff; margin:0px; +} + +code { + font-family: "Andale Mono", monospace; +} + +tt { + font-family: "Andale Mono", monospace; +} + +body, td, th { font-size: 11pt; } + +h1, h2, h3, h4 { margin-left: 0em; } + +textarea, pre, tt { font-size:10pt; } +body, td, th { color:#000000; } +small { font-size:0.85em; } +h1 { font-size:1.5em; } +h2 { font-size:1.25em; } +h3 { font-size:1.15em; } +h4 { font-size:1.06em; } + +a:link { font-weight:bold; color: #004080; text-decoration: none; } +a:visited { font-weight:bold; color: #006699; text-decoration: none; } +a:link:hover { text-decoration:underline; } +hr { color:#cccccc } +img { border-width: 0px; } + + +h3 { padding: 1em 0 0.5em; } + +p { margin-left: 1em; } + +p.name { + font-family: "Andale Mono", monospace; + padding-top: 1em; + margin-left: 0em; +} + +blockquote { margin-left: 3em; } + +pre.example { + background-color: rgb(245, 245, 245); + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: silver; + border-right-color: silver; + border-bottom-color: silver; + border-left-color: silver; + padding: 1em; + margin-left: 1em; + margin-right: 1em; + font-family: "Andale Mono", monospace; + font-size: smaller; +} + + +hr { + margin-left: 0em; + background: #00007f; + border: 0px; + height: 1px; +} + +ul { list-style-type: disc; } + +table.index { border: 1px #00007f; } +table.index td { text-align: left; vertical-align: top; } +table.index ul { padding-top: 0em; margin-top: 0em; } + +table { + border: 1px solid black; + border-collapse: collapse; + margin: 1em auto; +} +th { + border: 1px solid black; + padding: 0.5em; +} +td { + border: 1px solid black; + padding: 0.5em; +} +div.header, div.footer { margin-left: 0em; } + +#container +{ + margin-left: 1em; + margin-right: 1em; + background-color: #f0f0f0; +} + +#product +{ + text-align: center; + border-bottom: 1px solid #cccccc; + background-color: #ffffff; +} + +#product big { + font-size: 2em; +} + +#product_logo +{ +} + +#product_name +{ +} + +#product_description +{ +} + +#main +{ + background-color: #f0f0f0; + border-left: 2px solid #cccccc; +} + +#navigation +{ + float: left; + width: 18em; + margin: 0; + vertical-align: top; + background-color: #f0f0f0; + overflow:visible; +} + +#navigation h1 { + background-color:#e7e7e7; + font-size:1.1em; + color:#000000; + text-align:left; + margin:0px; + padding:0.2em; + border-top:1px solid #dddddd; + border-bottom:1px solid #dddddd; +} + +#navigation ul +{ + font-size:1em; + list-style-type: none; + padding: 0; + margin: 1px; +} + +#navigation li +{ + text-indent: -1em; + margin: 0em 0em 0em 0.5em; + display: block; + padding: 3px 0px 0px 12px; +} + +#navigation li li a +{ + padding: 0px 3px 0px -1em; +} + +#content +{ + margin-left: 18em; + padding: 1em; + border-left: 2px solid #cccccc; + border-right: 2px solid #cccccc; + background-color: #ffffff; +} + +#about +{ + clear: both; + margin: 0; + padding: 5px; + border-top: 2px solid #cccccc; + background-color: #ffffff; +} + +@media print { + body { + font: 12pt "Times New Roman", "TimeNR", Times, serif; + } + a { font-weight:bold; color: #004080; text-decoration: underline; } + + #main { background-color: #ffffff; border-left: 0px; } + #container { margin-left: 2%; margin-right: 2%; background-color: #ffffff; } + + #content { margin-left: 0px; padding: 1em; border-left: 0px; border-right: 0px; background-color: #ffffff; } + + #navigation { display: none; + } + pre.example { + font-family: "Andale Mono", monospace; + font-size: 10pt; + page-break-inside: avoid; + } +} + +table.module_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.module_list td.name { background-color: #f0f0f0; } +table.module_list td.summary { width: 100%; } + +table.file_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.file_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.file_list td.name { background-color: #f0f0f0; } +table.file_list td.summary { width: 100%; } + + +table.function_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.function_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.function_list td.name { background-color: #f0f0f0; } +table.function_list td.summary { width: 100%; } + + +table.table_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.table_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.table_list td.name { background-color: #f0f0f0; } +table.table_list td.summary { width: 100%; } + +dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;} +dl.function dd {padding: 0.5em 0;} +dl.function h3 {margin: 0; font-size: medium;} + +dl.table dt {border-top: 1px solid #ccc; padding-top: 1em;} +dl.table dd {padding-bottom: 1em;} +dl.table h3 {padding: 0; margin: 0; font-size: medium;} + +#TODO: make module_list, file_list, function_list, table_list inherit from a list + diff --git a/build/luadoc/luadoc/doclet/html/menu.lp b/build/luadoc/luadoc/doclet/html/menu.lp new file mode 100644 index 0000000..0fe3652 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/menu.lp @@ -0,0 +1,55 @@ +<% +if module_doc then + from = "modules/"..module_doc.name +elseif file_doc then + from = "files/.."..file_doc.name +else + from = "" +end +%> + +

LuaDoc

+
    + <%if not module_doc and not file_doc then%> +
  • Index
  • + <%else%> +
  • ">Index
  • + <%end%> +
+ + + +<%if not options.nomodules and #doc.modules > 0 then%> +

Modules

+
    +<%for _, modulename in ipairs(doc.modules) do + if module_doc and module_doc.name == modulename then%> +
  • <%=modulename%>
  • + <%else%> +
  • + <%=modulename%> +
  • +<% end +end%> +
+<%end%> + + + +<%if not options.nofiles and #doc.files > 0 then%> +

Files

+
    +<%for _, filepath in ipairs(doc.files) do + if file_doc and file_doc.name == filepath then%> +
  • <%=filepath%>
  • + <%else%> +
  • + <%=filepath%> +
  • +<% end +end%> +
+<%end%> + + + diff --git a/build/luadoc/luadoc/doclet/html/module.lp b/build/luadoc/luadoc/doclet/html/module.lp new file mode 100644 index 0000000..0798c1b --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/module.lp @@ -0,0 +1,155 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

<%=( oop and "Object Instance" or "Class" )%> <%=module_doc.name%>

+ +

<%=module_doc.description%>

+<%if module_doc.author then%> +

<%= #module_doc.author>1 and "Authors" or "Author" %>: + +<%for _, author in ipairs(module_doc.author) do%> + +<%end%> +
<%= author %>
+

+<%end%> +<%if module_doc.copyright then%> +

Copyright© <%=module_doc.copyright%>

+<%end%> +<%if module_doc.release then%> +

Release: <%=module_doc.release%>

+<%end%> + +<%if #module_doc.constants > 0 then %> +

Constants

+ +<%for _, const_name in ipairs(module_doc.constants) do + local const_data = module_doc.constants[const_name]%> + + + + +<%end%> +
<%=const_data.private and "local " or ""%><%=(const_name:gsub(".+%.",""))%><%=const_data.summary%>
+<%end%> + +<% local funcs = { }; if #module_doc.functions > 0 then %> +

Functions

+ +<% +for _, func_name in ipairs(module_doc.functions) do + funcs[#funcs+1] = func_name +end + +table.sort(funcs, function(a, b) + local func_data_a = module_doc.functions[a] + local func_data_b = module_doc.functions[b] + local x = func_data_a.sort or a + local y = func_data_b.sort or b + return x < y +end) + +for _, func_name in ipairs(funcs) do + local func_data = module_doc.functions[func_name] + + func_data.printname = func_name:gsub("^%d+#", "") + if oop then + func_data.printname = func_data.printname:gsub("%.", ":") + else + func_data.printname = func_data.printname:gsub("^.+%.", "") + end +%> + + + + +<%end%> +
<%=func_data.private and "local " or ""%><%=func_data.printname%> (<%=table.concat(module_doc.functions[func_name].param or {}, ", ")%>)<%=module_doc.functions[func_name].summary%>
+<%end%> + + +<% local tabs = { }; if #module_doc.tables > 0 then%> +

Tables

+ +<% +for _, tab_name in ipairs(module_doc.tables) do + tabs[#tabs+1] = tab_name +end + +table.sort(tabs, function(a, b) + local tab_data_a = module_doc.tables[a] + local tab_data_b = module_doc.tables[b] + local x = tab_data_a.sort or a + local y = tab_data_b.sort or b + return x < y +end) + +for _, tab_name in ipairs(tabs) do +%> + + + + +<%end%> +
<%=tab_name%><%=module_doc.tables[tab_name].summary%>
+<%end%> + + +
+
+ +<%if #module_doc.functions > 0 then%> +

Functions

+
+<%for _, func_name in ipairs(funcs) do%> +<%=luadoc.doclet.html.include("function.lp", { doc=doc, module_doc=module_doc, func=module_doc.functions[func_name], oop=oop })%> +<%end%> +
+<%end%> + +<%if #module_doc.tables > 0 then%> +

Tables

+
+<%for _, tab_name in ipairs(tabs) do%> +<%=luadoc.doclet.html.include("table.lp", { doc=doc, module_doc=module_doc, tab=module_doc.tables[tab_name] })%> +<%end%> +
+<%end%> + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/build/luadoc/luadoc/doclet/html/table.lp b/build/luadoc/luadoc/doclet/html/table.lp new file mode 100644 index 0000000..5cd0239 --- /dev/null +++ b/build/luadoc/luadoc/doclet/html/table.lp @@ -0,0 +1,15 @@ +
<%=tab.name%>
+
<%=tab.description%> + +<%if type(tab.field) == "table" and #tab.field > 0 then%> +Fields +
    + <%for p = 1, #tab.field do%> +
  • + <%=tab.field[p]%>: <%=tab.field[tab.field[p]] or ""%> +
  • + <%end%> +
+<%end%> + +
diff --git a/build/luadoc/luadoc/doclet/raw.lua b/build/luadoc/luadoc/doclet/raw.lua new file mode 100644 index 0000000..1e880b8 --- /dev/null +++ b/build/luadoc/luadoc/doclet/raw.lua @@ -0,0 +1,12 @@ +----------------------------------------------------------------- +-- @release $Id: raw.lua,v 1.5 2007/04/18 14:28:39 tomas Exp $ +----------------------------------------------------------------- + +module "luadoc.doclet.raw" + +----------------------------------------------------------------- +-- Generate the output. +-- @param doc Table with the structured documentation. + +function start (doc) +end diff --git a/build/luadoc/luadoc/init.lua b/build/luadoc/luadoc/init.lua new file mode 100644 index 0000000..649515d --- /dev/null +++ b/build/luadoc/luadoc/init.lua @@ -0,0 +1,50 @@ +------------------------------------------------------------------------------- +-- LuaDoc main function. +-- @release $Id: init.lua,v 1.4 2008/02/17 06:42:51 jasonsantos Exp $ +------------------------------------------------------------------------------- + +local require = require + +local util = require "luadoc.util" + +logger = {} + +module ("luadoc") + +------------------------------------------------------------------------------- +-- LuaDoc version number. + +_COPYRIGHT = "Copyright (c) 2003-2007 The Kepler Project" +_DESCRIPTION = "Documentation Generator Tool for the Lua language" +_VERSION = "LuaDoc 3.0.1" + +------------------------------------------------------------------------------- +-- Main function +-- @see luadoc.doclet.html, luadoc.doclet.formatter, luadoc.doclet.raw +-- @see luadoc.taglet.standard + +function main (files, options) + logger = util.loadlogengine(options) + + -- load config file + if options.config ~= nil then + -- load specified config file + dofile(options.config) + else + -- load default config file + require("luadoc.config") + end + + local taglet = require(options.taglet) + local doclet = require(options.doclet) + + -- analyze input + taglet.options = options + taglet.logger = logger + local doc = taglet.start(files) + + -- generate output + doclet.options = options + doclet.logger = logger + doclet.start(doc) +end diff --git a/build/luadoc/luadoc/lp.lua b/build/luadoc/luadoc/lp.lua new file mode 100644 index 0000000..adf84f9 --- /dev/null +++ b/build/luadoc/luadoc/lp.lua @@ -0,0 +1,130 @@ +---------------------------------------------------------------------------- +-- Lua Pages Template Preprocessor. +-- +-- @release $Id: lp.lua,v 1.7 2007/04/18 14:28:39 tomas Exp $ +---------------------------------------------------------------------------- + +local assert, error, getfenv, loadstring, setfenv = assert, error, getfenv, loadstring, setfenv +local find, format, gsub, strsub = string.find, string.format, string.gsub, string.sub +local concat, tinsert = table.concat, table.insert +local open = io.open + +module (...) + +---------------------------------------------------------------------------- +-- function to do output +local outfunc = "io.write" +-- accepts the old expression field: `$| |$' +local compatmode = true + +-- +-- Builds a piece of Lua code which outputs the (part of the) given string. +-- @param s String. +-- @param i Number with the initial position in the string. +-- @param f Number with the final position in the string (default == -1). +-- @return String with the correspondent Lua code which outputs the part of the string. +-- +local function out (s, i, f) + s = strsub(s, i, f or -1) + if s == "" then return s end + -- we could use `%q' here, but this way we have better control + s = gsub(s, "([\\\n\'])", "\\%1") + -- substitute '\r' by '\'+'r' and let `loadstring' reconstruct it + s = gsub(s, "\r", "\\r") + return format(" %s('%s'); ", outfunc, s) +end + + +---------------------------------------------------------------------------- +-- Translate the template to Lua code. +-- @param s String to translate. +-- @return String with translated code. +---------------------------------------------------------------------------- +function translate (s) + if compatmode then + s = gsub(s, "$|(.-)|%$", "") + s = gsub(s, "", "") + end + s = gsub(s, "<%%(.-)%%>", "") + local res = {} + local start = 1 -- start of untranslated part in `s' + while true do + local ip, fp, target, exp, code = find(s, "<%?(%w*)[ \t]*(=?)(.-)%?>", start) + if not ip then break end + tinsert(res, out(s, start, ip-1)) + if target ~= "" and target ~= "lua" then + -- not for Lua; pass whole instruction to the output + tinsert(res, out(s, ip, fp)) + else + if exp == "=" then -- expression? + tinsert(res, format(" %s(%s);", outfunc, code)) + else -- command + tinsert(res, format(" %s ", code)) + end + end + start = fp + 1 + end + tinsert(res, out(s, start)) + return concat(res) +end + + +---------------------------------------------------------------------------- +-- Defines the name of the output function. +-- @param f String with the name of the function which produces output. + +function setoutfunc (f) + outfunc = f +end + +---------------------------------------------------------------------------- +-- Turns on or off the compatibility with old CGILua 3.X behavior. +-- @param c Boolean indicating if the compatibility mode should be used. + +function setcompatmode (c) + compatmode = c +end + +---------------------------------------------------------------------------- +-- Internal compilation cache. + +local cache = {} + +---------------------------------------------------------------------------- +-- Translates a template into a Lua function. +-- Does NOT execute the resulting function. +-- Uses a cache of templates. +-- @param string String with the template to be translated. +-- @param chunkname String with the name of the chunk, for debugging purposes. +-- @return Function with the resulting translation. + +function compile (string, chunkname) + local f, err = cache[string] + if f then return f end + f, err = loadstring (translate (string), chunkname) + if not f then error (err, 3) end + cache[string] = f + return f +end + +---------------------------------------------------------------------------- +-- Translates and executes a template in a given file. +-- The translation creates a Lua function which will be executed in an +-- optionally given environment. +-- @param filename String with the name of the file containing the template. +-- @param env Table with the environment to run the resulting function. + +function include (filename, env) + -- read the whole contents of the file + local fh = assert (open (filename)) + local src = fh:read("*a") + fh:close() + -- translates the file into a function + local prog = compile (src, '@'..filename) + local _env + if env then + _env = getfenv (prog) + setfenv (prog, env) + end + prog () +end diff --git a/build/luadoc/luadoc/taglet/standard.lua b/build/luadoc/luadoc/taglet/standard.lua new file mode 100644 index 0000000..ef925f8 --- /dev/null +++ b/build/luadoc/luadoc/taglet/standard.lua @@ -0,0 +1,567 @@ +------------------------------------------------------------------------------- +-- @release $Id: standard.lua,v 1.39 2007/12/21 17:50:48 tomas Exp $ +------------------------------------------------------------------------------- + +local assert, pairs, tostring, type = assert, pairs, tostring, type +local io = require "io" +local posix = require "nixio.fs" +local luadoc = require "luadoc" +local util = require "luadoc.util" +local tags = require "luadoc.taglet.standard.tags" +local string = require "string" +local table = require "table" + +module 'luadoc.taglet.standard' + +------------------------------------------------------------------------------- +-- Creates an iterator for an array base on a class type. +-- @param t array to iterate over +-- @param class name of the class to iterate over + +function class_iterator (t, class) + return function () + local i = 1 + return function () + while t[i] and t[i].class ~= class do + i = i + 1 + end + local v = t[i] + i = i + 1 + return v + end + end +end + +-- Patterns for function recognition +local identifiers_list_pattern = "%s*(.-)%s*" +local identifier_pattern = "[^%(%s]+" +local function_patterns = { + "^()%s*function%s*("..identifier_pattern..")%s*%("..identifiers_list_pattern.."%)", + "^%s*(local%s)%s*function%s*("..identifier_pattern..")%s*%("..identifiers_list_pattern.."%)", + "^()%s*("..identifier_pattern..")%s*%=%s*function%s*%("..identifiers_list_pattern.."%)", +} + +------------------------------------------------------------------------------- +-- Checks if the line contains a function definition +-- @param line string with line text +-- @return function information or nil if no function definition found + +local function check_function (line) + line = util.trim(line) + + local info = table.foreachi(function_patterns, function (_, pattern) + local r, _, l, id, param = string.find(line, pattern) + if r ~= nil then + return { + name = id, + private = (l == "local"), + param = { } --util.split("%s*,%s*", param), + } + end + end) + + -- TODO: remove these assert's? + if info ~= nil then + assert(info.name, "function name undefined") + assert(info.param, string.format("undefined parameter list for function `%s'", info.name)) + end + + return info +end + +------------------------------------------------------------------------------- +-- Checks if the line contains a module definition. +-- @param line string with line text +-- @param currentmodule module already found, if any +-- @return the name of the defined module, or nil if there is no module +-- definition + +local function check_module (line, currentmodule) + line = util.trim(line) + + -- module"x.y" + -- module'x.y' + -- module[[x.y]] + -- module("x.y") + -- module('x.y') + -- module([[x.y]]) + -- module(...) + + local r, _, modulename = string.find(line, "^module%s*[%s\"'(%[]+([^,\"')%]]+)") + if r then + -- found module definition + logger:debug(string.format("found module `%s'", modulename)) + return modulename + end + return currentmodule +end + +-- Patterns for constant recognition +local constant_patterns = { + "^()%s*([A-Z][A-Z0-9_]*)%s*=", + "^%s*(local%s)%s*([A-Z][A-Z0-9_]*)%s*=", +} + +------------------------------------------------------------------------------- +-- Checks if the line contains a constant definition +-- @param line string with line text +-- @return constant information or nil if no constant definition found + +local function check_constant (line) + line = util.trim(line) + + local info = table.foreachi(constant_patterns, function (_, pattern) + local r, _, l, id = string.find(line, pattern) + if r ~= nil then + return { + name = id, + private = (l == "local"), + } + end + end) + + -- TODO: remove these assert's? + if info ~= nil then + assert(info.name, "constant name undefined") + end + + return info +end + +------------------------------------------------------------------------------- +-- Extracts summary information from a description. The first sentence of each +-- doc comment should be a summary sentence, containing a concise but complete +-- description of the item. It is important to write crisp and informative +-- initial sentences that can stand on their own +-- @param description text with item description +-- @return summary string or nil if description is nil + +local function parse_summary (description) + -- summary is never nil... + description = description or "" + + -- append an " " at the end to make the pattern work in all cases + description = description.." " + + -- read until the first period followed by a space or tab + local summary = string.match(description, "(.-%.)[%s\t]") + + -- if pattern did not find the first sentence, summary is the whole description + summary = summary or description + + return summary +end + +------------------------------------------------------------------------------- +-- @param f file handle +-- @param line current line being parsed +-- @param modulename module already found, if any +-- @return current line +-- @return code block +-- @return modulename if found + +local function parse_code (f, line, modulename) + local code = {} + while line ~= nil do + if string.find(line, "^[\t ]*%-%-%-") then + -- reached another luadoc block, end this parsing + return line, code, modulename + else + -- look for a module definition + modulename = check_module(line, modulename) + + table.insert(code, line) + line = f:read() + end + end + -- reached end of file + return line, code, modulename +end + +------------------------------------------------------------------------------- +-- Parses the information inside a block comment +-- @param block block with comment field +-- @return block parameter + +local function parse_comment (block, first_line, modulename) + + -- get the first non-empty line of code + local code = table.foreachi(block.code, function(_, line) + if not util.line_empty(line) then + -- `local' declarations are ignored in two cases: + -- when the `nolocals' option is turned on; and + -- when the first block of a file is parsed (this is + -- necessary to avoid confusion between the top + -- local declarations and the `module' definition. + if (options.nolocals or first_line) and line:find"^%s*local" then + return + end + return line + end + end) + + -- parse first line of code + if code ~= nil then + local func_info = check_function(code) + local module_name = check_module(code) + local const_info = check_constant(code) + if func_info then + block.class = "function" + block.name = func_info.name + block.param = func_info.param + block.private = func_info.private + elseif const_info then + block.class = "constant" + block.name = const_info.name + block.private = const_info.private + elseif module_name then + block.class = "module" + block.name = module_name + block.param = {} + else + block.param = {} + end + else + -- TODO: comment without any code. Does this means we are dealing + -- with a file comment? + end + + -- parse @ tags + local currenttag = "description" + local currenttext + + table.foreachi(block.comment, function (_, line) + line = util.trim_comment(line) + + local r, _, tag, text = string.find(line, "@([_%w%.]+)%s+(.*)") + if r ~= nil then + -- found new tag, add previous one, and start a new one + -- TODO: what to do with invalid tags? issue an error? or log a warning? + tags.handle(currenttag, block, currenttext) + + currenttag = tag + currenttext = text + else + currenttext = util.concat(currenttext, "\n" .. line) + assert(string.sub(currenttext, 1, 1) ~= " ", string.format("`%s', `%s'", currenttext, line)) + end + end) + tags.handle(currenttag, block, currenttext) + + -- extracts summary information from the description + block.summary = parse_summary(block.description) + assert(string.sub(block.description, 1, 1) ~= " ", string.format("`%s'", block.description)) + + if block.name and block.class == "module" then + modulename = block.name + end + + return block, modulename +end + +------------------------------------------------------------------------------- +-- Parses a block of comment, started with ---. Read until the next block of +-- comment. +-- @param f file handle +-- @param line being parsed +-- @param modulename module already found, if any +-- @return line +-- @return block parsed +-- @return modulename if found + +local function parse_block (f, line, modulename, first) + local multiline = not not (line and line:match("%[%[")) + local block = { + comment = {}, + code = {}, + } + + while line ~= nil do + if (multiline == true and string.find(line, "%]%]") ~= nil) or + (multiline == false and string.find(line, "^[\t ]*%-%-") == nil) then + -- reached end of comment, read the code below it + -- TODO: allow empty lines + line, block.code, modulename = parse_code(f, line, modulename) + + -- parse information in block comment + block, modulename = parse_comment(block, first, modulename) + + return line, block, modulename + else + table.insert(block.comment, line) + line = f:read() + end + end + -- reached end of file + + -- parse information in block comment + block, modulename = parse_comment(block, first, modulename) + + return line, block, modulename +end + +------------------------------------------------------------------------------- +-- Parses a file documented following luadoc format. +-- @param filepath full path of file to parse +-- @param doc table with documentation +-- @return table with documentation + +function parse_file (filepath, doc, handle, prev_line, prev_block, prev_modname) + local blocks = { prev_block } + local modulename = prev_modname + + -- read each line + local f = handle or io.open(filepath, "r") + local i = 1 + local line = prev_line or f:read() + local first = true + while line ~= nil do + + if string.find(line, "^[\t ]*%-%-%-") then + -- reached a luadoc block + local block, newmodname + line, block, newmodname = parse_block(f, line, modulename, first) + + if modulename and newmodname and newmodname ~= modulename then + doc = parse_file( nil, doc, f, line, block, newmodname ) + else + table.insert(blocks, block) + modulename = newmodname + end + else + -- look for a module definition + local newmodname = check_module(line, modulename) + + if modulename and newmodname and newmodname ~= modulename then + parse_file( nil, doc, f ) + else + modulename = newmodname + end + + -- TODO: keep beginning of file somewhere + + line = f:read() + end + first = false + i = i + 1 + end + + if not handle then + f:close() + end + + if filepath then + -- store blocks in file hierarchy + assert(doc.files[filepath] == nil, string.format("doc for file `%s' already defined", filepath)) + table.insert(doc.files, filepath) + doc.files[filepath] = { + type = "file", + name = filepath, + doc = blocks, + -- functions = class_iterator(blocks, "function"), + -- tables = class_iterator(blocks, "table"), + } + -- + local first = doc.files[filepath].doc[1] + if first and modulename then + doc.files[filepath].author = first.author + doc.files[filepath].copyright = first.copyright + doc.files[filepath].description = first.description + doc.files[filepath].release = first.release + doc.files[filepath].summary = first.summary + end + end + + -- if module definition is found, store in module hierarchy + if modulename ~= nil then + if modulename == "..." then + assert( filepath, "Can't determine name for virtual module from filepatch" ) + modulename = string.gsub (filepath, "%.lua$", "") + modulename = string.gsub (modulename, "/", ".") + end + if doc.modules[modulename] ~= nil then + -- module is already defined, just add the blocks + table.foreachi(blocks, function (_, v) + table.insert(doc.modules[modulename].doc, v) + end) + else + -- TODO: put this in a different module + table.insert(doc.modules, modulename) + doc.modules[modulename] = { + type = "module", + name = modulename, + doc = blocks, +-- functions = class_iterator(blocks, "function"), +-- tables = class_iterator(blocks, "table"), + author = first and first.author, + copyright = first and first.copyright, + description = "", + release = first and first.release, + summary = "", + } + + -- find module description + for m in class_iterator(blocks, "module")() do + doc.modules[modulename].description = util.concat( + doc.modules[modulename].description, + m.description) + doc.modules[modulename].summary = util.concat( + doc.modules[modulename].summary, + m.summary) + if m.author then + doc.modules[modulename].author = m.author + end + if m.copyright then + doc.modules[modulename].copyright = m.copyright + end + if m.release then + doc.modules[modulename].release = m.release + end + if m.name then + doc.modules[modulename].name = m.name + end + end + doc.modules[modulename].description = doc.modules[modulename].description or (first and first.description) or "" + doc.modules[modulename].summary = doc.modules[modulename].summary or (first and first.summary) or "" + end + + -- make functions table + doc.modules[modulename].functions = {} + for f in class_iterator(blocks, "function")() do + if f and f.name then + table.insert(doc.modules[modulename].functions, f.name) + doc.modules[modulename].functions[f.name] = f + end + end + + -- make tables table + doc.modules[modulename].tables = {} + for t in class_iterator(blocks, "table")() do + if t and t.name then + table.insert(doc.modules[modulename].tables, t.name) + doc.modules[modulename].tables[t.name] = t + end + end + + -- make constants table + doc.modules[modulename].constants = {} + for c in class_iterator(blocks, "constant")() do + if c and c.name then + table.insert(doc.modules[modulename].constants, c.name) + doc.modules[modulename].constants[c.name] = c + end + end + end + + if filepath then + -- make functions table + doc.files[filepath].functions = {} + for f in class_iterator(blocks, "function")() do + if f and f.name then + table.insert(doc.files[filepath].functions, f.name) + doc.files[filepath].functions[f.name] = f + end + end + + -- make tables table + doc.files[filepath].tables = {} + for t in class_iterator(blocks, "table")() do + if t and t.name then + table.insert(doc.files[filepath].tables, t.name) + doc.files[filepath].tables[t.name] = t + end + end + end + + return doc +end + +------------------------------------------------------------------------------- +-- Checks if the file is terminated by ".lua" or ".luadoc" and calls the +-- function that does the actual parsing +-- @param filepath full path of the file to parse +-- @param doc table with documentation +-- @return table with documentation +-- @see parse_file + +function file (filepath, doc) + local patterns = { "%.lua$", "%.luadoc$" } + local valid = table.foreachi(patterns, function (_, pattern) + if string.find(filepath, pattern) ~= nil then + return true + end + end) + + if valid then + logger:info(string.format("processing file `%s'", filepath)) + doc = parse_file(filepath, doc) + end + + return doc +end + +------------------------------------------------------------------------------- +-- Recursively iterates through a directory, parsing each file +-- @param path directory to search +-- @param doc table with documentation +-- @return table with documentation + +function directory (path, doc) + for f in posix.dir(path) do + local fullpath = path .. "/" .. f + local attr = posix.stat(fullpath) + assert(attr, string.format("error stating file `%s'", fullpath)) + + if attr.type == "reg" then + doc = file(fullpath, doc) + elseif attr.type == "dir" and f ~= "." and f ~= ".." then + doc = directory(fullpath, doc) + end + end + return doc +end + +-- Recursively sorts the documentation table +local function recsort (tab) + table.sort (tab) + -- sort list of functions by name alphabetically + for f, doc in pairs(tab) do + if doc.functions then + table.sort(doc.functions) + end + if doc.tables then + table.sort(doc.tables) + end + end +end + +------------------------------------------------------------------------------- + +function start (files, doc) + assert(files, "file list not specified") + + -- Create an empty document, or use the given one + doc = doc or { + files = {}, + modules = {}, + } + assert(doc.files, "undefined `files' field") + assert(doc.modules, "undefined `modules' field") + + table.foreachi(files, function (_, path) + local attr = posix.stat(path) + assert(attr, string.format("error stating path `%s'", path)) + + if attr.type == "reg" then + doc = file(path, doc) + elseif attr.type == "dir" then + doc = directory(path, doc) + end + end) + + -- order arrays alphabetically + recsort(doc.files) + recsort(doc.modules) + + return doc +end diff --git a/build/luadoc/luadoc/taglet/standard/tags.lua b/build/luadoc/luadoc/taglet/standard/tags.lua new file mode 100644 index 0000000..e9d0354 --- /dev/null +++ b/build/luadoc/luadoc/taglet/standard/tags.lua @@ -0,0 +1,191 @@ +------------------------------------------------------------------------------- +-- Handlers for several tags +-- @release $Id: tags.lua,v 1.8 2007/09/05 12:39:09 tomas Exp $ +------------------------------------------------------------------------------- + +local luadoc = require "luadoc" +local util = require "luadoc.util" +local string = require "string" +local table = require "table" +local assert, type, tostring, tonumber = assert, type, tostring, tonumber + +module "luadoc.taglet.standard.tags" + +------------------------------------------------------------------------------- + +local function author (tag, block, text) + block[tag] = block[tag] or {} + if not text then + luadoc.logger:warn("author `name' not defined [["..text.."]]: skipping") + return + end + table.insert (block[tag], text) +end + +------------------------------------------------------------------------------- +-- Set the class of a comment block. Classes can be "module", "function", +-- "table". The first two classes are automatic, extracted from the source code + +local function class (tag, block, text) + block[tag] = text +end + +------------------------------------------------------------------------------- + +local function cstyle (tag, block, text) + block[tag] = text +end + +------------------------------------------------------------------------------- + +local function sort (tag, block, text) + block[tag] = tonumber(text) or 0 +end + +------------------------------------------------------------------------------- + +local function copyright (tag, block, text) + block[tag] = text +end + +------------------------------------------------------------------------------- + +local function description (tag, block, text) + block[tag] = text +end + +------------------------------------------------------------------------------- + +local function field (tag, block, text) + if block["class"] ~= "table" then + luadoc.logger:warn("documenting `field' for block that is not a `table'") + end + block[tag] = block[tag] or {} + + local _, _, name, desc = string.find(text, "^([_%w%.]+)%s+(.*)") + assert(name, "field name not defined") + + table.insert(block[tag], name) + block[tag][name] = desc +end + +------------------------------------------------------------------------------- +-- Set the name of the comment block. If the block already has a name, issue +-- an error and do not change the previous value + +local function name (tag, block, text) + if block[tag] and block[tag] ~= text then + luadoc.logger:error(string.format("block name conflict: `%s' -> `%s'", block[tag], text)) + end + + block[tag] = text +end + +------------------------------------------------------------------------------- +-- Processes a parameter documentation. +-- @param tag String with the name of the tag (it must be "param" always). +-- @param block Table with previous information about the block. +-- @param text String with the current line beeing processed. + +local function param (tag, block, text) + block[tag] = block[tag] or {} + -- TODO: make this pattern more flexible, accepting empty descriptions + local _, _, name, desc = string.find(text, "^([_%w%.]+)%s+(.*)") + if not name then + luadoc.logger:warn("parameter `name' not defined [["..text.."]]: skipping") + return + end + local i = table.foreachi(block[tag], function (i, v) + if v == name then + return i + end + end) + if i == nil then + luadoc.logger:warn(string.format("documenting undefined parameter `%s'", name)) + table.insert(block[tag], name) + end + block[tag][name] = desc +end + +------------------------------------------------------------------------------- + +local function release (tag, block, text) + block[tag] = text +end + +------------------------------------------------------------------------------- + +local function ret (tag, block, text) + tag = "ret" + if type(block[tag]) == "string" then + block[tag] = { block[tag], text } + elseif type(block[tag]) == "table" then + table.insert(block[tag], text) + else + block[tag] = text + end +end + +------------------------------------------------------------------------------- +-- @see ret + +local function see (tag, block, text) + -- see is always an array + block[tag] = block[tag] or {} + + -- remove trailing "." + text = string.gsub(text, "(.*)%.$", "%1") + + local s = util.split("%s*,%s*", text) + + table.foreachi(s, function (_, v) + table.insert(block[tag], v) + end) +end + +------------------------------------------------------------------------------- +-- @see ret + +local function usage (tag, block, text) + if type(block[tag]) == "string" then + block[tag] = { block[tag], text } + elseif type(block[tag]) == "table" then + table.insert(block[tag], text) + else + block[tag] = text + end +end + +------------------------------------------------------------------------------- + +local handlers = {} +handlers["author"] = author +handlers["class"] = class +handlers["cstyle"] = cstyle +handlers["copyright"] = copyright +handlers["description"] = description +handlers["field"] = field +handlers["name"] = name +handlers["param"] = param +handlers["release"] = release +handlers["return"] = ret +handlers["see"] = see +handlers["sort"] = sort +handlers["usage"] = usage + +------------------------------------------------------------------------------- + +function handle (tag, block, text) + if not handlers[tag] then + luadoc.logger:error(string.format("undefined handler for tag `%s'", tag)) + return + end + + if text then + text = text:gsub("`([^\n]-)`", "%1") + text = text:gsub("`(.-)`", "
%1
") + end + +-- assert(handlers[tag], string.format("undefined handler for tag `%s'", tag)) + return handlers[tag](tag, block, text) +end diff --git a/build/luadoc/luadoc/util.lua b/build/luadoc/luadoc/util.lua new file mode 100644 index 0000000..e1058d5 --- /dev/null +++ b/build/luadoc/luadoc/util.lua @@ -0,0 +1,201 @@ +------------------------------------------------------------------------------- +-- General utilities. +-- @release $Id: util.lua,v 1.16 2008/02/17 06:42:51 jasonsantos Exp $ +------------------------------------------------------------------------------- + +local posix = require "nixio.fs" +local type, table, string, io, assert, tostring, setmetatable, pcall = type, table, string, io, assert, tostring, setmetatable, pcall + +------------------------------------------------------------------------------- +-- Module with several utilities that could not fit in a specific module + +module "luadoc.util" + +------------------------------------------------------------------------------- +-- Removes spaces from the begining and end of a given string +-- @param s string to be trimmed +-- @return trimmed string + +function trim (s) + return (string.gsub(s, "^%s*(.-)%s*$", "%1")) +end + +------------------------------------------------------------------------------- +-- Removes spaces from the begining and end of a given string, considering the +-- string is inside a lua comment. +-- @param s string to be trimmed +-- @return trimmed string +-- @see trim +-- @see string.gsub + +function trim_comment (s) + s = string.gsub(s, "^%s*%-%-+%[%[(.*)$", "%1") + s = string.gsub(s, "^%s*%-%-+(.*)$", "%1") + return s +end + +------------------------------------------------------------------------------- +-- Checks if a given line is empty +-- @param line string with a line +-- @return true if line is empty, false otherwise + +function line_empty (line) + return (string.len(trim(line)) == 0) +end + +------------------------------------------------------------------------------- +-- Appends two string, but if the first one is nil, use to second one +-- @param str1 first string, can be nil +-- @param str2 second string +-- @return str1 .. " " .. str2, or str2 if str1 is nil + +function concat (str1, str2) + if str1 == nil or string.len(str1) == 0 then + return str2 + else + return str1 .. " " .. str2 + end +end + +------------------------------------------------------------------------------- +-- Split text into a list consisting of the strings in text, +-- separated by strings matching delim (which may be a pattern). +-- @param delim if delim is "" then action is the same as %s+ except that +-- field 1 may be preceeded by leading whitespace +-- @usage split(",%s*", "Anna, Bob, Charlie,Dolores") +-- @usage split(""," x y") gives {"x","y"} +-- @usage split("%s+"," x y") gives {"", "x","y"} +-- @return array with strings +-- @see table.concat + +function split(delim, text) + local list = {} + if string.len(text) > 0 then + delim = delim or "" + local pos = 1 + -- if delim matches empty string then it would give an endless loop + if string.find("", delim, 1) and delim ~= "" then + error("delim matches empty string!") + end + local first, last + while 1 do + if delim ~= "" then + first, last = string.find(text, delim, pos) + else + first, last = string.find(text, "%s+", pos) + if first == 1 then + pos = last+1 + first, last = string.find(text, "%s+", pos) + end + end + if first then -- found? + table.insert(list, string.sub(text, pos, first-1)) + pos = last+1 + else + table.insert(list, string.sub(text, pos)) + break + end + end + end + return list +end + +------------------------------------------------------------------------------- +-- Comments a paragraph. +-- @param text text to comment with "--", may contain several lines +-- @return commented text + +function comment (text) + text = string.gsub(text, "\n", "\n-- ") + return "-- " .. text +end + +------------------------------------------------------------------------------- +-- Wrap a string into a paragraph. +-- @param s string to wrap +-- @param w width to wrap to [80] +-- @param i1 indent of first line [0] +-- @param i2 indent of subsequent lines [0] +-- @return wrapped paragraph + +function wrap(s, w, i1, i2) + w = w or 80 + i1 = i1 or 0 + i2 = i2 or 0 + assert(i1 < w and i2 < w, "the indents must be less than the line width") + s = string.rep(" ", i1) .. s + local lstart, len = 1, string.len(s) + while len - lstart > w do + local i = lstart + w + while i > lstart and string.sub(s, i, i) ~= " " do i = i - 1 end + local j = i + while j > lstart and string.sub(s, j, j) == " " do j = j - 1 end + s = string.sub(s, 1, j) .. "\n" .. string.rep(" ", i2) .. + string.sub(s, i + 1, -1) + local change = i2 + 1 - (i - j) + lstart = j + change + len = len + change + end + return s +end + +------------------------------------------------------------------------------- +-- Opens a file, creating the directories if necessary +-- @param filename full path of the file to open (or create) +-- @param mode mode of opening +-- @return file handle + +function posix.open (filename, mode) + local f = io.open(filename, mode) + if f == nil then + filename = string.gsub(filename, "\\", "/") + local dir = "" + for d in string.gfind(filename, ".-/") do + dir = dir .. d + posix.mkdir(dir) + end + f = io.open(filename, mode) + end + return f +end + + +---------------------------------------------------------------------------------- +-- Creates a Logger with LuaLogging, if present. Otherwise, creates a mock logger. +-- @param options a table with options for the logging mechanism +-- @return logger object that will implement log methods + +function loadlogengine(options) + local logenabled = pcall(function() + require "logging" + require "logging.console" + end) + + local logging = logenabled and logging + + if logenabled then + if options.filelog then + logger = logging.file("luadoc.log") -- use this to get a file log + else + logger = logging.console("[%level] %message\n") + end + + if options.verbose then + logger:setLevel(logging.INFO) + else + logger:setLevel(logging.WARN) + end + + else + noop = {__index=function(...) + return function(...) + -- noop + end + end} + + logger = {} + setmetatable(logger, noop) + end + + return logger +end diff --git a/build/makedocs.sh b/build/makedocs.sh new file mode 100755 index 0000000..955c58c --- /dev/null +++ b/build/makedocs.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +topdir=$(pwd) + +[ -f "$topdir/build/makedocs.sh" -a -n "$1" ] || { + echo "Please execute as ./build/makedocs.sh [output directory]" >&2 + exit 1 +} + +outdir=$(readlink -f "$1") + +mkdir -p "$outdir" || { + echo "Unable to mkdir '$outdir'" >&2 + exit 1 +} + +( + cd "$topdir/build/luadoc/" + find "$topdir/libs/" "$topdir/modules/" -type f -name '*.lua' -or -name '*.luadoc' | \ + xargs grep -l '@return' | xargs ./doc.lua --no-files -d "$outdir" +) diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh new file mode 100755 index 0000000..7f07514 --- /dev/null +++ b/build/mkbasepot.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +[ -d ./build ] || { + echo "Please execute as ./build/mkbasepot.sh" >&2 + exit 1 +} + +echo -n "Updating modules/luci-base/po/templates/base.pot ... " + +./build/i18n-scan.pl \ + modules/luci-base/ modules/luci-mod-admin-full/ \ + protocols/ themes/ \ +> modules/luci-base/po/templates/base.pot + +echo "done" diff --git a/build/mkrevision.sh b/build/mkrevision.sh new file mode 100755 index 0000000..02b7fa3 --- /dev/null +++ b/build/mkrevision.sh @@ -0,0 +1,27 @@ +#!/bin/sh + +TOPDIR="${0%mkrevision.sh}" + +[ -d "$TOPDIR/../build" ] || { + echo "Please execute as ./build/mkrevision.sh" >&2 + exit 1 +} + +( + cd "$TOPDIR" + if svn info >/dev/null 2>/dev/null; then + revision="svn-r$(LC_ALL=C svn info | sed -ne 's/^Revision: //p')" + elif git log -1 >/dev/null 2>/dev/null; then + revision="svn-r$(LC_ALL=C git log -1 | sed -ne 's/.*git-svn-id: .*@\([0-9]\+\) .*/\1/p')" + if [ "$revision" = "svn-r" ]; then + set -- $(git log -1 --format="%ct %h") + secs="$(($1 % 86400))" + yday="$(date --utc --date="@$1" "+%y.%j")" + revision="$(printf 'git-%s.%05d-%s' "$yday" "$secs" "$2")" + fi + else + revision="unknown" + fi + + echo "$revision" +) diff --git a/build/zoneinfo2lua.pl b/build/zoneinfo2lua.pl new file mode 100755 index 0000000..d3f0403 --- /dev/null +++ b/build/zoneinfo2lua.pl @@ -0,0 +1,149 @@ +#!/usr/bin/perl +# zoneinfo2lua.pl - Make Lua module from /usr/share/zoneinfo +# Execute from within root of Luci feed, usually feeds/luci +# $Id$ + +use strict; + +my %TZ; + +my $tzdin = $ARGV[0] || "/usr/share/zoneinfo"; +my $tzdout = $ARGV[1] || "./modules/luci-base/luasrc/sys/zoneinfo"; + +local $/ = "\012"; +open( ZTAB, "< $tzdin/zone.tab" ) || die "open($tzdin/zone.tab): $!"; + +while( ! eof ZTAB ) { + chomp( my $line = readline ZTAB ); + next if $line =~ /^#/ || $line =~ /^\s+$/; + + my ( undef, undef, $zone, @comment ) = split /\s+/, $line; + + printf STDERR "%-40s", $zone; + + if( open ZONE, "< $tzdin/$zone" ) { + seek ZONE, -2, 2; + + while( tell(ZONE) > 0 ) { + read ZONE, my $char, 1; + ( $char eq "\012" ) ? last : seek ZONE, -2, 1; + } + + chomp( my $tz = readline ZONE ); + print STDERR ( $tz || "(no tzinfo found)" ), "\n"; + close ZONE; + + if( $tz ) { + $zone =~ s/_/ /g; + $TZ{$zone} = $tz; + } + } + else + { + print STDERR "open($tzdin/$zone): $!\n"; + } +} + +close ZTAB; + + +open(O, "> $tzdout/tzdata.lua") || die "open($tzdout/tzdata.lua): $!\n"; + +print STDERR "Writing time zones to $tzdout/tzdata.lua ... "; +print O < $tzdout/tzoffset.lua") || die "open($tzdout/tzoffset.lua): $!\n"; + +print STDERR "Writing time offsets to $tzdout/tzoffset.lua ... "; +print O < +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TYPE:=col +LUCI_BASENAME:=light + +LUCI_TITLE:=Minimum package set using only admin mini and the standard theme +LUCI_DEPENDS:=+uhttpd +luci-mod-admin-mini +luci-theme-openwrt @BROKEN + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/collections/luci-ssl/Makefile b/collections/luci-ssl/Makefile new file mode 100644 index 0000000..07c9c50 --- /dev/null +++ b/collections/luci-ssl/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TYPE:=col +LUCI_BASENAME:=ssl + +LUCI_TITLE:=Standard OpenWrt set with HTTPS support +LUCI_DEPENDS:=+luci +libustream-polarssl +px5g + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/collections/luci/Makefile b/collections/luci/Makefile new file mode 100644 index 0000000..4625c95 --- /dev/null +++ b/collections/luci/Makefile @@ -0,0 +1,19 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TYPE:=col +LUCI_BASENAME:=luci + +LUCI_TITLE:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme +LUCI_DEPENDS:= \ + +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/config/a.rb b/config/a.rb new file mode 100644 index 0000000..fdcdac6 --- /dev/null +++ b/config/a.rb @@ -0,0 +1,5 @@ +Configuration.for('a'){ + a 40 + b 4 + c 2 +} diff --git a/config/b.rb b/config/b.rb new file mode 100644 index 0000000..7c41f19 --- /dev/null +++ b/config/b.rb @@ -0,0 +1,19 @@ +Configuration.for('b'){ + host "codeforpeople.com" + + www { + port 80 + url "http://#{ host }:#{ port }" + } + + db { + port 5342 + url "db://#{ host }:#{ port }" + } + + mail { + host "gmail.com" + port 25 + url "mail://#{ host }:#{ port }" + } +} diff --git a/config/c.rb b/config/c.rb new file mode 100644 index 0000000..63a769a --- /dev/null +++ b/config/c.rb @@ -0,0 +1,8 @@ +%w( development production testing ).each do |environment| + + Configuration.for(environment){ + adapter "sqlite3" + db "db/#{ environment }" + } + +end diff --git a/config/d.rb b/config/d.rb new file mode 100644 index 0000000..9cda101 --- /dev/null +++ b/config/d.rb @@ -0,0 +1,5 @@ +Configuration.for('d'){ + object_id 42 + inspect 'forty-two' + p 42.0 +} diff --git a/config/e.rb b/config/e.rb new file mode 100644 index 0000000..f458940 --- /dev/null +++ b/config/e.rb @@ -0,0 +1,13 @@ +Configuration.for('e'){ + foo 42 + + if Send('respond_to?', 'foo') + bar 'forty-two' + end + + respond_to = Method('bar') + + if respond_to.call() + foobar 42.0 + end +} diff --git a/config/f.rb b/config/f.rb new file mode 100644 index 0000000..04fc8e7 --- /dev/null +++ b/config/f.rb @@ -0,0 +1,12 @@ +default = Configuration.for( 'default' ) { + + a 1 + b 2 + +} + +Configuration.for( 'f', default ) { + + a 10 + +} diff --git a/configuration.gemspec b/configuration.gemspec new file mode 100644 index 0000000..c12b2fa --- /dev/null +++ b/configuration.gemspec @@ -0,0 +1,50 @@ +## configuration.gemspec +# + +Gem::Specification::new do |spec| + spec.name = "configuration" + spec.version = "1.3.4" + spec.platform = Gem::Platform::RUBY + spec.summary = "configuration" + spec.description = "ruby configuration for your ruby programs" + spec.license = "same as ruby's" + + spec.files = +["LICENSE", + "README.rdoc", + "Rakefile", + "config", + "config/a.rb", + "config/b.rb", + "config/c.rb", + "config/d.rb", + "config/e.rb", + "config/f.rb", + "configuration.gemspec", + "lib", + "lib/configuration.rb", + "samples", + "samples/a.rb", + "samples/b.rb", + "samples/c.rb", + "samples/d.rb", + "samples/e.rb", + "samples/f.rb", + "test", + "test/overwrite_test.rb"] + + spec.executables = [] + + spec.require_path = "lib" + + spec.test_files = nil + + + + spec.extensions.push(*[]) + + spec.rubyforge_project = "codeforpeople" + spec.author = "Ara T. Howard" + spec.email = "ara.t.howard@gmail.com" + spec.homepage = "https://github.com/ahoward/configuration" +end diff --git a/configure b/configure new file mode 100644 index 0000000..914e5af --- /dev/null +++ b/configure @@ -0,0 +1,20 @@ +#!/bin/sh + +ln -s `Rscript -e "cat(system.file('bin/knit', package='knitr'))"` ~/bin +ln -s `Rscript -e "cat(system.file('bin/servr', package='servr'))"` ~/bin +ln -s /usr/lib/rstudio/bin/pandoc/pandoc ~/bin +ln -s /usr/lib/rstudio/bin/pandoc/pandoc-citeproc ~/bin +ln -s `pwd`/.Renviron ~/ +ln -s `pwd`/.Rprofile ~/ + +for i in $(find `pwd` -maxdepth 1 -type f -executable); + do ln -s $i ~/bin; +done + +ln -s `pwd`/.bash_aliases ~/ +which cranwin || cat .bashrc >> ~/.bashrc + +kpsewhich Sweave.sty || tlmgr conf texmf TEXMFHOME "~/texmf:/usr/share/R/share/texmf" + +ln -s `pwd`/.gitconfig ~/ +cp .netrc ~/ diff --git a/contrib/package/Makefile b/contrib/package/Makefile new file mode 100644 index 0000000..f7fac77 --- /dev/null +++ b/contrib/package/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk diff --git a/contrib/package/community-profiles/Makefile b/contrib/package/community-profiles/Makefile new file mode 100644 index 0000000..1992b7c --- /dev/null +++ b/contrib/package/community-profiles/Makefile @@ -0,0 +1,39 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=community-profiles +PKG_RELEASE:=2 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/community-profiles + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Community profiles + DEPENDS:=freifunk-common +endef + +define Package/community-profiles/description + These community profiles set defaults for various free network/freifunk communities and are used by wizards like ffwizard and meshwizard. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/community-profiles/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,community-profiles)) diff --git a/contrib/package/community-profiles/files/etc/config/profile_31c3 b/contrib/package/community-profiles/files/etc/config/profile_31c3 new file mode 100644 index 0000000..469e0b5 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_31c3 @@ -0,0 +1,45 @@ +config 'community' 'profile' + option 'name' 'Freifunk 31c3' + option 'homepage' 'http://31c3.freifunk.net' + option 'ssid' '02:CA:FF:EE:BA:BE' + option 'mesh_network' '10.197.0.0/16' + option 'latitude' '53.56176' + option 'longitude' '9.9833' + option 'suffix' 'olsr.31c3.freifunk.net' + option 'vap' '0' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '36' '02:36:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '12000' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_Freifunk b/contrib/package/community-profiles/files/etc/config/profile_Freifunk new file mode 100644 index 0000000..b8f445a --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_Freifunk @@ -0,0 +1,10 @@ +config 'community' 'profile' + option 'name' 'Freifunk' + option 'homepage' 'http://freifunk.net' + option 'ssid' 'www.freifunk.net' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '52.000' + option 'longitude' '10.000' + option 'splash_prefix' '28' + option 'mesh_network' '10.0.0.0/8' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_altmark b/contrib/package/community-profiles/files/etc/config/profile_altmark new file mode 100644 index 0000000..20d51b2 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_altmark @@ -0,0 +1,56 @@ +config 'community' 'profile' + option 'name' 'Freifunk Altmark' + option 'homepage' 'http://altmark.freifunk.net' + option 'ssid' 'altmark.freifunk.net' + option 'mesh_network' '10.59.0.0/16' + option 'latitude' '52.885' + option 'longitude' '11.15' + option 'suffix' 'olsr.altmark.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'Freifunk Blog' + option template 'iframe' + option url 'http://freifunk.net' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig_arad b/contrib/package/community-profiles/files/etc/config/profile_arig_arad new file mode 100644 index 0000000..55d012f --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_arig_arad @@ -0,0 +1,22 @@ +config 'community' 'profile' + option 'name' 'arig Arad' + option 'homepage' 'http://arig.org.il' + option 'ssid' 'arig.org.il' + option 'latitude' '31.26' + option 'longitude' '35.21' + option 'splash_prefix' '28' + option 'suffix' 'arig' + option 'mesh_network' '10.81.8.0/22' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '13' '13:CA:FF:EE:BA:BE' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'country' 'IL' + option 'beacon_int' '5000' + option 'distance' '1500' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig_neot_semadar b/contrib/package/community-profiles/files/etc/config/profile_arig_neot_semadar new file mode 100644 index 0000000..062b18e --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_arig_neot_semadar @@ -0,0 +1,22 @@ +config 'community' 'profile' + option 'name' 'arig Neot Semadar' + option 'homepage' 'http://www.neot-semadar.com' + option 'ssid' 'arig.org.il' + option 'latitude' '30.05' + option 'longitude' '35.02' + option 'splash_prefix' '272' + option 'suffix' 'arig' + option 'mesh_network' '10.81.12.0/22' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '13' '13:CA:FF:EE:BA:BE' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'country' 'IL' + option 'beacon_int' '5000' + option 'distance' '1500' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv b/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv new file mode 100644 index 0000000..fe7df22 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv @@ -0,0 +1,22 @@ +config 'community' 'profile' + option 'name' 'arig Tel Aviv' + option 'homepage' 'http://arig.org.il' + option 'ssid' 'arig.org.il' + option 'latitude' '32.056' + option 'longitude' '34.772' + option 'splash_prefix' '28' + option 'suffix' 'arig' + option 'mesh_network' '10.81.0.0/21' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '13' '13:CA:FF:EE:BA:BE' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'country' 'IL' + option 'beacon_int' '5000' + option 'distance' '1500' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_augsburg b/contrib/package/community-profiles/files/etc/config/profile_augsburg new file mode 100644 index 0000000..4ab82cf --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_augsburg @@ -0,0 +1,64 @@ +config 'community' 'profile' + option 'name' 'Freifunk Augsburg' + option 'homepage' 'http://augsburg.freifunk.net' + option 'ssid' 'augsburg.freifunk.net' + option 'mesh_network' '10.11.0.0/18' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '48.37071' + option 'longitude' '10.89475' + option 'suffix' 'ffa' + option 'splash_prefix' '27' + option 'vap' '1' + option adhoc_dhcp_when_vap '1' + option 'ipv6' '1' + option 'ipv6_config' 'auto-ipv6-fromv4' + option 'ipv6_prefix' 'fdca:ffee:ffa::/48' + #option 'extrapackages' '' + +config 'defaults' 'interface' + option 'netmask' '255.255.192.0' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'luci_splash' + option 'limit_up' '40' + option 'limit_down' '120' + option 'leasetime' '8' + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssffa' + option enabled '1' + option max '10' + option cache '3600' + option width '50%' + option title 'Freifunk Augsburg Blog' + option template 'rssfeed' + option url 'http://augsburg.freifunk.net/blog?type=100' + +config widget 'rssaugsburg' + option cache '3600' + option width '50%' + option title 'Augsburger Blogs' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://wgaugsburg.de/augsburg/rss20.xml' + +config widget 'search' + option template 'search' + option title 'Search' + option enabled '1' + option width '50%' + list engine 'Google|http://www.google.de/search?q=' + list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+' + list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search=' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_bayreuth b/contrib/package/community-profiles/files/etc/config/profile_bayreuth new file mode 100644 index 0000000..90fccbd --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_bayreuth @@ -0,0 +1,20 @@ +config 'community' 'profile' + option 'name' 'Freifunk Bayreuth' + option 'homepage' 'http://bayreuth.freifunk.net' + option 'ssid' 'bayreuth.freifunk.net' + option 'mesh_network' '10.195.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '49.945812' + option 'longitude' '11.575045' + option 'suffix' 'ffbt' + option 'splash_prefix' '28' + +config 'defaults' 'interface' + option 'netmask' '255.255.192.0' + +config 'defaults' 'wifi_device' + option 'channel' '4' + +config 'defaults' 'wifi_iface' + option 'bssid' '42:CA:FF:EE:BA:BE' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_bensheim b/contrib/package/community-profiles/files/etc/config/profile_bensheim new file mode 100644 index 0000000..48c1d47 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_bensheim @@ -0,0 +1,9 @@ +config 'community' 'profile' + option 'name' 'Freifunk Bensheim' + option 'homepage' 'http://bensheim.freifunk.net' + option 'ssid' 'bensheim.freifunk.net' + option 'mesh_network' '10.49.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '49.63939' + option 'longitude' '8.633718' diff --git a/contrib/package/community-profiles/files/etc/config/profile_bergischesland b/contrib/package/community-profiles/files/etc/config/profile_bergischesland new file mode 100644 index 0000000..0de4543 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_bergischesland @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Piratenfreifunk Bergisches Land' + option 'homepage' 'http://www.piraten-bergisches-land.de' + option 'ssid' 'PiratenfunkBL' + option 'mesh_network' '10.3.0.0/16' + option 'splash_network' '192.168.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '51.26849' + option 'longitude' '7.19476' + +config 'defaults' 'wifi_device' + option 'channel' '11' + +config 'defaults' 'wifi_iface' + option 'bssid' '02:40:00:42:42:42' diff --git a/contrib/package/community-profiles/files/etc/config/profile_berlin b/contrib/package/community-profiles/files/etc/config/profile_berlin new file mode 100644 index 0000000..b4694c0 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_berlin @@ -0,0 +1,50 @@ +config 'community' 'profile' + option 'name' 'Freifunk Berlin' + option 'homepage' 'http://berlin.freifunk.net' + option 'ssid' 'freifunk.net' + option 'ssid_scheme' 'addchannelbefore' + option 'mesh_network' '104.0.0.0/8' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '52.52075' + option 'longitude' '13.40948' + list 'owm_api' 'http://api.openwifimap.net' + list 'owm_api' 'http://owmapi.pberg.freifunk.net' + option 'mapserver' 'http://map.pberg.freifunk.net/' + +config 'defaults' 'wifi_device' + option 'channel' '13' + +config 'defaults' 'bssidscheme' + option '10' '02:CA:FF:EE:BA:BE' + option '13' 'D2:CA:FF:EE:BA:BE' + option '36' '02:36:CA:FF:EE:EE' + +config 'defaults' 'ssidscheme' + option '13' 'ch13.freifunk.net' + option '36' 'ch36.freifunk.net' + +config 'defaults' 'interface' + option 'netmask' '255.0.0.0' + option 'dns' '85.214.20.141 213.73.91.35 194.150.168.168' + +config 'defaults' 'olsr_interface' + option 'Ip4Broadcast' '255.255.255.255' + option 'HelloInterval' '3.0' + option 'HelloValidityTime' '125.0' + option 'TcInterval' '2.0' + option 'TcValidityTime' '500.0' + option 'MidInterval' '25.0' + option 'MidValidityTime' '500.0' + option 'HnaInterval' '10.0' + option 'HnaValidityTime' '125.0' + +config 'defaults' 'olsrd' + option 'AllowNoInt' 'yes' + option 'FIBMetric' 'flat' + option 'Pollrate' '0.025' + option 'TcRedundancy' '2' + option 'NatThreshold' '0.75' + option 'LinkQualityAlgorithm' 'etx_ff' + option 'RtTableDefaultOlsrPriority' '20000' + option 'RtTableTunnelPriority' '100000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_carbodebit b/contrib/package/community-profiles/files/etc/config/profile_carbodebit new file mode 100644 index 0000000..0b263f9 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_carbodebit @@ -0,0 +1,23 @@ +config 'community' 'profile' + option 'name' 'carbodebit' + option 'homepage' 'http://carbodebit.net' + option 'ssid' 'VHDCARBES' + option 'mesh_network' '10.72.1.0/24' + option 'latitude' '43.633683' + option 'longitude' '2.160894' + +config 'defaults' 'wifi_iface' + option 'bssid' 'DE:78:70:E4:FA:B8' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.0' + option 'dns' '10.70.1.1 213.190.64.170 213.190.64.166' + +config 'defaults' 'wifi_device' + option 'channel' '11' + option 'country' 'FR' + option 'distance' '2000' + +config 'defaults' 'bssidscheme' + option 'all' 'DE:78:70:E4:FA:B8' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_demo b/contrib/package/community-profiles/files/etc/config/profile_demo new file mode 100644 index 0000000..c11a74f --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_demo @@ -0,0 +1,21 @@ +config 'community' 'profile' + option 'name' 'Freifunk Demo' + option 'homepage' 'http://www.freifunk.net' + option 'ssid' 'demo.freifunk.net' + option 'mesh_network' '10.11.12.0/24' + option 'latitude' '51.163375' + option 'longitude' '10.447683' + option 'suffix' 'ff' + option 'vap' '1' + option adhoc_dhcp_when_vap '1' + option 'ipv6' '1' + option 'ipv6_config' 'auto-ipv6-fromv4' + option 'ipv6_prefix' 'fdca:ffff:ffff::/48' + #option 'extrapackages' '' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.0' + +config 'defaults' 'luci_splash' + option 'limit_up' '50' + option 'limit_down' '200' diff --git a/contrib/package/community-profiles/files/etc/config/profile_duesseldorf b/contrib/package/community-profiles/files/etc/config/profile_duesseldorf new file mode 100644 index 0000000..cb36aab --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_duesseldorf @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Freifunk Duesseldorf' + option 'homepage' 'http://freifunk-duesseldorf.de' + option 'ssid' 'duesseldorf.freifunk.net' + option 'mesh_network' '10.40.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '51.217812' + option 'longitude' '6.761564' + +config 'defaults' 'wifi_device' + option 'channel' '3' + +config 'defaults' 'wifi_iface' + option 'bssid' '02:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_erfurt b/contrib/package/community-profiles/files/etc/config/profile_erfurt new file mode 100644 index 0000000..dba31a0 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_erfurt @@ -0,0 +1,48 @@ +config 'community' 'profile' + option 'name' 'Freifunk Erfurt' + option 'homepage' 'http://erfurt.freifunk.net' + option 'ssid' 'erfurt.freifunk.net' + option 'mesh_network' '10.99.0.0/16' + option 'latitude' '50.9768' + option 'longitude' '11.02367' + option 'suffix' 'olsr.erfurt.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'Freifunk Blog' + option template 'iframe' + option url 'http://freifunk.net' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_evernet b/contrib/package/community-profiles/files/etc/config/profile_evernet new file mode 100644 index 0000000..0545360 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_evernet @@ -0,0 +1,25 @@ +config 'community' 'profile' + option 'name' 'Freifunk Evernet eG' + option 'homepage' 'http://www.evernet-eg.de' + option 'ssid' 'evernet.freifunk.net' + option 'mesh_network' '10.0.0.0/8' + option 'latitude' '51.15692062509162' + option 'longitude' '10.716041922569275' + option 'suffix' 'evernet' + +config 'defaults' 'interface' + option 'netmask' '255.0.0.0' + +config 'defaults' 'bssidscheme' + option 'all' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'country' 'DE' + option 'txpower' '19' + option 'beacon_int' '5000' + option 'distance' '1500' + option 'noscan' '0' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_freiburg b/contrib/package/community-profiles/files/etc/config/profile_freiburg new file mode 100644 index 0000000..eee3d6a --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_freiburg @@ -0,0 +1,45 @@ +config 'community' 'profile' + option 'name' 'Freifunk Freiburg' + option 'homepage' 'http://freiburg.freifunk.net' + option 'ssid' '02:CA:FF:EE:BA:BE' + option 'mesh_network' '10.60.0.0/16' + option 'latitude' '47.994841' + option 'longitude' '7.849772' + option 'suffix' 'olsr.freiburg.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_gadow b/contrib/package/community-profiles/files/etc/config/profile_gadow new file mode 100644 index 0000000..bc4a203 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_gadow @@ -0,0 +1,23 @@ +config 'community' 'profile' + option 'name' 'Freifunk Gadow' + option 'homepage' 'http://gadow.freifunk.net' + option 'ssid' 'gadow.freifunk.net' + option 'mesh_network' '10.61.0.0/16' + option 'latitude' '53.11' + option 'longitude' '12.61' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_guifibages b/contrib/package/community-profiles/files/etc/config/profile_guifibages new file mode 100644 index 0000000..a0fc4fc --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_guifibages @@ -0,0 +1,19 @@ +config 'community' 'profile' + option 'name' 'Guifi Bages' + option 'homepage' 'http://guifi.net/PlaBages' + option 'ssid' 'guifibages' + option 'mesh_network' '10.224.3.0/16' + option 'splash_network' '10.104.0.0/16' + option 'theme' 'luci-theme-freifunk-generic' + option 'latitude' '41.718437' + option 'longitude' '1.826477' + option 'suffix' 'guifibages.cat' + option 'splash_prefix' '27' + option 'extrapackages' 'luci-app-olsr-viz luci-i18n-catalan' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' + +config 'defaults' 'bssidscheme' + option 'all' '12:34:56:78:9a:bc' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_halle b/contrib/package/community-profiles/files/etc/config/profile_halle new file mode 100644 index 0000000..0e8e43f --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_halle @@ -0,0 +1,40 @@ +config 'community' 'profile' + option 'name' 'Freifunk Halle' + option 'homepage' 'http://freifunk-halle.net' + option 'ssid' 'halle.freifunk.net' + option 'mesh_network' '104.62.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '51.47911' + option 'longitude' '11.96901' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'country' 'DE' + +config 'defaults' 'bssidscheme' + option 'all' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'interface' + option 'netmask' '255.0.0.0' + +config 'defaults' 'olsrd' + option 'AllowNoInt' 'yes' + option 'FIBMetric' 'flat' + option 'Pollrate' '0.025' + option 'TcRedundancy' '2' + option 'NatThreshold' '0.75' + option 'LinkQualityAlgorithm' 'etx_ff' + option 'LinkQualityFishEye' '1' + option 'Willingness' '3' + +config 'defaults' 'olsr_interface' + option 'Ip4Broadcast' '255.255.255.255' + option 'HelloInterval' '5.0' + option 'HelloValidityTime' '125.0' + option 'TcInterval' '3.0' + option 'TcValidityTime' '375.0' + option 'MidInterval' '25.0' + option 'MidValidityTime' '375.0' + option 'HnaInterval' '25.0' + option 'HnaValidityTime' '375.0' diff --git a/contrib/package/community-profiles/files/etc/config/profile_hameln b/contrib/package/community-profiles/files/etc/config/profile_hameln new file mode 100644 index 0000000..f305b59 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_hameln @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Hameln' + option 'homepage' 'http://freifunk-hameln.de' + option 'ssid' 'hameln.freifunk.net' + option 'suffix' 'ffhm' + option 'latitude' '52.1030706' + option 'longitude' '9.3514778' + option 'mesh_network' '10.31.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'vap' '1' + option adhoc_dhcp_when_vap '1' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' diff --git a/contrib/package/community-profiles/files/etc/config/profile_hannover b/contrib/package/community-profiles/files/etc/config/profile_hannover new file mode 100644 index 0000000..008b6c7 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_hannover @@ -0,0 +1,12 @@ +config 'community' 'profile' + option 'name' 'Freifunk Hannover' + option 'homepage' 'http://hannover.freifunk.net' + option 'ssid' 'hannover.freifunk.net' + option 'mesh_network' '10.2.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '52.38427' + option 'longitude' '9.74359' + +config 'defaults' 'wifi_iface' + option 'bssid' 'CA:FF:EE:CA:FF:EE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_heppenheim b/contrib/package/community-profiles/files/etc/config/profile_heppenheim new file mode 100644 index 0000000..a830494 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_heppenheim @@ -0,0 +1,9 @@ +config 'community' 'profile' + option 'name' 'Freifunk Heppenheim' + option 'homepage' 'http://heppenheim.freifunk.net' + option 'ssid' 'heppenheim.freifunk.net' + option 'mesh_network' '10.48.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '51.151786' + option 'longitude' '10.415039' diff --git a/contrib/package/community-profiles/files/etc/config/profile_hooge b/contrib/package/community-profiles/files/etc/config/profile_hooge new file mode 100644 index 0000000..62f6fa9 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_hooge @@ -0,0 +1,22 @@ +config 'community' 'profile' + option 'name' 'Freifunk Hooge' + option 'homepage' 'http://hooge.freifunk.net' + option 'ssid' 'hooge.freifunk.net' + option 'mesh_network' '10.11.128.0/24' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '54.572161' + option 'longitude' '8.559551' + option 'suffix' 'hooge' + option 'splash_prefix' '27' + option 'vap' '1' + option 'extrapackages' '' + list 'owm_api' 'http://api.openwifimap.net' + list 'owm_api' 'http://owmapi.pberg.freifunk.net' + option 'mapserver' 'http://openwifimap.net/' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.0' + +config 'defaults' 'luci_splash' + option 'limit_up' '20' + option 'limit_down' '50' diff --git a/contrib/package/community-profiles/files/etc/config/profile_kiberpipa b/contrib/package/community-profiles/files/etc/config/profile_kiberpipa new file mode 100644 index 0000000..c2a96e4 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_kiberpipa @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Kiberpipa.net' + option 'homepage' 'http://www.kiberpipa.net' + option 'ssid' 'open.kiberpipa.net' + option 'mesh_network' '10.14.0.0/16' + option 'splash_network' '10.14.128.0/17' + option 'splash_prefix' '27' + option 'latitude' '46.05063' + option 'longitude' '14.50402' + +config 'defaults' 'wifi_device' + option 'channel' '8' + +config 'defaults' 'interface' + option 'dns' '10.14.0.1 208.67.222.220 208.67.220.222' diff --git a/contrib/package/community-profiles/files/etc/config/profile_kyritz b/contrib/package/community-profiles/files/etc/config/profile_kyritz new file mode 100644 index 0000000..f97e79f --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_kyritz @@ -0,0 +1,57 @@ +config 'community' 'profile' + option 'name' 'Freifunk Kyritz' + option 'homepage' 'http://kyritz.freifunk.net' + option 'ssid' 'mesh.freifunk.net' + option 'mesh_network' '104.59.0.0/16' + option 'latitude' '52.94' + option 'longitude' '12.4' + option 'suffix' 'olsr.kyritz.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'Freifunk Blog' + option template 'iframe' + option url 'http://freifunk.net' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_l59 b/contrib/package/community-profiles/files/etc/config/profile_l59 new file mode 100644 index 0000000..5e6f472 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_l59 @@ -0,0 +1,25 @@ +config 'community' 'profile' + option 'name' 'Freifunk L59' + option 'homepage' 'http://freifunk.net' + option 'ssid' 'freifunk.net' + option 'mesh_network' '10.59.0.0/16' + option 'splash_network' '6.59.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '52.26337' + option 'longitude' '10.52103' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_leipzig b/contrib/package/community-profiles/files/etc/config/profile_leipzig new file mode 100644 index 0000000..671f3e8 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_leipzig @@ -0,0 +1,55 @@ +config 'community' 'profile' + option 'name' 'Freifunk Leipzig' + option 'homepage' 'http://leipzig.freifunk.net' + option 'ssid' 'leipzig.freifunk.net' + option 'mesh_network' '10.61.0.0/16' + option 'latitude' '51.33348' + option 'longitude' '12.40297' + option 'suffix' 'olsr.leipzig.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + + +config widget 'customindex' + option enabled '1' + option width '50%' + option paddingright '5%' + option template 'html' + +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'Freifunk Leipzig Blog' + option template 'iframe' + option url 'http://leipzig.freifunk.net' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml' + +config widget 'clear1' + option template 'clear' + option enabled '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_marburg b/contrib/package/community-profiles/files/etc/config/profile_marburg new file mode 100644 index 0000000..18cff80 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_marburg @@ -0,0 +1,12 @@ +config 'community' 'profile' + option 'name' 'Freifunk Marburg' + option 'homepage' ' http://marburg.freifunk.de' + option 'ssid' 'marburg.freifunk.net' + option 'mesh_network' '10.128.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '29' + option 'latitude' '49.63939' + option 'longitude' '8.633718' + +config 'defaults' 'interface' + option 'dns' '8.8.8.8 212.204.49.83' diff --git a/contrib/package/community-profiles/files/etc/config/profile_oldenburg b/contrib/package/community-profiles/files/etc/config/profile_oldenburg new file mode 100644 index 0000000..e967fdb --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_oldenburg @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Freifunk Oldenburg' + option 'homepage' 'http://oldenburg.freifunk.net' + option 'ssid' 'oldenburg.freifunk.net' + option 'mesh_network' '10.18.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '53.14083' + option 'longitude' '8.21314' + +config 'defaults' 'wifi_device' + option 'channel' '6' + +config 'defaults' 'wifi_iface' + option 'bssid' '02:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_openwireless_bern b/contrib/package/community-profiles/files/etc/config/profile_openwireless_bern new file mode 100644 index 0000000..810ad8f --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_openwireless_bern @@ -0,0 +1,18 @@ +config 'community' 'profile' + option 'name' 'Openwireless Bern' + option 'homepage' 'http://bern.openwireless.ch/' + option 'ssid' 'www.openwireless.ch' + option 'mesh_network' '10.247.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '50.814788' + option 'longitude' '8.769239' + +config 'defaults' 'interface' + option 'dns' '208.67.222.222 208.67.220.220' + +config 'defaults' 'wifi_device' + option 'channel' '10' + option 'country' '756' + + diff --git a/contrib/package/community-profiles/files/etc/config/profile_pberg b/contrib/package/community-profiles/files/etc/config/profile_pberg new file mode 100644 index 0000000..1122eaa --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_pberg @@ -0,0 +1,38 @@ +config 'community' 'profile' + option 'name' 'Freifunk Berlin Prenzlauer Berg' + option 'homepage' 'http://pberg.freifunk.net' + option 'ssid' 'olsr.freifunk.net' + option 'mesh_network' '104.0.0.0/8' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '52.5427' + option 'longitude' '13.4172' + list 'owm_api' 'http://api.openwifimap.net' + list 'owm_api' 'http://owmapi.pberg.freifunk.net' + option 'mapserver' 'http://map.pberg.freifunk.net/' + +config 'defaults' 'wifi_device' + option 'channel' '10' + +config 'defaults' 'interface' + option 'netmask' '255.0.0.0' + +config 'defaults' 'olsr_interface' + option 'Ip4Broadcast' '255.255.255.255' + option 'HelloInterval' '3.0' + option 'HelloValidityTime' '125.0' + option 'TcInterval' '2.0' + option 'TcValidityTime' '500.0' + option 'MidInterval' '25.0' + option 'MidValidityTime' '500.0' + option 'HnaInterval' '10.0' + option 'HnaValidityTime' '125.0' + +config 'defaults' 'olsrd' + option 'AllowNoInt' 'yes' + option 'FIBMetric' 'flat' + option 'Pollrate' '0.025' + option 'TcRedundancy' '2' + option 'NatThreshold' '0.75' + option 'LinkQualityAlgorithm' 'etx_ff' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_piraten_dresden b/contrib/package/community-profiles/files/etc/config/profile_piraten_dresden new file mode 100644 index 0000000..2af0e31 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_piraten_dresden @@ -0,0 +1,12 @@ +config 'community' 'profile' + option 'name' 'Piratenfreifunk Dresden' + option 'homepage' 'http://www.piraten-sachsen.de/' + option 'ssid' 'dresden.freifunk.net' + option 'mesh_network' '10.12.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '51.05081' + option 'longitude' '13.73420' + +config 'defaults' 'wifi_device' + option 'channel' '1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_potsdam b/contrib/package/community-profiles/files/etc/config/profile_potsdam new file mode 100644 index 0000000..c15624a --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_potsdam @@ -0,0 +1,19 @@ +config 'community' 'profile' + option 'name' 'Freifunk Potsdam' + option 'homepage' 'http://potsdam.freifunk.net' + option 'ssid' 'www.freifunk-potsdam.de' + option 'mesh_network' '10.22.0.0/16' + option 'splash_network' '192.168.22.0/24' + option 'splash_prefix' '24' + option 'latitude' '52.39349' + option 'longitude' '13.06489' + +config 'defaults' 'wifi_device' + option 'channel' '5' + +config 'defaults' 'bssidscheme' + option '5' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'interface' + option 'dns' '85.214.20.141 213.73.91.35 194.150.168.168' + diff --git a/contrib/package/community-profiles/files/etc/config/profile_reihen b/contrib/package/community-profiles/files/etc/config/profile_reihen new file mode 100644 index 0000000..a05d6a2 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_reihen @@ -0,0 +1,25 @@ +config 'community' 'profile' + option 'name' 'Freifunk Reihen' + option 'homepage' 'http://freifunk.reihen.de' + option 'ssid' 'freifunk.reihen.de' + option 'mesh_network' '172.23.0.0/16' + option 'splash_network' '172.23.26.0/29' + option 'latitude' '49.21' + option 'longitude' '8.91' + option 'splash_prefix' '29' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' + option 'dns' '172.23.25.204 172.23.31.237 141.1.1.1' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'bssid' '02:07:04:08:08:09' + +config 'defaults' 'bssidscheme' + option '13' '02:07:04:08:08:09' + option '36' '02:36:CA:FF:EE:EE' + +config 'defaults' 'ssidscheme' + option '13' 'ch13.freifunk.net' + option '36' 'ch36.freifunk.net' diff --git a/contrib/package/community-profiles/files/etc/config/profile_rosbach b/contrib/package/community-profiles/files/etc/config/profile_rosbach new file mode 100644 index 0000000..4444f70 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_rosbach @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Freifunk Rosbach' + option 'homepage' 'freifunk-rosbach.de' + option 'ssid' 'rosbach.freifunk.net' + option 'mesh_network' '10.212.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '50.18' + option 'longitude' '8.42' + +config 'defaults' 'wifi_device' + option 'channel' '13' + +config 'defaults' 'wifi_iface' + option 'bssid' 'D2:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_schwarzach b/contrib/package/community-profiles/files/etc/config/profile_schwarzach new file mode 100644 index 0000000..c973ca0 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_schwarzach @@ -0,0 +1,12 @@ +config 'community' 'profile' + option 'name' 'Freifunk Schwarzach' + option 'homepage' 'http://schwarzach.freifunk.net' + option 'ssid' 'schwarzach.freifunk.net' + option 'mesh_network' '10.81.0.0/20' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '49.373' + option 'longitude' '8.983' + option 'splash_prefix' '27' + +config 'defaults' 'interface' + option 'netmask' '255.255.240.0' diff --git a/contrib/package/community-profiles/files/etc/config/profile_seefeld b/contrib/package/community-profiles/files/etc/config/profile_seefeld new file mode 100644 index 0000000..5d03f7d --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_seefeld @@ -0,0 +1,13 @@ +config 'community' 'profile' + option 'name' 'Freifunk Seefeld' + option 'homepage' 'http://wiki.freifunk.net/Seefeld.freifunk.net' + option 'ssid' 'seefeld.freifunk.net' + option 'mesh_network' '10.111.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '48.03485' + option 'longitude' '11.21279' + +config 'defaults' 'wifi_device' + option 'channel' '1' + option 'bssid' '02:CA:FF:EE:BA:BB' diff --git a/contrib/package/community-profiles/files/etc/config/profile_stuttgart b/contrib/package/community-profiles/files/etc/config/profile_stuttgart new file mode 100644 index 0000000..28d60d8 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_stuttgart @@ -0,0 +1,13 @@ +config 'community' 'profile' + option 'name' 'Freifunk Stuttgart' + option 'homepage' 'http://freifunk-stuttgart.de' + option 'ssid' 'Freifunk Stuttgart' + option 'mesh_network' '172.21.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '48' + option 'longitude' '9' + option 'splash_prefix' '27' + +config 'defaults' 'wifi_device' + option 'channel' '5' + option 'bssid' '52:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_vogtland b/contrib/package/community-profiles/files/etc/config/profile_vogtland new file mode 100644 index 0000000..8baeec6 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_vogtland @@ -0,0 +1,23 @@ +config 'community' 'profile' + option 'name' 'Freifunk Vogtland' + option 'homepage' 'http://wiki.freifunk.net/Freifunk_Vogtland' + option 'ssid' 'vogtland.freifunk.net' + option 'mesh_network' '10.204.0.0/16' + option 'splash_network' '6.204.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '53.11' + option 'longitude' '12.61' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' diff --git a/contrib/package/community-profiles/files/etc/config/profile_weil b/contrib/package/community-profiles/files/etc/config/profile_weil new file mode 100644 index 0000000..ddba1f3 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_weil @@ -0,0 +1,23 @@ +config 'community' 'profile' + option 'name' 'Freifunk Weil am Rhein' + option 'homepage' 'http://weil-am-rhein.freifunk.net' + option 'ssid' 'mesh.freifunk.net' + option 'mesh_network' '10.119.0.0/18' + option 'latitude' '47.6056' + option 'longitude' '7.6083' + option 'suffix' 'ffwr' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + list 'owm_api' 'http://api.openwifimap.net' + list 'owm_api' 'http://owmapi.pberg.freifunk.net' + option 'mapserver' 'http://openwifimap.net/' + +config 'defaults' 'interface' + option 'netmask' '255.255.192.0' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + option 'channel' '10' + +config 'defaults' 'luci_splash' + option 'leasetime' '24' diff --git a/contrib/package/community-profiles/files/etc/config/profile_weimar b/contrib/package/community-profiles/files/etc/config/profile_weimar new file mode 100644 index 0000000..65938e7 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_weimar @@ -0,0 +1,10 @@ +config 'community' 'profile' + option 'name' 'Weimarnetz e.V.' + option 'homepage' 'http://www.weimarnetz.de' + option 'ssid' 'weimarnetz' + option 'mesh_network' '10.63.0.0/16' + option 'latitude' '50.989530' + option 'longitude' '11.338675' + +config 'defaults' 'interface' + option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' diff --git a/contrib/package/community-profiles/files/etc/config/profile_weinstadt b/contrib/package/community-profiles/files/etc/config/profile_weinstadt new file mode 100644 index 0000000..49a42fa --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_weinstadt @@ -0,0 +1,19 @@ +config 'community' 'profile' + option 'name' 'Freifunk Weinstadt' + option 'homepage' 'http://freifunk-weinstadt.de' + option 'ssid' 'freifunk-weinstadt' + option 'mesh_network' '172.21.0.0/16' + option 'splash_network' '172.21.85.0/30' + option 'latitude' '48.81' + option 'longitude' '9.39' + option 'splash_prefix' '30' + +config 'defaults' 'wifi_device' + option 'channel' '13' + option 'bssid' '02:07:01:03:08:04' + +config 'defaults' 'bssidscheme' + option '13' '02:07:01:03:08:04' + +config 'defaults' 'interface' + option 'dns' '172.21.77.4 172.21.84.235 141.1.1.1' diff --git a/contrib/package/community-profiles/files/etc/config/profile_wlanljubljana b/contrib/package/community-profiles/files/etc/config/profile_wlanljubljana new file mode 100644 index 0000000..eeefbd2 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_wlanljubljana @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'wlan ljubljana' + option 'homepage' 'http://wlan-lj.net' + option 'ssid' 'open.wlan-lj.net' + option 'mesh_network' '10.254.0.0/16' + option 'splash_network' '10.254.120.0/21' + option 'splash_prefix' '27' + option 'latitude' '46.05063' + option 'longitude' '14.50402' + +config 'defaults' 'wifi_device' + option 'channel' '8' + +config 'defaults' 'interface' + option 'dns' '10.254.0.1 10.254.0.2' diff --git a/contrib/package/freifunk-common/Makefile b/contrib/package/freifunk-common/Makefile new file mode 100644 index 0000000..c15f02d --- /dev/null +++ b/contrib/package/freifunk-common/Makefile @@ -0,0 +1,42 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-common +PKG_RELEASE:=1 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-common + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk common files +endef + +define Package/freifunk-common/description + Common files and scripts that are needed to run free wireless mesh networks. +endef + +define Package/luci-mod-freifunk/conffiles +/etc/config/freifunk +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-common/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,freifunk-common)) diff --git a/contrib/package/freifunk-common/files/etc/config/freifunk b/contrib/package/freifunk-common/files/etc/config/freifunk new file mode 100644 index 0000000..9a46f05 --- /dev/null +++ b/contrib/package/freifunk-common/files/etc/config/freifunk @@ -0,0 +1,126 @@ +package 'freifunk' + +config 'public' 'contact' + option 'nickname' '' + option 'name' '' + option 'mail' '' + option 'phone' '' + option 'note' '' + +config 'public' 'community' + option 'name' 'Freifunk' + option 'homepage' 'http://freifunk.net' + +config 'fw_zone' 'zone_freifunk' + option 'name' 'freifunk' + option 'input' 'REJECT' + option 'forward' 'REJECT' + option 'output' 'ACCEPT' + +config 'fw_rule' 'fficmp' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'icmp' + +config 'fw_rule' 'ffhttp' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'tcp' + option 'dest_port' '80' + +config 'fw_rule' 'ffhttps' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'tcp' + option 'dest_port' '443' + +config 'fw_rule' 'ffssh' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'tcp' + option 'dest_port' '22' + +config 'fw_rule' 'ffolsr' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'udp' + option 'dest_port' '698' + +config 'fw_rule' 'ffwprobe' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'tcp' + option 'dest_port' '17990' + +config 'fw_rule' 'ffdns' + option 'dest_port' '53' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'udp' + +config 'fw_rule' 'ffdhcp' + option 'src_port' '68' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'dest_port' '67' + option 'proto' 'udp' + option 'leasetime' '30m' + +config 'fw_rule' 'ffsplash' + option 'dest_port' '8082' + option 'src' 'freifunk' + option 'target' 'ACCEPT' + option 'proto' 'tcp' + +config 'fw_forwarding' 'lanfffwd' + option 'src' 'lan' + option 'dest' 'freifunk' + +config 'fw_forwarding' 'ffwanfwd' + option 'src' 'freifunk' + option 'dest' 'wan' + +config 'fw_forwarding' 'fffwd' + option 'src' 'freifunk' + option 'dest' 'freifunk' + +config 'include' 'freifunk' + option 'path' '/etc/firewall.freifunk' + +config 'defaults' 'system' + option 'zonename' 'Europe/Berlin' + option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3' + +config 'defaults' 'wifi_device' + option 'channel' '1' + option 'diversity' '1' + option 'disabled' '0' + option 'country' 'DE' + option 'distance' '1000' + +config 'defaults' 'wifi_iface' + option 'mode' 'adhoc' + option 'encryption' 'none' + option 'bssid' '12:CA:FF:EE:BA:BE' + option 'mcast_rate' '6000' + +config 'defaults' 'madwifi_wifi_iface' + option 'bgscan' '0' + option 'sw_merge' '1' + option 'probereq' '1' + option 'mcast_rate' '5500' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' + option 'dns' '8.8.8.8 212.204.49.83 141.1.1.1' + +config 'defaults' 'alias' + option 'netmask' '255.255.255.0' + +config 'defaults' 'dhcp' + option 'leasetime' '30m' + option 'start' '2' + option 'force' '1' + +config 'defaults' 'olsr_interfacedefaults' + option 'Ip4Broadcast' '255.255.255.255' diff --git a/contrib/package/freifunk-common/files/etc/init.d/freifunk b/contrib/package/freifunk-common/files/etc/init.d/freifunk new file mode 100755 index 0000000..dbe648a --- /dev/null +++ b/contrib/package/freifunk-common/files/etc/init.d/freifunk @@ -0,0 +1,25 @@ +#!/bin/sh /etc/rc.common +# Freifunk Init +# $Id$ + +START=99 + +boot() { + test -f /etc/crontabs/root || touch /etc/crontabs/root + + grep -q 'killall -HUP dnsmasq' /etc/crontabs/root || { + echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root + } + + grep -q '/usr/sbin/ff_olsr_watchdog' /etc/crontabs/root || { + echo "*/5 * * * * /usr/sbin/ff_olsr_watchdog" >> /etc/crontabs/root + } + + [ -d /etc/rc.local.d ] && { + for file in /etc/rc.local.d/*; do + test -f "$file" && . "$file" + done + } + + /etc/init.d/cron restart & +} diff --git a/contrib/package/freifunk-common/files/etc/rc.local.d/01-config-migration b/contrib/package/freifunk-common/files/etc/rc.local.d/01-config-migration new file mode 100644 index 0000000..11f1ad6 --- /dev/null +++ b/contrib/package/freifunk-common/files/etc/rc.local.d/01-config-migration @@ -0,0 +1,51 @@ +# Fixup various configurations to remove quirks +# from former versions. + +_log() { + logger -t "Config Migration" "$1" +} + +_uci() { + uci ${2:+-c $2} get "$1" 2>/dev/null +} + + +# Splash redirector had a wrong virtual url match +# which resulted in "No such handler" + +[ "$(_uci lucid.splashredir.virtual)" == "/" ] && { + _log "Fix splash redirector configuration" + uci set lucid.splashredir.virtual='' + uci commit lucid + /etc/init.d/lucid restart +} + + +# Newer OLSR versions have the MinTCVtime hack active, +# ensure proper timings or olsrd won't start + +FIX=0 +for i in 0 1 2 3 4; do + [ -z "$(_uci olsrd.@Interface[$i].TcInterval)" ] && \ + [ -z "$(_uci olsrd.@Interface[$i].TcValidityTime)" ] || { + uci delete olsrd.@Interface[$i].TcInterval + uci delete olsrd.@Interface[$i].TcValidityTime + FIX=1 + } +done + +[ "$FIX" == 1 ] && { + _log "Fix olsrd configuration for MinTCVTime hack" + uci commit olsrd + /etc/init.d/olsrd restart +} + + +# Ensure that the community definitions are in the +# new format + +[ -z "$(_uci freifunk.leipzig.mesh_network)" ] && \ +[ -n "$(_uci freifunk.leipzig.mesh_network /rom/etc/config)" ] && { + _log "Converting freifunk configuration to new format" + cp /rom/etc/config/freifunk /etc/config/freifunk +} diff --git a/contrib/package/freifunk-common/files/etc/uci-defaults/freifunk b/contrib/package/freifunk-common/files/etc/uci-defaults/freifunk new file mode 100644 index 0000000..fe6586c --- /dev/null +++ b/contrib/package/freifunk-common/files/etc/uci-defaults/freifunk @@ -0,0 +1,2 @@ +uci set uhttpd.main.rfc1918_filter=0 +uci commit uhttpd diff --git a/contrib/package/freifunk-common/files/usr/bin/ffdzero b/contrib/package/freifunk-common/files/usr/bin/ffdzero new file mode 100755 index 0000000..24e8c2e --- /dev/null +++ b/contrib/package/freifunk-common/files/usr/bin/ffdzero @@ -0,0 +1,10 @@ +#!/bin/sh + +test "$1" = "-h" && echo -e "Usage:\n\t$0 -h\n\t$0 [ { ip | hostname } ]" >&2 && exit 1 + +host="${1:-leipzig.freifunk.net}" + +wget -O /dev/null http://$host/cgi-bin-dev-zero.bin +test "$?" = "1" && wget -O /dev/null http://$host/cgi-bin/dev-zero.bin +test "$?" = "1" && wget -O /dev/null http://$host/cgi-bin/luci/freifunk/status/zeroes +test "$?" = "1" && echo "$host: no zero download found..." && exit 1 diff --git a/contrib/package/freifunk-common/files/usr/bin/neigh.sh b/contrib/package/freifunk-common/files/usr/bin/neigh.sh new file mode 100755 index 0000000..cf43424 --- /dev/null +++ b/contrib/package/freifunk-common/files/usr/bin/neigh.sh @@ -0,0 +1,41 @@ +#!/bin/sh + +. /usr/share/libubox/jshn.sh + +VARS="localIP:Local remoteIP:Remote validityTime:vTime linkQuality:LQ neighborLinkQuality:NLQ linkCost:Cost" + +for HOST in 127.0.0.1 ::1;do + json_init + json_load "$(echo /links|nc ${HOST} 9090)" + if json_is_a links array;then + json_select links + for v in ${VARS};do + eval _${v%:*}=0 + done + for j in 0 1;do + case ${j} in 1) + for v in ${VARS};do + eval printf \"%-\${_${v%:*}}s \" ${v#*:} + done + echo + ;;esac + i=1;while json_is_a ${i} object;do + json_select ${i} + json_get_vars $(for v in ${VARS};do echo ${v%:*};done) + case ${j} in 0) + for v in ${VARS};do + eval "test \${_${v%:*}} -lt \${#${v%:*}} && _${v%:*}=\${#${v%:*}}" + done + ;;*) + for v in ${VARS};do + eval printf \"%-\${_${v%:*}}s \" \$${v%:*} + done + echo + ;;esac + json_select .. + i=$(( i + 1 )) + done + done + fi + echo +done diff --git a/contrib/package/freifunk-common/files/usr/bin/watch.sh b/contrib/package/freifunk-common/files/usr/bin/watch.sh new file mode 100755 index 0000000..728526b --- /dev/null +++ b/contrib/package/freifunk-common/files/usr/bin/watch.sh @@ -0,0 +1,11 @@ +#!/bin/sh +command="$1" +interval="$2"; [ -z "$interval" ] && interval=1 + +if [ -z $command ]; then + echo 'Usage: watch.sh "command [options]" [interval], e.g. watch "ifconfig ath0" 2' + echo 'interval is optional and defaults to 1' + exit 1 +fi + +while true; do clear; $command; sleep $interval; done diff --git a/contrib/package/freifunk-common/files/usr/sbin/ff_olsr_watchdog b/contrib/package/freifunk-common/files/usr/sbin/ff_olsr_watchdog new file mode 100755 index 0000000..069f4c3 --- /dev/null +++ b/contrib/package/freifunk-common/files/usr/sbin/ff_olsr_watchdog @@ -0,0 +1,29 @@ +#!/usr/bin/lua + +require "os" +require "io" +require "uci" +local fs = require "nixio.fs" + +if fs.access("/var/run/olsrd.pid") or fs.access("/var/run/olsrd4.pid") then + local stamp, intv + local x = uci.cursor() + + x:foreach("olsrd", "LoadPlugin", + function(s) + if s.library == "olsrd_watchdog.so.0.1" then + intv = tonumber(s.interval) + stamp = s.file + end + end) + + if intv and fs.access(stamp) then + local systime = os.time() + local wdgtime = tonumber(io.lines(stamp)()) + + if not wdgtime or ( systime - wdgtime ) > ( intv * 2 ) then + os.execute("logger -t 'OLSR watchdog' 'Process died - restarting!'") + os.execute("/etc/init.d/olsrd restart") + end + end +end diff --git a/contrib/package/freifunk-firewall/Makefile b/contrib/package/freifunk-firewall/Makefile new file mode 100644 index 0000000..b9d328c --- /dev/null +++ b/contrib/package/freifunk-firewall/Makefile @@ -0,0 +1,53 @@ +# +# Copyright (C) 2009 Jo-Philipp Wich +# +# This is free software, licensed under the Apache 2.0 license. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-firewall +PKG_RELEASE:=3 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-firewall + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk Firewall Addon + DEPENDS:=+firewall +endef + +define Package/freifunk-firewall/description + Various firewall extensions for Freifunk. Includes NAT fixes and advanced settings. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-firewall/postinst +#!/bin/sh +[ -n "$${IPKG_INSTROOT}" ] || { + if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then + uci add firewall include >/dev/null + uci set firewall.@include[-1].path=/etc/firewall.freifunk + uci commit firewall + fi +} +endef + +define Package/freifunk-firewall/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,freifunk-firewall)) diff --git a/contrib/package/freifunk-firewall/files/etc/firewall.freifunk b/contrib/package/freifunk-firewall/files/etc/firewall.freifunk new file mode 100644 index 0000000..d2805f6 --- /dev/null +++ b/contrib/package/freifunk-firewall/files/etc/firewall.freifunk @@ -0,0 +1,40 @@ +#!/bin/sh +# Freifunk Firewall addons + +. /lib/functions.sh + +# +# Apply advanced settings +# +apply_advanced() { + local tcp_ecn + local tcp_window_scaling + local accept_redirects + local accept_source_route + + config_get_bool tcp_ecn $1 tcp_ecn 1 + config_get_bool tcp_window_scaling $1 tcp_window_scaling 1 + config_get_bool accept_redirects $1 accept_redirects 0 + config_get_bool accept_source_route $1 accept_source_route 0 + + logger -t firewall.freifunk "tcp_ecn is $tcp_ecn" + logger -t firewall.freifunk "tcp_window_scaling is $tcp_window_scaling" + logger -t firewall.freifunk "accept_redirects is $accept_redirects" + logger -t firewall.freifunk "accept_source_route is $accept_source_route" + + sysctl -w net.ipv4.tcp_ecn=$tcp_ecn >/dev/null + sysctl -w net.ipv4.tcp_window_scaling=$tcp_window_scaling >/dev/null + + for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do + echo $accept_redirects > $f + done + + for f in /proc/sys/net/ipv4/conf/*/accept_source_route; do + echo $accept_source_route > $f + done +} + +config_foreach apply_advanced advanced + +[ -x /etc/init.d/freifunk-p2pblock ] && /etc/init.d/freifunk-p2pblock enabled && \ + ( sleep 3; /etc/init.d/freifunk-p2pblock restart )& diff --git a/contrib/package/freifunk-firewall/files/etc/hotplug.d/firewall/23-restricted-wan b/contrib/package/freifunk-firewall/files/etc/hotplug.d/firewall/23-restricted-wan new file mode 100644 index 0000000..e71c852 --- /dev/null +++ b/contrib/package/freifunk-firewall/files/etc/hotplug.d/firewall/23-restricted-wan @@ -0,0 +1,65 @@ +#!/bin/sh + +clear_restricted_gw() +{ + local state="$1" + local iface + local ifname + local subnet + + config_get iface "$state" iface + + if [ "$iface" = "$INTERFACE" ]; then + config_get ifname "$state" ifname + config_get subnet "$state" subnet + + logger -t firewall.freifunk "removing local restriction to the network connected to $ifname ($iface)" + iptables -D forwarding_freifunk_rule -o $ifname -d $subnet -j REJECT --reject-with icmp-host-prohibited + uci_revert_state firewall "$state" + fi +} + +get_enabled() +{ + local name + config_get name "$1" name + + if [ "$name" = "$ZONE" ]; then + config_get_bool local_restrict "$1" local_restrict + fi +} + +if [ "$ACTION" = add ]; then + local enabled + local subnet + + . /lib/functions/network.sh + + network_find_wan wan + + [ "$INTERFACE" = "$wan" ] || return 0 + + network_get_subnet subnet $INTERFACE + + if [ -n "$subnet" ]; then + config_load firewall + + local_restrict=0 + config_foreach get_enabled zone + + if [ "$local_restrict" = 1 ]; then + logger -t firewall.freifunk "restricting local access to the network connected to $INTERFACE ($DEVICE)" + iptables -I forwarding_freifunk_rule -o $DEVICE -d $subnet -j REJECT --reject-with icmp-host-prohibited + local state="restricted_gw_${INTERFACE}" + uci_set_state firewall "$state" "" restricted_gw_state + uci_set_state firewall "$state" iface "$INTERFACE" + uci_set_state firewall "$state" ifname "$DEVICE" + uci_set_state firewall "$state" subnet "$subnet" + fi + fi + +elif [ "$ACTION" = remove ]; then + config_load firewall + config_foreach clear_restricted_gw restricted_gw_state +fi + diff --git a/contrib/package/freifunk-gwcheck/Makefile b/contrib/package/freifunk-gwcheck/Makefile new file mode 100644 index 0000000..6c2affe --- /dev/null +++ b/contrib/package/freifunk-gwcheck/Makefile @@ -0,0 +1,40 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-gwcheck +PKG_RELEASE:=4 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-gwcheck + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk gateway check script + DEPENDS:=firewall +ip +iptables-mod-ipopt +olsrd-mod-dyn-gw-plain +endef + +define Package/freifunk-gwcheck/description + This script periodically checks if internet is available via your own gateway. If it detects that it is broken, then the defaultroute is removed from the main table and temporarilly placed in table gw-check until your internet works again. Config file is /etc/config/freifunk-gwcheck. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-gwcheck/install + $(CP) ./files/* $(1)/ + $(CP) ./root/* $(1)/ +endef + +$(eval $(call BuildPackage,freifunk-gwcheck)) diff --git a/contrib/package/freifunk-gwcheck/files/etc/config/freifunk-gwcheck b/contrib/package/freifunk-gwcheck/files/etc/config/freifunk-gwcheck new file mode 100644 index 0000000..b174dd6 --- /dev/null +++ b/contrib/package/freifunk-gwcheck/files/etc/config/freifunk-gwcheck @@ -0,0 +1,5 @@ +config 'gwcheck' 'hosts' + list 'host' 'augsburg.freifunk.net' + list 'host' 'vpn4.leipzig.freifunk.net' + list 'host' 'luci.subsignal.org' + list 'host' 'bbb-vpn.berlin.freifunk.net' diff --git a/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh new file mode 100755 index 0000000..b86b668 --- /dev/null +++ b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh @@ -0,0 +1,132 @@ +#!/bin/sh +# Copyright 2013 Manuel Munz +# Licensed under the GNU General Public License (GPL) v3 +# This script monitors the local internet gateway + +. /lib/functions.sh +. /lib/functions/network.sh +. /usr/share/libubox/jshn.sh + +# exit if dyngw_plain is not enabled or RtTable is not (254 or unset) +config_load olsrd + +check_dyngw_plain() +{ + local cfg="$1" + config_get library "$cfg" library + if [ "${library#olsrd_dyn_gw_plain}" != "$library" ]; then + config_get ignore "$cfg" ignore + config_get RtTable "$cfg" RtTable + if [ "$ignore" != "1" ] && [ -z "$RtTable" -o "$RtTable" = "254" ]; then + exit=0 + fi + fi +} + +exit=1 +config_foreach check_dyngw_plain LoadPlugin +[ "$exit" = "1" ] && exit 1 + +#Exit if this script is already running +pid="$(pidof ff_olsr_test_gw.sh)" +if [ ${#pid} -gt 5 ]; then + logger -p debug -t gwcheck "Gateway check script is already running, exit now" + exit 1 +fi + +# exit if there is no defaultroute with metric=0 in main or gw-check table. +defroutemain="$(ip route show |grep default |grep -v metric)" +defroutegwcheck="$(ip route show table gw-check |grep default |grep -v metric)" +if [ -z "$defroutegwcheck" -a -z "$defroutemain" ]; then + exit 1 +fi + +# get and shuffle list of testservers +testserver="$(uci -q get freifunk-gwcheck.hosts.host)" +[ -z "$testserver" ] && echo "No testservers found, exit" && exit + +testserver="$(for t in $testserver; do echo $t; done | awk 'BEGIN { + srand(); +} +{ + l[NR] = $0; +} + +END { + for (i = 1; i <= NR; i++) { + n = int(rand() * (NR - i + 1)) + i; + print l[n]; + l[n] = l[i]; + } +}')" + +check_internet() { + for t in $testserver; do + local test + test=$(wget -q http://$t/conntest.html -O -| grep "Internet_works") + if [ "$test" == "Internet_works" ]; then + echo 0 + break + else + logger -p debug -t gw-check "Could not fetch http://$t/conntest.html" + fi + done +} + +resolve() { + echo "$(nslookup $1 2>/dev/null |grep 'Address' |grep -v '127.0.0.1' |awk '{ print $3 }')" +} + +get_dnsservers() { + # this gets all dns servers for the interface which has the default route + + dns="" + if [ ! -x /bin/ubus ]; then + # ubus not present (versions before Attitude): fallback to get these from /var/state/network. + # We always assume that wan is the default route interface here + dns="$(grep network.wan.resolv_dns /var/state/network | cut -d "=" -f 2)" + else + network_find_wan wan + network_get_dnsserver dns $wan + fi +} + +iw=$(check_internet) + +if [ "$iw" == 0 ]; then + # Internet available again, restore default route and remove ip rules + if [ -n "$defroutegwcheck" ]; then + ip route add $defroutegwcheck + ip route del $defroutegwcheck table gw-check + for host in $testserver; do + ips="$(resolve $host)" + for ip in $ips; do + [ -n "$(ip rule show | grep "to $ip lookup gw-check")" ] && ip rule del to $ip table gw-check + done + done + get_dnsservers + for d in $dns; do + [ -n "$(ip rule show | grep "to $d lookup gw-check")" ] && ip rule del to $d table gw-check + done + logger -p err -t gw-check "Internet is available again, default route restored ( $defroutegwcheck)" + fi + +else + # Check failed. Move default route to table gw-check and setup ip rules. + if [ -z "$(ip rule show | grep gw-check)" -a -n "$defroutemain" ]; then + ip route add $defroutemain table gw-check + ip route del $defroutemain + logger -p err -t gw-check "Internet is not available, default route deactivated ( $defroutemain)" + fi + for host in $testserver; do + ips="$(resolve $host)" + for ip in $ips; do + [ -z "$(ip rule show | grep "to $ip lookup gw-check")" ] && ip rule add to $ip table gw-check + done + done + get_dnsservers + for d in $dns; do + [ -z "$(ip rule show | grep "to $d lookup gw-check")" ] && ip rule add to $d table gw-check + done + logger -p err -t gw-check "Check your internet connection!" +fi diff --git a/contrib/package/freifunk-gwcheck/root/etc/uci-defaults/freifunk-gwcheck b/contrib/package/freifunk-gwcheck/root/etc/uci-defaults/freifunk-gwcheck new file mode 100644 index 0000000..33b1b99 --- /dev/null +++ b/contrib/package/freifunk-gwcheck/root/etc/uci-defaults/freifunk-gwcheck @@ -0,0 +1,7 @@ +#!/bin/sh +tables="/etc/iproute2/rt_tables" +test -d /etc/iproute2/ || mkdir -p /etc/iproute2/ +grep -q "gw-check" $tables || echo "200 gw-check" >> $tables +test -f /etc/crontabs/root || touch /etc/crontabs/root +grep -q "ff_olsr_test_gw.sh" /etc/crontabs/root || echo "* * * * * /usr/sbin/ff_olsr_test_gw.sh" >> /etc/crontabs/root +/etc/init.d/cron restart diff --git a/contrib/package/freifunk-mapupdate/Makefile b/contrib/package/freifunk-mapupdate/Makefile new file mode 100644 index 0000000..a9281ca --- /dev/null +++ b/contrib/package/freifunk-mapupdate/Makefile @@ -0,0 +1,39 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-mapupdate +PKG_RELEASE:=1 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-mapupdate + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Update script for freifunkmap + DEPENDS:=+olsrd-mod-nameservice +endef + +define Package/freifunk-mapupdate/description + This script updates the freifunkmap (also known as the global map, see http://map.berlin.freifunk.net) every hour. Config file is /etc/config/freifunk-mapupdate. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-mapupdate/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,freifunk-mapupdate)) diff --git a/contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate b/contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate new file mode 100644 index 0000000..7e98f95 --- /dev/null +++ b/contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate @@ -0,0 +1,3 @@ +config 'mapupdate' 'mapupdate' + option 'enabled' '1' + option 'mapserver' 'http://map.berlin.freifunk.net/freifunkmap.php' diff --git a/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh b/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh new file mode 100755 index 0000000..40a077f --- /dev/null +++ b/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh @@ -0,0 +1,59 @@ +#!/bin/sh + +if [ ! "$(uci -q get freifunk-mapupdate.mapupdate.enabled)" == 1 ]; then + exit 1 +fi + +MAPSERVER="$(uci -q get freifunk-mapupdate.mapupdate.mapserver)" +[ -z "$MAPSERVER" ] && logger -t "freifunk-mapupdate:" "No mapserver configured" && exit 1 + +#check if nameservice plugin is installed and enabled, else exit +nslib=`uci show olsrd |grep olsrd_nameservice.so |awk {' FS="."; print $1"."$2 '}` +if [ -n "$nslib" ]; then + LATLONFILE="$(uci -q get $nslib.latlon_file)" + if [ -z "$LATLONFILE" ]; then + LATLONFILE="/var/run/latlon.js" + fi + if [ ! -p "$LATLONFILE" ]; then + logger -t "freifunk-mapupdate:" "latlon_file not found."; exit 1 + fi +else + logger -t "freifunk-mapupdate:" "nameservice plugin not found in olsrd config." + exit 1 +fi + +HOSTNAME="$(uci show system |grep hostname |cut -d "=" -f 2)" +HF_INFO="" + +# Get info for myself +SELF=$(cat $LATLONFILE |grep ^Self | sed -e 's/Self(//' -e 's/);//' -e "s/'//g") +OLSR_IP="$(echo $SELF |awk '{ FS=",";print $1 }')" +LOCATION="$(uci show system |grep .location |cut -d "=" -f 2)" +[ -n "$LOCATION" ] && NOTE="$LOCATION
" +FFNOTE="$(uci -q get freifunk.contact.note)" +[ -n "$FFNOTE" ] && NOTE="$NOTE $FFNOTE" +NOTE="

$HOSTNAME

$NOTE" +NOTE=`echo -e "$NOTE" | sed -e 's/\ /%20/g' -e 's/&/%26/g' -e 's/"/%22/g'` + +UPDATESTRING="$(echo $SELF |awk '{ FS=",";print $2 }'), $(echo $SELF |awk '{ FS=",";print $3 }')" + +# write our coordinates to mygooglemapscoords.txt to make Freifunk Firmware happy +echo "$UPDATESTRING" > /tmp/mygooglemapscoords.txt +[ ! -L /www/mygooglemapscoords.txt ] && ln -s /tmp/mygooglemapscoords.txt /www/mygooglemapscoords.txt + +# get neighbor Info (lat, lon, lq) +while read line; do + NEIGHUPD="$(echo $line |awk '{ FS=","; print $6 }'), $(echo $line |awk '{ FS=","; print $7 }'), $(echo $line |awk '{ FS=",";print $4 }')" + UPDATESTRING="${UPDATESTRING}, ${NEIGHUPD}" +done << EOF +`grep "PLink('$OLSR_IP" $LATLONFILE | sed -e 's/PLink(//' -e 's/);//' -e "s/'//g"` +EOF + +# Send UPDATESTRING +UPDATE=`echo -e "$UPDATESTRING" | sed s/\ /%20/g` +result="$(wget "$MAPSERVER?update=$UPDATE&updateiv=3600&olsrip=$OLSR_IP¬e=${NOTE}${HF_INFO}" -qO -)" + +if [ ! "$result" == "success update" ]; then + logger -t "freifunk-mapupdate:" "Update failed: $result" +fi + diff --git a/contrib/package/freifunk-mapupdate/root/etc/uci-defaults/freifunk-mapupdate b/contrib/package/freifunk-mapupdate/root/etc/uci-defaults/freifunk-mapupdate new file mode 100644 index 0000000..dee7f1b --- /dev/null +++ b/contrib/package/freifunk-mapupdate/root/etc/uci-defaults/freifunk-mapupdate @@ -0,0 +1,6 @@ +#!/bin/sh +test -f /etc/crontabs/root || touch /etc/crontabs/root +SEED="$( dd if=/dev/urandom bs=2 count=1 2>&- | hexdump | if read line; then echo 0x${line#* }; fi )" +MIN="$(( $SEED % 59 ))" +grep -q "ff_mapupdate.sh" /etc/crontabs/root || echo "$MIN * * * * /usr/sbin/ff_mapupdate.sh" >> /etc/crontabs/root +/etc/init.d/cron restart diff --git a/contrib/package/freifunk-p2pblock/Makefile b/contrib/package/freifunk-p2pblock/Makefile new file mode 100644 index 0000000..8eeafbb --- /dev/null +++ b/contrib/package/freifunk-p2pblock/Makefile @@ -0,0 +1,48 @@ +# +# Copyright (C) 2009 Andreas Seidler +# Copyright (C) 2012 Jo-Philipp Wich +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-p2pblock +PKG_RELEASE:=3 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-p2pblock + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk p2pblock Addon + DEPENDS:=+iptables-mod-filter +iptables-mod-ipp2p +l7-protocols +iptables-mod-conntrack-extra +endef + +define Package/freifunk-p2pblock/description + Simple Addon for Freifunk which use iptables layer7-, ipp2p- and recent-modules + to block p2p/filesharing traffic +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-p2pblock/install + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/freifunk-p2pblock.init $(1)/etc/init.d/freifunk-p2pblock + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/freifunk-p2pblock.config $(1)/etc/config/freifunk_p2pblock +endef + +$(eval $(call BuildPackage,freifunk-p2pblock)) diff --git a/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.config b/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.config new file mode 100644 index 0000000..291260e --- /dev/null +++ b/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.config @@ -0,0 +1,6 @@ +config 'settings' 'p2pblock' + option 'portrange' '1024:65535' + option 'layer7' 'edonkey bittorrent fasttrack' + option 'ipp2p' 'edk dc kazaa gnu bit ares soul winmx apple' + option 'blocktime' '60' + option 'whitelist' '' diff --git a/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.init b/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.init new file mode 100644 index 0000000..5ca60c8 --- /dev/null +++ b/contrib/package/freifunk-p2pblock/files/freifunk-p2pblock.init @@ -0,0 +1,95 @@ +#!/bin/sh /etc/rc.common + +START=82 +ME="freifunk-p2pblock" +LOCK='/var/run/p2pblock.lock' + +# helper-scripts +ipt_add() { + logger -t "$ME" "set 'iptables -I $1'" + iptables -I $1 + echo "iptables -D $1" >> $LOCK +} + +start() { + /etc/init.d/freifunk-p2pblock enabled || return + + if [ ! -s "$LOCK" ]; then + logger -s -t "$ME" 'starting p2pblock...' + + config_load network + config_get wan wan ifname + + if [ -n "$wan" ]; then + config_load freifunk_p2pblock + config_get layer7 p2pblock layer7 + config_get ipp2p p2pblock ipp2p + config_get portrange p2pblock portrange + config_get blocktime p2pblock blocktime + config_get whitelist p2pblock whitelist + + # load modules + insmod ipt_ipp2p 2>&- + insmod ipt_layer7 2>&- + insmod ipt_recent ip_list_tot=400 ip_pkt_list_tot=3 2>&- + + # create new p2p-chain + iptables -N p2pblock + # pipe all incoming FORWARD with source-/destination-port 1024-65535 throu p2p-chain + ipt_add "FORWARD -i $wan -p tcp --sport $portrange --dport $portrange -j p2pblock" + ipt_add "FORWARD -i $wan -p udp --sport $portrange --dport $portrange -j p2pblock" + + # if p2p-traffic blocked 3 packages to a destination ip then block all traffic within the next 180 sec (port 1024-65535) + ipt_add "p2pblock -m recent --rdest --rcheck --name P2PBLOCK --seconds $blocktime --hitcount 3 -j DROP" + ipt_add "p2pblock -m recent --rdest --rcheck --name P2PBLOCK --seconds $blocktime --hitcount 3 -m limit --limit 1/minute -j LOG --log-prefix P2PBLOCK-DROP:" + + # create layer7-rules + for proto in $layer7; do + ipt_add "p2pblock -m layer7 --l7proto $proto -m recent --rdest --set --name P2PBLOCK" + ipt_add "p2pblock -m layer7 --l7proto $proto -m limit --limit 1/minute -j LOG --log-prefix P2PBLOCK-seen-$proto:" + done + + # create ipp2p-rules + for proto in $ipp2p; do + ipt_add "p2pblock -m ipp2p --$proto -m recent --rdest --set --name P2PBLOCK" + ipt_add "p2pblock -m ipp2p --$proto -m limit --limit 1/minute -j LOG --log-prefix P2PBLOCK-seen-$proto:" + done + + # insert whitelisted ips + for ip in $whitelist; do + ipt_add "p2pblock -d $ip -j RETURN" + done + + logger -s -t "$ME" 'Done.'; return 0 + else + logger -s -t "$ME" 'No wan interface present.'; return 0 + fi + else + logger -s -t "$ME" 'WARNING! already running - Aborting!'; return 2 + fi +} + +stop() { + if [ -s "$LOCK" ]; then + logger -s -t "$ME" 'stopping p2pblock...' + + # unset all rules in $LOCK-file + cat $LOCK | sed -ne '1!G;h;$p' | while read line; do + logger -t "$ME" "unset $line" + while eval $line 2>&-; do :; done + done; : > "$LOCK" + + # flush and delete the p2p-chain + iptables -F p2pblock + iptables -X p2pblock + logger -s -t "$ME" 'Done.'; return 0 + + else + logger -s -t "$ME" 'WARNING! not running - Aborting!'; return 2 + + fi +} + +restart() { + stop; sleep 1; start +} diff --git a/contrib/package/freifunk-policyrouting/Makefile b/contrib/package/freifunk-policyrouting/Makefile new file mode 100644 index 0000000..a9301ce --- /dev/null +++ b/contrib/package/freifunk-policyrouting/Makefile @@ -0,0 +1,47 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-policyrouting +PKG_RELEASE:=6 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-policyrouting + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk policy routing addon + DEPENDS:=+ip +endef + +define Package/freifunk-policyrouting/description + Allows you to send your own traffic via your own default gateway while sending traffic received from the mesh to a gateway in the mesh. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/freifunk-policyrouting/install + $(CP) ./files/* $(1)/ +endef + +define Package/freifunk-policyrouting/postinst +#!/bin/sh +[ -n "$${IPKG_INSTROOT}" ] || { + /etc/init.d/freifunk-policyrouting enabled || /etc/init.d/freifunk-policyrouting enable + exit 0 +} +endef + +$(eval $(call BuildPackage,freifunk-policyrouting)) diff --git a/contrib/package/freifunk-policyrouting/files/etc/config/freifunk-policyrouting b/contrib/package/freifunk-policyrouting/files/etc/config/freifunk-policyrouting new file mode 100644 index 0000000..3dd2998 --- /dev/null +++ b/contrib/package/freifunk-policyrouting/files/etc/config/freifunk-policyrouting @@ -0,0 +1,7 @@ + +config 'settings' 'pr' + option 'enable' '0' + option 'strict' '1' + option 'fallback' '1' + option 'zones' '' + diff --git a/contrib/package/freifunk-policyrouting/files/etc/hotplug.d/iface/30-policyrouting b/contrib/package/freifunk-policyrouting/files/etc/hotplug.d/iface/30-policyrouting new file mode 100644 index 0000000..327e879 --- /dev/null +++ b/contrib/package/freifunk-policyrouting/files/etc/hotplug.d/iface/30-policyrouting @@ -0,0 +1,104 @@ +#!/bin/sh + +. /lib/functions.sh +. /lib/functions/network.sh + +proto="4" +[ -f /proc/net/ipv6_route ] && proto="4 6" + +config_load freifunk-policyrouting +config_get enable pr enable +config_get fallback pr fallback +config_get strict pr strict +config_get zones pr zones + +if [ "$ACTION" = "ifup" ] && [ "$enable" = "1" ]; then + network_get_subnet net $INTERFACE + network_get_subnet6 net6 $INTERFACE + network_get_physdev dev $INTERFACE + + if [ "$net" != "" -a -n "$dev" ]; then + eval $(/bin/ipcalc.sh $net) + if [ "$PREFIX" != "0" -a "$NETWORK" != "127.0.0.0" ]; then + if [ ! "$(ip r s t localnets |grep "$NETWORK/$PREFIX dev")" ]; then + cmd="ip r a $NETWORK/$PREFIX dev $dev table localnets" + $cmd + if [ "$?" = 0 ]; then + logger -s -t policyrouting "Add route: $cmd" + else + logger -s -t policyrouting "Error! Could not add route: $cmd" + fi + fi + + fi + + if [ -n "$net6" ]; then + cmd="ip -6 r a $net6 dev $dev table localnets" + $cmd 2>&1 > /dev/null + if [ "$?" = 0 ]; then + logger -s -t policyrouting "Add route: $cmd (IPv6)" + fi + + fi + + networks="" + for z in $zones; do + network_zone="$(uci -q get firewall.zone_${z}.network)" + if [ -z "$network_zone" ]; then + network_zone="$z" + fi + networks="$networks $network_zone" + done + for n in $networks; do + if [ "$INTERFACE" = "$n" ]; then + for p in $proto; do + if [ ! "$(ip -$p ru s | grep "from all iif $dev lookup olsr-default")" ]; then + ip -$p rule add dev "$dev" lookup olsr-default prio 20000 + if [ "$strict" != 0 ]; then + ip -$p rule add dev "$dev" unreachable prio 20001 + fi + if [ "$?" = 0 ]; then + logger -s -t policyrouting "Use mesh gateway for interface $dev (IPv$p)" + if [ -z "$(uci -P /var/state get freifunk-policyrouting.${INTERFACE})" ]; then + uci -P /var/state set freifunk-policyrouting.${INTERFACE}="state" + fi + uci -P /var/state set freifunk-policyrouting.${INTERFACE}.device="$dev" + else + logger -s -t policyrouting "Error: Could not add rule: dev "$dev" lookup olsr-default prio 20000 (IPv$p)" + fi + fi + done + fi + done + fi + +fi + +if [ "$ACTION" = "ifdown" ]; then + dev="$(uci -q -P /var/state get freifunk-policyrouting.${INTERFACE}.device)" + if [ -n "$dev" ]; then + networks="" + for z in $zones; do + network_zone="$(uci -q get firewall.zone_${z}.network)" + if [ -z "$network_zone" ]; then + network_zone="$z" + fi + networks="$networks $network_zone" + done + for n in $networks; do + if [ "$INTERFACE" = "$n" ]; then + for p in $proto; do + if [ "$(ip -$p ru s | grep "from all iif $dev lookup olsr-default")" ]; then + ip -$p rule del dev "$dev" lookup olsr-default prio 20000 + ip -$p rule del dev "$dev" unreachable prio 20001 + if [ "$?" = 0 ]; then + logger -s -t policyrouting "Remove rule: dev "$dev" lookup olsr-default prio 20000 (IPv$p)" + else + logger -s -t policyrouting "Error! Could not remove rule: dev "$dev" lookup olsr-default prio 20000 (IPv$p)" + fi + fi + done + fi + done + fi +fi diff --git a/contrib/package/freifunk-policyrouting/files/etc/init.d/freifunk-policyrouting b/contrib/package/freifunk-policyrouting/files/etc/init.d/freifunk-policyrouting new file mode 100755 index 0000000..05a7540 --- /dev/null +++ b/contrib/package/freifunk-policyrouting/files/etc/init.d/freifunk-policyrouting @@ -0,0 +1,161 @@ +#!/bin/sh /etc/rc.common + +START=15 +. /lib/functions/network.sh +. /lib/functions.sh + +proto="4" +[ -f /proc/net/ipv6_route ] && proto="4 6" +[ -f /etc/config/olsrd ] && cfgs="olsrd" +[ -f /etc/config/olsrd6 ] && cfgs="$cfgs olsrd6" + +config_load freifunk-policyrouting +config_get enable pr enable +config_get fallback pr fallback +config_get zones pr zones + + +olsrd_rmtables() { + for cfg in $cfgs; do + # Remove custom routing tables from olsrd + if [ "`uci -q get $cfg.@olsrd[0].RtTable`" == "111" ] || [ "`uci -q get $cfg.@olsrd[0].RtTableDefault`" == "112" ]; then + uci delete $cfg.@olsrd[0].RtTable + uci delete $cfg.@olsrd[0].RtTableDefault + uci commit + fi + done +} + +olsrd_intalltables() { + for cfg in $cfgs; do + if [ ! "`uci -q get $cfg.@olsrd[0].RtTable`" == "111" ] || [ ! "`uci -q get $cfg.@olsrd[0].RtTableDefault`" == "112" ]; then + uci set $cfg.@olsrd[0].RtTable='111' + uci set $cfg.@olsrd[0].RtTableDefault='112' + uci commit $cfg + /etc/init.d/$cfg restart 2&> /dev/null + fi + done +} + +rt_tables() { + tables="/etc/iproute2/rt_tables" + if [ -z "`grep "110" $tables`" ]; then + echo "110 localnets" >> $tables + fi + if [ -z "`grep "111" $tables`" ]; then + echo "111 olsr" >> $tables + fi + if [ -z "`grep "112" $tables`" ]; then + echo "112 olsr-default" >> $tables + fi + +} + +disable_dyngw() { + for cfg in $cfgs; do + local dyngwlib=`uci show $cfg |grep dyn_gw.so |awk {' FS="."; print $1"."$2 '}` + if [ -n "$dyngwlib" ]; then + uci set $dyngwlib.ignore=1 + uci commit $cfg + fi + + dyngwplainlib=`uci show $cfg |grep dyn_gw_plain |awk {' FS="."; print $1"."$2 '}` + if [ -n "$dyngwplainlib" ]; then + rttable="$(uci -q get $dyngwplainlib.RtTable)" + if [ -z "$rttable" ] || [ "$rttable" = "254" ]; then + uci set $dyngwplainlib.ignore=1 + uci commit $cfg + fi + fi + done +} + +restart_services() { + logger -s -t policyrouting -p info "Restarting services" + /etc/init.d/network restart 2&> /dev/null + for cfg in $cfgs; do + /etc/init.d/$cfg restart 2&> /dev/null + done +} + +boot() { + if [ "$enable" = "1" ]; then + [ -d /var/state ] || mkdir -p /var/state + touch /var/state/freifunk-policyrouting + start noservicerestart + else + olsrd_rmtables + fi +} + +add_lookup_rule() { + name=${1/-/_} + lookup=$2 + prio=$3 + + if [ -z "$name" -o -z "$lookup" -o -z "$prio" ]; then + logger -s -t policyrouting "Missing parameters for add_rule!" + else + for p in $proto; do + if [ "$p" = "6" ]; then + rule="rule6" + else + rule="rule" + fi + + uci batch <<- EOF + set network.${name}ipv${p}="$rule" + set network.${name}ipv${p}.lookup="$lookup" + set network.${name}ipv${p}.priority="$prio" + EOF + done + fi +} + +del_lookup_rule() { + name=${1/-/_} + for p in $proto; do + uci -q delete network.${name}ipv${p} + done +} + +start() { + if [ $enable = "1" ]; then + logger -s -t policyrouting "Starting policy routing." + rt_tables + olsrd_intalltables + disable_dyngw + + add_lookup_rule olsr olsr 1000 + add_lookup_rule localnets localnets 2000 + + if [ "$fallback" = 1 ]; then + add_lookup_rule olsr-default olsr-default 100000 + fi + fi + uci commit network + if [ ! "$1" = "noservicerestart" ]; then + restart_services + fi +} + +stop() { + logger -s -t policyrouting "Stopping policy routing" + olsrd_rmtables + del_lookup_rule olsr-default + del_lookup_rule olsr + del_lookup_rule localnets + uci commit network + restart_services + echo "Hint: To completely disable freifunk-policyrouting set enable=0 in /etc/config/freifunk-policyrouting." +} + +restart() { + logger -s -t policyrouting "Restarting policy routing" + olsrd_rmtables + del_lookup_rule olsr-default + del_lookup_rule olsr + del_lookup_rule localnets + uci commit network + start +} diff --git a/contrib/package/freifunk-policyrouting/files/etc/rc.d/S15-freifunk-policyrouting b/contrib/package/freifunk-policyrouting/files/etc/rc.d/S15-freifunk-policyrouting new file mode 120000 index 0000000..3c3dad8 --- /dev/null +++ b/contrib/package/freifunk-policyrouting/files/etc/rc.d/S15-freifunk-policyrouting @@ -0,0 +1 @@ +../init.d/freifunk-policyrouting \ No newline at end of file diff --git a/contrib/package/freifunk-policyrouting/files/etc/uci-defaults/freifunk-policyrouting b/contrib/package/freifunk-policyrouting/files/etc/uci-defaults/freifunk-policyrouting new file mode 100644 index 0000000..a1e6310 --- /dev/null +++ b/contrib/package/freifunk-policyrouting/files/etc/uci-defaults/freifunk-policyrouting @@ -0,0 +1,7 @@ +#!/bin/sh +uci batch <<-EOF + add ucitrack freifunk-policyrouting + add_list ucitrack.@freifunk-policyrouting[-1].exec="/etc/init.d/freifunk-policyrouting restart" + commit ucitrack +EOF + diff --git a/contrib/package/freifunk-watchdog/Makefile b/contrib/package/freifunk-watchdog/Makefile new file mode 100644 index 0000000..c720c25 --- /dev/null +++ b/contrib/package/freifunk-watchdog/Makefile @@ -0,0 +1,55 @@ +# +# Copyright (C) 2009-2012 Jo-Philipp Wich +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=freifunk-watchdog +PKG_RELEASE:=8 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_BUILD_DEPENDS := uci + +include $(INCLUDE_DIR)/package.mk + +define Package/freifunk-watchdog + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk Ad-Hoc watchdog daemon + DEPENDS:=libuci +endef + +define Package/freifunk-watchdog/description + A watchdog daemon that monitors wireless interfaces to ensure the correct bssid and channel. + The process will initiate a wireless restart as soon as it detects a bssid or channel mismatch. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) + $(CP) ./src/* $(PKG_BUILD_DIR)/ +endef + +define Build/Configure +endef + +define Build/Compile + $(MAKE) -C $(PKG_BUILD_DIR) \ + CC="$(TARGET_CC)" \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \ + LDFLAGS="$(TARGET_LDFLAGS)" +endef + +define Package/freifunk-watchdog/install + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/freifunk-watchdog.init $(1)/etc/init.d/freifunk-watchdog + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_CONF) ./files/freifunk-watchdog.config $(1)/etc/config/freifunk-watchdog + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ffwatchd $(1)/usr/sbin/ +endef + +$(eval $(call BuildPackage,freifunk-watchdog)) diff --git a/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config new file mode 100644 index 0000000..b6e6543 --- /dev/null +++ b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.config @@ -0,0 +1,7 @@ +config process + option process 'dropbear' + option initscript '/etc/init.d/dropbear' + +config process + option process 'crond' + option initscript '/etc/init.d/cron' diff --git a/contrib/package/freifunk-watchdog/files/freifunk-watchdog.init b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.init new file mode 100755 index 0000000..d6ede09 --- /dev/null +++ b/contrib/package/freifunk-watchdog/files/freifunk-watchdog.init @@ -0,0 +1,39 @@ +#!/bin/sh /etc/rc.common + +START=99 +PID=/var/run/ffwatchd.pid +BIN=/usr/sbin/ffwatchd + +boot() +{ + # If watchdog service is enabled, install cronjob, create device node and start daemon + if /etc/init.d/freifunk-watchdog enabled 2>/dev/null; then + if ! grep -q "$BIN" /etc/crontabs/root 2>/dev/null; then + echo "* * * * * $BIN running || /etc/init.d/freifunk-watchdog restart" >> /etc/crontabs/root + fi + + mknod /dev/watchdog c 10 130 + + start + + # If service is disabled, find and remove related cronjob + elif grep -q "$BIN" /etc/crontabs/root 2>/dev/null; then + sed -i -e "\\'$BIN'd" /etc/crontabs/root + fi +} + +start() +{ + start-stop-daemon -q -b -m -p $PID -x $BIN -S +} + +stop() +{ + start-stop-daemon -q -p $PID -x $BIN -K + + if ! /etc/init.d/freifunk-watchdog enabled; then + if grep -q "$BIN" /etc/crontabs/root 2>/dev/null; then + sed -i -e "\\'$BIN'd" /etc/crontabs/root + fi + fi +} diff --git a/contrib/package/freifunk-watchdog/src/Makefile b/contrib/package/freifunk-watchdog/src/Makefile new file mode 100644 index 0000000..e049ebc --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/Makefile @@ -0,0 +1,12 @@ +WD_BINARY:=ffwatchd +WD_CFLAGS:=$(CFLAGS) -c -DBINARY=\"$(WD_BINARY)\" +WD_LDFLAGS:=$(LDFLAGS) -lm -luci + +watchdog: + $(CC) $(WD_CFLAGS) -o ucix.o ucix.c + $(CC) $(WD_CFLAGS) -o watchdog.o watchdog.c + $(CC) $(WD_LDFLAGS) -o $(WD_BINARY) watchdog.o ucix.o + +clean: + rm -f *~ $(WD_BINARY) *.o + diff --git a/contrib/package/freifunk-watchdog/src/ucix.c b/contrib/package/freifunk-watchdog/src/ucix.c new file mode 100644 index 0000000..f2f69fc --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/ucix.c @@ -0,0 +1,102 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Copyright (C) 2008 John Crispin + * + * Changed by Jo-Philipp Wich + */ + +#include +#include + +#include +#include +#include "ucix.h" + +static struct uci_ptr ptr; + +static inline int ucix_get_ptr(struct uci_context *ctx, const char *p, const char *s, const char *o, const char *t) +{ + memset(&ptr, 0, sizeof(ptr)); + ptr.package = p; + ptr.section = s; + ptr.option = o; + ptr.value = t; + return uci_lookup_ptr(ctx, &ptr, NULL, true); +} + +struct uci_context* ucix_init(const char *config_file) +{ + struct uci_context *ctx = uci_alloc_context(); +#ifdef uci_to_delta + uci_add_delta_path(ctx, "/var/state"); +#else + uci_add_history_path(ctx, "/var/state"); +#endif + if(uci_load(ctx, config_file, NULL) != UCI_OK) + { + return NULL; + } + return ctx; +} + +void ucix_cleanup(struct uci_context *ctx) +{ + uci_free_context(ctx); +} + +const char* ucix_get_option(struct uci_context *ctx, const char *p, const char *s, const char *o) +{ + struct uci_element *e = NULL; + const char *value = NULL; + if(ucix_get_ptr(ctx, p, s, o, NULL)) + return NULL; + if (!(ptr.flags & UCI_LOOKUP_COMPLETE)) + return NULL; + e = ptr.last; + switch (e->type) + { + case UCI_TYPE_SECTION: + value = uci_to_section(e)->type; + break; + case UCI_TYPE_OPTION: + switch(ptr.o->type) { + case UCI_TYPE_STRING: + value = ptr.o->v.string; + break; + default: + value = NULL; + break; + } + break; + default: + return 0; + } + + return value; +} + +void ucix_for_each_section_type(struct uci_context *ctx, + const char *p, const char *t, + void (*cb)(const char*, void*), void *priv) +{ + struct uci_element *e; + if(ucix_get_ptr(ctx, p, NULL, NULL, NULL)) + return; + uci_foreach_element(&ptr.p->sections, e) + if (!strcmp(t, uci_to_section(e)->type)) + cb(e->name, priv); +} + diff --git a/contrib/package/freifunk-watchdog/src/ucix.h b/contrib/package/freifunk-watchdog/src/ucix.h new file mode 100644 index 0000000..b1f5ec3 --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/ucix.h @@ -0,0 +1,29 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Copyright (C) 2008 John Crispin + */ + +#ifndef _UCI_H__ +#define _UCI_H__ +struct uci_context* ucix_init(const char *config_file); + +void ucix_for_each_section_type(struct uci_context *ctx, + const char *p, const char *t, + void (*cb)(const char*, void*), void *priv); + +const char* ucix_get_option(struct uci_context *ctx, + const char *p, const char *s, const char *o); +#endif diff --git a/contrib/package/freifunk-watchdog/src/watchdog.c b/contrib/package/freifunk-watchdog/src/watchdog.c new file mode 100644 index 0000000..f546985 --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/watchdog.c @@ -0,0 +1,527 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Copyright (C) 2009 Jo-Philipp Wich + */ + +#include "watchdog.h" + +/* Global watchdog fd, required by signal handler */ +int wdfd = -1; + +/* Handle finished childs */ +static void sigchld_handler(int sig) +{ + pid_t pid; + + while( (pid = waitpid(-1, NULL, WNOHANG)) > 0 ) + syslog(LOG_INFO, "Child returned (pid %d)", pid); +} + +/* Watchdog shutdown helper */ +static void shutdown_watchdog(int sig) +{ + static const char wshutdown = WATCH_SHUTDOWN; + + if( wdfd > -1 ) + { + syslog(LOG_INFO, "Stopping watchdog timer"); + write(wdfd, &wshutdown, 1); + close(wdfd); + wdfd = -1; + } + + exit(0); +} + +/* Get BSSID of given interface */ +static int iw_get_bssid(int iwfd, const char *ifname, char *bssid) +{ + struct iwreq iwrq; + + if( iw_ioctl(iwfd, ifname, SIOCGIWAP, &iwrq) >= 0 ) + { + unsigned char *addr = (unsigned char *)iwrq.u.ap_addr.sa_data; + + sprintf(bssid, "%02X:%02X:%02X:%02X:%02X:%02X", + addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]); + + return 0; + } + + return -1; +} + +/* Get channel of given interface */ +static int iw_get_channel(int iwfd, const char *ifname, int *channel) +{ + int i; + char buffer[sizeof(struct iw_range)]; + double cur_freq, cmp_freq; + struct iwreq iwrq; + struct iw_range *range; + + memset(buffer, 0, sizeof(buffer)); + + iwrq.u.data.pointer = (char *)buffer; + iwrq.u.data.length = sizeof(buffer); + iwrq.u.data.flags = 0; + + if( iw_ioctl(iwfd, ifname, SIOCGIWRANGE, &iwrq) < 0) + { + *channel = -1; + return -1; + } + + range = (struct iw_range *)buffer; + + if( iw_ioctl(iwfd, ifname, SIOCGIWFREQ, &iwrq) >= 0 ) + { + cur_freq = ((double)iwrq.u.freq.m) * pow(10, iwrq.u.freq.e); + if( cur_freq < 1000.00 ) + { + *channel = (int)cur_freq; + return 0; + } + + for(i = 0; i < range->num_frequency; i++) + { + cmp_freq = ((double)range->freq[i].m) * pow(10, range->freq[i].e); + if( cmp_freq == cur_freq ) + { + *channel = (int)range->freq[i].i; + return 0; + } + } + } + + *channel = -1; + return -1; +} + +/* Get the (first) pid of given process name */ +static int find_process(const char *name) +{ + int pid = -1; + int file; + char buffer[128]; + char cmpname[128]; + DIR *dir; + struct dirent *entry; + + if( (dir = opendir("/proc")) != NULL ) + { + snprintf(cmpname, sizeof(cmpname), "Name:\t%s\n", name); + + while( (entry = readdir(dir)) != NULL ) + { + if( !strcmp(entry->d_name, "..") || !isdigit(*entry->d_name) ) + continue; + + sprintf(buffer, "/proc/%s/status", entry->d_name); + if( (file = open(buffer, O_RDONLY)) > -1 ) + { + read(file, buffer, sizeof(buffer)); + close(file); + + if( strstr(buffer, cmpname) == buffer ) + { + pid = atoi(entry->d_name); + + /* Skip myself ... */ + if( pid == getpid() ) + pid = -1; + else + break; + } + } + } + + closedir(dir); + return pid; + } + + syslog(LOG_CRIT, "Unable to open /proc: %s", + strerror(errno)); + + return -1; +} + +/* Get the 5 minute load average */ +static double find_loadavg(void) +{ + int fd; + char buffer[10]; + double load = 0.00; + + if( (fd = open("/proc/loadavg", O_RDONLY)) > -1 ) + { + if( read(fd, buffer, sizeof(buffer)) == sizeof(buffer) ) + load = atof(&buffer[5]); + + close(fd); + } + + return load; +} + +/* Check if given uci file was updated */ +static int check_uci_update(const char *config, time_t *mtime) +{ + struct stat s; + char path[128]; + + snprintf(path, sizeof(path), "/var/state/%s", config); + if( stat(path, &s) > -1 ) + { + if( (*mtime == 0) || (s.st_mtime > *mtime) ) + { + *mtime = s.st_mtime; + return 1; + } + } + + return 0; +} + +/* Add tuple */ +static void load_wifi_uci_add_iface(const char *section, struct uci_wifi_iface_itr_ctx *itr) +{ + wifi_tuple_t *t; + const char *ucitmp; + int val = 0; + + ucitmp = ucix_get_option(itr->ctx, "wireless", section, "mode"); + if( ucitmp && !strncmp(ucitmp, "adhoc", 5) ) + { + if( (t = (wifi_tuple_t *)malloc(sizeof(wifi_tuple_t))) != NULL ) + { + ucitmp = ucix_get_option(itr->ctx, "wireless", section, "ifname"); + if(ucitmp) + { + strncpy(t->ifname, ucitmp, sizeof(t->ifname)); + val++; + } + + ucitmp = ucix_get_option(itr->ctx, "wireless", section, "bssid"); + if(ucitmp) + { + strncpy(t->bssid, ucitmp, sizeof(t->bssid)); + val++; + } + + ucitmp = ucix_get_option(itr->ctx, "wireless", section, "device"); + if(ucitmp) + { + ucitmp = ucix_get_option(itr->ctx, "wireless", ucitmp, "channel"); + if(ucitmp) + { + t->channel = atoi(ucitmp); + val++; + } + } + + if( val == 3 ) + { + syslog(LOG_INFO, "Monitoring %s: bssid=%s channel=%d", + t->ifname, t->bssid, t->channel); + + t->next = itr->list; + itr->list = t; + } + else + { + free(t); + } + } + } +} + +/* Load config */ +static wifi_tuple_t * load_wifi_uci(wifi_tuple_t *ifs, time_t *modtime) +{ + struct uci_context *ctx; + struct uci_wifi_iface_itr_ctx itr; + wifi_tuple_t *cur, *next; + + if( check_uci_update("wireless", modtime) ) + { + syslog(LOG_INFO, "Wireless config changed, reloading"); + + if( (ctx = ucix_init("wireless")) != NULL ) + { + if( ifs != NULL ) + { + for(cur = ifs; cur; cur = next) + { + next = cur->next; + free(cur); + } + } + + itr.list = NULL; + itr.ctx = ctx; + + ucix_for_each_section_type(ctx, "wireless", "wifi-iface", + (void *)load_wifi_uci_add_iface, &itr); + + return itr.list; + } + } + + return ifs; +} + +/* Add tuple */ +static void load_watchdog_uci_add_process(const char *section, struct uci_process_itr_ctx *itr) +{ + process_tuple_t *t; + const char *ucitmp; + int val = 0; + + if( (t = (process_tuple_t *)malloc(sizeof(process_tuple_t))) != NULL ) + { + t->restart = 0; + + ucitmp = ucix_get_option(itr->ctx, "freifunk-watchdog", section, "process"); + if(ucitmp) + { + strncpy(t->process, ucitmp, sizeof(t->process)); + val++; + } + + ucitmp = ucix_get_option(itr->ctx, "freifunk-watchdog", section, "initscript"); + if(ucitmp) + { + strncpy(t->initscript, ucitmp, sizeof(t->initscript)); + val++; + } + + if( val == 2 ) + { + syslog(LOG_INFO, "Monitoring %s: initscript=%s", + t->process, t->initscript); + + t->next = itr->list; + itr->list = t; + } + else + { + free(t); + } + } +} + +/* Load config */ +static process_tuple_t * load_watchdog_uci(process_tuple_t *procs) +{ + struct uci_context *ctx; + struct uci_process_itr_ctx itr; + process_tuple_t *cur, *next; + + syslog(LOG_INFO, "Loading watchdog config"); + + if( (ctx = ucix_init("freifunk-watchdog")) != NULL ) + { + if( procs != NULL ) + { + for(cur = procs; cur; cur = next) + { + next = cur->next; + free(cur); + } + } + + itr.list = NULL; + itr.ctx = ctx; + + ucix_for_each_section_type(ctx, "freifunk-watchdog", "process", + (void *)load_watchdog_uci_add_process, &itr); + + return itr.list; + } + + return procs; +} + +/* Daemon implementation */ +static int do_daemon(void) +{ + static int wdtrigger = 1; + static int wdtimeout = BASE_INTERVAL * 2; + static const char wdkeepalive = WATCH_KEEPALIVE; + + int iwfd; + int channel; + char bssid[18]; + struct sigaction sa; + + wifi_tuple_t *ifs = NULL, *curr_if; + process_tuple_t *procs = NULL, *curr_proc; + time_t wireless_modtime = 0; + + int action_intv = 0; + int restart_wifi = 0; + int loadavg_panic = 0; + + openlog(SYSLOG_IDENT, 0, LOG_DAEMON); + memset(&sa, 0, sizeof(sa)); + + if( (iwfd = socket(AF_INET, SOCK_DGRAM, 0)) == -1 ) + { + syslog(LOG_ERR, "Can not open wireless control socket: %s", + strerror(errno)); + + return 1; + } + + if( (wdfd = open(WATCH_DEVICE, O_WRONLY)) > -1 ) + { + syslog(LOG_INFO, "Opened %s - polling every %i seconds", + WATCH_DEVICE, BASE_INTERVAL); + + /* Install signal handler to halt watchdog on shutdown */ + sa.sa_handler = shutdown_watchdog; + sa.sa_flags = SA_NOCLDWAIT | SA_RESTART; + sigaction(SIGHUP, &sa, NULL); + sigaction(SIGINT, &sa, NULL); + sigaction(SIGPIPE, &sa, NULL); + sigaction(SIGTERM, &sa, NULL); + sigaction(SIGUSR1, &sa, NULL); + sigaction(SIGUSR2, &sa, NULL); + + /* Set watchdog timeout to twice the interval */ + ioctl(wdfd, WDIOC_SETTIMEOUT, &wdtimeout); + } + + /* Install signal handler to reap childs */ + sa.sa_handler = sigchld_handler; + sa.sa_flags = 0; + sigaction(SIGCHLD, &sa, NULL); + + /* Load watchdog configuration only once */ + procs = load_watchdog_uci(procs); + + while( 1 ) + { + /* Check/increment action interval */ + if( ++action_intv >= ACTION_INTERVAL ) + { + /* Reset action interval */ + action_intv = 0; + + /* Check average load */ + if( find_loadavg() >= LOAD_TRESHOLD ) + loadavg_panic++; + else + loadavg_panic = 0; + + /* Check wireless interfaces */ + ifs = load_wifi_uci(ifs, &wireless_modtime); + for( curr_if = ifs; curr_if; curr_if = curr_if->next ) + { + /* Get current channel and bssid */ + if( (iw_get_bssid(iwfd, curr_if->ifname, bssid) == 0) && + (iw_get_channel(iwfd, curr_if->ifname, &channel) == 0) ) + { + /* Check BSSID */ + if( strcasecmp(bssid, curr_if->bssid) != 0 ) + { + syslog(LOG_WARNING, "BSSID mismatch on %s: current=%s wanted=%s", + curr_if->ifname, bssid, curr_if->bssid); + + restart_wifi++; + } + + /* Check channel */ + else if( channel != curr_if->channel ) + { + syslog(LOG_WARNING, "Channel mismatch on %s: current=%d wanted=%d", + curr_if->ifname, channel, curr_if->channel); + + restart_wifi++; + } + } + else + { + syslog(LOG_WARNING, "Requested interface %s not present", curr_if->ifname); + } + } + + /* Check processes */ + for( curr_proc = procs; curr_proc; curr_proc = curr_proc->next ) + { + if( find_process(curr_proc->process) < 0 ) + curr_proc->restart++; + else + curr_proc->restart = 0; + + /* Process restart required? */ + if( curr_proc->restart >= HYSTERESIS ) + { + curr_proc->restart = 0; + syslog(LOG_WARNING, "The %s process died, restarting", curr_proc->process); + EXEC(PROC_ACTION); + } + } + + + /* Wifi restart required? */ + if( restart_wifi >= HYSTERESIS ) + { + restart_wifi = 0; + syslog(LOG_WARNING, "Channel or BSSID mismatch on wireless interface, restarting"); + EXEC(WIFI_ACTION); + } + + /* Is there a load problem? */ + if( loadavg_panic >= HYSTERESIS ) + { + syslog(LOG_EMERG, "Critical system load level, triggering reset!"); + + /* Try watchdog, fall back to reboot */ + if( wdfd > -1 ) + ioctl(wdfd, WDIOC_SETTIMEOUT, &wdtrigger); + else + EXEC(LOAD_ACTION); + } + } + + + /* Reset watchdog timer */ + if( wdfd > -1 ) + write(wdfd, &wdkeepalive, 1); + + sleep(BASE_INTERVAL); + } + + shutdown_watchdog(0); + closelog(); + + return 0; +} + + +int main(int argc, char *argv[]) +{ + /* Check if watchdog is running ... */ + if( (argc > 1) && (strcmp(argv[1], "running") == 0) ) + { + return (find_process(BINARY) == -1); + } + + /* Start daemon */ + return do_daemon(); +} diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h new file mode 100644 index 0000000..6f2382d --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/watchdog.h @@ -0,0 +1,142 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Copyright (C) 2009 Jo-Philipp Wich + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "ucix.h" +#include "wireless.22.h" + + +/* Watchdog poll interval */ +#define BASE_INTERVAL 5 + +/* Action interval (N * BASE_INTERVAL) */ +#define ACTION_INTERVAL 6 + +/* Hysteresis */ +#define HYSTERESIS 3 + +/* How to call myself in the logs */ +#define SYSLOG_IDENT "Freifunk Watchdog" + +/* Process error action */ +#define PROC_ACTION curr_proc->initscript, curr_proc->initscript, "restart" + +/* Wifi error action */ +#define WIFI_ACTION "/sbin/wifi", "/sbin/wifi" + +/* Watchdog device */ +#define WATCH_DEVICE "/dev/watchdog" +#define WATCH_SHUTDOWN 'V' +#define WATCH_KEEPALIVE '\0' + +/* System load error action and treshold */ +#define LOAD_TRESHOLD 15.00 +#define LOAD_ACTION "/sbin/reboot", "/sbin/reboot" + +/* Fallback binary name (passed by makefile) */ +#ifndef BINARY +#define BINARY "ffwatchd" +#endif + + +/* ifname/bssid/channel tuples */ +struct wifi_tuple { + char ifname[16]; + char bssid[18]; + int channel; + struct wifi_tuple *next; +}; + +/* structure to hold tuple-list and uci context during iteration */ +struct uci_wifi_iface_itr_ctx { + struct wifi_tuple *list; + struct uci_context *ctx; +}; + +typedef struct wifi_tuple wifi_tuple_t; + + +/* process name/exec tuples */ +struct process_tuple { + char process[PATH_MAX + 1]; + char initscript[PATH_MAX + 1]; + int restart; + struct process_tuple *next; +}; + +/* structure to hold tuple-list and uci context during iteration */ +struct uci_process_itr_ctx { + struct process_tuple *list; + struct uci_context *ctx; +}; + +typedef struct process_tuple process_tuple_t; + + +/* ioctl() helper (stolen from iwlib) */ +static inline int +iw_ioctl(int skfd, /* Socket to the kernel */ + const char * ifname, /* Device name */ + int request, /* WE ID */ + struct iwreq * pwrq) /* Fixed part of the request */ +{ + /* Set device name */ + strncpy(pwrq->ifr_ifrn.ifrn_name, ifname, 16); + + /* Do the request */ + return(ioctl(skfd, request, pwrq)); +} + +/* fork() & execl() helper */ +#define EXEC(x) \ + do { \ + switch(fork()) \ + { \ + case -1: \ + syslog(LOG_CRIT, "Unable to fork child: %s", \ + strerror(errno)); \ + break; \ + \ + case 0: \ + execl(x, NULL); \ + syslog(LOG_CRIT, "Unable to execute action: %s", \ + strerror(errno)); \ + return 1; \ + } \ + } while(0) + diff --git a/contrib/package/freifunk-watchdog/src/wireless.22.h b/contrib/package/freifunk-watchdog/src/wireless.22.h new file mode 100644 index 0000000..1d19243 --- /dev/null +++ b/contrib/package/freifunk-watchdog/src/wireless.22.h @@ -0,0 +1,1139 @@ +/* + * This file define a set of standard wireless extensions + * + * Version : 22 16.3.07 + * + * Authors : Jean Tourrilhes - HPL - + * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. + */ + +#ifndef _LINUX_WIRELESS_H +#define _LINUX_WIRELESS_H + +/************************** DOCUMENTATION **************************/ +/* + * Initial APIs (1996 -> onward) : + * ----------------------------- + * Basically, the wireless extensions are for now a set of standard ioctl + * call + /proc/net/wireless + * + * The entry /proc/net/wireless give statistics and information on the + * driver. + * This is better than having each driver having its entry because + * its centralised and we may remove the driver module safely. + * + * Ioctl are used to configure the driver and issue commands. This is + * better than command line options of insmod because we may want to + * change dynamically (while the driver is running) some parameters. + * + * The ioctl mechanimsm are copied from standard devices ioctl. + * We have the list of command plus a structure descibing the + * data exchanged... + * Note that to add these ioctl, I was obliged to modify : + * # net/core/dev.c (two place + add include) + * # net/ipv4/af_inet.c (one place + add include) + * + * /proc/net/wireless is a copy of /proc/net/dev. + * We have a structure for data passed from the driver to /proc/net/wireless + * Too add this, I've modified : + * # net/core/dev.c (two other places) + * # include/linux/netdevice.h (one place) + * # include/linux/proc_fs.h (one place) + * + * New driver API (2002 -> onward) : + * ------------------------------- + * This file is only concerned with the user space API and common definitions. + * The new driver API is defined and documented in : + * # include/net/iw_handler.h + * + * Note as well that /proc/net/wireless implementation has now moved in : + * # net/core/wireless.c + * + * Wireless Events (2002 -> onward) : + * -------------------------------- + * Events are defined at the end of this file, and implemented in : + * # net/core/wireless.c + * + * Other comments : + * -------------- + * Do not add here things that are redundant with other mechanisms + * (drivers init, ifconfig, /proc/net/dev, ...) and with are not + * wireless specific. + * + * These wireless extensions are not magic : each driver has to provide + * support for them... + * + * IMPORTANT NOTE : As everything in the kernel, this is very much a + * work in progress. Contact me if you have ideas of improvements... + */ + +/***************************** INCLUDES *****************************/ + +/* This header is used in user-space, therefore need to be sanitised + * for that purpose. Those includes are usually not compatible with glibc. + * To know which includes to use in user-space, check iwlib.h. */ +#ifdef __KERNEL__ +#include /* for "caddr_t" et al */ +#include /* for "struct sockaddr" et al */ +#include /* for IFNAMSIZ and co... */ +#endif /* __KERNEL__ */ + +/***************************** VERSION *****************************/ +/* + * This constant is used to know the availability of the wireless + * extensions and to know which version of wireless extensions it is + * (there is some stuff that will be added in the future...) + * I just plan to increment with each new version. + */ +#define WIRELESS_EXT 22 + +/* + * Changes : + * + * V2 to V3 + * -------- + * Alan Cox start some incompatibles changes. I've integrated a bit more. + * - Encryption renamed to Encode to avoid US regulation problems + * - Frequency changed from float to struct to avoid problems on old 386 + * + * V3 to V4 + * -------- + * - Add sensitivity + * + * V4 to V5 + * -------- + * - Missing encoding definitions in range + * - Access points stuff + * + * V5 to V6 + * -------- + * - 802.11 support (ESSID ioctls) + * + * V6 to V7 + * -------- + * - define IW_ESSID_MAX_SIZE and IW_MAX_AP + * + * V7 to V8 + * -------- + * - Changed my e-mail address + * - More 802.11 support (nickname, rate, rts, frag) + * - List index in frequencies + * + * V8 to V9 + * -------- + * - Support for 'mode of operation' (ad-hoc, managed...) + * - Support for unicast and multicast power saving + * - Change encoding to support larger tokens (>64 bits) + * - Updated iw_params (disable, flags) and use it for NWID + * - Extracted iw_point from iwreq for clarity + * + * V9 to V10 + * --------- + * - Add PM capability to range structure + * - Add PM modifier : MAX/MIN/RELATIVE + * - Add encoding option : IW_ENCODE_NOKEY + * - Add TxPower ioctls (work like TxRate) + * + * V10 to V11 + * ---------- + * - Add WE version in range (help backward/forward compatibility) + * - Add retry ioctls (work like PM) + * + * V11 to V12 + * ---------- + * - Add SIOCSIWSTATS to get /proc/net/wireless programatically + * - Add DEV PRIVATE IOCTL to avoid collisions in SIOCDEVPRIVATE space + * - Add new statistics (frag, retry, beacon) + * - Add average quality (for user space calibration) + * + * V12 to V13 + * ---------- + * - Document creation of new driver API. + * - Extract union iwreq_data from struct iwreq (for new driver API). + * - Rename SIOCSIWNAME as SIOCSIWCOMMIT + * + * V13 to V14 + * ---------- + * - Wireless Events support : define struct iw_event + * - Define additional specific event numbers + * - Add "addr" and "param" fields in union iwreq_data + * - AP scanning stuff (SIOCSIWSCAN and friends) + * + * V14 to V15 + * ---------- + * - Add IW_PRIV_TYPE_ADDR for struct sockaddr private arg + * - Make struct iw_freq signed (both m & e), add explicit padding + * - Add IWEVCUSTOM for driver specific event/scanning token + * - Add IW_MAX_GET_SPY for driver returning a lot of addresses + * - Add IW_TXPOW_RANGE for range of Tx Powers + * - Add IWEVREGISTERED & IWEVEXPIRED events for Access Points + * - Add IW_MODE_MONITOR for passive monitor + * + * V15 to V16 + * ---------- + * - Increase the number of bitrates in iw_range to 32 (for 802.11g) + * - Increase the number of frequencies in iw_range to 32 (for 802.11b+a) + * - Reshuffle struct iw_range for increases, add filler + * - Increase IW_MAX_AP to 64 for driver returning a lot of addresses + * - Remove IW_MAX_GET_SPY because conflict with enhanced spy support + * - Add SIOCSIWTHRSPY/SIOCGIWTHRSPY and "struct iw_thrspy" + * - Add IW_ENCODE_TEMP and iw_range->encoding_login_index + * + * V16 to V17 + * ---------- + * - Add flags to frequency -> auto/fixed + * - Document (struct iw_quality *)->updated, add new flags (INVALID) + * - Wireless Event capability in struct iw_range + * - Add support for relative TxPower (yick !) + * + * V17 to V18 (From Jouni Malinen ) + * ---------- + * - Add support for WPA/WPA2 + * - Add extended encoding configuration (SIOCSIWENCODEEXT and + * SIOCGIWENCODEEXT) + * - Add SIOCSIWGENIE/SIOCGIWGENIE + * - Add SIOCSIWMLME + * - Add SIOCSIWPMKSA + * - Add struct iw_range bit field for supported encoding capabilities + * - Add optional scan request parameters for SIOCSIWSCAN + * - Add SIOCSIWAUTH/SIOCGIWAUTH for setting authentication and WPA + * related parameters (extensible up to 4096 parameter values) + * - Add wireless events: IWEVGENIE, IWEVMICHAELMICFAILURE, + * IWEVASSOCREQIE, IWEVASSOCRESPIE, IWEVPMKIDCAND + * + * V18 to V19 + * ---------- + * - Remove (struct iw_point *)->pointer from events and streams + * - Remove header includes to help user space + * - Increase IW_ENCODING_TOKEN_MAX from 32 to 64 + * - Add IW_QUAL_ALL_UPDATED and IW_QUAL_ALL_INVALID macros + * - Add explicit flag to tell stats are in dBm : IW_QUAL_DBM + * - Add IW_IOCTL_IDX() and IW_EVENT_IDX() macros + * + * V19 to V20 + * ---------- + * - RtNetlink requests support (SET/GET) + * + * V20 to V21 + * ---------- + * - Remove (struct net_device *)->get_wireless_stats() + * - Change length in ESSID and NICK to strlen() instead of strlen()+1 + * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers + * - Power/Retry relative values no longer * 100000 + * - Add explicit flag to tell stats are in 802.11k RCPI : IW_QUAL_RCPI + * + * V21 to V22 + * ---------- + * - Prevent leaking of kernel space in stream on 64 bits. + */ + +/**************************** CONSTANTS ****************************/ + +/* -------------------------- IOCTL LIST -------------------------- */ + +/* Wireless Identification */ +#define SIOCSIWCOMMIT 0x8B00 /* Commit pending changes to driver */ +#define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */ +/* SIOCGIWNAME is used to verify the presence of Wireless Extensions. + * Common values : "IEEE 802.11-DS", "IEEE 802.11-FH", "IEEE 802.11b"... + * Don't put the name of your driver there, it's useless. */ + +/* Basic operations */ +#define SIOCSIWNWID 0x8B02 /* set network id (pre-802.11) */ +#define SIOCGIWNWID 0x8B03 /* get network id (the cell) */ +#define SIOCSIWFREQ 0x8B04 /* set channel/frequency (Hz) */ +#define SIOCGIWFREQ 0x8B05 /* get channel/frequency (Hz) */ +#define SIOCSIWMODE 0x8B06 /* set operation mode */ +#define SIOCGIWMODE 0x8B07 /* get operation mode */ +#define SIOCSIWSENS 0x8B08 /* set sensitivity (dBm) */ +#define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */ + +/* Informative stuff */ +#define SIOCSIWRANGE 0x8B0A /* Unused */ +#define SIOCGIWRANGE 0x8B0B /* Get range of parameters */ +#define SIOCSIWPRIV 0x8B0C /* Unused */ +#define SIOCGIWPRIV 0x8B0D /* get private ioctl interface info */ +#define SIOCSIWSTATS 0x8B0E /* Unused */ +#define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats */ +/* SIOCGIWSTATS is strictly used between user space and the kernel, and + * is never passed to the driver (i.e. the driver will never see it). */ + +/* Spy support (statistics per MAC address - used for Mobile IP support) */ +#define SIOCSIWSPY 0x8B10 /* set spy addresses */ +#define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */ +#define SIOCSIWTHRSPY 0x8B12 /* set spy threshold (spy event) */ +#define SIOCGIWTHRSPY 0x8B13 /* get spy threshold */ + +/* Access Point manipulation */ +#define SIOCSIWAP 0x8B14 /* set access point MAC addresses */ +#define SIOCGIWAP 0x8B15 /* get access point MAC addresses */ +#define SIOCGIWAPLIST 0x8B17 /* Deprecated in favor of scanning */ +#define SIOCSIWSCAN 0x8B18 /* trigger scanning (list cells) */ +#define SIOCGIWSCAN 0x8B19 /* get scanning results */ + +/* 802.11 specific support */ +#define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */ +#define SIOCGIWESSID 0x8B1B /* get ESSID */ +#define SIOCSIWNICKN 0x8B1C /* set node name/nickname */ +#define SIOCGIWNICKN 0x8B1D /* get node name/nickname */ +/* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit + * within the 'iwreq' structure, so we need to use the 'data' member to + * point to a string in user space, like it is done for RANGE... */ + +/* Other parameters useful in 802.11 and some other devices */ +#define SIOCSIWRATE 0x8B20 /* set default bit rate (bps) */ +#define SIOCGIWRATE 0x8B21 /* get default bit rate (bps) */ +#define SIOCSIWRTS 0x8B22 /* set RTS/CTS threshold (bytes) */ +#define SIOCGIWRTS 0x8B23 /* get RTS/CTS threshold (bytes) */ +#define SIOCSIWFRAG 0x8B24 /* set fragmentation thr (bytes) */ +#define SIOCGIWFRAG 0x8B25 /* get fragmentation thr (bytes) */ +#define SIOCSIWTXPOW 0x8B26 /* set transmit power (dBm) */ +#define SIOCGIWTXPOW 0x8B27 /* get transmit power (dBm) */ +#define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */ +#define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */ + +/* Encoding stuff (scrambling, hardware security, WEP...) */ +#define SIOCSIWENCODE 0x8B2A /* set encoding token & mode */ +#define SIOCGIWENCODE 0x8B2B /* get encoding token & mode */ +/* Power saving stuff (power management, unicast and multicast) */ +#define SIOCSIWPOWER 0x8B2C /* set Power Management settings */ +#define SIOCGIWPOWER 0x8B2D /* get Power Management settings */ +/* Modulation bitmask */ +#define SIOCSIWMODUL 0x8B2E /* set Modulations settings */ +#define SIOCGIWMODUL 0x8B2F /* get Modulations settings */ + +/* WPA : Generic IEEE 802.11 informatiom element (e.g., for WPA/RSN/WMM). + * This ioctl uses struct iw_point and data buffer that includes IE id and len + * fields. More than one IE may be included in the request. Setting the generic + * IE to empty buffer (len=0) removes the generic IE from the driver. Drivers + * are allowed to generate their own WPA/RSN IEs, but in these cases, drivers + * are required to report the used IE as a wireless event, e.g., when + * associating with an AP. */ +#define SIOCSIWGENIE 0x8B30 /* set generic IE */ +#define SIOCGIWGENIE 0x8B31 /* get generic IE */ + +/* WPA : IEEE 802.11 MLME requests */ +#define SIOCSIWMLME 0x8B16 /* request MLME operation; uses + * struct iw_mlme */ +/* WPA : Authentication mode parameters */ +#define SIOCSIWAUTH 0x8B32 /* set authentication mode params */ +#define SIOCGIWAUTH 0x8B33 /* get authentication mode params */ + +/* WPA : Extended version of encoding configuration */ +#define SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */ +#define SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */ + +/* WPA2 : PMKSA cache management */ +#define SIOCSIWPMKSA 0x8B36 /* PMKSA cache operation */ + +/* -------------------- DEV PRIVATE IOCTL LIST -------------------- */ + +/* These 32 ioctl are wireless device private, for 16 commands. + * Each driver is free to use them for whatever purpose it chooses, + * however the driver *must* export the description of those ioctls + * with SIOCGIWPRIV and *must* use arguments as defined below. + * If you don't follow those rules, DaveM is going to hate you (reason : + * it make mixed 32/64bit operation impossible). + */ +#define SIOCIWFIRSTPRIV 0x8BE0 +#define SIOCIWLASTPRIV 0x8BFF +/* Previously, we were using SIOCDEVPRIVATE, but we now have our + * separate range because of collisions with other tools such as + * 'mii-tool'. + * We now have 32 commands, so a bit more space ;-). + * Also, all 'even' commands are only usable by root and don't return the + * content of ifr/iwr to user (but you are not obliged to use the set/get + * convention, just use every other two command). More details in iwpriv.c. + * And I repeat : you are not forced to use them with iwpriv, but you + * must be compliant with it. + */ + +/* ------------------------- IOCTL STUFF ------------------------- */ + +/* The first and the last (range) */ +#define SIOCIWFIRST 0x8B00 +#define SIOCIWLAST SIOCIWLASTPRIV /* 0x8BFF */ +#define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST) + +/* Odd : get (world access), even : set (root access) */ +#define IW_IS_SET(cmd) (!((cmd) & 0x1)) +#define IW_IS_GET(cmd) ((cmd) & 0x1) + +/* ----------------------- WIRELESS EVENTS ----------------------- */ +/* Those are *NOT* ioctls, do not issue request on them !!! */ +/* Most events use the same identifier as ioctl requests */ + +#define IWEVTXDROP 0x8C00 /* Packet dropped to excessive retry */ +#define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */ +#define IWEVCUSTOM 0x8C02 /* Driver specific ascii string */ +#define IWEVREGISTERED 0x8C03 /* Discovered a new node (AP mode) */ +#define IWEVEXPIRED 0x8C04 /* Expired a node (AP mode) */ +#define IWEVGENIE 0x8C05 /* Generic IE (WPA, RSN, WMM, ..) + * (scan results); This includes id and + * length fields. One IWEVGENIE may + * contain more than one IE. Scan + * results may contain one or more + * IWEVGENIE events. */ +#define IWEVMICHAELMICFAILURE 0x8C06 /* Michael MIC failure + * (struct iw_michaelmicfailure) + */ +#define IWEVASSOCREQIE 0x8C07 /* IEs used in (Re)Association Request. + * The data includes id and length + * fields and may contain more than one + * IE. This event is required in + * Managed mode if the driver + * generates its own WPA/RSN IE. This + * should be sent just before + * IWEVREGISTERED event for the + * association. */ +#define IWEVASSOCRESPIE 0x8C08 /* IEs used in (Re)Association + * Response. The data includes id and + * length fields and may contain more + * than one IE. This may be sent + * between IWEVASSOCREQIE and + * IWEVREGISTERED events for the + * association. */ +#define IWEVPMKIDCAND 0x8C09 /* PMKID candidate for RSN + * pre-authentication + * (struct iw_pmkid_cand) */ + +#define IWEVFIRST 0x8C00 +#define IW_EVENT_IDX(cmd) ((cmd) - IWEVFIRST) + +/* ------------------------- PRIVATE INFO ------------------------- */ +/* + * The following is used with SIOCGIWPRIV. It allow a driver to define + * the interface (name, type of data) for its private ioctl. + * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV + */ + +#define IW_PRIV_TYPE_MASK 0x7000 /* Type of arguments */ +#define IW_PRIV_TYPE_NONE 0x0000 +#define IW_PRIV_TYPE_BYTE 0x1000 /* Char as number */ +#define IW_PRIV_TYPE_CHAR 0x2000 /* Char as character */ +#define IW_PRIV_TYPE_INT 0x4000 /* 32 bits int */ +#define IW_PRIV_TYPE_FLOAT 0x5000 /* struct iw_freq */ +#define IW_PRIV_TYPE_ADDR 0x6000 /* struct sockaddr */ + +#define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */ + +#define IW_PRIV_SIZE_MASK 0x07FF /* Max number of those args */ + +/* + * Note : if the number of args is fixed and the size < 16 octets, + * instead of passing a pointer we will put args in the iwreq struct... + */ + +/* ----------------------- OTHER CONSTANTS ----------------------- */ + +/* Maximum frequencies in the range struct */ +#define IW_MAX_FREQUENCIES 32 +/* Note : if you have something like 80 frequencies, + * don't increase this constant and don't fill the frequency list. + * The user will be able to set by channel anyway... */ + +/* Maximum bit rates in the range struct */ +#define IW_MAX_BITRATES 32 + +/* Maximum tx powers in the range struct */ +#define IW_MAX_TXPOWER 8 +/* Note : if you more than 8 TXPowers, just set the max and min or + * a few of them in the struct iw_range. */ + +/* Maximum of address that you may set with SPY */ +#define IW_MAX_SPY 8 + +/* Maximum of address that you may get in the + list of access points in range */ +#define IW_MAX_AP 64 + +/* Maximum size of the ESSID and NICKN strings */ +#define IW_ESSID_MAX_SIZE 32 + +/* Modes of operation */ +#define IW_MODE_AUTO 0 /* Let the driver decides */ +#define IW_MODE_ADHOC 1 /* Single cell network */ +#define IW_MODE_INFRA 2 /* Multi cell network, roaming, ... */ +#define IW_MODE_MASTER 3 /* Synchronisation master or Access Point */ +#define IW_MODE_REPEAT 4 /* Wireless Repeater (forwarder) */ +#define IW_MODE_SECOND 5 /* Secondary master/repeater (backup) */ +#define IW_MODE_MONITOR 6 /* Passive monitor (listen only) */ + +/* Statistics flags (bitmask in updated) */ +#define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */ +#define IW_QUAL_LEVEL_UPDATED 0x02 +#define IW_QUAL_NOISE_UPDATED 0x04 +#define IW_QUAL_ALL_UPDATED 0x07 +#define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */ +#define IW_QUAL_QUAL_INVALID 0x10 /* Driver doesn't provide value */ +#define IW_QUAL_LEVEL_INVALID 0x20 +#define IW_QUAL_NOISE_INVALID 0x40 +#define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */ +#define IW_QUAL_ALL_INVALID 0x70 + +/* Frequency flags */ +#define IW_FREQ_AUTO 0x00 /* Let the driver decides */ +#define IW_FREQ_FIXED 0x01 /* Force a specific value */ + +/* Maximum number of size of encoding token available + * they are listed in the range structure */ +#define IW_MAX_ENCODING_SIZES 8 + +/* Maximum size of the encoding token in bytes */ +#define IW_ENCODING_TOKEN_MAX 64 /* 512 bits (for now) */ + +/* Flags for encoding (along with the token) */ +#define IW_ENCODE_INDEX 0x00FF /* Token index (if needed) */ +#define IW_ENCODE_FLAGS 0xFF00 /* Flags defined below */ +#define IW_ENCODE_MODE 0xF000 /* Modes defined below */ +#define IW_ENCODE_DISABLED 0x8000 /* Encoding disabled */ +#define IW_ENCODE_ENABLED 0x0000 /* Encoding enabled */ +#define IW_ENCODE_RESTRICTED 0x4000 /* Refuse non-encoded packets */ +#define IW_ENCODE_OPEN 0x2000 /* Accept non-encoded packets */ +#define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not present */ +#define IW_ENCODE_TEMP 0x0400 /* Temporary key */ + +/* Power management flags available (along with the value, if any) */ +#define IW_POWER_ON 0x0000 /* No details... */ +#define IW_POWER_TYPE 0xF000 /* Type of parameter */ +#define IW_POWER_PERIOD 0x1000 /* Value is a period/duration of */ +#define IW_POWER_TIMEOUT 0x2000 /* Value is a timeout (to go asleep) */ +#define IW_POWER_SAVING 0x4000 /* Value is relative (how aggressive)*/ +#define IW_POWER_MODE 0x0F00 /* Power Management mode */ +#define IW_POWER_UNICAST_R 0x0100 /* Receive only unicast messages */ +#define IW_POWER_MULTICAST_R 0x0200 /* Receive only multicast messages */ +#define IW_POWER_ALL_R 0x0300 /* Receive all messages though PM */ +#define IW_POWER_FORCE_S 0x0400 /* Force PM procedure for sending unicast */ +#define IW_POWER_REPEATER 0x0800 /* Repeat broadcast messages in PM period */ +#define IW_POWER_MODIFIER 0x000F /* Modify a parameter */ +#define IW_POWER_MIN 0x0001 /* Value is a minimum */ +#define IW_POWER_MAX 0x0002 /* Value is a maximum */ +#define IW_POWER_RELATIVE 0x0004 /* Value is not in seconds/ms/us */ + +/* Transmit Power flags available */ +#define IW_TXPOW_TYPE 0x00FF /* Type of value */ +#define IW_TXPOW_DBM 0x0000 /* Value is in dBm */ +#define IW_TXPOW_MWATT 0x0001 /* Value is in mW */ +#define IW_TXPOW_RELATIVE 0x0002 /* Value is in arbitrary units */ +#define IW_TXPOW_RANGE 0x1000 /* Range of value between min/max */ + +/* Retry limits and lifetime flags available */ +#define IW_RETRY_ON 0x0000 /* No details... */ +#define IW_RETRY_TYPE 0xF000 /* Type of parameter */ +#define IW_RETRY_LIMIT 0x1000 /* Maximum number of retries*/ +#define IW_RETRY_LIFETIME 0x2000 /* Maximum duration of retries in us */ +#define IW_RETRY_MODIFIER 0x00FF /* Modify a parameter */ +#define IW_RETRY_MIN 0x0001 /* Value is a minimum */ +#define IW_RETRY_MAX 0x0002 /* Value is a maximum */ +#define IW_RETRY_RELATIVE 0x0004 /* Value is not in seconds/ms/us */ +#define IW_RETRY_SHORT 0x0010 /* Value is for short packets */ +#define IW_RETRY_LONG 0x0020 /* Value is for long packets */ + +/* Scanning request flags */ +#define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */ +#define IW_SCAN_ALL_ESSID 0x0001 /* Scan all ESSIDs */ +#define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */ +#define IW_SCAN_ALL_FREQ 0x0004 /* Scan all Frequencies */ +#define IW_SCAN_THIS_FREQ 0x0008 /* Scan only this Frequency */ +#define IW_SCAN_ALL_MODE 0x0010 /* Scan all Modes */ +#define IW_SCAN_THIS_MODE 0x0020 /* Scan only this Mode */ +#define IW_SCAN_ALL_RATE 0x0040 /* Scan all Bit-Rates */ +#define IW_SCAN_THIS_RATE 0x0080 /* Scan only this Bit-Rate */ +/* struct iw_scan_req scan_type */ +#define IW_SCAN_TYPE_ACTIVE 0 +#define IW_SCAN_TYPE_PASSIVE 1 +/* Maximum size of returned data */ +#define IW_SCAN_MAX_DATA 4096 /* In bytes */ + +/* Max number of char in custom event - use multiple of them if needed */ +#define IW_CUSTOM_MAX 256 /* In bytes */ + +/* Generic information element */ +#define IW_GENERIC_IE_MAX 1024 + +/* MLME requests (SIOCSIWMLME / struct iw_mlme) */ +#define IW_MLME_DEAUTH 0 +#define IW_MLME_DISASSOC 1 +#define IW_MLME_AUTH 2 +#define IW_MLME_ASSOC 3 + +/* SIOCSIWAUTH/SIOCGIWAUTH struct iw_param flags */ +#define IW_AUTH_INDEX 0x0FFF +#define IW_AUTH_FLAGS 0xF000 +/* SIOCSIWAUTH/SIOCGIWAUTH parameters (0 .. 4095) + * (IW_AUTH_INDEX mask in struct iw_param flags; this is the index of the + * parameter that is being set/get to; value will be read/written to + * struct iw_param value field) */ +#define IW_AUTH_WPA_VERSION 0 +#define IW_AUTH_CIPHER_PAIRWISE 1 +#define IW_AUTH_CIPHER_GROUP 2 +#define IW_AUTH_KEY_MGMT 3 +#define IW_AUTH_TKIP_COUNTERMEASURES 4 +#define IW_AUTH_DROP_UNENCRYPTED 5 +#define IW_AUTH_80211_AUTH_ALG 6 +#define IW_AUTH_WPA_ENABLED 7 +#define IW_AUTH_RX_UNENCRYPTED_EAPOL 8 +#define IW_AUTH_ROAMING_CONTROL 9 +#define IW_AUTH_PRIVACY_INVOKED 10 + +/* IW_AUTH_WPA_VERSION values (bit field) */ +#define IW_AUTH_WPA_VERSION_DISABLED 0x00000001 +#define IW_AUTH_WPA_VERSION_WPA 0x00000002 +#define IW_AUTH_WPA_VERSION_WPA2 0x00000004 + +/* IW_AUTH_PAIRWISE_CIPHER and IW_AUTH_GROUP_CIPHER values (bit field) */ +#define IW_AUTH_CIPHER_NONE 0x00000001 +#define IW_AUTH_CIPHER_WEP40 0x00000002 +#define IW_AUTH_CIPHER_TKIP 0x00000004 +#define IW_AUTH_CIPHER_CCMP 0x00000008 +#define IW_AUTH_CIPHER_WEP104 0x00000010 + +/* IW_AUTH_KEY_MGMT values (bit field) */ +#define IW_AUTH_KEY_MGMT_802_1X 1 +#define IW_AUTH_KEY_MGMT_PSK 2 + +/* IW_AUTH_80211_AUTH_ALG values (bit field) */ +#define IW_AUTH_ALG_OPEN_SYSTEM 0x00000001 +#define IW_AUTH_ALG_SHARED_KEY 0x00000002 +#define IW_AUTH_ALG_LEAP 0x00000004 + +/* IW_AUTH_ROAMING_CONTROL values */ +#define IW_AUTH_ROAMING_ENABLE 0 /* driver/firmware based roaming */ +#define IW_AUTH_ROAMING_DISABLE 1 /* user space program used for roaming + * control */ + +/* SIOCSIWENCODEEXT definitions */ +#define IW_ENCODE_SEQ_MAX_SIZE 8 +/* struct iw_encode_ext ->alg */ +#define IW_ENCODE_ALG_NONE 0 +#define IW_ENCODE_ALG_WEP 1 +#define IW_ENCODE_ALG_TKIP 2 +#define IW_ENCODE_ALG_CCMP 3 +/* struct iw_encode_ext ->ext_flags */ +#define IW_ENCODE_EXT_TX_SEQ_VALID 0x00000001 +#define IW_ENCODE_EXT_RX_SEQ_VALID 0x00000002 +#define IW_ENCODE_EXT_GROUP_KEY 0x00000004 +#define IW_ENCODE_EXT_SET_TX_KEY 0x00000008 + +/* IWEVMICHAELMICFAILURE : struct iw_michaelmicfailure ->flags */ +#define IW_MICFAILURE_KEY_ID 0x00000003 /* Key ID 0..3 */ +#define IW_MICFAILURE_GROUP 0x00000004 +#define IW_MICFAILURE_PAIRWISE 0x00000008 +#define IW_MICFAILURE_STAKEY 0x00000010 +#define IW_MICFAILURE_COUNT 0x00000060 /* 1 or 2 (0 = count not supported) + */ + +/* Bit field values for enc_capa in struct iw_range */ +#define IW_ENC_CAPA_WPA 0x00000001 +#define IW_ENC_CAPA_WPA2 0x00000002 +#define IW_ENC_CAPA_CIPHER_TKIP 0x00000004 +#define IW_ENC_CAPA_CIPHER_CCMP 0x00000008 + +/* Event capability macros - in (struct iw_range *)->event_capa + * Because we have more than 32 possible events, we use an array of + * 32 bit bitmasks. Note : 32 bits = 0x20 = 2^5. */ +#define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \ + (cmd - SIOCIWFIRSTPRIV + 0x60) : \ + (cmd - SIOCSIWCOMMIT)) +#define IW_EVENT_CAPA_INDEX(cmd) (IW_EVENT_CAPA_BASE(cmd) >> 5) +#define IW_EVENT_CAPA_MASK(cmd) (1 << (IW_EVENT_CAPA_BASE(cmd) & 0x1F)) +/* Event capability constants - event autogenerated by the kernel + * This list is valid for most 802.11 devices, customise as needed... */ +#define IW_EVENT_CAPA_K_0 (IW_EVENT_CAPA_MASK(0x8B04) | \ + IW_EVENT_CAPA_MASK(0x8B06) | \ + IW_EVENT_CAPA_MASK(0x8B1A)) +#define IW_EVENT_CAPA_K_1 (IW_EVENT_CAPA_MASK(0x8B2A)) +/* "Easy" macro to set events in iw_range (less efficient) */ +#define IW_EVENT_CAPA_SET(event_capa, cmd) (event_capa[IW_EVENT_CAPA_INDEX(cmd)] |= IW_EVENT_CAPA_MASK(cmd)) +#define IW_EVENT_CAPA_SET_KERNEL(event_capa) {event_capa[0] |= IW_EVENT_CAPA_K_0; event_capa[1] |= IW_EVENT_CAPA_K_1; } + +/* Modulations bitmasks */ +#define IW_MODUL_ALL 0x00000000 /* Everything supported */ +#define IW_MODUL_FH 0x00000001 /* Frequency Hopping */ +#define IW_MODUL_DS 0x00000002 /* Original Direct Sequence */ +#define IW_MODUL_CCK 0x00000004 /* 802.11b : 5.5 + 11 Mb/s */ +#define IW_MODUL_11B (IW_MODUL_DS | IW_MODUL_CCK) +#define IW_MODUL_PBCC 0x00000008 /* TI : 5.5 + 11 + 22 Mb/s */ +#define IW_MODUL_OFDM_A 0x00000010 /* 802.11a : 54 Mb/s */ +#define IW_MODUL_11A (IW_MODUL_OFDM_A) +#define IW_MODUL_11AB (IW_MODUL_11B | IW_MODUL_11A) +#define IW_MODUL_OFDM_G 0x00000020 /* 802.11g : 54 Mb/s */ +#define IW_MODUL_11G (IW_MODUL_11B | IW_MODUL_OFDM_G) +#define IW_MODUL_11AG (IW_MODUL_11G | IW_MODUL_11A) +#define IW_MODUL_TURBO 0x00000040 /* ATH : bonding, 108 Mb/s */ +/* In here we should define MIMO stuff. Later... */ +#define IW_MODUL_CUSTOM 0x40000000 /* Driver specific */ + +/* Bitrate flags available */ +#define IW_BITRATE_TYPE 0x00FF /* Type of value */ +#define IW_BITRATE_UNICAST 0x0001 /* Maximum/Fixed unicast bitrate */ +#define IW_BITRATE_BROADCAST 0x0002 /* Fixed broadcast bitrate */ + +/****************************** TYPES ******************************/ + +/* --------------------------- SUBTYPES --------------------------- */ +/* + * Generic format for most parameters that fit in an int + */ +struct iw_param +{ + int32_t value; /* The value of the parameter itself */ + uint8_t fixed; /* Hardware should not use auto select */ + uint8_t disabled; /* Disable the feature */ + uint16_t flags; /* Various specifc flags (if any) */ +}; + +/* + * For all data larger than 16 octets, we need to use a + * pointer to memory allocated in user space. + */ +struct iw_point +{ + void *pointer; /* Pointer to the data (in user space) */ + uint16_t length; /* number of fields or size in bytes */ + uint16_t flags; /* Optional params */ +}; + +/* + * A frequency + * For numbers lower than 10^9, we encode the number in 'm' and + * set 'e' to 0 + * For number greater than 10^9, we divide it by the lowest power + * of 10 to get 'm' lower than 10^9, with 'm'= f / (10^'e')... + * The power of 10 is in 'e', the result of the division is in 'm'. + */ +struct iw_freq +{ + int32_t m; /* Mantissa */ + int16_t e; /* Exponent */ + uint8_t i; /* List index (when in range struct) */ + uint8_t flags; /* Flags (fixed/auto) */ +}; + +/* + * Quality of the link + */ +struct iw_quality +{ + uint8_t qual; /* link quality (%retries, SNR, + %missed beacons or better...) */ + uint8_t level; /* signal level (dBm) */ + uint8_t noise; /* noise level (dBm) */ + uint8_t updated; /* Flags to know if updated */ +}; + +/* + * Packet discarded in the wireless adapter due to + * "wireless" specific problems... + * Note : the list of counter and statistics in net_device_stats + * is already pretty exhaustive, and you should use that first. + * This is only additional stats... + */ +struct iw_discarded +{ + uint32_t nwid; /* Rx : Wrong nwid/essid */ + uint32_t code; /* Rx : Unable to code/decode (WEP) */ + uint32_t fragment; /* Rx : Can't perform MAC reassembly */ + uint32_t retries; /* Tx : Max MAC retries num reached */ + uint32_t misc; /* Others cases */ +}; + +/* + * Packet/Time period missed in the wireless adapter due to + * "wireless" specific problems... + */ +struct iw_missed +{ + uint32_t beacon; /* Missed beacons/superframe */ +}; + +/* + * Quality range (for spy threshold) + */ +struct iw_thrspy +{ + struct sockaddr addr; /* Source address (hw/mac) */ + struct iw_quality qual; /* Quality of the link */ + struct iw_quality low; /* Low threshold */ + struct iw_quality high; /* High threshold */ +}; + +/* + * Optional data for scan request + * + * Note: these optional parameters are controlling parameters for the + * scanning behavior, these do not apply to getting scan results + * (SIOCGIWSCAN). Drivers are expected to keep a local BSS table and + * provide a merged results with all BSSes even if the previous scan + * request limited scanning to a subset, e.g., by specifying an SSID. + * Especially, scan results are required to include an entry for the + * current BSS if the driver is in Managed mode and associated with an AP. + */ +struct iw_scan_req +{ + uint8_t scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ + uint8_t essid_len; + uint8_t num_channels; /* num entries in channel_list; + * 0 = scan all allowed channels */ + uint8_t flags; /* reserved as padding; use zero, this may + * be used in the future for adding flags + * to request different scan behavior */ + struct sockaddr bssid; /* ff:ff:ff:ff:ff:ff for broadcast BSSID or + * individual address of a specific BSS */ + + /* + * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using + * the current ESSID. This allows scan requests for specific ESSID + * without having to change the current ESSID and potentially breaking + * the current association. + */ + uint8_t essid[IW_ESSID_MAX_SIZE]; + + /* + * Optional parameters for changing the default scanning behavior. + * These are based on the MLME-SCAN.request from IEEE Std 802.11. + * TU is 1.024 ms. If these are set to 0, driver is expected to use + * reasonable default values. min_channel_time defines the time that + * will be used to wait for the first reply on each channel. If no + * replies are received, next channel will be scanned after this. If + * replies are received, total time waited on the channel is defined by + * max_channel_time. + */ + uint32_t min_channel_time; /* in TU */ + uint32_t max_channel_time; /* in TU */ + + struct iw_freq channel_list[IW_MAX_FREQUENCIES]; +}; + +/* ------------------------- WPA SUPPORT ------------------------- */ + +/* + * Extended data structure for get/set encoding (this is used with + * SIOCSIWENCODEEXT/SIOCGIWENCODEEXT. struct iw_point and IW_ENCODE_* + * flags are used in the same way as with SIOCSIWENCODE/SIOCGIWENCODE and + * only the data contents changes (key data -> this structure, including + * key data). + * + * If the new key is the first group key, it will be set as the default + * TX key. Otherwise, default TX key index is only changed if + * IW_ENCODE_EXT_SET_TX_KEY flag is set. + * + * Key will be changed with SIOCSIWENCODEEXT in all cases except for + * special "change TX key index" operation which is indicated by setting + * key_len = 0 and ext_flags |= IW_ENCODE_EXT_SET_TX_KEY. + * + * tx_seq/rx_seq are only used when respective + * IW_ENCODE_EXT_{TX,RX}_SEQ_VALID flag is set in ext_flags. Normal + * TKIP/CCMP operation is to set RX seq with SIOCSIWENCODEEXT and start + * TX seq from zero whenever key is changed. SIOCGIWENCODEEXT is normally + * used only by an Authenticator (AP or an IBSS station) to get the + * current TX sequence number. Using TX_SEQ_VALID for SIOCSIWENCODEEXT and + * RX_SEQ_VALID for SIOCGIWENCODEEXT are optional, but can be useful for + * debugging/testing. + */ +struct iw_encode_ext +{ + uint32_t ext_flags; /* IW_ENCODE_EXT_* */ + uint8_t tx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ + uint8_t rx_seq[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ + struct sockaddr addr; /* ff:ff:ff:ff:ff:ff for broadcast/multicast + * (group) keys or unicast address for + * individual keys */ + uint16_t alg; /* IW_ENCODE_ALG_* */ + uint16_t key_len; + uint8_t key[0]; +}; + +/* SIOCSIWMLME data */ +struct iw_mlme +{ + uint16_t cmd; /* IW_MLME_* */ + uint16_t reason_code; + struct sockaddr addr; +}; + +/* SIOCSIWPMKSA data */ +#define IW_PMKSA_ADD 1 +#define IW_PMKSA_REMOVE 2 +#define IW_PMKSA_FLUSH 3 + +#define IW_PMKID_LEN 16 + +struct iw_pmksa +{ + uint32_t cmd; /* IW_PMKSA_* */ + struct sockaddr bssid; + uint8_t pmkid[IW_PMKID_LEN]; +}; + +/* IWEVMICHAELMICFAILURE data */ +struct iw_michaelmicfailure +{ + uint32_t flags; + struct sockaddr src_addr; + uint8_t tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ +}; + +/* IWEVPMKIDCAND data */ +#define IW_PMKID_CAND_PREAUTH 0x00000001 /* RNS pre-authentication enabled */ +struct iw_pmkid_cand +{ + uint32_t flags; /* IW_PMKID_CAND_* */ + uint32_t index; /* the smaller the index, the higher the + * priority */ + struct sockaddr bssid; +}; + +/* ------------------------ WIRELESS STATS ------------------------ */ +/* + * Wireless statistics (used for /proc/net/wireless) + */ +struct iw_statistics +{ + uint16_t status; /* Status + * - device dependent for now */ + + struct iw_quality qual; /* Quality of the link + * (instant/mean/max) */ + struct iw_discarded discard; /* Packet discarded counts */ + struct iw_missed miss; /* Packet missed counts */ +}; + +/* ------------------------ IOCTL REQUEST ------------------------ */ +/* + * This structure defines the payload of an ioctl, and is used + * below. + * + * Note that this structure should fit on the memory footprint + * of iwreq (which is the same as ifreq), which mean a max size of + * 16 octets = 128 bits. Warning, pointers might be 64 bits wide... + * You should check this when increasing the structures defined + * above in this file... + */ +union iwreq_data +{ + /* Config - generic */ + char name[16]; + /* Name : used to verify the presence of wireless extensions. + * Name of the protocol/provider... */ + + struct iw_point essid; /* Extended network name */ + struct iw_param nwid; /* network id (or domain - the cell) */ + struct iw_freq freq; /* frequency or channel : + * 0-1000 = channel + * > 1000 = frequency in Hz */ + + struct iw_param sens; /* signal level threshold */ + struct iw_param bitrate; /* default bit rate */ + struct iw_param txpower; /* default transmit power */ + struct iw_param rts; /* RTS threshold threshold */ + struct iw_param frag; /* Fragmentation threshold */ + uint32_t mode; /* Operation mode */ + struct iw_param retry; /* Retry limits & lifetime */ + + struct iw_point encoding; /* Encoding stuff : tokens */ + struct iw_param power; /* PM duration/timeout */ + struct iw_quality qual; /* Quality part of statistics */ + + struct sockaddr ap_addr; /* Access point address */ + struct sockaddr addr; /* Destination address (hw/mac) */ + + struct iw_param param; /* Other small parameters */ + struct iw_point data; /* Other large parameters */ +}; + +/* + * The structure to exchange data for ioctl. + * This structure is the same as 'struct ifreq', but (re)defined for + * convenience... + * Do I need to remind you about structure size (32 octets) ? + */ +struct iwreq +{ + union + { + char ifrn_name[16]; /* if name, e.g. "eth0" */ + } ifr_ifrn; + + /* Data part (defined just above) */ + union iwreq_data u; +}; + +/* -------------------------- IOCTL DATA -------------------------- */ +/* + * For those ioctl which want to exchange mode data that what could + * fit in the above structure... + */ + +/* + * Range of parameters + */ + +struct iw_range +{ + /* Informative stuff (to choose between different interface) */ + uint32_t throughput; /* To give an idea... */ + /* In theory this value should be the maximum benchmarked + * TCP/IP throughput, because with most of these devices the + * bit rate is meaningless (overhead an co) to estimate how + * fast the connection will go and pick the fastest one. + * I suggest people to play with Netperf or any benchmark... + */ + + /* NWID (or domain id) */ + uint32_t min_nwid; /* Minimal NWID we are able to set */ + uint32_t max_nwid; /* Maximal NWID we are able to set */ + + /* Old Frequency (backward compat - moved lower ) */ + uint16_t old_num_channels; + uint8_t old_num_frequency; + + /* Wireless event capability bitmasks */ + uint32_t event_capa[6]; + + /* signal level threshold range */ + int32_t sensitivity; + + /* Quality of link & SNR stuff */ + /* Quality range (link, level, noise) + * If the quality is absolute, it will be in the range [0 ; max_qual], + * if the quality is dBm, it will be in the range [max_qual ; 0]. + * Don't forget that we use 8 bit arithmetics... */ + struct iw_quality max_qual; /* Quality of the link */ + /* This should contain the average/typical values of the quality + * indicator. This should be the threshold between a "good" and + * a "bad" link (example : monitor going from green to orange). + * Currently, user space apps like quality monitors don't have any + * way to calibrate the measurement. With this, they can split + * the range between 0 and max_qual in different quality level + * (using a geometric subdivision centered on the average). + * I expect that people doing the user space apps will feedback + * us on which value we need to put in each driver... */ + struct iw_quality avg_qual; /* Quality of the link */ + + /* Rates */ + uint8_t num_bitrates; /* Number of entries in the list */ + int32_t bitrate[IW_MAX_BITRATES]; /* list, in bps */ + + /* RTS threshold */ + int32_t min_rts; /* Minimal RTS threshold */ + int32_t max_rts; /* Maximal RTS threshold */ + + /* Frag threshold */ + int32_t min_frag; /* Minimal frag threshold */ + int32_t max_frag; /* Maximal frag threshold */ + + /* Power Management duration & timeout */ + int32_t min_pmp; /* Minimal PM period */ + int32_t max_pmp; /* Maximal PM period */ + int32_t min_pmt; /* Minimal PM timeout */ + int32_t max_pmt; /* Maximal PM timeout */ + uint16_t pmp_flags; /* How to decode max/min PM period */ + uint16_t pmt_flags; /* How to decode max/min PM timeout */ + uint16_t pm_capa; /* What PM options are supported */ + + /* Encoder stuff */ + uint16_t encoding_size[IW_MAX_ENCODING_SIZES]; /* Different token sizes */ + uint8_t num_encoding_sizes; /* Number of entry in the list */ + uint8_t max_encoding_tokens; /* Max number of tokens */ + /* For drivers that need a "login/passwd" form */ + uint8_t encoding_login_index; /* token index for login token */ + + /* Transmit power */ + uint16_t txpower_capa; /* What options are supported */ + uint8_t num_txpower; /* Number of entries in the list */ + int32_t txpower[IW_MAX_TXPOWER]; /* list, in bps */ + + /* Wireless Extension version info */ + uint8_t we_version_compiled; /* Must be WIRELESS_EXT */ + uint8_t we_version_source; /* Last update of source */ + + /* Retry limits and lifetime */ + uint16_t retry_capa; /* What retry options are supported */ + uint16_t retry_flags; /* How to decode max/min retry limit */ + uint16_t r_time_flags; /* How to decode max/min retry life */ + int32_t min_retry; /* Minimal number of retries */ + int32_t max_retry; /* Maximal number of retries */ + int32_t min_r_time; /* Minimal retry lifetime */ + int32_t max_r_time; /* Maximal retry lifetime */ + + /* Frequency */ + uint16_t num_channels; /* Number of channels [0; num - 1] */ + uint8_t num_frequency; /* Number of entry in the list */ + struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */ + /* Note : this frequency list doesn't need to fit channel numbers, + * because each entry contain its channel index */ + + uint32_t enc_capa; /* IW_ENC_CAPA_* bit field */ + + /* More power management stuff */ + int32_t min_pms; /* Minimal PM saving */ + int32_t max_pms; /* Maximal PM saving */ + uint16_t pms_flags; /* How to decode max/min PM saving */ + + /* All available modulations for driver (hw may support less) */ + int32_t modul_capa; /* IW_MODUL_* bit field */ + + /* More bitrate stuff */ + uint32_t bitrate_capa; /* Types of bitrates supported */ +}; + +/* + * Private ioctl interface information + */ + +struct iw_priv_args +{ + uint32_t cmd; /* Number of the ioctl to issue */ + uint16_t set_args; /* Type and number of args */ + uint16_t get_args; /* Type and number of args */ + char name[16]; /* Name of the extension */ +}; + +/* ----------------------- WIRELESS EVENTS ----------------------- */ +/* + * Wireless events are carried through the rtnetlink socket to user + * space. They are encapsulated in the IFLA_WIRELESS field of + * a RTM_NEWLINK message. + */ + +/* + * A Wireless Event. Contains basically the same data as the ioctl... + */ +struct iw_event +{ + uint16_t len; /* Real lenght of this stuff */ + uint16_t cmd; /* Wireless IOCTL */ + union iwreq_data u; /* IOCTL fixed payload */ +}; + +/* Size of the Event prefix (including padding and alignement junk) */ +#define IW_EV_LCP_LEN (sizeof(struct iw_event) - sizeof(union iwreq_data)) +/* Size of the various events */ +#define IW_EV_CHAR_LEN (IW_EV_LCP_LEN + IFNAMSIZ) +#define IW_EV_UINT_LEN (IW_EV_LCP_LEN + sizeof(uint32_t)) +#define IW_EV_FREQ_LEN (IW_EV_LCP_LEN + sizeof(struct iw_freq)) +#define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param)) +#define IW_EV_ADDR_LEN (IW_EV_LCP_LEN + sizeof(struct sockaddr)) +#define IW_EV_QUAL_LEN (IW_EV_LCP_LEN + sizeof(struct iw_quality)) + +/* iw_point events are special. First, the payload (extra data) come at + * the end of the event, so they are bigger than IW_EV_POINT_LEN. Second, + * we omit the pointer, so start at an offset. */ +#define IW_EV_POINT_OFF (((char *) &(((struct iw_point *) NULL)->length)) - \ + (char *) NULL) +#define IW_EV_POINT_LEN (IW_EV_LCP_LEN + sizeof(struct iw_point) - \ + IW_EV_POINT_OFF) + +/* Size of the Event prefix when packed in stream */ +#define IW_EV_LCP_PK_LEN (4) +/* Size of the various events when packed in stream */ +#define IW_EV_CHAR_PK_LEN (IW_EV_LCP_PK_LEN + IFNAMSIZ) +#define IW_EV_UINT_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(uint32_t)) +#define IW_EV_FREQ_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_freq)) +#define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param)) +#define IW_EV_ADDR_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct sockaddr)) +#define IW_EV_QUAL_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_quality)) +#define IW_EV_POINT_PK_LEN (IW_EV_LCP_LEN + 4) + +#endif /* _LINUX_WIRELESS_H */ diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile new file mode 100644 index 0000000..b4baab7 --- /dev/null +++ b/contrib/package/meshwizard/Makefile @@ -0,0 +1,39 @@ +# Copyright (C) 2011 Manuel Munz +# This is free software, licensed under the Apache 2.0 license. + +include $(TOPDIR)/rules.mk + +PKG_NAME:=meshwizard +PKG_RELEASE:=0.3.1 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/meshwizard + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Shell script based wizard for Mesh networks + DEPENDS:=+firewall +endef + +define Package/meshwizard/description + A shellscript based wizard to simplify the setup of a typical mesh node (e.g. for Freifunk.net) +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/meshwizard/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,meshwizard)) diff --git a/contrib/package/meshwizard/files/etc/config/meshwizard b/contrib/package/meshwizard/files/etc/config/meshwizard new file mode 100644 index 0000000..a60b0cc --- /dev/null +++ b/contrib/package/meshwizard/files/etc/config/meshwizard @@ -0,0 +1,7 @@ +config 'netconfig' 'netconfig' + +config 'general' 'general' + option 'sharenet' '0' + option 'local_restrict' '1' + option 'cleanup' '1' + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh new file mode 100644 index 0000000..b0f6cb2 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh @@ -0,0 +1,118 @@ +uci_remove_list_element() { + local option="$1" + local value="$2" + local list="$(uci get $option)" + local elem + + uci delete $option + for elem in $list; do + if [ "$elem" != "$value" ]; then + uci add_list $option=$elem + fi + done +} + +# string_contains(string, substring) +# +# Returns 0 if the specified string contains the specified substring, +# otherwise returns 1. +string_contains() { + string="$1" + substring="$2" + if test "${string#*$substring}" != "$string" + then + return 0 # $substring is in $string + else + return 1 # $substring is not in $string + fi +} + +# Takes 2 arguments +# $1 = text to be displayed in the output for this section +# $2 = section (optional) +uci_commitverbose() { + echo "+ $1" + uci changes $2 | while read line; do + echo " $line" + done + uci commit $2 +} + +set_defaults() { + for def in $(env |grep "^$1" | sed 's/ /_/g'); do + option="${def/$1/}" + a="$(echo $option |cut -d '=' -f1)" + b="$(echo $option |cut -d '=' -f2-)" + b="${b//_/ }" + string_contains "$a" "_LENGTH" && continue + string_contains "$a" "_ITEM" && { + # special threatment for lists. use add_list and remove the + # item index (_ITEMx). + uci add_list $2.${a//_ITEM[0-9]*/}="$b" + } || { + uci set $2.$a="$b" + } + done +} + +# 3 arguments: 1=config name 2=oldname 3=newname +section_rename() { + uci -q rename $1.$2=$3 && msg_rename $1.$2 $1.$3 || msg_rename_error $1.$2 $1.$3 +} + +msg_missing_value() { + echo -e " \033[1mWarning:\033[0m Configuration option for $2 is missing in $1." +} + +msg_success() { + echo " Finished." +} + +msg_error() { + echo " \033[1mError: \033[0mThere was a problem." +} + +msg_rename() { + echo " Renamed unnamed section $1 to $2." +} + +msg_rename_error() { + echo " \033[1mWarning:\033[0m Could not rename $1 to $2." +} + + +restore_factory_defaults() { + echo "+ Restore default config as requested with cleanup=1" + cp -f /rom/etc/config/* /etc/config/ + rm /etc/config/wireless + wifi detect > /etc/config/wireless + rm /etc/config/network + if [ -f /etc/init.d/defconfig ]; then + # legacy (AA) + /etc/init.d/defconfig start + [ -f /rom/etc/uci-defaults/network ] && sh /rom/etc/uci-defaults/network + else + sh /rom/etc/uci-defaults/02_network + fi +} + +is_in_list() { + # checks if an item is in a list + local list="$1" + local item="$2" + for word in $list; do + [ $word = "$item" ] && return 0 + done + return 1 +} + +add_to_list() { + local list="$1" + local item="$2" + is_in_list "$list" "$item" && echo $list + if [ -z "$list" ]; then + echo "$item" + else + echo "$list $item" + fi +} diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh new file mode 100755 index 0000000..c889c55 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh @@ -0,0 +1,31 @@ +#!/bin/sh +# Checks whether a netrange is inside another netrange, returns 1 if true +# Takes two arguments: $1: net from which we want to know if it is inside $2 +# nets need to be given in CIDR notation + +dir=$(dirname $0) + +awk -f $dir/common.awk -f - $* <= network2) { + if (network <= broadcast2) { + if (broadcast <= broadcast2) { + print "1" + } + } + } +} +EOF diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk new file mode 100644 index 0000000..5b03d06 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk @@ -0,0 +1,20 @@ +function bitcount(c) { + c=and(rshift(c, 1),0x55555555)+and(c,0x55555555) + c=and(rshift(c, 2),0x33333333)+and(c,0x33333333) + c=and(rshift(c, 4),0x0f0f0f0f)+and(c,0x0f0f0f0f) + c=and(rshift(c, 8),0x00ff00ff)+and(c,0x00ff00ff) + c=and(rshift(c,16),0x0000ffff)+and(c,0x0000ffff) + return c +} + +function ip2int(ip) { + for (ret=0,n=split(ip,a,"\."),x=1;x<=n;x++) ret=or(lshift(ret,8),a[x]) + return ret +} + +function int2ip(ip,ret,x) { + ret=and(ip,255) + ip=rshift(ip,8) + for(;x<3;ret=and(ip,255)"."ret,ip=rshift(ip,8),x++); + return ret +} diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_auto-ipv6-dhcpv6-ip.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_auto-ipv6-dhcpv6-ip.sh new file mode 100755 index 0000000..ca623db --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_auto-ipv6-dhcpv6-ip.sh @@ -0,0 +1,16 @@ +#!/bin/sh +netrenamed=$1 + +local PREFIX="$(echo $ipv6_prefix| cut -d "/" -f 1| sed 's/::/:/')" + +# Get the devices mac address +local device="$(uci -p/var/state -q get network.$1.ifname)" +if [ -n "$device" ]; then + local MAC="$(ifconfig $netrenamed |grep HWaddr | awk '{ print $5 '})" +else + local MAC="$(cat /sys/class/net/$1/address)" + local IPV6_UNIQ="$(echo $MAC | awk -F: '{ print $1$2":"$3$4":"$5$6 }')" +fi + +echo "${PREFIX}${IPV6_UNIQ}:1" + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh new file mode 100755 index 0000000..efe101f --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh @@ -0,0 +1,36 @@ +#!/bin/sh +# create essid from channel, takes two args: +# $1 = channel (integer) +# $2 = community (optional) +channel=$1 +community=$2 + +. /lib/functions.sh + + +# Try to get BSSID from profile first +config_load profile_$community +config_get bssid bssidscheme $channel +if [ -z "$bssid" ]; then + config_get bssid bssidscheme "all" +fi + +if [ -z "$bssid" ]; then + case $channel in + [1-9]) + bssid="$(printf "%X\n" $channel)2:CA:FF:EE:BA:BE" + ;; + 1[0-4]) + bssid="$(printf "%X\n" $channel)2:CA:FF:EE:BA:BE" + ;; + [3-9][0-9]) + bssid="02:$channel:CA:FF:EE:EE" + ;; + 1[0-9][0-9]) + bssid="${channel/1/12:}:CA:FF:EE:EE" + ;; + *) bssid="02:CA:FF:EE:BA:BE" + ;; + esac +fi +echo $bssid diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh new file mode 100755 index 0000000..e559166 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# generates a dhcp-ip and netrange from a given ip/subnet +# takes 2 arguments: +# $1: Ip Address (of the Interface for which we want to generate an ip) + +echo "$1" | awk 'BEGIN { FS = "." } ; { print "6."$3"."$4".1" }' diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh new file mode 100755 index 0000000..c1e5522 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh @@ -0,0 +1,42 @@ +#!/bin/sh +# This is only run once (usually after flashing an image from the imagebuilder) +# It sets up the initial config for this node. + +. /lib/functions.sh +. $dir/functions.sh + +config_load system + +# Rename system config +handle_system() { + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename system $1 system + fi +} +config_foreach handle_system system + +if [ -n "$(uci -q get meshwizard.community)" ]; then + set_defaults "community_" freifunk.community + uci -q delete meshwizard.community +fi + +[ -n "$profile_homepage" ] && uci set freifunk.community.homepage="$profile_homepage" + +[ -n "$profile_mapserver" ] && { + uci -q delete freifunk.community.mapserver + for m in $profile_mapserver; do + uci add_list freifunk.community.mapserver="$m" + done +} + +uci_commitverbose "Setup community" freifunk + +if [ -n "$(uci -q get meshwizard.contact)" ]; then + set_defaults "contact_" freifunk.contact + uci -q delete meshwizard.contact && uci_commitverbose "Setup contact" freifunk +fi + +if [ "$has_luci" == TRUE ]; then + set_defaults "luci_main_" luci.main + uci -q delete meshwizard.luci_main && uci_commitverbose "Setup luci" luci +fi diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh new file mode 100755 index 0000000..6d7a1fb --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh @@ -0,0 +1,42 @@ +#!/bin/sh +dir=$(dirname $0) +awk -f $dir/common.awk -f - $* <limit) end=limit + + print "IP="int2ip(ipaddr) + print "NETMASK="int2ip(netmask) + print "BROADCAST="int2ip(broadcast) + print "NETWORK="int2ip(network) + print "NEXTNET="int2ip(broadcast + 1) + print "PREFIX="32-bitcount(compl(netmask)) + + # range calculations: + # ipcalc + + if (ARGC > 3) { + print "START="int2ip(start) + print "END="int2ip(end) + } +} +EOF diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh new file mode 100755 index 0000000..b6ffb62 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh @@ -0,0 +1,61 @@ +#!/bin/sh +# These functions read the settings we need for configuration of the router + +read_defaults() { + # read default values from the 3 relevant config files and export them + # into the environment. Later loaded configs overwrite earlier ones. The + # The ordering here is from most generic to most specific: + # freifunk (most generic defaults) + # profile_* (community defaults) + # nodes custom config from meshwizard config file + + local community="$1" + + config_cb() { + local type="$1" + local name="$2" + local allowed_section_types="widget" + local allowed_section_names=" + system + wifi_device + wifi_iface + interface + alias + dhcp + olsr_interface + olsr_interfacedefaults + profile + zone_freifunk + include + luci_splash + ipv6 + luci_main + contact + community + wan + lan + general + ipv6 + qos + " + + if [ "$type" = "widget" ]; then + widgets=$(add_to_list "$widgets" "$name") + fi + + if ([ -n "$name" ] && is_in_list "$allowed_section_names" $name) \ + || is_in_list "$allowed_section_types" $type ; then + option_cb() { + local option="$1" + local value="$2" + export "${CONFIG_SECTION}_${option}"="$value" + } + else + option_cb() { return; } + fi + } + config_load freifunk + config_load profile_${community} + config_load meshwizard + export widgets="$widgets" +} diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh new file mode 100755 index 0000000..e9139ed --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh @@ -0,0 +1,46 @@ +#!/bin/sh +# This script renames IB_wifi_ interface names into real interface names used on this system. +# E.g. wireless.IB_wifi0 would become wireless.wifi0 on madwifi and wireless.radio0 on mac80211 + +. $dir/functions.sh + +posIB=-1 + +IBwifis="$(uci show meshwizard.netconfig | grep 'IB_' | sed 's/meshwizard.netconfig\.\(IB_wifi.*\)_.*/\1/' |uniq)" +[ -z "$(echo $IBwifis |grep IB_wifi)" ] && exit + +for w in $IBwifis; do + posIB=$(( $posIB + 1 )) + export IB_wifi$posIB="$w" +done + +pos=0 +syswifis="$(uci show wireless |grep wifi-device | sed 's/wireless\.\(.*\)=.*/\1/' |uniq)" + +for s in $syswifis; do + export syswifi$pos="$s" + pos=$(( $pos + 1 )) +done + +for i in `seq 0 $posIB`; do + IBwifi=$(eval echo \$IB_wifi$i) + syswifi=$(eval echo \$syswifi$i) + + if [ -n "$syswifi" ]; then + case $IBwifi in + IB_wifi* ) + # replace IB_wifi_* with actual wifi interface names, delete old ones first + uci show meshwizard.netconfig | grep $IBwifi | while read line; do + oldline=$(echo $line | cut -d "=" -f 1) + uci set $oldline="" + newline=$(echo $line |sed -e "s/$IBwifi/$syswifi/g" -e "s/'//g") + uci set $newline + done + ;; + esac + unset IBwifi + unset syswifi + fi +done + +uci_commitverbose "Renaming wifi-devices in /etc/config/meshwizard" meshwizard diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6-interface.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6-interface.sh new file mode 100755 index 0000000..adf3429 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6-interface.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +net=$1 +. $dir/functions.sh + +ra="$(uci -q get meshwizard.netconfig.${net}_ipv6ra)" +uci set autoipv6.${netrenamed}="interface" +if [ -n "$ra" ]; then + uci set autoipv6.${netrenamed}.ra=1 +fi + +uci_commitverbose "Setup auto-ipv6 for interface $netrenamed" autoipv6 diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6.sh new file mode 100755 index 0000000..8e3f015 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_auto-ipv6.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +. $dir/functions.sh + +if [ "$ipv6_config" = "auto-ipv6-fromv4" ]; then + mode="fromv4" +else + mode="random" +fi + +uci set autoipv6.olsr_node.enabled=1 +uci set autoipv6.olsr_node.mode="$mode" +uci_commitverbose "Setup auto-ipv6" autoipv6 + +uci set network.wan.accept_ra=0 +uci_commitverbose "Do not accept ra's on wan when using auto-ipv6" network + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh new file mode 100755 index 0000000..8cce831 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh @@ -0,0 +1,46 @@ +#!/bin/sh +# Sets up the dhcp part of dnsmasq + +. /lib/functions.sh +. $dir/functions.sh + +net="$1" +vap="$(uci -q get meshwizard.netconfig.${net}_vap)" + +handle_dnsmasq() { + config_get interface "$1" interface + if [ "$interface" == "${netrenamed}dhcp" ]; then + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename dhcp $1 ${netrenamed}dhcp + fi + fi +} +config_load dhcp +config_foreach handle_dnsmasq dhcp + +[ "$net" == "lan" ] && uci -q delete dhcp.lan + +if [ "$supports_vap" = 1 -a "$vap" = 1 ]; then + uci batch <<- EOF + set dhcp.${netrenamed}dhcp="dhcp" + set dhcp.${netrenamed}dhcp.ignore="0" + set dhcp.${netrenamed}dhcp.interface="${netrenamed}dhcp" + EOF + set_defaults "dhcp_" dhcp.${netrenamed}dhcp +fi + +ahdhcp_when_vap="$(uci get profile_$community.profile.adhoc_dhcp_when_vap)" +if [ "$supports_vap" = 0 ] || \ + [ "$supports_vap" = 1 -a "$vap" = 1 -a "$ahdhcp_when_vap" = 1 ] || \ + [ "$lan_is_olsr" = "1" -a "$lan_dhcp" = 1 ]; then + uci batch <<- EOF + set dhcp.${netrenamed}ahdhcp="dhcp" + set dhcp.${netrenamed}ahdhcp.ignore="0" + set dhcp.${netrenamed}ahdhcp.interface="${netrenamed}ahdhcp" + EOF +fi +set_defaults "dhcp_" dhcp.${netrenamed}ahdhcp + +uci_commitverbose "Setup DHCP for $netrenamed" dhcp + + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh new file mode 100755 index 0000000..9297f91 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh @@ -0,0 +1,29 @@ +#!/bin/sh + +. /lib/functions.sh +. $dir/functions.sh + +# Set dnsmasq config +handle_dhcp() { + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename dhcp $1 dnsmasq + fi +} + +config_load dhcp +config_foreach handle_dhcp dnsmasq + +uci batch << EOF + set dhcp.dnsmasq.local="/$profile_suffix/" + set dhcp.dnsmasq.domain="$profile_suffix" +EOF + +config_get addnhosts dnsmasq addnhosts +if [ -z "${addnhosts/\var\/etc\/hosts.olsr/}" ]; then + uci add_list dhcp.dnsmasq.addnhosts="/var/etc/hosts.olsr" + if [ "$ipv6_enabled" = 1 ]; then + uci add_list dhcp.dnsmasq.addnhosts="/var/etc/hosts.olsr.ipv6" + fi +fi + +uci_commitverbose "Setup dnsmasq" dhcp diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh new file mode 100755 index 0000000..154b2b6 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh @@ -0,0 +1,145 @@ +#!/bin/sh +# Add "freifunk" firewall zone +# If wan/lan is used for olsr then remove these networks from wan/lan zones +# Also setup rules defined in /etc/config/freifunk and /etc/config/profile_ + +. /lib/functions.sh +. $dir/functions.sh + +wan_is_olsr=$(uci -q get meshwizard.netconfig.wan_config) + +config_load firewall + +# Rename firewall zone for freifunk if unnamed +# If wan is used for olsr then set network for the firewall zone wan to ' ' to remove the wan interface from it, else add local restrict to it +# If lan is used for olsr then set network for the firewall zone lan to ' ' to remove the lan interface from it + +handle_fwzone() { + config_get name "$1" name + config_get network "$1" network + + if [ "$name" == "freifunk" ]; then + # rename section if unnamed + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename firewall $1 zone_freifunk + fi + fi + + if [ "$name" == "wan" ]; then + if [ "$wan_is_olsr" == 1 ]; then + uci set firewall.$1.network=' ' && uci_commitverbose "WAN is used for olsr, removed the wan interface from zone wan" firewall + else + uci set firewall.$1.local_restrict=1 && uci_commitverbose "Enable local_restrict for zone wan" firewall + fi + fi + + if [ "$name" == "lan" ] && [ "$lan_is_olsr" == "1" ]; then + uci set firewall.$1.network=' ' && uci_commitverbose "LAN is used for olsr, removed the lan interface from zone lan" firewall + fi +} + +config_foreach handle_fwzone zone + +uci batch << EOF + set firewall.zone_freifunk="zone" + set firewall.zone_freifunk.name="freifunk" + set firewall.zone_freifunk.input="$zone_freifunk_input" + set firewall.zone_freifunk.forward="$zone_freifunk_forward" + set firewall.zone_freifunk.output="$zone_freifunk_output" +EOF + +uci_commitverbose "Setup firewall zones" firewall + +# Usually we need to setup masquerading for lan, except lan is an olsr interface or has an olsr hna-entry + +handle_interface() { + config_get interface "$1" interface + if [ "$interface" == "lan" ]; then + no_masq_lan=1 + fi +} +config_load olsrd +config_foreach handle_interface Interface + +LANIP="$(uci -q get network.lan.ipaddr)" +if [ -n "$LANIP" ]; then + handle_hna() { + config_get netaddr "$1" netaddr + if [ "$LANIP" == "$netaddr" ]; then + no_masq_lan=1 + fi + } + config_foreach handle_hna Hna4 +fi + +currms=$(uci -q get firewall.zone_freifunk.masq_src) +if [ ! "$no_masq_lan" == "1" ] && [ ! "$(uci -q get meshwizard.netconfig.lan_config)" == 1 ]; then + uci set firewall.zone_freifunk.masq="1" + [ -z "$(echo $currms |grep lan)" ] && uci add_list firewall.zone_freifunk.masq_src="lan" +fi + + +# Rules, Forwardings, advanced config and includes from freifunk and +# profile_$community config files. + +add_fw_rules() { + config_cb() { + local type="$1" + local name="$2" + local allowed_section_types="advanced include fw_rule fw_forwarding" + if is_in_list "$allowed_section_types" $type ; then + uci set firewall.${name}="${type/fw_/}" + option_cb() { + local option="$1" + local value="$2" + uci set firewall.${CONFIG_SECTION}.${option}="$value" + } + else + option_cb() { return; } + fi + } + config_load freifunk + config_load profile_${community} +} +add_fw_rules + + +# If we use auto-ipv6-dhcp then allow 547/udp on the freifunk zone +if [ "$ipv6_config" = "auto-ipv6-dhcpv6" ]; then + uci batch <<- EOF + set firewall.dhcpv6=rule + set firewall.dhcpv6.src=freifunk + set firewall.dhcpv6.target=ACCEPT + set firewall.dhcpv6.dest_port=547 + set firewall.dhcpv6.proto=udp + EOF +fi + +# Firewall rules to allow incoming ssh and web if enabled + +if [ "$wan_allowssh" == 1 ]; then + uci batch <<- EOF + set firewall.wanssh=rule + set firewall.wanssh.src=wan + set firewall.wanssh.target=ACCEPT + set firewall.wanssh.proto=tcp + set firewall.wanssh.dest_port=22 + EOF +fi + +if [ "$wan_allowweb" == 1 ]; then + uci batch <<- EOF + set firewall.wanweb=rule + set firewall.wanweb.src=wan + set firewall.wanweb.target=ACCEPT + set firewall.wanweb.proto=tcp + set firewall.wanweb.dest_port=80 + set firewall.wanwebhttps=rule + set firewall.wanwebhttps.src=wan + set firewall.wanwebhttps.target=ACCEPT + set firewall.wanwebhttps.proto=tcp + set firewall.wanwebhttps.dest_port=443 + EOF +fi + +uci_commitverbose "Setup rules, forwardings, advanced config and includes." firewall diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall_interface.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall_interface.sh new file mode 100755 index 0000000..8ca5d3b --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall_interface.sh @@ -0,0 +1,111 @@ +#!/bin/sh +# This will add $net to the zone firewall (and remove it from other zones where it is referenced) +# It will also setup rules defined in /etc/config/freifunk and /etc/config/profile_ +# Arg $1 = $net + +net=$1 +. /lib/functions.sh +. $dir/functions.sh +config_load firewall + +# Get some variables +type="$(uci -q get wireless.$net.type)" +vap="$(uci -q get meshwizard.netconfig.$net\_vap)" +wan_is_olsr=$(uci -q get meshwizard.netconfig.wan_config) + +# Delete old firewall zone for freifunk +handle_fwzone() { + config_get name "$1" name + config_get network "$1" network + + if [ "$2" == "zoneconf" ]; then + if [ "$name" == "freifunk" ]; then + # rename section if unnamed + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename firewall $1 zone_freifunk + fi + else + if [ ! "$name" == "freifunk" ] && [ -n "$netrenamed" -a -n "$(echo $network | grep $netrenamed)" ]; then + echo " Removed $netrenamed from firewall zone $name." + network_new=$(echo $network | sed -e 's/'$netrenamed'//' -e 's/^ //' -e 's/ / /' -e 's/ $//') + uci set firewall.$1.network="$network_new" + fi + fi + fi +} + +config_foreach handle_fwzone zone zoneconf + +# Add $netrenamed and if needed ${netrenamed}dhcp to the "freifunk" zone +config_get network zone_freifunk network + +# remove ${netrenamed}dhcp from networks list +[ -n "$network" -a -n "$net" ] && network="${network/${netrenamed}dhcp/}" +network=$(echo $network) # Removes leading and trailing whitespaces + +[ -n "$netrenamed" ] && [ -z "$(echo $network | grep $netrenamed)" ] && network="$network $netrenamed" + +if [ "$supports_vap" == "1" -a "$vap" == 1 ]; then + [ -n "$netrenamed" ] && [ "$network" == "${network/${netrenamed}dhcp/}" ] && network="$network ${netrenamed}dhcp" +fi + +uci set firewall.zone_freifunk.network="$network" + +uci_commitverbose "Add '$netrenamed' to freifunk firewall zone" firewall + +currms=$(uci -q get firewall.zone_freifunk.masq_src) + +# If interfaces are outside of the mesh network they should be natted + +if [ "$vap" == 1 ]; then + # Get dhcprange and meshnet for the dhcp interface + if_ip="$(uci -q get network.${netrenamed}dhcp.ipaddr)" + if_mask="$(uci -q get network.${netrenamed}dhcp.netmask)" + + [ -n "$if_ip" -a "$if_mask" ] && export $(ipcalc.sh $if_ip $if_mask) + [ -n "$NETWORK" -a "$PREFIX" ] && dhcprange="$NETWORK/$PREFIX" + + if [ -n "$dhcprange" ]; then + meshnet="$(uci get profile_$community.profile.mesh_network)" + # check if the dhcprange is inside meshnet + dhcpinmesh="$($dir/helpers/check-range-in-range.sh $dhcprange $meshnet)" + if [ "$dhcpinmesh" == 1 ]; then + # needed or splash will not work + if [ "$has_luci_splash" == TRUE ]; then + uci set firewall.zone_freifunk.contrack="1" + fi + else + uci set firewall.zone_freifunk.masq=1 + [ -z "$(echo $currms |grep ${netrenamed}dhcp)" ] && uci add_list firewall.zone_freifunk.masq_src="${netrenamed}dhcp" + fi + fi +fi + +# Get dhcprange and meshnet for the adhoc dhcp interface +if_ip="$(uci -q get network.${netrenamed}ahdhcp.ipaddr)" +if_mask="$(uci -q get network.${netrenamed}ahdhcp.netmask)" + +[ -n "$if_ip" -a "$if_mask" ] && export $(ipcalc.sh $if_ip $if_mask) +[ -n "$NETWORK" -a "$PREFIX" ] && dhcprangeah="$NETWORK/$PREFIX" + +if [ -n "$dhcprangeah" ]; then + meshnet="$(uci get profile_$community.profile.mesh_network)" + # check if the dhcprange is inside meshnet + dhcpinmesh="$($dir/helpers/check-range-in-range.sh $dhcprangeah $meshnet)" + if [ "$dhcpinmesh" == 1 ]; then + # needed or splash will not work + if [ "$has_luci_splash" == TRUE ]; then + uci set firewall.zone_freifunk.contrack="1" + fi + else + uci set firewall.zone_freifunk.masq=1 + [ -z "$(echo $currms |grep ${netrenamed}ahdhcp)" ] && uci add_list firewall.zone_freifunk.masq_src="${netrenamed}ahdhcp" + fi +fi + + +for i in IP NETMASK BROADCAST NETWORK PREFIX; do + unset $i +done + +uci_commitverbose "Setup masquerading rules for '$netrenamed'" firewall diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_ipv6.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_ipv6.sh new file mode 100755 index 0000000..2f6144b --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_ipv6.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +[ ! "$(uci -q get network.lan)" == "interface" ] && exit + +. /lib/functions.sh +. $dir/functions.sh + +# Setup IPv6 for the lan interface + +local ip6addr="" +if [ "$ipv6_config" = "auto-ipv6-dhcpv6" ]; then + # get lan mac + local device="$(uci -p/var/state -q get network.lan.ifname)" + if [ -n "device" ]; then + ip6addr="$($dir/helpers/gen_auto-ipv6-dhcpv6-ip.sh $device)" + fi + uci set network.lan.ip6addr="${ip6addr}/112" +fi + +uci_commitverbose "Setup ipv6 address for lan" network diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_static.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_static.sh new file mode 100755 index 0000000..172dcf1 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_lan_static.sh @@ -0,0 +1,17 @@ +#!/bin/sh +# Setup static interface settings for lan if lan is not an olsr interface + +[ ! "$(uci -q get network.lan)" == "interface" ] && exit + +. /lib/functions.sh +. $dir/functions.sh + +uci batch << EOF + set network.lan.proto='$lan_proto' + set network.lan.ipaddr='$lan_ip4addr' + set network.lan.netmask='$lan_netmask' +EOF + +uci_commitverbose "Setup static ip settings for lan" network + +uci delete meshwizard.lan && uci commit meshwizard diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh new file mode 100755 index 0000000..7035e7f --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh @@ -0,0 +1,145 @@ +# setup entry in /etc/config/network for a interface +# Argument $1: network interface + +net="$1" +. /lib/functions.sh +. $dir/functions.sh + +# Setup a (new) interface section for $net + +ipaddr=$(uci -q get meshwizard.netconfig.$net\_ip4addr) +ip6addr=$(uci -q get meshwizard.netconfig.$net\_ip6addr) +[ -z "$ipaddr" ] && msg_missing_value meshwizard $net\_ip4addr + +netmask=$(uci -q get meshwizard.netconfig.$net\_netmask) +[ -z "$netmask" ] && netmask="$interface_netmask" +[ -z "$netmask" ] && netmask="255.255.0.0" + +uci set network.$netrenamed="interface" +set_defaults "interface_" network.$netrenamed + +uci batch << EOF + set network.$netrenamed.proto="static" + set network.$netrenamed.ipaddr="$ipaddr" + set network.$netrenamed.netmask="$netmask" +EOF + +if [ "$netrenamed" = "lan" ]; then + # remove the bridge if the interface is used for olsr + # since this script is only run in this case, no need + # to check for lan_proto = "olsr" currently. + uci -q delete network.lan.type +fi + +# Setup IPv6 for the interface +local ip6addr +if [ "$ipv6_enabled" = 1 ]; then + if [ "$ipv6_config" = "auto-ipv6-dhcpv6" ]; then + ip6addr="$($dir/helpers/gen_auto-ipv6-dhcpv6-ip.sh $netrenamed)" + uci set network.$netrenamed.ip6addr="${ip6addr}/112" + fi + if [ "$ipv6_config" = "static" ] && [ -n "$ip6addr" ]; then + uci set network.$netrenamed.ip6addr="$ip6addr" + fi +fi + +uci_commitverbose "Setup interface $netrenamed" network + +# setup dhcp alias/interface + +net_dhcp=$(uci -q get meshwizard.netconfig.${net}_dhcp) +if [ "$net_dhcp" == 1 ]; then + + # Load meshwizard_settings + dhcprange="$(uci -q get meshwizard.netconfig.${net}_dhcprange)" + interface_ip="$(uci -q get meshwizard.netconfig.${net}_ip4addr)" + vap=$(uci -q get meshwizard.netconfig.${net}_vap) + + # Rename config + handle_dhcpalias() { + config_get interface "$1" interface + if [ "$interface" == "$netrenamed" ]; then + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename network $1 ${netrenamed}dhcp + fi + fi + } + config_load network + config_foreach handle_dhcpalias interface + + # Get IP/netmask and start-ip for $net dhcp + # If no dhcprange is given in /etc/config/meshwizard we autogenerate one + + if [ -z "$dhcprange" ]; then + dhcprange="$($dir/helpers/gen_dhcp_ip.sh $interface_ip)/24" + uci set meshwizard.netconfig.${net}_dhcprange="$dhcprange" + fi + + # If we use VAP and also offer dhcp on the adhoc interface then cut the dhcp + # range in two halves. one for the adhoc, one for the managed VAP interface + ahdhcp_when_vap="$(uci get profile_$community.profile.adhoc_dhcp_when_vap)" + + if [ "$supports_vap" = 1 -a "$vap" = 1 -a "$ahdhcp_when_vap" = 1 ]; then + # VAPs are enabled for this interface, supported and we want to + # also use DHCP on the adhoc interface + local network + local mask + network=${dhcprange%%/*} + mask=${dhcprange##*/} + # Divide network size by adding 1 to the netmask + mask=$(($mask + 1)) + # Get first ip and netmask for the adhoc dhcp network + eval $(sh $dir/helpers/ipcalc-cidr.sh ${network}/${mask} 1 0) + STARTADHOC=$START + NETMASKADHOC=$NETMASK + # Get first ip and netmask for the managed dhcp network + eval $(sh $dir/helpers/ipcalc-cidr.sh ${NEXTNET}/${mask} 1 0) + STARTVAP=$START + NETMASKVAP=$NETMASK + # Add dhcp interface + uci batch <<- EOF + set network.${netrenamed}dhcp=interface + set network.${netrenamed}dhcp.proto=static + set network.${netrenamed}dhcp.ipaddr="$STARTVAP" + set network.${netrenamed}dhcp.netmask="$NETMASKVAP" + EOF + uci_commitverbose "Setup interface for ${netrenamed}dhcp" network + else + eval $(sh $dir/helpers/ipcalc-cidr.sh $dhcprange 1 0) + STARTADHOC=$START + NETMASKADHOC=$NETMASK + fi + if [ "$supports_vap" = 1 -a "$vap" = 1 -a "$ahdhcp_when_vap" != 1 ]; then + # vaps are enabled and supported and we do not use DHCP on adhoc + # Add dhcp interface + uci batch <<- EOF + set network.${netrenamed}dhcp=interface + set network.${netrenamed}dhcp.proto=static + set network.${netrenamed}dhcp.ipaddr="$STARTADHOC" + set network.${netrenamed}dhcp.netmask="$NETMASKADHOC" + EOF + uci_commitverbose "Setup interface for ${netrenamed}dhcp" network + fi + + + # Setup alias for $net adhoc interface + if [ "$supports_vap" = 0 ] || \ + [ "$vap" = 0 ] || \ + [ "$supports_vap" = 1 -a "$vap" = 1 -a "$ahdhcp_when_vap" = 1 ] || \ + [ "$lan_is_olsr" = "1" ]; then + # setup an alias interface for the main interface to use as a network for clients + # when one of the following conditions is met + # * vaps are not supported + # * or not enabled + # * or they are supported and enabled but we also want to use DHCP on the adhoc interface + # * or this is the lan interface and it is used for olsrd (and dhcp is enabled) + uci batch <<- EOF + set network.${netrenamed}ahdhcp=interface + set network.${netrenamed}ahdhcp.ifname="@${netrenamed}" + set network.${netrenamed}ahdhcp.proto=static + set network.${netrenamed}ahdhcp.ipaddr="$STARTADHOC" + set network.${netrenamed}ahdhcp.netmask="$NETMASKADHOC" + EOF + uci_commitverbose "Setup interface for ${netrenamed}ahdhcp" network + fi +fi diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh new file mode 100755 index 0000000..d212ca4 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh @@ -0,0 +1,160 @@ +#!/bin/sh +# Sets up olsrd + +. /lib/functions.sh +. $dir/functions.sh + +local protocols="4" +if [ "$ipv6_enabled" = 1 ] && [ "$has_ipv6" == "1" ]; then + protocols="4 6" +fi + +clean_config() { + # Clean the config, remove interface wlan + handle_interface() { + config_get interface "$1" interface + if [ "$interface" = "wlan" ]; then + uci delete $cfg.$1 + fi + } + config_foreach handle_interface Interface +} + +rename_olsrd() { + #Rename olsrd basic settings + handle_olsrd() { + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename $cfg $1 olsrd + fi + } + config_foreach handle_olsrd olsrd +} + +rename_interface_defaults() { + # Rename interface defaults + handle_interfacedefaults() { + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename $cfg $1 InterfaceDefaults + fi + } + config_foreach handle_interfacedefaults InterfaceDefaults +} + +cleanup_plugins() { + # Rename nameservice, dyngw and httpinfo plugins + handle_plugin() { + config_get library "$1" library + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + new="$(echo $library | cut -d '.' -f 1)" + section_rename $cfg "$1" "$new" + fi + } + config_foreach handle_plugin LoadPlugin + uci -q delete $cfg.olsrd_httpinfo + uci -q delete $cfg.olsrd_dyn_gw +} + +setup_nameservice() { + # Setup nameservice plugin + if [ -n "$profile_suffix" ]; then + suffix=".$profile_suffix" + else + suffix=".olsr" + fi + local llfile="/var/run/latlon.js" + local hosts="/var/etc/hosts.olsr" + local services="/var/run/services_olsr" + + if [ "$proto" = "6" ]; then + local llfile="/var/run/latlon.js.ipv6" + local hosts="/var/etc/hosts.olsr.ipv6" + local services="/var/run/services_olsr.ipv6" + fi + + uci batch <<- EOF + set $cfg.olsrd_nameservice=LoadPlugin + set $cfg.olsrd_nameservice.library="olsrd_nameservice.so.0.3" + set $cfg.olsrd_nameservice.latlon_file="$llfile" + set $cfg.olsrd_nameservice.hosts_file="$hosts" + set $cfg.olsrd_nameservice.sighup_pid_file="/var/run/dnsmasq.pid" + set $cfg.olsrd_nameservice.services_file="$services" + set $cfg.olsrd_nameservice.suffix="$suffix" + EOF + + uci_commitverbose "Setup olsr nameservice plugin" $cfg +} + +setup_dyngw_plain() { + # Setup dyngw_plain + # If Sharing of Internet is enabled then enable dyngw_plain plugin + + if [ "$general_sharenet" == 1 ]; then + uci set $cfg.dyngw_plain=LoadPlugin + uci set $cfg.dyngw_plain.ignore=0 + uci set $cfg.dyngw_plain.library="olsrd_dyn_gw_plain.so.0.4" + uci_commitverbose "Setup olsrd_dyngw_plain plugin" $cfg + fi + +} + +setup_watchdog() { + # Setup watchdog + local watchdogfile="/var/run/olsrd.watchdog" + if [ "$proto" = "6" ]; then + watchdogfile="/var/run/olsrd.watchdog.ipv6" + fi + + uci batch <<- EOF + set $cfg.olsrd_watchdog=LoadPlugin + set $cfg.olsrd_watchdog.library="olsrd_watchdog.so.0.1" + set $cfg.olsrd_watchdog.file="$watchdogfile" + set $cfg.olsrd_watchdog.interval=30 + EOF + uci_commitverbose "Setup olsr watchdog plugin" $cfg + +} + +setup_jsoninfo() { + proto="$1" + uci batch <<- EOF + set $cfg.olsrd_jsoninfo=LoadPlugin + set $cfg.olsrd_jsoninfo.library="olsrd_jsoninfo.so.0.0" + EOF + if [ "$proto" = "6" ]; then + uci set $cfg.olsrd_jsoninfo.ipv6only='1' + fi + uci_commitverbose "Setup olsr jsoninfo plugin" $cfg +} + +setup_txtinfo() { + proto="$1" + uci batch <<- EOF + set $cfg.olsrd_txtinfo=LoadPlugin + set $cfg.olsrd_txtinfo.library="olsrd_txtinfo.so.0.1" + EOF + if [ "$proto" = "6" ]; then + uci set $cfg.olsrd_txtinfo.ipv6only='1' + fi + uci_commitverbose "Setup olsr txtinfo plugin" $cfg +} + + +for proto in $protocols; do + cfg="olsrd" + [ "$proto" == "6" ] && cfg="olsrd6" + config_load $cfg + clean_config + rename_olsrd + cleanup_plugins + + uci set $cfg.olsrd.IpVersion="$proto" + uci set $cfg.InterfaceDefaults=InterfaceDefaults + set_defaults "olsr_interfacedefaults_" $cfg.InterfaceDefaults + uci_commitverbose "Cleanup olsrd config" $cfg + + setup_nameservice + setup_dyngw_plain + setup_watchdog + setup_jsoninfo $proto + setup_txtinfo $proto +done diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd_interface.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd_interface.sh new file mode 100755 index 0000000..8f21893 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd_interface.sh @@ -0,0 +1,76 @@ +#!/bin/sh +# Sets up olsrd interfaces +# arg $1 = net + +net=$1 + +. /lib/functions.sh +. $dir/functions.sh + +local protocols="4" +if [ "$ipv6_enabled" = 1 ] && [ "$has_ipv6" == "1" ]; then + protocols="4 6" +fi + +for proto in $protocols; do + + cfg="olsrd" + [ "$proto" == "6" ] && cfg="olsrd6" + + # Rename interface for $netrenamed + handle_interface() { + config_get interface "$1" Interface + if [ "$interface" == "$netrenamed" ]; then + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename $cfg $1 $netrenamed + fi + fi + } + + config_foreach handle_interface Interface + + # Setup new interface for $netrenamed + + uci set $cfg.$netrenamed=Interface + set_defaults "olsr_interface_" $cfg.$net + uci set $cfg.$netrenamed.interface="$netrenamed" + + uci_commitverbose "Setup olsr interface for $netrenamed." $cfg + + if [ "$proto" = "4" ]; then + # If dhcp-network is inside the mesh_network then add HNA for it + + dhcprange=$(uci -q get meshwizard.netconfig.$net\_dhcprange) + uci -q delete $cfg.${netrenamed}clients + + if [ -n "$dhcprange" ]; then + meshnet="$(uci get profile_$community.profile.mesh_network)" + dhcpinmesh="$($dir/helpers/check-range-in-range.sh $dhcprange $meshnet)" + + if [ "$dhcpinmesh" == 1 ] && [ -n "$meshnet" ]; then + uci set $cfg.${netrenamed}clients="Hna4" + eval $(sh $dir/helpers/ipcalc-cidr.sh $dhcprange) + uci set $cfg.${netrenamed}clients.netaddr="$NETWORK" + uci set $cfg.${netrenamed}clients.netmask="$NETMASK" + uci_commitverbose "Setup HNA for network $dhcprange" $cfg + fi + fi + fi + + if [ "$proto" = "6" ]; then + # Set Hna entry for ipv6 net for static ipv6 config + uci -q delete $cfg.${netrenamed}static + if [ "$ipv6_config" = "static" ]; then + local v6range="$(uci -q get meshwizard.netconfig.$net\_ip6addr)" + local v6net="$(echo $v6range | cut -d '/' -f 1)" + local v6mask="$(echo $v6range | cut -d '/' -f 2)" + if [ -n "$v6net" ] && [ -n "$v6mask" ]; then + uci set $cfg.${netrenamed}static="Hna6" + uci set $cfg.${netrenamed}static.netaddr="$v6net" + uci set $cfg.${netrenamed}static.prefix="$v6mask" + uci_commitverbose "Setup HNA for network $v6range" $cfg + fi + fi + fi + +done \ No newline at end of file diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_policyrouting.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_policyrouting.sh new file mode 100755 index 0000000..f898bd6 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_policyrouting.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +. $dir/functions.sh + +uci batch << EOF + set freifunk-policyrouting.pr.enable=1 + set freifunk-policyrouting.pr.strict=1 + set freifunk-policyrouting.pr.zones="freifunk" +EOF + +uci_commitverbose "Setup policyrouting" freifunk-policyrouting diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_qos.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_qos.sh new file mode 100755 index 0000000..25884b3 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_qos.sh @@ -0,0 +1,17 @@ +#!/bin/sh +# sets up qos-scripts for the wan interface + +. /lib/functions.sh +. $dir/functions.sh + +if [ ! -f /etc/config/qos ]; then + echo "NOT setting up QOS because /etc/config/qos-scripts was not found" +else + uci batch <<- EOF + set qos.wan.enabled=1 + set qos.wan.upload=$wan_up + set qos.wan.download=$wan_down + EOF + uci_commitverbose "Setup QOS on WAN interface." qos + +fi diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh new file mode 100755 index 0000000..3c3e6a3 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh @@ -0,0 +1,54 @@ +#!/bin/sh +# Setup_splash, takes 1 argument: 1=net + +. /lib/functions.sh +. $dir/functions.sh + +net=$1 +vap=$(uci -q get meshwizard.netconfig.${net}_vap) + +if [ ! "$has_luci_splash" == TRUE ]; then + echo " Luci Splash is not installed, skipping setup of it." + exit +fi + +set_defaults "luci_splash_" luci_splash.general +uci_commitverbose "Setup general splash settings" luci_splash + +dhcprange=$(uci -q get meshwizard.netconfig.$net\_dhcprange) + +splash_net_add() { + uci batch <<- EOF + set luci_splash.$1="iface" + set luci_splash.$1.network="$1" + set luci_splash.$1.zone="freifunk" + EOF +} + +if [ "$(uci -q get meshwizard.netconfig.$net\_dhcp)" = 1 ] && [ -n "$dhcprange" ]; then + handle_splash() { + config_get network "$1" network + if [ "$network" == "${netrenamed}dhcp" ]; then + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename luci_splash $1 ${netrenamed}dhcp + fi + fi + } + config_load luci_splash + config_foreach handle_splash iface + + if [ "$supports_vap" = 1 -a "$vap" = 1 ]; then + splash_net_add ${netrenamed}dhcp + uci_commitverbose "Setup dhcpsplash for ${netrenamed}dhcp" luci_splash + fi + + ahdhcp_when_vap="$(uci get profile_$community.profile.adhoc_dhcp_when_vap)" + if [ "$supports_vap" = 0 ] || \ + [ "$supports_vap" = 1 -a "$vap" = 1 -a "$ahdhcp_when_vap" = 1 ] || \ + [ "$lan_dhcp" = 1 ]; then + splash_net_add ${netrenamed}ahdhcp + uci_commitverbose "Setup dhcpsplash for ${netrenamed}ahdhcp" luci_splash + fi + /etc/init.d/luci_splash enable +fi + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_ssh.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_ssh.sh new file mode 100755 index 0000000..38b331e --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_ssh.sh @@ -0,0 +1,26 @@ +#!/bin/sh +# Setup ssh. At this point only used to store pubkeys. + +[ ! "$(uci -q get meshwizard.ssh)" == "system" ] && exit + +. /lib/functions.sh +. $dir/functions.sh +authorized="/etc/dropbear/authorized_keys" + + +config_load meshwizard + +i=0 +handle_pubkeys() { + local k="$1" + ( [ -f "$authorized" ] && grep -q "$k" $authorized) || { + echo "$k" >> $authorized + i=`expr $i + 1` + } +} + +config_list_foreach ssh pubkey handle_pubkeys + +uci delete meshwizard.ssh +uci_commitverbose "Added $i pubkeys to authorized_keys" meshwizard + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_system.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_system.sh new file mode 100755 index 0000000..e9ce953 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_system.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +. $dir/functions.sh + +set_defaults "system_" system.system +uci -q delete meshwizard.system && uci commit meshwizard +uci_commitverbose "System config" system diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh new file mode 100755 index 0000000..b25a175 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_uhttpd.sh @@ -0,0 +1,11 @@ +#!/bin/sh +. $dir/functions.sh +if [ "$ipv6_enabled" = "1" ]; then + uci batch <<- EOF + set uhttpd.main.listen_http="80" + set uhttpd.main.listen_https="443" + EOF +fi + +uci_commitverbose "Setup uhttpd" uhttpd + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_dhcp.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_dhcp.sh new file mode 100755 index 0000000..91fc1d8 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_dhcp.sh @@ -0,0 +1,18 @@ +#!/bin/sh +# Setup dhcp interface settings for wan. This is the OpenWrt default, +# so all we need to do here is to delete wan from meshwizard after setup. +# Also disallow ra on wan if ipv6 is enabled + +[ ! "$(uci -q get network.wan)" == "interface" ] && exit + +. /lib/functions.sh +. $dir/functions.sh + +if [ "$ipv6_enabled" = "1" ]; then + uci set network.wan.accept_ra='0' + uci_commitverbose "Do not accept ra on wan interface" network +fi + + +uci delete meshwizard.wan && uci commit meshwizard + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_static.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_static.sh new file mode 100755 index 0000000..570470a --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wan_static.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# Setup static interface settings for wan if wan is not an olsr interface + +[ ! "$(uci -q get network.wan)" == "interface" ] && exit + +. /lib/functions.sh +. $dir/functions.sh + +uci batch << EOF +set network.wan.proto='$wan_proto' +set network.wan.ipaddr='$wan_ip4addr' +set network.wan.netmask='$wan_netmask' +set network.wan.gateway='$wan_gateway' +set network.wan.dns='$wan_dns' +EOF + +uci_commitverbose "Setup static ip settings for wan" network + +uci delete meshwizard.wan && uci commit meshwizard + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_widgets.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_widgets.sh new file mode 100755 index 0000000..288252f --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_widgets.sh @@ -0,0 +1,14 @@ +#!/bin/sh +. /lib/functions.sh + . $dir/functions.sh + +if [ -n "$widgets" ]; then + [ ! -f "/etc/config/freifunk-widgets" ] && touch /etc/config/freifunk-widgets + for w in $widgets; do + uci set freifunk-widgets.${w}=widget + set_defaults "${w}_" freifunk-widgets.${w} + uci delete profile_$community.${w} + done + uci commit profile_$community + uci_commitverbose "Added widget config." freifunk-widgets +fi diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh new file mode 100755 index 0000000..41feb86 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh @@ -0,0 +1,85 @@ +#!/bin/sh +# sets up a wifi interface for meshing +# Arguments: $1 = network interface + +net="$1" +. /lib/functions.sh +. $dir/functions.sh + +##### wifi-device ##### + +# Get the type before we delete the wifi-device +config_load wireless +config_get type $net type + +# Rename wifi-device for $net + +handle_wifidevice() { + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename wireless $1 $net + fi +} +config_foreach handle_wifidevice wifi-device + +# create new wifi-device for $net +uci set wireless.${net}=wifi-device + +# get and set wifi-device defaults +set_defaults "wifi_device_" wireless.${net} + +channel="$(uci -q get meshwizard.netconfig.$net\_channel)" + +if [ -z "$channel" -o "$channel" == "default" ]; then + channel=$wifi_device_channel +fi + +uci batch << EOF + set wireless.${net}.type="$type" + set wireless.${net}.channel="$channel" +EOF + +uci_commitverbose "Setup wifi device for $netrenamed" wireless + +##### wifi iface + +# Rename wifi-iface for $net +handle_interface() { + config_get device "$1" device + if [ "$device" == "$net" ]; then + if [ -z "${1/cfg[0-9a-fA-F]*/}" ]; then + section_rename wireless $1 ${net}_iface + fi + fi +} +config_foreach handle_interface wifi-iface + +# create new wifi-device for $net +uci set wireless.$net\_iface=wifi-iface + +# create new wifi-iface for $net from defaults +set_defaults "wifi_iface_" wireless.$net\_iface + +# overwrite some settings for type atheros (madwifi) +if [ "$type" = "atheros" ]; then + set_defaults "madwifi_wifi_iface_" wireless.${net} +fi + +# overwrite defaults +bssid="$($dir/helpers/gen_bssid.sh $channel $community)" + +ssid="$profile_ssid" +if [ "$profile_ssid_scheme" == "addchannel" ]; then + ssid="$ssid - ch$channel" +elif [ "$profile_ssid_scheme" == "addchannelbefore" ]; then + ssid="ch$channel.$ssid" +fi + +uci batch << EOF + set wireless.$net\_iface.device="${net}" + set wireless.$net\_iface.network="$netrenamed" + set wireless.$net\_iface.ssid="$ssid" + set wireless.$net\_iface.bssid="$bssid" +EOF + +uci_commitverbose "Setup wifi interface for $netrenamed" wireless + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi_vap.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi_vap.sh new file mode 100755 index 0000000..df58ad7 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi_vap.sh @@ -0,0 +1,23 @@ +#!/bin/sh +# sets up a wifi interface for meshing +# Arguments: $1 = network interface + +net="$1" +. /lib/functions.sh +. $dir/functions.sh + +## Setup a VAP interface in AP Mode +ip4addr="$(uci get meshwizard.netconfig.$net\_ip4addr)" +vap="$(uci -q get meshwizard.netconfig.$net\_vap)" + +if [ "$supports_vap" == 1 -a "$vap" == 1 ]; then + uci batch <<- EOF + set wireless.$net\_iface_dhcp="wifi-iface" + set wireless.$net\_iface_dhcp.device="$net" + set wireless.$net\_iface_dhcp.mode="ap" + set wireless.$net\_iface_dhcp.encryption="none" + set wireless.$net\_iface_dhcp.network="${netrenamed}dhcp" + set wireless.$net\_iface_dhcp.ssid="Freifunk-$ip4addr" + EOF + uci_commitverbose "Setup VAP interface for $netrenamed" wireless +fi diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/supports_vap.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/supports_vap.sh new file mode 100755 index 0000000..0585ab5 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/supports_vap.sh @@ -0,0 +1,34 @@ +#!/bin/sh +# checks if a given device can be used for a VAP interface (1 adhoc + 1 ap) +dev="$1" +type="$2" + + +if [ -z "$dev" -o -z "$type" ]; then + exit 1 +fi + +if [ "$type" = "atheros" ]; then + exit 0 +elif [ "$type" = "mac80211" ]; then + # not hostapd[-mini], no VAP + if [ ! -x /usr/sbin/hostapd ]; then + echo "WARNING: hostapd[-mini] is required to be able to use VAP with mac80211." + exit 1 + fi + # get driver in use + netindex="$(echo $dev |sed 's/[a-zA-z]*//')" + if [ -d /sys/class/net/wlan${netindex}/device/driver/module ]; then + driver="$(basename $(ls -l /sys/class/net/wlan${netindex}/device/driver/module | sed -ne 's/.* -> //p'))" + if [ "$driver" = "ath9k" -o "$driver" = "ath5k" ]; then + exit 0 + else + exit 1 + fi + else + exit 1 + fi +else + exit 1 +fi + diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh new file mode 100755 index 0000000..3721489 --- /dev/null +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh @@ -0,0 +1,147 @@ +#!/bin/sh + +# This collection of scripts will take settings from /etc/config/meshwizard, /etc/config/freifunk +# and /etc/config/profile_ and setup the router to participate in wireless mesh networks + +# Copyright 2011 Manuel Munz + +# Licensed under the Apache License, Version 2.0 (the "License") +# You may not use this file except in compliance with the License. +# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + +echo " +/* Meshwizard 0.3.1 */ +" + +# config +export dir="/usr/bin/meshwizard" + +. /lib/functions.sh +. $dir/functions.sh +. $dir/helpers/read_defaults.sh +[ -f /proc/net/ipv6_route ] && export has_ipv6=1 + +# Check which packages we have installed +export has_luci=FALSE +opkg list_installed |grep luci-mod-admin > /dev/null && export has_luci=TRUE +export has_luci_splash=FALSE +opkg list_installed |grep luci-app-splash > /dev/null && export has_luci_splash=TRUE + +# Check whether we want to cleanup/restore uci config before setting new options +cleanup=$(uci -q get meshwizard.general.cleanup) +[ "$cleanup" == 1 ] && restore_factory_defaults + +# Rename wifi interfaces +$dir/helpers/rename-wifi.sh + +export lan_is_olsr="$(uci -q get meshwizard.netconfig.lan_config)" + +# Get community +community="$(uci -q get meshwizard.community.name || uci -q get freifunk.community.name)" +[ -z "$community" ] && echo "Error: Community is not set in /etc/config/freifunk, aborting now." && exit 1 +export community="$community" + +# we need a list of widgets later on. It will be populated in read_defaults.sh +local widgets="" + +# Get a list of networks we need to setup +networks=$(uci show meshwizard.netconfig | grep -v "netconfig=" | sed -e 's/meshwizard.netconfig\.\(.*\)\_.*/\1/' |sort|uniq) +export networks +[ -z "$networks" ] && echo "Error: No networks to setup could be found in /etc/config/meshwizard, aborting now." && exit 1 + +# Read defaults and node config +read_defaults $community + +# Do config +$dir/helpers/initial_config.sh +$dir/helpers/setup_dnsmasq.sh +$dir/helpers/setup_system.sh +$dir/helpers/setup_olsrd.sh +$dir/helpers/setup_firewall.sh +$dir/helpers/setup_ssh.sh +$dir/helpers/setup_uhttpd.sh +$dir/helpers/setup_widgets.sh + +if [ "$wan_proto" == "static" ] && [ -n "$wan_ip4addr" ] && [ -n "$wan_netmask" ]; then + $dir/helpers/setup_wan_static.sh +fi + +if [ "$wan_proto" == "dhcp" ]; then + $dir/helpers/setup_wan_dhcp.sh +fi + +if [ -n "$wan_down" -a -n "$wan_up" ]; then + $dir/helpers/setup_qos.sh +fi + +if [ "$lan_proto" == "static" ] && [ -n "$lan_ip4addr" ] && [ -n "$lan_netmask" ]; then + $dir/helpers/setup_lan_static.sh +fi + +if [ "$ipv6_enabled" == 1 ] && [ "$has_ipv6" = 1 ]; then + $dir/helpers/setup_lan_ipv6.sh + # Setup auto-ipv6 + if [ -n "$(echo "$ipv6_config" |grep auto-ipv6)" ]; then + $dir/helpers/setup_auto-ipv6.sh + fi +fi + +# Setup policyrouting if internet sharing is disabled and wan is not used for olsrd +# Always disable it first to make sure its disabled when the user decied to share his internet +uci set freifunk-policyrouting.pr.enable=0 +if [ ! "$general_sharenet" == 1 ] && [ ! "$(uci -q get meshwizard.netconfig.wan_proto)" == "olsr" ]; then + $dir/helpers/setup_policyrouting.sh +fi + +# Configure found networks +for net in $networks; do + # radioX devices need to be renamed + netrenamed="${net/radio/wireless}" + export netrenamed + + if [ ! "$net" == "wan" ] && [ ! "$net" == "lan" ]; then + $dir/helpers/setup_wifi.sh $net + # check if this net supports vap + /sbin/wifi # wifi needs to be up for the check + export supports_vap="0" + type="$(uci -q get wireless.$net.type)" + [ -n "$type" ] && $dir/helpers/supports_vap.sh $net $type && export supports_vap=1 + if [ "$supports_vap" = 1 ]; then + $dir/helpers/setup_wifi_vap.sh $net + fi + fi + + $dir/helpers/setup_network.sh $net + + $dir/helpers/setup_olsrd_interface.sh $net + + net_dhcp=$(uci -q get meshwizard.netconfig.${net}_dhcp) + export ${net}_dhcp=$net_dhcp + + if [ "$net" = "lan" ] && [ "$lan_is_olsr" = "1" ]; then + uci -q set dhcp.lan.ignore="1" + uci_commitverbose "Disable DHCP on LAN because it is an olsr interface." dhcp + fi + + if [ "$net_dhcp" == 1 ]; then + $dir/helpers/setup_dhcp.sh $net + fi + + $dir/helpers/setup_splash.sh $net + $dir/helpers/setup_firewall_interface.sh $net + + if [ -n "$(echo "$ipv6_config" |grep auto-ipv6)" ]; then + $dir/helpers/setup_auto-ipv6-interface.sh $net + fi +done + +##### postinstall script + +[ -f /etc/rc.local.meshkitpostinstall ] && /etc/rc.local.meshkitpostinstall + + +##### Reboot the router (because simply restarting services gave errors) + +echo "+ The wizard has finished and the router will reboot now." + +reboot diff --git a/contrib/package/remote-update/Makefile b/contrib/package/remote-update/Makefile new file mode 100644 index 0000000..4f8b3a5 --- /dev/null +++ b/contrib/package/remote-update/Makefile @@ -0,0 +1,43 @@ +# +# Copyright (C) 2009 Jo-Philipp Wich +# +# This is free software, licensed under the Apache 2.0 license. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=remote-update +PKG_RELEASE:=4 + +PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/remote-update + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=9. Freifunk + TITLE:=Freifunk remote update utility. + DEPENDS:=@TARGET_atheros||@TARGET_ar71xx||@TARGET_brcm_2_4 +endef + +define Package/remote-update/description + The freifunk remote-update utility uses sysupgrade to reflash the currently + running firmware while keeping most of the existing configuratio. +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/remote-update/install + $(CP) ./files/* $(1)/ +endef + +$(eval $(call BuildPackage,remote-update)) diff --git a/contrib/package/remote-update/files/usr/sbin/remote-update b/contrib/package/remote-update/files/usr/sbin/remote-update new file mode 100755 index 0000000..6e45e48 --- /dev/null +++ b/contrib/package/remote-update/files/usr/sbin/remote-update @@ -0,0 +1,306 @@ +#!/bin/sh + +local tempfile=/tmp/remote-upgrade.img +local D2='\([0-9]\{2\}\)' +local D4='\([0-9]\{4\}\)' +local NL=' +' + +find_architecture() +{ + local ifs="$IFS"; IFS="-" + set -- $(opkg list_installed kernel) + IFS="$ifs" + + echo "$3" +} + +find_image() +{ + case "$1" in + atheros) + echo "openwrt-atheros-combined.squashfs.img" + ;; + ar71xx) + echo "openwrt-ar71xx-combined.squashfs.img" + ;; + brcm) + echo "openwrt-brcm-2.4-squashfs.trx" + ;; + esac +} + +check_image() +{ + local file; for file in /lib/upgrade/*.sh; do . $file; done + if platform_check_image "$1" >/dev/null 2>/dev/null; then + return 0 + fi + return 1 +} + +find_remote_checksum() +{ + wget -qO- ${1%/*}/md5sums 2>/dev/null | \ + sed -ne '/'$2'/ { s/ .*//p }' +} + +find_local_checksum() +{ + set -- $(md5sum "$tempfile") + echo $1 +} + +find_remote_info() +{ + wget -qO- "${1%/*}/VERSION.txt" 2>/dev/null +} + +find_remote_version() +{ + find_remote_info "$1" | \ + sed -ne "s!.*$D4/$D2/$D2 $D2:$D2.*!\\1\\2\\3\\4\\5!p;t" +} + +find_local_version() +{ + if [ -f /rom/etc/banner ]; then + sed -ne "s!.*$D4/$D2/$D2 $D2:$D2.*!\\1\\2\\3\\4\\5!p;t" \ + /rom/etc/banner + else + date +"%Y%m%d%H%M" -r /bin/sh + fi +} + +stop_service() +{ + [ -x /etc/init.d/$1 ] && { + echo -n "Stopping service $1 ... " + /etc/init.d/$1 stop >/dev/null 2>/dev/null + echo "done" + } +} + +do_wait() +{ + if [ ${1:-0} -gt 0 ]; then + echo -n "${2:-Waiting} " + for i in $(seq 1 $1); do + printf "%-2dseconds" $(($1-$i)) + sleep 1 + echo -en "\b\b\b\b\b\b\b\b\b" + done + echo "${NL}" + fi +} + +version_compare() +{ + local v1="$1" + local v2="$2" + + while [ -n "$v1" -o -n "$v2" ]; do + if [ -z "${v2:0:4}" -o "${v1:0:4}" -gt "${v2:0:4}" ]; then + return 1 + elif [ -z "${v1:0:4}" -o "${v1:0:4}" -lt "${v2:0:4}" ]; then + return 2 + fi + + v1="${v1:4}" + v2="${v2:4}" + done + + return 0 +} + +usage() +{ + cat <] -c + remote-update [-v] [-y] [-u ] -w + remote-update [-d] [-n] [-v] [-y] [-s ] [-u ] + +Actions: + -h Display this help message and exit. + -c Check for firmware update and exit. + -w Fetch image and exit, do not perform flash write. + +Options: + -d Do not detach from terminal. + -n Do not backup configuration. + -v Skip verification of downloaded image. + -y Assume defaults for all questions. + + -s + Sleep given amount of seconds before starting flash write. + If ommitted and '-y' is not used, 5 seconds are assumed. + + -u + Fetch firmware image from given url. A file "md5sums" is expected + in the same remote directory. If there is no such file, use -v to + suppress verification. + +EOT + + exit 1 +} + + +while getopts "s:u:cdnvwyh" flag; do + case $flag in + s) sleeptime="$OPTARG";; + u) updateurl="$OPTARG";; + c) checkupdate=1;; + d) nodetach=1;; + n) nobackup=1;; + v) noverify=1;; + w) noflash=1;; + y) noquestions=1;; + *) usage;; + esac +done + + +local image_url="$updateurl" +local image_name="${image_url##*/}" + +[ -z "$image_url" ] && { + local arch=$(find_architecture) + local image=$(find_image "$arch") + local repo=$(uci get freifunk.upgrade.repository 2>/dev/null) + repo=${repo:-$(uci get system.upgrade.repository 2>/dev/null)} + + [ -z "$arch" ] && { + echo "Can not determine the current architecture." + exit 1 + } + + [ -z "$repo" ] && { + echo "No repository configured in 'system.upgrade.repository'." + echo "Use the '-u' flag to specify an image location." + exit 1 + } + + [ -z "$image" ] && { + echo "No suitable image for the '$arch' architecture." + echo "Your platform is not supported." + exit 1 + } + + echo "Architecture: $arch" + echo "Repository: $repo" + + image_name="$image" + image_url="${repo%/}/$arch/$image" +} + + +if [ "$checkupdate" = 1 ]; then + local v1=$(find_local_version) + local v2=$(find_remote_version "$image_url") + + [ -n "$v1" -a -n "$v2" ] && { + version_compare "$v1" "$v2" + [ $? == 2 ] && { + echo "Update available!${NL}Local: $v1${NL}Remote: $v2${NL}--" + find_remote_info "$image_url" + exit 0 + } || { + echo "Local version $v1 is up to date" + exit 2 + } + } || { + echo "No remote time stamp found." + exit 1 + } +else + if [ "$noquestions" != 1 ]; then + echo -n "${NL}About to download $image_name. Continue? [y] " + read answer + case "$answer" in + [nN]) exit 1;; + esac + fi + + echo -n "Downloading $image_name ... " + rm -f $tempfile + wget -qO $tempfile "$image_url" 2>/dev/null + [ $? == 0 ] && echo done || { + echo failed + rm -f $tempfile + exit 1 + } + + if [ "$noverify" != 1 ]; then + echo -n "Verifying $image_name ... " + + local md5_remote=$(find_remote_checksum "$image_url" "$image_name") + local md5_local=$(find_local_checksum) + + check_image "$tempfile" + local image_ok=$? + + if [ $image_ok = 0 -a -n "$md5_remote" -a -n "$md5_local" -a "$md5_remote" = "$md5_local" ]; then + echo "done" + else + if [ $image_ok != 0 ]; then + echo "unsupported image type" + else + echo "checksum mismatch! (local:${md5_local:-(none)} remote:${md5_remote:-(none)})" + fi + + local answer=n + if [ "$noquestions" != 1 ]; then + echo -n "${NL}Verification failed. Continue anyway? [n] " + read answer + fi + + case "$answer" in + [yYjJ]*) : ;; + *) + echo "Aborting." + rm -f $tempfile + exit 1 + ;; + esac + fi + fi + + if [ "$noflash" != 1 ]; then + if [ -f "$tempfile" ]; then + if [ "$noquestions" == 1 ]; then + do_wait ${sleeptime:-5} "${NL}About to start flashing, hit to abort!${NL}${NL}Starting in" + else + if [ -z "$nobackup" ]; then + echo -n "${NL}Keep configuration files? [y] " + read answer + case "$answer" in + [nN]) nobackup=1;; + esac + fi + + echo -n "${NL}About to start flashing!${NL}Hit to continue or to abort.${NL}" + read answer + fi + + for s in lucid collectd; do stop_service $s; done + + if [ "$nodetach" != 1 ]; then + echo -n "Starting sysupgrade in background ... " + /bin/busybox start-stop-daemon -S -b -x /sbin/sysupgrade -- ${nobackup:+-n} "$tempfile" + echo "done" + else + echo "Executing sysupgrade ... " + exec /sbin/sysupgrade ${nobackup:+-n} "$tempfile" + fi + else + echo "No upgrade image found!" + exit 1 + fi + else + echo "Image saved in '$tempfile'" + fi +fi diff --git a/crango b/crango new file mode 100644 index 0000000..5ea774a --- /dev/null +++ b/crango @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "passive +cd incoming +put $1" | ftp cran.r-project.org diff --git a/cranwin b/cranwin new file mode 100755 index 0000000..3225cff --- /dev/null +++ b/cranwin @@ -0,0 +1,8 @@ +#!/bin/sh + +echo "binary +passive +cd R-release +put $1 +cd ../R-devel +put $1" | ftp win-builder.r-project.org diff --git a/documentation/CBI.md b/documentation/CBI.md new file mode 100644 index 0000000..0b47c22 --- /dev/null +++ b/documentation/CBI.md @@ -0,0 +1,248 @@ +CBI models are Lua files describing the structure of an UCI config file and the resulting HTML form to be evaluated by the CBI parser. +All CBI model files must return an object of type *luci.cbi.Map*. For a commented example of a CBI model, see the [[Documentation/ModulesHowTo#CBImodels|Writing Modules tutorial]]. + +The scope of a CBI model file is automatically extended by the contents of the module *luci.cbi_' and the '_translate* function from luci.i18n + +This Reference covers *the basics* of the CBI system. + + + +# class Map (_config'', ''title'', ''description_) +This is the root object of the model. +* *config*: configuration name to be mapped, see uci documentation and the files in /etc/config +* *title*: title shown in the UI +* *description*: description shown in the UI + +## :section (_sectionclass_, ...) +Creates a new section +* *sectionclass*: a class object of the section +* _additional parameters passed to the constructor of the section class_ + +---- + +# class NamedSection (_name'', ''type'', ''title'', ''description_) +An object describing an UCI section selected by the name. +Use [[#A.3Asection.28.27.27sectionclass.27.27.2C....29|Map:section(NamedSection, _name'', ''type'', ''title'', ''description_)]] to instantiate. +* *name*: section name +* *type*: section type +* *title*: The title shown in the UI +* *description*: description shown in the UI + +## .addremove = false +Allows the user to remove and recreate the configuration section + +## .dynamic = false +Marks this section as dynamic. Dynamic sections can contain an undefinded number of completely userdefined options. + +## .optional = true +Parse optional options + + +## :option (_optionclass_, ...) +Creates a new option +* *optionclass*: a class object of the section +* _additional parameters passed to the constructor of the option class_ + +---- + +# class TypedSection (_type'', ''title'', ''description_) +An object describing a group of UCI sections selected by their type. +Use [[#A.3Asection.28.27.27sectionclass.27.27.2C....29|Map:section(TypedSection, _type'', ''title'', ''description_)]] to instantiate. +* *type*: section type +* *title*: The title shown in the UI +* *description*: description shown in the UI + +## .addremove = false +Allows the user to remove and recreate the configuration section + +## .dynamic = false +Marks this section as dynamic. Dynamic sections can contain an undefinded number of completely userdefined options. + +## .optional = true +Parse optional options + +## .anonymous = false +Do not show section names + + +## :depends (_key'', ''value_) +Only select those sections where the option _key'' == ''value_
+If you call this function several times the dependencies will be linked with *or* + +## .filter (_self'', ''section_) [abstract] +You can override this function to filter certain sections that will not be parsed. +The filter function will be called for every section that should be parsed and returns *nil* for sections that should be filtered. For all other sections it should return the section name as given in the second parameter. + +## :option (_optionclass_, ...) +Creates a new option + _optionclass_: a class object of the section + additional parameters passed to the constructor of the option class + +---- + +# class Value (_option'', ''title'', ''description_) +An object describing an option in a section of a UCI File. Creates a standard text field in the formular. +Use [[#A.3Aoption.28.27.27optionclass.27.27.2C....29|NamedSection:option(Value, _option'', ''title'', ''description'')]] or [[#A.3Aoption.28.27.27optionclass.27.27.2C....29-1|TypedSection:option(Value, ''option'', ''title'', ''description_)]] to instantiate. +* *option*: section name +* *title*: The title shown in the UI +* *description*: description shown in the UI + +## .default = nil +The default value + +## .maxlength = nil +The maximum length of the value + +## .optional = false +Marks this option as optional, implies .rmempty = true + +## .rmempty = true +Removes this option from the configuration file when the user enters an empty value + +## .size = nil +The size of the form field + +## :value (_key'', ''value'' = ''key_) +Convert this text field into a combobox if possible and add a selection option. + + +## :depends (_key'', ''value_) +Only show this option field if another option _key'' is set to ''value_ in the same section.
+If you call this function several times the dependencies will be linked with *or* + +---- + +# class ListValue (_option'', ''title'', ''description_) +An object describing an option in a section of a UCI File. Creates a list box in the formular. +Use [[#A.3Aoption.28.27.27optionclass.27.27.2C....29|NamedSection:option(Value, _option'', ''title'', ''description'')]] or [[#A.3Aoption.28.27.27optionclass.27.27.2C....29-1|TypedSection:option(Value, ''option'', ''title'', ''description_)]] to instantiate. +* *option*: section name +* *title*: The title shown in the UI +* *description*: description shown in the UI + + +## .default = nil +The default value + +## .optional = false +Marks this option as optional, implies .rmempty = true + +## .rmempty = true +Removes this option from the configuration file when the user enters an empty value + +## .size = nil +The size of the form field + +## .widget = "select" +selects the form widget to be used + + +## :depends (_key'', ''value_) +Only show this option field if another option _key'' is set to ''value_ in the same section.
+If you call this function several times the dependencies will be linked with *or* + +## :value (_key'', ''value'' = ''key_) +Adds an entry to the selection list + +---- + +# class Flag (_option'', ''title'', ''description_) +An object describing an option with two possible values in a section of a UCI File. Creates a checkbox field in the formular. +Use [[#A.3Aoption.28.27.27optionclass.27.27.2C....29|NamedSection:option(Value, _option'', ''title'', ''description'')]] or [[#A.3Aoption.28.27.27optionclass.27.27.2C....29-1|TypedSection:option(Value, ''option'', ''title'', ''description_)]] to instantiate. +* *option*: section name +* *title*: The title shown in the UI +* *description*: description shown in the UI + +## .default = nil +The default value + +## .disabled = 0 +the value that shoudl be set if the checkbox is unchecked + +## .enabled = 1 +the value that should be set if the checkbox is checked + +## .optional = false +Marks this option as optional, implies .rmempty = true + +## .rmempty = true +Removes this option from the configuration file when the user enters an empty value + +## .size = nil +The size of the form field + + +## :depends (_key'', ''value_) +Only show this option field if another option _key'' is set to ''value_ in the same section.
+If you call this function several times the dependencies will be linked with *or* + +---- + +# class MultiValue (_option'', ''title'', ''description_) +An object describing an option in a section of a UCI File. Creates several checkboxed as form fields. +Use [[#A.3Aoption.28.27.27optionclass.27.27.2C....29|NamedSection:option(Value, _option'', ''title'', ''description'')]] or [[#A.3Aoption.28.27.27optionclass.27.27.2C....29-1|TypedSection:option(Value, ''option'', ''title'', ''description_)]] to instantiate. +* *option*: section name +* *title*: The title shown in the UI +* *description*: description shown in the UI + + +## .default = nil +The default value + +## .delimiter = " " +The string which will be used to delimit the values + +## .optional = false +Marks this option as optional, implies .rmempty = true + +## .rmempty = true +Removes this option from the configuration file when the user enters an empty value + +## .size = nil +The size of the form field + +## .widget = "checkbox" +selects the form widget to be used + + +## :depends (_key'', ''value_) +Only show this option field if another option _key'' is set to ''value_ in the same section.
+If you call this function several times the dependencies will be linked with *or* + +## :value (_key'', ''value'' = ''key_) +Adds an entry to the checkbox list + +---- + +# class DummyValue (_option'', ''title'', ''description_) +An object describing an option in a section of a UCI File. Creates a readonly field in the form. +Use [[#A.3Aoption.28.27.27optionclass.27.27.2C....29|NamedSection:option(Value, _option'', ''title'', ''description'')]] or [[#A.3Aoption.28.27.27optionclass.27.27.2C....29-1|TypedSection:option(Value, ''option'', ''title'', ''description_)]] to instantiate. +* *option*: section name +* *title*: The title shown in the UI +* *description*: description shown in the UI + + + +## :depends (_key'', ''value_) +Only show this option field if another option _key'' is set to ''value_ in the same section.
+If you call this function several times the dependencies will be linked with *or* + +---- + + +# class TextValue (_option'', ''title'', ''description_) +An object describing a multi-line textbox in a section in a non-UCI form. + +---- + +# class Button (_option'', ''title'', ''description_) +An object describing a Button in a section in a non-UCI form. + +---- + +# class StaticList (_option'', ''title'', ''description_) +Similar to the MultiValue, but stores selected Values into a UCI list instead of a space-separated string. + +---- + +# class DynamicList (_option'', ''title'', ''description_) +A list of user-defined values. diff --git a/documentation/JsonRpcHowTo.md b/documentation/JsonRpcHowTo.md new file mode 100644 index 0000000..76d61f8 --- /dev/null +++ b/documentation/JsonRpcHowTo.md @@ -0,0 +1,66 @@ +LuCI provides some of its libraries to external applications through a JSON-RPC API. +This Howto shows how to use it and provides information about available functions. + + +# Basics +LuCI comes with an efficient JSON De-/Encoder together with a JSON-RPC-Server which implements the *JSON-RPC 1.0_' and 2.0 (partly) specifications. The LuCI JSON-RPC server offers several independent APIs. Therefore you have to use '_different URLs for every exported library*. +Assuming your LuCI-Installation can be reached through */cgi-bin/luci_' any exported library can be reached via '''/cgi-bin/luci/rpc/''LIBRARY_*. + + +# Authentication +Most exported libraries will require a valid authentication to be called with. If you get an *HTTP 403 Forbidden_' status code you are probably missing a valid authentication token. To get such a token you have to call the function '''login''' of the RPC-Library '''auth'''. Following our example from above this login function would be provided at '_/cgi-bin/luci/rpc/auth*. The function accepts 2 parameters: username and password (of a valid user account on the host system) and returns an authentication token. + +If you want to call any exported library which requires an authentication token you have to *append it as an URL parameter _auth''''' to the RPC-Server URL. So instead of calling '''/cgi-bin/luci/rpc/''LIBRARY''''' you have to call '''/cgi-bin/luci/rpc/''LIBRARY''?auth=''TOKEN_*. + +If your JSON-RPC client is Cookie-aware (like most browsers are) you will receive the authentication token also with a session cookie and probably don't have to append it to the RPC-Server URL. + + +# Exported Libraries +## uci +The UCI-Library */rpc/uci* offers functionality to interact with the Universal Configuration Interface. +*Exported Functions:* +* [(string) add(config, type)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.add) +* [(integer) apply(config)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.apply) +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.changes (object) changes([config])] +* [(boolean) commit(config)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.commit) +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.delete (boolean) delete(config, section[, option])] +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.delete_all (boolean) delete_all(config[, type])] +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.foreach (array) foreach(config[, type])] +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.get (mixed) get(config, section[, option])] +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.get_all (object) get_all(config[, section])] +* [http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.get (mixed) get_state(config, section[, option])] +* [(boolean) revert(config)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.revert) +* [(name) section(config, type, name, values)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.section) +* [(boolean) set(config, section, option, value)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.set) +* [(boolean) tset(config, section, values)](http://luci.subsignal.org/api/luci/modules/luci.model.uci.html#Cursor.tset) + +## uvl +The UVL-Library */rpc/uvl* offers functionality to validate UCI files and get schemes describing UCI files. +*Exported Functions:* +* [(array) get_scheme(scheme)](http://luci.subsignal.org/api/luci/modules/luci.uvl.html#UVL.get_scheme) +* [(array) validate(config, section, option)](http://luci.subsignal.org/api/luci/modules/luci.uvl.html#UVL.validate) +* [(array) validate_config(config)](http://luci.subsignal.org/api/luci/modules/luci.uvl.html#UVL.validate_config) +* [(array) validate_section(config, section)](http://luci.subsignal.org/api/luci/modules/luci.uvl.html#UVL.validate_section) +* [(array) validate(config, section, option)](http://luci.subsignal.org/api/luci/modules/luci.uvl.html#UVL.validate_option) + +## fs +The Filesystem library */rpc/fs* offers functionality to interact with the filesystem on the host machine. +*Exported Functions:* + +* [Complete luci.fs library](http://luci.subsignal.org/api/luci/modules/luci.fs.html) +*Note:* All functions are exported as they are except for _readfile'' which encodes its return value in base64 and ''writefile'' which only accepts base64 encoded data as second argument. Note that both functions will only be available when the ''luasocket_ packet is installed on the hostsystem. + +## sys +The System library */rpc/sys* offers functionality to interact with the operating system on the host machine. +*Exported Functions:* +* [Complete luci.sys library](http://luci.subsignal.org/api/luci/modules/luci.sys.html) +* [Complete luci.sys.group library](http://luci.subsignal.org/api/luci/modules/luci.sys.group.html) with prefix *group.* +* [Complete luci.sys.net library](http://luci.subsignal.org/api/luci/modules/luci.sys.net.html) with prefix *net.* +* [Complete luci.sys.process library](http://luci.subsignal.org/api/luci/modules/luci.sys.process.html) with prefix *process.* +* [Complete luci.sys.user library](http://luci.subsignal.org/api/luci/modules/luci.sys.user.html) with prefix *user.* +* [Complete luci.sys.wifi library](http://luci.subsignal.org/api/luci/modules/luci.sys.wifi.html) with prefix *wifi.* + +## ipkg +The IPKG library */rpc/ipkg* offers functionality to interact with the package manager (IPKG or OPKG) on the host machine. +*Exported Functions:* +* [Complete luci.model.ipkg library](http://luci.subsignal.org/api/luci/modules/luci.model.ipkg.html) diff --git a/documentation/LAR.md b/documentation/LAR.md new file mode 100644 index 0000000..f44d8dc --- /dev/null +++ b/documentation/LAR.md @@ -0,0 +1,87 @@ +LAR is a simple archive format to pack multiple lua source files and arbitary other resources into a single file. + + +# Format Specification + +A LAR archive file is divided into two parts: the payload and the index lookup table. +All segments of the archive are 4 Byte aligned to ease reading and processing of the format. +All integers are stored in network byte order, so an implementation has to use htonl() and htons() to properly read them. + +Schema: + + + + > + + + + > + + ... + + + + > + > + + + + + > + + + + + > + + ... + + + + + > + > + + + + + +# Processing + +In order to process an LAR archive, an implementation would have to do the following steps: + +## Read Index + +1. Locate and open the archive file +1. Seek to end of file - 4 bytes +1. Read 32bit index offset and swap from network to native byte order +1. Seek to index offset, calculate index length: filesize - index offset - 4 +1. Initialize a linked list for index table entries +1. Read each index entry until the index length is reached, read and byteswap 4 * 32bit int and 2 * 16bit int +1. Seek to begin of file + +## Read Member + +1. Read the archive index +1. Iterate through the linked index list, perform the following steps for each entry +1. Seek to the specified file path offset +1. Read as much bytes as specified in the file path length into a buffer +1. Compare the contents of the buffer against the path of the searched member +1. If buffer and searched path are equal, seek to the specified file data offset +1. Read data until the file data length is reached, return +1. Select the next index table entry and repeat from step 3, if there is no next entry then return + +# Reference implementation + +A reference implementation can be found here: +http://luci.subsignal.org/trac/browser/luci/trunk/contrib/lar + +The lar.pl script is a simple packer for LAR archives and cli.c provides a utility to list and dump packed LAR archives. diff --git a/documentation/LMO.md b/documentation/LMO.md new file mode 100644 index 0000000..961a45b --- /dev/null +++ b/documentation/LMO.md @@ -0,0 +1,144 @@ +LMO is a simple binary format to pack language strings into a more efficient form. Although it's suitable to store any kind of key-value table, it's only used for the LuCI *.po based translation system at the moment. The abbreviation "LMO" stands for "Lua Machine Objects" in the style of the GNU gettext *.mo format. + + +# Format Specification + +A LMO file is divided into two parts: the payload and the index lookup table. +All segments of the file are 4 Byte aligned to ease reading and processing of the format. +Only unsigned 32bit integers are used and stored in network byte order, so an implementation has to use htonl() to properly read them. + +Schema: + + + + + + ... + + + > + + + + + + > + + + + + + > + + ... + + + + + + > + > + + + > + + + +# Processing + +In order to process a LMO file, an implementation would have to do the following steps: + +## Read Index + +1. Locate and open the archive file +1. Seek to end of file - 4 bytes (sizeof(uint32_t)) +1. Read 32bit index offset and swap from network to native byte order +1. Seek to index offset, calculate index length: filesize - index offset - 4 +1. Initialize a linked list for index table entries +1. Read each index entry until the index length is reached, read and byteswap 4 * uint32_t for each step +1. Seek to begin of file + +## Read Entry + +1. Calculate the unsigned 32bit hash of the entries key value (see "Hash Function" section below) +1. Obtain the archive index +1. Iterate through the linked index list, perform the following steps for each entry: + 1. Compare the entry hash value with the calculated hash from step 1 + 2. If the hash values are equal proceed with step 4 + 3. Select the next entry and repeat from step 3.1 +1. Seek to the file offset specified in the selected entry +1. Read as much bytes as specified in the entry length into a buffer +1. Return the buffer value + +# Hash Function + +The current LuCI-LMO implementation uses the "Super Fast Hash" function which was kindly put in the public domain by it's original author. See http://www.azillionmonkeys.com/qed/hash.html for details. Below is the C-Implementation of this function: + + + #if (defined(__GNUC__) && defined(__i386__)) + #define sfh_get16(d) (*((const uint16_t *) (d))) + #else + #define sfh_get16(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ + +(uint32_t)(((const uint8_t *)(d))[0]) ) + #endif + + uint32_t sfh_hash(const char * data, int len) + { + uint32_t hash = len, tmp; + int rem; + + if (len <= NULL) return 0; + + rem = len & 3; + len >>= 2; + + /* Main loop */ + for (;len > 0; len--) { + hash += sfh_get16(data); + tmp = (sfh_get16(data+2) << 11) ^ hash; + hash = (hash << 16) ^ tmp; + data += 2*sizeof(uint16_t); + hash += hash >> 11; + } + + /* Handle end cases */ + switch (rem) { + case 3: hash += sfh_get16(data); + hash ^= hash << 16; + hash ^= data[sizeof(uint16_t)] << 18; + hash += hash >> 11; + break; + case 2: hash += sfh_get16(data); + hash ^= hash << 11; + hash += hash >> 17; + break; + case 1: hash += *data; + hash ^= hash << 10; + hash += hash >> 1; + } + + /* Force "avalanching" of final 127 bits */ + hash ^= hash << 3; + hash += hash >> 5; + hash ^= hash << 4; + hash += hash >> 17; + hash ^= hash << 25; + hash += hash >> 6; + + return hash; + } + + +# Reference Implementation + +A reference implementation can be found here: +http://luci.subsignal.org/trac/browser/luci/trunk/libs/lmo/src + +The lmo_po2lmo.c executable implements a *.po to *.lmo conversation utility and lmo_lookup.c is a simple *.lmo test utility. +Lua bindings for lmo are defined in lmo_lualib.c and associated headers. diff --git a/documentation/LuCI-0.10.md b/documentation/LuCI-0.10.md new file mode 100644 index 0000000..5db9895 --- /dev/null +++ b/documentation/LuCI-0.10.md @@ -0,0 +1,202 @@ +[[PageOutline(2-5, Table of Contents, floated)]] + + +This document describes new features and incompatibilities to LuCI 0.9.x. +It is targeted at module authors developing external addons to LuCI. + +# I18N Changes + +## API + +The call conventions for the i18n api changed, there is no dedicated translation +key anymore and the english text is used for lookup instead. This was done to +ease the maintenance of language files. + +Code that uses _translate()'' or ''i18n()_ must be changed as follows: + + + -- old style: + translate("some_text", "Some Text") + translatef("some_format_text", "Some formatted Text: %d", 123) + + -- new style: + translate("Some Text") + translatef("Some formatted Text: %d", 123) + + +Likewise for templates: + + + + <%:some_text Some Text%> + + + <%:Some Text%> + + +If code must support both LuCI 0.9.x and 0.10.x versions, it is suggested to write the calls as follows: + + translate("Some Text", "Some Text") + + +An alternative is wrapping translate() calls into a helper function: + + function tr(key, alt) + return translate(key) or translate(alt) or alt + end + + +... which is used as follows: + + tr("some_key", "Some Text") + + +## Translation File Format + +Translation catalogs are now maintained in *.po format files. During build those get translated +into [*.lmo archives](http://luci.subsignal.org/trac/wiki/Documentation/LMO). + +LuCI ships a [utility script](http://luci.subsignal.org/trac/browser/luci/branches/luci-0.10/build/i18n-lua2po.pl) +in the build/ directory to convert old Lua translation files to the *.po format. The generated *.po files should +be placed in the appropriate subdirectories within the top po/ file in the LuCI source tree. + +### Components built within the LuCI tree + +If components using translations are built along with the LuCI tree, the newly added *.po file are automatically +compiled into *.lmo archives during the build process. In order to bundle the appropriate *.lmo files into the +corresponding *.ipk packages, component Makefiles must include a "PO" variable specifying the files to include. + +Given a module _applications/example/'' which uses ''po/en/example.po'' and ''po/en/example-extra.po_, +the _applications/example/Makefile_ must be changed as follows: + + + PO = example example-extra + + include ../../build/config.mk + include ../../build/module.mk + + +### Standalone components + +Authors who externally package LuCI components must prepare required *.lmo archives themselves. +To convert existing Lua based message catalogs to the *.po format, the build/i18n-lua2po.pl helper script can be used. +In order to convert *.po files into *.lmo files, the standalone "po2lmo" utility must be compiled as follows: + + + $ svn co http://svn.luci.subsignal.org/luci/branches/luci-0.10/libs/lmo + $ cd lmo/ + $ make + $ ./src/po2lmo translations.po translations.lmo + + +Note that at the time of writing, the utility program needs Lua headers installed on the system in order to compile properly. + +# CBI + +## Datatypes + +The server side UVL validation has been dropped to reduce space requirements on the target. +Instead it is possible to define datatypes for CBI widgets now: + + + opt = section:option(Value, "optname", "Title Text") + opt.datatype = "ip4addr" + + +User provided data is validated once on the frontend via JavaScript and on the server side prior to saving it. +A list of possible datatypes can be found in the [luci.cbi.datatypes](http://luci.subsignal.org/trac/browser/luci/branches/luci-0.10/libs/web/luasrc/cbi/datatypes.lua#L26) class. + +## Validation + +Server-sided validator function can now return custom error messages to provide better feedback on invalid input. + + + opt = section:option(Value, "optname", "Title Text") + + function opt.validate(self, value, section) + if input_is_valid(value) then + return value + else + return nil, "The value is invalid because ..." + end + end + + +## Tabs + +It is now possible to break up CBI sections into multiple tabs to better organize longer forms. +The TypedSection and NamedSection classes gained two new functions to define tabs, _tab()'' and ''taboption()_. + + + sct = map:section(TypedSection, "name", "type", "Title Text") + + sct:tab("general", "General Tab Title", "General Tab Description") + sct:tab("advanced", "Advanced Tab Title", "Advanced Tab Description") + + opt = sct:taboption("general", Value, "optname", "Title Text") + ... + + +The _tab()_ function is declares a new tab and takes up to three arguments: + * Internal name of the tab, must be unique within the section + * Title text of the tab + * Optional description text for the tab + +The _taboption()'' function wraps ''option()_ and assigns the option object to the given tab. +It takes up to five arguments: + + * Name of the tab to assign the option to + * Option type, e.g. Value or DynamicList + * Option name + * Title text of the option + * Optional description text of the option + +If tabs are used within a particular section, the _option()_ function must not be used, +doing so results in undefined behaviour. + +## Hooks + +The CBI gained support for _hooks_ which can be used to trigger additional actions during the +life-cycle of a map: + + + map = Map("config", "Title Text") + + function map.on_commit(self) + -- do something if the UCI configuration got committed + end + + +The following hooks are defined: + +|| on_cancel || The user pressed cancel within a multi-step Delegator or a SimpleForm instance || +|| on_init || The CBI is about to render the Map object || +|| on_parse || The CBI is about to read received HTTP form values || +|| on_save, on_before_save || The CBI is about to save modified UCI configuration files || +|| on_after_save || Modified UCI configuration files just got saved +|| on_before_commit || The CBI is about to commit the changes || +|| on_commit, on_after_commit, on_before_apply || Modified configurations got committed and the CBI is about to restart associated services || +|| on_apply, on_after_apply || All changes where completely applied (only works on Map instances with the apply_on_parse attribute set) || + +## Sortable Tables + +TypedSection instances which use the "cbi/tblsection" template may now use a new attribute _sortable_ to allow the user to reorder table rows. + + + sct = map:section(TypedSection, "name", "type", "Title Text") + sct.template = "cbi/tblsection" + sct.sortable = true + + ... + + +# JavaScript + +The LuCI 0.10 branch introduced a new JavaScript file _xhr.js_ which provides support routines for XMLHttpRequest operations. +Each theme must include this file in the area of the document for forms to work correctly. + +It should be included like this: + + + + \ No newline at end of file diff --git a/documentation/Modules.md b/documentation/Modules.md new file mode 100644 index 0000000..2897df9 --- /dev/null +++ b/documentation/Modules.md @@ -0,0 +1,94 @@ +# Categories + +The LuCI modules are divided into several category directories, namely: +* applications (Single applications or plugins for other modules or applications) +* i18n (Translation files) +* libs (Independent libraries) +* modules (Collections of applications) +* themes (Frontend themes) + +Each module goes into a subdirectory of any of this category-directories. + +# Module directory +The contents of a module directory are as follows: + +## Makefile +This is the module's makefile. If the module just contains Lua sourcecode or resources then the following Makefile should suffice. + + include ../../build/config.mk + include ../../build/module.mk + + +If you have C(++) code in your module your Makefile should at least contain the following things. + + include ../../build/config.mk + include ../../build/gccconfig.mk + include ../../build/module.mk + + compile: + # Commands to compile and link your C-code + # and to install them under the dist/ hierarchy + + clean: luaclean + # Commands to clean your compiled objects + + + +## src +The *src* directory is reserved for C sourcecode. + +## luasrc +*luasrc* contains all Lua sourcecode files. These will automatically be stripped or compiled depending on the Make target and are installed in the LuCI installation directory. + +## lua +*lua* is equivalent to _luasrc_ but containing Lua files will be installed in the Lua document root. + +## htdocs +All files under *htdocs* will be copied to the document root of the target webserver. + +## root +All directories and files under *root* will be copied to the installation target as they are. + +## dist +*dist* is reserved for the builder to create a working installation tree that will represent the filesystem on the target machine. +*DO NOT* put any files there as they will get deleted. + +## ipkg +*ipkg* contains IPKG package control files, like _preinst'', ''posinst'', ''prerm'', ''postrm''. ''conffiles_. +See IPKG documentation for details. + + +# OpenWRT feed integration +If you want to add your module to the LuCI OpenWRT feed you have to add several sections to the contrib/package/luci/Makefile. + +For a Web UI applications this is: + +A package description: + + define Package/luci-app-YOURMODULE + $(call Package/luci/webtemplate) + DEPENDS+=+some-package +some-other-package + TITLE:=SHORT DESCRIPTION OF YOURMODULE + endef + + + +A package installation target: + + define Package/luci-app-YOURMODULE/install + $(call Package/luci/install/template,$(1),applications/YOURMODULE) + endef + + +A module build instruction: + + ifneq ($(CONFIG_PACKAGE_luci-app-YOURMODULE),) + PKG_SELECTED_MODULES+=applications/YOURMODULE + endif + + + +A build package call: + + $(eval $(call BuildPackage,luci-app-YOURMODULE)) + diff --git a/documentation/ModulesHowTo.md b/documentation/ModulesHowTo.md new file mode 100644 index 0000000..3f70b78 --- /dev/null +++ b/documentation/ModulesHowTo.md @@ -0,0 +1,153 @@ +*Note:* If you plan to integrate your module into LuCI, you should read the [wiki:Documentation/Modules Module Reference] before. + +This tutorial describes how to write your own modules for the LuCI WebUI. +For this tutorial we refer to your LuCI installation direcotry as *lucidir_' (/usr/lib/lua/luci if you are working with an installed version) and assume your LuCI installation is reachable through your webserver via '_/cgi-bin/luci*. + +If you are working with the development environment replace *lucidir_' with '''''/path/to/your/luci/checkout''/applications/myapplication/luasrc''' (this is a default empty module you can use for your experiments) and your LuCI installation can probably be reached via http://localhost:8080/luci/ after you ran '_make runhttpd*. + + + +# Show me the way (The dispatching process) +To write a module you need to understand the basics of the dispatching process in LuCI. +LuCI uses a dispatching tree that will be built by executing the index-Function of every available controller. +The CGI-environment variable *PATH_INFO* will be used as the path in this dispatching tree, e.g.: /cgi-bin/luci/foo/bar/baz +will be resolved to foo.bar.baz + +To register a function in the dispatching tree, you can use the *entry*-function of _luci.dispatcher_. entry takes 4 arguments (2 are optional): + + entry(path, target, title=nil, order=nil) + + +* *path* is a table that describes the position in the dispatching tree: For example a path of {"foo", "bar", "baz"} would insert your node in foo.bar.baz. +* *target* describes the action that will be taken when a user requests the node. There are several predefined ones of which the 3 most important (call, template, cbi) are described later on on this page +* *title* defines the title that will be visible to the user in the menu (optional) +* *order* is a number with which nodes on the same level will be sorted in the menu (optional) + +You can assign more attributes by manipulating the node table returned by the entry-function. A few example attributes: + +* *i18n* defines which translation file should be automatically loaded when the page gets requested +* *dependent* protects plugins to be called out of their context if a parent node is missing +* *leaf* stops parsing the request at this node and goes no further in the dispatching tree +* *sysauth* requires the user to authenticate with a given system user account + + +# It's all about names (Naming and the module file) +Now that you know the basics about dispatching, we can start writing modules. But before you have to choose the category and name of your new digital child. + +We assume you want to create a new application "myapp" with a module "mymodule". + +So you have to create a new subdirectory *_lucidir''/controller/myapp''' with a file '_mymodule.lua* with the following content: + + module("luci.controller.myapp.mymodule", package.seeall) + + function index() + + end + + +The first line is required for Lua to correctly identify the module and create its scope. +The index-Function will be used to register actions in the dispatching tree. + + + +# Teaching your new child (Actions) +So it is there and has a name but it has no actions. + +We assume you want to reuse your module myapp.mymodule that you begun in the last step. + + +## Actions +Reopen *_lucidir_/controller/myapp/mymodule.lua* and just add a function to it so that its content looks like this example: + + + module("luci.controller.myapp.mymodule", package.seeall) + + function index() + entry({"click", "here", "now"}, call("action_tryme"), "Click here", 10).dependent=false + end + + function action_tryme() + luci.http.prepare_content("text/plain") + luci.http.write("Haha, rebooting now...") + luci.sys.reboot() + end + + +And now type */cgi-bin/luci/click/here/now_' ('_[http://localhost:8080/luci/click/here/now]* if you are using the development environment) in your browser. + +You see these action functions simple have to be added to a dispatching entry. + +As you might or might not know: CGI specification requires you to send a Content-Type header before you can send your content. You will find several shortcuts (like the one used above) as well as redirecting functions in the module *luci.http* + +## Views +If you only want to show the user a text or some interesting familiy photos it may be enough to use a HTML-template. These templates can also include some Lua code but be aware that writing whole office suites by only using these templates might be called "dirty" by other developers. + +Now let's create a little template *_lucidir_/view/myapp-mymodule/helloworld.htm* with the content: + + + <%+header%> +

<%:Hello World%>

+ <%+footer%> + + + +and add the following line to the index-Function of your module file. + + entry({"my", "new", "template"}, template("myapp-mymodule/helloworld"), "Hello world", 20).dependent=false + + +Now type */cgi-bin/luci/my/new/template_' ('_[http://localhost:8080/luci/my/new/template]* if you are using the development environment) in your browser. + +You may notice those fancy <% %>-Tags, these are [wiki:Documentation/Templates|template markups] used by the LuCI template processor. +It is always good to include header and footer at the beginning and end of a template as those create the default design and menu. + +## CBI models +The CBI is one of the uber coolest features of LuCI. It creates a formular based user interface and saves its contents to a specific UCI config file. You only have to describe the structure of the configuration file in a CBI model file and Luci does the rest of the work. This includes generating, parsing and validating a XHTML form and reading and writing the UCI file. + +So let's be serious at least for this paragraph and create a real pratical example *_lucidir_/model/cbi/myapp-mymodule/netifaces.lua* with the following contents: + + + m = Map("network", "Network") -- We want to edit the uci config file /etc/config/network + + s = m:section(TypedSection, "interface", "Interfaces") -- Especially the "interface"-sections + s.addremove = true -- Allow the user to create and remove the interfaces + function s:filter(value) + return value ~= "loopback" and value -- Don't touch loopback + end + s:depends("proto", "static") -- Only show those with "static" + s:depends("proto", "dhcp") -- or "dhcp" as protocol and leave PPPoE and PPTP alone + + p = s:option(ListValue, "proto", "Protocol") -- Creates an element list (select box) + p:value("static", "static") -- Key and value pairs + p:value("dhcp", "DHCP") + p.default = "static" + + s:option(Value, "ifname", "interface", "the physical interface to be used") -- This will give a simple textbox + + s:option(Value, "ipaddr", translate("ip", "IP Address")) -- Ja, das ist eine i18n-Funktion ;-) + + s:option(Value, "netmask", "Netmask"):depends("proto", "static") -- You may remember this "depends" function from above + + mtu = s:option(Value, "mtu", "MTU") + mtu.optional = true -- This one is very optional + + dns = s:option(Value, "dns", "DNS-Server") + dns:depends("proto", "static") + dns.optional = true + function dns:validate(value) -- Now, that's nifty, eh? + return value:match("[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+") -- Returns nil if it doesn't match otherwise returns match + end + + gw = s:option(Value, "gateway", "Gateway") + gw:depends("proto", "static") + gw.rmempty = true -- Remove entry if it is empty + + return m -- Returns the map + + +and of course don't forget to add something like this to your module's index-Function. + + entry({"admin", "network", "interfaces"}, cbi("myapp-mymodule/netifaces"), "Network interfaces", 30).dependent=false + + +There are many more features, see [wiki:Documentation/CBI the CBI reference] and the modules shipped with LuCI. diff --git a/documentation/Signing_Files.pdf b/documentation/Signing_Files.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f203b4eadcd0ef3ffdc48f45b063ad218e82eec4 GIT binary patch literal 60455 zcma&MQ;aTL)U8?OF59+k+qP}nws+aC+GX3eZQFLe{hf6GNq71r-Q#MmtjxPPR^}Rc z$P`7z>6qx*V94f|N7i9j2pI_-jICjKd0`l2&Fn2)EeSc8I0^qx!7zwh*}9rJ6EcX~ z8o8Q@nwdD5n!)h%!??IQn;F@`cy5lU$s}YmBKF?Z?azZsj*PHFY>SlEZl-SHYghbB zcSQ)z7~TYvfKWc!^O(l`dtKahQ<|>F;(6*b&DcR-x4W%~G@rvry;xuilBPt=jAg2d zNUx<>8!Yy&SEsX6Tbw~b+r6N(BGz_dAvpsg9fca)vE05dDv32*O&C^^;jPy~(-JJ3 z7IqimU%VN4VpMlkxmGsv4!QH9&Jdw;tfGU{l~AB;NsPT&8G#LiB`NQDNysU+^oOW- zwMT1khgTJSNlO@<*|eWAEaeZDavlniC1QE(cuBu6_DBk|QyDV`(fsI8f@GPZCdb&v z&UwEM7$u05DFmY;Kd^oZ>a+|4N2g0#>A_^I@}<$)F@{mXf&4~@kLnRy|MMEnclp++ zreYtc|AA?G6+}Z!@P}&sp6bscR8g%AF@Y(#Cr2gnmT6a~PWesC}bz-(V|7!}^2Dn@&1$ zbCA}m``exIQ+Y$vq8bx7QeMX)mL=_ z@iiZ}gERs)_gap;fqsE3lJzP|bi?$GFZ^~$AUxo0E_RWG@~|P093Hps5y`Ca>%tlg z$`Juc>@*#{Ir%dNWfk6=veIGt^hwy(kxZHv zwYRewzhX53O@iEBEP#8()+9dDGfUxxI^U`CW4Az+8;94T9W^)JPO#@-ff(r4eE#0Y zyzFa&{0H4oj|xW2>)rR@&$03XyZ|p?r77ghCBPM*)Ajan=#C;e)B*&8cS4GM8tnh7|78j$_WzeVm58Vj@Wn5e|`bSC8}(P?r9F#{T&oLb$~OXE}PBFbkkeYRgMLLxHg@hyj6WMndku0?c~JJ2pvqKS~}C= z0l1^flarInlQA>%rI4OcV&6?hECgaG>@pJlCqpcN%tIJDL7%*>7Psbo! z-F93gcI0YYAcTKabb^qFAVTdT{egQVpsa%MiGAWngQj5T8^U_OuIJp^UEYC+i2WhJ z5G}#|dicWI`-V^;_lkH0Rn-vluEG5P(yAY+eV}hQP9S{xJV418&8G)3<#&Q%Vrpt} z2ny6Kc-R(Dbs-~^po&o3)XGvSC{S=n0E!SJ##n@BA`cV{s1`rsuO%LsV&W=9AU^rG z4L=4A*z&|m*c3R-7az&JM^=PMT11E$9v&{CqXx$G-p_;(5@J<^%NxkATgR)T1Va1V z-Z(Z4qz(Wd^!gNRIYK0Nhj7w4zzJVA1F&vOSPKMfZ*NZ|gakB<1@zF|2>wf7aCQRr zF*NbC_01TPpO9RP(*J4nCz4H;t0e!0!SCh9#J4afae#-=aPWsv03Yb>ZZ6Iw+d@5(0+%Iw0b7>Ni3^@)It2mw@sYlJ}ZWB0*_ zh4{@d4hkgv3+@Fhcoi@ZArp_LdInP?g3zDYDL^mtz?aX!0zl z+P%3%r6L|DC4+`T0?)&_{CwGibNF55N>Zj{&tF(m8v7>QgE$^sM?W>H32UVxu|d-r zDKIan0iMAV66QQ=VaG8F3lW~F_vZ+!s;5nG$oY;!v)^jXH&4c7A|_QLB?7d;rZSFe z6oW@K&1;xu5dQtHO41ca%aV>X#r){7UQkHZ@_B1oO@Cmif$P-C7J z&P8v=3c?P!QO<$*tm7s!**~~HC%ZgDzq`)gK0eT<(TD5MsA^pYm1e2#cja$8*mv$V z!lW3}BkT;N^-Ai!oL6@3VY5LpvVk4q&MURqb)Xf?B~I<>qw7yeX-;wPwUK4mSd`HB?> z;TdLXC>~98@!8OM*XcO9b9T4OS@G-)&m?x1B|=x{8Kd8`TCA5fbL@|)S#_>c09(C^ z{t(h(9}yi?GxL2X*qNn`6{Ol@XkwbVQ{=<9+Y&3XW7^DtcjHlGrC^s#kV=Dc7MsNK z^&W>jD*wq7aq}A}!EQ>qXyhMdAx^{82wB6%H}PYZ ztOh6a)Q~!~C=*LjHQ{-|`o;>8b_nHm0bUX>3loGd+KAY#l4}_}Qj^ z_=zMu{vFwx=;+^R9smT#8S`xkEvB`SHnsAY?Ai;mE>$&xdh*va^RMd8-1Qwft2%Us zL{c=ReXv9?5GIY059bgzgkwG$I5&2mGDNyF{r(LL1`S&$*G1GhM^-DW_d-s+mVuOi!PW_ zH9`>6OYx(hycf`-yvlyq=WLN00ucK-NiIs21ktuZf`zWhg%S7@_I=pI4Bgx@;~Jdu z`8i5STZIQ28hWX3Fbln&kSNiwll;A7rg^c<;|A676i65CrN^Sa- zv>D2bAUj@A;i$(_&T%}{UO&F~L`Yb*6cxaGk;M4hF3?TNh0a0TU1k=0U7s5$e+QJb z#GN@#>rJ*Uo0Q>8^*Ernt=>B{7+JbTL!^5|{KFIj<#m7#t!b!E>o5`72Ua5%7|8yM zxFyLB+oPPPeL{O{q63*^U%ew1<2xGzc{h7LiLB`450`RMa6UluP;0yydL^)KF7%ZQuRssxo?2V4?-xQ z6XQW=@2b+&*XRo;2^IayfdJo_%Jg%4I%3F?O5IEWy3k{NrpUfMa~B+bpB~IcG@+*B zRsWT~(sGxhAc@ha{RIkAP4>hyfneIg-5^VNR$%R`{b(tH{>x`ew*{I)|55PhUpU}K z-VP2g&@-pv8cC1&ugqRi?%3ts4{DH~$Lk6Rjv;{e#CH){6|7NFe5+c1lk>lCgt22!Zt979@$wu``R7Meh3OGZ#Pcu;f;_kTFLrn-NYq5xx2w~qb7Ts2 zHj#9duW8s7Ner-js=|byW}0g89my^MPRJ2Lj2($GN@ekpfQ+a0HQE^+SIt;gfxqWg z$vCO48l|9!KX1vWp zW({Fdo%d7Ud2Rup>p(FUwg={_cbBq-5zV6M)Fks9A+sVE@YFyn*nuzQIU4%5o$2EW zKeNPz(GbD-1rVlx)gU4+9X*(M9Zc+CTv{^e?Bnq8&Zb#5>uiNV?X9zFiVxF(Nq)aL z(DzjHwkIKIWTK(JsRf4?hhE*Os&}4TRD3ck`7tyX#VMZUTkK$9-2lE-C+9xz97YUs zg3WUaO2WMk@n16Pm-O@BNgKt|3%-X=XzQ8M)70G+LoqLl>&DF9O z+Y;nxt``T(knlQce81ygEKH$H=c6*Ssy(lnwULY4h3>Xj(>kFqQO1QIaTS4rqA)+7 z-8@NB>oE=5>P2+MD|emXrztJJ_hqrnZqCIv@J3~C!h|{cj6-^xZK$*^8U;lD^Eqpp zK7wBsi^8!-%D>`vY6PoZ4@f19A|2}WqA?^~rWOO7Q&#+8xY(1>1F4JNHSP{rcRJqU zccJ1G>$TWls&V2|mX;e^j~5ZPM~+n!E`47GeCp!JEnI3ga{Aj2CqgzfKKB*3Dx}j7mnunz@m5Sma9~u%8VLWI5&_ST-QNZg|nL?o5-7vtlcm1Y(Jw&VQXBev>-Er_UHC?cFENHsHMsBgeE_W z_L1fTfRGI1S$JUnvE9yN7rI|c#D6`O{(=?>HyY3YqjCrGRHhA2M@cV)aG8reSCe`_ zg)atO%Yd8N$rcejTjVc7pUI92iJQH)?dPJin_u|BAEMn+ZsJU!Z$W>0WQw#C zNy6fUwk941)!9@M#cp|OmA=~IKjZ(X5P=txu;-DhS(Lo^j~X^;x9QyE+Z2!#-~d=d z(2S>6a0xY*KV_!Qig_P;z@eMfSM+Qj_@BkQCN_&Pzvww$35#s5i1B0R%puY&R2*Qnm%yd}h76Wnyd3%clh49!K~M+=hRZ9qvYb_mjdr zbdpZdLQCqC@jH)~^`>Ox)>EE06f*59(nQ7GWd~)LRhEo_uxe5T-~i&TbfuHZ{xoC# zv?=BOi~IMBe@Q~=g;$hI5wHcDrIUurelvW{=q(ICfL#$ls%Uu=vq zoz{jmeM67}j)XHv>zS!qGN-Uwv>jOJxlf*$MoG zT2dM?CLWsnRVA_E{tSlrWxkvIfnE4R<6u6y7Q42Gb^hiE#z5hF3(siJZ(ozTmQCHB ze+ghM8MHc!m|in z!YG+p8^~_Ex)yKlThd`i!lL{OG)+F$3?c9<|Q_? zEJ*j*NF8Z-K?w6RLEkB73kDCW>g*xmMv?zv7ad8DpjNA;%SEs~-`py9c;QI0dv>7y z&oi&JRvV|o2V=?V&N~;*)Rl>+l(OW>Lw^zZ97-GK zsvL?Whz`a{M>TH3FcD%`*Nw@97GZORov_a^PBC#&i}->5X2&Uabi%G& zZ#RovKy86y@PmEI;SJ|Qu3@~k14cq$BAX4Tye|XZH=eIqZauD8RsW2O!?=;7M%oCk znx~&D?PmGladmPXUQ>)aS{3axVba=ww+8WcvU?tigvvVrppM2Moicds()-6w3Lz@o zv;anFc>w(h!>X3$3!Z?f=C_u00uG|UY?r$@Ro+hVow_^q6-j6OQ^~v*im1>Lb*2cS zHal#0D_1tp+ZMabkDXPrH=IkQFuU>Y!i@6kht|Uh4=;@p-5Df9^zFfDV~l>l*)Ksw zj{AdQ4OsOkLZa&s=3&RUhn1@xh1}IBZ#z_SZq=cISw7CsH`t_0AKt zyQWdC>gDYK&+=L@Lv}V)fT+@Ao$JgTUOgLP6Gwy?M5GE`^qX@apPwAw7e9~dI8mClNjuV1?f0%(|);v1B8R%e!Xon1IHLH$xy@2{Obkcn-g1lK-0@%`mu>tb^%u9S6abt&iUr5JI24@_EbY4lX z3mphCzlc#C@O0aC79kxe&Yi=seM9DMnMmEc-sXN&l~&3&GG=*A+Uo?Z$3C`B z;uiC!#vRJk9ck*oMJj3+0TKiGE5E9ZsG9j23%)|)h9M!|OY#*C(?)zZvTVkZ?G|^h zb|yRSNe#0BVUMJs|7DG4g9m7!^|5Tce|OJI>Yk&rM z*k>7mZF9b&geUfzDd}B=>Weu8tu2aipLx=$i25)*MBx(hH?*jGi&cW*Bd66-Dk8=mYNdHlxjDfCG?{7+n5;kDQS*; z%w1QkBoipbH583zco42%=33d5NU8nkLm#~ma9Okxo^Sj&z##Lm2*Uc?=&dErwjmV6 zvI$$@cqU74)MaPft=Z!zU7<;+7P9x`(0STx=-yJ`Fj$$#hDTx~0>8kc9H!{DN=fvc z>bz>e_=ZgHQ_3R?tF<2|`_+*A${IBTf9)C3`KE|$u7;&#U7tyC={4qO^^oIMT`jCs!*Cq2bSe_nE+3XPdAEWo zux@JstVbXr71!Lpz4CWb%zv@N!X@L1`Z#$kpHV0=JYUGV!%ESg@SE`5953;Sl#RDI zSNo(|Uh#je{vye&7}z?Ev-r)-z?KLBWVWJ3J#qaf60MCNh}x^FKW0gImG??i@VZ;t zs&>+x+D!FuK0Lc;MV_}fJ`2lb&9^RR=9<>A!B7+&R;O3G$a`wh2IR`EQ^JCqS7Mhd zW#nn1a5JwQ%jJ!&*#bnk+zrx&>I;huy;?BlOr{b-6XM<%RMB87F9hyjgT?@A?;4XjR__z1~U$ecKaj$_pGxlB1Qc=K_1+Wgj*#C5803c8ER*4~3i-=o)P zGM3Oo_MIkN!8K-zHO$jaZX?g~)xn7sDp#|5j!-DG0xbOlRMw6I*SLG9(r=~*Yo$hF z)LfBKvK~%C-8iOV@3|MjDcH0Le~_5ztFp*wDOGm1!Niv_IUl*Jah`MAZ;;?Vzvle= zXX?aB6Cio%jjja$%O0EsSZULaz4biSW>SjrT|liO{@Tq$n0y3jiJ?%GXNqeI99#?e zfy5U^Cd;*DhG@et*;(D-D-Ve7&rZFaZU}!)JD8E=5~GHE&oS76zI(cdtCz!Py87lX z7V_V9?>*-he5jp^KW$_(J~udFg*1yR9+Yrk3CB|!r9YVd?yduk*fMnza;Aq5P)0DR z@ojQ%qh?5bcE;9-Q_vH}F3xmvMQUa)vr`i;%Ze7Zh}eI()2F@Uh8!hHcreYgS-7?@ z_ouYWPp{?R0xh>hA3Jv107-90=Igs>@2@LBZ^xZGC;D7)|* z3R&ESPE;}n>$y)eyef6fhs~k)C69dQzL?U}ufeLNmoqh9?JIFU=0@cPN$I%rqj@c( zSfw)~=Oq5^fqOelkLrT6Ogsv{tXm6AObS@!|${ z*lHJ)zbq9~{=1Bz^7j;GJ<2*aVfz*(e6IU(#X4KXCS;LIKlHOZw@|2d+$oM|2#-wB z3mi0iiTX5P>qC(ny)-TTMbrnbkYq)$L>q*J*9}1r55r65JbVUMjj){~F*=10i*d#J zm_}LMxUSdZgK2vUAsP92f-$+z4CCIH3ef;K)f);{LUB?V!HVSF z<&vgXm}gWos}%7EP4QC$nwYtbgk9KOih8MUFstNixRW+47ePqsk~X33ClXCeGkR^6 zl0tCYi$qB_d_oFxD9NR&)SRhXxtT3-2&5N!%5=2*&y2w=jhHWK;1a&YC;m@wPgk~L}XL0d>g1@CUTGRsVJSK2n};nj#XM4IR=I@3Y*#+JZg!xicEq{ zQFbNDUO=nsH|@Vld7>8EGMCi0?c!2w3o|@X5`0D{>LK8|Dy%&v4WE-4m(S|lopuk+ zVs6B5HKN6&U~kjH_PqT26adInO3S2)?FCnlCoX2Twoy+e7+)gdUBkzDcXB(scdlFqhlRY0hNj+7l&+HV9#sJG*43jdWd&)MZKc;U#2KkP|H+|ByudG zlVnMWBf-|2X(fd*lYJtKs<@+o2mhxhtW_hw-;)yaQ`qRW-YAR(!HO!B6vB-PuS=9l zqXN;{@O!IO^7+i&nr7%}X#m-|9I4dpYGrxOp4tN2$Vo~idy7lXDvC6QpNV+IIDYfL zmZVA2mg$s%RzxwK7Qc}bJQ?)IU=O=W!v2pdKw{fo+L?NUfEN}T3T&30tL*~50W)o2ePIDImz4n?K%H;!fnJ`#bhi`YXHDy6D-zw7x?9X>oOONv1ooplANANm6FvyH{jMTdDPelr|ZlY7w0ED#{^n2$q({mQA#(Z4Abz_w zmX{!9tC*1w^ym#+ohjmqDJo_G?WtdT(c{s4$-`G<{)F>=lndkaM!9z$dPpOSXB|?0 z`3dm*o|hfLe(LLo^@^gGf|q}LqpA)ZMwAwyIOw`$+e(2dC?mm$wjjvlnGrvEk9_?^ zs*k1XFj{_5>8$>#5Uo?+-0Yc0iOL89%He)?U-mn;jMqqoE&mfD@&Q>)K|l^ducZGK zucDbkp3F;k>p0k$=FNhh^TQ{SDO3Aij?Tak>R8& ztc8X^yn)GVa7!kt6Y9&}4i-Yk#lrmq{OD*=j#3%)1yY~#?STbXdRy-#xUmu5oWjf+KCNwj1YF zUYg4#;0{%JZ&p@vvyK`BMV+^llk z^Ovc)67=H!=-9_qt8FgLvnb`sa;JJ_5J~Iw+yl%@Z$xZKUZvEw`E}W(jc1_kj?0+c zk{0=MQwL1L?6efFzHTDM)euLTq>S?=aF zox=Avw1Bm5Sl4jO96UpB12($9@C_U11UR}_5m6I4tXGQNh<}JQ$2c@;82Jl}} zhvVU5oVh&qei}}09)J?;XV(mdRMx~994QVWWrMWmJGs9bI#^Av_ol_y)2I0<%E6jp!mL4~9fEMT`y?83Sd zL`+0NN=wPon^Qis`Hko7vK+;H6uQDCtm2;!%nJSmXLk3`(D9n5E+O^4S` z{#q}((9=FxX?}d@(Rkae^mmk9MeES%SV5#k@+Vi->b+75*8a;=?vO|NnOq+k2y|MA zJozQXj*&9Gegg{H>A1QMGZX|7m?NLMX_G_XeUbC!qg4D=5!+A<_z~Tw6wOOiL%;n9 zm2Bp2C82Sghe_~+Le1gDd(`VzQ09MI@#pE`u9D*`<(x@QmkxU?6wC-s`N?Ud=cH>4|djZ>e}^I zS9XBt?b&kOsmUt5>d}Qk(N-zYn$EFX4|~H8zfWI>GJ%5zwMV?#mjvV#&_~^A;hA#_p%l^ z;LLNqiF#EhGQwp3RFV-rMoFjq!iKFI*DQS*okU4p2Rx*SMiE3BTEmyv21dXXo6Kb` zaJ1ELc)E&`qSP<`@P#~Smj}Yz7#mX(Wf_k5W@HL|+^04arhPp&i)&MehgzFF;`T~( zkpwbJiowKym^HR>QIO>?37@=J!h)*LEaedUfU6C#U6Eqh;V7y*g?*hFI<&E}dvim9 z=aeN)+Fb+_wg)%zcwIXc@y){S%%y)6v-t}({H_y7bWZ1A+t~dZrta_he8SJVU`?6qG@z=y_;T=H$hx7@?U-y;6soXyWtqXZ zyLsO*iK;wHl2-CSVh$pB%suJ^C$^HdD+4#(CRVvO6&LL*qA33@eHRnEwN1KQ}5^nw5w+;IzD`S!%}C9 zv^sklgPy4E+=~<=^t2`2=eyyE<)43K-bEI4XEyZim~F=F**J#SfJi6CQhMpEu#0_r zpY1F;`Eqd?)xn8UZjI<@HZWHc3n6>Kfl!^s_bPJxZ8((NwgAy(h0tQzQc(Q9e3j-k zq)i{`2BdVaD66) zFG3+NPID8P7u79{>Tp5U=8{7*%dF5fq>wQ#`L|y#xPO(`Zjjj^+f1ytO))hZdH}7z z;Cps&`=w>{B>N)Rq0|}WL%Ow~;SQEU6BzQsP;yjlM7CWMJ~R+7C;CNg`lLBX%?SeD z-6n;Q?q4e2acnu0MEohnCdO%})DPFiD=S@1l0V%`L@K8@&*q6@Q5eF=lH6|DiE+2i z?t#~lel6zx1P|tmb-tKZET(m+5lQtJM9juDT?$$4Je)z!g`VXKn9`${qxtlPwS^3n6o~|9&1X+&m?7LmlsGAm8D+fLi7l1PvGqu$Q&Ty= zhirY!KCWy_6IFRX>{oXrli0J$`$bC=ape5YI=5Zza^8Nyi&`@ix(txXnBwA!jU1qS zSS$F5zu@_}p@n&h!$;fFvONd%1b4o{U(qxZC~;0iLi}XUKmP(!BZo*Rd0>eJWfou0 z>d~JPRUnIJH8qS|K~B~P73e0cPDH*P%4w>R{JbnwkKP$qJoH2(YYB3Pp+$f4J}}bcy`lSt~bqU05MMa2KjD@l&l^g z;!7qQ8qqkLKR9$Npd{}1z>C+!rI z{-`96oW5&3m6CIg`6DC&Qq8oDp97qZ_J2Bk#EB-eB!J& zWN-_O*VzYMbh=08-SZs)#LW^N{J+6HIsbRKC&&LC_he#W;^g`t$n*cfd$O`Hvi$$$ zJ>S3;b+=Z*VMH9EZg({uJ^oX963|Y27o>;Bnjn<@0A1q#t^EA{?9q77+4dcvYPYKP za@S-N+ogtSt+tF-5rPqgMfyE02VedE-dU#Ajpt{ zKQOc+I}Thh37QZR0yr0`Vt4>PPo7|`g1@yD1_pM3;K6Yr9RH8#MKc9<1?i@P zS4>v}qT~S*3IM11M(YQ9_i+HKmaPWRy?MM6gxLxPkY{IQhuq-F3gxjA(gc>q;UN~# zmi8YX9t;98f@^&vSz4d{@t@*wV`*t%Ve^4~Pwt=+lvYJE{9N7NyWz^_+2CyFWZ~Lc z|5+e@A~4%^*FrWWf^Thu4A#v-0_;;59f7e1Y`H6(_Q|jQH)oJu061DZLG-i$R-=Q< z{%Yt(Cs*)E>2JJ8bK&nXb8uH+$Hw}4$EQZnz<8j7hz_uSTAPo-Up}@-CwBS_V z{ni1`h9}Uo)^76{jN!-8(;meThnH5Mkb52=6yVi6jXX)cxtaAG;P!2hpMkj!x<4~M z0Agr*WC~pWOT>KJ2Dt~ID>k-%;)n}4nGB{K0NU+a@3mVB!0h^=1Ip@)2tmK^Yf0&M zs00VG{6*>jhNX!4*uuC1SX2Nq9{~yn0jeJXC?5ba(i3ZoxAN>$1ppvnYk7Bc_USH= zW1+LN8!nLe-R_SdfI}7MeQll^gw9s?22iK5I`V9XC@Q4x4%iXLv7o|1CP2;{TNHx*a!@yHnhkVs6_)h+FJM~*xRzq-0IcCn|1j6y#(%?odeKQMmB|SeK#3i z=j;F~lb0{ci*$(i4(9~kt#)X#1b%*383r;ZM_fOl1HWI*W9Ub|4t*bsdUOQJVEbkK ziSq0Ko-P9r;sZ5p2t;D^+x{91f1I*FZuKnuCWQSj%BAN=;3MF9$o7F@9L5mh7q$^N zgANcBK$soiwE;Y>4hVKwsR4j<0Z#+q{g3Rv7~aKaZw>C_I(`K1?Km@p{=2X42e>|< zf4OS`rhZ1J4hT5baJ*IM-VN*;dX-#0F?@?pzZu@s4jviaN0(pzYpvMo+uypp1#JH1 zu+9q@1aP^yXi${5+1$-l_@WF4+~<4HBAx@YO6cZ*Wy4&S?Cp5gyvS>ss3^b#^%|z2Ww_97y;dG$fP9-(FQ#6D*!28k4nF90{XNU!yi~WCB;M z=ov#ePPOU5qA}1VNG@^L z$;`Vap4GOp2i*!A69~WES-c^}ceV_ficVkzkQ8F9%xqR{P4z;n;eF0qwUlwp%1)l7?*TZ6fge&Sj9t&fHX%60zdl z)Lr|zSE3B19Lva#qz#U-LTei+e%l0(bp8$&)k$eZrF2?q_;CW5&@WnSddZaMgEjET zecw)dc*CkY)!yPD&-}PnY?;)awm)J<+gyv)FJEDTv5I;}wTXi^phXV;*1p--U&rjF zZF+G+SP}uSf%z=lpp*0mpc~)rf~O~)gmSLOF=nPyS!G?8L&yv1)tN&3pAYw#&6wc2 z6g;qL^9d$cf==LWuUW#-e5+Tw%C}>5b+}28i|yzGbF&aHHkxZ7g=)bNJDrIsSIC1% zS$&A)uX*jtk7c|iu&P2LYN44)?>y`+sxA{9rccR{Ft&*82G1@m3w5nB-&PYvbRurS z`!fjh#rs69;N}$#;a5k>0aZqo^)l#*VT_M{LgnIno|%YZNg_37!CKdK80lZYL}$v- z4~28tIP7^>u*6~otD<|NZwuEs)3ip5W~eSBl+nxGsXQI17S1_e4lhvB`I~Ek^_Bez zKLl2ilF8)$av)r!)wF2*_gHlxHxaKEa5HbP8#W}XXEq;1S8Nf$_i=GAd*VAh^{{!|B2F0(Yi_X^Kf79n9J~zPZPGS_m5iENml0hPKR3 z*rvMHmlWlG4!jSNr~2R1Qvd#};?05l+1z~POySxde{PC(Fx!H;n(bZXH$u40lt8Ml zM$yotoZO)~y=YWT80qkGsW~E>!`glU-sL*siZ}h+bOgIAOm=1|dojsUGk)}gU3g>E zpNgOQ#vX^bhLSvcBT7p2s#_)$l~N9WWuju9xhnlNO;#l=W%cIyuDCOp5!zL_7w5qW zic1jHi9;MXmQIij=odFjwN<}D^QYkm&mY)_c~z-4zZ!eec9EMNN60@YnzAjY5yL+h ztIhH~`FSn&)obsQ=Z53cyK=9`T>;J&B3Wy%7k@md4Qk0Ss(r5zyQ#z%?RB#;_Ba$;jD7GxmV5?F`% zdfW+jsjm%+C_|JUu}>Aqxx%n5pvs6Zx3+RB?X#2m^gD=xTPD9ODvw6H*+1K446yO#!+{JZwiOKj zM-qlT36~#+7>_t~Oves5CvtbGE=Z=yq}uOyR`z+sU>CAF(lnNfBeyKB_g6S&KI*!o z*zPLO9!a2cnaJmLgJ0{{iKe|oNbF`NOGaTRW;HLhTMi#a|Ip{fm zXWc6@i2hB=r{b1{$b+9x044C8EAyKC5O8ZFowtjmYgB%;jAK*Rt=SKJyhZjag^Na{ zlLZ@61YDIwq>*am>^%@IkUzWcg59?Xu55L9njp#O(z}CXx}mAGNiq1&IN2U`b~{xI z^-!xLcTVOOV#aQAihUBXLpnCh4y2sx#xh=(fx)6$3H|`p_<0dP0CJo;IRL} z!@xPaEv4r*{`byv^#aZZ~qvo=(cK+9RxEl8XTlZ?+{;BA zrpw?vr1|_LO;IxbcW}~>gDk3+Qq0O;Us?-1I~_r)2v$8bn~;ZIVcd}`l#}XY6c*Sk zbcZDM!T3Z|NvT_@t)3LnLe({h@D=CL+4Tgs93w#3oKEf@BH)VA2sR0-f8W58X@_Ww zUapHY?F{Wbg5(wc*&}KuZT_@Qgv6Ig|NO+K-KMUmDW+#b?Xt@g`D?m(MyYII$l{_< z#sS%`ikeRi41Hf6MLK$^kpwZ$GA{Y;Uip5}f%hkRhwq-rwXFmxPMwQPAfXPI)W`(! z1goyOOqyfYK92xmJ~6Vl&1N)**Njc;z{#xBwNzk7pERHy^-#d#{teqIqeK|2ZLRjq zM-Z;5ga@*44(`arvPs(On>UwBQU_AAXPsi0)!WibpM$zKy|3|E&U0aWlFpV zdO9og3O8-@?m6y7`JlSoCy^S6`o;BLmMFq&d3Ed^X}+n&UAx*r?it@|jMFJxL<##w z?SENAD@P2rjO=T?z6qLyoB(%fn5~+Apxe!;+0b*3t}xsCp;SaS*e28K5L& z{c&MVNkvkQP8r;(qZ*~`UbpSqp58679VUL|f2+%lcCLV@QS>AV9LCbYi{8kT+F&~m zs1Y;|M_K^3%ttX{t=|44PGpLfnL*z=hD{?es+)<FMV)1p& zhMS*c!(;%Q$S#8`RGX`+L`RWX9(#NFH)G|U3V_x?LsgMJ?UY84t ztApY10MX!{)15TYd9-IG&gT#Oj8D3fivuKjHcz#@FrnOx6NyQOfMtA&G`x3T=dYtS zQHOmc0g|a#`QZQ(Axc)l%@eHrS4B{OR+cF|tQBqC=VFiT(l3=8HMfr+p(hm$fr1A4FfEcmsDHA3 zd%iibqdBxl4^l9?>vo9Fb*lf^?u%zo&N1jkL_Cz!FT8STkT8!T@@~zMm5Z*ZXjRRx zZ^=NCyXB41r1h#}Wwdm05#?)3e+3TZ!Q^IO3005G8@v?GlMbSm{GcTMX1^&|o3bS4 z3N{??nxz)pTBfYtJ&4b@ui8nY23Fu?(>)b8mG}Um?c^E3$-%kv+cbr zR@`J>bLeQg_z7%eh<`(kyC9VGZde{6-^;oBymDN?(bS!bXiX^J zq}}sOqT%ys$?ctpoJxhnIlxg>SIMkkksce+!jfEm12ZJZ%mhQQ3$3{gx%DBu>dHuO z8Qx)OPB6e)^49XMjX)8KU~W6fF$BrIDSzY0@=cGemsvZv?k_0umtxr9_3dG%u__+)I;SCt2| z+a>a*Qid;Y>(zy~#X>vhi)hv7EI(@*u`{W5EM+{q8H>I0?9o&7o!?PRl9IqougZiY z5mRP83#Ccsx_gqNhLX`YIi+vNgBJn%Zft4dnm)459LhcMf=gNl7`?NX2Db)F7H^+xs|+53o)iy$QB{ot3R zM!FO!`6sK@)}fuDFKm2`Ikf+Sv2zF(rU{_yvu)e9ZQHhO+xVVs+qP}nwypfBR2HdZ zkxke1EN9Wx-E+^mQf1N0D^n=yBGUTKV|-q-c=G&>XR1RR+2Dg+x5g;4VOZmIX+E30 z*nAn$-*hMQzowaUqXH-W!bX%ewdiAz8aM@3Yr(O8VwSxTGkZUJ104mLOkQ9rj+x|k z&^rhu?#uKEw2Mlse;oC@CHgi)E)x+Rg zzc7BSwu;7FlbwEUMQ|96=7afo>U*~-7WmrDPd-E=M{ByuW;Rzij=@Ju=&M)?ArD0%@pZs7Ke?tQsCBHQ55gY+ z#RcOThdmQP3o2F3-?04Vs5T8>^NQTh|EiOYGAuZ|N-X9(={jSrT?Otg<@Q9+jyE1q z!fKH>2^)rAVD)vT6G0)fwIG+N2qc$5e|`{+O?iOPZq%|YO&=t(URLGxelnQW)IDB& zdGtO+z7d}NU_YRgaVK%zs}hRIP7Ho(-0>7c{s|9==FT^=RMg?(FL0nvQkizmVEg)3 zOLkHscayX-u=>A_cC}rN&b#xeUp@SAY~B57^2E=4-V`p(`XjE(a)4MKdXYc=>j&@r zOh@syBR$L~be^|}jJ{9iTyuV07=G>sD00EzRO)*bC&`>pSxYyuQ>^0_gr9Dpggp2H zs^iUq23IMGAEB7|vlx1+h?8Q*;s>!L>3tcl+ znWPX)R+!?OgRB598axg^C=@Se_CzKOkQC-rt&_AmxVUUXJd-+LYrDG%76X&dJ4b3b z%T*O;pGujg5xz*{?pzge8aRevj5f`Lz|~7iQ|qf9m322d(#0-*BxeTsWN^jfQP-xb zBH!hmckRY*?esiBST$t6jyg!xy*1-0SLNkT4I%_``O(~B_We@fW}>d zL(?}K4>)w*Ye`v)a7x1Wk`AeWWN7N(p@xIe-Qm7V1>@O#oV?T_)k0G>kr%S<`StND z9@C*&N#LQA7R5IEY>`~$T@aTeZ>ye-UF<2AR)Usy0dRhG#LRdfS}r^f-1h#g?1`|i zxw*%X#t2%gkOJ*W*0FoJ1i|V&&!b3v;G-_?ar&m<-a(%YdYANd_Stg3qYt$%Agy5- z6X=UOiqWP0QR+4v-c~wTp9kl40=C5E4bbxSuM=0gK_yZ=AbQOGL5oPpNO8|^Cm?!G zP!rhNG!btg7CLwBbvRzJM{aj4Bqe0ON?Khl4Zh^oB)di7jNvY4q~Y=jFo}Hort6_# z)Er5}Crk9{6#g~KJQNQS^J9)$z6l=S8+fW&kU>IW1Vlmd2NPY*#|BvO+)!bTJedYeJb-R$5c>W`r`6t~YW3tF8oOH^+{hYz1b#!gzberup~WPf)`3ZNoJ6cb zXq=}b((ZsVZx#IYJ33u_O>*!ik+&Q@q6U6|3E=PfnG4D@Ro1~XrREkG=qSPf7!C#J_ z>Ua))ax$@!xec^3ToB=eHJd46D+y1` zCvD)Sw#|}_z8r2kXZkE64J^mDikJI*m_jgyPX`e>e2Fm!&aYNwSZjTqb2gb0LNdGg!{tVHiIUG#C!o}%3u zd6TB5HgwH7m}c@hy`o*W3J@jB4VDe*rNIED7KT$>z>ZPLMp-_i4r{ zWeIlmZ>IO8>;na+vG{yyv>}S32j+CRK#7G-Sd4dhZ0vJz-s$dR^pPiFP2(lxJI$Jy z{r|*UoZb$8$e+k-;=u3o0E_Z;T@pab6q?J^zBI=qYGblR%<<@w$Wu(SqdxG86AA8A zA<&hz)fn+2+GK}-#HXC6^D6!edQo#yLz9}$3cZhHGJ#R>4A{BywA4znkD|Z0kjHMa zg#S~kyx)yS(DzVUBrYSXQ%lF*7kw1(7*|cq=M9X?tHbFwO5!O^4o_NAKFux-##s;K z4vc%JJ=ncr*Vw&yeE-IQ1;w49Xu)#{iuU8&;DODYU|lUs>{DaZ=BsO3|0yoTyP@At z!#15eVKamL8!j?d{L3-LHE~-R;*70Y@n#t*)A~=9LauM@_MmXkB=YTZVN1r3hr@K@ zwFWxi2A_Lx!QF&(pP8vJcHgNC^GEe&aIP#G-q$htC1E}!oxMoFr*^0dgqRbP(5P!M zJZ3dC(^PBVLK+$O{H9u0I=H_33Vi+1F{XKH?uWns@3IoV$*}_=gTO_EkcdZN@NSX{ z-_>H|u^u0SKJ7LU-qYP5ciqJw>QiG+3>N?A$yn!`Xuu+ffiabqmi;MU(d9M6!RU}` zQKRl;mz*|3si{~kE0>SEOe%?TjYjbP(Mb9^B0vUlxz*Sr@UfJ?L4(>f!`y8CTM@gd z?7i-ow3yIN!tU42c}-vMg}l@eJsHv$jM(v{Jy!p)RfX5Xd_f~q$to@*PGy(*{0Gfh zhP&ms_jF`G6(?4%ECGv$l13-1sYkAWKjc1dbfI>ijoWH|zREvB_hgX(u1r z?bXa$n&g*vN8wCU=PIUE#Y;Q}sja$`iosoSD_4oXh`JP43hPI8dwsr2U|&|yi33BXec;1l-(;=}>vmmFhE z(4!Ij3Jcjp8KreraQC@sEY$5EC1aqSyGhU8-a#FZHPW*F4 zhssot=PRLF(lFkMcH6av+yEdg+fHun(&L6twwVUQG4xw?jxI+gHr-Mgy&aM(vF(0G z9K>!y!RMZ>ChHs)$6rnK~W8drbcdVQpR?w9!2O@Tsk+R!X z>iC_FU;Ip|YETVl(o#m@dt#ppDA^YNXIyaVXS{`4T9bP;t~>`@QU?SKT%=3V$Juv@ z=d9UWRX49B1sr?Fw!v1-s$}7e9|y~|8;h`K^hFEWH>ZtG{*by;!93x2rn>n{4J&Q0 zjIyA&*yoY{!r+a+FVq>DjFg_d?uIGcLJ*`O$)?yw%^!E%%SQN_>v)`XeqK!1ut9VR zp}*${#8&{C$07RM%-9x#_P{r6i~@w2HE7IZ6F5o~nw9P--v@5bzNOGmo;c5m#$tMf zLrpBGWPu(Egwrf zGm7yNs0DYR_|g@@brS;~<6u8Kg%>Z4b9pdY$(wv4xrF;B8o_2_sz?2g(4ea-N58WN zL+S6NK-vOwBx1MiN1K8WM7w-uTo4KmXxgy5b1etk+_2#nE*#UvH{6@8b9FO>29hnd z9kM?P{C3RoX3uG`f-iSdIf{dK?E+#L)vNj2w61n>T4~ui6et*rK~B8)kd9HitQpCa z_6y)~H`$ae7GWwz23vmHTHhrNe!2`+v6_X7PeKfQMz&5D-Gu-TP#mxoGu5siq$vpB zooPVTi$hsO8=BCU&53fK;&1lW@4#cc2hTUfg&r0-2{FEwXgdetoe#w)wN{Z++w-Vp-(XaR6lvG_eFm8H*c$< zn1P30QKW17-G71XvYjizE>C1f`^iTEKz(^l+{ z&Ec;+Fql8j+FI6qUznx5!46J69M(Fm=fJ1@ab=`)y z-ytpNh^A0m)3}kARZy5}2!R?9P}9ng6)&R67m<6=A|mY?T4ZE0%3T2_T-{A|F^s~3 z<6a92twHHS9o?GzZ5nWX@Q7RR`Z%OjJlvwm+)Pn_$Mpiu1)XJjqMAeayz;-ro=k{| zf7Xtb)<{qz7x79z4EW9+Z5NnTp|C?z0%AX*OOJR_<381$D1ioplV?|Yka$2poSTe| z6(JS<(oBjAkHCpKA*&PMAsfJ8gPyciT|w)}V24UPoB)5IBb1dGL;=J1U>+Sv+~Uvo zoae(uGMI@(ZK9Of$PKR<))KIyh-+GMl=Qx_Zj~(_m$@ zgcs^WVQ|rHqcQj9-3_g?@ghOS!|yyR1#;8;^5(!j)Lu{a)VHwYVWYX`%nRGnxk|~6 ziJx>v+%$Z(CAQf%wf3uRNMg2ltPYGan76d*|I5>qG9pwvt0jkbLa)t?fD}jn{G4=^suZx^<5!Zkw)h} zsOtKxE$KV9u7{+A9V=O-d?cUhcu1MExX3#(M^WWvPe0{xL(UtRP(HhAJmWG-51^-` zbri<}Gy6g$7h}$?Z7fuImWwbL_O8DHF(DpYHoezWimrNYHZyXq`oXKHQy^k_bTZ*V zpT$aSQSNobPE5n0j;@wp_XAbIwoPBpwjfIX*bfa)#o69)V8N62h&{0w&Hd7%b>@^? zxaPW@2OY0J?+8MKyfTKo>L=8Qysk)K_>w>tASoW+>AS&6)Mq$5GD5|2eah$<3b`NH zD;;^&L4>u|=N2dS?~oC~dTYT2#{(E`gvT(&nlNjfLSm<_*OMW{WE6EI;uS$M2~8IZ zyT*TB)0ZMzui#oMX>rHS=V#Nzx!t#KMCd%GxP%s6kuBRm*?QGG?|R4SoZSP?<|DmJ z+nC#75n$;uL7!Mk2|28X47vXO>!&8?x9p31acgQILXp8mhS#fTYD-N~Ygd}D`4L(` z=%~{_C{QZxwe!1)&2jg_igBtF?$xKDB(bFt{O{_)avI}0Q=SDRtvOQPoif`5D{O;0YTBz><{;J2r@uLjsT93271ISW^zE_crp7SRHY*dyNustww zquSOf$@HR$&J&7w$acsDHiQO>KWq*zLa{AJ5+kD?zh#f#pst*eUUDi^*>CHQ3PE@<>`j)h>(U&_QoDN#TK9SRS@#&0^Lh%GU*`R|J zj7`bL2__$tim{izl*|k~npbz2wGUZ3@ZZmVpl+-XPVYBf$`=0H?|yym1&nT%!<-`y z7S#l6bT_jp!%BYmLL%-AtLNKFXM2!pN`y^DPg6st&P+9VXS{Ou!Ba>CLwaz0uW^W( zqPCRQx*WdIpf0ARrU!FGW-9T@N=d1!hPsM5e{-J~k7K_AKuRPr^r(AwAb^kp#}|U? zd{*T+bM|E2HPE4Qq<=uo7p$r00Gr*@TWRoN<`CPTr%Y5p1yeT(g>lssFHWF9@K?j;eYKkLqu&LYqfuPZs$CNZ7NKw@vHx?W_m1}(zDb1RAVK|kjHXTp6kI#kumR^r0bGxuNTwqqH#HLh#5pN>X_u>*_=Imsuh}A4MmAntPmiUu(q1?&A2lhBgwo zy`x*Fl@ABAOKhRNv=-i2VcrnAdj* zgO(YC-;+}3MSQVQ^y$>R^c9XGB29IcOH`nP`fA1qa7+d2mW6Ra4Mm|+BE#u^GXw8d z@RGEa;gFkD zmnxZ9W2WenyhnQ+zd??ASz%8YyEaP>aF6?wMpygV7q|qb24VH~8kpxRi2M3tbBi?> zcFQ|dfsXDljrL+rn0l)(wf8vca5Ky?|Bvg}$iWUImGRj#Q`yk~Zib+fgUC>ShDobA zp0npcMNAh5Z43zM=0s4!H0l|z^*81&X3;IOu=jKV%4q>P9+{{9Ou_L9mzI(ngPgo5 zOXHCTVfP;qzm5@jX=a;)=rk{;M(ySC&g6M}_(uk^w=AN1-;+o1yHqu0bdM@+#N%%z zI?}hrvu(F-Z1tC7F{esHho~2G&M2<0v#cGcnkt*sEil^5(*31ek7nLd zWIvIYzw+b*W2L}l>?z=mHJp8H6g#gmz0GtyZ^2Um+zW#@`gN$42WY;7s7zTxpDLVK z^>}$K#6Abps!6^8K}H~PLRx3p#C=ydktGY}>pC=Gs-Y0j@41WjN3WdNmO^P5A-R}C zpWfY3Fw^UN@R$)Dbi{CZFBzU+C@^jLfw1KrSz}00o$|Iba~M z<~zI48bEG*MFcYU{w>k@tIYX*xU_PR|q7_zjab(6f=Z-|h2Jv2h9n%653CV^2vtKn&Cgp3CjS1f6W^zyo zBP_f8BI!`RBZ>n%^)FtFKCuo0i{@seFwZEutKgh#M$Is-r5o~|AK2dp7+8j}VoAj) z|74Tf+ucRo%I3o_>8{r7$1y$&dos4eqQiU8bEtE+SLI4mkm3IDg>nQ83j0WLT+fRJ z8hxqL>IR}0%8N#(j|E>EN&U!X{lU;K^R@2HNM+Uzs-=&?f|H+(!l}iG$pnkodKO(1 z5F1H6^OrJ#s#$aDFiD6>>D9EBl3S(gJqfvCSRLv@+!=NoSJ|R{#$1?%D|gyXId=1< zTJ@8QVCanl1Ne73yRBZUOvuKo)tG|B$qZfI7+mpDy0A9SC_j`ywkEGplfx^_RA8D$pFqmq_> z-9$_96EC5@zhCWrr5Fc#F_4tX12GQ{?lR%y?tq(#7(BFZg6?zdpK22chxukS>7YTY zgFb&*^UqhDx^or0yzMLGytAal1#py2$aj(&S}ljL=Vr2b!2r9G__dI;w(@Q-! zT^|2M8uUZ;Auk`%s&ZXlhC**fYTYt}`qY0l4#$~63cm*ijj+!@jgj256WjMX9OQ;v zkI*HdtmZ3965S13-4K&xl9ofxq!} zaG02aO8nQ=VWS^tCeHcbaW&(s+u@Dl4ph6MSWy2-XR-ge4adNnmYnKnT@~iIs&Kp+ zb_`lxt2$TVbLg{M;IC3>2H@X(XJlO6PU`~&+`~x-5a{%`wnY8Aj|qz&qj-jr`j_A;(qU0TJ^@GZL!OwEeKL%`s~F=az9UX_%_*ynOwim? zyxmQDzD-4vLYbwCT`t*S(r#5J@w-U(yLBFC@gFL;olQgmx5mub}~IID5S4$#R75lyCq~!j6D&T2?FGzIwQ^{F0ax zMc?IvIlRKD+&{6BZQe7$8W?+fbPUF+&{IktUJi0BWRSWUtE4IsvH7*BtReMTa}PQw zKlS)^KL!r?xix(Sq?LPsw$$>DG;Om@z$$m~C!$5jB!CGyDx-E(0L&$hOQUCF%gH2I zWx;^#}(AnV;uhG-g7M%QwW+SP>9*#VcE!rqDl8iDYg z%j(l>7QBh{<2m5R13x_{ot_BqpTiqV2&-BOJKLx?vHbYR6#HP0aVUw=EEV9+-eP^$ zj$@)<-8C+&#Dwc}v%e{M$YFqZs|jE38byAH6y zkl}kRGtkt&oe7j%3IDq}>I(%k3uwVEQe6rIsiE3lgfg6IoNq zwZ~3>z=r+nW9)9aP9sx-Hl%fZ_V5$Ak4|Kum8#o*FYlw_eDi%gwK#BOxTxp=i#KR34`-wNw-< z?+YeOw9_9o#&yJbz z2|Y_Q-{n*P13|O2`dLgj;})7+92uW@@K({5_mg5bZ-$$Z3AQ%MzY+Q zl%YRP#I!YM6wj|c%D8H*4z|3C^f4lRGiew?^|YDL((P?XD#HF;{f2)lRk$B|d`qJXTr18AT)RxL%1qaPUP z$^kK@Sn%QxG7!<0sQO#)~DilP$l=ep*QkL%lt)M;?C_f0`j1Zjsch z1;FV=pcp};Md(hrO{7m(WOHqbi_iPj3Y;ulXT?NB1q2;zCf`EGlhhy?k`T=TwBpob61}3uAVgT>Kl!vm3@v2mXO0Kw{6J?QcJ8SDmg~$Yp zqLyjzOR?`!zdbPnK4F-}RDCgLa5Z414MN~t8p6HB`%0(+Pv6=FW*M}1%FkY#jd=X8 zrtd8;!?`oD*Z>`VR-@Ic&~qwv(PyPSXx0%UM<%hOjAski3r!oZ-faXA+94>jIaA~{Fn&r|KA1oI+u^b$&FT}X`{oNr^2(aveT^gp?OLZ5P zArJraKgNk(^7p91*{HaccznnywzuN^5;uCCzYVo?Z46Sfdr)K*uZj6DU)cCP!2hDF zE|kY~z+1-H@JDg4Tl_oDgX^kAYpgBke-dS4h=w(P zd_~*Msd-lB)k2b25))aQl4@T~PLF_m@F*{ChX{t-%;vW}T$szN{Qa3591UsjJwMJmLzYN(#Gd;$4 zNl?>&Ckn`(&3fLFfJr%9E|!ngb+vECUS^S?pEn2ft2W6hPS#Ma5#pbpn9GOUBdUAb zM*>_*=3wEYeN9rppK-J0p2Nt9=V#h-XBPN%u8hKA?UC0dhpeQh8|Tb8%(`-`WkERR zpetMOJYr;a{k;lHpkbvji@01Lc5CNGHE$h}(3!JP&1==#cAq=G&%gMHak>V)% zoDa8{B)z0SVLI;k??Ds6jIeKr)ZysJF~E`7%%fsb*Ba#I zbjp2WO={`_=?_`(Mu4uD#wy8atNa_>18w85iwWeAVDTwAtsT0nRpI!;Q5_`f;A|JfqJ#`?c!{|8mbz{c{w%2@utS|k*(&#~xYl($PP{$mR1m9}-E z0E0jv26jr?tsjIO-J^sHBpllg7Z0_x=yrCRy3W4;rhAeyNan5{yYX>TI?=L{QRJ?ErL{N`M)_B(kV?xLWebywi z2J~%Jb_4=W-o^pY;Q^rYGo%AFl#>HsCoh}#hshxr1ki+bk4F^<#mzqk0qZPWoZ#T} z78GD>oj+sw`+zoRHUV;ggoLdBJ%EdM0ud5OMKcJ90$oNsf6rc690bfiF@XdU>iMMx zDJrK$xulsMI5;>Musb-Pyaj1MG&chE2*_^*kjp6MZen&*;Rf4&3LDP5EOn0R3jg20-Ut z+dKGu{KbU;`5oFATwI)3*Z{f)1^TZ)LJ&?MV3XR^t(-g=)c~;d)7Ii(|ML0T{=g2< zsovws=3e{+EkIof3n2Oo?9Xa$1qsM0th2Ez2*V4dxNs7C(`o@j-?gbjcK06sZ6 zIY2@^fO$}W=jP^57iVMv{&?2=5Ac<-l|fvH0HN&w zKfXV;Z+4-RLm-Vnnt}j!0c-?}m%Q^iqx_e=ch3)mc=G;;rwnf$fZ4sgzP}8frKw5C z>;0Fw5B#r_`2_am`FO*RrlUUB#YMSX0DLw)JpgQWd~^W`1q6crG06L`JBmxR{JzTl z?=e+Gn;Q^>&!+V=%AYcWx4zf8_cdDvz+djv$|YvYK!8zy4!h}zG0Ttdk(a;eXMUaE zKZsxM$-mg6Kka#HcJOfiRU{gI0gsQy3eO7QO|Gt~e! z0`{@L6)GXx+&cj%o1^!zoF|FnlBFMQ{HecG9ORwPl@0C`c=O2 z>|ak{JpapI3%)cv#PLVy=TT5@+8h4&m@@>37Z9yt+G!4rsL;)&F!!BRi3IPu8~L!= zx!Vg<`npdlfvz2V`gny5E9U@qJa)x$0^jwDE$689gz01+-KvD@an!wPI;xP9=ATH%ztBl55c{czV4M*N!%28})@ zbl%>|dewn{?5hUf3|bYkF^&qCwE8`n`@eK7$Vsu^Ak4REWb4;YGcb1h$4Dj01kjZ` zlGL){F^44XTfbTF8l|kQmNU{DX<;L$ckAs2N-zA2U>4Fs(7eV(*l~?d9K*HuRAZ>L zA;6-y+R9Vh5d{E{mwC(x(+C`A+mV`DpQ{h~IpU5JzZ8%U|TW3lT>Q88a57MQP?zYmYg#SyW}$vxX*(pb>CD}ZYj~6n6IQSJ63da1u^aqP;H`5Wld-?@n z;d~#@;()2dKvQQY8ti(#Uk8hj;v~DKW0sk>p4n=3jPKEceSi1b{e~JUw^5;>DbHarVZZ zmhcB4hHO54^#+b7?(1>o=VtDVZ*6$(qftd&xIZFdaiE3XEuH0Rl^89z3!-#9BR%C5$qTYn z*<_D7b86tf?IbT@y!bz{df1V#7<3I<#;bHIV@E1i(T zAR>n0AU~@L-T?2noSqF5He)^hK3f;N(!nZt zO5Kq$Q4z&}DI{=H-ZhW86n~8P5qso}BR^^(vz2GHSf5<%wCV59!#TOPrtXn~Fc;U^ zn)sKY4@=|(QS*v(vkzMb zl({tw$KaRn5G2U_EMC)P;0zKig6R`H8xrzLzrghSpR0UdyWrQPh*DB9$}4#(r_(T` z8y-z~@1oh$e43KXz9@-Yqw;9Rs@S368N?@X%z#@HKgw*I-VtLJ+SAxFdyh#K6tL_% zuXId(UC&kCN{knA?M7U9to6&sNykP|i|(2QcIrsFm7=cPXCPRK>9MNhCqfla70iL-zkH+bB@h}LH(AEDRDoQ!-@guGmnvB1`z3u zku=G>Fs|MEIZ8gdEVaSTCNFH!=2YGsef#dcBHN5P9-nwP8jlAr21;ihWI>rdA*Y{h zyU%8$fZkIAM`HZQ7y!qNc$APx&n>nxEH<#;f}KsRh$3~LE%h@(so~DPC*Uh`rucY0VSNe zyJkY5Y3L_>{9~>Q8x9#fQWeuyxaATzL<%prD)474EUXh6mL}N3Erz|%>2fU&Mqazk zY_8k!a)fY%u40W>0Tgd*mp#u|l8iU7ghj`Bm2kr zq&*S;lhK{gt_y?_gt)ufJ_<#uGOb|w+-96-K@CH5YK01+P>cj@!vTrPs-&kERU1uE z^5^h|`ZF5GL*3U*3>oXX03V0AhZX6rMp9W=Wm-Jn=OmB2gM5Evg%adi9$)F%qk{_} zJ)s};L_|A7(t(~udS%!&OZYGuleeEpcyscAo~!EYZD#vyHhKw9cK6xv{=tI25#xn< zQYlxQT<)P0iWoSp6e?aNYJ46M);GyN(ZNfE*^Ito!v2xxOV<8 z-=0_&`?Y$P7ti_$%-q0DJZx(!c}1)1yn(jl7v{h{(n-i{*1^oMuc5)2VLDu4T}bkX zoWvufLpopjOj_@`xQ?lUN5o!-LY}d2#jV>&J!9aR@VA~ck#q#o&m&2N_JA+IJfCZz zFqyAeH<*1~K2P2|@rPItWd`~!Vifbrtq~1R2Fb}(eX6!6DGJOPSI|d5KMXrR;X^GgDH{DG1@H7zaqNVes2 z2@+WH6!!Zng)eu9F8e8Zs52jmbxV@8;$XTuOwMshNr&*QI|GE?OvwaHRNUf9rlmfG zYR1ybK{4tP<{~$=)ZC9>b-f5xHH{3*M#@dVL=E}LlTS(E?ccl}UxM08el=?De=CgS zBKGDc_|DV8y_2#9R$U$~K7*sKAS)76zCww{VC8Di^jy8>qmwn#SV4Ut6Aw1)Go_B| zO@v3r=n@c^sfz5^4)l(0E8Hj=RY@t@P@LW;HifRK3K{DzbX6ks^-LiCE#&-1ujqhG z;|Tc_75ig`U@D3me3gz(khC=i1;JOzz&beF5$mPPggq}{ikkS2C2#IWlM+8|95}Ps z7CAH&K5X?WhHysc-VW!8R)#nlnp6c(c^_mfq&YA;xfsr>0AiwyMW$3?7>>=kxLJVd zg{lU)rTu&LeQEm2vBEnN!=+2JExukYXS+MJYkVf-!0ucxPLXTs#4HvU*_auov5jh^ zaK@F6+F!vJo8(M~feXfe3a(wgw7(Q)Zo7QGdad}nMS&>C_yY#YL}^OsSje1WFnUul z8x$JCGaU3b(}N&o3|k#%|Ka}UjTraH@1i~H;2^A2vMNtU9KrmOc8@o`QLoIa!A^64SbEcn-}M@`qO+0@~ig zm&r&=YLALBpqYG~?ETvO`CPN6P2s||4*#kLOP-FuGqh&Pw0NJA@W~kHc}`{n(26%o z&t@U{O*7ft)NTetO&huEs8r2?N4qYtqjv%vC#&3Z756^AI6~u+JZLRGl9FmxGR#UT zjhzpr@e&$cZN^CHqGo0IEtgg2kE*}!lmOZxhdwmt{XUHCE`pG`)2k;NNH-m6t+}rR;XbHqkY%NyUAltMM>KuZDdJA|6#FlrCAtuG-2NiyD)bIGD4ByM?l^ z8!#=l;3UCbtLrZ(Aw2u${Y_o)l7t@Q*3%|FRwY(b$F1xE)H(jcr!+(R+L%7U)({hg zR^4in%LE5QFbPHbfEVbo*^W#DZjYhK=Cc9OE#v7ZS=WRj@IUid*{!EsI>9tlyyA6CnEfCgeM>Ttcde(^LHyizR7k!#2z z9B1eJ=15{*A_@-ltc~Xsd`Qw* zkWQ`(JsoQT?8T!Bf2>I3zP=qzDY?aH^;?rpVSvf{uuyhkNA<9Q1y7HL zW5tB0Uhj6H=W$Nm;Pk6i1iT_Jfgn>+_==@0i=R!J#q3UMO&5OJ^K=vD%7)CDIS(j4s)+7^$q+ zxbcX3IIcLkTT=d_Ck+Rza@O7XyPG5p9U%ch-|7dogVFF`{kUHFvCt^V+*F z?nkWB2U)6-Wz%mVeD#@j^>FhWf4!rl1$_8{0^BHot7A~KLwJw8@z8_7_?OWTX6(smfl zudt|!yLT&cGC{BY>~19H)r)KK8Vx!9Z(z(h!m?YWcq^HGYf06Km~`Xs z811Xfz?_yZgxiLbqi9bdkB`v5?(>9oZ>x7o3#F)Ncx7N@T;cTM?N^TTu{G6l9^~-Z$Fk%=uEa zhC4e(7`@G)5D$_F5V3T5hLG0A6?Nm;K?uWD?6yxyHjBf#qd!9C(hYqlkF!-V(9OTM z&r8=>l@D*SYIs-MYpTi{b&Y4b6;USl!~=NDI`n&Ns4{blCfILhPZejntAbiE@IC!A zMp3J^-|=u!2pg0!s!42dQ~#LW(siDAahS%<#RE$d*3e=ZVc7DP&F1@%Rqu(ne6|M_ zHP$$Kk8z9kB-tK}m+=bR;1by~rM%?Iy;ODUKPsMVOaeRHW9I0?uCpcNpUahjQmaXp z=R^wkL<^uLg(@|rdyKK+qM(jHtZO@djLK>Ssy7?zj3GqW0Y`MCkWcW_jnS>T_$jbW zTVaMfnY1@`r0G7nH?_OcCLn5K;f_MXj13?xxv`~2vkpUIU(l!IB5 zsj)yVqjS6&v><9o-ZEHZz4B~GQ)6+4vPmuEc%m0MH4%AUNwT}K=^C}w^eOyYl~dIE zjW_~rIiiWNmRG3BBMKJJ@<7cl+;yBl-aB?ZW6#WdjddQ752HR;M>d*{I+GDO16;1c zFk0M2oAs}_bV%Y3P%U+2NSq5mlIBoE`WBALkwnF#>T~#4W3x?T2v&B!Os|FdHA|WL zBsx&qL?k<7pFY9PxU`r4ddD9k^+`x-p+An8-vjzam5XH>=Y>@M%Cr z{@b{2dlNKG!!LI1-a?d}nvgMt50RzPfCmaHGu{-$MobeHy~(b0Q59#~<{Y$vLXRHh z`4Mu$D%R?Z>TEuIQ&aZrwBg@lTK>{&c9YpoAz{Mu*!5|X$f!*2;~ zkC0zUk|t!Gkya<$>;+b~%g)%%@}gSM`Z8*PoVZUjP+DhAjJN!{{<_u&ZlDinYN!Tp z0CsjyRuX-xb3(tt=G?{5x5r=ZqORS!jqPvAA3(R*uRYQ`9h_X9!PEV%?{k)=Zbr4A zWrCNUZi@KH*PA-G7cbMp-Tkx_!GUg()SDwz<+P9jqGM(^D!aJ;{ed0SIt2gRwa{*} z#`vUzqFi^-x=!C;*X#`EAe1(Cb+PgkyL5dXs5^Q4kJcY-lS2^q@_JA%YcT8{LKruC zT+}R2atD&sen`_6o^%y5cTlAJaBjX+MqN=fwK%au@7nmqkF&{9?h9gH&)jW$O2);>^# zC7H0Ui~1Rr7_*!8a}ET&krZPk=lerJ__*CKWyG6qv4-vk@|LdwV0C5(w(NiV$Nhd~ z)#A{XIvC0O$+Ntjt{Q&FaAU|rTjb1~=Mrt^9ZH4zsRLr&As$8U=rIdTPDh6ZblO-4 zCA=Qo+!(LHhbXyd>?%r*1uv8FeB8URMUhXXqD$|nM^u0QH=ALCyLW-m2X>n-n35DL zYVRV(7as_bx2BhPbUmAEVL%*#decvWx9^WTwPH;aN{;eeAmNg{plO3>xe)M6v@^?E z`HyXzVr--Vd(!HeHDGPOZGqr4VCfZp8S~-Q(Cx z1D$yD{OY#i-gG`aV5A}5$#f4V8cArxS8tGZDS@xr{f#yccsx?CsjOJaA}KOt_Az#V zpsxTlv8`y$`Eo>1o{6|TVPD&l#lNsr$vHwAWy`}}9zUlxpRlf!)Y0JG6(+nVb4|FW zXy!a`@31qaAZTjnNC;KTJ$34Db=P#Zbk62nap^u2M7ZL9yO4G3h$V2H`Fra!yQrqe zz?_-#dzb6hO_Ew2(=<_5Otn@cSs!T!y53*Y!ah)%(s+l~coWX*#Bd)rQmZ#vKE(Vc z_)ubSx_=$)u$`MOXsFgNX6!fOaQI_`x<(f;fm<8b*I9+yXj7lMZm1a>Ad7_=D-y_& z2#$Y#SQ$O$n88NPxD3nyzwGkbwo{&7T;G<{LS1v2lV`$?qvIv(H~|CJGg*(}k{cP= zAx-7YDW@|;?1sy$^JPhg)t*OtZ;tEs3gEi(Ck zFm?{nnE-9Vjcuc2b!^+V(Xnmkjcwbula6iMwr%}AbIzQ97T;nPwWwvS>YRFR-TO!Y@hAp@OX~o>Nw5+~T2o8(UJ}X|;WPNlswQux zQ7gNV@_2rwoYV-BD}CqIyC6*#avu+g`0)N@uH3|)--v9KCWn2^1YuaQUoFD4G;d{P zZ?*;Kd#j@x^kuXNPK6}fhA8pwRspEnC|^gI(9aW)>oaslrO^)&Sn{4M12xC_B0U8kJB^pI;}@N z@`@4dhJudiH6{{T5+QqOcp^FYq?h112K)**L%(1_jVf3-Zc4-8(@4_YHMy!<*8x`s zMNfWF0I^_fnu44P9Pm1RB;<>?Q)ed5v%B)3Xgl2jy<{|FQMG`KC!)u#r*uE4-Dl0UTOPkT;g|9hUFQspJs-{P6 z6%EyjeO5V;tNSk}LUQ_{OltSj;e-%j%1_hJVzk_E20=}P6R~W;wdzhqAU~v}**y@I zDYF!+Ms@SJrwyLvyORAMYyUh0^1J7tSsZ-J-b) z+s2Cv=zzio6cZHz{%f(H&TeBqti`f{QHuYv>Wh)?fKNP5{nM zIO3iMTxKp}&t9}A5loNC$uCF!663jRtTFa)ffUi%l&6+10{wlSt(V8MLhs|p_Rcs< z6`4Qd9usOQhIxd#BXS(vaeI9ExttnAeh|^48-5^5Bv6dMaEGt_>}!3X!mWL5obFV! zq?IH%XnJOXKL%$(Laq$FH$c`Rq$T;WOR5^8#z`d>=YvIrn@9yl+Z?eA0-I9l&+*JZ zD`|p*!y4aByxvHaD@Nw_yKalTxc&1zc57Her4lS;>I(grTa8DU9k9Sm5Wk78P!7~A zq+5(9g;>P&;V+@!KDxsDf<|Bk^hHjeW-?VnR-TL!-84rj=hTNO%`&R`aj?d*NzwG~ zf3Lx-&=WgVfnRnoAkjH1V=-(GhYHIZgqG5y#RA4l$l`Ds!Ru>6-!iKm(;i@IPMKa- zjwJQ<5((~i(y>o1Dokd8Ijiz-|?;}x;Z%5W_#EuINCtFI*9 z+(P649MjGOb!AY;eHBzPQv>LI8S*F#A4cG0EifD|>VNrnBNCV$3-)f8Nw4TYM-0*3Vkfyv%Rk)qshl9LdwdhVD;nH?j z5}dhAzLFZ6WRG&i{GLYPiNe3hrq&{cm4iGZ-gWet!b8#G8T#Qn`t{fRGv)Vqf|!Nn z-_BGf)xF!wR%H*gbva(6hrLctOaRavP4+F8{w?WN;?})mt@j2P z&MOfUBqG8^|9Tc<=%$>XaD%YI^@u7IW^n6u6HKPcsT2f~0j5YXT;dr5g&aW@GCs|i z_9*>>|Gul6aBkOHusrR{?->n#$tq^?OhC1^bi2H9| z#fqfy)7p8~b#!4bIMMTE6<76l`0Vff)w#>3!rRMPN%fGf2P(1^SQP}s3#%qY69>kW z zDDR1(k6gA4PqXGc%97kIwF?2gy?r*4kEp%vk)_UlWO*thLJ4VGGWk?F?MHZ8p^w{)14*G#*pUrV8GXbd8DowP|W9;;APMDW-`b0 zsG*E4JPxap0?YrDq+TKDRe^U12U(y~LMrW(QP>_fX0DV0BgUo#;o4dVYXQST% z(MCv@7z>CakOF*(w?<+~JAj97MD4M3@78yF3W!e_V5r{WZBI$I)OLuCkH!S;z^--Asddu0^El zbuCFdlXiaxip9;(Rd4h3Mcbqubf2-sicK^u8IEb}1y%>Zvy|~rJR8c`WDE>SJtOtI zFIrYAZsAJ{b>HkH(j8?5wY0ybv1909AJ%A`Mb%HQFag#=e8`%%GI|28aKP?#YDc83 zTp<5myp;KH(@Lu(6Wm6UB+sakmP8E?H_5H{q?h*N4}QoT2wz?mR{v3DIis7)3)mx{ zCF^59BI3p=%WC{)@5);S@gT8E*FlM_B$8v@T1jyI>bE z2)`2W&N8gE?(6q0S7wV5%oPtPuQJ9yrH{J@qVy`R%iYWh(?@6)vf?J`q92cOzJOmS zymR-MCnem`{ZtD^!ceR`de2zpLDj0CP$qL4-heFxt?A7v>lLJGNLG{CX`RT13Et=E zBPK=M!SrIV;_FL?aw0L8X3%iz%xB))l-eoO;|P3Q)XUmv;PGq?DMFw&)uVH%CRAEfuJC-0S-O3gnUav<f8|ioC?FU?V@Og{bq{CX@&WCBEiKhXqP_i zRUz`d?IMtqR5vtkj7{&%|G7YnZ|8A4Ck{)3qYmdCtGegq{orVmw*j)r>ra&>SnSh` zpCaR>0nIMrgOAwfG}-$DdC(`D;Wyy6;v}XgzGgw$Qcm55@z;G1@tlDNtgG+^)z)Ol z%F?Y*^cRei2S!z{s5BMN6?al{k~FGMn0VYysZK27JeVY>t1+ghyr*|e#&}TV!JFUL z7RPb(Wrj!z$b^B1mL3GMcl~06%45sRiMZCOJD>dQ`xPylOKpIgG4z%^PE=;}vAY^O zSwG;%vFNVE8cOS?w zE>fwpt8Spsyg$6_Z7q?Lb8V77SgNR{liAHH5zzgS0iU?VE+$xsbhybud)p)`#9|IIW20htKK}epNrB${4eT9tjJDgD|mE25AFGbW6vSdT)a&5-V zOd&^vAL>y{T4i2Xdjc*s*+0dfYA@WEiXc73L6P+6J8;(Ku-h6`&zOd)Q#)$C#fF`? z)WWQs9sM|_;N;3ehi_d!#us+6Pkw#Vf2Rp)A}rX1DuSn5p2aoh8*sMD$712J8ne_4}CV>GF-00*06bz(9m7((qL>Lze z3UxSatUn7efG6mi&WPiQ22+1ZX$qrXv~fGBj# zS_2_6Y$D`AJA$|U4Xgt0!GS2#5)km^I_Nb9GT-q3^RwEl&t{JZi;1+`w+qz*BKU`Z zcr$OA5VLn+ABYy*#4iIC>OHjTGqe}t)yfV?=aNG^1pVkkt7DszO{yyy{ZEp-l3S!VsvNn)084C~wBK-GKPGvIe zD)jaE9*pbf67fkb3t|TiXmd({AR*!JP4owKpLu=ExTS#>FNbeVO~~Jqpyv;mb-=>a zHUL(GtK-3PP;l-Jf3%{X0-iL6pO&?NT_8R}q*3}&NFYv7fgCm0te$x*FHU~|cN-v` zfa~_bA%GLu8b1T*&EG}_9+B>)!33-W(v3-N5I+K)rf1zCAMdhbHiWT%KRDKR(@AA?+{;8BA5aT;H|wN+`$B zw+1JBz;#X!z`y~W-ar6dLBE}z#xiZcp9+vyw=$4L2neK4<;wxO|3*TmbI)qm^dUaE zQ>iWmn+Smxc5v7s?t!cE0e`=9lfStSf8=+28a{VezI(vO+BvztU75e0e|$GFkm?Fo z^nxI#+WQC|YeBryKu&*@o&rNMrLdg;Jb zKP*V54EL6@wqPu;xOb^?N)r^Co0LnQ-7jGH{K}Pe23LLsb;yuuauoG#~ z$~$zIAcIn8LO9J(=kq4~I59$JF_fl1P!pZ&Czla{c{!C0?yQ>NJjvEP6iJJ zXWy#6NHL^zhyindtJqy;cH4SDYvSS~i^>|yDEzawE+mKb0)mM`&l(h?&}S`+oZXO8413#N9w#*S)|stJecf( zDXms_VTjjW)7h^KTs8Ed-dW3aR;k*$YjxhZ(ubJDzq^VTL+TrLi#F#SGx{|~jI!T? z{Dq>O6Efyh@hK&Ev8d4>b+(auWbYyq@L7mrdi&vjXBr~`{m7)`mpw#}n07*u_5Cvp z*o=za4MJ>>4b^gBftbuU=F_0w9MZJ0%8nUhvIXnt1`bq4Hcm*$sDE~)Qg~^*qU3`3 zhp!JzG79EovO0nD2MeJeCE^B>p*4muEI)Fh&pt%T7M$X4&=#=?@bXx@;-;>TDjcxQu!~}OJN|l9JzVU9u!TzQuWTq9eCVE7c zXw=85WKgbP$~=h|XceGL0^F?|53tlwB&aOr?-t8d*N#dm@=elo`;JX*eE4D5)I|Ss z;}!qSo=5BM&fb@m5aIVR1^a}1CYDo0;-L4}8*4lfdVIzn)i9I}?=I^X02iOa2>r~* zd6N+vr_d`@zw_SGbwF`6CW$ANBe*K#H^y>3TcM=O!8aI#i@8C*u7Xntl-HJZ3pKfe zmR!M=H324lech|Fv{boxc#gm8i=*DC*e+kzbLq`u*%lBr4(!J3RTg1RcQ)qE1`suV zh#^SFByWTXz>AG_W-M%YVaVC0b+jbdwKx_Bhw|UM`a2BQ5Y(OAcTq8iza%r|ACp!e z)Tz1@=F%ZXnB*(MmqRP_H^ZIB8eNefmr7miUcuAEGDb6+*l-r34N0k-qH zRi$96im#Wg1_b)L8P@VwQ;b9EZrl&@%f2}Jx#`wiz$N0QA>}FToEN+bP6EQpw0op# z2NKnb$Emxb7uO-7&B7i?vhVW&n%8$`hg?yICu=5+@aMxSpc%q4 zGgn1@8~hjTTmrQgO?pWPz}k6wNbwk4PiVv`8~Q6 zFo*kc=;=G9V)%q&Fv(_#tN-%YnRBY+60#pjRy-mpEFe4rVL6$zybs)GGt0-K6)$+_rM79J+B9d*FT1nb(^ zdyz7xYObwjqzz?WZwISH&fL@$ZL`GPT%|;-flv_cm#Io^58g3&KtV-O1@O`GN5>+! zQGeQ}96Ss9s)(Sv@|frbJlk-7WM3aWCK@_<63Z#xKuCYTWoe6j*ufl@St~y7(yqE~ zU))7syT$~M8C(;aI&_T-iK%9{;u^rwLlnkhCiH9g6EjU7(M+COJctFi5XZRCFl$Le zjii3zSJ%QPNF@AXeJttJuoay2qXDzMWmQjMO6YluZ`f~kz@5|^*B!I98{;p0dlKoV z3R<*KaMk)6)M=(S=#~O$BM$R(Nu^dOKzhO0_^0LP1@muolOd~yjuSLB9ETPIRER6P zoBQenKua%crlFRkx2$i{R`e{ES|049b(=p}ul6tWq>fM8D6PfLs&BimQ);DjC&dm@ z!s6qb3n<_1GBaZ#y3$G67Pd77#M8M2t!cAa#k5AHpA>ibaGje8r3eVeq2XLdV33zjS(3C*7_jZBXHH$-kmMa#pHnys}4KjGUScy2d}pF(9N47OsM>7!Hq_KVeXUf}iJ zrDY|f2$}+e|4UQ8ue$NC^hidGn{mNxP7Y+4I~+vM>JJc;{?tr-O9H-GiQ-@M@RRaX zis5x1ZhlyHUjBO&7DoXZ0)f^&SH_u(6I3**PL~mC@TapEZ^qgCo-45DwGF#9A`JhG zxfsZEXQnagl9uG*=%WCtmbKEr9vCD_n4!8073RX!2oln<(cVSw12r0Nl2iXhvZ!QK zJb1?YNQ}Uluwyf`_~g1iD>Yo~-C}N!p9yV~Ro4Wm0W)pc_u$mn)`!f{y7IfdjJWM? zG}5CLKNqdgADmlhvTUm*aPOg#o>9IK0D|#ZUx+8(qvA=8S{w`Wrz1t98E-VtwmAIJ z)8L&LYr8VOv8Ee$+c+Ks-8f_JD6IXhm;{y%X1zKY+Oi1sm}hg3e>T2SHWw@Ej+r~( z!mTz9Gb#G@9_jS&4%|K~59Z3eVR-F%3fK^bsW$?`YN3`By1g}!wdgAu=Y$eo%?UA( z!jP35H2V#>IQhir*k;eENLddd+_pBUY)9w7{r>8?XAr;1gGj6WJGA8jl{z%Jl7f97 z&j5}~jc&oe$TH$A^nz!GF3-c6G*OCfv->Wh=&aCL6|sejCr z8HBFkT4k~D!xhyL`{3dAB`$2qKcUYM>Lr@FgkZFVp`lCrszZ$3QB;m;tVCDd4csWb zC~aurCDW3X3>vB-x$G@#5WQ6o?{yP)hc(w&6HZDDl8U)tibyUE2m5}K6i+LK3Tk2L zQ~>f)&y9%dvq6XUxC71LeFb^^_a*)sjezvdyr%vDFLL9Pd*AH*1vo8IpLD*S9kP5Q zB|@!T1S0=2&)}uCXNgZXx2W?g+o8Sxt%r^4^0CDk2}tgqzW(aJ5z1Jj*8QUKmcmcO zT(}(Qg{Y(I+u^VPoLiQ&n_@}56rN#-w~*TSVNJDd;dTs>Kh_!8Gi@0{s*Z3C)3V~@ zszCbXes#sF>kow(H6s;s5k#SdTb496;uR*z_A|+QJiNX(1}93!SKLVSPCnz*zhU?B z@_=)wR5q8xz%U`sAwbBU3Bc^;G`~IZB1an?E%y|Oj;(yG8NT?C%uPIcAcbosn-DZ2 znXI59n4B|KoBlDhjK$15BkM*h*&?v>R4LU3Mt`PD65|^xlCQL=GWy$p(o*Wahzf|n zX>Es@2#i6Bj;@E)&jfe4xP5Nwwqv_DnGd6Z7{2JwGvmZHBW%8cUg>ezjQD|tKd9QsOn3w?8JJ=g=taBH89M&NwB<2LW+1Kfrx0ulAJH7|GM; z$N%0?^I`w)C@P>Gg)f9b4hQFsmY?0OYpb^`Yr%Ralx#Ao>4Cbjb{}bCN-5h(;3`a= z$aDJ++I+NhwkkD-)UMBQK1njm&RARumaRT6UM{Ya5UdX3JiX(!&xVRh3^GTxJ=V?G zZrs?LXHO0~wpVRFfvz!#eO?vzPI#~kef8TBn}w}Pl!wT~ID0e8iI7nX-@Y^%3-PE0 zh<4}AZtT!sTrz`nU4yU}EAkz459hCEo@6S-@1A>Evg;$XW^r#j6OnA=Mg+`AK%}dP zrimf(>V6OoI?Co~bTYc5?w26c+@5U6Daz%&T(uvz>B>K$XmVnkN6zGSJFt6`6@~<@ z|9Tp8g;(^ygv^n>j5YdlxPEfWnhtkx=t%qJo%=t6hYVo21QI-Il4sW= z(>-R3K+L9W&usv4oz^TV5jklC2ar*Az1yx#0M8qJxD?08==&)l-eYc28b7*Tl{1qHHJ>xc&y_e=E-% zPJ<3JiFjX}gAfLRVXbo*VOol!WF2LmjhFhsn352MZwk_WVcx*(!t8;Of0l@#N+N#R za!m1DWA`F{#YTyhw8XLteR`Myp<#BWm-pl{nzSZbX`9qicHTLhF-GMa4EKHE{BM*v zOK??&cMXmymEyzVJ^#tH(DYNZ05#zaE<@WE=MKTWx*Lm-zg$9hC9M@+>V_ZJcbzHF zWjbNd;%&e<<}M|Np-nQ2fEO@`G{VB(;NAXHUoRU9tw~AC1;%=XumuC;+BQ%xsynnsI!7A>y*yIMaL!HKN40xgSjE)FB zr>sGAUf7DNI&Vy-v(!vDn|SzGb^ER_s`e8#MR)-fv4&uTv#B!ac$)I|T4PMk{w^f4 z;87LigCV?M3wdOq!(dW?c>afz7)@c`nVno=#>}qhFGse0*u^Ne3&1$Sw2bep(e<$n z5(aD(#ZUJlH9rngjZjXJ^04U;+-8*V)KxNI6SLV-C@1&q=U*0LSbmT2cC?gM-r|AF z3?4C4sdSNT?VesX^~hN!!eKv30+8Dw`b<`CF=ZE%_5!nEa~-(IVGzfDtvKTTtmwk3 zkUx`0z&Vr{7yLCIB5ul)pQtFPq2^of5s;Crh z*Kf)IEg#2~Rz5o+Pi|ZymM~%ppstEUS2^7s!7fEgQmWkfRn?|Jf+=saifmTR*sr3s62}aF=&X6x_CQDKZFT-10)jG3p)^hI;RJNpX+XnOF z0*I0;9TNC1!r*xXXbC*C>LJ#bB^WG|qcTKdB)$El;GwCtzwSI4*X-M4fiLU$Nx?TB4XV_mIu1#9}K>1;@ zC=u!k43XMrE3G`}orN@QOzfApYKeAg@^SEv!p{}n_3W7S*NAucsQ_#nl?cUe3-!)~ zc=2gald3aagkZKqP*|EiuW!zqYztO=g5GTKfF*6Nt(ZDF^wdtVmK_Rspj9SUiU7{> zXS-euf(Z(;f8V^5DOLF1X@vCHQ^2JSL?x_)A4Bx2i~vaIx*N0iqRr651XJ_9s4}N{U9;TtbJO% z5%W{J_90iNJ}c^VltF~UPhtHx8sUsm0b)s4uI7b1*@W?hE^Sg;QDU=(+&JT|ipQ0G z=L4s3w-AHv^FfrO)6u;)Z69)Y7oa}dIr6%c#x!cW`R4_%+>C4=*DfBlc5-ZbtRJF@YS8KIhFewBVj5tnvk;GOm=sv9qP7ksZ7eY|Ja~KCuZ1K zi=_S=2E_gsvBYh|;MO>}U{_54H~R#+q|iM*a*iblz7=dF;!QKa(KFT3o~RxO6qYIH zizD>cw|2Tvq>iW|_Tv&xkh*aY<-xt|GJ?uyS80XN_gYKUqYlfmWrasG)f5+q_-B`j z*?Zv-^MF0v9GWs&RN@kT^{-+$Ap;g9t)YGoiM33ZCCv)kWPHUgEch^PfYn&hHu@h4 zd;ed~q>=Wcx~Pr}q82Zg3+m{aMnQXM(Uc{+w4GJ!prjCrRRh!CDl35>r{sWBm69bO zakL`Tv;9%Py|%Tp(@De%+xKv@3@+?gHBYcLPCfQcIyjwpb$PjW>&71!Q!hN!D_vz^ zjGGFeb54UbYkFwa^{ghEdywN(-o^zfe>ZeOvkEPwTF3^yM@vESf(nKk_n3%wwt-)D0j2@J=VRz~cDmAf;@di0&YKoIEOefcI-sdBks9OwF@ zkFGq*gZY-7x#~y_wW_C?_doe0QVh+Bauie#_vih`Tc`e}4vU$mIu+Z}Z3R6w8F~+& zEY%H?he*NTZy-^&>E0WkD06`|6FoAMM_A(ttsYz>wVgUJYifVXhQ1F=nAMYmIVMJ+ zA^|8T+W>E%9w(L!Fm#RM@GmXiLt)=K!uM_tGiL=Hm7ambheLMDkh9e4R1J(dDUF*~ zS8L1Z23q(DO>{^hbG|+En_ks^e zB>tOgbD4Z|l2sgYcB*8ll&AC<&zcf$6L@c&A=j)O)ms2G+Od(0UNuN0=5P z{+*TFSTCViNz{OOv~8=#E1FKCXX#jPbrzdv=y}XW1r&KzZ1R-P#6(js7Q zMn%Qsx0ExEGnPWe*-CeWtBf^ni^y#GGC~CsiNQ)*7I+?0^m7_#-pyIl>LHgTN;w28 zt-KbvBdX;bC#>UH;K|!y0j0w;r}Wx5@*25SzTP~4GeV=cL?Ty{bCfvyt8Dh?e=68X zZdU=0*Da(OlrCN{)mBH)K=F+o41)VZQ5IQK-+$c(bp1eN9j_nC!n)4+Xl%?@-h&wW z{m^b-5h9l6HXfZ%ve1TwE&GQT3%a#-W6&FNYXBp*2#sCyrlWgO-+t;G`#ynI=Aa(P zEz%#Vw#)Nd?C|EJBLb*L>LlgLZbN^o7lzgs)kFJZOPA{OAPm}}4$F%n^BegBPHn0& z{@_NS-@}U2EPJm`%?o;9OJ7(;GUxu&y6$E}GRVq?CuX(&hGqI8zZE` zA7Dif^3gzh&mAQ;9tPE&Ry*-`i2nd8>BbCT@RCITKsZD(?mx2Cy#6d(Q|k&s)HlK8 zwLkcv0KC`sMyLEMy0MhF(&!~YC-EMDYfrmWBtZnH|1gg23VmOrdC@UL7eUeux>_Wf z%(%EYD(;`p3?swY0QGLULNEt|DAS~r?($Bzq@YTLm6@K)I88o)29?o~x(~$G-q&C$ z0wV|Zr+BF*H;4khUtur}(1|5ym|QrEnmu3VvdtkN=z@E~IvH=emw|p`tmj}-6E>Un zl;K|k#wk}-|9eSG$p zSxj#JWpas+;9CFpM@s)@J85kee&jxx(nC^{akcp5`M>d8J)WiCN3j3ml1KH%lM23xtNtTdr)_eW^=<6Ot!WVG5VKD zr|&X=aLDv8eC3}IxF3l{fXs)v(KW_}cAFAvG}$H8xmvkFl1Cb_yuLQida?qp!Qt`~ zOEU#0^&#DLkyr+E#yv553nS|=zj#Irvb7RS+WerxG{x`VX}In_+i_$%^)Vwt;^JY_ zv#NSR&!RZU9p@X1{uP#E93VLrAE~cO24QYao)l`o6Mg32Z5ljudk&9sN+COj9h>~k z%Wjx5m(Z2t&PR8jw?qTpOu^~=8$Q&=xdd5r-&1hBQu#jh6SFUp?@kDy1&0TpbLPOw z1+6Raav7~T_!*LFs4l^^(*ctFxO;@CD3MW{D~P|lBY($jHqSkzazvSIh{*Y7Zw-GO z%l(9IT}?l{$%Yd7z^mUGl*%7cU=bHoI^bZ_N6jb(+ZzOX=>CBi74{B(v-gc zWNnV`zQ>Tnhgj~f;|V4mq2G6p+)9ogEF+Ha=5ANygpKEB0ZNYIT%uWc=zB#-0~y| zB6vxeGkS|>mG?~+{(?9zAImgHvnjK^12#l*1BIgqCaR{FLzy)1ciT=gQ%Y=(J%=|% z(L{~)pbq9ffy3^FVxmju14|@=p*8VDsu523EcvB}Cl&vS4Q0G^070OON~B&Q9AL!EODEHp1k)7a7B4dHVlqps8X>vX&+1_ z1%{r1NKCx*;C;{zA2l3}OU?RqVweA!3LTVU!d?FTs#d}u9PSP~a4uSL9%D$DpHpTP zjaL4sAxW+~yKH-Dq{eoj`{F=&>7avZ)sxn54(%cA^&B_)iTuiyc@-TB2QNT&CuAFyua4I`~&P~#8>ejs0fz-L`870{4YrsBO}NE zha~rP}&~Hyvo513W-$UpEj#?_qxV^ zS1y3tU)=O~da~7i<7CbiQyh-7)A@rOfcFN3GF(H*>_?0$fM5;jER=@=x#7hTKtq$Q_wac_;y0Xx(K|jd zF?ActE$~l{1;xbL0{R<=TN}hik2wQp18A|ggfOph#5Xt(xz5?O<;2L;)yc_-sl~+* zgj)-0jtOW}U^)dzH4k-m4&5B$b&E-0Y!%~G-AV>Z1;|A@ZXq`aXLWOJY84sEopseu z#@|)0mX6NVR6xAf%Jm=M03xu4Z~juMu_q4dS$fnGs-f z6@A4c;EDm{6bFx#M^oH;czHbu#L&Y0LCezO0Mhf0+kq2k9VM#^?we!_7l-15$N;#y zt^LlD!4rI*mXnbq%-rE+`ayW`oJ?>v-PhOF&dY8@?Z0^^6^Id7SaEvM|GsdnzUsAg z)%_7XCgf&**s)1#TV=Ld_5Y>g*MQ<{p(_jZvr6MP4J3zwfr0PJ1~dx{oLBb9thm&i}B$p^+UP( zR12N=X2oj`{DUVA{mIoT05rvK^z9#7zt-dXR->zpP z_WrsIyZw;zXak-c?veE+#s_K~;}3g6=fug>0@c$KcRKOCy!74p>D=yt)&*)j+c|aP zo;39pcCAqdYpG{+{Y>3w1-;dagYUKeW z_fvJ*b3C*-H22RI^J!G97kbA38jFboB*Z7V&m6Im7aea~fE9tv+0?X~lK`elq&$+G-&a`2cNw6yRDbX|5 zHQ{S_K{;-y*QDM-=QtU^@X?~u2x0bGG(dhwmARp`vYB5@bFh%z%_%WqTGf{Bl6e&u zCb$RQsfb@)MH+9yxuz7!S)#2O$3Lxp1suq0t$vcGhJCm(@)rP^jg zg?dHYYVsU-rB=e(N&7YZlEVo&j5;HK80GhDZ$oBvUmcXk7Ba1$pYewnILGH#bW2XoY6bpC1CsAD;qgUjv@=ziYQs5=ul<@n_( z$4;`iTH8h`8Tni142N1LL^;&ML|dTMmGFmMIn>cZ`)XtK(`!&^ppOJ;wU-eCbZYbN&|*I+K5-h=dA z%+q!;7Ht1D`LcxBIb_^gv)v+#MSjVz7+s&u=mV;DL-DL{3`MfIVZd?KK6xAS2w&%` zc-{PP9;|VDmc!Mf*I>l{&IlXV#ZD%&(P-R=Wa4PYwU5NlQMJw}c51cB8ChE>m+8kr z<9C7!DfuVAvi9RRY`R zNHw%w?X-$J)TIfH7fnt%Wwo7V6Ly?6y^xofUYpkWEIH+5VB<^bj73(-W43fkLEEuO z?s%7IlLLg$V)fY+^wH#?72d)g8Lv?FfN(tYpFN4kVm((mt4E!b7}I zxSKc|i*gFA`|g{Zr|%|e0gpk^Z~WDNJIZ4OiRmRdw9|x7n_lA<3<}RDk(3b(z;G&+ zl|ort8ELETrV|qVnPsioh({ONzW-Lec6l@_K~(gIM`1%_WAX+gaP-wdoEgW)+ns9A zZrZ-AwL5a8!8SH#tZ|EuxA3Vrc>$Q8c`{7NxQf0O2bTyTxt36k>ltRc99>=?L5@eHaRv2YwovuF+ zwIx^FVrJ4q%!oA)fA_NZA)L#-mushi2fBBD3S}cHBL{$#U$W9Bf0nPf|2yyR-8W~((BHfGk=yT?ZH;e+oLOhXA(y7FI%v=C$hsu2v9hYDr$94zWLRvVOxL%!VO6-9@Z)GCPW;3s2Rixp1W%dpmQ%Vi8|2q;vKNkqCjSA3 zc1y@*QQO%_9^ebRV=oVk;kkapM;=bxTPE+=jDK25bB{ST;W;JyT?-piwR8KGKd@?; zA}3p{Im%_lWS4(op_tgF0gXE>LGpZM-bzWiwzm7sW7-+u=?qI|Kv-d*9qc&kxM=g> zPp2~qcNqkL|J)W|Sji8rT3`KZoPZgw?L@N?)_qq!0T;ec2xrZb=6Hsq$Z%5HqT)h> z&c-w0iuv5mbu!Y;GZHdHz?-T?nB%K!aQ|sU`&VC25vevDWyz-xtl|WZh1f1WJIwNv zNZFzj7VC0|ykip58LA{!@yppznq}Q7M2Id5XgSnR9%~=Z;e~XB@OmIkH}|*~S;&q) zO(gFXpAf&ZPevd87R=EQ^D^F^0iX{%Cm)!8;Dj;G)-}mYH;AMl)JM)3kUG;StRe7! zXRs8t$NY2K6TJ0*F=D^d;qtm{GOvxcgb=O}(ZAu9L zMT+*m(F1ta`Z7?7L}xcX#*jbl!iu7yec2z|Oac%JZ{}R|RvPjmxHLAZ(-O!;>&{3y*L(>3^5p5Jh~b88)qp-#9zz&JQ{6(Oo%_ zrxG!`Ia#2NQINCKeviab>W9#|Z-Ov_TUot9&}-;Aall4WKuBZ?-!!=CL4TRuDxif% zo!uY*w&O!~YgejbgUPnH%1Xn3kA7k6PZ3mL@9KkTwo((ymP*%;mf50TeCJbmhSTo+ zENF{RNvJvm5uW*I2pI2+#^3u_P-5PC=~3u*V06wiA7>#3u{)$h2j*yi75lh(rzVw&K^i@iP%}=s*#B_eNTu|n zPcQ|a^(r6KK%{#0HWC7+9;D`cB#hWJJ>vI}pGQ>>R~x4yDQ6SIE!&x9$LSX4QVic% zpOMIyAshHlVH_V6oq3UyfwWeRo6+i|;jsC!AbYrj@!x7119-D(bJ+-xFJy&vnz)>+ zs*5C@q*YnISYR!Xiz>B_JX+hDFTEtZU#tS7=kHv-fbf30zzdO>_K6Qrd)S@z;N3Pv zhd|>mbH=Hb_0dxfSY;ivC9~z5rZCf34rD>JRFVdUgHM}ps`tNGR|D`Tv>X+2*)!1c zkkHi)3UGIa!u|hlUSReOazo8TRAKo@p6$w=A`0f7+HAnCU9zB19qwunqY12bts})! zj$hxnDH-bVM(?(Wo#dwIfI|u4*;X%diDi1XY#kJW`UTjzM~Nx$2oc{qkk~Sl8v_@w}V?ePP3~ zx)zLRLZPq%rmEaZ%wAsL{;ie5Zx4mYHURmdCuf3f;++lqtlVtq)Aum93aoc!rH175 zDnOs&+%Y51l}!dwNAM1sLXTj z5*r79>P#UVts1A0?o{rH!SdROp9~!^(%%pAoYvr{51Yz{9xUwP!T#vK;=j7UraEvY zD9eGB+`jmnR|HjFoRNQHAr>P}o65CuSnS71<&;F*l#9mtXU%sX0Hk@R(gk{vwZZPP zG_jE(j9**2!xJf7PLOu4i|SL%eJmo7An|$oYuSUd=q>^rNzXA6(H)o!R^xbvxH4rq zT&L2M6LsZTqkzlwZt!=Rvh_^8RdVF^vp?#bA`dq&P~0&>O;y9YZJ71|w>XTBnqG4Q z2qdI7zuODAtPO4uA_4ECTMq`?b94+Mk}*wtr<{iO#7F8aD#0!uw1!(7kq9Q0(?zZU z<4?)F@17d8gnge$%HjK+rb=KoXMY^`O$lQOkBo@@aZ2cA~#iKngkyUQgjCs0J4Fkbo>sBn4tk2?7y-y4Pw(K~0A2Ed@ zHhB9Esmpp`lEd|nU8!6J6`#b^u0}Rm&JeMp^TOZ;-1RsTV*m=?6r5H`Wrl7dHq~8l zs3vM!?GH+2nY@Ou1iU;MGB{%n+DI}{kDFrS`Sk54s^#gkcEIVUUALAiO_HpY&5)5i zJ@;CFWwM}6W@uHW^}Zp13D6ML9WFjTZvVf=zB0D1plQ#{j+q_%nwfpg7&FJr%uLq| zF*7qWGgAzSnVFfHnNz=QKdDk%wbJ>syR(|-jI=Y_b7r2wit$3X8=F*%gC?tl1xl2q zC{40r#zA4{GMf{J3Ge6HKzAm}hU}cw$l!S^1-Z?&$qDXAYH6JqOKyQ-g`DD6w@!nn z-n$$Z64qcE-<@QzdTYb~=2O>(?)HMRI1g6{4RHR6;e*M|C66QmU3{UHrtAeXH8UCm=Qd5n8IiA)ORU- zW4F3k#+lfgouUv-kiG$j=dW$adS)vp`gtA}nh~Lwzkaipf9A+hkPP&h^bd&|YGxRb zgmcHXHq(Jh^0yt^TQKvagLiz|z0kJnx9`yCiQMOQA+(65yjDc#JEi%v5z?$W5F_oV zR=&GOu~l4t(-(2~Xo6PnGR7O=eiH(UH#RTGPy8N}LE$~GQIe!DUcK&|Z}64u=WQM` zwu@^#zNcrq<*g4e!C$xjME25DUzClkS>3R|LPYF+xO?!BqCb>G+#AU~Gg)1nn9xzx zoAWCROKv%{)={~Jah=opKdSyHjpex@9%4SVWLXuT5JNWN+w|gK?+Vs$!X_CiE|WbU z5BH9qL2o{VvVg`nBPeq#Dx%_hD>MS3?3(9E-1csb<2YlYd$XvL`nt=IidLhfn^9KFJa~7l3zGeWg?u#+uH=DQ&P{t>^2XDtA_HX+ire z-+HE?tH6wTy`MAfq?_OMtg!x(35K~Ol3kZAX8uK4^dR>8Z9&%-vaFcnje4m$=!s^{ zFMn+}(g4Vane}$v#b)q1bt%v4D*20x<+}@FlZizdRvJDr;RB(|-hO!9pSr4s5zfP9 zOJ{7&U|Z)Y^VQ&x`^lRsZkwh8L~6aW0k_h%65+^&m3q^G99qzogiOLbwyN92vE-9& zlJ7R7Sf+s%a%hS{m!q{C%Q;g(FPV|%kTDbUdD8_}kdc7Klh-d_)gvR{=Hy5Rc?QH< zsO+^C3cjcl169wQACb(rFI+AyDFTfw5}3vg8SbMjZk5$RXW8Q_om^J|)qC1kdUiuv zQ8Fi9wB6H)+(Sp={#Wd#*t0PFJ`XP4s+Y8(%rKv~+FM80j=woUL?8j_sKNLx;E=Kr zd?u%3B6)RD&0Aip_YBbnIC0QLqhPVJ{Y>RAC{JhoH?#Jw8)+ABO+UPFNOFUAKvXv6 zP+-drJqfCNa@NdEc#ro!vW+u%`XzVt)$q%2lC)D#PFLfuVoc)MOiJ)zCWxs3RP$kb z5+Z9(9++qNf9cqXNxI`Hv)^9F3((3AeMc(+el)y3zL^@GB0iPy zk>bTJOTL*C3>%iH7IAJ{CrD+5c%(9`L%oz30Cya*b^VogYjGlA(hWv9GZ9N~h9OoB z%?5=$Odz-ZMpORsbZ1S9K?c`8!Cs<9LB!U}FYt6iU+n88CZ_enIB1BLw30vWGio@M zi@$TO!NDE-6Bt6Mz~`6}Z0xFPDt6xZENgCL29$OQE) z%f9=sZkhP#kXK1X$h7m;=gv(F=_SgLZ&La?{#~@irsmiM$86;ldkIDb5DShFvj4>)~w$u?V{vsO* zTp>qF&T2L>AuQ>)F+oud>JY4V86JcQp!Ibi3NAHVJi}OdJj7wr37zJ2-CxaF>K6aD zXl3Spr^-i42=N2&=y2{WQGrK%;7!~q#7LEZJVng;+fis5pQOoqpDa#dU{E&5CmSK6 z^&qhH&5|;}Q0ThzfWuIMW&77WXqU+RFlzojmkpRcj7rpk(at0H$@dB)D+(e`l>ug24Nob7 zCCQ*`v|EF+!y&rCbpI@YDQ{pZylC3}t$UkL~b93lU7^TQ@fv6(H{xutL zj`oiDZ+Z&k4pvbmd4om<@b4O7A6NiMj{?uF`-Fw-POZ=D7TQRBE18(7`HG}2=IJbC z;S(81;@@rVNIk5pVRY?&#FIa>%b05oj&#ayQZ+kCn5sfy2WDEX2Q%FS5WHL&@q&Hb zp$WGd*dGQtj?a*_R~D`A@C+aLu{Fi+1O50o{6V#C zqmXHV{#$&-ex#4(YysIK7BP_|qWUDC65@5JpjkQZeJ*Frpe=Hi#<5lKiYj8wPL^bw z>HW?pCLAZHU*q_4ws`0oJ)Iuj#Q@JdIw^imXU$q`ASmx}ZQ$hSNaz=H#hxVYCB*Sb zM2ze*v1`;)JDeDe($FELcNjV97Dk2+oq}U4mv7+MXbm+w@xAZ(GCQ$v#QeGT*o=W$ zk;s$*b5)Q#$_taNyYmu`;#gS9Fp6SqJ5dz&EAr%!Uze0>-oJ#3z=&ZXyg$v`qngXN zS`r?EES`zgIu&^;jwy3e_-xn&@5tiiE{0|XQRq6g`z^l57X?%8&lm8z(Fj*|@I}9C zpO@=KEE{m7WRroccE31WC&@7wWhb*&DFOd1F=~=W9pMM0>CXe<&kNkkNhyU!pei&c zBxcUKVj~9JHcPfQNcANv#myV=gmfP87d_91H&kT&P=X@S+vmV+~aYSREwrZ z7Sc*oK6PTKisbyb@?kcaXO5Fu+&DM(r+CPiOC2B_W}tHEJ=WjRG*ngcx#ILJk|ccy%5g3?E*ZrI!na&0FIpNzfus%s#2Upe1h_+vOS;`jPLwZ8Kmgh!F zQQ^WZhf9s>-#!F@)7738yWQsoZ?h%V89w~2%zP1=qHLVgxkJ$(p-Azc)i~8b@pYh~ zv7~VM>O(H@b!1yth5mMRRAR73A&zub}H!B`l{xPL^07!NC^ddGDe$V1s)k+%05BgC$)Wv#FIhD$3`=cnaEpGxheosdd~II4@4zhn7ro7qD;(rJeNz zw%HtOaY5S0ZV*gpZrUgm_Ia)1iDO70ylN5=(_tejf1=rX>eP7S%73RB3lR)~R_xd? zqDO~+8tdopm&Gd*(MP=#BK0sz@l2!Jf%Xt@=x8oLBd~gO`IT3rvPUWnyxeos^YVOw zDTWfSP*~&>V3onaW!QQg} z`QZ8<3E%S|UFpcE7CIrBEqUqkTkT;dvsssfm7=lmL7=y=!W|%hVNnYPi2_}JdkqL` z#tT4EYjun#^_dxg*|72Kl;-zHKwy8I%yMPCL<2Rz=B)8Ym(5pC@Xd#WrK!mKsYKrv zjGy^Z3#ad~{`#CSDC_M@{fRi(^z>FnUT<%V!oiDN7GE*aGk3>y0L6o}LGtf-RtVb- z!u;Kv&2*AQ;ylYG4ut@gOb7IjVqV8NgvE*RX=#2{)7R`yGti}6AO@&nSnPzX&}FtU z$peR^cl&8ZOzZN_R{g@oVWx}gYV8kUmv3~+mLd@x(A)uuH1{+IHseia9&cH{39}^w zUyw*HFPzlpFg(@cc`Yz5n6-v@V`@*7{6(CJ6>n;-uu@bfgAjqX?{hF{p5><12qv_u z*L`oFEjV(?&QKo>t(v{5!;_IWp(N|iENqT9wF0rwO1OeVcTE|35e}N|5Xn?Ge`d=1 z$vl$8Y^5oai2Zsc$b;(L^xonoDO{AIho|HE_l;Lv~mm}$)D>U_4XbE_#@_S2kk;{f#VTw!+@!q%WC)I~4B-;L0+7}HF&YG*J zpK$J&W2kbi*IhTsPiZTs-HUg-Jv{TC&ENSHU%yXKa)UNZ-X00~>47cNPddybM42hz ztM#g=GbDH@>P~T#SUE?}r{|1hb%J=~wG+I>o=ERwS-^ha~!$SdJdKyW5Fwt z_tq3kY8h)LDb^m5Pnl2o+d+EiE8{Bu8XjOCS=Y=hcQggBcx~BcWSQ*Z?YQXaaYO2E zMPXDyvYO>qEoPre*Wqnp#-05>Ehhth@-EALnSv*tezp}k{iM?!hIYNbn z@#lbyA+ci3;%;3>j`KwLB|RDR0^{-R`rNYBh?&)FqgN*5%A(0WlT&XbL46&rGSc618~EDX`nQrbF^1Yc4bx1(ooBBRSDb7>H~ zynR-e*KTIvwi%aOR%1&Hj_GZ82lO@a z$A>z5v#Y#(Vww#5l9+I%w9U-&Y+TQ5fbJ{;mO%)}Hm}G5EK@e?JT#DW^|L0^2{M$ilZ#_@+;r4ACvVePV(%(}Eb`r|&11%9T$NHFz z0W*6QL@s&v537yx(_7oBTZ=JwHUvUUEY;rrrN>R42Os z{6>U%$ftpu%5A=5?e0@?GDik}28e^i$Q-$j$tJO^<*8X`_s$gc4_?G={LPfq zp!u+fRalXlbbUI&7of-j3Gg{?-;b!F#5%##P~sHj3Ime+$M562XaBl4ijHC)=CqfJ zZx`OgKsRfr#NM-cCIl`CSAbAswYA9j_-${`zT=l;HUGr&DmM}Hxe7i6kob!V)84(b zf+4|6j5KQ%W-|JAr+;iW1&W(7$P7gq68n!ff1Y}Akp7_4cm1p?+&$2`mJ4`Np$a1r za^sR-7~AKT-4Uh?agOv@^OYQ(7C#QXNvq;B<~I^7+0v%vtq~fX+8Au3&D!}P|ImU= z;#;x)N!bS9J9W*?d<>=W8#lKLw;bY5sd|_qrU11a=^|fhn&s#+`|0c8yS37k!cWgT z?u~E&wJHaYJOKgi{H@TvK`l-$+2gzC-uxF9d=p^`<32R1Py3RQZY*{;<7hUbwU zsK}q`VXwg1V`;~>%_kI@(%Hh#TL^8oa@bwnGpFNkP;X&d-aY*IGv#{`>IJl7+o5>b zf4PG9`Q6%Gggw~Vm6R`TkJt`??wl}9-2c0 zp=sMqifY&>pqeK`tUJ@Ms>WzH#T{jaBC-8&$B*U^<{ynszOI;_hCTPa4rBzB7$8JP z9Kqr+4-3uc&ujy}auM!~O16ct-aL)sgibMErvuvq&0HdPKDV~4U;m_-G6wN;a{Yun zB!Mcdj0qG`ouc0v4a!8cXkVDcj|am#+1OfBm9G!FHRR@nkO&SAukViYcga3S$GM#9 zm|QHxUqhFx(ok?i<>0ZX?2{d1E6Z&=*i|#CY#y)bqf4&X?imexV)Dp<#z6~17 zTw(;=^n?G6GF5|j(fgELnd}VnX2Q`ygS{=+d%(7hI!QIqs>$-Mcug;pznGIxHdojG zI~XKlEh$rsfRk!VRBxVow8r61wN+2hJhE+pp2ID|b;$3!*rJUjnU+u9)oq3Hw4JRX z<^~t5PhW}C+W%3kldE{!QwLj!fehJr+~1@A>MUCMm*x_*&`?z}+sFyly$-!5(!ILk(eNfi_YR~H7e&iZx|l`TuJM1{qx z#AH`Li|y4TNt!S{PR}-4K)^w!F5KEQk6)Gp^4XNts3e3Q@qv-W~Hlf+!0xSOxz`4IuS{!=!JW72#^M%ke9$ ze)yHc}LkIilBW>#`6&#-d{Qf zu?@Q9cPk$`?bE=mAVt>95-9oP$F!ocGw>>3P3A;j&s)8?_vKMvPj3zM#=;nwB6yE@ zTCwvJRk3|_fBue;-?to&SLFJlxd2=&1smfWqe&k=6o9kjNo`Xj1|j!Em~WF%(oFc^ zyvV0GP_VcSVTPB8kE`@-MeaRVs3ZSdXj9bs+|1eeJC`|?kFk3eEHb7iVe)G}Mi-~t z49gsl)^a2hk}9i%2JIpa`g?|h?E7#Ypv5*Sfk8bL7SM?b}zsU)VDx4Egi%sjJg5^#YUPHNsYdi&(avGF;f<5 z_9weiFmVbte!d;(HuE;-cj~;L&rb`$8$?-rWSvMGq0&xbAJWlG>ZbX`>zdrtAm8}2ZM^6z zELf`<|LNTZJlM$be!7g|_G%@29cqnx8S3SU>NfBCO&XVO>;Ve!>`;0pELXd&X#zlT zOD>N(!+HcOIb{`&sW2%h(6rG{rAG+)=R!PgII=pvgr;Pf>vlfZ+>g^mPNA}_pC#fs z+E=oYCd5VHbf!4mv`YP$tLsc0Zlz;z6%iJ2kStfaJaTC}NNfAqe0DYaQV=)Mm@9xT ziKTAEDp7g^DX4gl(du}-X3j7+@|BE0SBbfi`lmn*zA$du%u>%NWk=Ke$8pCiqIz;0 zRK@bV4f^#dF3Ua?TJj`KdsKjw%ON!{H5uo(Oy}vKxgI;z+|>_u!dmhYQ#xGwXur@Y z8cf0wA;Tm#xu3c=0U%$;cJswdXOpb!Hw}lvhmsCq>Iux1zoc=oyCVZT#S>k5hClUV zojTiTkYa=XEj>opv)m@b_XqB$;((o;Fm)pDrYD_q%ZjqrOm46|j41RK3R8BE!i6+~ zScIEeO~ZQPyw(({uY?x008;As^L+)KDzmWzB*AN`A>B@*qK1lZyn5XTK4~P*y~|jJ zPJ18@L4tKqyQ@iF@sA+piP>WXFv5AAMxuK!RSzsIISics?mhu|oi zif9m&TR>bSrD#Ulh1q{xwArMz0zQ zXnsoSE%d2VNaRvYE_f>kv2Ofm0Veg~zqOtDcR2ZP`=xT~(oApfkdv>D+R&D_(Ut=% za_|A(A9}ar7MPf|UJgdc>Jx?vO)3wF-JvJyyNN&&d*`#!))!uKw-+vw%675+-V)B4 zqE!ZSQ8K2OBk6dxJbcLsX7rH+Hp{i)W0=^M4@v8ih{twh%JbBj?uaKa(>j5ye0ar*}x z)B{3E4J#tMq~-`aH`7tNExGt(Bx&B;C6|Jin#jm^}6?y@~aEG_thLY;y+00zHw1&k884h=dg-Es46;; zv67IWPqJrzyT$lTkgRkcgp!hHH9Jd{t#s{Jt2ZnR>x-@SJqj+B-wxjuI)O=+HQj>= zkl*qgFbE6$QDT}@q5(4>H+j1daQdyDsTx2WMmdKYqW^(92V!`_DAph^7Tdq*czj9E zkur9u|9i%wurTwk(3EbaB+7O)hM#X^mpZbLD-doNll%z1a7U+w(*~hq{o4(E} z9Z8I1?#qjq^FmJn-xv{jz?>rWFDvU5k;Aznbf5zJh78~&G)@7x75OAa|4rQ}%O^yv z@>ur7I>V@9CFMZzmS;^(B6m&U0C^& z!;_J0f8V#HhH*YD_~hKAmH+Q&LG~K{n7A{sV%|A7NqsBk@?{;O-?h%~?!@_94+E~$8 zVeYK&D3J-)c|)m|70tLx+U^P6HxuMuultDr9!_(*k@)RKy%D))iP6g@N{ z?Y+O1ov#rIr6p5DFp<{MzI-0h3X>wXR6i^+F|F* z7pAHx@|4QYeN$N0UAZ@1RX2R8oHZ_QQ(-6qYw-tJf|2xR`}wc$z{5HRRP|<@ESW%# zjsj!#%dUHe-g~aa9~x}?=-j%UY|{r@pvFDWcF9{z(Y7xlgP zKUCFl{x4NEKb`DNT#QYf0Mrg9W-6u{3@nW7%#18R8U!X0CsRX^{nyIZ^nVR4?d?Pj zL8bs|Q65%i79a~V3kNF;8#^0^)|Z5wy~+Q5QN_v7!NJr7z$9*H<7|q+^ixGlgHhbY z#>U9d&h9_@RV*x>0bkGmz(EgCGj($QQU_pTWMO9kaBSUVVkESyaZ0j~dZ9|t2VBQp(xfWUt&U~goF!2Q3xwu*;?DS%1A$VwSxi@+og zVB!8xm5`G&2*AR|^dCN3g$qH9e}GnfZ~YnVFn4%U|-bI!VevV$k`= z)~(9!21M`>k$nN>RLHWWX|gx+$9In=z5rlLW8X7eIW7;$EJ>3nDZ)}brt1(AT#6*_ zj)V(PfJV#J9}Go2Di>Q{+g0k3iGKF;-^WMw7Bt*ku?`(^L=yMeuxIm2u^!H0j7h!l_JtWPa+RMfa~o#H;c@9Q>z>m?IT8 zn4Ve~p-Ok8KV@kcBsALqV8M+^X((pLg;}mn)ae%oCt$Xex^9~{1$O4Tyt83`ZjZJB z$_UL4_LiH&_pCE66|lnWi>ieZPZc=rbU;-Z0$rN(3Q)pyx+pDAZ`DcJL~3n2WX~{O^Q6 zD=WA7cEVBmk3vt8r5?Dt6Kj+unuqpc57eI1b58&j`pn7CSHI{&k_PV6uCFtwTI9>45tkp zhd_IG-s;GJR()FEf7S?|D!s{|5A`y8Lx=0b!TT_Uydf|-p~M4>p;3K@1n-!v9fEAP-Jf>fFV;Tb zhC*WgTo1(z|9IxMSdO+hzvcJ+qkqHsofa+p))~!FgEUU5RG@9|AEwK~lwP=PgP@>S zv)jAZ_@@1^Ua8qIk{wo}kK3cG$fMd*BTnUiOJece$ zseL5AYVPKie53~_l(PVn;y+&;_JbumxJzQU01te&es8yhK?WAIbG=Q>o3XPQ=ynJe zAGJY+4n<8)2GcOX8OTrbP1~Y?>Zb!2Ufbg_koA!@=Um2>%?2m*bCZ2@*HyE%!9r_7 z?Cm$7Ep}d%?q6W{%_KT^)k{8J^}B0~K5G{~wXvfa&c82p?CIOQ&$E0wk0i8cL>S2uxCTCZ_HHZDs%~ zw=M#cvZd!&1o`s*>HuvP04spyYfj1D9t2?J_}Z`ZA8|8#0PBB3=6?pF0Bt@_7Evy7 z4o+d<4^ClbVNos)c6Jd_VG%A-b`fR{W)YwO;QuZ1rA5}%&KzU`;AZ|G5eD%8LEnuv zGKMDf6Ekq9|Dj{krddc6f7%~`zBwOA4~yUQKY&!;fJ)P`$kJE zdRXF5((n_QH}se;-~qcf|I$E)<5pEWh)@5T`xC0Xm%q%QG M1PTf<1#yJ`2KN#|82|tP literal 0 HcmV?d00001 diff --git a/documentation/Templates.md b/documentation/Templates.md new file mode 100644 index 0000000..dc42c28 --- /dev/null +++ b/documentation/Templates.md @@ -0,0 +1,65 @@ +LuCI has a simple regex based template processor which parses HTML-files to Lua functions and allows to store precompiled template files. +The simplest form of a template is just an ordinary HTML-file. It will be printed out to the user as is. + +In LuCI every template is an object with an own scope. It can therefore be instanciated and each instance can has a different scope. As every template processor. LuCI supports several special markups. Those are enclosed in `<% %>`-Tags. + +By adding `-` (dash) right after the opening `<%` every whitespace before the markup will be stripped. Adding a `-` right before the closing `%>` will equivalently strip every whitespace behind the markup. + + +# Builtin functions and markups +## Including Lua code +*Markup:* + + <% code %> + + + +## Writing variables and function values +*Syntax:* + + <% write (value) %> + + +*Short-Markup:* + + <%=value%> + + +## Including templates +*Syntax:* + + <% include (templatename) %> + + +*Short-Markup:* + + <%+templatename%> + + + +## Translating +*Syntax:* + + <%= translate("Text to translate") %> + + + +*Short-Markup:* + + <%:Text to translate%> + + + +## Commenting +*Markup:* + + <%# comment %> + + +# Builtin constants +| Name | Value | +---------|--------- +|`REQUEST_URI`|The current URL (without server part)| +|`controller`|Path to the Luci main dispatcher| +|`resource`|Path to the resource directory| +|`media`|Path to the active theme directory| diff --git a/documentation/ThemesHowTo.md b/documentation/ThemesHowTo.md new file mode 100644 index 0000000..32154c7 --- /dev/null +++ b/documentation/ThemesHowTo.md @@ -0,0 +1,76 @@ +# HowTo: Create Themes +*Note:* You should read the [Module Reference](Modules.md) and the [Template Reference](Templates.md) before. + +We assume you want to call your new theme _mytheme_. Make sure you replace this by your module name everytime this is mentionend in this Howto. + + + +# Creating the structure +At first create a new theme directory *themes/_mytheme_*. + +Create a _Makefile_ inside your theme directory with the following content: + + include ../../build/config.mk + include ../../build/module.mk + + +Create the following directory structure inside your theme directory. +* ipkg +* htdocs + * luci-static + * _mytheme_ +* luasrc + * view + * themes + * _mytheme_ +* root + * etc + * uci-defaults + + + +# Designing +Create two LuCI HTML-Templates named _header.htm'' and ''footer.htm'' under *luasrc/view/themes/''mytheme_*. +The _header.htm'' will be included at the beginning of each rendered page and the ''footer.htm_ at the end. +So your _header.htm'' will probably contain a DOCTYPE description, headers, the menu and layout of the page and the ''footer.htm_ will close all remaining open tags and may add a footer bar but hey that's your choice you are the designer ;-). + +Just make sure your _header.htm_ *begins* with the following lines: + + <% + require("luci.http").prepare_content("text/html") + -%> + + +This makes sure your content will be sent to the client with the right content type. Of course you can adapt _text/html_ to your needs. + + +Put any stylesheets, Javascripts, images, ... into *htdocs/luci-static/_mytheme_*. +You should refer to this directory in your header and footer templates as: _<%=media%>''. That means for a stylesheet *htdocs/luci-static/''mytheme_/cascade.css* you would write: + + + + + + +# Making the theme selectable +If you are done with your work there are two last steps to do. +To make your theme OpenWRT-capable and selectable on the settings page you should now create a file *root/etc/uci-defaults/luci-theme-_mytheme_* with the following contents: + + #!/bin/sh + uci batch <<-EOF + set luci.themes.MyTheme=/luci-static/mytheme + commit luci + EOF + + +and another file *ipkg/postinst* with the following content: + + #!/bin/sh + [ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-theme-mytheme ) && rm -f /etc/uci-defaults/luci-theme-mytheme + } + + +This is some OpenWRT magic to correctly register the template with LuCI when it gets installed. + +That's all. Now send your theme to the LuCI developers to get it into the development repository - if you like. diff --git a/documentation/api/index.html b/documentation/api/index.html new file mode 100644 index 0000000..c762b9b --- /dev/null +++ b/documentation/api/index.html @@ -0,0 +1,435 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ + + +

Modules

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
luci.dispatcher
luci.http
luci.http.protocol
luci.http.protocol.conditionals
luci.http.protocol.date
luci.http.protocol.mime
luci.i18n
luci.ip + LuCI IP calculation and netlink access library.
luci.ip.cidr + IP CIDR Object.
luci.json
luci.jsonc + LuCI JSON parsing and serialization library.
luci.jsonc.parser + LuCI JSON parser instance.
luci.model.ipkg
luci.model.uci
luci.rpcc
luci.rpcc.ruci
luci.sys
luci.sys.init + +LuCI system utilities / init related functions.
luci.sys.iptparser
luci.sys.net + +LuCI system utilities / network related functions.
luci.sys.process + +LuCI system utilities / process related functions.
luci.sys.user + +LuCI system utilities / user related functions.
luci.sys.wifi + +LuCI system utilities / wifi related functions.
luci.util
nixio + General POSIX IO library.
nixio.CHANGELOG + Changes and improvements.
nixio.CryptoHash + Cryptographical Hash and HMAC object.
nixio.File + Large File Object.
nixio.README + General Information.
nixio.Socket + Socket Object.
nixio.TLSContext + Transport Layer Security Context Object.
nixio.TLSSocket + TLS Socket Object.
nixio.UnifiedIO + Unified high-level I/O utility API for Files, Sockets and TLS-Sockets.
nixio.bin + Binary operations and conversion.
nixio.bit + Bitfield operators and mainpulation functions.
nixio.crypto + Cryptographical library.
nixio.fs + Low-level and high-level filesystem manipulation library.
+ + + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/luadoc.css b/documentation/api/luadoc.css new file mode 100644 index 0000000..f9f9749 --- /dev/null +++ b/documentation/api/luadoc.css @@ -0,0 +1,285 @@ +body { + margin-left: 1em; + margin-right: 1em; + font-family: arial, helvetica, geneva, sans-serif; + background-color:#ffffff; margin:0px; +} + +code { + font-family: "Andale Mono", monospace; +} + +tt { + font-family: "Andale Mono", monospace; +} + +body, td, th { font-size: 11pt; } + +h1, h2, h3, h4 { margin-left: 0em; } + +textarea, pre, tt { font-size:10pt; } +body, td, th { color:#000000; } +small { font-size:0.85em; } +h1 { font-size:1.5em; } +h2 { font-size:1.25em; } +h3 { font-size:1.15em; } +h4 { font-size:1.06em; } + +a:link { font-weight:bold; color: #004080; text-decoration: none; } +a:visited { font-weight:bold; color: #006699; text-decoration: none; } +a:link:hover { text-decoration:underline; } +hr { color:#cccccc } +img { border-width: 0px; } + + +h3 { padding: 1em 0 0.5em; } + +p { margin-left: 1em; } + +p.name { + font-family: "Andale Mono", monospace; + padding-top: 1em; + margin-left: 0em; +} + +blockquote { margin-left: 3em; } + +pre.example { + background-color: rgb(245, 245, 245); + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: silver; + border-right-color: silver; + border-bottom-color: silver; + border-left-color: silver; + padding: 1em; + margin-left: 1em; + margin-right: 1em; + font-family: "Andale Mono", monospace; + font-size: smaller; +} + + +hr { + margin-left: 0em; + background: #00007f; + border: 0px; + height: 1px; +} + +ul { list-style-type: disc; } + +table.index { border: 1px #00007f; } +table.index td { text-align: left; vertical-align: top; } +table.index ul { padding-top: 0em; margin-top: 0em; } + +table { + border: 1px solid black; + border-collapse: collapse; + margin: 1em auto; +} +th { + border: 1px solid black; + padding: 0.5em; +} +td { + border: 1px solid black; + padding: 0.5em; +} +div.header, div.footer { margin-left: 0em; } + +#container +{ + margin-left: 1em; + margin-right: 1em; + background-color: #f0f0f0; +} + +#product +{ + text-align: center; + border-bottom: 1px solid #cccccc; + background-color: #ffffff; +} + +#product big { + font-size: 2em; +} + +#product_logo +{ +} + +#product_name +{ +} + +#product_description +{ +} + +#main +{ + background-color: #f0f0f0; + border-left: 2px solid #cccccc; +} + +#navigation +{ + float: left; + width: 18em; + margin: 0; + vertical-align: top; + background-color: #f0f0f0; + overflow:visible; +} + +#navigation h1 { + background-color:#e7e7e7; + font-size:1.1em; + color:#000000; + text-align:left; + margin:0px; + padding:0.2em; + border-top:1px solid #dddddd; + border-bottom:1px solid #dddddd; +} + +#navigation ul +{ + font-size:1em; + list-style-type: none; + padding: 0; + margin: 1px; +} + +#navigation li +{ + text-indent: -1em; + margin: 0em 0em 0em 0.5em; + display: block; + padding: 3px 0px 0px 12px; +} + +#navigation li li a +{ + padding: 0px 3px 0px -1em; +} + +#content +{ + margin-left: 18em; + padding: 1em; + border-left: 2px solid #cccccc; + border-right: 2px solid #cccccc; + background-color: #ffffff; +} + +#about +{ + clear: both; + margin: 0; + padding: 5px; + border-top: 2px solid #cccccc; + background-color: #ffffff; +} + +@media print { + body { + font: 12pt "Times New Roman", "TimeNR", Times, serif; + } + a { font-weight:bold; color: #004080; text-decoration: underline; } + + #main { background-color: #ffffff; border-left: 0px; } + #container { margin-left: 2%; margin-right: 2%; background-color: #ffffff; } + + #content { margin-left: 0px; padding: 1em; border-left: 0px; border-right: 0px; background-color: #ffffff; } + + #navigation { display: none; + } + pre.example { + font-family: "Andale Mono", monospace; + font-size: 10pt; + page-break-inside: avoid; + } +} + +table.module_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.module_list td.name { background-color: #f0f0f0; } +table.module_list td.summary { width: 100%; } + +table.file_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.file_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.file_list td.name { background-color: #f0f0f0; } +table.file_list td.summary { width: 100%; } + + +table.function_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.function_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.function_list td.name { background-color: #f0f0f0; } +table.function_list td.summary { width: 100%; } + + +table.table_list +{ + border-width: 1px; + border-style: solid; + border-color: #cccccc; + border-collapse: collapse; +} +table.table_list td +{ + border-width: 1px; + padding: 3px; + border-style: solid; + border-color: #cccccc; +} +table.table_list td.name { background-color: #f0f0f0; } +table.table_list td.summary { width: 100%; } + +dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;} +dl.function dd {padding: 0.5em 0;} +dl.function h3 {margin: 0; font-size: medium;} + +dl.table dt {border-top: 1px solid #ccc; padding-top: 1em;} +dl.table dd {padding-bottom: 1em;} +dl.table h3 {padding: 0; margin: 0; font-size: medium;} + +#TODO: make module_list, file_list, function_list, table_list inherit from a list + diff --git a/documentation/api/modules/luci.dispatcher.html b/documentation/api/modules/luci.dispatcher.html new file mode 100644 index 0000000..4ae88fe --- /dev/null +++ b/documentation/api/modules/luci.dispatcher.html @@ -0,0 +1,1151 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.dispatcher

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
_ () + +No-op function used to mark translation entries for menu labels.
alias (...) + +Create a redirect to another dispatching node.
arcombine (trg1, trg2) + +Create a combined dispatching target for non argv and argv requests.
assign (path, clone, title, order) + +Clone a node of the dispatching tree to another position.
build_url (...) + +Build the URL relative to the server webroot from given virtual path.
call (name, ...) + +Create a function-call dispatching target.
cbi (model) + +Create a CBI model dispatching target.
createindex () + +Generate the dispatching index using the native file-cache based strategy.
createtree () + +Create the dispatching tree from the index.
dispatch (request) + +Dispatches a LuCI virtual path.
entry (path, target, title, order) + +Create a new dispatching node and define common parameters.
error404 (message) + +Send a 404 error code and render the "error404" template if available.
error500 (message) + +Send a 500 error code and render the "error500" template if available.
firstchild () + +Alias the first (lowest order) page automatically + +
form (model) + +Create a CBI form model dispatching target.
get (...) + +Fetch or create a dispatching node without setting the target module or + +enabling the node.
httpdispatch (request) + +Dispatch an HTTP request.
modifier (func, order) + +Register a tree modifier.
node (...) + +Fetch or create a new dispatching node.
node_childs (node) + +Return a sorted table of visible childs within a given node +
node_visible (node) + +Check whether a dispatch node shall be visible +
rewrite (n, ...) + +Rewrite the first x path values of the request.
template (name) + +Create a template render dispatching target.
translate (text) + +Access the luci.i18n translate() api.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
_ ()
+
+ + +No-op function used to mark translation entries for menu labels. + +This function does not actually translate the given argument but +is used by build/i18n-scan.pl to find translatable entries. + + + + + + + + + + +
+ + + + +
alias (...)
+
+ + +Create a redirect to another dispatching node. + + + +

Parameters

+
    + +
  • + ...: Virtual path destination +
  • + +
+ + + + + + + + +
+ + + + +
arcombine (trg1, trg2)
+
+ + +Create a combined dispatching target for non argv and argv requests. + + + +

Parameters

+
    + +
  • + trg1: Overview Target +
  • + +
  • + trg2: Detail Target +
  • + +
+ + + + + + + + +
+ + + + +
assign (path, clone, title, order)
+
+ + +Clone a node of the dispatching tree to another position. + + + +

Parameters

+
    + +
  • + path: Virtual path destination +
  • + +
  • + clone: Virtual path source +
  • + +
  • + title: Destination node title (optional) +
  • + +
  • + order: Destination node order value (optional) +
  • + +
+ + + + + + +

Return value:

+Dispatching tree node + + + +
+ + + + +
build_url (...)
+
+ + +Build the URL relative to the server webroot from given virtual path. + + + +

Parameters

+
    + +
  • + ...: Virtual path +
  • + +
+ + + + + + +

Return value:

+Relative URL + + + +
+ + + + +
call (name, ...)
+
+ + +Create a function-call dispatching target. + + + +

Parameters

+
    + +
  • + name: Target function of local controller +
  • + +
  • + ...: Additional parameters passed to the function +
  • + +
+ + + + + + + + +
+ + + + +
cbi (model)
+
+ + +Create a CBI model dispatching target. + + + +

Parameters

+
    + +
  • + model: CBI model to be rendered +
  • + +
+ + + + + + + + +
+ + + + +
createindex ()
+
+ + +Generate the dispatching index using the native file-cache based strategy. + + + + + + + + + + + +
+ + + + +
createtree ()
+
+ + +Create the dispatching tree from the index. + +Build the index before if it does not exist yet. + + + + + + + + + + +
+ + + + +
dispatch (request)
+
+ + +Dispatches a LuCI virtual path. + + + +

Parameters

+
    + +
  • + request: Virtual path +
  • + +
+ + + + + + + + +
+ + + + +
entry (path, target, title, order)
+
+ + +Create a new dispatching node and define common parameters. + + + +

Parameters

+
    + +
  • + path: Virtual path +
  • + +
  • + target: Target function to call when dispatched. +
  • + +
  • + title: Destination node title +
  • + +
  • + order: Destination node order value (optional) +
  • + +
+ + + + + + +

Return value:

+Dispatching tree node + + + +
+ + + + +
error404 (message)
+
+ + +Send a 404 error code and render the "error404" template if available. + + + +

Parameters

+
    + +
  • + message: Custom error message (optional) +
  • + +
+ + + + + + +

Return value:

+false + + + +
+ + + + +
error500 (message)
+
+ + +Send a 500 error code and render the "error500" template if available. + + + +

Parameters

+
    + +
  • + message: Custom error message (optional)# +
  • + +
+ + + + + + +

Return value:

+false + + + +
+ + + + +
firstchild ()
+
+ + +Alias the first (lowest order) page automatically + + + + + + + + + + + +
+ + + + +
form (model)
+
+ + +Create a CBI form model dispatching target. + + + +

Parameters

+
    + +
  • + model: CBI form model tpo be rendered +
  • + +
+ + + + + + + + +
+ + + + +
get (...)
+
+ + +Fetch or create a dispatching node without setting the target module or + +enabling the node. + + +

Parameters

+
    + +
  • + ...: Virtual path +
  • + +
+ + + + + + +

Return value:

+Dispatching tree node + + + +
+ + + + +
httpdispatch (request)
+
+ + +Dispatch an HTTP request. + + + +

Parameters

+
    + +
  • + request: LuCI HTTP Request object +
  • + +
+ + + + + + + + +
+ + + + +
modifier (func, order)
+
+ + +Register a tree modifier. + + + +

Parameters

+
    + +
  • + func: Modifier function +
  • + +
  • + order: Modifier order value (optional) +
  • + +
+ + + + + + + + +
+ + + + +
node (...)
+
+ + +Fetch or create a new dispatching node. + + + +

Parameters

+
    + +
  • + ...: Virtual path +
  • + +
+ + + + + + +

Return value:

+Dispatching tree node + + + +
+ + + + +
node_childs (node)
+
+ + +Return a sorted table of visible childs within a given node + + + +

Parameters

+
    + +
  • + node: Dispatch node +
  • + +
+ + + + + + +

Return value:

+Ordered table of child node names + + + +
+ + + + +
node_visible (node)
+
+ + +Check whether a dispatch node shall be visible + + + +

Parameters

+
    + +
  • + node: Dispatch node +
  • + +
+ + + + + + +

Return value:

+Boolean indicating whether the node should be visible + + + +
+ + + + +
rewrite (n, ...)
+
+ + +Rewrite the first x path values of the request. + + + +

Parameters

+
    + +
  • + n: Number of path values to replace +
  • + +
  • + ...: Virtual path to replace removed path values with +
  • + +
+ + + + + + + + +
+ + + + +
template (name)
+
+ + +Create a template render dispatching target. + + + +

Parameters

+
    + +
  • + name: Template to be rendered +
  • + +
+ + + + + + + + +
+ + + + +
translate (text)
+
+ + +Access the luci.i18n translate() api. + + + +

Parameters

+
    + +
  • + text: Text to translate +
  • + +
+ + + + + + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.http.html b/documentation/api/modules/luci.http.html new file mode 100644 index 0000000..ea04fc2 --- /dev/null +++ b/documentation/api/modules/luci.http.html @@ -0,0 +1,854 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.http

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
build_querystring (table) + +Create a querystring out of a table of key - value pairs.
close () + +Close the HTTP-Connection.
content () + +Return the request content if the request was of unknown type.
formvalue (name, noparse) + +Get a certain HTTP input value or a table of all input values.
formvaluetable (prefix) + +Get a table of all HTTP input values with a certain prefix.
getcookie (name) + +Get the value of a certain HTTP-Cookie.
getenv (name) + +Get the value of a certain HTTP environment variable + +or the environment table itself.
header (key, value) + +Send a HTTP-Header.
prepare_content (mime) + +Set the mime type of following content data.
redirect (url) + +Redirects the client to a new URL and closes the connection.
setfilehandler (callback) + +Set a handler function for incoming user file uploads.
source () + +Get the RAW HTTP input source +
splice (fp, size) + +Splice data from a filedescriptor to the client.
status (code, message) + +Set the HTTP status code and status message.
write (content, src_err) + +Send a chunk of content data to the client.
write_json (data) + +Send the given data as JSON encoded string.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
build_querystring (table)
+
+ + +Create a querystring out of a table of key - value pairs. + + + +

Parameters

+
    + +
  • + table: Query string source table +
  • + +
+ + + + + + +

Return value:

+Encoded HTTP query string + + + +
+ + + + +
close ()
+
+ + +Close the HTTP-Connection. + + + + + + + + + + + +
+ + + + +
content ()
+
+ + +Return the request content if the request was of unknown type. + + + + + + + + +

Return values:

+
    + +
  1. HTTP request body + +
  2. HTTP request body length + +
+ + + +
+ + + + +
formvalue (name, noparse)
+
+ + +Get a certain HTTP input value or a table of all input values. + + + +

Parameters

+
    + +
  • + name: Name of the GET or POST variable to fetch +
  • + +
  • + noparse: Don't parse POST data before getting the value +
  • + +
+ + + + + + +

Return value:

+HTTP input value or table of all input value + + + +
+ + + + +
formvaluetable (prefix)
+
+ + +Get a table of all HTTP input values with a certain prefix. + + + +

Parameters

+
    + +
  • + prefix: Prefix +
  • + +
+ + + + + + +

Return value:

+Table of all HTTP input values with given prefix + + + +
+ + + + +
getcookie (name)
+
+ + +Get the value of a certain HTTP-Cookie. + + + +

Parameters

+
    + +
  • + name: Cookie Name +
  • + +
+ + + + + + +

Return value:

+String containing cookie data + + + +
+ + + + +
getenv (name)
+
+ + +Get the value of a certain HTTP environment variable + +or the environment table itself. + + +

Parameters

+
    + +
  • + name: Environment variable +
  • + +
+ + + + + + +

Return value:

+HTTP environment value or environment table + + + +
+ + + + +
header (key, value)
+
+ + +Send a HTTP-Header. + + + +

Parameters

+
    + +
  • + key: Header key +
  • + +
  • + value: Header value +
  • + +
+ + + + + + + + +
+ + + + +
prepare_content (mime)
+
+ + +Set the mime type of following content data. + + + +

Parameters

+
    + +
  • + mime: Mimetype of following content +
  • + +
+ + + + + + + + +
+ + + + +
redirect (url)
+
+ + +Redirects the client to a new URL and closes the connection. + + + +

Parameters

+
    + +
  • + url: Target URL +
  • + +
+ + + + + + + + +
+ + + + +
setfilehandler (callback)
+
+ + +Set a handler function for incoming user file uploads. + + + +

Parameters

+
    + +
  • + callback: Handler function +
  • + +
+ + + + + + + + +
+ + + + +
source ()
+
+ + +Get the RAW HTTP input source + + + + + + + + +

Return value:

+HTTP LTN12 source + + + +
+ + + + +
splice (fp, size)
+
+ + +Splice data from a filedescriptor to the client. + + + +

Parameters

+
    + +
  • + fp: File descriptor +
  • + +
  • + size: Bytes to splice (optional) +
  • + +
+ + + + + + + + +
+ + + + +
status (code, message)
+
+ + +Set the HTTP status code and status message. + + + +

Parameters

+
    + +
  • + code: Status code +
  • + +
  • + message: Status message +
  • + +
+ + + + + + + + +
+ + + + +
write (content, src_err)
+
+ + +Send a chunk of content data to the client. + +This function is as a valid LTN12 sink. +If the content chunk is nil this function will automatically invoke close. + + +

Parameters

+
    + +
  • + content: Content chunk +
  • + +
  • + src_err: Error object from source (optional) +
  • + +
+ + + + + + + + +

See also:

+ + +
+ + + + +
write_json (data)
+
+ + +Send the given data as JSON encoded string. + + + +

Parameters

+
    + +
  • + data: Data to send +
  • + +
+ + + + + + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.http.protocol.conditionals.html b/documentation/api/modules/luci.http.protocol.conditionals.html new file mode 100644 index 0000000..9728815 --- /dev/null +++ b/documentation/api/modules/luci.http.protocol.conditionals.html @@ -0,0 +1,556 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.http.protocol.conditionals

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
if_match (req, stat) + +14.24 / If-Match + +Test whether the given message object contains an "If-Match" header and +compare it against the given stat object.
if_modified_since (req, stat) + +14.25 / If-Modified-Since + +Test whether the given message object contains an "If-Modified-Since" header +and compare it against the given stat object.
if_none_match (req, stat) + +14.26 / If-None-Match + +Test whether the given message object contains an "If-None-Match" header and +compare it against the given stat object.
if_range (req, stat) + +14.27 / If-Range + +The If-Range header is currently not implemented due to the lack of general +byte range stuff in luci.http.protocol .
if_unmodified_since (req, stat) + +14.28 / If-Unmodified-Since + +Test whether the given message object contains an "If-Unmodified-Since" +header and compare it against the given stat object.
mk_etag (stat) + +Implement 14.19 / ETag.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
if_match (req, stat)
+
+ + +14.24 / If-Match + +Test whether the given message object contains an "If-Match" header and +compare it against the given stat object. + + +

Parameters

+
    + +
  • + req: HTTP request message object +
  • + +
  • + stat: A file.stat object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating whether the precondition is ok + +
  2. Alternative status code if the precondition failed + +
+ + + +
+ + + + +
if_modified_since (req, stat)
+
+ + +14.25 / If-Modified-Since + +Test whether the given message object contains an "If-Modified-Since" header +and compare it against the given stat object. + + +

Parameters

+
    + +
  • + req: HTTP request message object +
  • + +
  • + stat: A file.stat object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating whether the precondition is ok + +
  2. Alternative status code if the precondition failed + +
  3. Table containing extra HTTP headers if the precondition failed + +
+ + + +
+ + + + +
if_none_match (req, stat)
+
+ + +14.26 / If-None-Match + +Test whether the given message object contains an "If-None-Match" header and +compare it against the given stat object. + + +

Parameters

+
    + +
  • + req: HTTP request message object +
  • + +
  • + stat: A file.stat object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating whether the precondition is ok + +
  2. Alternative status code if the precondition failed + +
  3. Table containing extra HTTP headers if the precondition failed + +
+ + + +
+ + + + +
if_range (req, stat)
+
+ + +14.27 / If-Range + +The If-Range header is currently not implemented due to the lack of general +byte range stuff in luci.http.protocol . This function will always return +false, 412 to indicate a failed precondition. + + +

Parameters

+
    + +
  • + req: HTTP request message object +
  • + +
  • + stat: A file.stat object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating whether the precondition is ok + +
  2. Alternative status code if the precondition failed + +
+ + + +
+ + + + +
if_unmodified_since (req, stat)
+
+ + +14.28 / If-Unmodified-Since + +Test whether the given message object contains an "If-Unmodified-Since" +header and compare it against the given stat object. + + +

Parameters

+
    + +
  • + req: HTTP request message object +
  • + +
  • + stat: A file.stat object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating whether the precondition is ok + +
  2. Alternative status code if the precondition failed + +
+ + + +
+ + + + +
mk_etag (stat)
+
+ + +Implement 14.19 / ETag. + + + +

Parameters

+
    + +
  • + stat: A file.stat structure +
  • + +
+ + + + + + +

Return value:

+String containing the generated tag suitable for ETag headers + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.http.protocol.date.html b/documentation/api/modules/luci.http.protocol.date.html new file mode 100644 index 0000000..d89a723 --- /dev/null +++ b/documentation/api/modules/luci.http.protocol.date.html @@ -0,0 +1,410 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.http.protocol.date

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + +
compare (d1, d2) + +Compare two dates which can either be unix epoch times or HTTP date strings.
to_http (time) + +Convert the given unix epoch time to valid HTTP date string.
to_unix (data) + +Parse given HTTP date string and convert it to unix epoch time.
tz_offset (tz) + +Return the time offset in seconds between the UTC and given time zone.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
compare (d1, d2)
+
+ + +Compare two dates which can either be unix epoch times or HTTP date strings. + + + +

Parameters

+
    + +
  • + d1: The first date or epoch time to compare +
  • + +
  • + d2: The first date or epoch time to compare +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. -1 - if d1 is lower then d2 + +
  2. 0 - if both dates are equal + +
  3. 1 - if d1 is higher then d2 + +
+ + + +
+ + + + +
to_http (time)
+
+ + +Convert the given unix epoch time to valid HTTP date string. + + + +

Parameters

+
    + +
  • + time: Unix epoch time +
  • + +
+ + + + + + +

Return value:

+String containing the formatted date + + + +
+ + + + +
to_unix (data)
+
+ + +Parse given HTTP date string and convert it to unix epoch time. + + + +

Parameters

+
    + +
  • + data: String containing the date +
  • + +
+ + + + + + +

Return value:

+Unix epoch time + + + +
+ + + + +
tz_offset (tz)
+
+ + +Return the time offset in seconds between the UTC and given time zone. + + + +

Parameters

+
    + +
  • + tz: Symbolic or numeric timezone specifier +
  • + +
+ + + + + + +

Return value:

+Time offset to UTC in seconds + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.http.protocol.html b/documentation/api/modules/luci.http.protocol.html new file mode 100644 index 0000000..1d45ace --- /dev/null +++ b/documentation/api/modules/luci.http.protocol.html @@ -0,0 +1,753 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.http.protocol

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
header_source (sock) + +Creates a ltn12 source from the given socket.
mimedecode_message_body (src, msg, filecb) + +Decode a mime encoded http message body with multipart/form-data + +Content-Type.
parse_message_body (src, msg, filecb) + +Try to extract and decode a http message body from the given ltn12 source.
parse_message_header (src) + +Try to extract an http message header including information like protocol + +version, message headers and resulting CGI environment variables from the +given ltn12 source.
urldecode (str, no_plus) + +Decode an urlencoded string - optionally without decoding + +the "+" sign to " " - and return the decoded string.
urldecode_message_body (src, msg) + +Decode an urlencoded http message body with application/x-www-urlencoded + +Content-Type.
urldecode_params (url, tbl) + +Extract and split urlencoded data pairs, separated bei either "&" or ";" + +from given url or string.
urlencode (str) + +Encode given string to x-www-urlencoded format.
urlencode_params (tbl) + +Encode each key-value-pair in given table to x-www-urlencoded format, + +separated by "&".
+ + + + + + +
+
+ + +

Functions

+
+ + + +
header_source (sock)
+
+ + +Creates a ltn12 source from the given socket. The source will return it's + +data line by line with the trailing \r\n stripped of. + + +

Parameters

+
    + +
  • + sock: Readable network socket +
  • + +
+ + + + + + +

Return value:

+Ltn12 source function + + + +
+ + + + +
mimedecode_message_body (src, msg, filecb)
+
+ + +Decode a mime encoded http message body with multipart/form-data + +Content-Type. Stores all extracted data associated with its parameter name +in the params table withing the given message object. Multiple parameter +values are stored as tables, ordinary ones as strings. +If an optional file callback function is given then it is feeded with the +file contents chunk by chunk and only the extracted file name is stored +within the params table. The callback function will be called subsequently +with three arguments: + o Table containing decoded (name, file) and raw (headers) mime header data + o String value containing a chunk of the file data + o Boolean which indicates wheather the current chunk is the last one (eof) + + +

Parameters

+
    + +
  • + src: Ltn12 source function +
  • + +
  • + msg: HTTP message object +
  • + +
  • + filecb: File callback function (optional) +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Value indicating successful operation (not nil means "ok") + +
  2. String containing the error if unsuccessful + +
+ + + +

See also:

+ + +
+ + + + +
parse_message_body (src, msg, filecb)
+
+ + +Try to extract and decode a http message body from the given ltn12 source. + +This function will examine the Content-Type within the given message object +to select the appropriate content decoder. +Currently the application/x-www-urlencoded and application/form-data +mime types are supported. If the encountered content encoding can't be +handled then the whole message body will be stored unaltered as "content" +property within the given message object. + + +

Parameters

+
    + +
  • + src: Ltn12 source function +
  • + +
  • + msg: HTTP message object +
  • + +
  • + filecb: File data callback (optional, see mimedecode_message_body()) +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Value indicating successful operation (not nil means "ok") + +
  2. String containing the error if unsuccessful + +
+ + + +

See also:

+ + +
+ + + + +
parse_message_header (src)
+
+ + +Try to extract an http message header including information like protocol + +version, message headers and resulting CGI environment variables from the +given ltn12 source. + + +

Parameters

+
    + +
  • + src: Ltn12 source function +
  • + +
+ + + + + + +

Return value:

+HTTP message object + + + +

See also:

+ + +
+ + + + +
urldecode (str, no_plus)
+
+ + +Decode an urlencoded string - optionally without decoding + +the "+" sign to " " - and return the decoded string. + + +

Parameters

+
    + +
  • + str: Input string in x-www-urlencoded format +
  • + +
  • + no_plus: Don't decode "+" signs to spaces +
  • + +
+ + + + + + +

Return value:

+The decoded string + + + +

See also:

+ + +
+ + + + +
urldecode_message_body (src, msg)
+
+ + +Decode an urlencoded http message body with application/x-www-urlencoded + +Content-Type. Stores all extracted data associated with its parameter name +in the params table withing the given message object. Multiple parameter +values are stored as tables, ordinary ones as strings. + + +

Parameters

+
    + +
  • + src: Ltn12 source function +
  • + +
  • + msg: HTTP message object +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Value indicating successful operation (not nil means "ok") + +
  2. String containing the error if unsuccessful + +
+ + + +

See also:

+ + +
+ + + + +
urldecode_params (url, tbl)
+
+ + +Extract and split urlencoded data pairs, separated bei either "&" or ";" + +from given url or string. Returns a table with urldecoded values. +Simple parameters are stored as string values associated with the parameter +name within the table. Parameters with multiple values are stored as array +containing the corresponding values. + + +

Parameters

+
    + +
  • + url: The url or string which contains x-www-urlencoded form data +
  • + +
  • + tbl: Use the given table for storing values (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing the urldecoded parameters + + + +

See also:

+ + +
+ + + + +
urlencode (str)
+
+ + +Encode given string to x-www-urlencoded format. + + + +

Parameters

+
    + +
  • + str: String to encode +
  • + +
+ + + + + + +

Return value:

+String containing the encoded data + + + +

See also:

+ + +
+ + + + +
urlencode_params (tbl)
+
+ + +Encode each key-value-pair in given table to x-www-urlencoded format, + +separated by "&". Tables are encoded as parameters with multiple values by +repeating the parameter name with each value. + + +

Parameters

+
    + +
  • + tbl: Table with the values +
  • + +
+ + + + + + +

Return value:

+String containing encoded values + + + +

See also:

+ + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.http.protocol.mime.html b/documentation/api/modules/luci.http.protocol.mime.html new file mode 100644 index 0000000..0b5ce0c --- /dev/null +++ b/documentation/api/modules/luci.http.protocol.mime.html @@ -0,0 +1,326 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.http.protocol.mime

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + +
to_ext (mimetype) + +Return corresponding extension for a given mime type or nil if the + +given mime-type is unknown.
to_mime (filename) + +Extract extension from a filename and return corresponding mime-type or + +"application/octet-stream" if the extension is unknown.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
to_ext (mimetype)
+
+ + +Return corresponding extension for a given mime type or nil if the + +given mime-type is unknown. + + +

Parameters

+
    + +
  • + mimetype: The mimetype to retrieve the extension from +
  • + +
+ + + + + + +

Return value:

+String with the extension or nil for unknown type + + + +
+ + + + +
to_mime (filename)
+
+ + +Extract extension from a filename and return corresponding mime-type or + +"application/octet-stream" if the extension is unknown. + + +

Parameters

+
    + +
  • + filename: The filename for which the mime type is guessed +
  • + +
+ + + + + + +

Return value:

+String containign the determined mime type + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.i18n.html b/documentation/api/modules/luci.i18n.html new file mode 100644 index 0000000..0111cb2 --- /dev/null +++ b/documentation/api/modules/luci.i18n.html @@ -0,0 +1,564 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.i18n

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
clear () + +Clear the translation table.
load (file, lang, force) + +Load a translation and copy its data into the translation table.
loadc (file, force) + +Load a translation file using the default translation language.
setlanguage (lang) + +Set the context default translation language.
string (key) + +Return the translated value for a specific translation key + +and ensure that the returned value is a Lua string value.
stringf (key, ...) + +Return the translated value for a specific translation key and use it as sprintf pattern.
translate (key) + +Return the translated value for a specific translation key.
translatef (key, ...) + +Return the translated value for a specific translation key and use it as sprintf pattern.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
clear ()
+
+ + +Clear the translation table. + + + + + + + + + + + +
+ + + + +
load (file, lang, force)
+
+ + +Load a translation and copy its data into the translation table. + + + +

Parameters

+
    + +
  • + file: Language file +
  • + +
  • + lang: Two-letter language code +
  • + +
  • + force: Force reload even if already loaded (optional) +
  • + +
+ + + + + + +

Return value:

+Success status + + + +
+ + + + +
loadc (file, force)
+
+ + +Load a translation file using the default translation language. + +Alternatively load the translation of the fallback language. + + +

Parameters

+
    + +
  • + file: Language file +
  • + +
  • + force: Force reload even if already loaded (optional) +
  • + +
+ + + + + + + + +
+ + + + +
setlanguage (lang)
+
+ + +Set the context default translation language. + + + +

Parameters

+
    + +
  • + lang: Two-letter language code +
  • + +
+ + + + + + + + +
+ + + + +
string (key)
+
+ + +Return the translated value for a specific translation key + +and ensure that the returned value is a Lua string value. +This is the same as calling tostring(translate(...)) + + +

Parameters

+
    + +
  • + key: Default translation text +
  • + +
+ + + + + + +

Return value:

+Translated string + + + +
+ + + + +
stringf (key, ...)
+
+ + +Return the translated value for a specific translation key and use it as sprintf pattern. + +Ensure that the returned value is a Lua string value. +This is the same as calling tostring(translatef(...)) + + +

Parameters

+
    + +
  • + key: Default translation text +
  • + +
  • + ...: Format parameters +
  • + +
+ + + + + + +

Return value:

+Translated and formatted string + + + +
+ + + + +
translate (key)
+
+ + +Return the translated value for a specific translation key. + + + +

Parameters

+
    + +
  • + key: Default translation text +
  • + +
+ + + + + + +

Return value:

+Translated string + + + +
+ + + + +
translatef (key, ...)
+
+ + +Return the translated value for a specific translation key and use it as sprintf pattern. + + + +

Parameters

+
    + +
  • + key: Default translation text +
  • + +
  • + ...: Format parameters +
  • + +
+ + + + + + +

Return value:

+Translated and formatted string + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.ip.cidr.html b/documentation/api/modules/luci.ip.cidr.html new file mode 100644 index 0000000..28fb21d --- /dev/null +++ b/documentation/api/modules/luci.ip.cidr.html @@ -0,0 +1,1269 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.ip.cidr

+ +

+ IP CIDR Object. + Represents an IPv4 or IPv6 address range.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cidr:is4 () + +Checks whether the CIDR instance is an IPv4 address range +
cidr:is4rfc1918 () + +Checks whether the CIDR instance is within the private RFC1918 address space +
cidr:is4linklocal () + +Checks whether the CIDR instance is an IPv4 link local (Zeroconf) address +
cidr:is6 () + +Checks whether the CIDR instance is an IPv6 address range +
cidr:is6linklocal () + +Checks whether the CIDR instance is an IPv6 link local address +
cidr:is6mapped4 () + +Checks whether the CIDR instance is an IPv6 mapped IPv4 address +
cidr:lower (addr) + +Checks whether this CIDR instance is lower than the given argument.
cidr:higher (addr) + +Checks whether this CIDR instance is higher than the given argument.
cidr:equal (addr) + +Checks whether this CIDR instance is equal to the given argument.
cidr:prefix (mask) + +Get or set prefix size of CIDR instance.
cidr:network (mask) + +Derive network address of CIDR instance.
cidr:host () + +Derive host address of CIDR instance.
cidr:mask (mask) + +Derive netmask of CIDR instance.
cidr:broadcast (mask) + +Derive broadcast address of CIDR instance.
cidr:mapped4 () + +Derive mapped IPv4 address of CIDR instance.
cidr:contains (addr) + +Test whether CIDR contains given range.
cidr:add (amount, inplace) + +Add given amount to CIDR instance.
cidr:sub (amount, inplace) + +Substract given amount from CIDR instance.
cidr:minhost () + +Calculate the lowest possible host address within this CIDR instance.
cidr:maxhost () + +Calculate the highest possible host address within this CIDR instance.
cidr:string () + +Convert CIDR instance into string representation.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
cidr:is4 ()
+
+ + +Checks whether the CIDR instance is an IPv4 address range + + + + + + + + +

Return value:

+true if the CIDR is an IPv4 range, else false + + + +

See also:

+ + +
+ + + + +
cidr:is4rfc1918 ()
+
+ + +Checks whether the CIDR instance is within the private RFC1918 address space + + + + + + +

Usage:

+
local addr = luci.ip.new("192.168.45.2/24") 
+if addr:is4rfc1918() then 
+	print("Is a private address") 
+end
+ + + +

Return value:

+true if the entire range of this CIDR lies within one of + the ranges 10.0.0.0-10.255.255.255, + 172.16.0.0-172.31.0.0 or + 192.168.0.0-192.168.255.255, else false. + + + +
+ + + + +
cidr:is4linklocal ()
+
+ + +Checks whether the CIDR instance is an IPv4 link local (Zeroconf) address + + + + + + +

Usage:

+
local addr = luci.ip.new("169.254.34.125") 
+if addr:is4linklocal() then 
+	print("Is a zeroconf address") 
+end
+ + + +

Return value:

+true if the entire range of this CIDR lies within the range + the range 169.254.0.0-169.254.255.255, else false. + + + +
+ + + + +
cidr:is6 ()
+
+ + +Checks whether the CIDR instance is an IPv6 address range + + + + + + + + +

Return value:

+true if the CIDR is an IPv6 range, else false + + + +

See also:

+ + +
+ + + + +
cidr:is6linklocal ()
+
+ + +Checks whether the CIDR instance is an IPv6 link local address + + + + + + +

Usage:

+
local addr = luci.ip.new("fe92:53a:3216:af01:221:63ff:fe75:aa17/64") 
+if addr:is6linklocal() then 
+	print("Is a linklocal address") 
+end
+ + + +

Return value:

+true if the entire range of this CIDR lies within the range + the fe80::/10 range, else false. + + + +
+ + + + +
cidr:is6mapped4 ()
+
+ + +Checks whether the CIDR instance is an IPv6 mapped IPv4 address + + + + + + +

Usage:

+
local addr = luci.ip.new("::ffff:192.168.1.1") 
+if addr:is6mapped4() then 
+	print("Is a mapped IPv4 address") 
+end
+ + + +

Return value:

+true if the address is an IPv6 mapped IPv4 address in the + form ::ffff:1.2.3.4. + + + +
+ + + + +
cidr:lower (addr)
+
+ + +Checks whether this CIDR instance is lower than the given argument. +The comparisation follows these rules: +
  • An IPv4 address is always lower than an IPv6 address
  • +
  • Prefix sizes are ignored
+ + + +

Parameters

+
    + +
  • + addr: A luci.ip.cidr instance or a string convertable by + luci.ip.new() to compare against. +
  • + +
+ + + + +

Usage:

+
local addr = luci.ip.new("192.168.1.1") 
+print(addr:lower(addr)) -- false 
+print(addr:lower("10.10.10.10/24")) -- false 
+print(addr:lower(luci.ip.new("::1"))) -- true 
+print(addr:lower(luci.ip.new("192.168.200.1"))) -- true
+ + + +

Return value:

+true if this CIDR is lower than the given address, + else false. + + + +

See also:

+ + +
+ + + + +
cidr:higher (addr)
+
+ + +Checks whether this CIDR instance is higher than the given argument. +The comparisation follows these rules: +
  • An IPv4 address is always lower than an IPv6 address
  • +
  • Prefix sizes are ignored
+ + + +

Parameters

+
    + +
  • + addr: A luci.ip.cidr instance or a string convertable by + luci.ip.new() to compare against. +
  • + +
+ + + + +

Usage:

+
local addr = luci.ip.new("192.168.1.1") 
+print(addr:higher(addr)) -- false 
+print(addr:higher("10.10.10.10/24")) -- true 
+print(addr:higher(luci.ip.new("::1"))) -- false 
+print(addr:higher(luci.ip.new("192.168.200.1"))) -- false
+ + + +

Return value:

+true if this CIDR is higher than the given address, + else false. + + + +

See also:

+ + +
+ + + + +
cidr:equal (addr)
+
+ + +Checks whether this CIDR instance is equal to the given argument. + + + +

Parameters

+
    + +
  • + addr: A luci.ip.cidr instance or a string convertable by + luci.ip.new() to compare against. +
  • + +
+ + + + +

Usage:

+
local addr = luci.ip.new("192.168.1.1") 
+print(addr:equal(addr)) -- true 
+print(addr:equal("192.168.1.1")) -- true 
+print(addr:equal(luci.ip.new("::1"))) -- false 
+ 
+local addr6 = luci.ip.new("::1") 
+print(addr6:equal("0:0:0:0:0:0:0:1/64")) -- true 
+print(addr6:equal(luci.ip.new("fe80::221:63ff:fe75:aa17"))) -- false
+ + + +

Return value:

+true if this CIDR is equal to the given address, + else false. + + + +

See also:

+ + +
+ + + + +
cidr:prefix (mask)
+
+ + +Get or set prefix size of CIDR instance. +If the optional mask parameter is given, the prefix size of this CIDR is altered +else the current prefix size is returned. + + + +

Parameters

+
    + +
  • + mask: Either a number containing the number of bits (0..32 + for IPv4, 0..128 for IPv6) or a string containing a valid + netmask (optional) +
  • + +
+ + + + +

Usage:

+
local range = luci.ip.new("192.168.1.1/255.255.255.0") 
+print(range:prefix()) -- 24 
+ 
+range:prefix(16) 
+print(range:prefix()) -- 16 
+ 
+range:prefix("255.255.255.255") 
+print(range:prefix()) -- 32
+ + + +

Return value:

+Bit count of the current prefix size + + + +
+ + + + +
cidr:network (mask)
+
+ + +Derive network address of CIDR instance. + +Returns a new CIDR instance representing the network address of this instance +with all host parts masked out. The used prefix size can be overridden by the +optional mask parameter. + + + +

Parameters

+
    + +
  • + mask: Either a number containing the number of bits (0..32 + for IPv4, 0..128 for IPv6) or a string containing a valid + netmask (optional) +
  • + +
+ + + + +

Usage:

+
local range = luci.ip.new("192.168.62.243/255.255.0.0") 
+print(range:network())                -- "192.168.0.0" 
+print(range:network(24))              -- "192.168.62.0" 
+print(range:network("255.255.255.0")) -- "192.168.62.0" 
+ 
+local range6 = luci.ip.new("fd9b:62b3:9cc5:0:221:63ff:fe75:aa17/64") 
+print(range6:network())               -- "fd9b:62b3:9cc5::"
+ + + +

Return value:

+CIDR instance representing the network address + + + +
+ + + + +
cidr:host ()
+
+ + +Derive host address of CIDR instance. + +This function essentially constructs a copy of this CIDR with the prefix size +set to 32 for IPv4 and 128 for IPv6. + + + + + + +

Usage:

+
local range = luci.ip.new("172.19.37.45/16") 
+print(range)        -- "172.19.37.45/16" 
+print(range:host()) -- "172.19.37.45"
+ + + +

Return value:

+CIDR instance representing the host address + + + +
+ + + + +
cidr:mask (mask)
+
+ + +Derive netmask of CIDR instance. + +Constructs a CIDR instance representing the netmask of this instance. The used +prefix size can be overridden by the optional mask parameter. + + + +

Parameters

+
    + +
  • + mask: Either a number containing the number of bits (0..32 + for IPv4, 0..128 for IPv6) or a string containing a valid + netmask (optional) +
  • + +
+ + + + +

Usage:

+
local range = luci.ip.new("172.19.37.45/16") 
+print(range:mask())            -- "255.255.0.0" 
+print(range:mask(24))          -- "255.255.255.0" 
+print(range:mask("255.0.0.0")) -- "255.0.0.0"
+ + + +

Return value:

+CIDR instance representing the netmask + + + +
+ + + + +
cidr:broadcast (mask)
+
+ + +Derive broadcast address of CIDR instance. + +Constructs a CIDR instance representing the broadcast address of this instance. +The used prefix size can be overridden by the optional mask parameter. + +This function has no effect on IPv6 instances, it will return nothing in this +case. + + + +

Parameters

+
    + +
  • + mask: Either a number containing the number of bits (0..32 + for IPv4, 0..128 for IPv6) or a string containing a valid + netmask (optional) +
  • + +
+ + + + +

Usage:

+
local range = luci.ip.new("172.19.37.45/16") 
+print(range:broadcast())            -- "172.19.255.255" 
+print(range:broadcast(24))          -- "172.19.37.255" 
+print(range:broadcast("255.0.0.0")) -- "172.255.255.255"
+ + + +

Return value:

+Return a new CIDR instance representing the broadcast address if this + instance is an IPv4 range, else return nothing. + + + +
+ + + + +
cidr:mapped4 ()
+
+ + +Derive mapped IPv4 address of CIDR instance. + +Constructs a CIDR instance representing the IPv4 address of the IPv6 mapped +IPv4 address in this instance. + +This function has no effect on IPv4 instances or IPv6 instances which are not a +mapped address, it will return nothing in this case. + + + + + + +

Usage:

+
local addr = luci.ip.new("::ffff:172.16.19.1") 
+print(addr:mapped4()) -- "172.16.19.1"
+ + + +

Return value:

+Return a new CIDR instance representing the IPv4 address if this + instance is an IPv6 mapped IPv4 address, else return nothing. + + + +
+ + + + +
cidr:contains (addr)
+
+ + +Test whether CIDR contains given range. + + + +

Parameters

+
    + +
  • + addr: A luci.ip.cidr instance or a string convertable by + luci.ip.new() to test. +
  • + +
+ + + + +

Usage:

+
local range = luci.ip.new("10.24.0.0/255.255.0.0") 
+print(range:contains("10.24.5.1"))  -- true 
+print(range:contains("::1"))        -- false 
+print(range:contains("10.0.0.0/8")) -- false 
+ 
+local range6 = luci.ip.new("fe80::/10") 
+print(range6:contains("fe80::221:63f:fe75:aa17/64"))         -- true 
+print(range6:contains("fd9b:6b3:c5:0:221:63f:fe75:aa17/64")) -- false
+ + + +

Return value:

+true if this instance fully contains the given address else + false. + + + +
+ + + + +
cidr:add (amount, inplace)
+
+ + +Add given amount to CIDR instance. If the result would overflow the maximum +address space, the result is set to the highest possible address. + + + +

Parameters

+
    + +
  • + amount: A numeric value between 0 and 0xFFFFFFFF, a + luci.ip.cidr instance or a string convertable by + luci.ip.new(). +
  • + +
  • + inplace: If true, modify this instance instead of returning + a new derived CIDR instance. +
  • + +
+ + + + +

Usage:

+
local addr = luci.ip.new("192.168.1.1/24") 
+print(addr:add(250))         -- "192.168.1.251/24" 
+print(addr:add("0.0.99.0"))  -- "192.168.100.1/24" 
+ 
+addr:add(256, true)          -- true 
+print(addr)                  -- "192.168.2.1/24 
+ 
+addr:add("255.0.0.0", true)  -- false (overflow) 
+print(addr)                  -- "255.255.255.255/24 
+ 
+local addr6 = luci.ip.new("fe80::221:63f:fe75:aa17/64") 
+print(addr6:add(256))        -- "fe80::221:63f:fe75:ab17/64" 
+print(addr6:add("::ffff:0")) -- "fe80::221:640:fe74:aa17/64" 
+ 
+addr:add(256, true)          -- true 
+print(addr)                  -- "fe80::221:63f:fe75:ab17/64 
+ 
+addr:add("ffff::", true)     -- false (overflow) 
+print(addr)                  -- "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/64"
+ + + +

Return value:

+
    +
  • When adding inplace: Return true if the addition succeded + or false when the addition overflowed.
  • +
  • When deriving new CIDR: Return new instance representing the value of + this instance plus the added amount or the highest possible address if + the addition overflowed the available address space.
+ + + +
+ + + + +
cidr:sub (amount, inplace)
+
+ + +Substract given amount from CIDR instance. If the result would under, the lowest +possible address is returned. + + + +

Parameters

+
    + +
  • + amount: A numeric value between 0 and 0xFFFFFFFF, a + luci.ip.cidr instance or a string convertable by + luci.ip.new(). +
  • + +
  • + inplace: If true, modify this instance instead of returning + a new derived CIDR instance. +
  • + +
+ + + + +

Usage:

+
local addr = luci.ip.new("192.168.1.1/24") 
+print(addr:sub(256))         -- "192.168.0.1/24" 
+print(addr:sub("0.168.0.0")) -- "192.0.1.1/24" 
+ 
+addr:sub(256, true)          -- true 
+print(addr)                  -- "192.168.0.1/24 
+ 
+addr:sub("255.0.0.0", true)  -- false (underflow) 
+print(addr)                  -- "0.0.0.0/24 
+ 
+local addr6 = luci.ip.new("fe80::221:63f:fe75:aa17/64") 
+print(addr6:sub(256))        -- "fe80::221:63f:fe75:a917/64" 
+print(addr6:sub("::ffff:0")) -- "fe80::221:63e:fe76:aa17/64" 
+ 
+addr:sub(256, true)          -- true 
+print(addr)                  -- "fe80::221:63f:fe75:a917/64" 
+ 
+addr:sub("ffff::", true)     -- false (underflow) 
+print(addr)                  -- "::/64"
+ + + +

Return value:

+
    +
  • When substracting inplace: Return true if the substraction + succeded or false when the substraction underflowed.
  • +
  • When deriving new CIDR: Return new instance representing the value of + this instance minus the substracted amount or the lowest address if + the substraction underflowed.
+ + + +
+ + + + +
cidr:minhost ()
+
+ + +Calculate the lowest possible host address within this CIDR instance. + + + + + + +

Usage:

+
local addr = luci.ip.new("192.168.123.56/24") 
+print(addr:minhost())  -- "192.168.123.1" 
+ 
+local addr6 = luci.ip.new("fd9b:62b3:9cc5:0:221:63ff:fe75:aa17/64") 
+print(addr6:minhost()) -- "fd9b:62b3:9cc5::1"
+ + + +

Return value:

+Returns a new CIDR instance representing the lowest host address + within this range. + + + +
+ + + + +
cidr:maxhost ()
+
+ + +Calculate the highest possible host address within this CIDR instance. + + + + + + +

Usage:

+
local addr = luci.ip.new("192.168.123.56/24") 
+print(addr:maxhost())  -- "192.168.123.254" (.255 is broadcast) 
+ 
+local addr6 = luci.ip.new("fd9b:62b3:9cc5:0:221:63ff:fe75:aa17/64") 
+print(addr6:maxhost()) -- "fd9b:62b3:9cc5:0:ffff:ffff:ffff:ffff"
+ + + +

Return value:

+Returns a new CIDR instance representing the highest host address + within this range. + + + +
+ + + + +
cidr:string ()
+
+ + +Convert CIDR instance into string representation. + +If the prefix size of instance is less than 32 for IPv4 or 128 for IPv6, the +address is returned in the form "address/prefix" otherwise just "address". + +It is usually not required to call this function directly as CIDR objects +define it as __tostring function in the associated metatable. + + + + + + + + +

Return value:

+Returns a string representing the range or address of this CIDR instance + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.ip.html b/documentation/api/modules/luci.ip.html new file mode 100644 index 0000000..549a553 --- /dev/null +++ b/documentation/api/modules/luci.ip.html @@ -0,0 +1,934 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.ip

+ +

+ LuCI IP calculation and netlink access library.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
new (address, netmask) + +Construct a new luci.ip.cidr instance and autodetect the address family.
IPv4 (address, netmask) + +Construct a new IPv4 luci.ip.cidr instance.
IPv6 (address, netmask) + +Construct a new IPv6 luci.ip.cidr instance.
route (address) + +Determine the route leading to the given destination.
routes (filter, callback) + +Fetch all routes, optionally matching the given criteria.
neighbors (filter, callback) + +Fetches entries from the IPv4 ARP and IPv6 neighbour kernel table
link (device) + +Fetch basic device information
+ + + + + + +
+
+ + +

Functions

+
+ + + +
new (address, netmask)
+
+ + +Construct a new luci.ip.cidr instance and autodetect the address family. +Throws an error if the given strings do not represent a valid address or +if the given optional netmask is of a different family. + + +

Parameters

+
    + +
  • + address: String containing a valid IPv4 or IPv6 address, optionally +with prefix size (CIDR notation) or netmask separated by slash. +
  • + +
  • + netmask: String containing a valid IPv4 or IPv6 netmask or number +containing a prefix size in bits (0..32 for IPv4, +0..128 for IPv6). Overrides mask embedded in the first argument +if specified. (optional) +
  • + +
+ + + + +

Usage:

+
addr = luci.ip.new("10.24.0.1/24") 
+addr = luci.ip.new("10.24.0.1/255.255.255.0") 
+addr = luci.ip.new("10.24.0.1", "255.255.255.0")        -- separate netmask 
+addr = luci.ip.new("10.24.0.1/24", 16)                  -- override netmask 
+ 
+addr6 = luci.ip.new("fe80::221:63ff:fe75:aa17/64") 
+addr6 = luci.ip.new("fe80::221:63ff:fe75:aa17/ffff:ffff:ffff:ffff::") 
+addr6 = luci.ip.new("fe80::221:63ff:fe75:aa17", "ffff:ffff:ffff:ffff::") 
+addr6 = luci.ip.new("fe80::221:63ff:fe75:aa17/64", 128) -- override netmask
+ + + +

Return value:

+A luci.ip.cidr object representing the given +address/mask range. + + + +

See also:

+ + +
+ + + + +
IPv4 (address, netmask)
+
+ + +Construct a new IPv4 luci.ip.cidr instance. +Throws an error if the given string does not represent a valid IPv4 address or +if the given optional netmask is of a different family. + + +

Parameters

+
    + +
  • + address: String containing a valid IPv4, optionally with prefix size +(CIDR notation) or netmask separated by slash. +
  • + +
  • + netmask: String containing a valid IPv4 netmask or number +containing a prefix size between 0 and 32 bit. +Overrides mask embedded in the first argument if specified. (optional) +
  • + +
+ + + + +

Usage:

+
addr = luci.ip.IPv4("10.24.0.1/24") 
+addr = luci.ip.IPv4("10.24.0.1/255.255.255.0") 
+addr = luci.ip.IPv4("10.24.0.1", "255.255.255.0")        -- separate netmask 
+addr = luci.ip.IPv4("10.24.0.1/24", 16)                  -- override netmask
+ + + +

Return value:

+A luci.ip.cidr object representing the given IPv4 range. + + + +

See also:

+ + +
+ + + + +
IPv6 (address, netmask)
+
+ + +Construct a new IPv6 luci.ip.cidr instance. +Throws an error if the given string does not represent a valid IPv6 address or +if the given optional netmask is of a different family. + + +

Parameters

+
    + +
  • + address: String containing a valid IPv6, optionally with prefix size +(CIDR notation) or netmask separated by slash. +
  • + +
  • + netmask: String containing a valid IPv4 netmask or number +containing a prefix size between 0 and 128 bit. +Overrides mask embedded in the first argument if specified. (optional) +
  • + +
+ + + + +

Usage:

+
addr6 = luci.ip.IPv6("fe80::221:63ff:fe75:aa17/64") 
+addr6 = luci.ip.IPv6("fe80::221:63ff:fe75:aa17/ffff:ffff:ffff:ffff::") 
+addr6 = luci.ip.IPv6("fe80::221:63ff:fe75:aa17", "ffff:ffff:ffff:ffff::") 
+addr6 = luci.ip.IPv6("fe80::221:63ff:fe75:aa17/64", 128) -- override netmask
+ + + +

Return value:

+A luci.ip.cidr object representing the given IPv6 range. + + + +

See also:

+ + +
+ + + + +
route (address)
+
+ + +Determine the route leading to the given destination. + + +

Parameters

+
    + +
  • + address: A luci.ip.cidr instance or a string containing +a valid IPv4 or IPv6 range as specified by luci.ip.new(). +
  • + +
+ + + + +

Usage:

+
    +
  • Find default gateway by getting route to Google's public NS server +
    rt = luci.ip.route("8.8.8.8") 
    +if rt ~= nil then 
    +	print("gateway is", rt.gw) 
    +end
  • +
  • Determine IPv6 upstream interface
    rt = luci.ip.route("2001::/7") 
    +if rt ~= nil then 
    +	print("ipv6 upstream device is", rt.dev) 
    +end
  • +
+ + + +

Return value:

+

Table containing the fields described below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
type +

Route type with one of the following numeric values:

+ + + + + + + + + + + + + + + + + + + + + +
1RTN_UNICAST - Gateway or direct route
2RTN_LOCAL - Accept locally
3RTN_BROADCAST - + Accept locally as broadcast send as broadcast
4RTN_ANYCAST - + Accept locally as broadcast but send as unicast
5RTN_MULTICAST - Multicast route
+
familyNumber containing the route family, 4 for IPv4 or + 6 for IPv6
destDestination luci.ip.cidr instance
gwGateway luci.ip.cidr instance (optional)
fromSource address luci.ip.cidr instance (optional)
srcPreferred source luci.ip.cidr instance (optional)
devString containing the name of the outgoing interface
iifString containing the name of the incoming interface (optional)
tableNumber of the associated routing table (0..65535)
protoNumber of the associated routing protocol
scopeNumber describing the scope of the route, most commonly + 0 for global or 253 for on-link
metricNumber describing the route metric (optional)
expiresNumber of seconds the prefix is valid (IPv6 only, optional)
errorRoute destination error code (optional)
+ + + +

See also:

+ + +
+ + + + +
routes (filter, callback)
+
+ + +Fetch all routes, optionally matching the given criteria. + + +

Parameters

+
    + +
  • + filter:

    Table containing one or more of the possible filter +critera described below (optional)

    + + + + + + + + + + + + + + +
    FieldDescription
    family + Number describing the address family to return - 4 selects + IPv4 routes, 6 IPv6 ones. Any other value selects both. +
    iif + String containing the incoming route interface to match. +
    oif + String containing the outgoing route interface to match. +
    type + Numeric type to match, e.g. 1 for unicast. +
    scope + Numeric scope to match, e.g. 253 for onlink. +
    proto + Numeric protocol to match, e.g. 2 for boot. +
    table + Numeric routing table to match (0..65535). +
    gw + String containing the gateway address to match. Can be in any notation + specified by luci.ip.new(). Prefix matching is performed when + comparing the routes, e.g. "192.168.1.0/24" would select routes with gateway + addresses 192.168.1.1 .. 192.168.1.255. +
    dest + String containing the destination to match. Prefix matching is performed. +
    from + String containing the source address to match. Prefix matching is performed. +
    src + String containing the preferred source address to match. + Prefix matching is performed. +
    dest_exact + String containing the destination to match. Exact matching is performed, + e.g. dest = "0.0.0.0/0" would match any IPv4 route + while dest_exact = "0.0.0.0/0" will only match the + default route. +
    from_exact + String containing the source address to match. Exact matching is performed. +
    +
  • + +
  • + callback:

    Callback function to invoke for each found route +instead of returning one table of route objects (optional)

    +
  • + +
+ + + + +

Usage:

+
    +
  • Find all IPv4 default routes: +
    luci.ip.routes({ dest_exact = "0.0.0.0/0" }, function(rt) 
    +	print(rt.type, rt.gw, rt.dev) 
    +end)
  • +
  • Find all global IPv6 prefixes on the current system: +
    luci.ip.routes({ from = "2001::/7" }, function(rt) 
    +	print(rt.from) 
    +end)
  • +
  • Fetch all IPv4 routes: +
    routes = luci.ip.routes({ family = 4 }) 
    +for _, rt in ipairs(routes) do 
    +	print(rt.dest, rt.gw, rt.dev) 
    +end
  • +
+ + + +

Return value:

+If no callback function is provided, a table of routes +as specified by luci.ip.route() +is returned. If a callback function is given, it is invoked for each route +and nothing is returned. + + + +

See also:

+ + +
+ + + + +
neighbors (filter, callback)
+
+ + +Fetches entries from the IPv4 ARP and IPv6 neighbour kernel table + + +

Parameters

+
    + +
  • + filter:

    Table containing one or more of the possible filter +critera described below (optional)

    + + + + + +
    FieldDescription
    family + Number describing the address family to return - 4 selects + IPv4 ARP, 6 select IPv6 neighbour entries. Any other value + selects both. +
    dev + String containing the associated interface to match. +
    dest + String containing the associated address to match. Can be in any notation + specified by luci.ip.new(). Prefix matching is performed when + comparing the addresses, e.g. "192.168.1.0/24" would select ARP entries + for 192.168.1.1 .. 192.168.1.255. +
    mac + String containing MAC address to match. +
    +
  • + +
  • + callback:

    Callback function to invoke for each found neighbour +entry instead of returning one table of neighbour entries (optional)

    +
  • + +
+ + + + +

Usage:

+
    +
  • Find all ARP neighbours in the LAN: +
    luci.ip.neighbors({ dest = "192.168.0.0/16" }, function(n) 
    +	print(n.dest, n.mac) 
    +end)
  • +
  • Find all active IPv6 addresses of host with given MAC: +
    luci.ip.neighbors({ family = 6, mac = "00:21:63:75:aa:17" }, 
    +	function(n) 
    +		print(n.dest) 
    +	end)
  • +
+ + + +

Return value:

+If no callback function is provided, a table of neighbour entries +is returned. If a callback function is given, it is invoked for each entry +and nothing is returned. + +A neighbour entry is a table containing the following fields: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
familyNumber containing the neighbour entry family, 4 for IPv4 + ARP or 6 for IPv6 NDP
devString containing the associated device of the neighbour entry
destIP address luci.ip.cidr instance
macString containing the associated MAC address
routerBoolean "true" if the neighbour entry is a router (IPv6, optional)
proxyBoolean "true" if this is a proxy entry (optional)
incompleteBoolean "true" if the entry is in incomplete state (optional)
reachableBoolean "true" if the entry is in reachable state (optional)
staleBoolean "true" if the entry is stale (optional)
delayBoolean "true" if the entry is delayed (optional)
probeBoolean "true" if the entry is in probe state (optional)
failedBoolean "true" if the entry is in failed state (optional)
noarpBoolean "true" if the entry is not caused by NDP or + ARP (optional)
permanentBoolean "true" if the entry was statically configured from + userspace (optional)
+ + + +
+ + + + +
link (device)
+
+ + +Fetch basic device information + + +

Parameters

+
    + +
  • + device: String containing the network device to query +
  • + +
+ + + + +

Usage:

+
    +
  • Test whether device br-lan exists: +
    print(luci.ip.link("br-lan").name ~= nil) 
    +
  • +
  • Query MAC address of eth0: +
    print(luci.ip.link("eth0").mac) 
    +
  • +
+ + + +

Return value:

+If the given interface is found, a table containing the fields +described below is returned, else an empty table. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
upBoolean indicating whether the device is in IFF_RUNNING state
typeNumeric value indicating the type of the device, e.g. 1 + for ethernet.
nameString containing the name of the device
masterIf queried device is a bridge port, string containing the name of + parent bridge device (optional)
mtuNumber containing the current MTU of the device
qlenNumber containing the TX queue length of the device
macString containing the link local address of the device in + dotted hex notation
+ + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.json.html b/documentation/api/modules/luci.json.html new file mode 100644 index 0000000..761bd6e --- /dev/null +++ b/documentation/api/modules/luci.json.html @@ -0,0 +1,598 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.json

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActiveDecoder (customnull) + +Create a new Active JSON-Decoder.
ActiveDecoder:get () + +Fetches one JSON-object from given source +
Decoder (customnull) + +Create a new JSON-Decoder.
Decoder:get () + +Get the decoded data packets after the rawdata has been sent to the sink.
Decoder:sink () + +Create an LTN12 sink from the decoder object which accepts the JSON-Data.
Encoder (data, buffersize, fastescape) + +Create a new JSON-Encoder.
Encoder:source () + +Create an LTN12 source providing the encoded JSON-Data.
decode (json) + +Directly decode a JSON string +
encode (obj) + +Direcly encode a Lua object into a JSON string.
null () + +Null replacement function +
+ + + + + + +
+
+ + +

Functions

+
+ + + +
ActiveDecoder (customnull)
+
+ + +Create a new Active JSON-Decoder. + + + +

Parameters

+
    + +
  • + customnull: Use luci.json.null instead of nil for decoding null +
  • + +
+ + + + + + +

Return value:

+Active JSON-Decoder + + + +
+ + + + +
ActiveDecoder:get ()
+
+ + +Fetches one JSON-object from given source + + + + + + + + +

Return value:

+Decoded object + + + +
+ + + + +
Decoder (customnull)
+
+ + +Create a new JSON-Decoder. + + + +

Parameters

+
    + +
  • + customnull: Use luci.json.null instead of nil for decoding null +
  • + +
+ + + + + + +

Return value:

+JSON-Decoder + + + +
+ + + + +
Decoder:get ()
+
+ + +Get the decoded data packets after the rawdata has been sent to the sink. + + + + + + + + +

Return value:

+Decoded data + + + +
+ + + + +
Decoder:sink ()
+
+ + +Create an LTN12 sink from the decoder object which accepts the JSON-Data. + + + + + + + + +

Return value:

+LTN12 sink + + + +
+ + + + +
Encoder (data, buffersize, fastescape)
+
+ + +Create a new JSON-Encoder. + + + +

Parameters

+
    + +
  • + data: Lua-Object to be encoded. +
  • + +
  • + buffersize: Blocksize of returned data source. +
  • + +
  • + fastescape: Use non-standard escaping (don't escape control chars) +
  • + +
+ + + + + + +

Return value:

+JSON-Encoder + + + +
+ + + + +
Encoder:source ()
+
+ + +Create an LTN12 source providing the encoded JSON-Data. + + + + + + + + +

Return value:

+LTN12 source + + + +
+ + + + +
decode (json)
+
+ + +Directly decode a JSON string + + + +

Parameters

+
    + +
  • + json: JSON-String +
  • + +
+ + + + + + +

Return value:

+Lua object + + + +
+ + + + +
encode (obj)
+
+ + +Direcly encode a Lua object into a JSON string. + + + +

Parameters

+
    + +
  • + obj: Lua Object +
  • + +
+ + + + + + +

Return value:

+JSON string + + + +
+ + + + +
null ()
+
+ + +Null replacement function + + + + + + + + +

Return value:

+null + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.jsonc.html b/documentation/api/modules/luci.jsonc.html new file mode 100644 index 0000000..f82eb40 --- /dev/null +++ b/documentation/api/modules/luci.jsonc.html @@ -0,0 +1,397 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.jsonc

+ +

+ LuCI JSON parsing and serialization library. + The luci.jsonc class is a high level Lua binding to the JSON-C library to + allow reading and writing JSON data with minimal overhead.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + +
new () + +Construct a new luci.jsonc.parser instance.
parse (json) + +Parse a complete JSON string and convert it into a Lua data structure.
stringify (data, pretty) + +Convert given Lua data into a JSON string.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
new ()
+
+ + +Construct a new luci.jsonc.parser instance. + + + + + +

Usage:

+parser = luci.jsonc.new() + + + +

Return value:

+A luci.jsonc.parser object representing a JSON-C tokener. + + + +
+ + + + +
parse (json)
+
+ + +Parse a complete JSON string and convert it into a Lua data structure. + + +

Parameters

+
    + +
  • + json: A string containing the JSON data to parse, must be either a + JSON array or a JSON object. +
  • + +
+ + + + +

Usage:

+
data = luci.jsonc.parse('{ "name": "John", "age": 34 }') 
+print(data.name)  -- "John"
+ + + +

Return value:

+On success, a table containing the parsed JSON data is returned, on + failure the function returns nil and a string containing the reason of + the parse error. + + + +

See also:

+ + +
+ + + + +
stringify (data, pretty)
+
+ + +Convert given Lua data into a JSON string. + +This function recursively converts the given Lua data into a JSON string, +ignoring any unsupported data. Lua tables are converted into JSON arrays if they +only contain integer keys, mixed tables are turned into JSON objects with any +existing numeric keys converted into strings. + +Lua functions, coroutines and userdata objects are ignored and Lua numbers are +converted to integers if they do not contain fractional values. + + + +

Parameters

+
    + +
  • + data: The Lua data to convert, can be a table, string, boolean or number. +
  • + +
  • + pretty: A boolean value indicating whether the resulting JSON should be + pretty printed. +
  • + +
+ + + + +

Usage:

+
json = luci.jsonc.stringify({ item = true, values = { 1, 2, 3 } }) 
+print(json)  -- '{"item":true,"values":[1,2,3]}'
+ + + +

Return value:

+Returns a string containing the JSON representation of the given Lua + data. + + + +

See also:

+ + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.jsonc.parser.html b/documentation/api/modules/luci.jsonc.parser.html new file mode 100644 index 0000000..4c19cf0 --- /dev/null +++ b/documentation/api/modules/luci.jsonc.parser.html @@ -0,0 +1,460 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.jsonc.parser

+ +

+ LuCI JSON parser instance. + A JSON parser instance is useful to parse JSON data chunk by chunk, without + the need to assemble all data in advance.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + +
parser:parse (json) + +Parses one chunk of JSON data.
parser:get () + +Convert parsed JSON data into Lua table.
parser:set (data) + +Put Lua data into the parser.
parser:stringify (pretty) + +Serialize current parser state as JSON.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
parser:parse (json)
+
+ + +Parses one chunk of JSON data. + + + +

Parameters

+
    + +
  • + json: String containing the JSON fragment to parse +
  • + +
+ + + + +

Usage:

+
parser = luci.jsonc.new() 
+ 
+while true do 
+	chunk = ...  -- fetch a cunk of data, e.g. from a socket 
+	finish, errmsg = parser.parse(chunk) 
+ 
+	if finish == nil then 
+		error("Cannot parse JSON: " .. errmsg) 
+	end 
+ 
+	if finish == true then 
+		break 
+	end 
+end
+ + + +

Return value:

+
    +
  • true if a complete JSON object has been parsed and no further input is + expected.
  • +
  • false if further input is required
  • +
  • nil if an error was encountered while parsing the current chunk. + In this case a string describing the parse error is returned as second + value.
+ + + +

See also:

+ + +
+ + + + +
parser:get ()
+
+ + +Convert parsed JSON data into Lua table. + + + + + + +

Usage:

+
parser = luci.jsonc.new() 
+parser:parse('{ "example": "test" }') 
+ 
+data = parser:get() 
+print(data.example)  -- "test"
+ + + +

Return value:

+Parsed JSON object converted into a Lua table or nil if the parser + didn't finish or encountered an error. + + + +

See also:

+ + +
+ + + + +
parser:set (data)
+
+ + +Put Lua data into the parser. + + + +

Parameters

+
    + +
  • + data: Lua data to put into the parser object. The data is converted to an + internal JSON representation that can be dumped with stringify(). + The conversion follows the rules described in luci.jsonc.stringify. +
  • + +
+ + + + +

Usage:

+
parser = luci.jsonc.new() 
+parser:set({ "some", "data" })
+ + + +

Return value:

+Nothing is returned. + + + +

See also:

+ + +
+ + + + +
parser:stringify (pretty)
+
+ + +Serialize current parser state as JSON. + + + +

Parameters

+
    + +
  • + pretty: A boolean value indicating whether the resulting JSON should be pretty printed. +
  • + +
+ + + + +

Usage:

+
parser = luci.jsonc.new() 
+parser:parse('{ "example": "test" }') 
+print(parser:serialize())  -- '{"example":"test"}'
+ + + +

Return value:

+Returns the serialized JSON data of this parser instance. + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.model.ipkg.html b/documentation/api/modules/luci.model.ipkg.html new file mode 100644 index 0000000..921153c --- /dev/null +++ b/documentation/api/modules/luci.model.ipkg.html @@ -0,0 +1,734 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.model.ipkg

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
compare_versions (ver1, ver2, comp) + +lua version of opkg compare-versions +
find (pat, cb) + +Find packages that match the given pattern.
info (pkg) + +Return information about installed and available packages.
install (...) + +Install one or more packages.
installed (pkg) + +Determine whether a given package is installed.
list_all (pat, cb) + +List all packages known to opkg.
list_installed (pat, cb) + +List installed packages.
overlay_root () + +Determines the overlay root used by opkg.
remove (...) + +Remove one or more packages.
status (pkg) + +Return the package status of one or more packages.
update () + +Update package lists.
upgrade () + +Upgrades all installed packages.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
compare_versions (ver1, ver2, comp)
+
+ + +lua version of opkg compare-versions + + + +

Parameters

+
    + +
  • + ver1: string version 1 +
  • + +
  • + ver2: string version 2 +
  • + +
  • + comp: string compare versions using + "<=" or "<" lower-equal + ">" or ">=" greater-equal + "=" equal + "<<" lower + ">>" greater + "~=" not equal +
  • + +
+ + + + + + +

Return value:

+Boolean indicating the status of the compare + + + +
+ + + + +
find (pat, cb)
+
+ + +Find packages that match the given pattern. + + + +

Parameters

+
    + +
  • + pat: Find packages whose names or descriptions match this pattern, nil results in zero results +
  • + +
  • + cb: Callback function invoked for each patckage, receives name, version and description as arguments +
  • + +
+ + + + + + +

Return value:

+nothing + + + +
+ + + + +
info (pkg)
+
+ + +Return information about installed and available packages. + + + +

Parameters

+
    + +
  • + pkg: Limit output to a (set of) packages +
  • + +
+ + + + + + +

Return value:

+Table containing package information + + + +
+ + + + +
install (...)
+
+ + +Install one or more packages. + + + +

Parameters

+
    + +
  • + ...: List of packages to install +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating the status of the action + +
  2. OPKG return code, STDOUT and STDERR + +
+ + + +
+ + + + +
installed (pkg)
+
+ + +Determine whether a given package is installed. + + + +

Parameters

+
    + +
  • + pkg: Package +
  • + +
+ + + + + + +

Return value:

+Boolean + + + +
+ + + + +
list_all (pat, cb)
+
+ + +List all packages known to opkg. + + + +

Parameters

+
    + +
  • + pat: Only find packages matching this pattern, nil lists all packages +
  • + +
  • + cb: Callback function invoked for each package, receives name, version and description as arguments +
  • + +
+ + + + + + +

Return value:

+nothing + + + +
+ + + + +
list_installed (pat, cb)
+
+ + +List installed packages. + + + +

Parameters

+
    + +
  • + pat: Only find packages matching this pattern, nil lists all packages +
  • + +
  • + cb: Callback function invoked for each package, receives name, version and description as arguments +
  • + +
+ + + + + + +

Return value:

+nothing + + + +
+ + + + +
overlay_root ()
+
+ + +Determines the overlay root used by opkg. + + + + + + + + +

Return value:

+String containing the directory path of the overlay root. + + + +
+ + + + +
remove (...)
+
+ + +Remove one or more packages. + + + +

Parameters

+
    + +
  • + ...: List of packages to install +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating the status of the action + +
  2. OPKG return code, STDOUT and STDERR + +
+ + + +
+ + + + +
status (pkg)
+
+ + +Return the package status of one or more packages. + + + +

Parameters

+
    + +
  • + pkg: Limit output to a (set of) packages +
  • + +
+ + + + + + +

Return value:

+Table containing package status information + + + +
+ + + + +
update ()
+
+ + +Update package lists. + + + + + + + + +

Return values:

+
    + +
  1. Boolean indicating the status of the action + +
  2. OPKG return code, STDOUT and STDERR + +
+ + + +
+ + + + +
upgrade ()
+
+ + +Upgrades all installed packages. + + + + + + + + +

Return values:

+
    + +
  1. Boolean indicating the status of the action + +
  2. OPKG return code, STDOUT and STDERR + +
+ + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.model.uci.html b/documentation/api/modules/luci.model.uci.html new file mode 100644 index 0000000..9e50d99 --- /dev/null +++ b/documentation/api/modules/luci.model.uci.html @@ -0,0 +1,1436 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.model.uci

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Cursor:add (config, type) + +Add an anonymous section.
Cursor:apply (configlist, command) + +Applies UCI configuration changes +
Cursor:changes (config) + +Get a table of saved but uncommitted changes.
Cursor:commit (config) + +Commit saved changes.
Cursor:delete (config, section, option) + +Deletes a section or an option.
Cursor:delete_all (config, type, comparator) + +Delete all sections of a given type that match certain criteria.
Cursor:foreach (config, type, callback) + +Call a function for every section of a certain type.
Cursor:get (config, section, option) + +Get a section type or an option +
Cursor:get_all (config, section) + +Get all sections of a config or all values of a section.
Cursor:get_bool (config, section, option) + +Get a boolean option and return it's value as true or false.
Cursor:get_confdir () + +Get the configuration directory.
Cursor:get_first (config, type, option, default) + +Get the given option from the first section with the given type.
Cursor:get_list (config, section, option) + +Get an option or list and return values as table.
Cursor:get_savedir () + +Get the directory for uncomitted changes.
Cursor:load (config) + +Manually load a config.
Cursor:revert (config) + +Revert saved but uncommitted changes.
Cursor:save (config) + +Saves changes made to a config to make them committable.
Cursor:section (config, type, name, values) + +Create a new section and initialize it with data.
Cursor:set (config, section, option, value) + +Set a value or create a named section.
Cursor:set_confdir (directory) + +Set the configuration directory.
Cursor:set_list (config, section, option, value) + +Set given values as list.
Cursor:set_savedir (directory) + +Set the directory for uncommited changes.
Cursor:substate () + +Create a sub-state of this cursor.
Cursor:tset (config, section, values) + +Updated the data of a section using data from a table.
Cursor:unload (config) + +Discard changes made to a config.
cursor () + +Create a new UCI-Cursor.
cursor_state () + +Create a new Cursor initialized to the state directory.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
Cursor:add (config, type)
+
+ + +Add an anonymous section. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + type: UCI section type +
  • + +
+ + + + + + +

Return value:

+Name of created section + + + +
+ + + + +
Cursor:apply (configlist, command)
+
+ + +Applies UCI configuration changes + + + +

Parameters

+
    + +
  • + configlist: List of UCI configurations +
  • + +
  • + command: Don't apply only return the command +
  • + +
+ + + + + + + + +
+ + + + +
Cursor:changes (config)
+
+ + +Get a table of saved but uncommitted changes. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Table of changes + + + +

See also:

+ + +
+ + + + +
Cursor:commit (config)
+
+ + +Commit saved changes. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +

See also:

+ + +
+ + + + +
Cursor:delete (config, section, option)
+
+ + +Deletes a section or an option. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option (optional) +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:delete_all (config, type, comparator)
+
+ + +Delete all sections of a given type that match certain criteria. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + type: UCI section type +
  • + +
  • + comparator: Function that will be called for each section and +returns a boolean whether to delete the current section (optional) +
  • + +
+ + + + + + + + +
+ + + + +
Cursor:foreach (config, type, callback)
+
+ + +Call a function for every section of a certain type. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + type: UCI section type +
  • + +
  • + callback: Function to be called +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:get (config, section, option)
+
+ + +Get a section type or an option + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option (optional) +
  • + +
+ + + + + + +

Return value:

+UCI value + + + +
+ + + + +
Cursor:get_all (config, section)
+
+ + +Get all sections of a config or all values of a section. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name (optional) +
  • + +
+ + + + + + +

Return value:

+Table of UCI sections or table of UCI values + + + +
+ + + + +
Cursor:get_bool (config, section, option)
+
+ + +Get a boolean option and return it's value as true or false. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option +
  • + +
+ + + + + + +

Return value:

+Boolean + + + +
+ + + + +
Cursor:get_confdir ()
+
+ + +Get the configuration directory. + + + + + + + + +

Return value:

+Configuration directory + + + +
+ + + + +
Cursor:get_first (config, type, option, default)
+
+ + +Get the given option from the first section with the given type. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + type: UCI section type +
  • + +
  • + option: UCI option (optional) +
  • + +
  • + default: Default value (optional) +
  • + +
+ + + + + + +

Return value:

+UCI value + + + +
+ + + + +
Cursor:get_list (config, section, option)
+
+ + +Get an option or list and return values as table. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option +
  • + +
+ + + + + + +

Return value:

+UCI value + + + +
+ + + + +
Cursor:get_savedir ()
+
+ + +Get the directory for uncomitted changes. + + + + + + + + +

Return value:

+Save directory + + + +
+ + + + +
Cursor:load (config)
+
+ + +Manually load a config. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +

See also:

+ + +
+ + + + +
Cursor:revert (config)
+
+ + +Revert saved but uncommitted changes. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +

See also:

+ + +
+ + + + +
Cursor:save (config)
+
+ + +Saves changes made to a config to make them committable. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +

See also:

+ + +
+ + + + +
Cursor:section (config, type, name, values)
+
+ + +Create a new section and initialize it with data. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + type: UCI section type +
  • + +
  • + name: UCI section name (optional) +
  • + +
  • + values: Table of key - value pairs to initialize the section with +
  • + +
+ + + + + + +

Return value:

+Name of created section + + + +
+ + + + +
Cursor:set (config, section, option, value)
+
+ + +Set a value or create a named section. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option or UCI section type +
  • + +
  • + value: UCI value or nil if you want to create a section +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:set_confdir (directory)
+
+ + +Set the configuration directory. + + + +

Parameters

+
    + +
  • + directory: UCI configuration directory +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:set_list (config, section, option, value)
+
+ + +Set given values as list. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name +
  • + +
  • + option: UCI option +
  • + +
  • + value: UCI value +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:set_savedir (directory)
+
+ + +Set the directory for uncommited changes. + + + +

Parameters

+
    + +
  • + directory: UCI changes directory +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +
+ + + + +
Cursor:substate ()
+
+ + +Create a sub-state of this cursor. The sub-state is tied to the parent + +curser, means it the parent unloads or loads configs, the sub state will +do so as well. + + + + + + + +

Return value:

+UCI state cursor tied to the parent cursor + + + +
+ + + + +
Cursor:tset (config, section, values)
+
+ + +Updated the data of a section using data from a table. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
  • + section: UCI section name (optional) +
  • + +
  • + values: Table of key - value pairs to update the section with +
  • + +
+ + + + + + + + +
+ + + + +
Cursor:unload (config)
+
+ + +Discard changes made to a config. + + + +

Parameters

+
    + +
  • + config: UCI config +
  • + +
+ + + + + + +

Return value:

+Boolean whether operation succeeded + + + +

See also:

+ + +
+ + + + +
cursor ()
+
+ + +Create a new UCI-Cursor. + + + + + + + + +

Return value:

+UCI-Cursor + + + +
+ + + + +
cursor_state ()
+
+ + +Create a new Cursor initialized to the state directory. + + + + + + + + +

Return value:

+UCI cursor + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.rpcc.html b/documentation/api/modules/luci.rpcc.html new file mode 100644 index 0000000..f7cb020 --- /dev/null +++ b/documentation/api/modules/luci.rpcc.html @@ -0,0 +1,328 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.rpcc

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + +
Client:proxy (prefix) + +Create a transparent RPC proxy.
Client:request (method, params, notification) + +Request an RP call and get the response.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
Client:proxy (prefix)
+
+ + +Create a transparent RPC proxy. + + + +

Parameters

+
    + +
  • + prefix: Method prefix +
  • + +
+ + + + + + +

Return value:

+RPC Proxy object + + + +
+ + + + +
Client:request (method, params, notification)
+
+ + +Request an RP call and get the response. + + + +

Parameters

+
    + +
  • + method: Remote method +
  • + +
  • + params: Parameters +
  • + +
  • + notification: Notification only? +
  • + +
+ + + + + + +

Return value:

+response + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.rpcc.ruci.html b/documentation/api/modules/luci.rpcc.ruci.html new file mode 100644 index 0000000..203779c --- /dev/null +++ b/documentation/api/modules/luci.rpcc.ruci.html @@ -0,0 +1,281 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.rpcc.ruci

+ +

+ + + + + + + +

Functions

+ + + + + + + +
factory (rpccl) + +Create a new UCI over RPC proxy.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
factory (rpccl)
+
+ + +Create a new UCI over RPC proxy. + + + +

Parameters

+
    + +
  • + rpccl: RPC client +
  • + +
+ + + + + + +

Return value:

+Network transparent UCI module + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.html b/documentation/api/modules/luci.sys.html new file mode 100644 index 0000000..860c5fb --- /dev/null +++ b/documentation/api/modules/luci.sys.html @@ -0,0 +1,645 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
call (...) + +Execute a given shell command and return the error code +
dmesg () + +Retrieves the output of the "dmesg" command.
exec (command) + +Execute a given shell command and capture its standard output +
getenv (var) + +Retrieve environment variables.
hostname (String) + +Get or set the current hostname.
httpget (url, stream, target) + +Returns the contents of a documented referred by an URL.
mounts () + +Retrieve information about currently mounted file systems.
reboot () + +Initiate a system reboot.
syslog () + +Retrieves the output of the "logread" command.
uniqueid (bytes) + +Generates a random id with specified length.
uptime () + +Returns the current system uptime stats.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
call (...)
+
+ + +Execute a given shell command and return the error code + + + +

Parameters

+
    + +
  • + ...: Command to call +
  • + +
+ + + + + + +

Return value:

+Error code of the command + + + +
+ + + + +
dmesg ()
+
+ + +Retrieves the output of the "dmesg" command. + + + + + + + + +

Return value:

+String containing the current log buffer + + + +
+ + + + +
exec (command)
+
+ + +Execute a given shell command and capture its standard output + + + +

Parameters

+
    + +
  • + command: Command to call +
  • + +
+ + + + + + +

Return value:

+String containg the return the output of the command + + + +
+ + + + +
getenv (var)
+
+ + +Retrieve environment variables. If no variable is given then a table + +containing the whole environment is returned otherwise this function returns +the corresponding string value for the given name or nil if no such variable +exists. + + +

Parameters

+
    + +
  • + var: Name of the environment variable to retrieve (optional) +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. String containg the value of the specified variable + +
  2. Table containing all variables if no variable name is given + +
+ + + +
+ + + + +
hostname (String)
+
+ + +Get or set the current hostname. + + + +

Parameters

+
    + +
  • + String: containing a new hostname to set (optional) +
  • + +
+ + + + + + +

Return value:

+String containing the system hostname + + + +
+ + + + +
httpget (url, stream, target)
+
+ + +Returns the contents of a documented referred by an URL. + + + +

Parameters

+
    + +
  • + url: The URL to retrieve +
  • + +
  • + stream: Return a stream instead of a buffer +
  • + +
  • + target: Directly write to target file name +
  • + +
+ + + + + + +

Return value:

+String containing the contents of given the URL + + + +
+ + + + +
mounts ()
+
+ + +Retrieve information about currently mounted file systems. + + + + + + + + +

Return value:

+Table containing mount information + + + +
+ + + + +
reboot ()
+
+ + +Initiate a system reboot. + + + + + + + + +

Return value:

+Return value of os.execute() + + + +
+ + + + +
syslog ()
+
+ + +Retrieves the output of the "logread" command. + + + + + + + + +

Return value:

+String containing the current log buffer + + + +
+ + + + +
uniqueid (bytes)
+
+ + +Generates a random id with specified length. + + + +

Parameters

+
    + +
  • + bytes: Number of bytes for the unique id +
  • + +
+ + + + + + +

Return value:

+String containing hex encoded id + + + +
+ + + + +
uptime ()
+
+ + +Returns the current system uptime stats. + + + + + + + + +

Return value:

+String containing total uptime in seconds + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.init.html b/documentation/api/modules/luci.sys.init.html new file mode 100644 index 0000000..596fb7c --- /dev/null +++ b/documentation/api/modules/luci.sys.init.html @@ -0,0 +1,516 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys.init

+ +

+ +LuCI system utilities / init related functions. +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
disable (name) + +Disable the given init script +
enable (name) + +Enable the given init script +
enabled (name) + +Test whether the given init script is enabled +
index (name) + +Get the index of he given init script +
names () + +Get the names of all installed init scripts +
start (name) + +Start the given init script +
stop (name) + +Stop the given init script +
+ + + + + + +
+
+ + +

Functions

+
+ + + +
disable (name)
+
+ + +Disable the given init script + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Boolean indicating success + + + +
+ + + + +
enable (name)
+
+ + +Enable the given init script + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Boolean indicating success + + + +
+ + + + +
enabled (name)
+
+ + +Test whether the given init script is enabled + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Boolean indicating whether init is enabled + + + +
+ + + + +
index (name)
+
+ + +Get the index of he given init script + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Numeric index value + + + +
+ + + + +
names ()
+
+ + +Get the names of all installed init scripts + + + + + + + + +

Return value:

+Table containing the names of all inistalled init scripts + + + +
+ + + + +
start (name)
+
+ + +Start the given init script + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Boolean indicating success + + + +
+ + + + +
stop (name)
+
+ + +Stop the given init script + + + +

Parameters

+
    + +
  • + name: Name of the init script +
  • + +
+ + + + + + +

Return value:

+Boolean indicating success + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.iptparser.html b/documentation/api/modules/luci.sys.iptparser.html new file mode 100644 index 0000000..122afcc --- /dev/null +++ b/documentation/api/modules/luci.sys.iptparser.html @@ -0,0 +1,466 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance luci.sys.iptparser

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IptParser (family) + +Create a new iptables parser object.
IptParser:chain (table, chain) + +Return the given firewall chain within the given table name.
IptParser:chains (table) + +Find the names of all chains within the given table name.
IptParser:is_custom_target (target) + +Test whether the given target points to a custom chain.
IptParser:resync () + +Rebuild the internal lookup table, for example when rules have changed + +through external commands.
IptParser:tables () + +Find the names of all tables.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
IptParser (family)
+
+ + +Create a new iptables parser object. + + + +

Parameters

+
    + +
  • + family: Number specifying the address family. 4 for IPv4, 6 for IPv6 +
  • + +
+ + + + + + +

Return value:

+IptParser instance + + + +
+ + + + +
IptParser:chain (table, chain)
+
+ + +Return the given firewall chain within the given table name. + + + +

Parameters

+
    + +
  • + table: String containing the table name +
  • + +
  • + chain: String containing the chain name +
  • + +
+ + + + + + +

Return value:

+Table containing the fields "policy", "packets", "bytes" + and "rules". The "rules" field is a table of rule tables. + + + +
+ + + + +
IptParser:chains (table)
+
+ + +Find the names of all chains within the given table name. + + + +

Parameters

+
    + +
  • + table: String containing the table name +
  • + +
+ + + + + + +

Return value:

+Table of chain names in the order they occur. + + + +
+ + + + +
IptParser:is_custom_target (target)
+
+ + +Test whether the given target points to a custom chain. + + + +

Parameters

+
    + +
  • + target: String containing the target action +
  • + +
+ + + + + + +

Return value:

+Boolean indicating whether target is a custom chain. + + + +
+ + + + +
IptParser:resync ()
+
+ + +Rebuild the internal lookup table, for example when rules have changed + +through external commands. + + + + + + + +

Return value:

+nothing + + + +
+ + + + +
IptParser:tables ()
+
+ + +Find the names of all tables. + + + + + + + + +

Return value:

+Table of table names. + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.net.html b/documentation/api/modules/luci.sys.net.html new file mode 100644 index 0000000..4a049e2 --- /dev/null +++ b/documentation/api/modules/luci.sys.net.html @@ -0,0 +1,569 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys.net

+ +

+ +LuCI system utilities / network related functions. +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
arptable () + +Returns the current arp-table entries as two-dimensional table.
conntrack () + +Returns conntrack information +
deviceinfo () + +Return information about available network interfaces.
devices () + +Determine the names of available network interfaces.
ipv4_hints () + +Returns a two-dimensional table of IPv4 address hints.
ipv6_hints () + +Returns a two-dimensional table of IPv6 address hints.
mac_hints () + +Returns a two-dimensional table of mac address hints.
pingtest (host) + +Tests whether the given host responds to ping probes.
routes () + +Returns the current kernel routing table entries.
routes6 () + +Returns the current ipv6 kernel routing table entries.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
arptable ()
+
+ + +Returns the current arp-table entries as two-dimensional table. + + + + + + + + +

Return value:

+Table of table containing the current arp entries. + The following fields are defined for arp entry objects: + { "IP address", "HW address", "HW type", "Flags", "Mask", "Device" } + + + +
+ + + + +
conntrack ()
+
+ + +Returns conntrack information + + + + + + + + +

Return value:

+Table with the currently tracked IP connections + + + +
+ + + + +
deviceinfo ()
+
+ + +Return information about available network interfaces. + + + + + + + + +

Return value:

+Table containing all current interface names and their information + + + +
+ + + + +
devices ()
+
+ + +Determine the names of available network interfaces. + + + + + + + + +

Return value:

+Table containing all current interface names + + + +
+ + + + +
ipv4_hints ()
+
+ + +Returns a two-dimensional table of IPv4 address hints. + + + + + + + + +

Return value:

+Table of table containing known hosts from various sources. + Each entry contains the values in the following order: + [ "ip", "name" ] + + + +
+ + + + +
ipv6_hints ()
+
+ + +Returns a two-dimensional table of IPv6 address hints. + + + + + + + + +

Return value:

+Table of table containing known hosts from various sources. + Each entry contains the values in the following order: + [ "ip", "name" ] + + + +
+ + + + +
mac_hints ()
+
+ + +Returns a two-dimensional table of mac address hints. + + + + + + + + +

Return value:

+Table of table containing known hosts from various sources. + Each entry contains the values in the following order: + [ "mac", "name" ] + + + +
+ + + + +
pingtest (host)
+
+ + +Tests whether the given host responds to ping probes. + + + +

Parameters

+
    + +
  • + host: String containing a hostname or IPv4 address +
  • + +
+ + + + + + +

Return value:

+Number containing 0 on success and >= 1 on error + + + +
+ + + + +
routes ()
+
+ + +Returns the current kernel routing table entries. + + + + + + + + +

Return value:

+Table of tables with properties of the corresponding routes. + The following fields are defined for route entry tables: + { "dest", "gateway", "metric", "refcount", "usecount", "irtt", + "flags", "device" } + + + +
+ + + + +
routes6 ()
+
+ + +Returns the current ipv6 kernel routing table entries. + + + + + + + + +

Return value:

+Table of tables with properties of the corresponding routes. + The following fields are defined for route entry tables: + { "source", "dest", "nexthop", "metric", "refcount", "usecount", + "flags", "device" } + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.process.html b/documentation/api/modules/luci.sys.process.html new file mode 100644 index 0000000..9c4f0a5 --- /dev/null +++ b/documentation/api/modules/luci.sys.process.html @@ -0,0 +1,448 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys.process

+ +

+ +LuCI system utilities / process related functions. +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
info () + +Get the current process id.
list () + +Retrieve information about currently running processes.
setgroup (gid) + +Set the gid of a process identified by given pid.
setuser (uid) + +Set the uid of a process identified by given pid.
signal (pid, sig) + +Send a signal to a process identified by given pid.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
info ()
+
+ + +Get the current process id. + + + + + + + + +

Return value:

+Number containing the current pid + + + +
+ + + + +
list ()
+
+ + +Retrieve information about currently running processes. + + + + + + + + +

Return value:

+Table containing process information + + + +
+ + + + +
setgroup (gid)
+
+ + +Set the gid of a process identified by given pid. + + + +

Parameters

+
    + +
  • + gid: Number containing the Unix group id +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating successful operation + +
  2. String containing the error message if failed + +
  3. Number containing the error code if failed + +
+ + + +
+ + + + +
setuser (uid)
+
+ + +Set the uid of a process identified by given pid. + + + +

Parameters

+
    + +
  • + uid: Number containing the Unix user id +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating successful operation + +
  2. String containing the error message if failed + +
  3. Number containing the error code if failed + +
+ + + +
+ + + + +
signal (pid, sig)
+
+ + +Send a signal to a process identified by given pid. + + + +

Parameters

+
    + +
  • + pid: Number containing the process id +
  • + +
  • + sig: Signal to send (default: 15 [SIGTERM]) +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. Boolean indicating successful operation + +
  2. Number containing the error code if failed + +
+ + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.user.html b/documentation/api/modules/luci.sys.user.html new file mode 100644 index 0000000..37126dd --- /dev/null +++ b/documentation/api/modules/luci.sys.user.html @@ -0,0 +1,416 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys.user

+ +

+ +LuCI system utilities / user related functions. +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + +
getuser (uid) + +Retrieve user informations for given uid.
checkpasswd (username, pass) + +Test whether given string matches the password of a given system user.
getpasswd (username) + +Retrieve the current user password hash.
setpasswd (username, password) + +Change the password of given user.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
getuser (uid)
+
+ + +Retrieve user informations for given uid. + + + +

Parameters

+
    + +
  • + uid: Number containing the Unix user id +
  • + +
+ + + + + + +

Return value:

+Table containing the following fields: + { "uid", "gid", "name", "passwd", "dir", "shell", "gecos" } + + + +
+ + + + +
checkpasswd (username, pass)
+
+ + +Test whether given string matches the password of a given system user. + + + +

Parameters

+
    + +
  • + username: String containing the Unix user name +
  • + +
  • + pass: String containing the password to compare +
  • + +
+ + + + + + +

Return value:

+Boolean indicating wheather the passwords are equal + + + +
+ + + + +
getpasswd (username)
+
+ + +Retrieve the current user password hash. + + + +

Parameters

+
    + +
  • + username: String containing the username to retrieve the password for +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. String containing the hash or nil if no password is set. + +
  2. Password database entry + +
+ + + +
+ + + + +
setpasswd (username, password)
+
+ + +Change the password of given user. + + + +

Parameters

+
    + +
  • + username: String containing the Unix user name +
  • + +
  • + password: String containing the password to compare +
  • + +
+ + + + + + +

Return value:

+Number containing 0 on success and >= 1 on error + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.sys.wifi.html b/documentation/api/modules/luci.sys.wifi.html new file mode 100644 index 0000000..eb1f6b3 --- /dev/null +++ b/documentation/api/modules/luci.sys.wifi.html @@ -0,0 +1,284 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.sys.wifi

+ +

+ +LuCI system utilities / wifi related functions. +

+ + + + + + + +

Functions

+ + + + + + + +
getiwinfo (ifname) + +Get wireless information for given interface.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
getiwinfo (ifname)
+
+ + +Get wireless information for given interface. + + + +

Parameters

+
    + +
  • + ifname: String containing the interface name +
  • + +
+ + + + + + +

Return value:

+A wrapped iwinfo object instance + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/luci.util.html b/documentation/api/modules/luci.util.html new file mode 100644 index 0000000..301cfff --- /dev/null +++ b/documentation/api/modules/luci.util.html @@ -0,0 +1,1717 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class luci.util

+ +

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
append (src, ...) + +Appends numerically indexed tables or single objects to a given table.
bigendian () + +Test whether the current system is operating in big endian mode.
class (base) + +Create a Class object (Python-style object model).
clone (object, deep) + +Clones the given object and return it's copy.
cmatch (str, pattern) + +Count the occurences of given substring in given string.
combine (tbl1, tbl2, ...) + +Combines two or more numerically indexed tables and single objects into one table.
contains (table, value) + +Checks whether the given table contains the given value.
copcall (f, ...) + +This is a coroutine-safe drop-in replacement for Lua's "pcall"-function +
coxpcall (f, err, ...) + +This is a coroutine-safe drop-in replacement for Lua's "xpcall"-function +
dtable () + +Create a dynamic table which automatically creates subtables.
dumptable (t, maxdepth) + +Recursively dumps a table to stdout, useful for testing and debugging.
exec (command) + +Execute given commandline and gather stdout.
execi (command) + +Return a line-buffered iterator over the output of given command.
get_bytecode (val) + +Return the current runtime bytecode of the given data.
imatch (val) + +Return a matching iterator for the given value.
instanceof (object, class) + +Test whether the given object is an instance of the given class.
keys (t) + +Retrieve all keys of given associative table.
kspairs (t) + +Return a key, value iterator for the given table.
libpath () + +Returns the absolute path to LuCI base directory.
parse_units (ustr) + +Parse certain units from the given string and return the canonical integer + +value or 0 if the unit is unknown.
pcdata (value) + +Create valid XML PCDATA from given string.
perror (obj) + +Write given object to stderr.
restore_data (str) + +Restore data previously serialized with serialize_data().
serialize_data (val) + +Recursively serialize given data to lua code, suitable for restoring + +with loadstring().
serialize_json (data, writer) + +Convert data structure to JSON +
spairs (t, f) + +Return a key, value iterator which returns the values sorted according to + +the provided callback function.
split (str, pat, max, regex) + +Splits given string on a defined separator sequence and return a table + +containing the resulting substrings.
strip_bytecode (code) + +Strips unnescessary lua bytecode from given string.
striptags (value) + +Strip HTML tags from given string.
threadlocal () + +Create a new or get an already existing thread local store associated with + +the current active coroutine.
trim (str) + +Remove leading and trailing whitespace from given string value.
ubus (object, method, values) + +Issue an ubus call.
update (t, updates) + +Update values in given table with the values from the second given table.
vspairs (t) + +Return a key, value iterator for the given table.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
append (src, ...)
+
+ + +Appends numerically indexed tables or single objects to a given table. + + + +

Parameters

+
    + +
  • + src: Target table +
  • + +
  • + ...: Objects to insert +
  • + +
+ + + + + + +

Return value:

+Target table + + + +
+ + + + +
bigendian ()
+
+ + +Test whether the current system is operating in big endian mode. + + + + + + + + +

Return value:

+Boolean value indicating whether system is big endian + + + +
+ + + + +
class (base)
+
+ + +Create a Class object (Python-style object model). + +The class object can be instantiated by calling itself. +Any class functions or shared parameters can be attached to this object. +Attaching a table to the class object makes this table shared between +all instances of this class. For object parameters use the __init__ function. +Classes can inherit member functions and values from a base class. +Class can be instantiated by calling them. All parameters will be passed +to the __init__ function of this class - if such a function exists. +The __init__ function must be used to set any object parameters that are not shared +with other objects of this class. Any return values will be ignored. + + +

Parameters

+
    + +
  • + base: The base class to inherit from (optional) +
  • + +
+ + + + + + +

Return value:

+A class object + + + +

See also:

+ + +
+ + + + +
clone (object, deep)
+
+ + +Clones the given object and return it's copy. + + + +

Parameters

+
    + +
  • + object: Table value to clone +
  • + +
  • + deep: Boolean indicating whether to do recursive cloning +
  • + +
+ + + + + + +

Return value:

+Cloned table value + + + +
+ + + + +
cmatch (str, pattern)
+
+ + +Count the occurences of given substring in given string. + + + +

Parameters

+
    + +
  • + str: String to search in +
  • + +
  • + pattern: String containing pattern to find +
  • + +
+ + + + + + +

Return value:

+Number of found occurences + + + +
+ + + + +
combine (tbl1, tbl2, ...)
+
+ + +Combines two or more numerically indexed tables and single objects into one table. + + + +

Parameters

+
    + +
  • + tbl1: Table value to combine +
  • + +
  • + tbl2: Table value to combine +
  • + +
  • + ...: More tables to combine +
  • + +
+ + + + + + +

Return value:

+Table value containing all values of given tables + + + +
+ + + + +
contains (table, value)
+
+ + +Checks whether the given table contains the given value. + + + +

Parameters

+
    + +
  • + table: Table value +
  • + +
  • + value: Value to search within the given table +
  • + +
+ + + + + + +

Return value:

+number indicating the first index at which the given value occurs + within table or false. + + + +
+ + + + +
copcall (f, ...)
+
+ + +This is a coroutine-safe drop-in replacement for Lua's "pcall"-function + + + +

Parameters

+
    + +
  • + f: Lua function to be called protected +
  • + +
  • + ...: Parameters passed to the function +
  • + +
+ + + + + + +

Return value:

+A boolean whether the function call succeeded and the returns + values of the function or the error object + + + +
+ + + + +
coxpcall (f, err, ...)
+
+ + +This is a coroutine-safe drop-in replacement for Lua's "xpcall"-function + + + +

Parameters

+
    + +
  • + f: Lua function to be called protected +
  • + +
  • + err: Custom error handler +
  • + +
  • + ...: Parameters passed to the function +
  • + +
+ + + + + + +

Return value:

+A boolean whether the function call succeeded and the return + values of either the function or the error handler + + + +
+ + + + +
dtable ()
+
+ + +Create a dynamic table which automatically creates subtables. + + + + + + + + +

Return value:

+Dynamic Table + + + +
+ + + + +
dumptable (t, maxdepth)
+
+ + +Recursively dumps a table to stdout, useful for testing and debugging. + + + +

Parameters

+
    + +
  • + t: Table value to dump +
  • + +
  • + maxdepth: Maximum depth +
  • + +
+ + + + + + +

Return value:

+Always nil + + + +
+ + + + +
exec (command)
+
+ + +Execute given commandline and gather stdout. + + + +

Parameters

+
    + +
  • + command: String containing command to execute +
  • + +
+ + + + + + +

Return value:

+String containing the command's stdout + + + +
+ + + + +
execi (command)
+
+ + +Return a line-buffered iterator over the output of given command. + + + +

Parameters

+
    + +
  • + command: String containing the command to execute +
  • + +
+ + + + + + +

Return value:

+Iterator + + + +
+ + + + +
get_bytecode (val)
+
+ + +Return the current runtime bytecode of the given data. The byte code + +will be stripped before it is returned. + + +

Parameters

+
    + +
  • + val: Value to return as bytecode +
  • + +
+ + + + + + +

Return value:

+String value containing the bytecode of the given data + + + +
+ + + + +
imatch (val)
+
+ + +Return a matching iterator for the given value. The iterator will return + +one token per invocation, the tokens are separated by whitespace. If the +input value is a table, it is transformed into a string first. A nil value +will result in a valid interator which aborts with the first invocation. + + +

Parameters

+
    + +
  • + val: The value to scan (table, string or nil) +
  • + +
+ + + + + + +

Return value:

+Iterator which returns one token per call + + + +
+ + + + +
instanceof (object, class)
+
+ + +Test whether the given object is an instance of the given class. + + + +

Parameters

+
    + +
  • + object: Object instance +
  • + +
  • + class: Class object to test against +
  • + +
+ + + + + + +

Return value:

+Boolean indicating whether the object is an instance + + + +

See also:

+ + +
+ + + + +
keys (t)
+
+ + +Retrieve all keys of given associative table. + + + +

Parameters

+
    + +
  • + t: Table to extract keys from +
  • + +
+ + + + + + +

Return value:

+Sorted table containing the keys + + + +
+ + + + +
kspairs (t)
+
+ + +Return a key, value iterator for the given table. + +The table pairs are sorted by key. + + +

Parameters

+
    + +
  • + t: The table to iterate +
  • + +
+ + + + + + +

Return value:

+Function value containing the corresponding iterator + + + +
+ + + + +
libpath ()
+
+ + +Returns the absolute path to LuCI base directory. + + + + + + + + +

Return value:

+String containing the directory path + + + +
+ + + + +
parse_units (ustr)
+
+ + +Parse certain units from the given string and return the canonical integer + +value or 0 if the unit is unknown. Upper- or lower case is irrelevant. +Recognized units are: + o "y" - one year (60*60*24*366) + o "m" - one month (60*60*24*31) + o "w" - one week (60*60*24*7) + o "d" - one day (60*60*24) + o "h" - one hour (60*60) + o "min" - one minute (60) + o "kb" - one kilobyte (1024) + o "mb" - one megabyte (1024*1024) + o "gb" - one gigabyte (1024*1024*1024) + o "kib" - one si kilobyte (1000) + o "mib" - one si megabyte (1000*1000) + o "gib" - one si gigabyte (1000*1000*1000) + + +

Parameters

+
    + +
  • + ustr: String containing a numerical value with trailing unit +
  • + +
+ + + + + + +

Return value:

+Number containing the canonical value + + + +
+ + + + +
pcdata (value)
+
+ + +Create valid XML PCDATA from given string. + + + +

Parameters

+
    + +
  • + value: String value containing the data to escape +
  • + +
+ + + + + + +

Return value:

+String value containing the escaped data + + + +
+ + + + +
perror (obj)
+
+ + +Write given object to stderr. + + + +

Parameters

+
    + +
  • + obj: Value to write to stderr +
  • + +
+ + + + + + +

Return value:

+Boolean indicating whether the write operation was successful + + + +
+ + + + +
restore_data (str)
+
+ + +Restore data previously serialized with serialize_data(). + + + +

Parameters

+
    + +
  • + str: String containing the data to restore +
  • + +
+ + + + + + +

Return value:

+Value containing the restored data structure + + + +

See also:

+ + +
+ + + + +
serialize_data (val)
+
+ + +Recursively serialize given data to lua code, suitable for restoring + +with loadstring(). + + +

Parameters

+
    + +
  • + val: Value containing the data to serialize +
  • + +
+ + + + + + +

Return value:

+String value containing the serialized code + + + +

See also:

+ + +
+ + + + +
serialize_json (data, writer)
+
+ + +Convert data structure to JSON + + + +

Parameters

+
    + +
  • + data: The data to serialize +
  • + +
  • + writer: A function to write a chunk of JSON data (optional) +
  • + +
+ + + + + + +

Return value:

+String containing the JSON if called without write callback + + + +
+ + + + +
spairs (t, f)
+
+ + +Return a key, value iterator which returns the values sorted according to + +the provided callback function. + + +

Parameters

+
    + +
  • + t: The table to iterate +
  • + +
  • + f: A callback function to decide the order of elements +
  • + +
+ + + + + + +

Return value:

+Function value containing the corresponding iterator + + + +
+ + + + +
split (str, pat, max, regex)
+
+ + +Splits given string on a defined separator sequence and return a table + +containing the resulting substrings. The optional max parameter specifies +the number of bytes to process, regardless of the actual length of the given +string. The optional last parameter, regex, specifies whether the separator +sequence is interpreted as regular expression. + + +

Parameters

+
    + +
  • + str: String value containing the data to split up +
  • + +
  • + pat: String with separator pattern (optional, defaults to "\n") +
  • + +
  • + max: Maximum times to split (optional) +
  • + +
  • + regex: Boolean indicating whether to interpret the separator + pattern as regular expression (optional, default is false) +
  • + +
+ + + + + + +

Return value:

+Table containing the resulting substrings + + + +
+ + + + +
strip_bytecode (code)
+
+ + +Strips unnescessary lua bytecode from given string. Information like line + +numbers and debugging numbers will be discarded. Original version by +Peter Cawley (http://lua-users.org/lists/lua-l/2008-02/msg01158.html) + + +

Parameters

+
    + +
  • + code: String value containing the original lua byte code +
  • + +
+ + + + + + +

Return value:

+String value containing the stripped lua byte code + + + +
+ + + + +
striptags (value)
+
+ + +Strip HTML tags from given string. + + + +

Parameters

+
    + +
  • + value: String containing the HTML text +
  • + +
+ + + + + + +

Return value:

+String with HTML tags stripped of + + + +
+ + + + +
threadlocal ()
+
+ + +Create a new or get an already existing thread local store associated with + +the current active coroutine. A thread local store is private a table object +whose values can't be accessed from outside of the running coroutine. + + + + + + + +

Return value:

+Table value representing the corresponding thread local store + + + +
+ + + + +
trim (str)
+
+ + +Remove leading and trailing whitespace from given string value. + + + +

Parameters

+
    + +
  • + str: String value containing whitespace padded data +
  • + +
+ + + + + + +

Return value:

+String value with leading and trailing space removed + + + +
+ + + + +
ubus (object, method, values)
+
+ + +Issue an ubus call. + + + +

Parameters

+
    + +
  • + object: String containing the ubus object to call +
  • + +
  • + method: String containing the ubus method to call +
  • + +
  • + values: Table containing the values to pass +
  • + +
+ + + + + + +

Return value:

+Table containin the ubus result + + + +
+ + + + +
update (t, updates)
+
+ + +Update values in given table with the values from the second given table. + +Both table are - in fact - merged together. + + +

Parameters

+
    + +
  • + t: Table which should be updated +
  • + +
  • + updates: Table containing the values to update +
  • + +
+ + + + + + +

Return value:

+Always nil + + + +
+ + + + +
vspairs (t)
+
+ + +Return a key, value iterator for the given table. + +The table pairs are sorted by value. + + +

Parameters

+
    + +
  • + t: The table to iterate +
  • + +
+ + + + + + +

Return value:

+Function value containing the corresponding iterator + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.CHANGELOG.html b/documentation/api/modules/nixio.CHANGELOG.html new file mode 100644 index 0000000..48bedc8 --- /dev/null +++ b/documentation/api/modules/nixio.CHANGELOG.html @@ -0,0 +1,290 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.CHANGELOG

+ +

+ Changes and improvements.

+ + + + + + + + + + +

Tables

+ + + + + + + + + + + + +
0.2 + Initial Release.
0.3 + Service Release.
+ + + +
+
+ + + + +

Tables

+
+ +
0.2
+
+ Initial Release. +
    +
  • Initial Release
  • +
+ + + +
+ + +
0.3
+
+ Service Release. +
    +
  • Added getifaddrs() function.
  • +
  • Added getsockopt(), setsockopt(), getsockname() and getpeername() + directly to TLS-socket objects unifying the socket interface.
  • +
  • Added support for CyaSSL as cryptographical backend.
  • +
  • Added support for x509 certificates in DER format.
  • +
  • Added support for splice() in UnifiedIO.copyz().
  • +
  • Added interface to inject chunks into UnifiedIO.linesource() buffer.
  • +
  • Changed TLS behaviour to explicitely separate servers and clients.
  • +
  • Fixed usage of signed datatype breaking Base64 decoding.
  • +
  • Fixed namespace clashes for nixio.fs.
  • +
  • Fixed splice() support for some exotic C libraries.
  • +
  • Reconfigure axTLS cryptographical provider and mark it as obsolete.
  • +
+ + + +
+ + +
+ + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.CryptoHash.html b/documentation/api/modules/nixio.CryptoHash.html new file mode 100644 index 0000000..6158a77 --- /dev/null +++ b/documentation/api/modules/nixio.CryptoHash.html @@ -0,0 +1,316 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.CryptoHash

+ +

+ Cryptographical Hash and HMAC object.

+ + + + + + + +

Functions

+ + + + + + + + + + + + +
CryptoHash:final () + Finalize the hash and return the digest.
CryptoHash:update (chunk) + Add another chunk of data to be hashed.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
CryptoHash:final ()
+
+ + Finalize the hash and return the digest. + + + + + +

Usage:

+You cannot call update on a hash object that was already finalized + you can however call final multiple times to get the digest. + + + +

Return values:

+
    + +
  1. hexdigest + +
  2. buffer containing binary digest + +
+ + + +
+ + + + +
CryptoHash:update (chunk)
+
+ + Add another chunk of data to be hashed. + + +

Parameters

+
    + +
  • + chunk: Chunk of data +
  • + +
+ + + + + + +

Return value:

+CryptoHash object (self) + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.File.html b/documentation/api/modules/nixio.File.html new file mode 100644 index 0000000..d9e67ea --- /dev/null +++ b/documentation/api/modules/nixio.File.html @@ -0,0 +1,673 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.File

+ +

+ Large File Object. + Large file operations are supported up to 52 bits if the Lua number type is + double (default).

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
File:close () + Close the file descriptor.
File:fileno () + Get the number of the filedescriptor.
File:lock (command, length) + Apply or test a lock on the file.
File:read (length) + Read from a file descriptor.
File:seek (offset, whence) + Reposition read / write offset of the file descriptor.
File:setblocking (blocking) + (POSIX) Set the blocking mode of the file descriptor.
File:stat (field) + Get file status and attributes.
File:sync (data_only) + Synchronizes the file with the storage device.
File:tell () + Return the current read / write offset of the file descriptor.
File:write (buffer, offset, length) + Write to the file descriptor.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
File:close ()
+
+ + Close the file descriptor. + + + + + + + +

Return value:

+true + + + +
+ + + + +
File:fileno ()
+
+ + Get the number of the filedescriptor. + + + + + + + +

Return value:

+file descriptor number + + + +
+ + + + +
File:lock (command, length)
+
+ + Apply or test a lock on the file. + + +

Parameters

+
    + +
  • + command: Locking Command ["lock", "tlock", "ulock", "test"] +
  • + +
  • + length: Amount of Bytes to lock from current offset (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls lockf() on POSIX and _locking() on Windows. + +
  • The "lock" command is blocking, "tlock" is non-blocking, + "ulock" unlocks and "test" only tests for the lock. + +
  • The "test" command is not available on Windows. + +
  • Locks are by default advisory on POSIX, but mandatory on Windows. + +
+ + + +

Return value:

+true + + + +
+ + + + +
File:read (length)
+
+ + Read from a file descriptor. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + +

Usage

+
    + +
  • Warning: It is not guaranteed that all requested data + is read at once especially when dealing with pipes. + You have to check the return value - the length of the buffer actually read - + or use the safe IO functions in the high-level IO utility module. + +
  • The length of the return buffer is limited by the (compile time) + nixio buffersize which is nixio.const.buffersize (8192 by default). + Any read request greater than that will be safely truncated to this value. + +
+ + + +

Return value:

+buffer containing data successfully read + + + +
+ + + + +
File:seek (offset, whence)
+
+ + Reposition read / write offset of the file descriptor. + The seek will be done either from the beginning of the file or relative + to the current position or relative to the end. + + +

Parameters

+
    + +
  • + offset: File Offset +
  • + +
  • + whence: Starting point ["set", "cur", "end"] +
  • + +
+ + + + +

Usage:

+This function calls lseek(). + + + +

Return value:

+new (absolute) offset position + + + +
+ + + + +
File:setblocking (blocking)
+
+ + (POSIX) Set the blocking mode of the file descriptor. + + +

Parameters

+
    + +
  • + blocking: (boolean) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
File:stat (field)
+
+ + Get file status and attributes. + + +

Parameters

+
    + +
  • + field: Only return a specific field, not the whole table (optional) +
  • + +
+ + + + +

Usage:

+This function calls fstat(). + + + +

Return value:

+Table containing:
    +
  • atime = Last access timestamp
  • +
  • blksize = Blocksize (POSIX only)
  • +
  • blocks = Blocks used (POSIX only)
  • +
  • ctime = Creation timestamp
  • +
  • dev = Device ID
  • +
  • gid = Group ID
  • +
  • ino = Inode
  • +
  • modedec = Mode converted into a decimal number
  • +
  • modestr = Mode as string as returned by ls -l
  • +
  • mtime = Last modification timestamp
  • +
  • nlink = Number of links
  • +
  • rdev = Device ID (if special file)
  • +
  • size = Size in bytes
  • +
  • type = ["reg", "dir", "chr", "blk", "fifo", "lnk", "sock"]
  • +
  • uid = User ID
  • +
+ + + +
+ + + + +
File:sync (data_only)
+
+ + Synchronizes the file with the storage device. + Returns when the file is successfully written to the disk. + + +

Parameters

+
    + +
  • + data_only: Do not synchronize the metadata. (optional, boolean) +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls fsync() when data_only equals false + otherwise fdatasync(), on Windows _commit() is used instead. + +
  • fdatasync() is only supported by Linux and Solaris. For other systems + the data_only parameter is ignored and fsync() is always called. + +
+ + + +

Return value:

+true + + + +
+ + + + +
File:tell ()
+
+ + Return the current read / write offset of the file descriptor. + + + + + +

Usage:

+This function calls lseek() with offset 0 from the current position. + + + +

Return value:

+offset position + + + +
+ + + + +
File:write (buffer, offset, length)
+
+ + Write to the file descriptor. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • Warning: It is not guaranteed that all data + in the buffer is written at once especially when dealing with pipes. + You have to check the return value - the number of bytes actually written - + or use the safe IO functions in the high-level IO utility module. + +
  • Unlike standard Lua indexing the lowest offset and default is 0. + +
+ + + +

Return value:

+number of bytes written + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.README.html b/documentation/api/modules/nixio.README.html new file mode 100644 index 0000000..a8da0f3 --- /dev/null +++ b/documentation/api/modules/nixio.README.html @@ -0,0 +1,374 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.README

+ +

+ General Information.

+ + + + + + + + + + +

Tables

+ + + + + + + + + + + + + + + + + + + + + + +
Errorhandling + General error handling information.
Functions + Function conventions.
Platforms + Platform information.
TLS-Crypto + Cryptography and TLS libraries.
+ + + +
+
+ + + + +

Tables

+
+ +
Errorhandling
+
+ General error handling information. +
    +
  • Most of the functions available in this library may fail. If any error + occurs the function returns nil or false, an error code + (usually errno) and an additional error message text (if avaialable).
  • +
  • At the moment false is only returned when a non-blocking I/O function + fails with EAGAIN, EWOULDBLOCK or WSAEWOULDBLOCK for any others nil is + returned as first parameter. Therefore you can use false to write portable + non-blocking I/O applications.
  • +
  • Note that the function documentation does only mention the return values + in case of a successful operation.
  • +
  • You can find a table of common error numbers and other useful constants + like signal numbers in nixio.const e.g. nixio.const.EINVAL, + nixio.const.SIGTERM, etc. For portability there is a second error constant + table nixio.const_sock for socket error codes. This might + be important if you are dealing with Windows applications, on POSIX however + const_sock is just an alias for const.
  • +
  • With some exceptions - which are explicitely stated in the function + documentation - all blocking functions are signal-protected and will not fail + with EINTR.
  • +
  • On POSIX the SIGPIPE signal will be set to ignore upon initialization. + You should restore the default behaviour or set a custom signal handler + in your program after loading nixio if you need this behaviour.
  • +
+ + + +
+ + +
Functions
+
+ Function conventions. +
In general all functions are namend and behave like their POSIX API + counterparts - where applicable - applying the following rules: +
    +
  • Functions should be named like the underlying POSIX API function ommiting + prefixes or suffixes - especially when placed in an object-context ( + lockf -> File:lock, fsync -> File:sync, dup2 -> dup, ...)
  • +
  • If you are unclear about the behaviour of a function you should consult + your OS API documentation (e.g. the manpages).
  • +
  • If the name is significantly different from the POSIX-function, the + underlying function(s) are stated in the documentation.
  • +
  • Parameters should reflect those of the C-API, buffer length arguments and + by-reference parameters should be ommitted for pratical purposes.
  • +
  • If a C function accepts a bitfield as parameter, it should be translated + into lower case string flags representing the flags if the bitfield is the + last parameter and also ommiting prefixes or suffixes. (e.g. waitpid + (pid, &s, WNOHANG | WUNTRACED) -> waitpid(pid, "nohang", "untraced"), + getsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)) -> + Socket:getopt("socket", "reuseaddr"), etc.)
  • +
  • If it is not applicable to provide a string representation of the + bitfield a bitfield generator helper is provided. It is named FUNCTION_flags. + (open("/tmp/test", O_RDONLY | O_NONBLOCK) -> open("/tmp/test", open_flags( + "rdonly", "nonblock")))
  • +
+ + + +
+ + +
Platforms
+
+ Platform information. +
    +
  • The minimum platform requirements are a decent POSIX 2001 support. + Builds are more or less tested on Linux, Solaris and FreeBSD. Builds for + Windows XP SP1 and later can be compiled with MinGW either from Windows + itself or using the MinGW cross-compiler. Earlier versions of Windows are not + supported.
  • +
  • In general all functions which don't have any remarks + in their documentation are available on all platforms.
  • +
  • Functions with a (POSIX), (Linux) or similar prefix are only available + on these specific platforms. Same appplies to parameters of functions + with a similar suffix.
  • +
  • Some functions might have limitations on some platforms. This should + be stated in the documentation. Please also consult your OS API + documentation.
  • +
+ + + +
+ + +
TLS-Crypto
+
+ Cryptography and TLS libraries. +
    +
  • Currently 3 underlying cryptography libraries are supported: openssl, + cyassl and axTLS. The name of the library in use is written to + nixio.tls_provider
  • +
  • You should whenever possible use openssl or cyassl as axTLS has only + limited support. It does not provide support for non-blocking sockets and + is probably less audited than the other ones.
  • +
  • As the supported Windows versions are not suitable for embedded devices + axTLS is at the moment not supported on Windows.
  • +
+ + + +
+ + +
+ + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.Socket.html b/documentation/api/modules/nixio.Socket.html new file mode 100644 index 0000000..105682c --- /dev/null +++ b/documentation/api/modules/nixio.Socket.html @@ -0,0 +1,1033 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.Socket

+ +

+ Socket Object. + Supports IPv4, IPv6 and UNIX (POSIX only) families.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Socket:accept () + Accept a connection on the socket.
Socket:bind (host, port) + Bind the socket to a network address.
Socket:close () + Close the socket.
Socket:connect (host, port) + Connect the socket to a network address.
Socket:fileno () + Get the number of the filedescriptor.
Socket:getopt (level, option) + Get a socket option.
Socket:getpeername () + Get the peer address of a socket.
Socket:getsockname () + Get the local address of a socket.
Socket:listen (backlog) + Listen for connections on the socket.
Socket:read  (length) + Receive a message on the socket (This is an alias for recv).
Socket:recv  (length) + Receive a message on the socket.
Socket:recvfrom (length) + Receive a message on the socket including the senders source address.
Socket:send (buffer, offset, length) + Send a message on the socket.
Socket:sendto (buffer, host, port, offset, length) + Send a message on the socket specifying the destination.
Socket:setblocking (blocking) + Set the blocking mode of the socket.
Socket:setopt (level, option, value) + Set a socket option.
Socket:shutdown (how) + Shut down part of a full-duplex connection.
Socket:write (buffer, offset, length) + Send a message on the socket (This is an alias for send).
+ + + + + + +
+
+ + +

Functions

+
+ + + +
Socket:accept ()
+
+ + Accept a connection on the socket. + + + + + + + +

Return values:

+
    + +
  1. Socket Object + +
  2. Peer IP-Address + +
  3. Peer Port + +
+ + + +
+ + + + +
Socket:bind (host, port)
+
+ + Bind the socket to a network address. + + +

Parameters

+
    + +
  • + host: Host (optional, default: all addresses) +
  • + +
  • + port: Port or service description +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls getaddrinfo() and bind() but NOT listen(). + +
  • If host is a domain name it will be looked up and bind() + tries the IP-Addresses in the order returned by the DNS resolver + until the bind succeeds. + +
  • UNIX sockets ignore the port, + and interpret host as a socket path. + +
+ + + +

Return value:

+true + + + +
+ + + + +
Socket:close ()
+
+ + Close the socket. + + + + + + + +

Return value:

+true + + + +
+ + + + +
Socket:connect (host, port)
+
+ + Connect the socket to a network address. + + +

Parameters

+
    + +
  • + host: Hostname or IP-Address (optional, default: localhost) +
  • + +
  • + port: Port or service description +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls getaddrinfo() and connect(). + +
  • If host is a domain name it will be looked up and connect() + tries the IP-Addresses in the order returned by the DNS resolver + until the connect succeeds. + +
  • UNIX sockets ignore the port, + and interpret host as a socket path. + +
+ + + +

Return value:

+true + + + +
+ + + + +
Socket:fileno ()
+
+ + Get the number of the filedescriptor. + + + + + + + +

Return value:

+file descriptor number + + + +
+ + + + +
Socket:getopt (level, option)
+
+ + Get a socket option. + + +

Parameters

+
    + +
  • + level: Level ["socket", "tcp", "ip", "ipv6"] +
  • + +
  • + option: Option ["keepalive", "reuseaddr", "sndbuf", "rcvbuf", + "priority", "broadcast", "linger", "sndtimeo", "rcvtimeo", "dontroute", + "bindtodevice", "error", "oobinline", "cork" (TCP), "nodelay" (TCP), + "mtu" (IP, IPv6), "hdrincl" (IP), "multicast_ttl" (IP), "multicast_loop" + (IP, IPv6), "multicast_if" (IP, IPv6), "v6only" (IPv6), "multicast_hops" + (IPv6), "add_membership" (IP, IPv6), "drop_membership" (IP, IPv6)] +
  • + +
+ + + + + + +

Return value:

+Value + + + +
+ + + + +
Socket:getpeername ()
+
+ + Get the peer address of a socket. + + + + + + + +

Return values:

+
    + +
  1. IP-Address + +
  2. Port + +
+ + + +
+ + + + +
Socket:getsockname ()
+
+ + Get the local address of a socket. + + + + + + + +

Return values:

+
    + +
  1. IP-Address + +
  2. Port + +
+ + + +
+ + + + +
Socket:listen (backlog)
+
+ + Listen for connections on the socket. + + +

Parameters

+
    + +
  • + backlog: Length of queue for pending connections +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
Socket:read  (length)
+
+ + Receive a message on the socket (This is an alias for recv). + See the recvfrom description for more details. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + + + +

Return value:

+buffer containing data successfully read + + + +

See also:

+ + +
+ + + + +
Socket:recv  (length)
+
+ + Receive a message on the socket. + This function is identical to recvfrom except that it does not return + the sender's source address. See the recvfrom description for more details. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + + + +

Return value:

+buffer containing data successfully read + + + +

See also:

+ + +
+ + + + +
Socket:recvfrom (length)
+
+ + Receive a message on the socket including the senders source address. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + +

Usage

+
    + +
  • Warning: It is not guaranteed that all requested data + is read at once. + You have to check the return value - the length of the buffer actually read - + or use the safe IO functions in the high-level IO utility module. + +
  • The length of the return buffer is limited by the (compile time) + nixio buffersize which is nixio.const.buffersize (8192 by default). + Any read request greater than that will be safely truncated to this value. + +
+ + + +

Return values:

+
    + +
  1. buffer containing data successfully read + +
  2. host IP-Address of the sender + +
  3. port Port of the sender + +
+ + + +
+ + + + +
Socket:send (buffer, offset, length)
+
+ + Send a message on the socket. + This function is identical to sendto except for the missing destination + paramters. See the sendto description for a detailed description. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + + + +

Return value:

+number of bytes written + + + +

See also:

+ + +
+ + + + +
Socket:sendto (buffer, host, port, offset, length)
+
+ + Send a message on the socket specifying the destination. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + host: Target IP-Address +
  • + +
  • + port: Target Port +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • Warning: It is not guaranteed that all data + in the buffer is written at once. + You have to check the return value - the number of bytes actually written - + or use the safe IO functions in the high-level IO utility module. + +
  • Unlike standard Lua indexing the lowest offset and default is 0. + +
+ + + +

Return value:

+number of bytes written + + + +
+ + + + +
Socket:setblocking (blocking)
+
+ + Set the blocking mode of the socket. + + +

Parameters

+
    + +
  • + blocking: (boolean) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
Socket:setopt (level, option, value)
+
+ + Set a socket option. + + +

Parameters

+
    + +
  • + level: Level ["socket", "tcp", "ip", "ipv6"] +
  • + +
  • + option: Option ["keepalive", "reuseaddr", "sndbuf", "rcvbuf", + "priority", "broadcast", "linger", "sndtimeo", "rcvtimeo", "dontroute", + "bindtodevice", "error", "oobinline", "cork" (TCP), "nodelay" (TCP), + "mtu" (IP, IPv6), "hdrincl" (IP), "multicast_ttl" (IP), "multicast_loop" + (IP, IPv6), "multicast_if" (IP, IPv6), "v6only" (IPv6), "multicast_hops" + (IPv6), "add_membership" (IP, IPv6), "drop_membership" (IP, IPv6)] +
  • + +
  • + value: Value +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
Socket:shutdown (how)
+
+ + Shut down part of a full-duplex connection. + + +

Parameters

+
    + +
  • + how: (optional, default: rdwr) ["rdwr", "rd", "wr"] +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
Socket:write (buffer, offset, length)
+
+ + Send a message on the socket (This is an alias for send). + See the sendto description for a detailed description. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + + + +

Return value:

+number of bytes written + + + +

See also:

+ + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.TLSContext.html b/documentation/api/modules/nixio.TLSContext.html new file mode 100644 index 0000000..a91b1ee --- /dev/null +++ b/documentation/api/modules/nixio.TLSContext.html @@ -0,0 +1,479 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.TLSContext

+ +

+ Transport Layer Security Context Object.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TLSContext:create (socket) + Create a TLS Socket from a socket descriptor.
TLSContext:set_cert (path) + Assign a PEM certificate to this context.
TLSContext:set_ciphers (cipherlist) + Set the available ciphers for this context.
TLSContext:set_key (path) + Assign a PEM private key to this context.
TLSContext:set_verify (flag1, ...) + Set the verification flags of this context.
TLSContext:set_verify_depth (depth) + Set the verification depth of this context.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
TLSContext:create (socket)
+
+ + Create a TLS Socket from a socket descriptor. + + +

Parameters

+
    + +
  • + socket: Socket Object +
  • + +
+ + + + + + +

Return value:

+TLSSocket Object + + + +
+ + + + +
TLSContext:set_cert (path)
+
+ + Assign a PEM certificate to this context. + + +

Parameters

+
    + +
  • + path: Certificate File path +
  • + +
+ + + + +

Usage:

+This function calls SSL_CTX_use_certificate_chain_file(). + + + +

Return value:

+true + + + +
+ + + + +
TLSContext:set_ciphers (cipherlist)
+
+ + Set the available ciphers for this context. + + +

Parameters

+
    + +
  • + cipherlist: String containing a list of ciphers +
  • + +
+ + + + +

Usage:

+This function calls SSL_CTX_set_cipher_list(). + + + +

Return value:

+true + + + +
+ + + + +
TLSContext:set_key (path)
+
+ + Assign a PEM private key to this context. + + +

Parameters

+
    + +
  • + path: Private Key File path +
  • + +
+ + + + +

Usage:

+This function calls SSL_CTX_use_PrivateKey_file(). + + + +

Return value:

+true + + + +
+ + + + +
TLSContext:set_verify (flag1, ...)
+
+ + Set the verification flags of this context. + + +

Parameters

+
    + +
  • + flag1: First Flag ["none", "peer", "verify_fail_if_no_peer_cert", + "client_once"] +
  • + +
  • + ...: More Flags [-"-] +
  • + +
+ + + + +

Usage:

+This function calls SSL_CTX_set_verify(). + + + +

Return value:

+true + + + +
+ + + + +
TLSContext:set_verify_depth (depth)
+
+ + Set the verification depth of this context. + + +

Parameters

+
    + +
  • + depth: Depth +
  • + +
+ + + + +

Usage:

+This function calls SSL_CTX_set_verify_depth(). + + + +

Return value:

+true + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.TLSSocket.html b/documentation/api/modules/nixio.TLSSocket.html new file mode 100644 index 0000000..3d99a64 --- /dev/null +++ b/documentation/api/modules/nixio.TLSSocket.html @@ -0,0 +1,575 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.TLSSocket

+ +

+ TLS Socket Object. + TLS Sockets contain the underlying socket and context in the fields + "socket" and "context".

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TLSSocket:accept () + Wait for a TLS handshake from a client.
TLSSocket:connect () + Initiate the TLS handshake as client with the server.
TLSSocket:read  (length) + Receive a message on the socket (This is an alias for recv).
TLSSocket:recv (length) + Receive a message on the socket.
TLSSocket:send (buffer, offset, length) + Send a message to the socket.
TLSSocket:shutdown () + Shut down the TLS connection.
TLSSocket:write (buffer, offset, length) + Send a message on the socket (This is an alias for send).
+ + + + + + +
+
+ + +

Functions

+
+ + + +
TLSSocket:accept ()
+
+ + Wait for a TLS handshake from a client. + + + + + +

Usage

+
    + +
  • This function calls SSL_accept(). + +
  • You have to call either connect or accept before transmitting data. + +
+ + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
TLSSocket:connect ()
+
+ + Initiate the TLS handshake as client with the server. + + + + + +

Usage

+
    + +
  • This function calls SSL_connect(). + +
  • You have to call either connect or accept before transmitting data. + +
+ + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
TLSSocket:read  (length)
+
+ + Receive a message on the socket (This is an alias for recv). + See the recv description for more details. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + + + +

Return value:

+buffer containing data successfully read + + + +

See also:

+ + +
+ + + + +
TLSSocket:recv (length)
+
+ + Receive a message on the socket. + + +

Parameters

+
    + +
  • + length: Amount of data to read (in Bytes). +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls SSL_read(). + +
  • Warning: It is not guaranteed that all requested data + is read at once. + You have to check the return value - the length of the buffer actually read - + or use the safe IO functions in the high-level IO utility module. + +
  • The length of the return buffer is limited by the (compile time) + nixio buffersize which is nixio.const.buffersize (8192 by default). + Any read request greater than that will be safely truncated to this value. + +
+ + + +

Return value:

+buffer containing data successfully read + + + +
+ + + + +
TLSSocket:send (buffer, offset, length)
+
+ + Send a message to the socket. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function calls SSL_write(). + +
  • Warning: It is not guaranteed that all data + in the buffer is written at once. + You have to check the return value - the number of bytes actually written - + or use the safe IO functions in the high-level IO utility module. + +
  • Unlike standard Lua indexing the lowest offset and default is 0. + +
+ + + +

Return value:

+number of bytes written + + + +
+ + + + +
TLSSocket:shutdown ()
+
+ + Shut down the TLS connection. + + + + + +

Usage:

+This function calls SSL_shutdown(). + + + +

Return value:

+true + + + +
+ + + + +
TLSSocket:write (buffer, offset, length)
+
+ + Send a message on the socket (This is an alias for send). + See the send description for a detailed description. + + +

Parameters

+
    + +
  • + buffer: Buffer holding the data to be written. +
  • + +
  • + offset: Offset to start reading the buffer from. (optional) +
  • + +
  • + length: Length of chunk to read from the buffer. (optional) +
  • + +
+ + + + + + +

Return value:

+number of bytes written + + + +

See also:

+ + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.UnifiedIO.html b/documentation/api/modules/nixio.UnifiedIO.html new file mode 100644 index 0000000..22e6e91 --- /dev/null +++ b/documentation/api/modules/nixio.UnifiedIO.html @@ -0,0 +1,767 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Object Instance nixio.UnifiedIO

+ +

+ Unified high-level I/O utility API for Files, Sockets and TLS-Sockets. + These functions are added to the object function tables by doing + require "nixio.util", can be used on all nixio IO Descriptors and + are based on the shared low-level read() and write() functions.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UnifiedIO:blocksource (blocksize, limit) + Create a block-based iterator.
UnifiedIO:close () + Close the descriptor.
UnifiedIO:copy (fdout, size) + Copy data from the current descriptor to another one.
UnifiedIO:copyz (fdout, size) + Copy data from the current descriptor to another one using kernel-space + copying if possible.
UnifiedIO:is_file () + Test whether the I/O-Descriptor is a file.
UnifiedIO:is_socket () + Test whether the I/O-Descriptor is a socket.
UnifiedIO:is_tls_socket () + Test whether the I/O-Descriptor is a TLS socket.
UnifiedIO:linesource (limit) + Create a line-based iterator.
UnifiedIO:readall (length) + Read a block of data and wait until all data is available.
UnifiedIO:sink (close_when_done) + Create a sink.
UnifiedIO:writeall (block) + Write a block of data and wait until all data is written.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
UnifiedIO:blocksource (blocksize, limit)
+
+ + Create a block-based iterator. + + +

Parameters

+
    + +
  • + blocksize: Advisory blocksize (optional) +
  • + +
  • + limit: Amount of data to consume (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the low-level read function of the descriptor. + +
  • The blocksize given is only advisory and to be seen as an upper limit, + if an underlying read returns less bytes the chunk is nevertheless returned. + +
  • If the limit parameter is ommited, the iterator returns data + until an end-of-file, end-of-stream, connection shutdown or similar happens. + +
  • The iterator will not buffer so it is safe to mix with calls to read. + +
  • If the descriptor is non-blocking the iterator may fail with EAGAIN. + +
  • The iterator can be used as an LTN12 source. + +
+ + + +

Return value:

+Block-based Iterator + + + +
+ + + + +
UnifiedIO:close ()
+
+ + Close the descriptor. + + + + + +

Usage:

+If the descriptor is a TLS-socket the underlying descriptor is + closed without touching the TLS connection. + + + +

Return value:

+true + + + +
+ + + + +
UnifiedIO:copy (fdout, size)
+
+ + Copy data from the current descriptor to another one. + + +

Parameters

+
    + +
  • + fdout: Target Descriptor +
  • + +
  • + size: Bytes to copy (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the blocksource function of the source descriptor + and the sink function of the target descriptor. + +
  • If the limit parameter is ommited, data is copied + until an end-of-file, end-of-stream, connection shutdown or similar happens. + +
  • If the descriptor is non-blocking the function may fail with EAGAIN. + +
+ + + +

Return values:

+
    + +
  1. bytes that were successfully written if no error occured + +
  2. - reserved for error code - + +
  3. - reserved for error message - + +
  4. bytes that were successfully written even if an error occured + +
+ + + +
+ + + + +
UnifiedIO:copyz (fdout, size)
+
+ + Copy data from the current descriptor to another one using kernel-space + copying if possible. + + +

Parameters

+
    + +
  • + fdout: Target Descriptor +
  • + +
  • + size: Bytes to copy (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the sendfile() syscall to copy the data or the + blocksource function of the source descriptor and the sink function + of the target descriptor as a fallback mechanism. + +
  • If the limit parameter is ommited, data is copied + until an end-of-file, end-of-stream, connection shutdown or similar happens. + +
  • If the descriptor is non-blocking the function may fail with EAGAIN. + +
+ + + +

Return values:

+
    + +
  1. bytes that were successfully written if no error occured + +
  2. - reserved for error code - + +
  3. - reserved for error message - + +
  4. bytes that were successfully written even if an error occured + +
+ + + +
+ + + + +
UnifiedIO:is_file ()
+
+ + Test whether the I/O-Descriptor is a file. + + + + + + + +

Return value:

+boolean + + + +
+ + + + +
UnifiedIO:is_socket ()
+
+ + Test whether the I/O-Descriptor is a socket. + + + + + + + +

Return value:

+boolean + + + +
+ + + + +
UnifiedIO:is_tls_socket ()
+
+ + Test whether the I/O-Descriptor is a TLS socket. + + + + + + + +

Return value:

+boolean + + + +
+ + + + +
UnifiedIO:linesource (limit)
+
+ + Create a line-based iterator. + Lines may end with either \n or \r\n, these control chars are not included + in the return value. + + +

Parameters

+
    + +
  • + limit: Line limit +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the low-level read function of the descriptor. + +
  • Note: This function uses an internal buffer to read + ahead. Do NOT mix calls to read(all) and the returned iterator. If you want + to stop reading line-based and want to use the read(all) functions instead + you can pass "true" to the iterator which will flush the buffer + and return the bufferd data. + +
  • If the limit parameter is ommited, this function uses the nixio + buffersize (8192B by default). + +
  • If the descriptor is non-blocking the iterator may fail with EAGAIN. + +
  • The iterator can be used as an LTN12 source. + +
+ + + +

Return value:

+Line-based Iterator + + + +
+ + + + +
UnifiedIO:readall (length)
+
+ + Read a block of data and wait until all data is available. + + +

Parameters

+
    + +
  • + length: Bytes to read (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the low-level read function of the descriptor. + +
  • If the length parameter is ommited, this function returns all data + that can be read before an end-of-file, end-of-stream, connection shutdown + or similar happens. + +
  • If the descriptor is non-blocking this function may fail with EAGAIN. + +
+ + + +

Return values:

+
    + +
  1. data that was successfully read if no error occured + +
  2. - reserved for error code - + +
  3. - reserved for error message - + +
  4. data that was successfully read even if an error occured + +
+ + + +
+ + + + +
UnifiedIO:sink (close_when_done)
+
+ + Create a sink. + This sink will simply write all data that it receives and optionally + close the descriptor afterwards. + + +

Parameters

+
    + +
  • + close_when_done: (optional, boolean) +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the writeall function of the descriptor. + +
  • If the descriptor is non-blocking the sink may fail with EAGAIN. + +
  • The iterator can be used as an LTN12 sink. + +
+ + + +

Return value:

+Sink + + + +
+ + + + +
UnifiedIO:writeall (block)
+
+ + Write a block of data and wait until all data is written. + + +

Parameters

+
    + +
  • + block: Bytes to write +
  • + +
+ + + + +

Usage

+
    + +
  • This function uses the low-level write function of the descriptor. + +
  • If the descriptor is non-blocking this function may fail with EAGAIN. + +
+ + + +

Return values:

+
    + +
  1. bytes that were successfully written if no error occured + +
  2. - reserved for error code - + +
  3. - reserved for error message - + +
  4. bytes that were successfully written even if an error occured + +
+ + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.bin.html b/documentation/api/modules/nixio.bin.html new file mode 100644 index 0000000..fd82879 --- /dev/null +++ b/documentation/api/modules/nixio.bin.html @@ -0,0 +1,427 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.bin

+ +

+ Binary operations and conversion.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
b64decode (buffer) + Base64 decode a given buffer.
b64encode (buffer) + Base64 encode a given buffer.
crc32 (buffer, initial) + Calculate the CRC32 value of a buffer.
hexlify (buffer) + Return a hexadecimal ASCII represantation of the content of a buffer.
unhexlify (hexvalue) + Return a binary buffer from a hexadecimal ASCII representation.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
b64decode (buffer)
+
+ + Base64 decode a given buffer. + + +

Parameters

+
    + +
  • + buffer: Base 64 Encoded data +
  • + +
+ + + + + + +

Return value:

+binary data + + + +
+ + + + +
b64encode (buffer)
+
+ + Base64 encode a given buffer. + + +

Parameters

+
    + +
  • + buffer: Buffer +
  • + +
+ + + + + + +

Return value:

+base64 encoded buffer + + + +
+ + + + +
crc32 (buffer, initial)
+
+ + Calculate the CRC32 value of a buffer. + + +

Parameters

+
    + +
  • + buffer: Buffer +
  • + +
  • + initial: Initial CRC32 value (optional) +
  • + +
+ + + + + + +

Return value:

+crc32 value + + + +
+ + + + +
hexlify (buffer)
+
+ + Return a hexadecimal ASCII represantation of the content of a buffer. + + +

Parameters

+
    + +
  • + buffer: Buffer +
  • + +
+ + + + + + +

Return value:

+representation using characters [0-9a-f] + + + +
+ + + + +
unhexlify (hexvalue)
+
+ + Return a binary buffer from a hexadecimal ASCII representation. + + +

Parameters

+
    + +
  • + hexvalue: representation using characters [0-9a-f] +
  • + +
+ + + + + + +

Return value:

+binary data + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.bit.html b/documentation/api/modules/nixio.bit.html new file mode 100644 index 0000000..b29c29d --- /dev/null +++ b/documentation/api/modules/nixio.bit.html @@ -0,0 +1,744 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.bit

+ +

+ Bitfield operators and mainpulation functions. + Can be used as a drop-in replacement for bitlib.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
arshift (oper, shift) + Arithmetically right shift a number.
band (oper1, oper2, ...) + Bitwise AND several numbers.
bnot (oper) + Invert given number.
bor (oper1, oper2, ...) + Bitwise OR several numbers.
bxor (oper1, oper2, ...) + Bitwise XOR several numbers.
cast (oper) + Cast a number to the bit-operating range.
check (bitfield, flag1, ...) + Checks whether given flags are set in a bitfield.
div (oper1, oper2, ...) + Integer division of 2 or more numbers.
lshift (oper, shift) + Left shift a number.
rshift (oper, shift) + Right shift a number.
set (bitfield, flag1, ...) + Sets one or more flags of a bitfield.
unset (bitfield, flag1, ...) + Unsets one or more flags of a bitfield.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
arshift (oper, shift)
+
+ + Arithmetically right shift a number. + + +

Parameters

+
    + +
  • + oper: number +
  • + +
  • + shift: bits to shift +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
band (oper1, oper2, ...)
+
+ + Bitwise AND several numbers. + + +

Parameters

+
    + +
  • + oper1: First Operand +
  • + +
  • + oper2: Second Operand +
  • + +
  • + ...: More Operands +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
bnot (oper)
+
+ + Invert given number. + + +

Parameters

+
    + +
  • + oper: Operand +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
bor (oper1, oper2, ...)
+
+ + Bitwise OR several numbers. + + +

Parameters

+
    + +
  • + oper1: First Operand +
  • + +
  • + oper2: Second Operand +
  • + +
  • + ...: More Operands +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
bxor (oper1, oper2, ...)
+
+ + Bitwise XOR several numbers. + + +

Parameters

+
    + +
  • + oper1: First Operand +
  • + +
  • + oper2: Second Operand +
  • + +
  • + ...: More Operands +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
cast (oper)
+
+ + Cast a number to the bit-operating range. + + +

Parameters

+
    + +
  • + oper: number +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
check (bitfield, flag1, ...)
+
+ + Checks whether given flags are set in a bitfield. + + +

Parameters

+
    + +
  • + bitfield: Bitfield +
  • + +
  • + flag1: First Flag +
  • + +
  • + ...: More Flags +
  • + +
+ + + + + + +

Return value:

+true when all flags are set, otherwise false + + + +
+ + + + +
div (oper1, oper2, ...)
+
+ + Integer division of 2 or more numbers. + + +

Parameters

+
    + +
  • + oper1: Operand 1 +
  • + +
  • + oper2: Operand 2 +
  • + +
  • + ...: More Operands +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
lshift (oper, shift)
+
+ + Left shift a number. + + +

Parameters

+
    + +
  • + oper: number +
  • + +
  • + shift: bits to shift +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
rshift (oper, shift)
+
+ + Right shift a number. + + +

Parameters

+
    + +
  • + oper: number +
  • + +
  • + shift: bits to shift +
  • + +
+ + + + + + +

Return value:

+number + + + +
+ + + + +
set (bitfield, flag1, ...)
+
+ + Sets one or more flags of a bitfield. + + +

Parameters

+
    + +
  • + bitfield: Bitfield +
  • + +
  • + flag1: First Flag +
  • + +
  • + ...: More Flags +
  • + +
+ + + + + + +

Return value:

+altered bitfield + + + +
+ + + + +
unset (bitfield, flag1, ...)
+
+ + Unsets one or more flags of a bitfield. + + +

Parameters

+
    + +
  • + bitfield: Bitfield +
  • + +
  • + flag1: First Flag +
  • + +
  • + ...: More Flags +
  • + +
+ + + + + + +

Return value:

+altered bitfield + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.crypto.html b/documentation/api/modules/nixio.crypto.html new file mode 100644 index 0000000..79a7458 --- /dev/null +++ b/documentation/api/modules/nixio.crypto.html @@ -0,0 +1,319 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.crypto

+ +

+ Cryptographical library.

+ + + + + + + +

Functions

+ + + + + + + + + + + + +
hash (algo) + Create a hash object.
hmac (algo, key) + Create a HMAC object.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
hash (algo)
+
+ + Create a hash object. + + +

Parameters

+
    + +
  • + algo: Algorithm ["sha1", "md5"] +
  • + +
+ + + + + + +

Return value:

+CryptoHash Object + + + +
+ + + + +
hmac (algo, key)
+
+ + Create a HMAC object. + + +

Parameters

+
    + +
  • + algo: Algorithm ["sha1", "md5"] +
  • + +
  • + key: HMAC-Key +
  • + +
+ + + + + + +

Return value:

+CryptoHash Object + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.fs.html b/documentation/api/modules/nixio.fs.html new file mode 100644 index 0000000..d4fda2c --- /dev/null +++ b/documentation/api/modules/nixio.fs.html @@ -0,0 +1,1562 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio.fs

+ +

+ Low-level and high-level filesystem manipulation library.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
access (path, mode1, ...) + Check user's permission on a file.
basename (path) + Strip the directory part from a path.
chmod (path, mode) + Change the file mode.
chown (path, user, group) + (POSIX) Change owner and group of a file.
copy (src, dest) + Copy a file, directory or symlink non-recursively preserving file mode, + timestamps, owner and group.
copyr (src, dest) + Copy a file, directory or symlink recursively preserving file mode, + timestamps, owner and group.
datacopy (src, dest, limit) + Copy data between files.
dir (path) + Iterate over the entries of a directory.
dirname (path) + Strip the base from a path.
glob (pattern) + (POSIX) Find pathnames matching a pattern.
lchown (path, user, group) + (POSIX) Change owner and group of a file and do not resolve + if target is a symlink.
link (oldpath, newpath) + Create a hard link.
lstat (path, field) + Get file status and attributes and do not resolve if target is a symlink.
mkdir (path, mode) + Create a new directory.
mkdirr (dest, mode) + Create a directory and all needed parent directories recursively.
mkfifo (path, mode) + (POSIX) Create a FIFO (named pipe).
move (src, dest) + Rename a file, directory or symlink non-recursively across filesystems.
mover (src, dest) + Rename a file, directory or symlink recursively across filesystems.
readfile (path, limit) + Read the contents of a file into a buffer.
readlink (path) + (POSIX) Read the target of a symbolic link.
realpath (path) + Return the cannonicalized absolute pathname.
remove (path) + Remove a file or directory.
rename (src, dest) + Renames a file or directory.
rmdir (path) + Remove an empty directory.
stat (path, field) + Get file status and attributes.
statvfs (path) + (POSIX) Get filesystem statistics.
symlink (oldpath, newpath) + (POSIX) Create a symbolic link.
unlink (path) + Delete a name and - if no links are left - the associated file.
utimes (path, actime, mtime) + Change file last access and last modification time.
writefile (path, data) + Write a buffer into a file truncating the file first.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
access (path, mode1, ...)
+
+ + Check user's permission on a file. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + mode1: First Mode to check ["f", "r", "w", "x"] +
  • + +
  • + ...: More Modes to check [-"-] +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
basename (path)
+
+ + Strip the directory part from a path. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + +

Usage:

+This function cannot fail and will never return nil. + + + +

Return value:

+basename + + + +
+ + + + +
chmod (path, mode)
+
+ + Change the file mode. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + mode: File mode + [decimal mode number, "[-r][-w][-xsS][-r][-w][-xsS][-r][-w][-xtT]"] +
  • + +
+ + + + +

Usage

+
    + +
  • Windows only supports setting the write-protection through the + "Writable to others" bit. + +
  • Notice: The mode-flag for the functions + open, mkdir, mkfifo are affected by the umask. + +
+ + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
chown (path, user, group)
+
+ + (POSIX) Change owner and group of a file. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + user: User ID or Username (optional) +
  • + +
  • + group: Group ID or Groupname (optional) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
copy (src, dest)
+
+ + Copy a file, directory or symlink non-recursively preserving file mode, + timestamps, owner and group. + + +

Parameters

+
    + +
  • + src: Source path +
  • + +
  • + dest: Destination path +
  • + +
+ + + + +

Usage:

+The destination must always be a full destination path e.g. do not + omit the basename even if source and destination basename are equal. + + + +

Return value:

+true + + + +
+ + + + +
copyr (src, dest)
+
+ + Copy a file, directory or symlink recursively preserving file mode, + timestamps, owner and group. + + +

Parameters

+
    + +
  • + src: Source path +
  • + +
  • + dest: Destination path +
  • + +
+ + + + +

Usage:

+The destination must always be a full destination path e.g. do not + omit the basename even if source and destination basename are equal. + + + +

Return value:

+true + + + +
+ + + + +
datacopy (src, dest, limit)
+
+ + Copy data between files. + + +

Parameters

+
    + +
  • + src: Source file path +
  • + +
  • + dest: Destination file path +
  • + +
  • + limit: Maximum bytes to copy (optional) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
dir (path)
+
+ + Iterate over the entries of a directory. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + +

Usage:

+The special entries "." and ".." are omitted. + + + +

Return value:

+directory iterator returning one entry per call + + + +
+ + + + +
dirname (path)
+
+ + Strip the base from a path. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + +

Usage:

+This function cannot fail and will never return nil. + + + +

Return value:

+dirname + + + +
+ + + + +
glob (pattern)
+
+ + (POSIX) Find pathnames matching a pattern. + + +

Parameters

+
    + +
  • + pattern: Pattern +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. path iterator + +
  2. number of matches + +
+ + + +
+ + + + +
lchown (path, user, group)
+
+ + (POSIX) Change owner and group of a file and do not resolve + if target is a symlink. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + user: User ID or Username (optional) +
  • + +
  • + group: Group ID or Groupname (optional) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
link (oldpath, newpath)
+
+ + Create a hard link. + + +

Parameters

+
    + +
  • + oldpath: Path +
  • + +
  • + newpath: Path +
  • + +
+ + + + +

Usage:

+This function calls link() on POSIX and CreateHardLink() on Windows. + + + +

Return value:

+true + + + +
+ + + + +
lstat (path, field)
+
+ + Get file status and attributes and do not resolve if target is a symlink. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + field: Only return a specific field, not the whole table (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing attributes (see stat for a detailed description) + + + +

See also:

+ + +
+ + + + +
mkdir (path, mode)
+
+ + Create a new directory. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + mode: File mode (optional, see chmod and umask) +
  • + +
+ + + + + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
mkdirr (dest, mode)
+
+ + Create a directory and all needed parent directories recursively. + + +

Parameters

+
    + +
  • + dest: Destination path +
  • + +
  • + mode: File mode (optional, see chmod and umask) +
  • + +
+ + + + + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
mkfifo (path, mode)
+
+ + (POSIX) Create a FIFO (named pipe). + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + mode: File mode (optional, see chmod and umask) +
  • + +
+ + + + + + +

Return value:

+true + + + +

See also:

+ + +
+ + + + +
move (src, dest)
+
+ + Rename a file, directory or symlink non-recursively across filesystems. + + +

Parameters

+
    + +
  • + src: Source path +
  • + +
  • + dest: Destination path +
  • + +
+ + + + +

Usage:

+The destination must always be a full destination path e.g. do not + omit the basename even if source and destination basename are equal. + + + +

Return value:

+true + + + +
+ + + + +
mover (src, dest)
+
+ + Rename a file, directory or symlink recursively across filesystems. + + +

Parameters

+
    + +
  • + src: Source path +
  • + +
  • + dest: Destination path +
  • + +
+ + + + +

Usage:

+The destination must always be a full destination path e.g. do not + omit the basename even if source and destination basename are equal. + + + +

Return value:

+true + + + +
+ + + + +
readfile (path, limit)
+
+ + Read the contents of a file into a buffer. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + limit: Maximum bytes to read (optional) +
  • + +
+ + + + + + +

Return value:

+file contents + + + +
+ + + + +
readlink (path)
+
+ + (POSIX) Read the target of a symbolic link. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + + + +

Return value:

+target path + + + +
+ + + + +
realpath (path)
+
+ + Return the cannonicalized absolute pathname. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + + + +

Return value:

+absolute path + + + +
+ + + + +
remove (path)
+
+ + Remove a file or directory. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
rename (src, dest)
+
+ + Renames a file or directory. + + +

Parameters

+
    + +
  • + src: Source path +
  • + +
  • + dest: Destination path +
  • + +
+ + + + +

Usage:

+It is normally not possible to rename files accross fileystems. + + + +

Return value:

+true + + + +
+ + + + +
rmdir (path)
+
+ + Remove an empty directory. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
stat (path, field)
+
+ + Get file status and attributes. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + field: Only return a specific field, not the whole table (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing:
    +
  • atime = Last access timestamp
  • +
  • blksize = Blocksize (POSIX only)
  • +
  • blocks = Blocks used (POSIX only)
  • +
  • ctime = Creation timestamp
  • +
  • dev = Device ID
  • +
  • gid = Group ID
  • +
  • ino = Inode
  • +
  • modedec = Mode converted into a decimal number
  • +
  • modestr = Mode as string as returned by ls -l
  • +
  • mtime = Last modification timestamp
  • +
  • nlink = Number of links
  • +
  • rdev = Device ID (if special file)
  • +
  • size = Size in bytes
  • +
  • type = ["reg", "dir", "chr", "blk", "fifo", "lnk", "sock"]
  • +
  • uid = User ID
  • +
+ + + +
+ + + + +
statvfs (path)
+
+ + (POSIX) Get filesystem statistics. + + +

Parameters

+
    + +
  • + path: Path to any file within the filesystem. +
  • + +
+ + + + + + +

Return value:

+Table containing:
    +
  • bavail = available blocks
  • +
  • bfree = free blocks
  • +
  • blocks = number of fragments
  • +
  • frsize = fragment size
  • +
  • favail = available inodes
  • +
  • ffree = free inodes
  • +
  • files = inodes
  • +
  • flag = flags
  • +
  • fsid = filesystem ID
  • +
  • namemax = maximum filename length
  • +
+ + + +
+ + + + +
symlink (oldpath, newpath)
+
+ + (POSIX) Create a symbolic link. + + +

Parameters

+
    + +
  • + oldpath: Path +
  • + +
  • + newpath: Path +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
unlink (path)
+
+ + Delete a name and - if no links are left - the associated file. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
utimes (path, actime, mtime)
+
+ + Change file last access and last modification time. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + actime: Last access timestamp (optional, default: current time) +
  • + +
  • + mtime: Last modification timestamp (optional, default: actime) +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
writefile (path, data)
+
+ + Write a buffer into a file truncating the file first. + + +

Parameters

+
    + +
  • + path: Path +
  • + +
  • + data: Data to write +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/api/modules/nixio.html b/documentation/api/modules/nixio.html new file mode 100644 index 0000000..f02fe3b --- /dev/null +++ b/documentation/api/modules/nixio.html @@ -0,0 +1,2405 @@ + + + + Reference + + + + + +
+ +
+ +
+
+
+ +
+ + + +
+ +

Class nixio

+ +

+ General POSIX IO library.

+ + + + + + + +

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
bind (host, port, family, socktype) + Create a new socket and bind it to a network address.
chdir (path) + Change the working directory.
closelog () + (POSIX) Close the connection to the system logger.
connect (host, port, family, socktype) + Create a new socket and connect to a network address.
crypt (key, salt) + (POSIX) Encrypt a user password.
dup (oldfd, newfd) + Duplicate a file descriptor.
errno () + Get the last system error code.
exec (executable, ...) + Execute a file to replace the current process.
exece (executable, arguments, environment) + Execute a file with a custom environment to replace the current process.
execp (executable, ...) + Invoke the shell and execute a file to replace the current process.
fork () + (POSIX) Clone the current process.
getaddrinfo (host, family, service) + Look up a hostname and service via DNS.
getcwd () + Get the current working directory.
getenv (variable) + Get the current environment table or a specific environment variable.
getgid () + (POSIX) Get the group id of the current process.
getgr (group) + (POSIX) Get all or a specific user group.
getifaddrs () + (Linux, BSD) Get a list of available network interfaces and their addresses.
getnameinfo (ipaddr) + Reverse look up an IP-Address via DNS.
getpid () + Get the ID of the current process.
getppid () + (POSIX) Get the parent process id of the current process.
getproto (proto) + Get all or a specifc proto entry.
getprotobyname (name) + Get protocol entry by name.
getprotobynumber (proto) + Get protocol entry by number.
getpw (user) + (POSIX) Get all or a specific user account.
getsp (user) + (Linux, Solaris) Get all or a specific shadow password entry.
getuid () + (POSIX) Get the user id of the current process.
kill (target, signal) + (POSIX) Send a signal to one or more processes.
nanosleep (seconds, nanoseconds) + Sleep for a specified amount of time.
nice (nice) + (POSIX) Change priority of current process.
open (path, flags, mode) + Open a file.
open_flags (flag1, ...) + Generate flags for a call to open().
openlog (ident, flag1, ...) + (POSIX) Open a connection to the system logger.
pipe () + Create a pipe.
poll (fds, timeout) + Wait for some event on a file descriptor.
poll_flags (mode1, ...) + Generate events-bitfield or parse revents-bitfield for poll.
sendfile (socket, file, length) + (POSIX) Send data from a file to a socket in kernel-space.
setenv (variable, value) + Set or unset a environment variable.
setgid (gid) + (POSIX) Set the group id of the current process.
setlogmask (priority) + (POSIX) Set the logmask of the system logger for current process.
setsid () + (POSIX) Create a new session and set the process group ID.
setuid (gid) + (POSIX) Set the user id of the current process.
signal (signal, handler) + Ignore or use set the default handler for a signal.
socket (domain, type) + Create a new socket.
splice (fdin, fdout, length, flags) + (Linux) Send data from / to a pipe in kernel-space.
splice_flags (flag1, ...) + (Linux) Generate a flag bitfield for a call to splice.
strerror (errno) + Get the error message for the corresponding error code.
sysinfo () + (Linux) Get overall system statistics.
syslog (priority) + (POSIX) Write a message to the system logger.
times () + (POSIX) Get process times.
tls (mode) + Create a new TLS context.
umask (mask) + Sets the file mode creation mask.
uname () + (POSIX) Get information about current system and kernel.
waitpid (pid, flag1, ...) + (POSIX) Wait for a process to change state.
+ + + + + + +
+
+ + +

Functions

+
+ + + +
bind (host, port, family, socktype)
+
+ + Create a new socket and bind it to a network address. + This function is a shortcut for calling nixio.socket and then bind() + on the socket object. + + +

Parameters

+
    + +
  • + host: Hostname or IP-Address (optional, default: all addresses) +
  • + +
  • + port: Port or service description +
  • + +
  • + family: Address family ["any", "inet", "inet6"] +
  • + +
  • + socktype: Socket Type ["stream", "dgram"] +
  • + +
+ + + + +

Usage

+
    + +
  • This functions calls getaddrinfo(), socket(), + setsockopt() and bind() but NOT listen(). + +
  • The reuseaddr-option is automatically set before binding. + +
+ + + +

Return value:

+Socket Object + + + +
+ + + + +
chdir (path)
+
+ + Change the working directory. + + +

Parameters

+
    + +
  • + path: New working directory +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
closelog ()
+
+ + (POSIX) Close the connection to the system logger. + + + + + + + + + +
+ + + + +
connect (host, port, family, socktype)
+
+ + Create a new socket and connect to a network address. + This function is a shortcut for calling nixio.socket and then connect() + on the socket object. + + +

Parameters

+
    + +
  • + host: Hostname or IP-Address (optional, default: localhost) +
  • + +
  • + port: Port or service description +
  • + +
  • + family: Address family ["any", "inet", "inet6"] +
  • + +
  • + socktype: Socket Type ["stream", "dgram"] +
  • + +
+ + + + +

Usage:

+This functions calls getaddrinfo(), socket() and connect(). + + + +

Return value:

+Socket Object + + + +
+ + + + +
crypt (key, salt)
+
+ + (POSIX) Encrypt a user password. + + +

Parameters

+
    + +
  • + key: Key +
  • + +
  • + salt: Salt +
  • + +
+ + + + + + +

Return value:

+password hash + + + +
+ + + + +
dup (oldfd, newfd)
+
+ + Duplicate a file descriptor. + + +

Parameters

+
    + +
  • + oldfd: Old descriptor [File Object, Socket Object (POSIX only)] +
  • + +
  • + newfd: New descriptor to serve as copy (optional) +
  • + +
+ + + + +

Usage:

+This funcation calls dup2() if newfd is set, otherwise dup(). + + + +

Return value:

+File Object of new descriptor + + + +
+ + + + +
errno ()
+
+ + Get the last system error code. + + + + + + + +

Return value:

+Error code + + + +
+ + + + +
exec (executable, ...)
+
+ + Execute a file to replace the current process. + + +

Parameters

+
    + +
  • + executable: Executable +
  • + +
  • + ...: Parameters +
  • + +
+ + + + +

Usage

+
    + +
  • The name of the executable is automatically passed as argv[0] + +
  • This function does not return on success. + +
+ + + + + +
+ + + + +
exece (executable, arguments, environment)
+
+ + Execute a file with a custom environment to replace the current process. + + +

Parameters

+
    + +
  • + executable: Executable +
  • + +
  • + arguments: Argument Table +
  • + +
  • + environment: Environment Table (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • The name of the executable is automatically passed as argv[0] + +
  • This function does not return on success. + +
+ + + + + +
+ + + + +
execp (executable, ...)
+
+ + Invoke the shell and execute a file to replace the current process. + + +

Parameters

+
    + +
  • + executable: Executable +
  • + +
  • + ...: Parameters +
  • + +
+ + + + +

Usage

+
    + +
  • The name of the executable is automatically passed as argv[0] + +
  • This function does not return on success. + +
+ + + + + +
+ + + + +
fork ()
+
+ + (POSIX) Clone the current process. + + + + + + + +

Return value:

+the child process id for the parent process, 0 for the child process + + + +
+ + + + +
getaddrinfo (host, family, service)
+
+ + Look up a hostname and service via DNS. + + +

Parameters

+
    + +
  • + host: hostname to lookup (optional) +
  • + +
  • + family: address family ["any", "inet", "inet6"] +
  • + +
  • + service: service name or port (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing one or more tables containing:
    +
  • family = ["inet", "inet6"]
  • +
  • socktype = ["stream", "dgram", "raw"]
  • +
  • address = Resolved IP-Address
  • +
  • port = Resolved Port (if service was given)
  • +
+ + + +
+ + + + +
getcwd ()
+
+ + Get the current working directory. + + + + + + + +

Return value:

+workign directory + + + +
+ + + + +
getenv (variable)
+
+ + Get the current environment table or a specific environment variable. + + +

Parameters

+
    + +
  • + variable: Variable (optional) +
  • + +
+ + + + + + +

Return value:

+environment table or single environment variable + + + +
+ + + + +
getgid ()
+
+ + (POSIX) Get the group id of the current process. + + + + + + + +

Return value:

+process group id + + + +
+ + + + +
getgr (group)
+
+ + (POSIX) Get all or a specific user group. + + +

Parameters

+
    + +
  • + group: Group ID or groupname (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing:
    +
  • name = Group Name
  • +
  • gid = Group ID
  • +
  • passwd = Password
  • +
  • mem = {Member #1, Member #2, ...}
  • +
+ + + +
+ + + + +
getifaddrs ()
+
+ + (Linux, BSD) Get a list of available network interfaces and their addresses. + + + + + + + +

Return value:

+Table containing one or more tables containing:
    +
  • name = Interface Name
  • +
  • family = ["inet", "inet6", "packet"]
  • +
  • addr = Interface Address (IPv4, IPv6, MAC, ...)
  • +
  • broadaddr = Broadcast Address
  • +
  • dstaddr = Destination Address (Point-to-Point)
  • +
  • netmask = Netmask (if available)
  • +
  • prefix = Prefix (if available)
  • +
  • flags = Table of interface flags (up, multicast, loopback, ...)
  • +
  • data = Statistics (Linux, "packet"-family)
  • +
  • hatype = Hardware Type Identifier (Linix, "packet"-family)
  • +
  • ifindex = Interface Index (Linux, "packet"-family)
  • +
+ + + +
+ + + + +
getnameinfo (ipaddr)
+
+ + Reverse look up an IP-Address via DNS. + + +

Parameters

+
    + +
  • + ipaddr: IPv4 or IPv6-Address +
  • + +
+ + + + + + +

Return value:

+FQDN + + + +
+ + + + +
getpid ()
+
+ + Get the ID of the current process. + + + + + + + +

Return value:

+process id + + + +
+ + + + +
getppid ()
+
+ + (POSIX) Get the parent process id of the current process. + + + + + + + +

Return value:

+parent process id + + + +
+ + + + +
getproto (proto)
+
+ + Get all or a specifc proto entry. + + +

Parameters

+
    + +
  • + proto: protocol number or name to lookup (optional) +
  • + +
+ + + + + + +

Return value:

+Table (or if no parameter is given, a table of tables) + containing the following fields:
    +
  • name = Protocol Name
  • +
  • proto = Protocol Number
  • +
  • aliases = Table of alias names
  • +
+ + + +
+ + + + +
getprotobyname (name)
+
+ + Get protocol entry by name. + + +

Parameters

+
    + +
  • + name: protocol name to lookup +
  • + +
+ + + + +

Usage:

+This function returns nil if the given protocol is unknown. + + + +

Return value:

+Table containing the following fields:
    +
  • name = Protocol Name
  • +
  • proto = Protocol Number
  • +
  • aliases = Table of alias names
  • +
+ + + +
+ + + + +
getprotobynumber (proto)
+
+ + Get protocol entry by number. + + +

Parameters

+
    + +
  • + proto: protocol number to lookup +
  • + +
+ + + + +

Usage:

+This function returns nil if the given protocol is unknown. + + + +

Return value:

+Table containing the following fields:
    +
  • name = Protocol Name
  • +
  • proto = Protocol Number
  • +
  • aliases = Table of alias names
  • +
+ + + +
+ + + + +
getpw (user)
+
+ + (POSIX) Get all or a specific user account. + + +

Parameters

+
    + +
  • + user: User ID or username (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing:
    +
  • name = Name
  • +
  • uid = ID
  • +
  • gid = Group ID
  • +
  • passwd = Password
  • +
  • dir = Home directory
  • +
  • gecos = Information
  • +
  • shell = Shell
  • +
+ + + +
+ + + + +
getsp (user)
+
+ + (Linux, Solaris) Get all or a specific shadow password entry. + + +

Parameters

+
    + +
  • + user: username (optional) +
  • + +
+ + + + + + +

Return value:

+Table containing:
    +
  • namp = Name
  • +
  • expire = Expiration Date
  • +
  • flag = Flags
  • +
  • inact = Inactivity Date
  • +
  • lstchg = Last change
  • +
  • max = Maximum
  • +
  • min = Minimum
  • +
  • warn = Warning
  • +
  • pwdp = Password Hash
  • +
+ + + +
+ + + + +
getuid ()
+
+ + (POSIX) Get the user id of the current process. + + + + + + + +

Return value:

+process user id + + + +
+ + + + +
kill (target, signal)
+
+ + (POSIX) Send a signal to one or more processes. + + +

Parameters

+
    + +
  • + target: Target process of process group. +
  • + +
  • + signal: Signal to send +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
nanosleep (seconds, nanoseconds)
+
+ + Sleep for a specified amount of time. + + +

Parameters

+
    + +
  • + seconds: Seconds to wait (optional) +
  • + +
  • + nanoseconds: Nanoseconds to wait (optional) +
  • + +
+ + + + +

Usage

+
    + +
  • Not all systems support nanosecond precision but you can expect + to have at least maillisecond precision. + +
  • This function is not signal-protected and may fail with EINTR. + +
+ + + +

Return value:

+true + + + +
+ + + + +
nice (nice)
+
+ + (POSIX) Change priority of current process. + + +

Parameters

+
    + +
  • + nice: Nice Value +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
open (path, flags, mode)
+
+ + Open a file. + + +

Parameters

+
    + +
  • + path: Filesystem path to open +
  • + +
  • + flags: Flag string or number (see open_flags). + ["r", "r+", "w", "w+", "a", "a+"] +
  • + +
  • + mode: File mode for newly created files (see chmod, umask). +
  • + +
+ + + + +

Usage:

+Although this function also supports the traditional fopen() + file flags it does not create a file stream but uses the open() syscall. + + + +

Return value:

+File Object + + + +

See also:

+ + +
+ + + + +
open_flags (flag1, ...)
+
+ + Generate flags for a call to open(). + + +

Parameters

+
    + +
  • + flag1: First Flag ["append", "creat", "excl", "nonblock", "ndelay", + "sync", "trunc", "rdonly", "wronly", "rdwr"] +
  • + +
  • + ...: More Flags [-"-] +
  • + +
+ + + + +

Usage

+
    + +
  • This function cannot fail and will never return nil. + +
  • The "nonblock" and "ndelay" flags are aliases. + +
  • The "nonblock", "ndelay" and "sync" flags are no-ops on Windows. + +
+ + + +

Return value:

+flag to be used as second paramter to open + + + +
+ + + + +
openlog (ident, flag1, ...)
+
+ + (POSIX) Open a connection to the system logger. + + +

Parameters

+
    + +
  • + ident: Identifier +
  • + +
  • + flag1: Flag 1 ["cons", "nowait", "pid", "perror", "ndelay", "odelay"] +
  • + +
  • + ...: More flags [-"-] +
  • + +
+ + + + + + + + +
+ + + + +
pipe ()
+
+ + Create a pipe. + + + + + + + +

Return values:

+
    + +
  1. File Object of the read end + +
  2. File Object of the write end + +
+ + + +
+ + + + +
poll (fds, timeout)
+
+ + Wait for some event on a file descriptor. + poll() sets the revents-field of the tables provided by fds to a bitfield + indicating the events that occured. + + +

Parameters

+
    + +
  • + fds: Table containing one or more tables containing
      +
    • fd = I/O Descriptor [Socket Object, File Object (POSIX)]
    • +
    • events = events to wait for (bitfield generated with poll_flags)
    • +
    +
  • + +
  • + timeout: Timeout in milliseconds +
  • + +
+ + + + +

Usage

+
    + +
  • This function works in-place on the provided table and only + writes the revents field, you can use other fields on your demand. + +
  • All metamethods on the tables provided as fds are ignored. + +
  • The revents-fields are not reset when the call times out. + You have to check the first return value to be 0 to handle this case. + +
  • If you want to wait on a TLS-Socket you have to use the underlying + socket instead. + +
  • On Windows poll is emulated through select(), can only be used + on socket descriptors and cannot take more than 64 descriptors per call. + +
  • This function is not signal-protected and may fail with EINTR. + +
+ + + +

Return values:

+
    + +
  1. number of ready IO descriptors + +
  2. the fds-table with revents-fields set + +
+ + + +

See also:

+ + +
+ + + + +
poll_flags (mode1, ...)
+
+ + Generate events-bitfield or parse revents-bitfield for poll. + + +

Parameters

+
    + +
  • + mode1: revents-Flag bitfield returned from poll to parse OR + ["in", "out", "err", "pri" (POSIX), "hup" (POSIX), "nval" (POSIX)] +
  • + +
  • + ...: More mode strings for generating the flag [-"-] +
  • + +
+ + + + + + +

Return value:

+table with boolean fields reflecting the mode parameter + OR bitfield to use for the events-Flag field + + + +

See also:

+ + +
+ + + + +
sendfile (socket, file, length)
+
+ + (POSIX) Send data from a file to a socket in kernel-space. + + +

Parameters

+
    + +
  • + socket: Socket Object +
  • + +
  • + file: File Object +
  • + +
  • + length: Amount of data to send (in Bytes). +
  • + +
+ + + + + + +

Return value:

+bytes sent + + + +
+ + + + +
setenv (variable, value)
+
+ + Set or unset a environment variable. + + +

Parameters

+
    + +
  • + variable: Variable +
  • + +
  • + value: Value (optional) +
  • + +
+ + + + +

Usage:

+The environment variable will be unset if value is ommited. + + + +

Return value:

+true + + + +
+ + + + +
setgid (gid)
+
+ + (POSIX) Set the group id of the current process. + + +

Parameters

+
    + +
  • + gid: New Group ID +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
setlogmask (priority)
+
+ + (POSIX) Set the logmask of the system logger for current process. + + +

Parameters

+
    + +
  • + priority: Priority ["emerg", "alert", "crit", "err", "warning", + "notice", "info", "debug"] +
  • + +
+ + + + + + + + +
+ + + + +
setsid ()
+
+ + (POSIX) Create a new session and set the process group ID. + + + + + + + +

Return value:

+session id + + + +
+ + + + +
setuid (gid)
+
+ + (POSIX) Set the user id of the current process. + + +

Parameters

+
    + +
  • + gid: New User ID +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
signal (signal, handler)
+
+ + Ignore or use set the default handler for a signal. + + +

Parameters

+
    + +
  • + signal: Signal +
  • + +
  • + handler: ["ign", "dfl"] +
  • + +
+ + + + + + +

Return value:

+true + + + +
+ + + + +
socket (domain, type)
+
+ + Create a new socket. + + +

Parameters

+
    + +
  • + domain: Domain ["inet", "inet6", "unix"] +
  • + +
  • + type: Type ["stream", "dgram", "raw"] +
  • + +
+ + + + + + +

Return value:

+Socket Object + + + +
+ + + + +
splice (fdin, fdout, length, flags)
+
+ + (Linux) Send data from / to a pipe in kernel-space. + + +

Parameters

+
    + +
  • + fdin: Input I/O descriptor +
  • + +
  • + fdout: Output I/O descriptor +
  • + +
  • + length: Amount of data to send (in Bytes). +
  • + +
  • + flags: (optional, bitfield generated by splice_flags) +
  • + +
+ + + + + + +

Return value:

+bytes sent + + + +

See also:

+ + +
+ + + + +
splice_flags (flag1, ...)
+
+ + (Linux) Generate a flag bitfield for a call to splice. + + +

Parameters

+
    + +
  • + flag1: First Flag ["move", "nonblock", "more"] +
  • + +
  • + ...: More flags [-"-] +
  • + +
+ + + + + + +

Return value:

+Flag bitfield + + + +

See also:

+ + +
+ + + + +
strerror (errno)
+
+ + Get the error message for the corresponding error code. + + +

Parameters

+
    + +
  • + errno: System error code +
  • + +
+ + + + + + +

Return value:

+Error message + + + +
+ + + + +
sysinfo ()
+
+ + (Linux) Get overall system statistics. + + + + + + + +

Return value:

+Table containing:
    +
  • uptime = system uptime in seconds
  • +
  • loads = {loadavg1, loadavg5, loadavg15}
  • +
  • totalram = total RAM
  • +
  • freeram = free RAM
  • +
  • sharedram = shared RAM
  • +
  • bufferram = buffered RAM
  • +
  • totalswap = total SWAP
  • +
  • freeswap = free SWAP
  • +
  • procs = number of running processes
  • +
+ + + +
+ + + + +
syslog (priority)
+
+ + (POSIX) Write a message to the system logger. + + +

Parameters

+
    + +
  • + priority: Priority ["emerg", "alert", "crit", "err", "warning", + "notice", "info", "debug"] +
  • + +
+ + + + + + + + +
+ + + + +
times ()
+
+ + (POSIX) Get process times. + + + + + + + +

Return value:

+Table containing:
    +
  • utime = user time
  • +
  • utime = system time
  • +
  • cutime = children user time
  • +
  • cstime = children system time
  • +
+ + + +
+ + + + +
tls (mode)
+
+ + Create a new TLS context. + + +

Parameters

+
    + +
  • + mode: TLS-Mode ["client", "server"] +
  • + +
+ + + + + + +

Return value:

+TLSContext Object + + + +
+ + + + +
umask (mask)
+
+ + Sets the file mode creation mask. + + +

Parameters

+
    + +
  • + mask: New creation mask (see chmod for format specifications) +
  • + +
+ + + + + + +

Return values:

+
    + +
  1. the old umask as decimal mode number + +
  2. the old umask as mode string + +
+ + + +
+ + + + +
uname ()
+
+ + (POSIX) Get information about current system and kernel. + + + + + + + +

Return value:

+Table containing:
    +
  • sysname = operating system
  • +
  • nodename = network name (usually hostname)
  • +
  • release = OS release
  • +
  • version = OS version
  • +
  • machine = hardware identifier
  • +
+ + + +
+ + + + +
waitpid (pid, flag1, ...)
+
+ + (POSIX) Wait for a process to change state. + + +

Parameters

+
    + +
  • + pid: Process ID (optional, default: any childprocess) +
  • + +
  • + flag1: Flag (optional) ["nohang", "untraced", "continued"] +
  • + +
  • + ...: More Flags [-"-] +
  • + +
+ + + + +

Usage:

+If the "nohang" is given this function becomes non-blocking. + + + +

Return values:

+
    + +
  1. process id of child or 0 if no child has changed state + +
  2. ["exited", "signaled", "stopped"] + +
  3. [exit code, terminate signal, stop signal] + +
+ + + +
+ + +
+ + + + + +
+ +
+ +
+

Valid XHTML 1.0!

+
+ +
+ + diff --git a/documentation/i18n.md b/documentation/i18n.md new file mode 100644 index 0000000..fdacb08 --- /dev/null +++ b/documentation/i18n.md @@ -0,0 +1,17 @@ +# General +Translations are saved in the folder po/. You find the reference in po/templates/.pot. The actual translation files can be found at po//.po . + +In order to use the commands below you need to have the _gettext'' utilities (''msgcat'', ''msgfmt'', ''msgmerge_) installed on your system. + +# Rebuild po files +If you want to rebuild the translations after you made changes to a package this is an easy way: + + + ./build/i18n-scan.pl applications/[package] > po/templates/[application].pot + ./build/i18n-update.pl po [application].po + +*Note:* Some packages share translation files, in this case you need to scan through all their folders. The first command from above should then be: + + + ./build/i18n-scan.pl applications/[package-1] applications/[package-2] applications/[package-n] > po/templates/[application].pot + diff --git a/embedfonts b/embedfonts new file mode 100755 index 0000000..e534cb4 --- /dev/null +++ b/embedfonts @@ -0,0 +1,6 @@ +#!/bin/sh + +echo $1 +pdf2ps $1 ${1%.*}.ps +ps2pdf14 -dPDFSETTINGS=/prepress -dEmbedAllFonts=true ${1%.*}.ps $1 +rm ${1%.*}.ps diff --git a/file/ranger/commands.py b/file/ranger/commands.py new file mode 100644 index 0000000..4d290e7 --- /dev/null +++ b/file/ranger/commands.py @@ -0,0 +1,1244 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2009-2013 Roman Zimbelmann +# This configuration file is licensed under the same terms as ranger. +# =================================================================== +# This file contains ranger's commands. +# It's all in python; lines beginning with # are comments. +# +# Note that additional commands are automatically generated from the methods +# of the class ranger.core.actions.Actions. +# +# You can customize commands in the file ~/.config/ranger/commands.py. +# It has the same syntax as this file. In fact, you can just copy this +# file there with `ranger --copy-config=commands' and make your modifications. +# But make sure you update your configs when you update ranger. +# +# =================================================================== +# Every class defined here which is a subclass of `Command' will be used as a +# command in ranger. Several methods are defined to interface with ranger: +# execute(): called when the command is executed. +# cancel(): called when closing the console. +# tab(): called when is pressed. +# quick(): called after each keypress. +# +# The return values for tab() can be either: +# None: There is no tab completion +# A string: Change the console to this string +# A list/tuple/generator: cycle through every item in it +# +# The return value for quick() can be: +# False: Nothing happens +# True: Execute the command afterwards +# +# The return value for execute() and cancel() doesn't matter. +# +# =================================================================== +# Commands have certain attributes and methods that facilitate parsing of +# the arguments: +# +# self.line: The whole line that was written in the console. +# self.args: A list of all (space-separated) arguments to the command. +# self.quantifier: If this command was mapped to the key "X" and +# the user pressed 6X, self.quantifier will be 6. +# self.arg(n): The n-th argument, or an empty string if it doesn't exist. +# self.rest(n): The n-th argument plus everything that followed. For example, +# If the command was "search foo bar a b c", rest(2) will be "bar a b c" +# self.start(n): The n-th argument and anything before it. For example, +# If the command was "search foo bar a b c", rest(2) will be "bar a b c" +# +# =================================================================== +# And this is a little reference for common ranger functions and objects: +# +# self.fm: A reference to the "fm" object which contains most information +# about ranger. +# self.fm.notify(string): Print the given string on the screen. +# self.fm.notify(string, bad=True): Print the given string in RED. +# self.fm.reload_cwd(): Reload the current working directory. +# self.fm.thisdir: The current working directory. (A File object.) +# self.fm.thisfile: The current file. (A File object too.) +# self.fm.thistab.get_selection(): A list of all selected files. +# self.fm.execute_console(string): Execute the string as a ranger command. +# self.fm.open_console(string): Open the console with the given string +# already typed in for you. +# self.fm.move(direction): Moves the cursor in the given direction, which +# can be something like down=3, up=5, right=1, left=1, to=6, ... +# +# File objects (for example self.fm.thisfile) have these useful attributes and +# methods: +# +# cf.path: The path to the file. +# cf.basename: The base name only. +# cf.load_content(): Force a loading of the directories content (which +# obviously works with directories only) +# cf.is_directory: True/False depending on whether it's a directory. +# +# For advanced commands it is unavoidable to dive a bit into the source code +# of ranger. +# =================================================================== + +from ranger.api.commands import * + +class alias(Command): + """:alias + + Copies the oldcommand as newcommand. + """ + + context = 'browser' + resolve_macros = False + + def execute(self): + if not self.arg(1) or not self.arg(2): + self.fm.notify('Syntax: alias ', bad=True) + else: + self.fm.commands.alias(self.arg(1), self.rest(2)) + +class cd(Command): + """:cd [-r] + + The cd command changes the directory. + The command 'cd -' is equivalent to typing ``. + Using the option "-r" will get you to the real path. + """ + + def execute(self): + import os.path + if self.arg(1) == '-r': + self.shift() + destination = os.path.realpath(self.rest(1)) + if os.path.isfile(destination): + destination = os.path.dirname(destination) + else: + destination = self.rest(1) + + if not destination: + destination = '~' + + if destination == '-': + self.fm.enter_bookmark('`') + else: + self.fm.cd(destination) + + def tab(self): + import os + from os.path import dirname, basename, expanduser, join + + cwd = self.fm.thisdir.path + rel_dest = self.rest(1) + + bookmarks = [v.path for v in self.fm.bookmarks.dct.values() + if rel_dest in v.path ] + + # expand the tilde into the user directory + if rel_dest.startswith('~'): + rel_dest = expanduser(rel_dest) + + # define some shortcuts + abs_dest = join(cwd, rel_dest) + abs_dirname = dirname(abs_dest) + rel_basename = basename(rel_dest) + rel_dirname = dirname(rel_dest) + + try: + # are we at the end of a directory? + if rel_dest.endswith('/') or rel_dest == '': + _, dirnames, _ = next(os.walk(abs_dest)) + + # are we in the middle of the filename? + else: + _, dirnames, _ = next(os.walk(abs_dirname)) + dirnames = [dn for dn in dirnames \ + if dn.startswith(rel_basename)] + except (OSError, StopIteration): + # os.walk found nothing + pass + else: + dirnames.sort() + dirnames = bookmarks + dirnames + + # no results, return None + if len(dirnames) == 0: + return + + # one result. since it must be a directory, append a slash. + if len(dirnames) == 1: + return self.start(1) + join(rel_dirname, dirnames[0]) + '/' + + # more than one result. append no slash, so the user can + # manually type in the slash to advance into that directory + return (self.start(1) + join(rel_dirname, dirname) for dirname in dirnames) + + +class chain(Command): + """:chain ; ; ... + + Calls multiple commands at once, separated by semicolons. + """ + def execute(self): + for command in self.rest(1).split(";"): + self.fm.execute_console(command) + + +class shell(Command): + escape_macros_for_shell = True + + def execute(self): + if self.arg(1) and self.arg(1)[0] == '-': + flags = self.arg(1)[1:] + command = self.rest(2) + else: + flags = '' + command = self.rest(1) + + if not command and 'p' in flags: + command = 'cat %f' + if command: + if '%' in command: + command = self.fm.substitute_macros(command, escape=True) + self.fm.execute_command(command, flags=flags) + + def tab(self): + from ranger.ext.get_executables import get_executables + if self.arg(1) and self.arg(1)[0] == '-': + command = self.rest(2) + else: + command = self.rest(1) + start = self.line[0:len(self.line) - len(command)] + + try: + position_of_last_space = command.rindex(" ") + except ValueError: + return (start + program + ' ' for program \ + in get_executables() if program.startswith(command)) + if position_of_last_space == len(command) - 1: + selection = self.fm.thistab.get_selection() + if len(selection) == 1: + return self.line + selection[0].shell_escaped_basename + ' ' + else: + return self.line + '%s ' + else: + before_word, start_of_word = self.line.rsplit(' ', 1) + return (before_word + ' ' + file.shell_escaped_basename \ + for file in self.fm.thisdir.files \ + if file.shell_escaped_basename.startswith(start_of_word)) + +class open_with(Command): + def execute(self): + app, flags, mode = self._get_app_flags_mode(self.rest(1)) + self.fm.execute_file( + files = [f for f in self.fm.thistab.get_selection()], + app = app, + flags = flags, + mode = mode) + + def tab(self): + return self._tab_through_executables() + + def _get_app_flags_mode(self, string): + """Extracts the application, flags and mode from a string. + + examples: + "mplayer f 1" => ("mplayer", "f", 1) + "aunpack 4" => ("aunpack", "", 4) + "p" => ("", "p", 0) + "" => None + """ + + app = '' + flags = '' + mode = 0 + split = string.split() + + if len(split) == 0: + pass + + elif len(split) == 1: + part = split[0] + if self._is_app(part): + app = part + elif self._is_flags(part): + flags = part + elif self._is_mode(part): + mode = part + + elif len(split) == 2: + part0 = split[0] + part1 = split[1] + + if self._is_app(part0): + app = part0 + if self._is_flags(part1): + flags = part1 + elif self._is_mode(part1): + mode = part1 + elif self._is_flags(part0): + flags = part0 + if self._is_mode(part1): + mode = part1 + elif self._is_mode(part0): + mode = part0 + if self._is_flags(part1): + flags = part1 + + elif len(split) >= 3: + part0 = split[0] + part1 = split[1] + part2 = split[2] + + if self._is_app(part0): + app = part0 + if self._is_flags(part1): + flags = part1 + if self._is_mode(part2): + mode = part2 + elif self._is_mode(part1): + mode = part1 + if self._is_flags(part2): + flags = part2 + elif self._is_flags(part0): + flags = part0 + if self._is_mode(part1): + mode = part1 + elif self._is_mode(part0): + mode = part0 + if self._is_flags(part1): + flags = part1 + + return app, flags, int(mode) + + def _is_app(self, arg): + return not self._is_flags(arg) and not arg.isdigit() + + def _is_flags(self, arg): + from ranger.core.runner import ALLOWED_FLAGS + return all(x in ALLOWED_FLAGS for x in arg) + + def _is_mode(self, arg): + return all(x in '0123456789' for x in arg) + + +class set_(Command): + """:set
+
+

<%=title%>

+ + <% if not url then %> + <%:No url found in config%> + <% else + local mtime = fs.stat(cachefile, "mtime") or 0 + local now = os.time() + expire = mtime + cachetime + + if not fs.access(cachefile) or expire < now then + rss = sys.httpget(url) + if #rss == 0 then + %> + <%:Could not get rss data from%>
<%=url%> + <% + else + local count = 0 + for item in string.gmatch(rss, "(.-)") do + if count < max then + local title = item:match("(.-)") + local link = item:match("(.-)") + local desc = item:match("(.-)") or "" + if title and link then + table.insert(output, { title = utl.pcdata(title), link = utl.pcdata(link) }) + end + count = count + 1 + end + end + if count > 0 then + local file = io.open(cachefile, "w") + file:write(utl.serialize_data(output)) + file:close() + end + end + else + local file = assert(io.open(cachefile)) + output = utl.restore_data(file:read'*a') + end + end + + if #output > 0 then + %> +
    + <% for k, v in ipairs(output) do %> +
  • <%=v.title%>
  • + <% end %> +
+ <%end%> +
+