Rework LuCI build system
authorJo-Philipp Wich <redacted>
Wed, 3 Dec 2014 14:17:05 +0000 (15:17 +0100)
committerJo-Philipp Wich <redacted>
Thu, 8 Jan 2015 15:26:20 +0000 (16:26 +0100)
 * Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <redacted>
2324 files changed:
applications/freifunk-community/Makefile [deleted file]
applications/luci-ahcp/Makefile [deleted file]
applications/luci-app-ahcp/Makefile [new file with mode: 0644]
applications/luci-app-ahcp/luasrc/controller/ahcp.lua [moved from applications/luci-ahcp/luasrc/controller/ahcp.lua with 100% similarity]
applications/luci-app-ahcp/luasrc/model/cbi/ahcp.lua [moved from applications/luci-ahcp/luasrc/model/cbi/ahcp.lua with 100% similarity]
applications/luci-app-ahcp/luasrc/view/admin_status/index/ahcp.htm [moved from applications/luci-ahcp/luasrc/view/admin_status/index/ahcp.htm with 100% similarity]
applications/luci-app-ahcp/luasrc/view/ahcp_status.htm [moved from applications/luci-ahcp/luasrc/view/ahcp_status.htm with 100% similarity]
applications/luci-app-ahcp/po/ca/ahcp.po [moved from po/ca/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/cs/ahcp.po [moved from po/cs/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/de/ahcp.po [moved from po/de/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/el/ahcp.po [moved from po/el/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/en/ahcp.po [moved from po/en/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/es/ahcp.po [moved from po/es/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/fr/ahcp.po [moved from po/fr/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/he/ahcp.po [moved from po/he/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/hu/ahcp.po [moved from po/hu/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/it/ahcp.po [moved from po/it/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/ja/ahcp.po [moved from po/ja/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/ms/ahcp.po [moved from po/ms/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/no/ahcp.po [moved from po/no/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/pl/ahcp.po [moved from po/pl/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/pt-br/ahcp.po [moved from po/pt_BR/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/pt/ahcp.po [moved from po/pt/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/ro/ahcp.po [moved from po/ro/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/ru/ahcp.po [moved from po/ru/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/sk/ahcp.po [moved from po/sk/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/sv/ahcp.po [moved from po/sv/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/templates/ahcp.pot [moved from po/templates/ahcp.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/asterisk.pot [moved from po/templates/asterisk.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/base.pot [moved from po/templates/base.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/commands.pot [moved from po/templates/commands.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/coovachilli.pot [moved from po/templates/coovachilli.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/ddns.pot [moved from po/templates/ddns.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/diag_core.pot [moved from po/templates/diag_core.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/diag_devinfo.pot [moved from po/templates/diag_devinfo.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/ffwizard.pot [moved from po/templates/ffwizard.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/firewall.pot [moved from po/templates/firewall.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/freifunk-policyrouting.pot [moved from po/templates/freifunk-policyrouting.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/freifunk.pot [moved from po/templates/freifunk.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/hd_idle.pot [moved from po/templates/hd_idle.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/meshwizard.pot [moved from po/templates/meshwizard.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/minidlna.pot [moved from po/templates/minidlna.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/mmc_over_gpio.pot [moved from po/templates/mmc_over_gpio.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/multiwan.pot [moved from po/templates/multiwan.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/ntpc.pot [moved from po/templates/ntpc.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/olsr.pot [moved from po/templates/olsr.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/openvpn.pot [moved from po/templates/openvpn.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/p2pblock.pot [moved from po/templates/p2pblock.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/p910nd.pot [moved from po/templates/p910nd.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/pbx-voicemail.pot [moved from po/templates/pbx-voicemail.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/pbx.pot [moved from po/templates/pbx.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/polipo.pot [moved from po/templates/polipo.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/qos.pot [moved from po/templates/qos.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/radvd.pot [moved from po/templates/radvd.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/rrdtool.pot [moved from po/templates/rrdtool.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/samba.pot [moved from po/templates/samba.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/splash.pot [moved from po/templates/splash.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/statistics.pot [moved from po/templates/statistics.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/tinyproxy.pot [moved from po/templates/tinyproxy.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/transmission.pot [moved from po/templates/transmission.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/upnp.pot [moved from po/templates/upnp.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/ushare.pot [moved from po/templates/ushare.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/uvc_streamer.pot [moved from po/templates/uvc_streamer.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/vnstat.pot [moved from po/templates/vnstat.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/voice_core.pot [moved from po/templates/voice_core.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/voice_diag.pot [moved from po/templates/voice_diag.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/watchcat.pot [moved from po/templates/watchcat.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/wol.pot [moved from po/templates/wol.pot with 100% similarity]
applications/luci-app-ahcp/po/templates/wshaper.pot [moved from po/templates/wshaper.pot with 100% similarity]
applications/luci-app-ahcp/po/tr/ahcp.po [moved from po/tr/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/uk/ahcp.po [moved from po/uk/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/vi/ahcp.po [moved from po/vi/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/zh-cn/ahcp.po [moved from po/zh_CN/ahcp.po with 100% similarity]
applications/luci-app-ahcp/po/zh-tw/ahcp.po [moved from po/zh_TW/ahcp.po with 100% similarity]
applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp [moved from applications/luci-ahcp/root/etc/uci-defaults/luci-ahcp with 100% similarity]
applications/luci-app-ahcp/src/Makefile [moved from applications/luci-pbx/root/etc/config/pbx-google with 100% similarity]
applications/luci-app-asterisk/Makefile [new file with mode: 0644]
applications/luci-app-asterisk/ipkg/postinst [moved from applications/luci-asterisk/ipkg/postinst with 100% similarity]
applications/luci-app-asterisk/luasrc/asterisk.lua [moved from applications/luci-asterisk/luasrc/asterisk.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua [moved from applications/luci-asterisk/luasrc/asterisk/cc_idd.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/controller/asterisk.lua [moved from applications/luci-asterisk/luasrc/controller/asterisk.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-dialplans.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-meetme.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-format.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-func.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk-voice.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialplans.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplans.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/dialzones.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/meetme.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/meetme_settings.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/phones.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/phones.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunks.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/trunks.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/voicemail.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua [moved from applications/luci-asterisk/luasrc/model/cbi/asterisk/voicemail_settings.lua with 100% similarity]
applications/luci-app-asterisk/luasrc/view/asterisk/cbi/cell.htm [moved from applications/luci-asterisk/luasrc/view/asterisk/cbi/cell.htm with 100% similarity]
applications/luci-app-asterisk/luasrc/view/asterisk/dialplans.htm [moved from applications/luci-asterisk/luasrc/view/asterisk/dialplans.htm with 100% similarity]
applications/luci-app-asterisk/luasrc/view/asterisk/dialzones.htm [moved from applications/luci-asterisk/luasrc/view/asterisk/dialzones.htm with 100% similarity]
applications/luci-app-asterisk/po/ca/asterisk.po [moved from po/ca/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/cs/asterisk.po [moved from po/cs/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/de/asterisk.po [moved from po/de/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/el/asterisk.po [moved from po/el/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/en/asterisk.po [moved from po/en/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/es/asterisk.po [moved from po/es/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/fr/asterisk.po [moved from po/fr/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/he/asterisk.po [moved from po/he/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/hu/asterisk.po [moved from po/hu/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/it/asterisk.po [moved from po/it/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/ja/asterisk.po [moved from po/ja/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/ms/asterisk.po [moved from po/ms/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/no/asterisk.po [moved from po/no/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/pl/asterisk.po [moved from po/pl/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/pt-br/asterisk.po [moved from po/pt_BR/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/pt/asterisk.po [moved from po/pt/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/ro/asterisk.po [moved from po/ro/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/ru/asterisk.po [moved from po/ru/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/sk/asterisk.po [moved from po/sk/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/sv/asterisk.po [moved from po/sv/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/templates/asterisk.pot [moved from applications/luci-pbx/root/etc/config/pbx-voip with 100% similarity]
applications/luci-app-asterisk/po/tr/asterisk.po [moved from po/tr/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/uk/asterisk.po [moved from po/uk/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/vi/asterisk.po [moved from po/vi/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/zh-cn/asterisk.po [moved from po/zh_CN/asterisk.po with 100% similarity]
applications/luci-app-asterisk/po/zh-tw/asterisk.po [moved from po/zh_TW/asterisk.po with 100% similarity]
applications/luci-app-asterisk/root/etc/config/asterisk [moved from applications/luci-asterisk/root/etc/config/asterisk with 100% similarity]
applications/luci-app-asterisk/root/etc/uci-defaults/luci-asterisk [moved from applications/luci-asterisk/root/etc/uci-defaults/luci-asterisk with 100% similarity]
applications/luci-app-commands/Makefile [new file with mode: 0644]
applications/luci-app-commands/luasrc/controller/commands.lua [moved from applications/luci-commands/luasrc/controller/commands.lua with 100% similarity]
applications/luci-app-commands/luasrc/model/cbi/commands.lua [moved from applications/luci-commands/luasrc/model/cbi/commands.lua with 100% similarity]
applications/luci-app-commands/luasrc/view/commands.htm [moved from applications/luci-commands/luasrc/view/commands.htm with 100% similarity]
applications/luci-app-commands/po/ca/commands.po [moved from po/ca/commands.po with 100% similarity]
applications/luci-app-commands/po/cs/commands.po [moved from po/cs/commands.po with 100% similarity]
applications/luci-app-commands/po/de/commands.po [moved from po/de/commands.po with 100% similarity]
applications/luci-app-commands/po/el/commands.po [moved from po/el/commands.po with 100% similarity]
applications/luci-app-commands/po/en/commands.po [moved from po/en/commands.po with 100% similarity]
applications/luci-app-commands/po/es/commands.po [moved from po/es/commands.po with 100% similarity]
applications/luci-app-commands/po/fr/commands.po [moved from po/fr/commands.po with 100% similarity]
applications/luci-app-commands/po/he/commands.po [moved from po/he/commands.po with 100% similarity]
applications/luci-app-commands/po/hu/commands.po [moved from po/hu/commands.po with 100% similarity]
applications/luci-app-commands/po/it/commands.po [moved from po/it/commands.po with 100% similarity]
applications/luci-app-commands/po/ja/commands.po [moved from po/ja/commands.po with 100% similarity]
applications/luci-app-commands/po/ms/commands.po [moved from po/ms/commands.po with 100% similarity]
applications/luci-app-commands/po/no/commands.po [moved from po/no/commands.po with 100% similarity]
applications/luci-app-commands/po/pl/commands.po [moved from po/pl/commands.po with 100% similarity]
applications/luci-app-commands/po/pt-br/commands.po [moved from po/pt_BR/commands.po with 100% similarity]
applications/luci-app-commands/po/pt/commands.po [moved from po/pt/commands.po with 100% similarity]
applications/luci-app-commands/po/ro/commands.po [moved from po/ro/commands.po with 100% similarity]
applications/luci-app-commands/po/ru/commands.po [moved from po/ru/commands.po with 100% similarity]
applications/luci-app-commands/po/sk/commands.po [moved from po/sk/commands.po with 100% similarity]
applications/luci-app-commands/po/sv/commands.po [moved from po/sv/commands.po with 100% similarity]
applications/luci-app-commands/po/templates/commands.pot [new file with mode: 0644]
applications/luci-app-commands/po/tr/commands.po [moved from po/tr/commands.po with 100% similarity]
applications/luci-app-commands/po/uk/commands.po [moved from po/uk/commands.po with 100% similarity]
applications/luci-app-commands/po/vi/commands.po [moved from po/vi/commands.po with 100% similarity]
applications/luci-app-commands/po/zh-cn/commands.po [moved from po/zh_CN/commands.po with 100% similarity]
applications/luci-app-commands/po/zh-tw/commands.po [moved from po/zh_TW/commands.po with 100% similarity]
applications/luci-app-coovachilli/Makefile [new file with mode: 0644]
applications/luci-app-coovachilli/luasrc/controller/coovachilli.lua [moved from applications/luci-coovachilli/luasrc/controller/coovachilli.lua with 100% similarity]
applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli.lua [moved from applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua with 100% similarity]
applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_auth.lua [moved from applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua with 100% similarity]
applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_network.lua [moved from applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua with 100% similarity]
applications/luci-app-coovachilli/luasrc/model/cbi/coovachilli_radius.lua [moved from applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua with 100% similarity]
applications/luci-app-coovachilli/po/ca/coovachilli.po [moved from po/ca/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/cs/coovachilli.po [moved from po/cs/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/de/coovachilli.po [moved from po/de/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/el/coovachilli.po [moved from po/el/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/en/coovachilli.po [moved from po/en/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/es/coovachilli.po [moved from po/es/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/fr/coovachilli.po [moved from po/fr/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/he/coovachilli.po [moved from po/he/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/hu/coovachilli.po [moved from po/hu/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/it/coovachilli.po [moved from po/it/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/ja/coovachilli.po [moved from po/ja/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/ms/coovachilli.po [moved from po/ms/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/no/coovachilli.po [moved from po/no/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/pl/coovachilli.po [moved from po/pl/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/pt-br/coovachilli.po [moved from po/pt_BR/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/pt/coovachilli.po [moved from po/pt/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/ro/coovachilli.po [moved from po/ro/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/ru/coovachilli.po [moved from po/ru/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/sk/coovachilli.po [moved from po/sk/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/sv/coovachilli.po [moved from po/sv/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/templates/coovachilli.pot [new file with mode: 0644]
applications/luci-app-coovachilli/po/tr/coovachilli.po [moved from po/tr/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/uk/coovachilli.po [moved from po/uk/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/vi/coovachilli.po [moved from po/vi/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/zh-cn/coovachilli.po [moved from po/zh_CN/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/po/zh-tw/coovachilli.po [moved from po/zh_TW/coovachilli.po with 100% similarity]
applications/luci-app-coovachilli/root/etc/config/coovachilli [moved from applications/luci-coovachilli/root/etc/config/coovachilli with 100% similarity]
applications/luci-app-ddns/CHANGELOG [moved from applications/luci-ddns/CHANGELOG with 100% similarity]
applications/luci-app-ddns/Makefile [new file with mode: 0644]
applications/luci-app-ddns/ipkg/postinst [moved from applications/luci-ddns/ipkg/postinst with 100% similarity]
applications/luci-app-ddns/luasrc/controller/ddns.lua [moved from applications/luci-ddns/luasrc/controller/ddns.lua with 100% similarity]
applications/luci-app-ddns/luasrc/model/cbi/ddns/ddns.lua [new file with mode: 0644]
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua [moved from applications/luci-ddns/luasrc/model/cbi/ddns/detail.lua with 100% similarity]
applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua [moved from applications/luci-ddns/luasrc/model/cbi/ddns/hints.lua with 100% similarity]
applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua [moved from applications/luci-ddns/luasrc/model/cbi/ddns/overview.lua with 100% similarity]
applications/luci-app-ddns/luasrc/tools/ddns.lua [moved from applications/luci-ddns/luasrc/tools/ddns.lua with 100% similarity]
applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm [moved from applications/luci-ddns/luasrc/view/admin_status/index/ddns.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm [moved from applications/luci-ddns/luasrc/view/ddns/detail_logview.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm [moved from applications/luci-ddns/luasrc/view/ddns/detail_lvalue.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm [moved from applications/luci-ddns/luasrc/view/ddns/detail_value.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm [moved from applications/luci-ddns/luasrc/view/ddns/overview_doubleline.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm [moved from applications/luci-ddns/luasrc/view/ddns/overview_enabled.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm [moved from applications/luci-ddns/luasrc/view/ddns/overview_startstop.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm [moved from applications/luci-ddns/luasrc/view/ddns/overview_status.htm with 100% similarity]
applications/luci-app-ddns/luasrc/view/ddns/system_status.htm [moved from applications/luci-ddns/luasrc/view/ddns/system_status.htm with 100% similarity]
applications/luci-app-ddns/po/ca/ddns.po [moved from po/ca/ddns.po with 100% similarity]
applications/luci-app-ddns/po/cs/ddns.po [moved from po/cs/ddns.po with 100% similarity]
applications/luci-app-ddns/po/de/ddns.po [moved from po/de/ddns.po with 100% similarity]
applications/luci-app-ddns/po/el/ddns.po [moved from po/el/ddns.po with 100% similarity]
applications/luci-app-ddns/po/en/ddns.po [moved from po/en/ddns.po with 100% similarity]
applications/luci-app-ddns/po/es/ddns.po [moved from po/es/ddns.po with 100% similarity]
applications/luci-app-ddns/po/fr/ddns.po [moved from po/fr/ddns.po with 100% similarity]
applications/luci-app-ddns/po/he/ddns.po [moved from po/he/ddns.po with 100% similarity]
applications/luci-app-ddns/po/hu/ddns.po [moved from po/hu/ddns.po with 100% similarity]
applications/luci-app-ddns/po/it/ddns.po [moved from po/it/ddns.po with 100% similarity]
applications/luci-app-ddns/po/ja/ddns.po [moved from po/ja/ddns.po with 100% similarity]
applications/luci-app-ddns/po/ms/ddns.po [moved from po/ms/ddns.po with 100% similarity]
applications/luci-app-ddns/po/no/ddns.po [moved from po/no/ddns.po with 100% similarity]
applications/luci-app-ddns/po/pl/ddns.po [moved from po/pl/ddns.po with 100% similarity]
applications/luci-app-ddns/po/pt-br/ddns.po [moved from po/pt_BR/ddns.po with 100% similarity]
applications/luci-app-ddns/po/pt/ddns.po [moved from po/pt/ddns.po with 100% similarity]
applications/luci-app-ddns/po/ro/ddns.po [moved from po/ro/ddns.po with 100% similarity]
applications/luci-app-ddns/po/ru/ddns.po [moved from po/ru/ddns.po with 100% similarity]
applications/luci-app-ddns/po/sk/ddns.po [moved from po/sk/ddns.po with 100% similarity]
applications/luci-app-ddns/po/sv/ddns.po [moved from po/sv/ddns.po with 100% similarity]
applications/luci-app-ddns/po/templates/ddns.pot [new file with mode: 0644]
applications/luci-app-ddns/po/tr/ddns.po [moved from po/tr/ddns.po with 100% similarity]
applications/luci-app-ddns/po/uk/ddns.po [moved from po/uk/ddns.po with 100% similarity]
applications/luci-app-ddns/po/vi/ddns.po [moved from po/vi/ddns.po with 100% similarity]
applications/luci-app-ddns/po/zh-cn/ddns.po [moved from po/zh_CN/ddns.po with 100% similarity]
applications/luci-app-ddns/po/zh-tw/ddns.po [moved from po/zh_TW/ddns.po with 100% similarity]
applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns [new file with mode: 0755]
applications/luci-app-ddns/root/usr/lib/ddns/dynamic_dns_lucihelper.sh [new file with mode: 0755]
applications/luci-app-diag-core/Makefile [new file with mode: 0644]
applications/luci-app-diag-core/luasrc/controller/luci_diag.lua [moved from applications/luci-diag-core/luasrc/controller/luci_diag.lua with 100% similarity]
applications/luci-app-diag-core/luasrc/view/diag/index.htm [moved from applications/luci-diag-core/luasrc/view/diag/index.htm with 100% similarity]
applications/luci-app-diag-core/luasrc/view/diag/network_config_index.htm [moved from applications/luci-diag-core/luasrc/view/diag/network_config_index.htm with 100% similarity]
applications/luci-app-diag-core/po/ca/diag_core.po [moved from po/ca/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/cs/diag_core.po [moved from po/cs/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/de/diag_core.po [moved from po/de/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/el/diag_core.po [moved from po/el/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/en/diag_core.po [moved from po/en/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/es/diag_core.po [moved from po/es/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/fr/diag_core.po [moved from po/fr/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/he/diag_core.po [moved from po/he/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/hu/diag_core.po [moved from po/hu/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/it/diag_core.po [moved from po/it/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/ja/diag_core.po [moved from po/ja/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/ms/diag_core.po [moved from po/ms/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/no/diag_core.po [moved from po/no/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/pl/diag_core.po [moved from po/pl/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/pt-br/diag_core.po [moved from po/pt_BR/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/pt/diag_core.po [moved from po/pt/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/ro/diag_core.po [moved from po/ro/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/ru/diag_core.po [moved from po/ru/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/sk/diag_core.po [moved from po/sk/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/sv/diag_core.po [moved from po/sv/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/templates/diag_core.pot [new file with mode: 0644]
applications/luci-app-diag-core/po/tr/diag_core.po [moved from po/tr/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/uk/diag_core.po [moved from po/uk/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/vi/diag_core.po [moved from po/vi/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/zh-cn/diag_core.po [moved from po/zh_CN/diag_core.po with 100% similarity]
applications/luci-app-diag-core/po/zh-tw/diag_core.po [moved from po/zh_TW/diag_core.po with 100% similarity]
applications/luci-app-diag-devinfo/Makefile [new file with mode: 0644]
applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua [moved from applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua [moved from applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua [moved from applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua [moved from applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/mactodevinfo.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/mactodevinfo.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config_mini.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_config_mini.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_mini.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/netdiscover_devinfo_mini.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config_mini.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_config_mini.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_mini.lua [moved from applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo_mini.lua with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/view/diag/smapsection.htm [moved from applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm with 100% similarity]
applications/luci-app-diag-devinfo/luasrc/view/diag/smapvalue.htm [moved from applications/luci-diag-devinfo/luasrc/view/diag/smapvalue.htm with 100% similarity]
applications/luci-app-diag-devinfo/po/ca/diag_devinfo.po [moved from po/ca/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/cs/diag_devinfo.po [moved from po/cs/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/de/diag_devinfo.po [moved from po/de/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/el/diag_devinfo.po [moved from po/el/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/en/diag_devinfo.po [moved from po/en/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/es/diag_devinfo.po [moved from po/es/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/fr/diag_devinfo.po [moved from po/fr/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/he/diag_devinfo.po [moved from po/he/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/hu/diag_devinfo.po [moved from po/hu/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/it/diag_devinfo.po [moved from po/it/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/ja/diag_devinfo.po [moved from po/ja/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/ms/diag_devinfo.po [moved from po/ms/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/no/diag_devinfo.po [moved from po/no/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/pl/diag_devinfo.po [moved from po/pl/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/pt-br/diag_devinfo.po [moved from po/pt_BR/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/pt/diag_devinfo.po [moved from po/pt/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/ro/diag_devinfo.po [moved from po/ro/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/ru/diag_devinfo.po [moved from po/ru/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/sk/diag_devinfo.po [moved from po/sk/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/sv/diag_devinfo.po [moved from po/sv/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot [new file with mode: 0644]
applications/luci-app-diag-devinfo/po/tr/diag_devinfo.po [moved from po/tr/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/uk/diag_devinfo.po [moved from po/uk/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/vi/diag_devinfo.po [moved from po/vi/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/zh-cn/diag_devinfo.po [moved from po/zh_CN/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/po/zh-tw/diag_devinfo.po [moved from po/zh_TW/diag_devinfo.po with 100% similarity]
applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo [moved from applications/luci-diag-devinfo/root/etc/config/luci_devinfo with 100% similarity]
applications/luci-app-dump1090/Makefile [new file with mode: 0644]
applications/luci-app-dump1090/luasrc/controller/dump1090.lua [moved from applications/luci-dump1090/luasrc/controller/dump1090.lua with 100% similarity]
applications/luci-app-dump1090/luasrc/model/cbi/dump1090.lua [moved from applications/luci-dump1090/luasrc/model/cbi/dump1090.lua with 100% similarity]
applications/luci-app-dump1090/root/etc/uci-defaults/luci-dump1090 [moved from applications/luci-dump1090/root/etc/uci-defaults/luci-dump1090 with 100% similarity]
applications/luci-app-firewall/Makefile [new file with mode: 0644]
applications/luci-app-firewall/luasrc/controller/firewall.lua [moved from applications/luci-firewall/luasrc/controller/firewall.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/custom.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/forward-details.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/forwards.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/rules.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua with 100% similarity]
applications/luci-app-firewall/luasrc/model/cbi/firewall/zones.lua [moved from applications/luci-firewall/luasrc/model/cbi/firewall/zones.lua with 100% similarity]
applications/luci-app-firewall/luasrc/tools/firewall.lua [moved from applications/luci-firewall/luasrc/tools/firewall.lua with 100% similarity]
applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm [moved from applications/luci-firewall/luasrc/view/firewall/cbi_addforward.htm with 100% similarity]
applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm [moved from applications/luci-firewall/luasrc/view/firewall/cbi_addrule.htm with 100% similarity]
applications/luci-app-firewall/luasrc/view/firewall/cbi_addsnat.htm [moved from applications/luci-firewall/luasrc/view/firewall/cbi_addsnat.htm with 100% similarity]
applications/luci-app-firewall/po/ca/firewall.po [moved from po/ca/firewall.po with 100% similarity]
applications/luci-app-firewall/po/cs/firewall.po [moved from po/cs/firewall.po with 100% similarity]
applications/luci-app-firewall/po/de/firewall.po [moved from po/de/firewall.po with 100% similarity]
applications/luci-app-firewall/po/el/firewall.po [moved from po/el/firewall.po with 100% similarity]
applications/luci-app-firewall/po/en/firewall.po [moved from po/en/firewall.po with 100% similarity]
applications/luci-app-firewall/po/es/firewall.po [moved from po/es/firewall.po with 100% similarity]
applications/luci-app-firewall/po/fr/firewall.po [moved from po/fr/firewall.po with 100% similarity]
applications/luci-app-firewall/po/he/firewall.po [moved from po/he/firewall.po with 100% similarity]
applications/luci-app-firewall/po/hu/firewall.po [moved from po/hu/firewall.po with 100% similarity]
applications/luci-app-firewall/po/it/firewall.po [moved from po/it/firewall.po with 100% similarity]
applications/luci-app-firewall/po/ja/firewall.po [moved from po/ja/firewall.po with 100% similarity]
applications/luci-app-firewall/po/ms/firewall.po [moved from po/ms/firewall.po with 100% similarity]
applications/luci-app-firewall/po/no/firewall.po [moved from po/no/firewall.po with 100% similarity]
applications/luci-app-firewall/po/pl/firewall.po [moved from po/pl/firewall.po with 100% similarity]
applications/luci-app-firewall/po/pt-br/firewall.po [moved from po/pt_BR/firewall.po with 100% similarity]
applications/luci-app-firewall/po/pt/firewall.po [moved from po/pt/firewall.po with 100% similarity]
applications/luci-app-firewall/po/ro/firewall.po [moved from po/ro/firewall.po with 100% similarity]
applications/luci-app-firewall/po/ru/firewall.po [moved from po/ru/firewall.po with 100% similarity]
applications/luci-app-firewall/po/sk/firewall.po [moved from po/sk/firewall.po with 100% similarity]
applications/luci-app-firewall/po/sv/firewall.po [moved from po/sv/firewall.po with 100% similarity]
applications/luci-app-firewall/po/templates/firewall.pot [new file with mode: 0644]
applications/luci-app-firewall/po/tr/firewall.po [moved from po/tr/firewall.po with 100% similarity]
applications/luci-app-firewall/po/uk/firewall.po [moved from po/uk/firewall.po with 100% similarity]
applications/luci-app-firewall/po/vi/firewall.po [moved from po/vi/firewall.po with 100% similarity]
applications/luci-app-firewall/po/zh-cn/firewall.po [moved from po/zh_CN/firewall.po with 100% similarity]
applications/luci-app-firewall/po/zh-tw/firewall.po [moved from po/zh_TW/firewall.po with 100% similarity]
applications/luci-app-freifunk-diagnostics/Makefile [new file with mode: 0644]
applications/luci-app-freifunk-diagnostics/ipkg/postinst [moved from applications/luci-freifunk-diagnostics/ipkg/postinst with 100% similarity]
applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua [moved from applications/luci-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua with 100% similarity]
applications/luci-app-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm [moved from applications/luci-freifunk-diagnostics/luasrc/view/freifunk/diagnostics.htm with 100% similarity]
applications/luci-app-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics [moved from applications/luci-freifunk-diagnostics/root/etc/uci-defaults/luci-freifunk-diagnostics with 100% similarity]
applications/luci-app-freifunk-policyrouting/Makefile [new file with mode: 0644]
applications/luci-app-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua [moved from applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua with 100% similarity]
applications/luci-app-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua [moved from applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/ca/freifunk-policyrouting.po [moved from po/ca/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/cs/freifunk-policyrouting.po [moved from po/cs/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/de/freifunk-policyrouting.po [moved from po/de/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/el/freifunk-policyrouting.po [moved from po/el/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/en/freifunk-policyrouting.po [moved from po/en/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/es/freifunk-policyrouting.po [moved from po/es/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/fr/freifunk-policyrouting.po [moved from po/fr/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/he/freifunk-policyrouting.po [moved from po/he/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/hu/freifunk-policyrouting.po [moved from po/hu/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/it/freifunk-policyrouting.po [moved from po/it/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/ja/freifunk-policyrouting.po [moved from po/ja/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/ms/freifunk-policyrouting.po [moved from po/ms/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/no/freifunk-policyrouting.po [moved from po/no/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/pl/freifunk-policyrouting.po [moved from po/pl/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/pt-br/freifunk-policyrouting.po [moved from po/pt_BR/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/pt/freifunk-policyrouting.po [moved from po/pt/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/ro/freifunk-policyrouting.po [moved from po/ro/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/ru/freifunk-policyrouting.po [moved from po/ru/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/sk/freifunk-policyrouting.po [moved from po/sk/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/sv/freifunk-policyrouting.po [moved from po/sv/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot [new file with mode: 0644]
applications/luci-app-freifunk-policyrouting/po/tr/freifunk-policyrouting.po [moved from po/tr/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/uk/freifunk-policyrouting.po [moved from po/uk/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/vi/freifunk-policyrouting.po [moved from po/vi/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/zh-cn/freifunk-policyrouting.po [moved from po/zh_CN/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-policyrouting/po/zh-tw/freifunk-policyrouting.po [moved from po/zh_TW/freifunk-policyrouting.po with 100% similarity]
applications/luci-app-freifunk-widgets/Makefile [new file with mode: 0644]
applications/luci-app-freifunk-widgets/luasrc/controller/freifunk/widgets.lua [moved from applications/luci-freifunk-widgets/luasrc/controller/freifunk/widgets.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/heightwidth.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/html.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/iframe.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/rssfeed.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/search.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widget.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua [moved from applications/luci-freifunk-widgets/luasrc/model/cbi/freifunk/widgets/widgets_overview.lua with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm [moved from applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/clear/main.htm with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm [moved from applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/html/main.htm with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm [moved from applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/iframe/main.htm with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm [moved from applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/rssfeed/main.htm with 100% similarity]
applications/luci-app-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm [moved from applications/luci-freifunk-widgets/luasrc/view/freifunk/widgets/search/main.htm with 100% similarity]
applications/luci-app-freifunk-widgets/root/etc/config/freifunk-widgets [moved from applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets with 100% similarity]
applications/luci-app-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets [moved from applications/luci-freifunk-widgets/root/lib/upgrade/keep.d/freifunk-widgets with 100% similarity]
applications/luci-app-hd-idle/Makefile [new file with mode: 0644]
applications/luci-app-hd-idle/ipkg/postinst [moved from applications/luci-hd-idle/ipkg/postinst with 100% similarity]
applications/luci-app-hd-idle/luasrc/controller/hd_idle.lua [moved from applications/luci-hd-idle/luasrc/controller/hd_idle.lua with 100% similarity]
applications/luci-app-hd-idle/luasrc/model/cbi/hd_idle.lua [moved from applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua with 100% similarity]
applications/luci-app-hd-idle/po/ca/hd_idle.po [moved from po/ca/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/cs/hd_idle.po [moved from po/cs/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/de/hd_idle.po [moved from po/de/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/el/hd_idle.po [moved from po/el/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/en/hd_idle.po [moved from po/en/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/es/hd_idle.po [moved from po/es/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/fr/hd_idle.po [moved from po/fr/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/he/hd_idle.po [moved from po/he/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/hu/hd_idle.po [moved from po/hu/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/it/hd_idle.po [moved from po/it/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/ja/hd_idle.po [moved from po/ja/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/ms/hd_idle.po [moved from po/ms/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/no/hd_idle.po [moved from po/no/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/pl/hd_idle.po [moved from po/pl/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/pt-br/hd_idle.po [moved from po/pt_BR/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/pt/hd_idle.po [moved from po/pt/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/ro/hd_idle.po [moved from po/ro/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/ru/hd_idle.po [moved from po/ru/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/sk/hd_idle.po [moved from po/sk/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/sv/hd_idle.po [moved from po/sv/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/templates/hd_idle.pot [new file with mode: 0644]
applications/luci-app-hd-idle/po/tr/hd_idle.po [moved from po/tr/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/uk/hd_idle.po [moved from po/uk/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/vi/hd_idle.po [moved from po/vi/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/zh-cn/hd_idle.po [moved from po/zh_CN/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/po/zh-tw/hd_idle.po [moved from po/zh_TW/hd_idle.po with 100% similarity]
applications/luci-app-hd-idle/root/etc/uci-defaults/luci-hd_idle [moved from applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle with 100% similarity]
applications/luci-app-ltqtapi/Makefile [new file with mode: 0644]
applications/luci-app-ltqtapi/luasrc/controller/ltqtapi.lua [moved from applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua with 100% similarity]
applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua [moved from applications/luci-ltqtapi/luasrc/model/cbi/luci_ltqtapi/account.lua with 100% similarity]
applications/luci-app-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua [moved from applications/luci-ltqtapi/luasrc/model/cbi/luci_ltqtapi/contact.lua with 100% similarity]
applications/luci-app-ltqtapi/luasrc/view/admin_status/index/telephony.htm [moved from applications/luci-ltqtapi/luasrc/view/admin_status/index/telephony.htm with 100% similarity]
applications/luci-app-ltqtapi/luasrc/view/telephony_status.htm [moved from applications/luci-ltqtapi/luasrc/view/telephony_status.htm with 100% similarity]
applications/luci-app-meshwizard/Makefile [new file with mode: 0644]
applications/luci-app-meshwizard/ipkg/postinst [moved from applications/luci-meshwizard/ipkg/postinst with 100% similarity]
applications/luci-app-meshwizard/luasrc/controller/meshwizard.lua [moved from applications/luci-meshwizard/luasrc/controller/meshwizard.lua with 100% similarity]
applications/luci-app-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua [moved from applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua with 100% similarity]
applications/luci-app-meshwizard/po/ca/meshwizard.po [moved from po/ca/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/cs/meshwizard.po [moved from po/cs/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/de/meshwizard.po [moved from po/de/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/el/meshwizard.po [moved from po/el/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/en/meshwizard.po [moved from po/en/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/es/meshwizard.po [moved from po/es/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/fr/meshwizard.po [moved from po/fr/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/he/meshwizard.po [moved from po/he/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/hu/meshwizard.po [moved from po/hu/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/it/meshwizard.po [moved from po/it/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/ja/meshwizard.po [moved from po/ja/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/ms/meshwizard.po [moved from po/ms/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/no/meshwizard.po [moved from po/no/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/pl/meshwizard.po [moved from po/pl/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/pt-br/meshwizard.po [moved from po/pt_BR/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/pt/meshwizard.po [moved from po/pt/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/ro/meshwizard.po [moved from po/ro/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/ru/meshwizard.po [moved from po/ru/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/sk/meshwizard.po [moved from po/sk/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/sv/meshwizard.po [moved from po/sv/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/templates/meshwizard.pot [new file with mode: 0644]
applications/luci-app-meshwizard/po/tr/meshwizard.po [moved from po/tr/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/uk/meshwizard.po [moved from po/uk/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/vi/meshwizard.po [moved from po/vi/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/zh-cn/meshwizard.po [moved from po/zh_CN/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/po/zh-tw/meshwizard.po [moved from po/zh_TW/meshwizard.po with 100% similarity]
applications/luci-app-meshwizard/root/etc/uci-defaults/meshwizard [moved from applications/luci-meshwizard/root/etc/uci-defaults/meshwizard with 100% similarity]
applications/luci-app-minidlna/Makefile [new file with mode: 0644]
applications/luci-app-minidlna/luasrc/controller/minidlna.lua [moved from applications/luci-minidlna/luasrc/controller/minidlna.lua with 100% similarity]
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua [moved from applications/luci-minidlna/luasrc/model/cbi/minidlna.lua with 100% similarity]
applications/luci-app-minidlna/luasrc/view/admin_status/index/minidlna.htm [moved from applications/luci-minidlna/luasrc/view/admin_status/index/minidlna.htm with 100% similarity]
applications/luci-app-minidlna/luasrc/view/minidlna_status.htm [moved from applications/luci-minidlna/luasrc/view/minidlna_status.htm with 100% similarity]
applications/luci-app-minidlna/po/ca/minidlna.po [moved from po/ca/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/cs/minidlna.po [moved from po/cs/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/de/minidlna.po [moved from po/de/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/el/minidlna.po [moved from po/el/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/en/minidlna.po [moved from po/en/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/es/minidlna.po [moved from po/es/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/fr/minidlna.po [moved from po/fr/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/he/minidlna.po [moved from po/he/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/hu/minidlna.po [moved from po/hu/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/it/minidlna.po [moved from po/it/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/ja/minidlna.po [moved from po/ja/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/ms/minidlna.po [moved from po/ms/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/no/minidlna.po [moved from po/no/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/pl/minidlna.po [moved from po/pl/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/pt-br/minidlna.po [moved from po/pt_BR/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/pt/minidlna.po [moved from po/pt/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/ro/minidlna.po [moved from po/ro/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/ru/minidlna.po [moved from po/ru/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/sk/minidlna.po [moved from po/sk/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/sv/minidlna.po [moved from po/sv/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/templates/minidlna.pot [new file with mode: 0644]
applications/luci-app-minidlna/po/tr/minidlna.po [moved from po/tr/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/uk/minidlna.po [moved from po/uk/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/vi/minidlna.po [moved from po/vi/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/zh-cn/minidlna.po [moved from po/zh_CN/minidlna.po with 100% similarity]
applications/luci-app-minidlna/po/zh-tw/minidlna.po [moved from po/zh_TW/minidlna.po with 100% similarity]
applications/luci-app-minidlna/root/etc/uci-defaults/luci-minidlna [moved from applications/luci-minidlna/root/etc/uci-defaults/luci-minidlna with 100% similarity]
applications/luci-app-mjpg-streamer/Makefile [new file with mode: 0644]
applications/luci-app-mjpg-streamer/ipkg/postinst [moved from applications/luci-mjpg-streamer/ipkg/postinst with 100% similarity]
applications/luci-app-mjpg-streamer/luasrc/controller/mjpg-streamer.lua [moved from applications/luci-mjpg-streamer/luasrc/controller/mjpg-streamer.lua with 100% similarity]
applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua [moved from applications/luci-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua with 100% similarity]
applications/luci-app-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer [moved from applications/luci-mjpg-streamer/root/etc/uci-defaults/luci-mjpg-streamer with 100% similarity]
applications/luci-app-mmc-over-gpio/Makefile [new file with mode: 0644]
applications/luci-app-mmc-over-gpio/ipkg/postinst [moved from applications/luci-mmc-over-gpio/ipkg/postinst with 100% similarity]
applications/luci-app-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua [moved from applications/luci-mmc-over-gpio/luasrc/controller/mmc_over_gpio.lua with 100% similarity]
applications/luci-app-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua [moved from applications/luci-mmc-over-gpio/luasrc/model/cbi/mmc_over_gpio.lua with 100% similarity]
applications/luci-app-mmc-over-gpio/po/ca/mmc_over_gpio.po [moved from po/ca/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/cs/mmc_over_gpio.po [moved from po/cs/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/de/mmc_over_gpio.po [moved from po/de/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/el/mmc_over_gpio.po [moved from po/el/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/en/mmc_over_gpio.po [moved from po/en/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/es/mmc_over_gpio.po [moved from po/es/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/fr/mmc_over_gpio.po [moved from po/fr/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/he/mmc_over_gpio.po [moved from po/he/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/hu/mmc_over_gpio.po [moved from po/hu/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/it/mmc_over_gpio.po [moved from po/it/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/ja/mmc_over_gpio.po [moved from po/ja/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/ms/mmc_over_gpio.po [moved from po/ms/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/no/mmc_over_gpio.po [moved from po/no/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/pl/mmc_over_gpio.po [moved from po/pl/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/pt-br/mmc_over_gpio.po [moved from po/pt_BR/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/pt/mmc_over_gpio.po [moved from po/pt/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/ro/mmc_over_gpio.po [moved from po/ro/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/ru/mmc_over_gpio.po [moved from po/ru/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/sk/mmc_over_gpio.po [moved from po/sk/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/sv/mmc_over_gpio.po [moved from po/sv/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot [new file with mode: 0644]
applications/luci-app-mmc-over-gpio/po/tr/mmc_over_gpio.po [moved from po/tr/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/uk/mmc_over_gpio.po [moved from po/uk/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/vi/mmc_over_gpio.po [moved from po/vi/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/zh-cn/mmc_over_gpio.po [moved from po/zh_CN/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/po/zh-tw/mmc_over_gpio.po [moved from po/zh_TW/mmc_over_gpio.po with 100% similarity]
applications/luci-app-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio [moved from applications/luci-mmc-over-gpio/root/etc/uci-defaults/luci-mmc-over-gpio with 100% similarity]
applications/luci-app-multiwan/Makefile [new file with mode: 0644]
applications/luci-app-multiwan/luasrc/controller/multiwan.lua [moved from applications/luci-multiwan/luasrc/controller/multiwan.lua with 100% similarity]
applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwan.lua [moved from applications/luci-multiwan/luasrc/model/cbi/multiwan/multiwan.lua with 100% similarity]
applications/luci-app-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua [moved from applications/luci-multiwan/luasrc/model/cbi/multiwan/multiwanmini.lua with 100% similarity]
applications/luci-app-multiwan/luasrc/view/admin_status/index/multiwan.htm [moved from applications/luci-multiwan/luasrc/view/admin_status/index/multiwan.htm with 100% similarity]
applications/luci-app-multiwan/luasrc/view/multiwan_status.htm [moved from applications/luci-multiwan/luasrc/view/multiwan_status.htm with 100% similarity]
applications/luci-app-multiwan/po/ca/multiwan.po [moved from po/ca/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/cs/multiwan.po [moved from po/cs/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/de/multiwan.po [moved from po/de/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/el/multiwan.po [moved from po/el/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/en/multiwan.po [moved from po/en/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/es/multiwan.po [moved from po/es/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/fr/multiwan.po [moved from po/fr/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/he/multiwan.po [moved from po/he/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/hu/multiwan.po [moved from po/hu/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/it/multiwan.po [moved from po/it/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/ja/multiwan.po [moved from po/ja/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/ms/multiwan.po [moved from po/ms/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/no/multiwan.po [moved from po/no/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/pl/multiwan.po [moved from po/pl/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/pt-br/multiwan.po [moved from po/pt_BR/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/pt/multiwan.po [moved from po/pt/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/ro/multiwan.po [moved from po/ro/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/ru/multiwan.po [moved from po/ru/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/sk/multiwan.po [moved from po/sk/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/sv/multiwan.po [moved from po/sv/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/templates/multiwan.pot [new file with mode: 0644]
applications/luci-app-multiwan/po/tr/multiwan.po [moved from po/tr/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/uk/multiwan.po [moved from po/uk/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/vi/multiwan.po [moved from po/vi/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/zh-cn/multiwan.po [moved from po/zh_CN/multiwan.po with 100% similarity]
applications/luci-app-multiwan/po/zh-tw/multiwan.po [moved from po/zh_TW/multiwan.po with 100% similarity]
applications/luci-app-ntpc/Makefile [new file with mode: 0644]
applications/luci-app-ntpc/luasrc/controller/ntpc.lua [moved from applications/luci-ntpc/luasrc/controller/ntpc.lua with 100% similarity]
applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua [moved from applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua with 100% similarity]
applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua [moved from applications/luci-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua with 100% similarity]
applications/luci-app-ntpc/po/ca/ntpc.po [moved from po/ca/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/cs/ntpc.po [moved from po/cs/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/de/ntpc.po [moved from po/de/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/el/ntpc.po [moved from po/el/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/en/ntpc.po [moved from po/en/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/es/ntpc.po [moved from po/es/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/fr/ntpc.po [moved from po/fr/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/he/ntpc.po [moved from po/he/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/hu/ntpc.po [moved from po/hu/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/it/ntpc.po [moved from po/it/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/ja/ntpc.po [moved from po/ja/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/ms/ntpc.po [moved from po/ms/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/no/ntpc.po [moved from po/no/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/pl/ntpc.po [moved from po/pl/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/pt-br/ntpc.po [moved from po/pt_BR/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/pt/ntpc.po [moved from po/pt/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/ro/ntpc.po [moved from po/ro/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/ru/ntpc.po [moved from po/ru/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/sk/ntpc.po [moved from po/sk/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/sv/ntpc.po [moved from po/sv/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/templates/ntpc.pot [new file with mode: 0644]
applications/luci-app-ntpc/po/tr/ntpc.po [moved from po/tr/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/uk/ntpc.po [moved from po/uk/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/vi/ntpc.po [moved from po/vi/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/zh-cn/ntpc.po [moved from po/zh_CN/ntpc.po with 100% similarity]
applications/luci-app-ntpc/po/zh-tw/ntpc.po [moved from po/zh_TW/ntpc.po with 100% similarity]
applications/luci-app-ocserv/Makefile [new file with mode: 0644]
applications/luci-app-ocserv/luasrc/controller/ocserv.lua [moved from applications/luci-ocserv/luasrc/controller/ocserv.lua with 100% similarity]
applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua [moved from applications/luci-ocserv/luasrc/model/cbi/ocserv/main.lua with 100% similarity]
applications/luci-app-ocserv/luasrc/model/cbi/ocserv/user-config.lua [moved from applications/luci-ocserv/luasrc/model/cbi/ocserv/user-config.lua with 100% similarity]
applications/luci-app-ocserv/luasrc/model/cbi/ocserv/users.lua [moved from applications/luci-ocserv/luasrc/model/cbi/ocserv/users.lua with 100% similarity]
applications/luci-app-ocserv/luasrc/view/admin_status/index/ocserv.htm [moved from applications/luci-ocserv/luasrc/view/admin_status/index/ocserv.htm with 100% similarity]
applications/luci-app-ocserv/luasrc/view/ocserv_status.htm [moved from applications/luci-ocserv/luasrc/view/ocserv_status.htm with 100% similarity]
applications/luci-app-olsr-services/Makefile [new file with mode: 0644]
applications/luci-app-olsr-services/luasrc/controller/services.lua [moved from applications/luci-olsr-services/luasrc/controller/services.lua with 100% similarity]
applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm [moved from applications/luci-olsr-services/luasrc/view/freifunk-services/services.htm with 100% similarity]
applications/luci-app-olsr-viz/Makefile [new file with mode: 0644]
applications/luci-app-olsr-viz/htdocs/cgi-bin/olsr-viz.sh [moved from applications/luci-olsr-viz/htdocs/cgi-bin/olsr-viz.sh with 100% similarity]
applications/luci-app-olsr-viz/htdocs/cgi-bin/vizdata.sh [moved from applications/luci-olsr-viz/htdocs/cgi-bin/vizdata.sh with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz.js [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz.js with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_down.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_down.gif with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_good.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_good.gif with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_ok.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_ok.gif with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_weak.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/dot_weak.gif with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-hna-mini.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-hna-mini.gif with 100% similarity]
applications/luci-app-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-mini.gif [moved from applications/luci-olsr-viz/htdocs/luci-static/resources/olsr-viz/node-mini.gif with 100% similarity]
applications/luci-app-olsr-viz/luasrc/controller/olsr-viz.lua [moved from applications/luci-olsr-viz/luasrc/controller/olsr-viz.lua with 100% similarity]
applications/luci-app-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm [moved from applications/luci-olsr-viz/luasrc/view/olsr-viz/olsr-viz.htm with 100% similarity]
applications/luci-app-olsr/Makefile [new file with mode: 0644]
applications/luci-app-olsr/htdocs/cgi-bin-nodes.html [moved from applications/luci-olsr/htdocs/cgi-bin-nodes.html with 100% similarity]
applications/luci-app-olsr/htdocs/cgi-bin-status.html [moved from applications/luci-olsr/htdocs/cgi-bin-status.html with 100% similarity]
applications/luci-app-olsr/ipkg/postinst [moved from applications/luci-olsr/ipkg/postinst with 100% similarity]
applications/luci-app-olsr/luasrc/controller/olsr.lua [moved from applications/luci-olsr/luasrc/controller/olsr.lua with 100% similarity]
applications/luci-app-olsr/luasrc/controller/olsr4.lua [moved from applications/luci-olsr/luasrc/controller/olsr4.lua with 100% similarity]
applications/luci-app-olsr/luasrc/controller/olsr6.lua [moved from applications/luci-olsr/luasrc/controller/olsr6.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrd6.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdiface.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua with 100% similarity]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua [moved from applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua with 100% similarity]
applications/luci-app-olsr/luasrc/tools/olsr.lua [moved from applications/luci-olsr/luasrc/tools/olsr.lua with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/common_js.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/hna.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/interfaces.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/legend.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/mid.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/neighbors.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/overview.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/routes.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/smartgw.htm with 100% similarity]
applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm [moved from applications/luci-olsr/luasrc/view/status-olsr/topology.htm with 100% similarity]
applications/luci-app-olsr/po/ca/olsr.po [moved from po/ca/olsr.po with 100% similarity]
applications/luci-app-olsr/po/cs/olsr.po [moved from po/cs/olsr.po with 100% similarity]
applications/luci-app-olsr/po/de/olsr.po [moved from po/de/olsr.po with 100% similarity]
applications/luci-app-olsr/po/el/olsr.po [moved from po/el/olsr.po with 100% similarity]
applications/luci-app-olsr/po/en/olsr.po [moved from po/en/olsr.po with 100% similarity]
applications/luci-app-olsr/po/es/olsr.po [moved from po/es/olsr.po with 100% similarity]
applications/luci-app-olsr/po/fr/olsr.po [moved from po/fr/olsr.po with 100% similarity]
applications/luci-app-olsr/po/he/olsr.po [moved from po/he/olsr.po with 100% similarity]
applications/luci-app-olsr/po/hu/olsr.po [moved from po/hu/olsr.po with 100% similarity]
applications/luci-app-olsr/po/it/olsr.po [moved from po/it/olsr.po with 100% similarity]
applications/luci-app-olsr/po/ja/olsr.po [moved from po/ja/olsr.po with 100% similarity]
applications/luci-app-olsr/po/ms/olsr.po [moved from po/ms/olsr.po with 100% similarity]
applications/luci-app-olsr/po/no/olsr.po [moved from po/no/olsr.po with 100% similarity]
applications/luci-app-olsr/po/pl/olsr.po [moved from po/pl/olsr.po with 100% similarity]
applications/luci-app-olsr/po/pt-br/olsr.po [moved from po/pt_BR/olsr.po with 100% similarity]
applications/luci-app-olsr/po/pt/olsr.po [moved from po/pt/olsr.po with 100% similarity]
applications/luci-app-olsr/po/ro/olsr.po [moved from po/ro/olsr.po with 100% similarity]
applications/luci-app-olsr/po/ru/olsr.po [moved from po/ru/olsr.po with 100% similarity]
applications/luci-app-olsr/po/sk/olsr.po [moved from po/sk/olsr.po with 100% similarity]
applications/luci-app-olsr/po/sv/olsr.po [moved from po/sv/olsr.po with 100% similarity]
applications/luci-app-olsr/po/templates/olsr.pot [new file with mode: 0644]
applications/luci-app-olsr/po/tr/olsr.po [moved from po/tr/olsr.po with 100% similarity]
applications/luci-app-olsr/po/uk/olsr.po [moved from po/uk/olsr.po with 100% similarity]
applications/luci-app-olsr/po/vi/olsr.po [moved from po/vi/olsr.po with 100% similarity]
applications/luci-app-olsr/po/zh-cn/olsr.po [moved from po/zh_CN/olsr.po with 100% similarity]
applications/luci-app-olsr/po/zh-tw/olsr.po [moved from po/zh_TW/olsr.po with 100% similarity]
applications/luci-app-olsr/root/etc/config/luci_olsr [moved from applications/luci-olsr/root/etc/config/luci_olsr with 100% similarity]
applications/luci-app-olsr/root/etc/uci-defaults/luci-olsr [moved from applications/luci-olsr/root/etc/uci-defaults/luci-olsr with 100% similarity]
applications/luci-app-openvpn/Makefile [new file with mode: 0644]
applications/luci-app-openvpn/luasrc/controller/openvpn.lua [moved from applications/luci-openvpn/luasrc/controller/openvpn.lua with 100% similarity]
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua [moved from applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua with 100% similarity]
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua [moved from applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua with 100% similarity]
applications/luci-app-openvpn/luasrc/model/cbi/openvpn.lua [moved from applications/luci-openvpn/luasrc/model/cbi/openvpn.lua with 100% similarity]
applications/luci-app-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm [moved from applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm with 100% similarity]
applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm [moved from applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm with 100% similarity]
applications/luci-app-openvpn/po/ca/openvpn.po [moved from po/ca/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/cs/openvpn.po [moved from po/cs/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/de/openvpn.po [moved from po/de/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/el/openvpn.po [moved from po/el/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/en/openvpn.po [moved from po/en/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/es/openvpn.po [moved from po/es/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/fr/openvpn.po [moved from po/fr/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/he/openvpn.po [moved from po/he/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/hu/openvpn.po [moved from po/hu/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/it/openvpn.po [moved from po/it/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/ja/openvpn.po [moved from po/ja/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/ms/openvpn.po [moved from po/ms/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/no/openvpn.po [moved from po/no/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/pl/openvpn.po [moved from po/pl/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/pt-br/openvpn.po [moved from po/pt_BR/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/pt/openvpn.po [moved from po/pt/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/ro/openvpn.po [moved from po/ro/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/ru/openvpn.po [moved from po/ru/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/sk/openvpn.po [moved from po/sk/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/sv/openvpn.po [moved from po/sv/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/templates/openvpn.pot [new file with mode: 0644]
applications/luci-app-openvpn/po/tr/openvpn.po [moved from po/tr/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/uk/openvpn.po [moved from po/uk/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/vi/openvpn.po [moved from po/vi/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/zh-cn/openvpn.po [moved from po/zh_CN/openvpn.po with 100% similarity]
applications/luci-app-openvpn/po/zh-tw/openvpn.po [moved from po/zh_TW/openvpn.po with 100% similarity]
applications/luci-app-openvpn/root/etc/config/openvpn_recipes [moved from applications/luci-openvpn/root/etc/config/openvpn_recipes with 100% similarity]
applications/luci-app-p2pblock/Makefile [new file with mode: 0644]
applications/luci-app-p2pblock/ipkg/postinst [moved from applications/luci-p2pblock/ipkg/postinst with 100% similarity]
applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua [moved from applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua with 100% similarity]
applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua [moved from applications/luci-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua with 100% similarity]
applications/luci-app-p2pblock/po/ca/p2pblock.po [moved from po/ca/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/cs/p2pblock.po [moved from po/cs/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/de/p2pblock.po [moved from po/de/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/el/p2pblock.po [moved from po/el/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/en/p2pblock.po [moved from po/en/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/es/p2pblock.po [moved from po/es/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/fr/p2pblock.po [moved from po/fr/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/he/p2pblock.po [moved from po/he/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/hu/p2pblock.po [moved from po/hu/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/it/p2pblock.po [moved from po/it/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/ja/p2pblock.po [moved from po/ja/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/ms/p2pblock.po [moved from po/ms/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/no/p2pblock.po [moved from po/no/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/pl/p2pblock.po [moved from po/pl/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/pt-br/p2pblock.po [moved from po/pt_BR/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/pt/p2pblock.po [moved from po/pt/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/ro/p2pblock.po [moved from po/ro/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/ru/p2pblock.po [moved from po/ru/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/sk/p2pblock.po [moved from po/sk/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/sv/p2pblock.po [moved from po/sv/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/templates/p2pblock.pot [new file with mode: 0644]
applications/luci-app-p2pblock/po/tr/p2pblock.po [moved from po/tr/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/uk/p2pblock.po [moved from po/uk/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/vi/p2pblock.po [moved from po/vi/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/zh-cn/p2pblock.po [moved from po/zh_CN/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/po/zh-tw/p2pblock.po [moved from po/zh_TW/p2pblock.po with 100% similarity]
applications/luci-app-p2pblock/root/etc/uci-defaults/luci-p2pblock [moved from applications/luci-p2pblock/root/etc/uci-defaults/luci-p2pblock with 100% similarity]
applications/luci-app-p910nd/Makefile [new file with mode: 0644]
applications/luci-app-p910nd/ipkg/postinst [moved from applications/luci-p910nd/ipkg/postinst with 100% similarity]
applications/luci-app-p910nd/luasrc/controller/p910nd.lua [moved from applications/luci-p910nd/luasrc/controller/p910nd.lua with 100% similarity]
applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua [moved from applications/luci-p910nd/luasrc/model/cbi/p910nd.lua with 100% similarity]
applications/luci-app-p910nd/po/ca/p910nd.po [moved from po/ca/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/cs/p910nd.po [moved from po/cs/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/de/p910nd.po [moved from po/de/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/el/p910nd.po [moved from po/el/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/en/p910nd.po [moved from po/en/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/es/p910nd.po [moved from po/es/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/fr/p910nd.po [moved from po/fr/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/he/p910nd.po [moved from po/he/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/hu/p910nd.po [moved from po/hu/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/it/p910nd.po [moved from po/it/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/ja/p910nd.po [moved from po/ja/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/ms/p910nd.po [moved from po/ms/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/no/p910nd.po [moved from po/no/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/pl/p910nd.po [moved from po/pl/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/pt-br/p910nd.po [moved from po/pt_BR/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/pt/p910nd.po [moved from po/pt/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/ro/p910nd.po [moved from po/ro/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/ru/p910nd.po [moved from po/ru/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/sk/p910nd.po [moved from po/sk/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/sv/p910nd.po [moved from po/sv/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/templates/p910nd.pot [new file with mode: 0644]
applications/luci-app-p910nd/po/tr/p910nd.po [moved from po/tr/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/uk/p910nd.po [moved from po/uk/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/vi/p910nd.po [moved from po/vi/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/zh-cn/p910nd.po [moved from po/zh_CN/p910nd.po with 100% similarity]
applications/luci-app-p910nd/po/zh-tw/p910nd.po [moved from po/zh_TW/p910nd.po with 100% similarity]
applications/luci-app-p910nd/root/etc/uci-defaults/luci-p910nd [moved from applications/luci-p910nd/root/etc/uci-defaults/luci-p910nd with 100% similarity]
applications/luci-app-pbx-voicemail/COPYING [moved from applications/luci-pbx-voicemail/COPYING with 100% similarity]
applications/luci-app-pbx-voicemail/Makefile [new file with mode: 0644]
applications/luci-app-pbx-voicemail/luasrc/controller/pbx-voicemail.lua [moved from applications/luci-pbx-voicemail/luasrc/controller/pbx-voicemail.lua with 100% similarity]
applications/luci-app-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua [moved from applications/luci-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua with 100% similarity]
applications/luci-app-pbx-voicemail/po/ca/pbx-voicemail.po [moved from po/ca/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/cs/pbx-voicemail.po [moved from po/cs/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/de/pbx-voicemail.po [moved from po/de/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/el/pbx-voicemail.po [moved from po/el/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/en/pbx-voicemail.po [moved from po/en/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/es/pbx-voicemail.po [moved from po/es/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/fr/pbx-voicemail.po [moved from po/fr/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/he/pbx-voicemail.po [moved from po/he/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/hu/pbx-voicemail.po [moved from po/hu/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/it/pbx-voicemail.po [moved from po/it/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/ja/pbx-voicemail.po [moved from po/ja/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/ms/pbx-voicemail.po [moved from po/ms/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/no/pbx-voicemail.po [moved from po/no/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/pl/pbx-voicemail.po [moved from po/pl/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/pt-br/pbx-voicemail.po [moved from po/pt_BR/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/pt/pbx-voicemail.po [moved from po/pt/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/ro/pbx-voicemail.po [moved from po/ro/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/ru/pbx-voicemail.po [moved from po/ru/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/sk/pbx-voicemail.po [moved from po/sk/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/sv/pbx-voicemail.po [moved from po/sv/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot [new file with mode: 0644]
applications/luci-app-pbx-voicemail/po/tr/pbx-voicemail.po [moved from po/tr/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/uk/pbx-voicemail.po [moved from po/uk/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/vi/pbx-voicemail.po [moved from po/vi/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/zh-cn/pbx-voicemail.po [moved from po/zh_CN/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/po/zh-tw/pbx-voicemail.po [moved from po/zh_TW/pbx-voicemail.po with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/config/pbx-voicemail [moved from applications/luci-pbx-voicemail/root/etc/config/pbx-voicemail with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-auth.TEMPLATE with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account-default.TEMPLATE with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-account.TEMPLATE with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-msmtprc-defaults.TEMPLATE with 100% similarity]
applications/luci-app-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail [moved from applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail with 100% similarity]
applications/luci-app-pbx/COPYING [moved from applications/luci-pbx/COPYING with 100% similarity]
applications/luci-app-pbx/CREDITS-SOUNDS [moved from applications/luci-pbx/CREDITS-SOUNDS with 100% similarity]
applications/luci-app-pbx/LICENSE-SOUNDS [moved from applications/luci-pbx/LICENSE-SOUNDS with 100% similarity]
applications/luci-app-pbx/Makefile [new file with mode: 0644]
applications/luci-app-pbx/luasrc/controller/pbx.lua [moved from applications/luci-pbx/luasrc/controller/pbx.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx-advanced.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx-advanced.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx-calls.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx-google.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx-google.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx-users.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx-users.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx-voip.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua with 100% similarity]
applications/luci-app-pbx/luasrc/model/cbi/pbx.lua [moved from applications/luci-pbx/luasrc/model/cbi/pbx.lua with 100% similarity]
applications/luci-app-pbx/po/ca/pbx.po [moved from po/ca/pbx.po with 100% similarity]
applications/luci-app-pbx/po/cs/pbx.po [moved from po/cs/pbx.po with 100% similarity]
applications/luci-app-pbx/po/de/pbx.po [moved from po/de/pbx.po with 100% similarity]
applications/luci-app-pbx/po/el/pbx.po [moved from po/el/pbx.po with 100% similarity]
applications/luci-app-pbx/po/en/pbx.po [moved from po/en/pbx.po with 100% similarity]
applications/luci-app-pbx/po/es/pbx.po [moved from po/es/pbx.po with 100% similarity]
applications/luci-app-pbx/po/fr/pbx.po [moved from po/fr/pbx.po with 100% similarity]
applications/luci-app-pbx/po/he/pbx.po [moved from po/he/pbx.po with 100% similarity]
applications/luci-app-pbx/po/hu/pbx.po [moved from po/hu/pbx.po with 100% similarity]
applications/luci-app-pbx/po/it/pbx.po [moved from po/it/pbx.po with 100% similarity]
applications/luci-app-pbx/po/ja/pbx.po [moved from po/ja/pbx.po with 100% similarity]
applications/luci-app-pbx/po/ms/pbx.po [moved from po/ms/pbx.po with 100% similarity]
applications/luci-app-pbx/po/no/pbx.po [moved from po/no/pbx.po with 100% similarity]
applications/luci-app-pbx/po/pl/pbx.po [moved from po/pl/pbx.po with 100% similarity]
applications/luci-app-pbx/po/pt-br/pbx.po [moved from po/pt_BR/pbx.po with 100% similarity]
applications/luci-app-pbx/po/pt/pbx.po [moved from po/pt/pbx.po with 100% similarity]
applications/luci-app-pbx/po/ro/pbx.po [moved from po/ro/pbx.po with 100% similarity]
applications/luci-app-pbx/po/ru/pbx.po [moved from po/ru/pbx.po with 100% similarity]
applications/luci-app-pbx/po/sk/pbx.po [moved from po/sk/pbx.po with 100% similarity]
applications/luci-app-pbx/po/sv/pbx.po [moved from po/sv/pbx.po with 100% similarity]
applications/luci-app-pbx/po/templates/pbx.pot [new file with mode: 0644]
applications/luci-app-pbx/po/tr/pbx.po [moved from po/tr/pbx.po with 100% similarity]
applications/luci-app-pbx/po/uk/pbx.po [moved from po/uk/pbx.po with 100% similarity]
applications/luci-app-pbx/po/vi/pbx.po [moved from po/vi/pbx.po with 100% similarity]
applications/luci-app-pbx/po/zh-cn/pbx.po [moved from po/zh_CN/pbx.po with 100% similarity]
applications/luci-app-pbx/po/zh-tw/pbx.po [moved from po/zh_TW/pbx.po with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx [moved from applications/luci-pbx/root/etc/config/pbx with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx-advanced [moved from applications/luci-pbx/root/etc/config/pbx-advanced with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx-calls [moved from applications/luci-pbx/root/etc/config/pbx-calls with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx-google [moved from modules/base/root/lib/uci/upload/.gitignore with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx-users [moved from applications/luci-pbx/root/etc/config/pbx-users with 100% similarity]
applications/luci-app-pbx/root/etc/config/pbx-voip [new file with mode: 0644]
applications/luci-app-pbx/root/etc/init.d/pbx-asterisk [moved from applications/luci-pbx/root/etc/init.d/pbx-asterisk with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/delayedcallback [moved from applications/luci-pbx/root/etc/pbx-asterisk/delayedcallback with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_default_user.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_voicemail_disabled.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE [moved from applications/luci-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-alreadyon.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-incorrect.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/agent-pass.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/agent-pass.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-thankyou.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/beep.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm with 100% similarity]
applications/luci-app-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm [moved from applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm with 100% similarity]
applications/luci-app-polipo/Makefile [new file with mode: 0644]
applications/luci-app-polipo/ipkg/postinst [moved from applications/luci-polipo/ipkg/postinst with 100% similarity]
applications/luci-app-polipo/luasrc/controller/polipo.lua [moved from applications/luci-polipo/luasrc/controller/polipo.lua with 100% similarity]
applications/luci-app-polipo/luasrc/model/cbi/polipo.lua [moved from applications/luci-polipo/luasrc/model/cbi/polipo.lua with 100% similarity]
applications/luci-app-polipo/luasrc/view/polipo_status.htm [moved from applications/luci-polipo/luasrc/view/polipo_status.htm with 100% similarity]
applications/luci-app-polipo/po/ca/polipo.po [moved from po/ca/polipo.po with 100% similarity]
applications/luci-app-polipo/po/cs/polipo.po [moved from po/cs/polipo.po with 100% similarity]
applications/luci-app-polipo/po/de/polipo.po [moved from po/de/polipo.po with 100% similarity]
applications/luci-app-polipo/po/el/polipo.po [moved from po/el/polipo.po with 100% similarity]
applications/luci-app-polipo/po/en/polipo.po [moved from po/en/polipo.po with 100% similarity]
applications/luci-app-polipo/po/es/polipo.po [moved from po/es/polipo.po with 100% similarity]
applications/luci-app-polipo/po/fr/polipo.po [moved from po/fr/polipo.po with 100% similarity]
applications/luci-app-polipo/po/he/polipo.po [moved from po/he/polipo.po with 100% similarity]
applications/luci-app-polipo/po/hu/polipo.po [moved from po/hu/polipo.po with 100% similarity]
applications/luci-app-polipo/po/it/polipo.po [moved from po/it/polipo.po with 100% similarity]
applications/luci-app-polipo/po/ja/polipo.po [moved from po/ja/polipo.po with 100% similarity]
applications/luci-app-polipo/po/ms/polipo.po [moved from po/ms/polipo.po with 100% similarity]
applications/luci-app-polipo/po/no/polipo.po [moved from po/no/polipo.po with 100% similarity]
applications/luci-app-polipo/po/pl/polipo.po [moved from po/pl/polipo.po with 100% similarity]
applications/luci-app-polipo/po/pt-br/polipo.po [moved from po/pt_BR/polipo.po with 100% similarity]
applications/luci-app-polipo/po/pt/polipo.po [moved from po/pt/polipo.po with 100% similarity]
applications/luci-app-polipo/po/ro/polipo.po [moved from po/ro/polipo.po with 100% similarity]
applications/luci-app-polipo/po/ru/polipo.po [moved from po/ru/polipo.po with 100% similarity]
applications/luci-app-polipo/po/sk/polipo.po [moved from po/sk/polipo.po with 100% similarity]
applications/luci-app-polipo/po/sv/polipo.po [moved from po/sv/polipo.po with 100% similarity]
applications/luci-app-polipo/po/templates/polipo.pot [new file with mode: 0644]
applications/luci-app-polipo/po/tr/polipo.po [moved from po/tr/polipo.po with 100% similarity]
applications/luci-app-polipo/po/uk/polipo.po [moved from po/uk/polipo.po with 100% similarity]
applications/luci-app-polipo/po/vi/polipo.po [moved from po/vi/polipo.po with 100% similarity]
applications/luci-app-polipo/po/zh-cn/polipo.po [moved from po/zh_CN/polipo.po with 100% similarity]
applications/luci-app-polipo/po/zh-tw/polipo.po [moved from po/zh_TW/polipo.po with 100% similarity]
applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo [moved from applications/luci-polipo/root/etc/uci-defaults/luci-polipo with 100% similarity]
applications/luci-app-polipo/root/usr/sbin/polipo_purge [moved from applications/luci-polipo/root/usr/sbin/polipo_purge with 100% similarity]
applications/luci-app-qos/Makefile [new file with mode: 0644]
applications/luci-app-qos/luasrc/controller/qos.lua [moved from applications/luci-qos/luasrc/controller/qos.lua with 100% similarity]
applications/luci-app-qos/luasrc/model/cbi/qos/qos.lua [moved from applications/luci-qos/luasrc/model/cbi/qos/qos.lua with 100% similarity]
applications/luci-app-qos/po/ca/qos.po [moved from po/ca/qos.po with 100% similarity]
applications/luci-app-qos/po/cs/qos.po [moved from po/cs/qos.po with 100% similarity]
applications/luci-app-qos/po/de/qos.po [moved from po/de/qos.po with 100% similarity]
applications/luci-app-qos/po/el/qos.po [moved from po/el/qos.po with 100% similarity]
applications/luci-app-qos/po/en/qos.po [moved from po/en/qos.po with 100% similarity]
applications/luci-app-qos/po/es/qos.po [moved from po/es/qos.po with 100% similarity]
applications/luci-app-qos/po/fr/qos.po [moved from po/fr/qos.po with 100% similarity]
applications/luci-app-qos/po/he/qos.po [moved from po/he/qos.po with 100% similarity]
applications/luci-app-qos/po/hu/qos.po [moved from po/hu/qos.po with 100% similarity]
applications/luci-app-qos/po/it/qos.po [moved from po/it/qos.po with 100% similarity]
applications/luci-app-qos/po/ja/qos.po [moved from po/ja/qos.po with 100% similarity]
applications/luci-app-qos/po/ms/qos.po [moved from po/ms/qos.po with 100% similarity]
applications/luci-app-qos/po/no/qos.po [moved from po/no/qos.po with 100% similarity]
applications/luci-app-qos/po/pl/qos.po [moved from po/pl/qos.po with 100% similarity]
applications/luci-app-qos/po/pt-br/qos.po [moved from po/pt_BR/qos.po with 100% similarity]
applications/luci-app-qos/po/pt/qos.po [moved from po/pt/qos.po with 100% similarity]
applications/luci-app-qos/po/ro/qos.po [moved from po/ro/qos.po with 100% similarity]
applications/luci-app-qos/po/ru/qos.po [moved from po/ru/qos.po with 100% similarity]
applications/luci-app-qos/po/sk/qos.po [moved from po/sk/qos.po with 100% similarity]
applications/luci-app-qos/po/sv/qos.po [moved from po/sv/qos.po with 100% similarity]
applications/luci-app-qos/po/templates/qos.pot [new file with mode: 0644]
applications/luci-app-qos/po/tr/qos.po [moved from po/tr/qos.po with 100% similarity]
applications/luci-app-qos/po/uk/qos.po [moved from po/uk/qos.po with 100% similarity]
applications/luci-app-qos/po/vi/qos.po [moved from po/vi/qos.po with 100% similarity]
applications/luci-app-qos/po/zh-cn/qos.po [moved from po/zh_CN/qos.po with 100% similarity]
applications/luci-app-qos/po/zh-tw/qos.po [moved from po/zh_TW/qos.po with 100% similarity]
applications/luci-app-radvd/Makefile [new file with mode: 0644]
applications/luci-app-radvd/ipkg/postinst [moved from applications/luci-radvd/ipkg/postinst with 100% similarity]
applications/luci-app-radvd/luasrc/controller/radvd.lua [moved from applications/luci-radvd/luasrc/controller/radvd.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd/dnssl.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd/dnssl.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd/interface.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd/interface.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd/prefix.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd/prefix.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd/rdnss.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua with 100% similarity]
applications/luci-app-radvd/luasrc/model/cbi/radvd/route.lua [moved from applications/luci-radvd/luasrc/model/cbi/radvd/route.lua with 100% similarity]
applications/luci-app-radvd/po/ca/radvd.po [moved from po/ca/radvd.po with 100% similarity]
applications/luci-app-radvd/po/cs/radvd.po [moved from po/cs/radvd.po with 100% similarity]
applications/luci-app-radvd/po/de/radvd.po [moved from po/de/radvd.po with 100% similarity]
applications/luci-app-radvd/po/el/radvd.po [moved from po/el/radvd.po with 100% similarity]
applications/luci-app-radvd/po/en/radvd.po [moved from po/en/radvd.po with 100% similarity]
applications/luci-app-radvd/po/es/radvd.po [moved from po/es/radvd.po with 100% similarity]
applications/luci-app-radvd/po/fr/radvd.po [moved from po/fr/radvd.po with 100% similarity]
applications/luci-app-radvd/po/he/radvd.po [moved from po/he/radvd.po with 100% similarity]
applications/luci-app-radvd/po/hu/radvd.po [moved from po/hu/radvd.po with 100% similarity]
applications/luci-app-radvd/po/it/radvd.po [moved from po/it/radvd.po with 100% similarity]
applications/luci-app-radvd/po/ja/radvd.po [moved from po/ja/radvd.po with 100% similarity]
applications/luci-app-radvd/po/ms/radvd.po [moved from po/ms/radvd.po with 100% similarity]
applications/luci-app-radvd/po/no/radvd.po [moved from po/no/radvd.po with 100% similarity]
applications/luci-app-radvd/po/pl/radvd.po [moved from po/pl/radvd.po with 100% similarity]
applications/luci-app-radvd/po/pt-br/radvd.po [moved from po/pt_BR/radvd.po with 100% similarity]
applications/luci-app-radvd/po/pt/radvd.po [moved from po/pt/radvd.po with 100% similarity]
applications/luci-app-radvd/po/ro/radvd.po [moved from po/ro/radvd.po with 100% similarity]
applications/luci-app-radvd/po/ru/radvd.po [moved from po/ru/radvd.po with 100% similarity]
applications/luci-app-radvd/po/sk/radvd.po [moved from po/sk/radvd.po with 100% similarity]
applications/luci-app-radvd/po/sv/radvd.po [moved from po/sv/radvd.po with 100% similarity]
applications/luci-app-radvd/po/templates/radvd.pot [new file with mode: 0644]
applications/luci-app-radvd/po/tr/radvd.po [moved from po/tr/radvd.po with 100% similarity]
applications/luci-app-radvd/po/uk/radvd.po [moved from po/uk/radvd.po with 100% similarity]
applications/luci-app-radvd/po/vi/radvd.po [moved from po/vi/radvd.po with 100% similarity]
applications/luci-app-radvd/po/zh-cn/radvd.po [moved from po/zh_CN/radvd.po with 100% similarity]
applications/luci-app-radvd/po/zh-tw/radvd.po [moved from po/zh_TW/radvd.po with 100% similarity]
applications/luci-app-radvd/root/etc/uci-defaults/luci-radvd [moved from applications/luci-radvd/root/etc/uci-defaults/luci-radvd with 100% similarity]
applications/luci-app-samba/Makefile [new file with mode: 0644]
applications/luci-app-samba/luasrc/controller/samba.lua [moved from applications/luci-samba/luasrc/controller/samba.lua with 100% similarity]
applications/luci-app-samba/luasrc/model/cbi/samba.lua [moved from applications/luci-samba/luasrc/model/cbi/samba.lua with 100% similarity]
applications/luci-app-samba/po/ca/samba.po [moved from po/ca/samba.po with 100% similarity]
applications/luci-app-samba/po/cs/samba.po [moved from po/cs/samba.po with 100% similarity]
applications/luci-app-samba/po/de/samba.po [moved from po/de/samba.po with 100% similarity]
applications/luci-app-samba/po/el/samba.po [moved from po/el/samba.po with 100% similarity]
applications/luci-app-samba/po/en/samba.po [moved from po/en/samba.po with 100% similarity]
applications/luci-app-samba/po/es/samba.po [moved from po/es/samba.po with 100% similarity]
applications/luci-app-samba/po/fr/samba.po [moved from po/fr/samba.po with 100% similarity]
applications/luci-app-samba/po/he/samba.po [moved from po/he/samba.po with 100% similarity]
applications/luci-app-samba/po/hu/samba.po [moved from po/hu/samba.po with 100% similarity]
applications/luci-app-samba/po/it/samba.po [moved from po/it/samba.po with 100% similarity]
applications/luci-app-samba/po/ja/samba.po [moved from po/ja/samba.po with 100% similarity]
applications/luci-app-samba/po/ms/samba.po [moved from po/ms/samba.po with 100% similarity]
applications/luci-app-samba/po/no/samba.po [moved from po/no/samba.po with 100% similarity]
applications/luci-app-samba/po/pl/samba.po [moved from po/pl/samba.po with 100% similarity]
applications/luci-app-samba/po/pt-br/samba.po [moved from po/pt_BR/samba.po with 100% similarity]
applications/luci-app-samba/po/pt/samba.po [moved from po/pt/samba.po with 100% similarity]
applications/luci-app-samba/po/ro/samba.po [moved from po/ro/samba.po with 100% similarity]
applications/luci-app-samba/po/ru/samba.po [moved from po/ru/samba.po with 100% similarity]
applications/luci-app-samba/po/sk/samba.po [moved from po/sk/samba.po with 100% similarity]
applications/luci-app-samba/po/sv/samba.po [moved from po/sv/samba.po with 100% similarity]
applications/luci-app-samba/po/templates/samba.pot [new file with mode: 0644]
applications/luci-app-samba/po/tr/samba.po [moved from po/tr/samba.po with 100% similarity]
applications/luci-app-samba/po/uk/samba.po [moved from po/uk/samba.po with 100% similarity]
applications/luci-app-samba/po/vi/samba.po [moved from po/vi/samba.po with 100% similarity]
applications/luci-app-samba/po/zh-cn/samba.po [moved from po/zh_CN/samba.po with 100% similarity]
applications/luci-app-samba/po/zh-tw/samba.po [moved from po/zh_TW/samba.po with 100% similarity]
applications/luci-app-shairplay/Makefile [new file with mode: 0644]
applications/luci-app-shairplay/luasrc/controller/shairplay.lua [moved from applications/luci-shairplay/luasrc/controller/shairplay.lua with 100% similarity]
applications/luci-app-shairplay/luasrc/model/cbi/shairplay.lua [moved from applications/luci-shairplay/luasrc/model/cbi/shairplay.lua with 100% similarity]
applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay [moved from applications/luci-shairplay/root/etc/uci-defaults/luci-shairplay with 100% similarity]
applications/luci-app-shairport/Makefile [new file with mode: 0644]
applications/luci-app-shairport/luasrc/controller/shairport.lua [moved from applications/luci-shairport/luasrc/controller/shairport.lua with 100% similarity]
applications/luci-app-shairport/luasrc/model/cbi/shairport.lua [moved from applications/luci-shairport/luasrc/model/cbi/shairport.lua with 100% similarity]
applications/luci-app-shairport/root/etc/uci-defaults/luci-shairport [moved from applications/luci-shairport/root/etc/uci-defaults/luci-shairport with 100% similarity]
applications/luci-app-siitwizard/Makefile [new file with mode: 0644]
applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua [moved from applications/luci-siitwizard/luasrc/controller/siitwizard.lua with 100% similarity]
applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua [moved from applications/luci-siitwizard/luasrc/model/cbi/siitwizard.lua with 100% similarity]
applications/luci-app-siitwizard/root/etc/config/siit [moved from applications/luci-siitwizard/root/etc/config/siit with 100% similarity]
applications/luci-app-splash/Makefile [new file with mode: 0644]
applications/luci-app-splash/README [moved from applications/luci-splash/README with 100% similarity]
applications/luci-app-splash/htdocs/cgi-bin/splash/splash.sh [moved from applications/luci-splash/htdocs/cgi-bin/splash/splash.sh with 100% similarity]
applications/luci-app-splash/htdocs/luci/splash/index.html [moved from applications/luci-splash/htdocs/luci/splash/index.html with 100% similarity]
applications/luci-app-splash/ipkg/postinst [moved from applications/luci-splash/ipkg/postinst with 100% similarity]
applications/luci-app-splash/luasrc/controller/splash/splash.lua [moved from applications/luci-splash/luasrc/controller/splash/splash.lua with 100% similarity]
applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua [moved from applications/luci-splash/luasrc/model/cbi/splash/splash.lua with 100% similarity]
applications/luci-app-splash/luasrc/model/cbi/splash/splashtext.lua [moved from applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua with 100% similarity]
applications/luci-app-splash/luasrc/view/admin_status/splash.htm [moved from applications/luci-splash/luasrc/view/admin_status/splash.htm with 100% similarity]
applications/luci-app-splash/luasrc/view/splash/blocked.htm [moved from applications/luci-splash/luasrc/view/splash/blocked.htm with 100% similarity]
applications/luci-app-splash/luasrc/view/splash/splash.htm [moved from applications/luci-splash/luasrc/view/splash/splash.htm with 100% similarity]
applications/luci-app-splash/luasrc/view/splash_splash/index.htm [moved from applications/luci-splash/luasrc/view/splash_splash/index.htm with 100% similarity]
applications/luci-app-splash/luasrc/view/splash_splash/splash.htm [moved from applications/luci-splash/luasrc/view/splash_splash/splash.htm with 100% similarity]
applications/luci-app-splash/po/ca/splash.po [moved from po/ca/splash.po with 100% similarity]
applications/luci-app-splash/po/cs/splash.po [moved from po/cs/splash.po with 100% similarity]
applications/luci-app-splash/po/de/splash.po [moved from po/de/splash.po with 100% similarity]
applications/luci-app-splash/po/el/splash.po [moved from po/el/splash.po with 100% similarity]
applications/luci-app-splash/po/en/splash.po [moved from po/en/splash.po with 100% similarity]
applications/luci-app-splash/po/es/splash.po [moved from po/es/splash.po with 100% similarity]
applications/luci-app-splash/po/fr/splash.po [moved from po/fr/splash.po with 100% similarity]
applications/luci-app-splash/po/he/splash.po [moved from po/he/splash.po with 100% similarity]
applications/luci-app-splash/po/hu/splash.po [moved from po/hu/splash.po with 100% similarity]
applications/luci-app-splash/po/it/splash.po [moved from po/it/splash.po with 100% similarity]
applications/luci-app-splash/po/ja/splash.po [moved from po/ja/splash.po with 100% similarity]
applications/luci-app-splash/po/ms/splash.po [moved from po/ms/splash.po with 100% similarity]
applications/luci-app-splash/po/no/splash.po [moved from po/no/splash.po with 100% similarity]
applications/luci-app-splash/po/pl/splash.po [moved from po/pl/splash.po with 100% similarity]
applications/luci-app-splash/po/pt-br/splash.po [moved from po/pt_BR/splash.po with 100% similarity]
applications/luci-app-splash/po/pt/splash.po [moved from po/pt/splash.po with 100% similarity]
applications/luci-app-splash/po/ro/splash.po [moved from po/ro/splash.po with 100% similarity]
applications/luci-app-splash/po/ru/splash.po [moved from po/ru/splash.po with 100% similarity]
applications/luci-app-splash/po/sk/splash.po [moved from po/sk/splash.po with 100% similarity]
applications/luci-app-splash/po/sv/splash.po [moved from po/sv/splash.po with 100% similarity]
applications/luci-app-splash/po/templates/splash.pot [new file with mode: 0644]
applications/luci-app-splash/po/tr/splash.po [moved from po/tr/splash.po with 100% similarity]
applications/luci-app-splash/po/uk/splash.po [moved from po/uk/splash.po with 100% similarity]
applications/luci-app-splash/po/vi/splash.po [moved from po/vi/splash.po with 100% similarity]
applications/luci-app-splash/po/zh-cn/splash.po [moved from po/zh_CN/splash.po with 100% similarity]
applications/luci-app-splash/po/zh-tw/splash.po [moved from po/zh_TW/splash.po with 100% similarity]
applications/luci-app-splash/root/etc/config/luci_splash [moved from applications/luci-splash/root/etc/config/luci_splash with 100% similarity]
applications/luci-app-splash/root/etc/config/luci_splash_leases [moved from applications/luci-splash/root/etc/config/luci_splash_leases with 100% similarity]
applications/luci-app-splash/root/etc/hotplug.d/iface/25-splash [moved from applications/luci-splash/root/etc/hotplug.d/iface/25-splash with 100% similarity]
applications/luci-app-splash/root/etc/init.d/luci_splash [moved from applications/luci-splash/root/etc/init.d/luci_splash with 100% similarity]
applications/luci-app-splash/root/usr/sbin/luci-splash [moved from applications/luci-splash/root/usr/sbin/luci-splash with 100% similarity]
applications/luci-app-statistics/Makefile [new file with mode: 0644]
applications/luci-app-statistics/ipkg/postinst [moved from applications/luci-statistics/ipkg/postinst with 100% similarity]
applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua [moved from applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/cpu.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/csv.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/df.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/email.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/exec.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/interface.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/iptables.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/load.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/memory.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/netlink.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/network.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/nut.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/ping.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua with 100% similarity]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua [moved from applications/luci-statistics/luasrc/model/cbi/luci_statistics/uptime.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/datatree.lua [moved from applications/luci-statistics/luasrc/statistics/datatree.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/i18n.lua [moved from applications/luci-statistics/luasrc/statistics/i18n.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/df.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/disk.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/dns.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/irq.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/load.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/nut.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/ping.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/processes.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua with 100% similarity]
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua [moved from applications/luci-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua with 100% similarity]
applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm [moved from applications/luci-statistics/luasrc/view/admin_statistics/index.htm with 100% similarity]
applications/luci-app-statistics/luasrc/view/public_statistics/graph.htm [moved from applications/luci-statistics/luasrc/view/public_statistics/graph.htm with 100% similarity]
applications/luci-app-statistics/po/ca/rrdtool.po [moved from po/ca/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/ca/statistics.po [moved from po/ca/statistics.po with 100% similarity]
applications/luci-app-statistics/po/cs/rrdtool.po [moved from po/cs/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/cs/statistics.po [moved from po/cs/statistics.po with 100% similarity]
applications/luci-app-statistics/po/de/rrdtool.po [moved from po/de/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/de/statistics.po [moved from po/de/statistics.po with 100% similarity]
applications/luci-app-statistics/po/el/rrdtool.po [moved from po/el/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/el/statistics.po [moved from po/el/statistics.po with 100% similarity]
applications/luci-app-statistics/po/en/rrdtool.po [moved from po/en/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/en/statistics.po [moved from po/en/statistics.po with 100% similarity]
applications/luci-app-statistics/po/es/rrdtool.po [moved from po/es/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/es/statistics.po [moved from po/es/statistics.po with 100% similarity]
applications/luci-app-statistics/po/fr/rrdtool.po [moved from po/fr/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/fr/statistics.po [moved from po/fr/statistics.po with 100% similarity]
applications/luci-app-statistics/po/he/rrdtool.po [moved from po/he/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/he/statistics.po [moved from po/he/statistics.po with 100% similarity]
applications/luci-app-statistics/po/hu/rrdtool.po [moved from po/hu/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/hu/statistics.po [moved from po/hu/statistics.po with 100% similarity]
applications/luci-app-statistics/po/it/rrdtool.po [moved from po/it/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/it/statistics.po [moved from po/it/statistics.po with 100% similarity]
applications/luci-app-statistics/po/ja/rrdtool.po [moved from po/ja/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/ja/statistics.po [moved from po/ja/statistics.po with 100% similarity]
applications/luci-app-statistics/po/ms/rrdtool.po [moved from po/ms/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/ms/statistics.po [moved from po/ms/statistics.po with 100% similarity]
applications/luci-app-statistics/po/no/rrdtool.po [moved from po/no/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/no/statistics.po [moved from po/no/statistics.po with 100% similarity]
applications/luci-app-statistics/po/pl/rrdtool.po [moved from po/pl/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/pl/statistics.po [moved from po/pl/statistics.po with 100% similarity]
applications/luci-app-statistics/po/pt-br/rrdtool.po [moved from po/pt_BR/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/pt-br/statistics.po [moved from po/pt_BR/statistics.po with 100% similarity]
applications/luci-app-statistics/po/pt/rrdtool.po [moved from po/pt/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/pt/statistics.po [moved from po/pt/statistics.po with 100% similarity]
applications/luci-app-statistics/po/ro/rrdtool.po [moved from po/ro/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/ro/statistics.po [moved from po/ro/statistics.po with 100% similarity]
applications/luci-app-statistics/po/ru/rrdtool.po [moved from po/ru/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/ru/statistics.po [moved from po/ru/statistics.po with 100% similarity]
applications/luci-app-statistics/po/sk/rrdtool.po [moved from po/sk/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/sk/statistics.po [moved from po/sk/statistics.po with 100% similarity]
applications/luci-app-statistics/po/sv/rrdtool.po [moved from po/sv/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/sv/statistics.po [moved from po/sv/statistics.po with 100% similarity]
applications/luci-app-statistics/po/templates/rrdtool.pot [new file with mode: 0644]
applications/luci-app-statistics/po/templates/statistics.pot [new file with mode: 0644]
applications/luci-app-statistics/po/tr/rrdtool.po [moved from po/tr/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/tr/statistics.po [moved from po/tr/statistics.po with 100% similarity]
applications/luci-app-statistics/po/uk/rrdtool.po [moved from po/uk/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/uk/statistics.po [moved from po/uk/statistics.po with 100% similarity]
applications/luci-app-statistics/po/vi/rrdtool.po [moved from po/vi/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/vi/statistics.po [moved from po/vi/statistics.po with 100% similarity]
applications/luci-app-statistics/po/zh-cn/rrdtool.po [moved from po/zh_CN/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/zh-cn/statistics.po [moved from po/zh_CN/statistics.po with 100% similarity]
applications/luci-app-statistics/po/zh-tw/rrdtool.po [moved from po/zh_TW/rrdtool.po with 100% similarity]
applications/luci-app-statistics/po/zh-tw/statistics.po [moved from po/zh_TW/statistics.po with 100% similarity]
applications/luci-app-statistics/root/etc/config/luci_statistics [moved from applications/luci-statistics/root/etc/config/luci_statistics with 100% similarity]
applications/luci-app-statistics/root/etc/init.d/luci_statistics [moved from applications/luci-statistics/root/etc/init.d/luci_statistics with 100% similarity]
applications/luci-app-statistics/root/etc/uci-defaults/luci-statistics [moved from applications/luci-statistics/root/etc/uci-defaults/luci-statistics with 100% similarity]
applications/luci-app-statistics/root/usr/bin/stat-genconfig [moved from applications/luci-statistics/root/usr/bin/stat-genconfig with 100% similarity]
applications/luci-app-tinyproxy/Makefile [new file with mode: 0644]
applications/luci-app-tinyproxy/luasrc/controller/tinyproxy.lua [moved from applications/luci-tinyproxy/luasrc/controller/tinyproxy.lua with 100% similarity]
applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua [moved from applications/luci-tinyproxy/luasrc/model/cbi/tinyproxy.lua with 100% similarity]
applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm [moved from applications/luci-tinyproxy/luasrc/view/tinyproxy_status.htm with 100% similarity]
applications/luci-app-tinyproxy/po/ca/tinyproxy.po [moved from po/ca/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/cs/tinyproxy.po [moved from po/cs/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/de/tinyproxy.po [moved from po/de/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/el/tinyproxy.po [moved from po/el/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/en/tinyproxy.po [moved from po/en/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/es/tinyproxy.po [moved from po/es/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/fr/tinyproxy.po [moved from po/fr/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/he/tinyproxy.po [moved from po/he/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/hu/tinyproxy.po [moved from po/hu/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/it/tinyproxy.po [moved from po/it/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/ja/tinyproxy.po [moved from po/ja/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/ms/tinyproxy.po [moved from po/ms/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/no/tinyproxy.po [moved from po/no/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/pl/tinyproxy.po [moved from po/pl/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/pt-br/tinyproxy.po [moved from po/pt_BR/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/pt/tinyproxy.po [moved from po/pt/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/ro/tinyproxy.po [moved from po/ro/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/ru/tinyproxy.po [moved from po/ru/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/sk/tinyproxy.po [moved from po/sk/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/sv/tinyproxy.po [moved from po/sv/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/templates/tinyproxy.pot [new file with mode: 0644]
applications/luci-app-tinyproxy/po/tr/tinyproxy.po [moved from po/tr/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/uk/tinyproxy.po [moved from po/uk/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/vi/tinyproxy.po [moved from po/vi/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/zh-cn/tinyproxy.po [moved from po/zh_CN/tinyproxy.po with 100% similarity]
applications/luci-app-tinyproxy/po/zh-tw/tinyproxy.po [moved from po/zh_TW/tinyproxy.po with 100% similarity]
applications/luci-app-transmission/Makefile [new file with mode: 0644]
applications/luci-app-transmission/luasrc/controller/transmission.lua [moved from applications/luci-transmission/luasrc/controller/transmission.lua with 100% similarity]
applications/luci-app-transmission/luasrc/model/cbi/transmission.lua [moved from applications/luci-transmission/luasrc/model/cbi/transmission.lua with 100% similarity]
applications/luci-app-transmission/po/ca/transmission.po [moved from po/ca/transmission.po with 100% similarity]
applications/luci-app-transmission/po/cs/transmission.po [moved from po/cs/transmission.po with 100% similarity]
applications/luci-app-transmission/po/de/transmission.po [moved from po/de/transmission.po with 100% similarity]
applications/luci-app-transmission/po/el/transmission.po [moved from po/el/transmission.po with 100% similarity]
applications/luci-app-transmission/po/en/transmission.po [moved from po/en/transmission.po with 100% similarity]
applications/luci-app-transmission/po/es/transmission.po [moved from po/es/transmission.po with 100% similarity]
applications/luci-app-transmission/po/fr/transmission.po [moved from po/fr/transmission.po with 100% similarity]
applications/luci-app-transmission/po/he/transmission.po [moved from po/he/transmission.po with 100% similarity]
applications/luci-app-transmission/po/hu/transmission.po [moved from po/hu/transmission.po with 100% similarity]
applications/luci-app-transmission/po/it/transmission.po [moved from po/it/transmission.po with 100% similarity]
applications/luci-app-transmission/po/ja/transmission.po [moved from po/ja/transmission.po with 100% similarity]
applications/luci-app-transmission/po/ms/transmission.po [moved from po/ms/transmission.po with 100% similarity]
applications/luci-app-transmission/po/no/transmission.po [moved from po/no/transmission.po with 100% similarity]
applications/luci-app-transmission/po/pl/transmission.po [moved from po/pl/transmission.po with 100% similarity]
applications/luci-app-transmission/po/pt-br/transmission.po [moved from po/pt_BR/transmission.po with 100% similarity]
applications/luci-app-transmission/po/pt/transmission.po [moved from po/pt/transmission.po with 100% similarity]
applications/luci-app-transmission/po/ro/transmission.po [moved from po/ro/transmission.po with 100% similarity]
applications/luci-app-transmission/po/ru/transmission.po [moved from po/ru/transmission.po with 100% similarity]
applications/luci-app-transmission/po/sk/transmission.po [moved from po/sk/transmission.po with 100% similarity]
applications/luci-app-transmission/po/sv/transmission.po [moved from po/sv/transmission.po with 100% similarity]
applications/luci-app-transmission/po/templates/transmission.pot [new file with mode: 0644]
applications/luci-app-transmission/po/tr/transmission.po [moved from po/tr/transmission.po with 100% similarity]
applications/luci-app-transmission/po/uk/transmission.po [moved from po/uk/transmission.po with 100% similarity]
applications/luci-app-transmission/po/vi/transmission.po [moved from po/vi/transmission.po with 100% similarity]
applications/luci-app-transmission/po/zh-cn/transmission.po [moved from po/zh_CN/transmission.po with 100% similarity]
applications/luci-app-transmission/po/zh-tw/transmission.po [moved from po/zh_TW/transmission.po with 100% similarity]
applications/luci-app-transmission/root/etc/uci-defaults/luci-transmission [moved from applications/luci-transmission/root/etc/uci-defaults/luci-transmission with 100% similarity]
applications/luci-app-udpxy/Makefile [new file with mode: 0644]
applications/luci-app-udpxy/luasrc/controller/udpxy.lua [moved from applications/luci-udpxy/luasrc/controller/udpxy.lua with 100% similarity]
applications/luci-app-udpxy/luasrc/model/cbi/udpxy.lua [moved from applications/luci-udpxy/luasrc/model/cbi/udpxy.lua with 100% similarity]
applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy [moved from applications/luci-udpxy/root/etc/uci-defaults/luci-udpxy with 100% similarity]
applications/luci-app-upnp/Makefile [new file with mode: 0644]
applications/luci-app-upnp/luasrc/controller/upnp.lua [moved from applications/luci-upnp/luasrc/controller/upnp.lua with 100% similarity]
applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua [moved from applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua with 100% similarity]
applications/luci-app-upnp/luasrc/view/admin_status/index/upnp.htm [moved from applications/luci-upnp/luasrc/view/admin_status/index/upnp.htm with 100% similarity]
applications/luci-app-upnp/luasrc/view/upnp_status.htm [moved from applications/luci-upnp/luasrc/view/upnp_status.htm with 100% similarity]
applications/luci-app-upnp/po/ca/upnp.po [moved from po/ca/upnp.po with 100% similarity]
applications/luci-app-upnp/po/cs/upnp.po [moved from po/cs/upnp.po with 100% similarity]
applications/luci-app-upnp/po/de/upnp.po [moved from po/de/upnp.po with 100% similarity]
applications/luci-app-upnp/po/el/upnp.po [moved from po/el/upnp.po with 100% similarity]
applications/luci-app-upnp/po/en/upnp.po [moved from po/en/upnp.po with 100% similarity]
applications/luci-app-upnp/po/es/upnp.po [moved from po/es/upnp.po with 100% similarity]
applications/luci-app-upnp/po/fr/upnp.po [moved from po/fr/upnp.po with 100% similarity]
applications/luci-app-upnp/po/he/upnp.po [moved from po/he/upnp.po with 100% similarity]
applications/luci-app-upnp/po/hu/upnp.po [moved from po/hu/upnp.po with 100% similarity]
applications/luci-app-upnp/po/it/upnp.po [moved from po/it/upnp.po with 100% similarity]
applications/luci-app-upnp/po/ja/upnp.po [moved from po/ja/upnp.po with 100% similarity]
applications/luci-app-upnp/po/ms/upnp.po [moved from po/ms/upnp.po with 100% similarity]
applications/luci-app-upnp/po/no/upnp.po [moved from po/no/upnp.po with 100% similarity]
applications/luci-app-upnp/po/pl/upnp.po [moved from po/pl/upnp.po with 100% similarity]
applications/luci-app-upnp/po/pt-br/upnp.po [moved from po/pt_BR/upnp.po with 100% similarity]
applications/luci-app-upnp/po/pt/upnp.po [moved from po/pt/upnp.po with 100% similarity]
applications/luci-app-upnp/po/ro/upnp.po [moved from po/ro/upnp.po with 100% similarity]
applications/luci-app-upnp/po/ru/upnp.po [moved from po/ru/upnp.po with 100% similarity]
applications/luci-app-upnp/po/sk/upnp.po [moved from po/sk/upnp.po with 100% similarity]
applications/luci-app-upnp/po/sv/upnp.po [moved from po/sv/upnp.po with 100% similarity]
applications/luci-app-upnp/po/templates/upnp.pot [new file with mode: 0644]
applications/luci-app-upnp/po/tr/upnp.po [moved from po/tr/upnp.po with 100% similarity]
applications/luci-app-upnp/po/uk/upnp.po [moved from po/uk/upnp.po with 100% similarity]
applications/luci-app-upnp/po/vi/upnp.po [moved from po/vi/upnp.po with 100% similarity]
applications/luci-app-upnp/po/zh-cn/upnp.po [moved from po/zh_CN/upnp.po with 100% similarity]
applications/luci-app-upnp/po/zh-tw/upnp.po [moved from po/zh_TW/upnp.po with 100% similarity]
applications/luci-app-upnp/root/etc/uci-defaults/luci-upnp [moved from applications/luci-upnp/root/etc/uci-defaults/luci-upnp with 100% similarity]
applications/luci-app-ushare/Makefile [new file with mode: 0644]
applications/luci-app-ushare/ipkg/postinst [moved from applications/luci-ushare/ipkg/postinst with 100% similarity]
applications/luci-app-ushare/luasrc/controller/ushare.lua [moved from applications/luci-ushare/luasrc/controller/ushare.lua with 100% similarity]
applications/luci-app-ushare/luasrc/model/cbi/ushare.lua [moved from applications/luci-ushare/luasrc/model/cbi/ushare.lua with 100% similarity]
applications/luci-app-ushare/po/ca/ushare.po [moved from po/ca/ushare.po with 100% similarity]
applications/luci-app-ushare/po/cs/ushare.po [moved from po/cs/ushare.po with 100% similarity]
applications/luci-app-ushare/po/de/ushare.po [moved from po/de/ushare.po with 100% similarity]
applications/luci-app-ushare/po/el/ushare.po [moved from po/el/ushare.po with 100% similarity]
applications/luci-app-ushare/po/en/ushare.po [moved from po/en/ushare.po with 100% similarity]
applications/luci-app-ushare/po/es/ushare.po [moved from po/es/ushare.po with 100% similarity]
applications/luci-app-ushare/po/fr/ushare.po [moved from po/fr/ushare.po with 100% similarity]
applications/luci-app-ushare/po/he/ushare.po [moved from po/he/ushare.po with 100% similarity]
applications/luci-app-ushare/po/hu/ushare.po [moved from po/hu/ushare.po with 100% similarity]
applications/luci-app-ushare/po/it/ushare.po [moved from po/it/ushare.po with 100% similarity]
applications/luci-app-ushare/po/ja/ushare.po [moved from po/ja/ushare.po with 100% similarity]
applications/luci-app-ushare/po/ms/ushare.po [moved from po/ms/ushare.po with 100% similarity]
applications/luci-app-ushare/po/no/ushare.po [moved from po/no/ushare.po with 100% similarity]
applications/luci-app-ushare/po/pl/ushare.po [moved from po/pl/ushare.po with 100% similarity]
applications/luci-app-ushare/po/pt-br/ushare.po [moved from po/pt_BR/ushare.po with 100% similarity]
applications/luci-app-ushare/po/pt/ushare.po [moved from po/pt/ushare.po with 100% similarity]
applications/luci-app-ushare/po/ro/ushare.po [moved from po/ro/ushare.po with 100% similarity]
applications/luci-app-ushare/po/ru/ushare.po [moved from po/ru/ushare.po with 100% similarity]
applications/luci-app-ushare/po/sk/ushare.po [moved from po/sk/ushare.po with 100% similarity]
applications/luci-app-ushare/po/sv/ushare.po [moved from po/sv/ushare.po with 100% similarity]
applications/luci-app-ushare/po/templates/ushare.pot [new file with mode: 0644]
applications/luci-app-ushare/po/tr/ushare.po [moved from po/tr/ushare.po with 100% similarity]
applications/luci-app-ushare/po/uk/ushare.po [moved from po/uk/ushare.po with 100% similarity]
applications/luci-app-ushare/po/vi/ushare.po [moved from po/vi/ushare.po with 100% similarity]
applications/luci-app-ushare/po/zh-cn/ushare.po [moved from po/zh_CN/ushare.po with 100% similarity]
applications/luci-app-ushare/po/zh-tw/ushare.po [moved from po/zh_TW/ushare.po with 100% similarity]
applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare [moved from applications/luci-ushare/root/etc/uci-defaults/luci-ushare with 100% similarity]
applications/luci-app-vnstat/Makefile [new file with mode: 0644]
applications/luci-app-vnstat/ipkg/postinst [moved from applications/luci-vnstat/ipkg/postinst with 100% similarity]
applications/luci-app-vnstat/luasrc/controller/vnstat.lua [moved from applications/luci-vnstat/luasrc/controller/vnstat.lua with 100% similarity]
applications/luci-app-vnstat/luasrc/model/cbi/vnstat.lua [moved from applications/luci-vnstat/luasrc/model/cbi/vnstat.lua with 100% similarity]
applications/luci-app-vnstat/luasrc/view/vnstat.htm [moved from applications/luci-vnstat/luasrc/view/vnstat.htm with 100% similarity]
applications/luci-app-vnstat/po/ca/vnstat.po [moved from po/ca/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/cs/vnstat.po [moved from po/cs/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/de/vnstat.po [moved from po/de/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/el/vnstat.po [moved from po/el/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/en/vnstat.po [moved from po/en/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/es/vnstat.po [moved from po/es/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/fr/vnstat.po [moved from po/fr/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/he/vnstat.po [moved from po/he/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/hu/vnstat.po [moved from po/hu/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/it/vnstat.po [moved from po/it/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/ja/vnstat.po [moved from po/ja/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/ms/vnstat.po [moved from po/ms/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/no/vnstat.po [moved from po/no/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/pl/vnstat.po [moved from po/pl/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/pt-br/vnstat.po [moved from po/pt_BR/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/pt/vnstat.po [moved from po/pt/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/ro/vnstat.po [moved from po/ro/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/ru/vnstat.po [moved from po/ru/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/sk/vnstat.po [moved from po/sk/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/sv/vnstat.po [moved from po/sv/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/templates/vnstat.pot [new file with mode: 0644]
applications/luci-app-vnstat/po/tr/vnstat.po [moved from po/tr/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/uk/vnstat.po [moved from po/uk/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/vi/vnstat.po [moved from po/vi/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/zh-cn/vnstat.po [moved from po/zh_CN/vnstat.po with 100% similarity]
applications/luci-app-vnstat/po/zh-tw/vnstat.po [moved from po/zh_TW/vnstat.po with 100% similarity]
applications/luci-app-vnstat/root/etc/uci-defaults/luci-vnstat [moved from applications/luci-vnstat/root/etc/uci-defaults/luci-vnstat with 100% similarity]
applications/luci-app-voice-core/Makefile [new file with mode: 0644]
applications/luci-app-voice-core/luasrc/controller/luci_voice.lua [moved from applications/luci-voice-core/luasrc/controller/luci_voice.lua with 100% similarity]
applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm [moved from applications/luci-voice-core/luasrc/view/luci_voice/index.htm with 100% similarity]
applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm [moved from applications/luci-voice-core/luasrc/view/luci_voice/phone_index.htm with 100% similarity]
applications/luci-app-voice-core/po/ca/voice_core.po [moved from po/ca/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/cs/voice_core.po [moved from po/cs/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/de/voice_core.po [moved from po/de/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/el/voice_core.po [moved from po/el/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/en/voice_core.po [moved from po/en/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/es/voice_core.po [moved from po/es/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/fr/voice_core.po [moved from po/fr/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/he/voice_core.po [moved from po/he/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/hu/voice_core.po [moved from po/hu/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/it/voice_core.po [moved from po/it/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/ja/voice_core.po [moved from po/ja/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/ms/voice_core.po [moved from po/ms/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/no/voice_core.po [moved from po/no/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/pl/voice_core.po [moved from po/pl/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/pt-br/voice_core.po [moved from po/pt_BR/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/pt/voice_core.po [moved from po/pt/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/ro/voice_core.po [moved from po/ro/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/ru/voice_core.po [moved from po/ru/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/sk/voice_core.po [moved from po/sk/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/sv/voice_core.po [moved from po/sv/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/templates/voice_core.pot [new file with mode: 0644]
applications/luci-app-voice-core/po/tr/voice_core.po [moved from po/tr/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/uk/voice_core.po [moved from po/uk/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/vi/voice_core.po [moved from po/vi/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/zh-cn/voice_core.po [moved from po/zh_CN/voice_core.po with 100% similarity]
applications/luci-app-voice-core/po/zh-tw/voice_core.po [moved from po/zh_TW/voice_core.po with 100% similarity]
applications/luci-app-voice-diag/Makefile [new file with mode: 0644]
applications/luci-app-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua [moved from applications/luci-voice-diag/luasrc/controller/luci_voice/luci_voice_diag.lua with 100% similarity]
applications/luci-app-voice-diag/luasrc/view/luci_voice/diag_index.htm [moved from applications/luci-voice-diag/luasrc/view/luci_voice/diag_index.htm with 100% similarity]
applications/luci-app-voice-diag/po/ca/voice_diag.po [moved from po/ca/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/cs/voice_diag.po [moved from po/cs/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/de/voice_diag.po [moved from po/de/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/el/voice_diag.po [moved from po/el/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/en/voice_diag.po [moved from po/en/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/es/voice_diag.po [moved from po/es/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/fr/voice_diag.po [moved from po/fr/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/he/voice_diag.po [moved from po/he/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/hu/voice_diag.po [moved from po/hu/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/it/voice_diag.po [moved from po/it/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/ja/voice_diag.po [moved from po/ja/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/ms/voice_diag.po [moved from po/ms/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/no/voice_diag.po [moved from po/no/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/pl/voice_diag.po [moved from po/pl/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/pt-br/voice_diag.po [moved from po/pt_BR/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/pt/voice_diag.po [moved from po/pt/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/ro/voice_diag.po [moved from po/ro/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/ru/voice_diag.po [moved from po/ru/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/sk/voice_diag.po [moved from po/sk/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/sv/voice_diag.po [moved from po/sv/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/templates/voice_diag.pot [new file with mode: 0644]
applications/luci-app-voice-diag/po/tr/voice_diag.po [moved from po/tr/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/uk/voice_diag.po [moved from po/uk/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/vi/voice_diag.po [moved from po/vi/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/zh-cn/voice_diag.po [moved from po/zh_CN/voice_diag.po with 100% similarity]
applications/luci-app-voice-diag/po/zh-tw/voice_diag.po [moved from po/zh_TW/voice_diag.po with 100% similarity]
applications/luci-app-watchcat/Makefile [new file with mode: 0644]
applications/luci-app-watchcat/ipkg/postinst [moved from applications/luci-watchcat/ipkg/postinst with 100% similarity]
applications/luci-app-watchcat/luasrc/controller/watchcat.lua [moved from applications/luci-watchcat/luasrc/controller/watchcat.lua with 100% similarity]
applications/luci-app-watchcat/luasrc/model/cbi/watchcat/watchcat.lua [moved from applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua with 100% similarity]
applications/luci-app-watchcat/po/ca/watchcat.po [moved from po/ca/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/cs/watchcat.po [moved from po/cs/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/de/watchcat.po [moved from po/de/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/el/watchcat.po [moved from po/el/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/en/watchcat.po [moved from po/en/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/es/watchcat.po [moved from po/es/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/fr/watchcat.po [moved from po/fr/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/he/watchcat.po [moved from po/he/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/hu/watchcat.po [moved from po/hu/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/it/watchcat.po [moved from po/it/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/ja/watchcat.po [moved from po/ja/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/ms/watchcat.po [moved from po/ms/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/no/watchcat.po [moved from po/no/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/pl/watchcat.po [moved from po/pl/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/pt-br/watchcat.po [moved from po/pt_BR/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/pt/watchcat.po [moved from po/pt/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/ro/watchcat.po [moved from po/ro/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/ru/watchcat.po [moved from po/ru/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/sk/watchcat.po [moved from po/sk/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/sv/watchcat.po [moved from po/sv/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/templates/watchcat.pot [new file with mode: 0644]
applications/luci-app-watchcat/po/tr/watchcat.po [moved from po/tr/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/uk/watchcat.po [moved from po/uk/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/vi/watchcat.po [moved from po/vi/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/zh-cn/watchcat.po [moved from po/zh_CN/watchcat.po with 100% similarity]
applications/luci-app-watchcat/po/zh-tw/watchcat.po [moved from po/zh_TW/watchcat.po with 100% similarity]
applications/luci-app-watchcat/root/etc/uci-defaults/luci-watchcat [moved from applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat with 100% similarity]
applications/luci-app-wol/Makefile [new file with mode: 0644]
applications/luci-app-wol/luasrc/controller/wol.lua [moved from applications/luci-wol/luasrc/controller/wol.lua with 100% similarity]
applications/luci-app-wol/luasrc/model/cbi/wol.lua [moved from applications/luci-wol/luasrc/model/cbi/wol.lua with 100% similarity]
applications/luci-app-wol/po/ca/wol.po [moved from po/ca/wol.po with 100% similarity]
applications/luci-app-wol/po/cs/wol.po [moved from po/cs/wol.po with 100% similarity]
applications/luci-app-wol/po/de/wol.po [moved from po/de/wol.po with 100% similarity]
applications/luci-app-wol/po/el/wol.po [moved from po/el/wol.po with 100% similarity]
applications/luci-app-wol/po/en/wol.po [moved from po/en/wol.po with 100% similarity]
applications/luci-app-wol/po/es/wol.po [moved from po/es/wol.po with 100% similarity]
applications/luci-app-wol/po/fr/wol.po [moved from po/fr/wol.po with 100% similarity]
applications/luci-app-wol/po/he/wol.po [moved from po/he/wol.po with 100% similarity]
applications/luci-app-wol/po/hu/wol.po [moved from po/hu/wol.po with 100% similarity]
applications/luci-app-wol/po/it/wol.po [moved from po/it/wol.po with 100% similarity]
applications/luci-app-wol/po/ja/wol.po [moved from po/ja/wol.po with 100% similarity]
applications/luci-app-wol/po/ms/wol.po [moved from po/ms/wol.po with 100% similarity]
applications/luci-app-wol/po/no/wol.po [moved from po/no/wol.po with 100% similarity]
applications/luci-app-wol/po/pl/wol.po [moved from po/pl/wol.po with 100% similarity]
applications/luci-app-wol/po/pt-br/wol.po [moved from po/pt_BR/wol.po with 100% similarity]
applications/luci-app-wol/po/pt/wol.po [moved from po/pt/wol.po with 100% similarity]
applications/luci-app-wol/po/ro/wol.po [moved from po/ro/wol.po with 100% similarity]
applications/luci-app-wol/po/ru/wol.po [moved from po/ru/wol.po with 100% similarity]
applications/luci-app-wol/po/sk/wol.po [moved from po/sk/wol.po with 100% similarity]
applications/luci-app-wol/po/sv/wol.po [moved from po/sv/wol.po with 100% similarity]
applications/luci-app-wol/po/templates/wol.pot [new file with mode: 0644]
applications/luci-app-wol/po/tr/wol.po [moved from po/tr/wol.po with 100% similarity]
applications/luci-app-wol/po/uk/wol.po [moved from po/uk/wol.po with 100% similarity]
applications/luci-app-wol/po/vi/wol.po [moved from po/vi/wol.po with 100% similarity]
applications/luci-app-wol/po/zh-cn/wol.po [moved from po/zh_CN/wol.po with 100% similarity]
applications/luci-app-wol/po/zh-tw/wol.po [moved from po/zh_TW/wol.po with 100% similarity]
applications/luci-app-wshaper/Makefile [new file with mode: 0644]
applications/luci-app-wshaper/ipkg/postinst [moved from applications/luci-wshaper/ipkg/postinst with 100% similarity]
applications/luci-app-wshaper/luasrc/controller/wshaper.lua [moved from applications/luci-wshaper/luasrc/controller/wshaper.lua with 100% similarity]
applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua [moved from applications/luci-wshaper/luasrc/model/cbi/wshaper.lua with 100% similarity]
applications/luci-app-wshaper/po/ca/wshaper.po [moved from po/ca/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/cs/wshaper.po [moved from po/cs/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/de/wshaper.po [moved from po/de/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/el/wshaper.po [moved from po/el/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/en/wshaper.po [moved from po/en/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/es/wshaper.po [moved from po/es/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/fr/wshaper.po [moved from po/fr/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/he/wshaper.po [moved from po/he/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/hu/wshaper.po [moved from po/hu/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/it/wshaper.po [moved from po/it/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/ja/wshaper.po [moved from po/ja/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/ms/wshaper.po [moved from po/ms/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/no/wshaper.po [moved from po/no/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/pl/wshaper.po [moved from po/pl/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/pt-br/wshaper.po [moved from po/pt_BR/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/pt/wshaper.po [moved from po/pt/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/ro/wshaper.po [moved from po/ro/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/ru/wshaper.po [moved from po/ru/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/sk/wshaper.po [moved from po/sk/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/sv/wshaper.po [moved from po/sv/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/templates/wshaper.pot [new file with mode: 0644]
applications/luci-app-wshaper/po/tr/wshaper.po [moved from po/tr/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/uk/wshaper.po [moved from po/uk/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/vi/wshaper.po [moved from po/vi/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/zh-cn/wshaper.po [moved from po/zh_CN/wshaper.po with 100% similarity]
applications/luci-app-wshaper/po/zh-tw/wshaper.po [moved from po/zh_TW/wshaper.po with 100% similarity]
applications/luci-app-wshaper/root/etc/uci-defaults/wshaper [moved from applications/luci-wshaper/root/etc/uci-defaults/wshaper with 100% similarity]
applications/luci-asterisk/Makefile [deleted file]
applications/luci-commands/Makefile [deleted file]
applications/luci-coovachilli/Makefile [deleted file]
applications/luci-ddns/Makefile [deleted file]
applications/luci-ddns/ipkg/postinst-pkg [deleted file]
applications/luci-ddns/root/etc/uci-defaults/luci-ddns [deleted file]
applications/luci-diag-core/Makefile [deleted file]
applications/luci-diag-devinfo/Makefile [deleted file]
applications/luci-dump1090/Makefile [deleted file]
applications/luci-firewall/Makefile [deleted file]
applications/luci-freifunk-diagnostics/Makefile [deleted file]
applications/luci-freifunk-policyrouting/Makefile [deleted file]
applications/luci-freifunk-widgets/Makefile [deleted file]
applications/luci-hd-idle/Makefile [deleted file]
applications/luci-ltqtapi/Makefile [deleted file]
applications/luci-meshwizard/Makefile [deleted file]
applications/luci-minidlna/Makefile [deleted file]
applications/luci-mjpg-streamer/Makefile [deleted file]
applications/luci-mmc-over-gpio/Makefile [deleted file]
applications/luci-multiwan/Makefile [deleted file]
applications/luci-ntpc/Makefile [deleted file]
applications/luci-ocserv/Makefile [deleted file]
applications/luci-olsr-services/Makefile [deleted file]
applications/luci-olsr-viz/Makefile [deleted file]
applications/luci-olsr/Makefile [deleted file]
applications/luci-openvpn/Makefile [deleted file]
applications/luci-p2pblock/Makefile [deleted file]
applications/luci-p910nd/Makefile [deleted file]
applications/luci-pbx-voicemail/Makefile [deleted file]
applications/luci-pbx/Makefile [deleted file]
applications/luci-polipo/Makefile [deleted file]
applications/luci-qos/Makefile [deleted file]
applications/luci-radvd/Makefile [deleted file]
applications/luci-samba/Makefile [deleted file]
applications/luci-shairplay/Makefile [deleted file]
applications/luci-shairport/Makefile [deleted file]
applications/luci-siitwizard/Makefile [deleted file]
applications/luci-splash/Makefile [deleted file]
applications/luci-statistics/Makefile [deleted file]
applications/luci-tinyproxy/Makefile [deleted file]
applications/luci-transmission/Makefile [deleted file]
applications/luci-udpxy/Makefile [deleted file]
applications/luci-upnp/Makefile [deleted file]
applications/luci-ushare/Makefile [deleted file]
applications/luci-vnstat/Makefile [deleted file]
applications/luci-voice-core/Makefile [deleted file]
applications/luci-voice-diag/Makefile [deleted file]
applications/luci-watchcat/Makefile [deleted file]
applications/luci-wol/Makefile [deleted file]
applications/luci-wshaper/Makefile [deleted file]
applications/myapplication/Makefile [deleted file]
build/mkversion.sh [deleted file]
collections/luci-light/Makefile [new file with mode: 0644]
collections/luci-ssl/Makefile [new file with mode: 0644]
collections/luci/Makefile [new file with mode: 0644]
libs/httpclient/Makefile [deleted file]
libs/json/Makefile [deleted file]
libs/luaneightbl/Makefile [deleted file]
libs/luci-lib-httpclient/Makefile [new file with mode: 0644]
libs/luci-lib-httpclient/luasrc/httpclient.lua [moved from libs/httpclient/luasrc/httpclient.lua with 100% similarity]
libs/luci-lib-httpclient/luasrc/httpclient/receiver.lua [moved from libs/httpclient/luasrc/httpclient/receiver.lua with 100% similarity]
libs/luci-lib-json/Makefile [new file with mode: 0644]
libs/luci-lib-json/luasrc/json.lua [moved from libs/json/luasrc/json.lua with 100% similarity]
libs/luci-lib-luaneightbl/Makefile [new file with mode: 0644]
libs/luci-lib-luaneightbl/src/neightbl.c [moved from libs/luaneightbl/src/neightbl.c with 100% similarity]
libs/luci-lib-nixio/.gitignore [moved from libs/nixio/.gitignore with 100% similarity]
libs/luci-lib-nixio/LICENSE [moved from libs/nixio/LICENSE with 100% similarity]
libs/luci-lib-nixio/Makefile [new file with mode: 0644]
libs/luci-lib-nixio/NOTICE [moved from libs/nixio/NOTICE with 100% similarity]
libs/luci-lib-nixio/README [moved from libs/nixio/README with 100% similarity]
libs/luci-lib-nixio/axTLS/Makefile [moved from libs/nixio/axTLS/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/README [moved from libs/nixio/axTLS/README with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/Config.in [moved from libs/nixio/axTLS/bindings/Config.in with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/Makefile [moved from libs/nixio/axTLS/bindings/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/README [moved from libs/nixio/axTLS/bindings/README with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/csharp/Makefile [moved from libs/nixio/axTLS/bindings/csharp/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/csharp/axTLS.cs [moved from libs/nixio/axTLS/bindings/csharp/axTLS.cs with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/generate_SWIG_interface.pl [moved from libs/nixio/axTLS/bindings/generate_SWIG_interface.pl with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/generate_interface.pl [moved from libs/nixio/axTLS/bindings/generate_interface.pl with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/Makefile [moved from libs/nixio/axTLS/bindings/java/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSL.java [moved from libs/nixio/axTLS/bindings/java/SSL.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSLCTX.java [moved from libs/nixio/axTLS/bindings/java/SSLCTX.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSLClient.java [moved from libs/nixio/axTLS/bindings/java/SSLClient.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSLReadHolder.java [moved from libs/nixio/axTLS/bindings/java/SSLReadHolder.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSLServer.java [moved from libs/nixio/axTLS/bindings/java/SSLServer.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/java/SSLUtil.java [moved from libs/nixio/axTLS/bindings/java/SSLUtil.java with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/lua/Makefile [moved from libs/nixio/axTLS/bindings/lua/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/perl/Makefile [moved from libs/nixio/axTLS/bindings/perl/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/vbnet/Makefile [moved from libs/nixio/axTLS/bindings/vbnet/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/bindings/vbnet/axTLSvb.vb [moved from libs/nixio/axTLS/bindings/vbnet/axTLSvb.vb with 100% similarity]
libs/luci-lib-nixio/axTLS/config/.config [moved from libs/nixio/axTLS/config/.config with 100% similarity]
libs/luci-lib-nixio/axTLS/config/Config.in [moved from libs/nixio/axTLS/config/Config.in with 100% similarity]
libs/luci-lib-nixio/axTLS/config/JMeter.jmx [moved from libs/nixio/axTLS/config/JMeter.jmx with 100% similarity]
libs/luci-lib-nixio/axTLS/config/Rules.mak [moved from libs/nixio/axTLS/config/Rules.mak with 100% similarity]
libs/luci-lib-nixio/axTLS/config/axhttpd.aip [moved from libs/nixio/axTLS/config/axhttpd.aip with 100% similarity]
libs/luci-lib-nixio/axTLS/config/axtls.RES [moved from libs/nixio/axTLS/config/axtls.RES with 100% similarity]
libs/luci-lib-nixio/axTLS/config/axtls.rc [moved from libs/nixio/axTLS/config/axtls.rc with 100% similarity]
libs/luci-lib-nixio/axTLS/config/config.h [moved from libs/nixio/axTLS/config/config.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/linuxconfig [moved from libs/nixio/axTLS/config/linuxconfig with 100% similarity]
libs/luci-lib-nixio/axTLS/config/makefile.conf [moved from libs/nixio/axTLS/config/makefile.conf with 100% similarity]
libs/luci-lib-nixio/axTLS/config/makefile.dotnet.conf [moved from libs/nixio/axTLS/config/makefile.dotnet.conf with 100% similarity]
libs/luci-lib-nixio/axTLS/config/makefile.java.conf [moved from libs/nixio/axTLS/config/makefile.java.conf with 100% similarity]
libs/luci-lib-nixio/axTLS/config/makefile.post [moved from libs/nixio/axTLS/config/makefile.post with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/Kconfig-language.txt [moved from libs/nixio/axTLS/config/scripts/config/Kconfig-language.txt with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/Makefile [moved from libs/nixio/axTLS/config/scripts/config/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/conf.c [moved from libs/nixio/axTLS/config/scripts/config/conf.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/confdata.c [moved from libs/nixio/axTLS/config/scripts/config/confdata.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/expr.c [moved from libs/nixio/axTLS/config/scripts/config/expr.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/expr.h [moved from libs/nixio/axTLS/config/scripts/config/expr.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lex.zconf.c_shipped [moved from libs/nixio/axTLS/config/scripts/config/lex.zconf.c_shipped with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lkc.h [moved from libs/nixio/axTLS/config/scripts/config/lkc.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lkc_proto.h [moved from libs/nixio/axTLS/config/scripts/config/lkc_proto.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/BIG.FAT.WARNING [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/BIG.FAT.WARNING with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/checklist.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/checklist.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/colors.h [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/colors.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/dialog.h [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/dialog.h with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/inputbox.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/inputbox.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/menubox.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/menubox.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/msgbox.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/msgbox.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/textbox.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/textbox.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/util.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/util.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/lxdialog/yesno.c [moved from libs/nixio/axTLS/config/scripts/config/lxdialog/yesno.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/mconf.c [moved from libs/nixio/axTLS/config/scripts/config/mconf.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/menu.c [moved from libs/nixio/axTLS/config/scripts/config/menu.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/mkconfigs [moved from libs/nixio/axTLS/config/scripts/config/mkconfigs with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/symbol.c [moved from libs/nixio/axTLS/config/scripts/config/symbol.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/util.c [moved from libs/nixio/axTLS/config/scripts/config/util.c with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.l [moved from libs/nixio/axTLS/config/scripts/config/zconf.l with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.c_shipped [moved from libs/nixio/axTLS/config/scripts/config/zconf.tab.c_shipped with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.tab.h_shipped [moved from libs/nixio/axTLS/config/scripts/config/zconf.tab.h_shipped with 100% similarity]
libs/luci-lib-nixio/axTLS/config/scripts/config/zconf.y [moved from libs/nixio/axTLS/config/scripts/config/zconf.y with 100% similarity]
libs/luci-lib-nixio/axTLS/config/win32config [moved from libs/nixio/axTLS/config/win32config with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/Makefile [moved from libs/nixio/axTLS/crypto/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/aes.c [moved from libs/nixio/axTLS/crypto/aes.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/bigint.c [moved from libs/nixio/axTLS/crypto/bigint.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/bigint.h [moved from libs/nixio/axTLS/crypto/bigint.h with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/bigint_impl.h [moved from libs/nixio/axTLS/crypto/bigint_impl.h with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/crypto.h [moved from libs/nixio/axTLS/crypto/crypto.h with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/crypto_misc.c [moved from libs/nixio/axTLS/crypto/crypto_misc.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/hmac.c [moved from libs/nixio/axTLS/crypto/hmac.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/md2.c [moved from libs/nixio/axTLS/crypto/md2.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/md5.c [moved from libs/nixio/axTLS/crypto/md5.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/rc4.c [moved from libs/nixio/axTLS/crypto/rc4.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/rsa.c [moved from libs/nixio/axTLS/crypto/rsa.c with 100% similarity]
libs/luci-lib-nixio/axTLS/crypto/sha1.c [moved from libs/nixio/axTLS/crypto/sha1.c with 100% similarity]
libs/luci-lib-nixio/axTLS/docsrc/Makefile [moved from libs/nixio/axTLS/docsrc/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/docsrc/axTLS.dox [moved from libs/nixio/axTLS/docsrc/axTLS.dox with 100% similarity]
libs/luci-lib-nixio/axTLS/docsrc/doco_footer.html [moved from libs/nixio/axTLS/docsrc/doco_footer.html with 100% similarity]
libs/luci-lib-nixio/axTLS/docsrc/images/axolotl.jpg [moved from libs/nixio/axTLS/docsrc/images/axolotl.jpg with 100% similarity]
libs/luci-lib-nixio/axTLS/docsrc/images/tsbasbw.gif [moved from libs/nixio/axTLS/docsrc/images/tsbasbw.gif with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/Config.in [moved from libs/nixio/axTLS/httpd/Config.in with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/Makefile [moved from libs/nixio/axTLS/httpd/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/axhttp.h [moved from libs/nixio/axTLS/httpd/axhttp.h with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/axhttpd.c [moved from libs/nixio/axTLS/httpd/axhttpd.c with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/htpasswd.c [moved from libs/nixio/axTLS/httpd/htpasswd.c with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/kepler-1.1-snapshot-20070521-1825.tar.gz [moved from libs/nixio/axTLS/httpd/kepler-1.1-snapshot-20070521-1825.tar.gz with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/kepler.patch [moved from libs/nixio/axTLS/httpd/kepler.patch with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/proc.c [moved from libs/nixio/axTLS/httpd/proc.c with 100% similarity]
libs/luci-lib-nixio/axTLS/httpd/tdate_parse.c [moved from libs/nixio/axTLS/httpd/tdate_parse.c with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/Config.in [moved from libs/nixio/axTLS/samples/Config.in with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/Makefile [moved from libs/nixio/axTLS/samples/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/c/Makefile [moved from libs/nixio/axTLS/samples/c/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/c/axssl.c [moved from libs/nixio/axTLS/samples/c/axssl.c with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/csharp/Makefile [moved from libs/nixio/axTLS/samples/csharp/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/csharp/axssl.cs [moved from libs/nixio/axTLS/samples/csharp/axssl.cs with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/java/Makefile [moved from libs/nixio/axTLS/samples/java/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/java/axssl.java [moved from libs/nixio/axTLS/samples/java/axssl.java with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/java/manifest.mf [moved from libs/nixio/axTLS/samples/java/manifest.mf with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/lua/Makefile [moved from libs/nixio/axTLS/samples/lua/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/lua/axssl.lua [moved from libs/nixio/axTLS/samples/lua/axssl.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/perl/Makefile [moved from libs/nixio/axTLS/samples/perl/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/perl/axssl.pl [moved from libs/nixio/axTLS/samples/perl/axssl.pl with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/vbnet/Makefile [moved from libs/nixio/axTLS/samples/vbnet/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/samples/vbnet/axssl.vb [moved from libs/nixio/axTLS/samples/vbnet/axssl.vb with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/BigIntConfig.in [moved from libs/nixio/axTLS/ssl/BigIntConfig.in with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/Config.in [moved from libs/nixio/axTLS/ssl/Config.in with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/Makefile [moved from libs/nixio/axTLS/ssl/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/asn1.c [moved from libs/nixio/axTLS/ssl/asn1.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/cert.h [moved from libs/nixio/axTLS/ssl/cert.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/crypto_misc.h [moved from libs/nixio/axTLS/ssl/crypto_misc.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/gen_cert.c [moved from libs/nixio/axTLS/ssl/gen_cert.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/loader.c [moved from libs/nixio/axTLS/ssl/loader.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/openssl.c [moved from libs/nixio/axTLS/ssl/openssl.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/os_port.c [moved from libs/nixio/axTLS/ssl/os_port.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/os_port.h [moved from libs/nixio/axTLS/ssl/os_port.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/p12.c [moved from libs/nixio/axTLS/ssl/p12.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/private_key.h [moved from libs/nixio/axTLS/ssl/private_key.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/ssl.h [moved from libs/nixio/axTLS/ssl/ssl.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/Makefile [moved from libs/nixio/axTLS/ssl/test/Makefile with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_key.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.ca_key.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.ca_x509.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.ca_x509.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.ca_x509.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key [moved from libs/nixio/axTLS/ssl/test/axTLS.device_key with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.device_key.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.device_key.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted.p8 [moved from libs/nixio/axTLS/ssl/test/axTLS.encrypted.p8 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.encrypted_pem.p8 [moved from libs/nixio/axTLS/ssl/test/axTLS.encrypted_pem.p8 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024 [moved from libs/nixio/axTLS/ssl/test/axTLS.key_1024 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_1024.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_1024.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048 [moved from libs/nixio/axTLS/ssl/test/axTLS.key_2048 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_2048.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_2048.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096 [moved from libs/nixio/axTLS/ssl/test/axTLS.key_4096 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_4096.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_4096.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512 [moved from libs/nixio/axTLS/ssl/test/axTLS.key_512 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_512.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_512.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes128.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_aes128.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.key_aes256.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.key_aes256.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.noname.p12 [moved from libs/nixio/axTLS/ssl/test/axTLS.noname.p12 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted.p8 [moved from libs/nixio/axTLS/ssl/test/axTLS.unencrypted.p8 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.unencrypted_pem.p8 [moved from libs/nixio/axTLS/ssl/test/axTLS.unencrypted_pem.p8 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withCA.p12 [moved from libs/nixio/axTLS/ssl/test/axTLS.withCA.p12 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.withoutCA.p12 [moved from libs/nixio/axTLS/ssl/test/axTLS.withoutCA.p12 with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_1024.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_1024.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_1024.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_2048.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_2048.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_2048.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_4096.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_4096.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_4096.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_512.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_512.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_512.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes128.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_aes128.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_aes256.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_aes256.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_after.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_bad_after.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_bad_before.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_bad_before.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.cer [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_device.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/axTLS.x509_device.pem [moved from libs/nixio/axTLS/ssl/test/axTLS.x509_device.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/datatest.c [moved from libs/nixio/axTLS/ssl/test/datatest.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/datatest.c.old [moved from libs/nixio/axTLS/ssl/test/datatest.c.old with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/deutsche_telecom.x509_ca [moved from libs/nixio/axTLS/ssl/test/deutsche_telecom.x509_ca with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/equifax.x509_ca [moved from libs/nixio/axTLS/ssl/test/equifax.x509_ca with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/gnutls.cer [moved from libs/nixio/axTLS/ssl/test/gnutls.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/header_issue.dat [moved from libs/nixio/axTLS/ssl/test/header_issue.dat with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/killopenssl.sh [moved from libs/nixio/axTLS/ssl/test/killopenssl.sh with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/make_certs.sh [moved from libs/nixio/axTLS/ssl/test/make_certs.sh with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca [moved from libs/nixio/axTLS/ssl/test/microsoft.x509_ca with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/microsoft.x509_ca.pem [moved from libs/nixio/axTLS/ssl/test/microsoft.x509_ca.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/ms_iis.cer [moved from libs/nixio/axTLS/ssl/test/ms_iis.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/perf_bigint.c [moved from libs/nixio/axTLS/ssl/test/perf_bigint.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/socgen.cer [moved from libs/nixio/axTLS/ssl/test/socgen.cer with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c [moved from libs/nixio/axTLS/ssl/test/ssltest.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/ssltest.c.bak [moved from libs/nixio/axTLS/ssl/test/ssltest.c.bak with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/test_axssl.sh [moved from libs/nixio/axTLS/ssl/test/test_axssl.sh with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/thawte.x509_ca [moved from libs/nixio/axTLS/ssl/test/thawte.x509_ca with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca [moved from libs/nixio/axTLS/ssl/test/verisign.x509_ca with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_ca.pem [moved from libs/nixio/axTLS/ssl/test/verisign.x509_ca.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert [moved from libs/nixio/axTLS/ssl/test/verisign.x509_my_cert with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/test/verisign.x509_my_cert.pem [moved from libs/nixio/axTLS/ssl/test/verisign.x509_my_cert.pem with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/tls1.c [moved from libs/nixio/axTLS/ssl/tls1.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/tls1.h [moved from libs/nixio/axTLS/ssl/tls1.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/tls1_clnt.c [moved from libs/nixio/axTLS/ssl/tls1_clnt.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/tls1_svr.c [moved from libs/nixio/axTLS/ssl/tls1_svr.c with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/version.h [moved from libs/nixio/axTLS/ssl/version.h with 100% similarity]
libs/luci-lib-nixio/axTLS/ssl/x509.c [moved from libs/nixio/axTLS/ssl/x509.c with 100% similarity]
libs/luci-lib-nixio/axTLS/www/bin/.htaccess [moved from libs/nixio/axTLS/www/bin/.htaccess with 100% similarity]
libs/luci-lib-nixio/axTLS/www/favicon.ico [moved from libs/nixio/axTLS/www/favicon.ico with 100% similarity]
libs/luci-lib-nixio/axTLS/www/index.html [moved from libs/nixio/axTLS/www/index.html with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/download.lua [moved from libs/nixio/axTLS/www/lua/download.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/env.lua [moved from libs/nixio/axTLS/www/lua/env.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/overview.lp [moved from libs/nixio/axTLS/www/lua/overview.lp with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/prepara_sql2.lua [moved from libs/nixio/axTLS/www/lua/prepara_sql2.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_conc.lua [moved from libs/nixio/axTLS/www/lua/test_conc.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lp [moved from libs/nixio/axTLS/www/lua/test_cookies.lp with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_cookies.lua [moved from libs/nixio/axTLS/www/lua/test_cookies.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_err.lua [moved from libs/nixio/axTLS/www/lua/test_err.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_fs.lua [moved from libs/nixio/axTLS/www/lua/test_fs.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_htk.lua [moved from libs/nixio/axTLS/www/lua/test_htk.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_lib.lua [moved from libs/nixio/axTLS/www/lua/test_lib.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_main.html [moved from libs/nixio/axTLS/www/lua/test_main.html with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_main.lp [moved from libs/nixio/axTLS/www/lua/test_main.lp with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_main.lua [moved from libs/nixio/axTLS/www/lua/test_main.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_session.lua [moved from libs/nixio/axTLS/www/lua/test_session.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_sql.lua [moved from libs/nixio/axTLS/www/lua/test_sql.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_sql2.lua [moved from libs/nixio/axTLS/www/lua/test_sql2.lua with 100% similarity]
libs/luci-lib-nixio/axTLS/www/lua/test_variables.lp [moved from libs/nixio/axTLS/www/lua/test_variables.lp with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/bin/.htaccess [moved from libs/nixio/axTLS/www/test_dir/bin/.htaccess with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htaccess [moved from libs/nixio/axTLS/www/test_dir/no_http/.htaccess with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/no_http/.htpasswd [moved from libs/nixio/axTLS/www/test_dir/no_http/.htpasswd with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/no_http/index.html [moved from libs/nixio/axTLS/www/test_dir/no_http/index.html with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/.htaccess [moved from libs/nixio/axTLS/www/test_dir/no_ssl/.htaccess with 100% similarity]
libs/luci-lib-nixio/axTLS/www/test_dir/no_ssl/index.html [moved from libs/nixio/axTLS/www/test_dir/no_ssl/index.html with 100% similarity]
libs/luci-lib-nixio/axtls-config/.config [moved from libs/nixio/axtls-config/.config with 100% similarity]
libs/luci-lib-nixio/axtls-config/config.h [moved from libs/nixio/axtls-config/config.h with 100% similarity]
libs/luci-lib-nixio/axtls-root/etc/nixio/rsa_main.der [moved from libs/nixio/axtls-root/etc/nixio/rsa_main.der with 100% similarity]
libs/luci-lib-nixio/docsrc/CHANGELOG.lua [moved from libs/nixio/docsrc/CHANGELOG.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/README.lua [moved from libs/nixio/docsrc/README.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.CryptoHash.lua [moved from libs/nixio/docsrc/nixio.CryptoHash.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.File.lua [moved from libs/nixio/docsrc/nixio.File.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.Socket.lua [moved from libs/nixio/docsrc/nixio.Socket.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.TLSContext.lua [moved from libs/nixio/docsrc/nixio.TLSContext.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.TLSSocket.lua [moved from libs/nixio/docsrc/nixio.TLSSocket.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.UnifiedIO.lua [moved from libs/nixio/docsrc/nixio.UnifiedIO.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.bin.lua [moved from libs/nixio/docsrc/nixio.bin.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.bit.lua [moved from libs/nixio/docsrc/nixio.bit.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.crypto.lua [moved from libs/nixio/docsrc/nixio.crypto.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.fs.lua [moved from libs/nixio/docsrc/nixio.fs.lua with 100% similarity]
libs/luci-lib-nixio/docsrc/nixio.lua [moved from libs/nixio/docsrc/nixio.lua with 100% similarity]
libs/luci-lib-nixio/nixio-0.3-1.rockspec [moved from libs/nixio/nixio-0.3-1.rockspec with 100% similarity]
libs/luci-lib-nixio/root/lib/upgrade/luci-add-conffiles.sh [moved from libs/nixio/root/lib/upgrade/luci-add-conffiles.sh with 100% similarity]
libs/luci-lib-nixio/root/usr/lib/lua/bit.lua [moved from libs/nixio/lua/bit.lua with 100% similarity]
libs/luci-lib-nixio/root/usr/lib/lua/nixio/fs.lua [moved from libs/nixio/lua/nixio/fs.lua with 100% similarity]
libs/luci-lib-nixio/root/usr/lib/lua/nixio/util.lua [moved from libs/nixio/lua/nixio/util.lua with 100% similarity]
libs/luci-lib-nixio/src/Makefile [new file with mode: 0644]
libs/luci-lib-nixio/src/address.c [moved from libs/nixio/src/address.c with 100% similarity]
libs/luci-lib-nixio/src/axtls-compat.c [moved from libs/nixio/src/axtls-compat.c with 100% similarity]
libs/luci-lib-nixio/src/axtls-compat.h [moved from libs/nixio/src/axtls-compat.h with 100% similarity]
libs/luci-lib-nixio/src/binary.c [moved from libs/nixio/src/binary.c with 100% similarity]
libs/luci-lib-nixio/src/bind.c [moved from libs/nixio/src/bind.c with 100% similarity]
libs/luci-lib-nixio/src/bit.c [moved from libs/nixio/src/bit.c with 100% similarity]
libs/luci-lib-nixio/src/cyassl-compat.c [moved from libs/nixio/src/cyassl-compat.c with 100% similarity]
libs/luci-lib-nixio/src/cyassl-compat.h [moved from libs/nixio/src/cyassl-compat.h with 100% similarity]
libs/luci-lib-nixio/src/file.c [moved from libs/nixio/src/file.c with 100% similarity]
libs/luci-lib-nixio/src/fs.c [moved from libs/nixio/src/fs.c with 100% similarity]
libs/luci-lib-nixio/src/io.c [moved from libs/nixio/src/io.c with 100% similarity]
libs/luci-lib-nixio/src/mingw-compat.c [moved from libs/nixio/src/mingw-compat.c with 100% similarity]
libs/luci-lib-nixio/src/mingw-compat.h [moved from libs/nixio/src/mingw-compat.h with 100% similarity]
libs/luci-lib-nixio/src/nixio-tls.h [moved from libs/nixio/src/nixio-tls.h with 100% similarity]
libs/luci-lib-nixio/src/nixio.c [moved from libs/nixio/src/nixio.c with 100% similarity]
libs/luci-lib-nixio/src/nixio.h [moved from libs/nixio/src/nixio.h with 100% similarity]
libs/luci-lib-nixio/src/poll.c [moved from libs/nixio/src/poll.c with 100% similarity]
libs/luci-lib-nixio/src/process.c [moved from libs/nixio/src/process.c with 100% similarity]
libs/luci-lib-nixio/src/protoent.c [moved from libs/nixio/src/protoent.c with 100% similarity]
libs/luci-lib-nixio/src/socket.c [moved from libs/nixio/src/socket.c with 100% similarity]
libs/luci-lib-nixio/src/sockopt.c [moved from libs/nixio/src/sockopt.c with 100% similarity]
libs/luci-lib-nixio/src/splice.c [moved from libs/nixio/src/splice.c with 100% similarity]
libs/luci-lib-nixio/src/syslog.c [moved from libs/nixio/src/syslog.c with 100% similarity]
libs/luci-lib-nixio/src/tls-context.c [moved from libs/nixio/src/tls-context.c with 100% similarity]
libs/luci-lib-nixio/src/tls-crypto.c [moved from libs/nixio/src/tls-crypto.c with 100% similarity]
libs/luci-lib-nixio/src/tls-socket.c [moved from libs/nixio/src/tls-socket.c with 100% similarity]
libs/luci-lib-nixio/src/user.c [moved from libs/nixio/src/user.c with 100% similarity]
libs/luci-lib-nixio/standalone.mk [moved from libs/nixio/standalone.mk with 100% similarity]
libs/luci-lib-px5g/Makefile [new file with mode: 0644]
libs/luci-lib-px5g/lua/px5g/util.lua [moved from libs/px5g/lua/px5g/util.lua with 100% similarity]
libs/luci-lib-px5g/root/usr/sbin/px5g-genkeys [moved from libs/px5g/root/usr/sbin/px5g-genkeys with 100% similarity]
libs/luci-lib-px5g/src/library/bignum.c [moved from libs/px5g/src/library/bignum.c with 100% similarity]
libs/luci-lib-px5g/src/library/havege.c [moved from libs/px5g/src/library/havege.c with 100% similarity]
libs/luci-lib-px5g/src/library/rsa.c [moved from libs/px5g/src/library/rsa.c with 100% similarity]
libs/luci-lib-px5g/src/library/sha1.c [moved from libs/px5g/src/library/sha1.c with 100% similarity]
libs/luci-lib-px5g/src/library/timing.c [moved from libs/px5g/src/library/timing.c with 100% similarity]
libs/luci-lib-px5g/src/library/x509write.c [moved from libs/px5g/src/library/x509write.c with 100% similarity]
libs/luci-lib-px5g/src/polarssl/bignum.h [moved from libs/px5g/src/polarssl/bignum.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/bn_mul.h [moved from libs/px5g/src/polarssl/bn_mul.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/config.h [moved from libs/px5g/src/polarssl/config.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/havege.h [moved from libs/px5g/src/polarssl/havege.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/rsa.h [moved from libs/px5g/src/polarssl/rsa.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/sha1.h [moved from libs/px5g/src/polarssl/sha1.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/timing.h [moved from libs/px5g/src/polarssl/timing.h with 100% similarity]
libs/luci-lib-px5g/src/polarssl/x509.h [moved from libs/px5g/src/polarssl/x509.h with 100% similarity]
libs/luci-lib-px5g/src/px5g.c [moved from libs/px5g/src/px5g.c with 100% similarity]
libs/luci-lib-px5g/src/px5g.h [moved from libs/px5g/src/px5g.h with 100% similarity]
libs/luci-lib-rpcc/Makefile [new file with mode: 0644]
libs/luci-lib-rpcc/luasrc/rpcc.lua [moved from libs/rpcc/luasrc/rpcc.lua with 100% similarity]
libs/luci-lib-rpcc/luasrc/rpcc/ruci.lua [moved from libs/rpcc/luasrc/rpcc/ruci.lua with 100% similarity]
libs/nixio/Makefile [deleted file]
libs/px5g/Makefile [deleted file]
libs/rpcc/Makefile [deleted file]
luci.mk [new file with mode: 0644]
modules/admin-full/Makefile [deleted file]
modules/admin-mini/Makefile [deleted file]
modules/base/Makefile [deleted file]
modules/failsafe/Makefile [deleted file]
modules/freifunk/Makefile [deleted file]
modules/luci-base/Makefile [new file with mode: 0644]
modules/luci-base/htdocs/cgi-bin/luci [moved from modules/base/htdocs/cgi-bin/luci with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi.js [moved from modules/base/htdocs/luci-static/resources/cbi.js with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/add.gif [moved from modules/base/htdocs/luci-static/resources/cbi/add.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/apply.gif [moved from modules/base/htdocs/luci-static/resources/cbi/apply.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/arrow.gif [moved from modules/base/htdocs/luci-static/resources/cbi/arrow.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/down.gif [moved from modules/base/htdocs/luci-static/resources/cbi/down.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/download.gif [moved from modules/base/htdocs/luci-static/resources/cbi/download.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/edit.gif [moved from modules/base/htdocs/luci-static/resources/cbi/edit.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/fieldadd.gif [moved from modules/base/htdocs/luci-static/resources/cbi/fieldadd.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/file.gif [moved from modules/base/htdocs/luci-static/resources/cbi/file.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/find.gif [moved from modules/base/htdocs/luci-static/resources/cbi/find.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/folder.gif [moved from modules/base/htdocs/luci-static/resources/cbi/folder.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/help.gif [moved from modules/base/htdocs/luci-static/resources/cbi/help.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/key.gif [moved from modules/base/htdocs/luci-static/resources/cbi/key.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/link.gif [moved from modules/base/htdocs/luci-static/resources/cbi/link.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/reload.gif [moved from modules/base/htdocs/luci-static/resources/cbi/reload.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/remove.gif [moved from modules/base/htdocs/luci-static/resources/cbi/remove.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/reset.gif [moved from modules/base/htdocs/luci-static/resources/cbi/reset.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/save.gif [moved from modules/base/htdocs/luci-static/resources/cbi/save.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/up.gif [moved from modules/base/htdocs/luci-static/resources/cbi/up.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/cbi/user.gif [moved from modules/base/htdocs/luci-static/resources/cbi/user.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/bridge.png [moved from modules/base/htdocs/luci-static/resources/icons/bridge.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/bridge_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/bridge_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/encryption.png [moved from modules/base/htdocs/luci-static/resources/icons/encryption.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/encryption_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/encryption_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/ethernet.png [moved from modules/base/htdocs/luci-static/resources/icons/ethernet.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/ethernet_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/ethernet_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/loading.gif [moved from modules/base/htdocs/luci-static/resources/icons/loading.gif with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/port_down.png [moved from modules/base/htdocs/luci-static/resources/icons/port_down.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/port_up.png [moved from modules/base/htdocs/luci-static/resources/icons/port_up.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-0-25.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-0-25.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-0.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-0.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-25-50.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-25-50.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-50-75.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-50-75.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-75-100.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-75-100.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/signal-none.png [moved from modules/base/htdocs/luci-static/resources/icons/signal-none.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/switch.png [moved from modules/base/htdocs/luci-static/resources/icons/switch.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/switch_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/switch_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/tunnel.png [moved from modules/base/htdocs/luci-static/resources/icons/tunnel.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/tunnel_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/tunnel_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/vlan.png [moved from modules/base/htdocs/luci-static/resources/icons/vlan.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/vlan_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/vlan_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/wifi.png [moved from modules/base/htdocs/luci-static/resources/icons/wifi.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/wifi_big.png [moved from modules/base/htdocs/luci-static/resources/icons/wifi_big.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/wifi_big_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/wifi_big_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/icons/wifi_disabled.png [moved from modules/base/htdocs/luci-static/resources/icons/wifi_disabled.png with 100% similarity]
modules/luci-base/htdocs/luci-static/resources/xhr.js [moved from modules/base/htdocs/luci-static/resources/xhr.js with 100% similarity]
modules/luci-base/luasrc/cacheloader.lua [moved from modules/base/luasrc/cacheloader.lua with 100% similarity]
modules/luci-base/luasrc/cbi.lua [moved from modules/base/luasrc/cbi.lua with 100% similarity]
modules/luci-base/luasrc/cbi/datatypes.lua [moved from modules/base/luasrc/cbi/datatypes.lua with 100% similarity]
modules/luci-base/luasrc/ccache.lua [moved from modules/base/luasrc/ccache.lua with 100% similarity]
modules/luci-base/luasrc/config.lua [moved from modules/base/luasrc/config.lua with 100% similarity]
modules/luci-base/luasrc/controller/admin/servicectl.lua [moved from modules/base/luasrc/controller/admin/servicectl.lua with 100% similarity]
modules/luci-base/luasrc/debug.lua [moved from modules/base/luasrc/debug.lua with 100% similarity]
modules/luci-base/luasrc/dispatcher.lua [moved from modules/base/luasrc/dispatcher.lua with 100% similarity]
modules/luci-base/luasrc/fs.lua [moved from modules/base/luasrc/fs.lua with 100% similarity]
modules/luci-base/luasrc/http.lua [moved from modules/base/luasrc/http.lua with 100% similarity]
modules/luci-base/luasrc/http/protocol.lua [moved from modules/base/luasrc/http/protocol.lua with 100% similarity]
modules/luci-base/luasrc/http/protocol/conditionals.lua [moved from modules/base/luasrc/http/protocol/conditionals.lua with 100% similarity]
modules/luci-base/luasrc/http/protocol/date.lua [moved from modules/base/luasrc/http/protocol/date.lua with 100% similarity]
modules/luci-base/luasrc/http/protocol/mime.lua [moved from modules/base/luasrc/http/protocol/mime.lua with 100% similarity]
modules/luci-base/luasrc/i18n.lua [moved from modules/base/luasrc/i18n.lua with 100% similarity]
modules/luci-base/luasrc/init.lua [moved from modules/base/luasrc/init.lua with 100% similarity]
modules/luci-base/luasrc/ip.lua [moved from modules/base/luasrc/ip.lua with 100% similarity]
modules/luci-base/luasrc/ltn12.lua [moved from modules/base/luasrc/ltn12.lua with 100% similarity]
modules/luci-base/luasrc/model/cbi/admin_network/proto_dhcp.lua [moved from modules/base/luasrc/model/cbi/admin_network/proto_dhcp.lua with 100% similarity]
modules/luci-base/luasrc/model/cbi/admin_network/proto_none.lua [moved from modules/base/luasrc/model/cbi/admin_network/proto_none.lua with 100% similarity]
modules/luci-base/luasrc/model/cbi/admin_network/proto_static.lua [moved from modules/base/luasrc/model/cbi/admin_network/proto_static.lua with 100% similarity]
modules/luci-base/luasrc/model/firewall.lua [moved from modules/base/luasrc/model/firewall.lua with 100% similarity]
modules/luci-base/luasrc/model/ipkg.lua [moved from modules/base/luasrc/model/ipkg.lua with 100% similarity]
modules/luci-base/luasrc/model/network.lua [moved from modules/base/luasrc/model/network.lua with 100% similarity]
modules/luci-base/luasrc/model/uci.lua [moved from modules/base/luasrc/model/uci.lua with 100% similarity]
modules/luci-base/luasrc/sauth.lua [moved from modules/base/luasrc/sauth.lua with 100% similarity]
modules/luci-base/luasrc/sgi/cgi.lua [moved from modules/base/luasrc/sgi/cgi.lua with 100% similarity]
modules/luci-base/luasrc/sgi/uhttpd.lua [moved from modules/base/luasrc/sgi/uhttpd.lua with 100% similarity]
modules/luci-base/luasrc/store.lua [moved from modules/base/luasrc/store.lua with 100% similarity]
modules/luci-base/luasrc/sys.lua [moved from modules/base/luasrc/sys.lua with 100% similarity]
modules/luci-base/luasrc/sys/iptparser.lua [moved from modules/base/luasrc/sys/iptparser.lua with 100% similarity]
modules/luci-base/luasrc/sys/zoneinfo.lua [moved from modules/base/luasrc/sys/zoneinfo.lua with 100% similarity]
modules/luci-base/luasrc/sys/zoneinfo/tzdata.lua [moved from modules/base/luasrc/sys/zoneinfo/tzdata.lua with 100% similarity]
modules/luci-base/luasrc/sys/zoneinfo/tzoffset.lua [moved from modules/base/luasrc/sys/zoneinfo/tzoffset.lua with 100% similarity]
modules/luci-base/luasrc/template.lua [moved from modules/base/luasrc/template.lua with 100% similarity]
modules/luci-base/luasrc/tools/proto.lua [moved from modules/base/luasrc/tools/proto.lua with 100% similarity]
modules/luci-base/luasrc/tools/status.lua [moved from modules/base/luasrc/tools/status.lua with 100% similarity]
modules/luci-base/luasrc/tools/webadmin.lua [moved from modules/base/luasrc/tools/webadmin.lua with 100% similarity]
modules/luci-base/luasrc/util.lua [moved from modules/base/luasrc/util.lua with 100% similarity]
modules/luci-base/luasrc/version.lua [moved from modules/base/luasrc/version.lua with 100% similarity]
modules/luci-base/luasrc/view/cbi/apply_xhr.htm [moved from modules/base/luasrc/view/cbi/apply_xhr.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/browser.htm [moved from modules/base/luasrc/view/cbi/browser.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/button.htm [moved from modules/base/luasrc/view/cbi/button.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm [moved from modules/base/luasrc/view/cbi/cell_valuefooter.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/cell_valueheader.htm [moved from modules/base/luasrc/view/cbi/cell_valueheader.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/compound.htm [moved from modules/base/luasrc/view/cbi/compound.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/delegator.htm [moved from modules/base/luasrc/view/cbi/delegator.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/dvalue.htm [moved from modules/base/luasrc/view/cbi/dvalue.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/dynlist.htm [moved from modules/base/luasrc/view/cbi/dynlist.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/filebrowser.htm [moved from modules/base/luasrc/view/cbi/filebrowser.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm [moved from modules/base/luasrc/view/cbi/firewall_zoneforwards.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/firewall_zonelist.htm [moved from modules/base/luasrc/view/cbi/firewall_zonelist.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/footer.htm [moved from modules/base/luasrc/view/cbi/footer.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/full_valuefooter.htm [moved from modules/base/luasrc/view/cbi/full_valuefooter.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/full_valueheader.htm [moved from modules/base/luasrc/view/cbi/full_valueheader.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/fvalue.htm [moved from modules/base/luasrc/view/cbi/fvalue.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/header.htm [moved from modules/base/luasrc/view/cbi/header.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/lvalue.htm [moved from modules/base/luasrc/view/cbi/lvalue.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/map.htm [moved from modules/base/luasrc/view/cbi/map.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/mvalue.htm [moved from modules/base/luasrc/view/cbi/mvalue.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/network_ifacelist.htm [moved from modules/base/luasrc/view/cbi/network_ifacelist.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/network_netinfo.htm [moved from modules/base/luasrc/view/cbi/network_netinfo.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/network_netlist.htm [moved from modules/base/luasrc/view/cbi/network_netlist.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/nsection.htm [moved from modules/base/luasrc/view/cbi/nsection.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/nullsection.htm [moved from modules/base/luasrc/view/cbi/nullsection.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/simpleform.htm [moved from modules/base/luasrc/view/cbi/simpleform.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/tabcontainer.htm [moved from modules/base/luasrc/view/cbi/tabcontainer.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/tabmenu.htm [moved from modules/base/luasrc/view/cbi/tabmenu.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/tblsection.htm [moved from modules/base/luasrc/view/cbi/tblsection.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/tsection.htm [moved from modules/base/luasrc/view/cbi/tsection.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/tvalue.htm [moved from modules/base/luasrc/view/cbi/tvalue.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/ucisection.htm [moved from modules/base/luasrc/view/cbi/ucisection.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/upload.htm [moved from modules/base/luasrc/view/cbi/upload.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/value.htm [moved from modules/base/luasrc/view/cbi/value.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/valuefooter.htm [moved from modules/base/luasrc/view/cbi/valuefooter.htm with 100% similarity]
modules/luci-base/luasrc/view/cbi/valueheader.htm [moved from modules/base/luasrc/view/cbi/valueheader.htm with 100% similarity]
modules/luci-base/luasrc/view/error404.htm [moved from modules/base/luasrc/view/error404.htm with 100% similarity]
modules/luci-base/luasrc/view/error500.htm [moved from modules/base/luasrc/view/error500.htm with 100% similarity]
modules/luci-base/luasrc/view/footer.htm [moved from modules/base/luasrc/view/footer.htm with 100% similarity]
modules/luci-base/luasrc/view/header.htm [moved from modules/base/luasrc/view/header.htm with 100% similarity]
modules/luci-base/luasrc/view/indexer.htm [moved from modules/base/luasrc/view/indexer.htm with 100% similarity]
modules/luci-base/luasrc/view/sysauth.htm [moved from modules/base/luasrc/view/sysauth.htm with 100% similarity]
modules/luci-base/po/ca/base.po [moved from po/ca/base.po with 100% similarity]
modules/luci-base/po/cs/base.po [moved from po/cs/base.po with 100% similarity]
modules/luci-base/po/de/base.po [moved from po/de/base.po with 100% similarity]
modules/luci-base/po/el/base.po [moved from po/el/base.po with 100% similarity]
modules/luci-base/po/en/base.po [moved from po/en/base.po with 100% similarity]
modules/luci-base/po/es/base.po [moved from po/es/base.po with 100% similarity]
modules/luci-base/po/fr/base.po [moved from po/fr/base.po with 100% similarity]
modules/luci-base/po/he/base.po [moved from po/he/base.po with 100% similarity]
modules/luci-base/po/hu/base.po [moved from po/hu/base.po with 100% similarity]
modules/luci-base/po/it/base.po [moved from po/it/base.po with 100% similarity]
modules/luci-base/po/ja/base.po [moved from po/ja/base.po with 100% similarity]
modules/luci-base/po/ms/base.po [moved from po/ms/base.po with 100% similarity]
modules/luci-base/po/no/base.po [moved from po/no/base.po with 100% similarity]
modules/luci-base/po/pl/base.po [moved from po/pl/base.po with 100% similarity]
modules/luci-base/po/pt-br/base.po [moved from po/pt_BR/base.po with 100% similarity]
modules/luci-base/po/pt/base.po [moved from po/pt/base.po with 100% similarity]
modules/luci-base/po/ro/base.po [moved from po/ro/base.po with 100% similarity]
modules/luci-base/po/ru/base.po [moved from po/ru/base.po with 100% similarity]
modules/luci-base/po/sk/base.po [moved from po/sk/base.po with 100% similarity]
modules/luci-base/po/sv/base.po [moved from po/sv/base.po with 100% similarity]
modules/luci-base/po/templates/base.pot [new file with mode: 0644]
modules/luci-base/po/tr/base.po [moved from po/tr/base.po with 100% similarity]
modules/luci-base/po/uk/base.po [moved from po/uk/base.po with 100% similarity]
modules/luci-base/po/vi/base.po [moved from po/vi/base.po with 100% similarity]
modules/luci-base/po/zh-cn/base.po [moved from po/zh_CN/base.po with 100% similarity]
modules/luci-base/po/zh-tw/base.po [moved from po/zh_TW/base.po with 100% similarity]
modules/luci-base/root/etc/config/luci [moved from modules/base/root/etc/config/luci with 100% similarity]
modules/luci-base/root/etc/config/ucitrack [moved from modules/base/root/etc/config/ucitrack with 100% similarity]
modules/luci-base/root/lib/uci/upload/.gitignore [new file with mode: 0644]
modules/luci-base/root/sbin/luci-reload [moved from modules/base/root/sbin/luci-reload with 100% similarity]
modules/luci-base/root/www/index.html [moved from modules/base/root/www/index.html with 100% similarity]
modules/luci-base/src/Makefile [new file with mode: 0644]
modules/luci-base/src/mkversion.sh [new file with mode: 0755]
modules/luci-base/src/po2lmo.c [moved from modules/base/src/po2lmo.c with 100% similarity]
modules/luci-base/src/template_lmo.c [moved from modules/base/src/template_lmo.c with 100% similarity]
modules/luci-base/src/template_lmo.h [moved from modules/base/src/template_lmo.h with 100% similarity]
modules/luci-base/src/template_lualib.c [moved from modules/base/src/template_lualib.c with 100% similarity]
modules/luci-base/src/template_lualib.h [moved from modules/base/src/template_lualib.h with 100% similarity]
modules/luci-base/src/template_parser.c [moved from modules/base/src/template_parser.c with 100% similarity]
modules/luci-base/src/template_parser.h [moved from modules/base/src/template_parser.h with 100% similarity]
modules/luci-base/src/template_utils.c [moved from modules/base/src/template_utils.c with 100% similarity]
modules/luci-base/src/template_utils.h [moved from modules/base/src/template_utils.h with 100% similarity]
modules/luci-base/standalone.mk [moved from modules/base/standalone.mk with 100% similarity]
modules/luci-mod-admin-full/Makefile [new file with mode: 0644]
modules/luci-mod-admin-full/htdocs/luci-static/resources/bandwidth.svg [moved from modules/admin-full/htdocs/luci-static/resources/bandwidth.svg with 100% similarity]
modules/luci-mod-admin-full/htdocs/luci-static/resources/connections.svg [moved from modules/admin-full/htdocs/luci-static/resources/connections.svg with 100% similarity]
modules/luci-mod-admin-full/htdocs/luci-static/resources/load.svg [moved from modules/admin-full/htdocs/luci-static/resources/load.svg with 100% similarity]
modules/luci-mod-admin-full/htdocs/luci-static/resources/wifirate.svg [moved from modules/admin-full/htdocs/luci-static/resources/wifirate.svg with 100% similarity]
modules/luci-mod-admin-full/htdocs/luci-static/resources/wireless.svg [moved from modules/admin-full/htdocs/luci-static/resources/wireless.svg with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/filebrowser.lua [moved from modules/admin-full/luasrc/controller/admin/filebrowser.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/index.lua [moved from modules/admin-full/luasrc/controller/admin/index.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/network.lua [moved from modules/admin-full/luasrc/controller/admin/network.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/status.lua [moved from modules/admin-full/luasrc/controller/admin/status.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua [moved from modules/admin-full/luasrc/controller/admin/system.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/controller/admin/uci.lua [moved from modules/admin-full/luasrc/controller/admin/uci.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/iface_add.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/network.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/routes.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua [moved from modules/admin-full/luasrc/model/cbi/admin_network/wifi_add.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua [moved from modules/admin-full/luasrc/model/cbi/admin_status/processes.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/admin.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/backupfiles.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/buttons.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/buttons.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/crontab.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/fstab.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/leds.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/leds.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/startup.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua [moved from modules/admin-full/luasrc/model/cbi/admin_system/system.lua with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm [moved from modules/admin-full/luasrc/view/admin_network/diagnostics.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/iface_overview.htm [moved from modules/admin-full/luasrc/view/admin_network/iface_overview.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/iface_status.htm [moved from modules/admin-full/luasrc/view/admin_network/iface_status.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/lease_status.htm [moved from modules/admin-full/luasrc/view/admin_network/lease_status.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/switch_status.htm [moved from modules/admin-full/luasrc/view/admin_network/switch_status.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_join.htm [moved from modules/admin-full/luasrc/view/admin_network/wifi_join.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm [moved from modules/admin-full/luasrc/view/admin_network/wifi_overview.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_status.htm [moved from modules/admin-full/luasrc/view/admin_network/wifi_status.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/bandwidth.htm [moved from modules/admin-full/luasrc/view/admin_status/bandwidth.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/connections.htm [moved from modules/admin-full/luasrc/view/admin_status/connections.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm [moved from modules/admin-full/luasrc/view/admin_status/dmesg.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm [moved from modules/admin-full/luasrc/view/admin_status/index.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/iptables.htm [moved from modules/admin-full/luasrc/view/admin_status/iptables.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/load.htm [moved from modules/admin-full/luasrc/view/admin_status/load.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/routes.htm [moved from modules/admin-full/luasrc/view/admin_status/routes.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm [moved from modules/admin-full/luasrc/view/admin_status/syslog.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_status/wireless.htm [moved from modules/admin-full/luasrc/view/admin_status/wireless.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/applyreboot.htm [moved from modules/admin-full/luasrc/view/admin_system/applyreboot.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/backupfiles.htm [moved from modules/admin-full/luasrc/view/admin_system/backupfiles.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/clock_status.htm [moved from modules/admin-full/luasrc/view/admin_system/clock_status.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/flashops.htm [moved from modules/admin-full/luasrc/view/admin_system/flashops.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/ipkg.htm [moved from modules/admin-full/luasrc/view/admin_system/ipkg.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm [moved from modules/admin-full/luasrc/view/admin_system/packages.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/reboot.htm [moved from modules/admin-full/luasrc/view/admin_system/reboot.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_system/upgrade.htm [moved from modules/admin-full/luasrc/view/admin_system/upgrade.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_uci/apply.htm [moved from modules/admin-full/luasrc/view/admin_uci/apply.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_uci/changelog.htm [moved from modules/admin-full/luasrc/view/admin_uci/changelog.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_uci/changes.htm [moved from modules/admin-full/luasrc/view/admin_uci/changes.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/admin_uci/revert.htm [moved from modules/admin-full/luasrc/view/admin_uci/revert.htm with 100% similarity]
modules/luci-mod-admin-full/luasrc/view/cbi/wireless_modefreq.htm [moved from modules/admin-full/luasrc/view/cbi/wireless_modefreq.htm with 100% similarity]
modules/luci-mod-admin-full/src/Makefile [new file with mode: 0644]
modules/luci-mod-admin-full/src/luci-bwc.c [moved from modules/admin-full/src/luci-bwc.c with 100% similarity]
modules/luci-mod-admin-mini/Makefile [new file with mode: 0644]
modules/luci-mod-admin-mini/luasrc/controller/mini/index.lua [moved from modules/admin-mini/luasrc/controller/mini/index.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/controller/mini/network.lua [moved from modules/admin-mini/luasrc/controller/mini/network.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/controller/mini/system.lua [moved from modules/admin-mini/luasrc/controller/mini/system.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/dhcp.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/dhcp.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/index.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/index.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/luci.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/luci.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/network.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/network.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/passwd.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/passwd.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/system.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/system.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/model/cbi/mini/wifi.lua [moved from modules/admin-mini/luasrc/model/cbi/mini/wifi.lua with 100% similarity]
modules/luci-mod-admin-mini/luasrc/view/mini/applyreboot.htm [moved from modules/admin-mini/luasrc/view/mini/applyreboot.htm with 100% similarity]
modules/luci-mod-admin-mini/luasrc/view/mini/backup.htm [moved from modules/admin-mini/luasrc/view/mini/backup.htm with 100% similarity]
modules/luci-mod-admin-mini/luasrc/view/mini/index.htm [moved from modules/admin-mini/luasrc/view/mini/index.htm with 100% similarity]
modules/luci-mod-admin-mini/luasrc/view/mini/reboot.htm [moved from modules/admin-mini/luasrc/view/mini/reboot.htm with 100% similarity]
modules/luci-mod-admin-mini/luasrc/view/mini/upgrade.htm [moved from modules/admin-mini/luasrc/view/mini/upgrade.htm with 100% similarity]
modules/luci-mod-failsafe/Makefile [new file with mode: 0644]
modules/luci-mod-failsafe/luasrc/controller/failsafe/failsafe.lua [moved from modules/failsafe/luasrc/controller/failsafe/failsafe.lua with 100% similarity]
modules/luci-mod-failsafe/luasrc/view/failsafe/applyreboot.htm [moved from modules/failsafe/luasrc/view/failsafe/applyreboot.htm with 100% similarity]
modules/luci-mod-failsafe/luasrc/view/failsafe/flashops.htm [moved from modules/failsafe/luasrc/view/failsafe/flashops.htm with 100% similarity]
modules/luci-mod-failsafe/luasrc/view/failsafe/reboot.htm [moved from modules/failsafe/luasrc/view/failsafe/reboot.htm with 100% similarity]
modules/luci-mod-failsafe/luasrc/view/failsafe/upgrade.htm [moved from modules/failsafe/luasrc/view/failsafe/upgrade.htm with 100% similarity]
modules/luci-mod-freifunk-community/Makefile [new file with mode: 0644]
modules/luci-mod-freifunk/Makefile [new file with mode: 0644]
modules/luci-mod-freifunk/htdocs/luci-static/flashing.html [moved from modules/freifunk/htdocs/luci-static/flashing.html with 100% similarity]
modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm [moved from modules/freifunk/htdocs/luci-static/resources/OSMLatLon.htm with 100% similarity]
modules/luci-mod-freifunk/htdocs/luci-static/resources/flashing.gif [moved from modules/freifunk/htdocs/luci-static/resources/flashing.gif with 100% similarity]
modules/luci-mod-freifunk/htdocs/luci-static/resources/freifunk-map/hna.gif [moved from modules/freifunk/htdocs/luci-static/resources/freifunk-map/hna.gif with 100% similarity]
modules/luci-mod-freifunk/htdocs/luci-static/resources/freifunk-map/node.gif [moved from modules/freifunk/htdocs/luci-static/resources/freifunk-map/node.gif with 100% similarity]
modules/luci-mod-freifunk/htdocs/luci-static/resources/osm.js [moved from modules/freifunk/htdocs/luci-static/resources/osm.js with 100% similarity]
modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua [moved from modules/freifunk/luasrc/controller/freifunk/freifunk.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/controller/freifunk/remote_update.lua [moved from modules/freifunk/luasrc/controller/freifunk/remote_update.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/basics.lua [moved from modules/freifunk/luasrc/model/cbi/freifunk/basics.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/contact.lua [moved from modules/freifunk/luasrc/model/cbi/freifunk/contact.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/profile.lua [moved from modules/freifunk/luasrc/model/cbi/freifunk/profile.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/profile_expert.lua [moved from modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/model/cbi/freifunk/user_index.lua [moved from modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/cbi/osmll_value.htm [moved from modules/freifunk/luasrc/view/cbi/osmll_value.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm [moved from modules/freifunk/luasrc/view/freifunk-map/frame.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm [moved from modules/freifunk/luasrc/view/freifunk-map/map.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/adminindex.htm [moved from modules/freifunk/luasrc/view/freifunk/adminindex.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/contact.htm [moved from modules/freifunk/luasrc/view/freifunk/contact.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm [moved from modules/freifunk/luasrc/view/freifunk/index.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/profile_error.htm [moved from modules/freifunk/luasrc/view/freifunk/profile_error.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/public_status.htm [moved from modules/freifunk/luasrc/view/freifunk/public_status.htm with 100% similarity]
modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm [moved from modules/freifunk/luasrc/view/freifunk/remote_update.htm with 100% similarity]
modules/luci-mod-freifunk/po/ca/freifunk.po [moved from po/ca/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/cs/freifunk.po [moved from po/cs/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/de/freifunk.po [moved from po/de/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/el/freifunk.po [moved from po/el/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/en/freifunk.po [moved from po/en/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/es/freifunk.po [moved from po/es/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/fr/freifunk.po [moved from po/fr/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/he/freifunk.po [moved from po/he/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/hu/freifunk.po [moved from po/hu/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/it/freifunk.po [moved from po/it/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/ja/freifunk.po [moved from po/ja/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/ms/freifunk.po [moved from po/ms/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/no/freifunk.po [moved from po/no/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/pl/freifunk.po [moved from po/pl/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/pt-br/freifunk.po [moved from po/pt_BR/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/pt/freifunk.po [moved from po/pt/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/ro/freifunk.po [moved from po/ro/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/ru/freifunk.po [moved from po/ru/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/sk/freifunk.po [moved from po/sk/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/sv/freifunk.po [moved from po/sv/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/tr/freifunk.po [moved from po/tr/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/uk/freifunk.po [moved from po/uk/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/vi/freifunk.po [moved from po/vi/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/zh-cn/freifunk.po [moved from po/zh_CN/freifunk.po with 100% similarity]
modules/luci-mod-freifunk/po/zh-tw/freifunk.po [moved from po/zh_TW/freifunk.po with 100% similarity]
modules/luci-mod-rpc/Makefile [new file with mode: 0644]
modules/luci-mod-rpc/luasrc/controller/rpc.lua [moved from modules/rpc/luasrc/controller/rpc.lua with 100% similarity]
modules/luci-mod-rpc/luasrc/jsonrpc.lua [moved from modules/rpc/luasrc/jsonrpc.lua with 100% similarity]
modules/luci-mod-rpc/luasrc/jsonrpcbind/uci.lua [moved from modules/rpc/luasrc/jsonrpcbind/uci.lua with 100% similarity]
modules/rpc/Makefile [deleted file]
po/ca/ffwizard.po [deleted file]
po/ca/uvc_streamer.po [deleted file]
po/cs/ffwizard.po [deleted file]
po/cs/uvc_streamer.po [deleted file]
po/de/ffwizard.po [deleted file]
po/de/uvc_streamer.po [deleted file]
po/el/ffwizard.po [deleted file]
po/el/uvc_streamer.po [deleted file]
po/en/ffwizard.po [deleted file]
po/en/uvc_streamer.po [deleted file]
po/es/ffwizard.po [deleted file]
po/es/uvc_streamer.po [deleted file]
po/fr/ffwizard.po [deleted file]
po/fr/uvc_streamer.po [deleted file]
po/he/ffwizard.po [deleted file]
po/he/uvc_streamer.po [deleted file]
po/hu/ffwizard.po [deleted file]
po/hu/uvc_streamer.po [deleted file]
po/it/ffwizard.po [deleted file]
po/it/uvc_streamer.po [deleted file]
po/ja/ffwizard.po [deleted file]
po/ja/uvc_streamer.po [deleted file]
po/ms/ffwizard.po [deleted file]
po/ms/uvc_streamer.po [deleted file]
po/no/ffwizard.po [deleted file]
po/no/uvc_streamer.po [deleted file]
po/pl/ffwizard.po [deleted file]
po/pl/uvc_streamer.po [deleted file]
po/pt/ffwizard.po [deleted file]
po/pt/uvc_streamer.po [deleted file]
po/pt_BR/ffwizard.po [deleted file]
po/pt_BR/uvc_streamer.po [deleted file]
po/ro/ffwizard.po [deleted file]
po/ro/uvc_streamer.po [deleted file]
po/ru/ffwizard.po [deleted file]
po/ru/uvc_streamer.po [deleted file]
po/sk/ffwizard.po [deleted file]
po/sk/uvc_streamer.po [deleted file]
po/sv/ffwizard.po [deleted file]
po/sv/uvc_streamer.po [deleted file]
po/tr/ffwizard.po [deleted file]
po/tr/uvc_streamer.po [deleted file]
po/uk/ffwizard.po [deleted file]
po/uk/uvc_streamer.po [deleted file]
po/vi/ffwizard.po [deleted file]
po/vi/uvc_streamer.po [deleted file]
po/zh_CN/ffwizard.po [deleted file]
po/zh_CN/uvc_streamer.po [deleted file]
po/zh_TW/ffwizard.po [deleted file]
po/zh_TW/uvc_streamer.po [deleted file]
protocols/3g/Makefile [deleted file]
protocols/ipv6/Makefile [deleted file]
protocols/luci-proto-3g/Makefile [new file with mode: 0644]
protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua [moved from protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua with 100% similarity]
protocols/luci-proto-ipv6/Makefile [new file with mode: 0644]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_6to4.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dslite.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_dslite.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua [moved from protocols/ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/network/proto_4x6.lua [moved from protocols/ipv6/luasrc/model/network/proto_4x6.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/network/proto_6x4.lua [moved from protocols/ipv6/luasrc/model/network/proto_6x4.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua [moved from protocols/ipv6/luasrc/model/network/proto_dhcpv6.lua with 100% similarity]
protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua [moved from protocols/ipv6/luasrc/model/network/proto_hnet.lua with 100% similarity]
protocols/luci-proto-openconnect/Makefile [new file with mode: 0644]
protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua [moved from protocols/openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua with 100% similarity]
protocols/luci-proto-openconnect/luasrc/model/network/proto_openconnect.lua [moved from protocols/openconnect/luasrc/model/network/proto_openconnect.lua with 100% similarity]
protocols/luci-proto-ppp/Makefile [new file with mode: 0644]
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua [moved from protocols/ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua with 100% similarity]
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_ppp.lua [moved from protocols/ppp/luasrc/model/cbi/admin_network/proto_ppp.lua with 100% similarity]
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua [moved from protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoa.lua with 100% similarity]
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua [moved from protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua with 100% similarity]
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pptp.lua [moved from protocols/ppp/luasrc/model/cbi/admin_network/proto_pptp.lua with 100% similarity]
protocols/luci-proto-ppp/luasrc/model/network/proto_ppp.lua [moved from protocols/ppp/luasrc/model/network/proto_ppp.lua with 100% similarity]
protocols/luci-proto-relay/Makefile [new file with mode: 0644]
protocols/luci-proto-relay/luasrc/model/cbi/admin_network/proto_relay.lua [moved from protocols/relay/luasrc/model/cbi/admin_network/proto_relay.lua with 100% similarity]
protocols/luci-proto-relay/luasrc/model/network/proto_relay.lua [moved from protocols/relay/luasrc/model/network/proto_relay.lua with 100% similarity]
protocols/openconnect/Makefile [deleted file]
protocols/ppp/Makefile [deleted file]
protocols/relay/Makefile [deleted file]
themes/bootstrap/Makefile [deleted file]
themes/freifunk-bno/Makefile [deleted file]
themes/freifunk-generic/Makefile [deleted file]
themes/luci-theme-bootstrap/Makefile [new file with mode: 0644]
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css [moved from themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css with 100% similarity]
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico [moved from themes/bootstrap/htdocs/luci-static/bootstrap/favicon.ico with 100% similarity]
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/html5.js [moved from themes/bootstrap/htdocs/luci-static/bootstrap/html5.js with 100% similarity]
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css [moved from themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css with 100% similarity]
themes/luci-theme-bootstrap/ipkg/postinst [moved from themes/bootstrap/ipkg/postinst with 100% similarity]
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/footer.htm [moved from themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm with 100% similarity]
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm [moved from themes/bootstrap/luasrc/view/themes/bootstrap/header.htm with 100% similarity]
themes/luci-theme-bootstrap/root/etc/uci-defaults/luci-theme-bootstrap [moved from themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap with 100% similarity]
themes/luci-theme-freifunk-bno/Makefile [new file with mode: 0644]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/bgoption.png [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/bgoption.png with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/favicon.ico [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/favicon.ico with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-back.gif [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-back.gif with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-left.gif [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-left.gif with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-right.gif [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/header-right.gif with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/logo.gif [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/logo.gif with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/main-back.png [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/main-back.png with 100% similarity]
themes/luci-theme-freifunk-bno/htdocs/luci-static/freifunk-bno/images/schriftzug.gif [moved from themes/freifunk-bno/htdocs/luci-static/freifunk-bno/images/schriftzug.gif with 100% similarity]
themes/luci-theme-freifunk-bno/ipkg/postinst [moved from themes/freifunk-bno/ipkg/postinst with 100% similarity]
themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm [moved from themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm with 100% similarity]
themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm [moved from themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm with 100% similarity]
themes/luci-theme-freifunk-bno/root/etc/uci-defaults/luci-theme-freifunk-bno [moved from themes/freifunk-bno/root/etc/uci-defaults/luci-theme-freifunk-bno with 100% similarity]
themes/luci-theme-freifunk-generic/Makefile [new file with mode: 0644]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/bg.jpg [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/bg.jpg with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/header.jpg [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/header.jpg with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/ie7.css [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/ie7.css with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/logo.jpg [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/logo.jpg with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css with 100% similarity]
themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/smallscreen.css [moved from themes/freifunk-generic/htdocs/luci-static/freifunk-generic/smallscreen.css with 100% similarity]
themes/luci-theme-freifunk-generic/ipkg/postinst [moved from themes/freifunk-generic/ipkg/postinst with 100% similarity]
themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm [moved from themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm with 100% similarity]
themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm [moved from themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm with 100% similarity]
themes/luci-theme-freifunk-generic/root/etc/uci-defaults/luci-theme-freifunk-generic [moved from themes/freifunk-generic/root/etc/uci-defaults/luci-theme-freifunk-generic with 100% similarity]
themes/luci-theme-openwrt/Makefile [new file with mode: 0644]
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css [moved from themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css with 100% similarity]
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie6.css [moved from themes/openwrt/htdocs/luci-static/openwrt.org/ie6.css with 100% similarity]
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie7.css [moved from themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css with 100% similarity]
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie8.css [moved from themes/openwrt/htdocs/luci-static/openwrt.org/ie8.css with 100% similarity]
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/tabbg.png [moved from themes/openwrt/htdocs/luci-static/openwrt.org/tabbg.png with 100% similarity]
themes/luci-theme-openwrt/ipkg/postinst [moved from themes/openwrt/ipkg/postinst with 100% similarity]
themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/footer.htm [moved from themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm with 100% similarity]
themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm [moved from themes/openwrt/luasrc/view/themes/openwrt.org/header.htm with 100% similarity]
themes/luci-theme-openwrt/root/etc/uci-defaults/luci-theme-openwrt [moved from themes/openwrt/root/etc/uci-defaults/luci-theme-openwrt with 100% similarity]
themes/openwrt/Makefile [deleted file]

diff --git a/applications/freifunk-community/Makefile b/applications/freifunk-community/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/applications/luci-ahcp/Makefile b/applications/luci-ahcp/Makefile
deleted file mode 100644 (file)
index a70e950..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = ahcp
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-app-ahcp/Makefile b/applications/luci-app-ahcp/Makefile
new file mode 100644 (file)
index 0000000..bb4d415
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-asterisk/Makefile b/applications/luci-app-asterisk/Makefile
new file mode 100644 (file)
index 0000000..bb4d415
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-commands/Makefile b/applications/luci-app-commands/Makefile
new file mode 100644 (file)
index 0000000..dc5d0ca
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/commands.pot b/applications/luci-app-commands/po/templates/commands.pot
new file mode 100644 (file)
index 0000000..5d2ffae
--- /dev/null
@@ -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-coovachilli/Makefile b/applications/luci-app-coovachilli/Makefile
new file mode 100644 (file)
index 0000000..6120991
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/coovachilli.pot b/applications/luci-app-coovachilli/po/templates/coovachilli.pot
new file mode 100644 (file)
index 0000000..c1a2bed
--- /dev/null
@@ -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-ddns/Makefile b/applications/luci-app-ddns/Makefile
new file mode 100644 (file)
index 0000000..303537e
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Support for Dynamic DNS
+LUCI_DEPENDS:=+ddns-scripts
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/ddns.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/ddns.lua
new file mode 100644 (file)
index 0000000..1c7e04a
--- /dev/null
@@ -0,0 +1,135 @@
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2008 Steven Barth <steven@midlink.org>
+Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+Copyright 2013 Manuel Munz <freifunk at somakoma dot de>
+
+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
+
+]]--
+
+require("luci.tools.webadmin")
+
+m = Map("ddns", translate("Dynamic DNS"),
+       translate("Dynamic DNS allows that your router can be reached with " ..
+               "a fixed hostname while having a dynamically changing " ..
+               "IP address."))
+
+s = m:section(TypedSection, "service", "")
+s.addremove = true
+s.anonymous = false
+
+s:option(Flag, "enabled", translate("Enable"))
+
+interface = s:option(ListValue, "interface", translate("Event interface"), translate("Network on which the ddns-updater scripts will be started"))
+luci.tools.webadmin.cbi_add_networks(interface)
+interface.default = "wan"
+
+svc = s:option(ListValue, "service_name", translate("Service"))
+svc.rmempty = false
+svc.default = "dyndns.org"
+
+local services = { }
+local fd = io.open("/usr/lib/ddns/services", "r")
+if fd then
+       local ln
+       repeat
+               ln = fd:read("*l")
+               local s = ln and ln:match('^%s*"([^"]+)"')
+               if s then services[#services+1] = s end
+       until not ln
+       fd:close()
+end
+
+local v
+for _, v in luci.util.vspairs(services) do
+       svc:value(v)
+end
+
+function svc.cfgvalue(...)
+       local v = Value.cfgvalue(...)
+       if not v or #v == 0 then
+               return "-"
+       else
+               return v
+       end
+end
+
+function svc.write(self, section, value)
+       if value == "-" then
+               m.uci:delete("ddns", section, self.option)
+       else
+               Value.write(self, section, value)
+       end
+end
+
+svc:value("-", "-- "..translate("custom").." --")
+
+local url = s:option(Value, "update_url", translate("Custom update-URL"))
+url:depends("service_name", "-")
+url.rmempty = true
+
+local hostname = s:option(Value, "domain", translate("Hostname"))
+hostname.rmempty = true
+hostname.default = "mypersonaldomain.dyndns.org"
+hostname.datatype = "host"
+
+local username = s:option(Value, "username", translate("Username"))
+username.rmempty = true
+
+local pw = s:option(Value, "password", translate("Password"))
+pw.rmempty = true
+pw.password = true
+
+require("luci.tools.webadmin")
+
+local src = s:option(ListValue, "ip_source",
+       translate("Source of IP address"))
+src.default = "network"
+src:value("network", translate("network"))
+src:value("interface", translate("interface"))
+src:value("web", translate("URL"))
+
+local iface = s:option(ListValue, "ip_network", translate("Network"))
+iface:depends("ip_source", "network")
+iface.rmempty = true
+iface.default = "wan"
+luci.tools.webadmin.cbi_add_networks(iface)
+iface = s:option(ListValue, "ip_interface", translate("Interface"))
+iface:depends("ip_source", "interface")
+iface.rmempty = true
+for k, v in pairs(luci.sys.net.devices()) do
+       iface:value(v)
+end
+
+local web = s:option(Value, "ip_url", translate("URL"))
+web:depends("ip_source", "web")
+web.default = "http://checkip.dyndns.com/"
+web.rmempty = true
+
+
+local ci = s:option(Value, "check_interval", translate("Check for changed IP every")) 
+ci.datatype = "and(uinteger,min(1))" 
+ci.default = 10 
+
+local unit = s:option(ListValue, "check_unit", translate("Check-time unit"))
+unit.default = "minutes"
+unit:value("minutes", translate("min"))
+unit:value("hours", translate("h"))
+
+fi = s:option(Value, "force_interval", translate("Force update every")) 
+fi.datatype = "and(uinteger,min(1))" 
+fi.default = 72 
+
+local unit = s:option(ListValue, "force_unit", translate("Force-time unit"))
+unit.default = "hours"
+unit:value("minutes", translate("min"))
+unit:value("hours", translate("h"))
+
+
+return m
diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot
new file mode 100644 (file)
index 0000000..0f77200
--- /dev/null
@@ -0,0 +1,489 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+msgid "&"
+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."
+"<br />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 ""
+"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 "Check Interval"
+msgstr ""
+
+msgid "Check for changed IP every"
+msgstr ""
+
+msgid "Check-time unit"
+msgstr ""
+
+msgid "Config error"
+msgstr ""
+
+msgid "Configure here the details for selected Dynamic DNS service"
+msgstr ""
+
+msgid ""
+"Currently DDNS updates are not started at boot or on interface events.<br /"
+">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.<br /"
+">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 "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 "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 "Error Retry Counter"
+msgstr ""
+
+msgid "Error Retry Interval"
+msgstr ""
+
+msgid "Event Network"
+msgstr ""
+
+msgid "Event interface"
+msgstr ""
+
+msgid "File not found"
+msgstr ""
+
+msgid "File not found or empty"
+msgstr ""
+
+msgid ""
+"Follow this link<br />You will find more hints to optimize your system to "
+"run DDNS scripts with all options"
+msgstr ""
+
+msgid "Force IP Version"
+msgstr ""
+
+msgid "Force IP Version not supported"
+msgstr ""
+
+msgid "Force Interval"
+msgstr ""
+
+msgid "Force TCP on DNS"
+msgstr ""
+
+msgid "Force update every"
+msgstr ""
+
+msgid "Force-time unit"
+msgstr ""
+
+msgid "Forced IP Version don't matched"
+msgstr ""
+
+msgid "Format"
+msgstr ""
+
+msgid "Format: IP or FQDN"
+msgstr ""
+
+msgid "HTTPS not supported"
+msgstr ""
+
+msgid "Hints"
+msgstr ""
+
+msgid "Hostname/Domain"
+msgstr ""
+
+msgid "IP address source"
+msgstr ""
+
+msgid "IP address version"
+msgstr ""
+
+msgid "IPv6 address must be given in square brackets"
+msgstr ""
+
+msgid ""
+"IPv6 is currently not (fully) supported by this system<br />Please follow "
+"the instructions on OpenWrt's homepage to enable IPv6 support<br />or update "
+"your system to the latest OpenWrt Release"
+msgstr ""
+
+msgid "IPv6 not supported"
+msgstr ""
+
+msgid ""
+"If this service section is disabled it could not be started.<br />Neither "
+"from LuCI interface nor from console"
+msgstr ""
+
+msgid ""
+"In some versions cURL/libcurl in OpenWrt is compiled without proxy support."
+msgstr ""
+
+msgid ""
+"Interval to check for changed IP<br />Values below 5 minutes == 300 seconds "
+"are not supported"
+msgstr ""
+
+msgid ""
+"Interval to force updates send to DDNS Provider<br />Setting this parameter "
+"to 0 will force the script to only run once<br />Values lower 'Check "
+"Interval' except '0' are not supported"
+msgstr ""
+
+msgid "Last Update"
+msgstr ""
+
+msgid "Log File Viewer"
+msgstr ""
+
+msgid "Log to file"
+msgstr ""
+
+msgid "Log to syslog"
+msgstr ""
+
+msgid ""
+"Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS "
+"protocol."
+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 "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: Proxy-Server for detection and updates."
+msgstr ""
+
+msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
+msgstr ""
+
+msgid "Old version of ddns-scripts installed"
+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 "PROXY-Server"
+msgstr ""
+
+msgid "PROXY-Server not supported"
+msgstr ""
+
+msgid "Please [Save & Apply] your changes first"
+msgstr ""
+
+msgid "Please press [Read] button"
+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 "Service"
+msgstr ""
+
+msgid "Show more"
+msgstr ""
+
+msgid "Source of IP address"
+msgstr ""
+
+msgid "Start / Stop"
+msgstr ""
+
+msgid "Stopped"
+msgstr ""
+
+msgid "There is no service configured."
+msgstr ""
+
+msgid "Timer Settings"
+msgstr ""
+
+msgid "URL"
+msgstr ""
+
+msgid "URL to detect"
+msgstr ""
+
+msgid "Unknown error"
+msgstr ""
+
+msgid ""
+"Update URL to be used for updating your DDNS Provider.<br />Follow "
+"instructions you will find on their WEB page."
+msgstr ""
+
+msgid "Update error"
+msgstr ""
+
+msgid "Use HTTP Secure"
+msgstr ""
+
+msgid "User defined script to read systems IP-Address"
+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 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 "custom"
+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 "h"
+msgstr ""
+
+msgid "hours"
+msgstr ""
+
+msgid "install update here"
+msgstr ""
+
+msgid "interface"
+msgstr ""
+
+msgid "invalid - Sample"
+msgstr ""
+
+msgid "min"
+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 "network"
+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 "please disable"
+msgstr ""
+
+msgid "please remove entry"
+msgstr ""
+
+msgid "please select 'IPv4' address version"
+msgstr ""
+
+msgid "please select 'IPv4' address version in"
+msgstr ""
+
+msgid "proxy port missing"
+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/root/etc/uci-defaults/luci-ddns b/applications/luci-app-ddns/root/etc/uci-defaults/luci-ddns
new file mode 100755 (executable)
index 0000000..5d3f56f
--- /dev/null
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+# luci updates are not in sync with ddns-script updates !!!
+# needed because luci update might delete helper script
+# copy dynamic_dns_helper.tmp.sh from ddns-scripts
+cp -f /usr/lib/ddns/dynamic_dns_lucihelper.tmp.sh /usr/lib/ddns/dynamic_dns_lucihelper.sh
+
+# no longer needed for "Save and Apply" to restart ddns
+uci -q batch <<-EOF >/dev/null
+       delete ucitrack.@ddns[-1]
+       commit ucitrack
+EOF
+
+# make helper script executable
+chmod 755 /usr/lib/ddns/dynamic_dns_lucihelper.sh
+
+# update application section for luci-app-ddns
+uci -q get ddns.global > /dev/null || uci -q set ddns.global='ddns'
+uci -q get ddns.global.date_format > /dev/null || uci -q set ddns.global.date_format='%F %R'
+uci -q get ddns.global.log_lines > /dev/null || uci -q set ddns.global.log_lines='250'
+uci -q commit ddns
+
+rm -f /tmp/luci-indexcache
+exit 0
diff --git a/applications/luci-app-ddns/root/usr/lib/ddns/dynamic_dns_lucihelper.sh b/applications/luci-app-ddns/root/usr/lib/ddns/dynamic_dns_lucihelper.sh
new file mode 100755 (executable)
index 0000000..1782d1f
--- /dev/null
@@ -0,0 +1,82 @@
+#!/bin/sh
+# /usr/lib/ddns/luci_dns_helper.sh
+#
+# Written by Christian Schoenebeck in August 2014 to support:
+# this script is used by luci-app-ddns
+# - getting registered IP
+# - check if possible to get local IP
+# - verifing given DNS- or Proxy-Server
+#
+# variables in small chars are read from /etc/config/ddns
+# variables in big chars are defined inside these scripts as gloval vars
+# variables in big chars beginning with "__" are local defined inside functions only
+# set -vx      #script debugger
+
+[ $# -lt 2 ] && exit 1
+
+. /usr/lib/ddns/dynamic_dns_functions.sh       # global vars are also defined here
+
+# set -vx      #script debugger
+
+# preset some variables wrong or not set in dynamic_dns_functions.sh
+SECTION_ID="dynamic_dns_lucihelper"
+LOGFILE="$LOGDIR/$SECTION_ID.log"
+LUCI_HELPER="ACTIV"    # supress verbose and critical logging
+# global variables normally set by reading DDNS UCI configuration
+use_logfile=0
+use_syslog=0
+
+case "$1" in
+       get_registered_ip)
+               local IP
+               domain=$2                       # Hostname/Domain
+               use_ipv6=${3:-"0"}              # Use IPv6 - default IPv4
+               force_ipversion=${4:-"0"}       # Force IP Version - default 0 - No
+               force_dnstcp=${5:-"0"}          # Force TCP on DNS - default 0 - No
+               dns_server=${6:-""}             # DNS server - default No DNS
+               get_registered_ip IP
+               [ $? -ne 0 ] && IP=""
+               echo -n "$IP"                   # suppress LF
+               ;;
+       verify_dns)
+               # $2 == dns-server to verify    # no need for force_dnstcp because
+                                               # verify with nc (netcat) uses tcp anyway
+               use_ipv6=${3:-"0"}              # Use IPv6 - default IPv4
+               force_ipversion=${4:-"0"}       # Force IP Version - default 0 - No
+               verify_dns "$2"
+               ;;
+       verify_proxy)
+               # $2 == proxy string to verify
+               use_ipv6=${3:-"0"}              # Use IPv6 - default IPv4
+               force_ipversion=${4:-"0"}       # Force IP Version - default 0 - No
+               verify_proxy "$2"
+               ;;
+       get_local_ip)
+               local IP
+               use_ipv6="$2"                   # Use IPv6
+               ip_source="$3"                  # IP source
+               ip_network="$4"                 # set if source = "network" otherwise "-"
+               ip_url="$5"                     # set if source = "web" otherwise "-"
+               ip_interface="$6"               # set if source = "interface" itherwiase "-"
+               ip_script="$7"                  # set if source = "script" otherwise "-"
+               proxy="$8"                      # proxy if set
+               force_ipversion="0"             # not needed but must be set
+               use_https="0"                   # not needed but must be set
+               [ -n "$proxy" -a "$ip_source" == "web" ] && {
+                       # proxy defined, used for ip_source=web
+                       export HTTP_PROXY="http://$proxy"
+                       export HTTPS_PROXY="http://$proxy"
+                       export http_proxy="http://$proxy"
+                       export https_proxy="http://$proxy"
+               }
+               # don't need IP only the return code
+               [ "$ip_source" == "web" -o  "$ip_source" == "script"] && {              
+                       # we wait only 3 seconds for an 
+                       # answer from "web" or "script"
+                       __timeout 3 -- get_local_ip IP
+               } || get_local_ip IP
+               ;;
+       *)      
+               return 1
+               ;;
+esac
diff --git a/applications/luci-app-diag-core/Makefile b/applications/luci-app-diag-core/Makefile
new file mode 100644 (file)
index 0000000..ac9f499
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/diag_core.pot b/applications/luci-app-diag-core/po/templates/diag_core.pot
new file mode 100644 (file)
index 0000000..1b34f83
--- /dev/null
@@ -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-devinfo/Makefile b/applications/luci-app-diag-devinfo/Makefile
new file mode 100644 (file)
index 0000000..258fdee
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/diag_devinfo.pot b/applications/luci-app-diag-devinfo/po/templates/diag_devinfo.pot
new file mode 100644 (file)
index 0000000..350466c
--- /dev/null
@@ -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-dump1090/Makefile b/applications/luci-app-dump1090/Makefile
new file mode 100644 (file)
index 0000000..e6abd44
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-firewall/Makefile b/applications/luci-app-firewall/Makefile
new file mode 100644 (file)
index 0000000..21804d7
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/firewall.pot b/applications/luci-app-firewall/po/templates/firewall.pot
new file mode 100644 (file)
index 0000000..402aa69
--- /dev/null
@@ -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 "<var>%d</var> pkts. per <var>%s</var>"
+msgstr ""
+
+msgid "<var>%d</var> pkts. per <var>%s</var>, burst <var>%d</var> pkts."
+msgstr ""
+
+msgid "<var>%s</var> and limit to %s"
+msgstr ""
+
+msgid "Action"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add and edit..."
+msgstr ""
+
+msgid "Advanced Settings"
+msgstr ""
+
+msgid "Allow forward from <em>source zones</em>:"
+msgstr ""
+
+msgid "Allow forward to <em>destination zones</em>:"
+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. <em>Destination zones</em> cover forwarded traffic "
+"<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
+"traffic from other zones <strong>targeted at %q</strong>. The forwarding "
+"rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
+"<em>not</em> 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 <em>input</em> and "
+"<em>output</em> options set the default policies for traffic entering and "
+"leaving this zone while the <em>forward</em> option describes the policy for "
+"forwarded traffic between different networks within the zone. <em>Covered "
+"networks</em> specifies which available networks are members of this zone."
+msgstr ""
+
+msgid "To %s at %s on <var>this device</var>"
+msgstr ""
+
+msgid "To %s in %s"
+msgstr ""
+
+msgid "To %s on <var>this device</var>"
+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-freifunk-diagnostics/Makefile b/applications/luci-app-freifunk-diagnostics/Makefile
new file mode 100644 (file)
index 0000000..d511684
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-policyrouting/Makefile b/applications/luci-app-freifunk-policyrouting/Makefile
new file mode 100644 (file)
index 0000000..f60c2ea
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/freifunk-policyrouting.pot b/applications/luci-app-freifunk-policyrouting/po/templates/freifunk-policyrouting.pot
new file mode 100644 (file)
index 0000000..b4c35c1
--- /dev/null
@@ -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-widgets/Makefile b/applications/luci-app-freifunk-widgets/Makefile
new file mode 100644 (file)
index 0000000..d748827
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-hd-idle/Makefile b/applications/luci-app-hd-idle/Makefile
new file mode 100644 (file)
index 0000000..07d5cad
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/hd_idle.pot b/applications/luci-app-hd-idle/po/templates/hd_idle.pot
new file mode 100644 (file)
index 0000000..2bf38f1
--- /dev/null
@@ -0,0 +1,34 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+msgid "Disk"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable debug"
+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-ltqtapi/Makefile b/applications/luci-app-ltqtapi/Makefile
new file mode 100644 (file)
index 0000000..bf4a999
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-meshwizard/Makefile b/applications/luci-app-meshwizard/Makefile
new file mode 100644 (file)
index 0000000..fb2610e
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/meshwizard.pot b/applications/luci-app-meshwizard/po/templates/meshwizard.pot
new file mode 100644 (file)
index 0000000..9dfdec5
--- /dev/null
@@ -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-minidlna/Makefile b/applications/luci-app-minidlna/Makefile
new file mode 100644 (file)
index 0000000..4790aa3
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/minidlna.pot b/applications/luci-app-minidlna/po/templates/minidlna.pot
new file mode 100644 (file)
index 0000000..2b35d1e
--- /dev/null
@@ -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-mjpg-streamer/Makefile b/applications/luci-app-mjpg-streamer/Makefile
new file mode 100644 (file)
index 0000000..faa024d
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-mmc-over-gpio/Makefile b/applications/luci-app-mmc-over-gpio/Makefile
new file mode 100644 (file)
index 0000000..4e7d695
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/mmc_over_gpio.pot b/applications/luci-app-mmc-over-gpio/po/templates/mmc_over_gpio.pot
new file mode 100644 (file)
index 0000000..1cc8de3
--- /dev/null
@@ -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-multiwan/Makefile b/applications/luci-app-multiwan/Makefile
new file mode 100644 (file)
index 0000000..20fba89
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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
+LUCI_DEPENDS:=+multiwan
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/luci-app-multiwan/po/templates/multiwan.pot b/applications/luci-app-multiwan/po/templates/multiwan.pot
new file mode 100644 (file)
index 0000000..954eed1
--- /dev/null
@@ -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-ntpc/Makefile b/applications/luci-app-ntpc/Makefile
new file mode 100644 (file)
index 0000000..b30f967
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/ntpc.pot b/applications/luci-app-ntpc/po/templates/ntpc.pot
new file mode 100644 (file)
index 0000000..1ed4c40
--- /dev/null
@@ -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-ocserv/Makefile b/applications/luci-app-ocserv/Makefile
new file mode 100644 (file)
index 0000000..3fbf4d2
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-olsr-services/Makefile b/applications/luci-app-olsr-services/Makefile
new file mode 100644 (file)
index 0000000..b1daf6d
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-viz/Makefile b/applications/luci-app-olsr-viz/Makefile
new file mode 100644 (file)
index 0000000..e1a1185
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/Makefile b/applications/luci-app-olsr/Makefile
new file mode 100644 (file)
index 0000000..f30c242
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot
new file mode 100644 (file)
index 0000000..6bd63c2
--- /dev/null
@@ -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.<br /><b>WARNING:</b> This parameter should not be used together "
+"with the etx_ffeth metric!<br />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).<br /><b>etx_float</b>: "
+"floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as "
+"etx_float, but with integer arithmetic<br /><b>etx_ff</b> : ETX freifunk, an "
+"etx variant which use all OLSR traffic (instead of only hellos) for ETX "
+"calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that "
+"allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\""
+msgstr ""
+
+msgid ""
+"Link quality level switch between hopcount and cost-based (mostly ETX) "
+"routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link "
+"quality for MPR selection and routing<br />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:<br /"
+">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />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:<br /"
+">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />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 <a href='http://www.olsr.org'>olsrd.org</a> 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.<br /"
+"><b>Note:</b> 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-openvpn/Makefile b/applications/luci-app-openvpn/Makefile
new file mode 100644 (file)
index 0000000..a8070fd
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/openvpn.pot b/applications/luci-app-openvpn/po/templates/openvpn.pot
new file mode 100644 (file)
index 0000000..001747e
--- /dev/null
@@ -0,0 +1,539 @@
+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 "Cryptography"
+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 <em>IP</em> <em>port</em>"
+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 "Networking"
+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 "Service"
+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 "VPN"
+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-p2pblock/Makefile b/applications/luci-app-p2pblock/Makefile
new file mode 100644 (file)
index 0000000..4dbeb5e
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/p2pblock.pot b/applications/luci-app-p2pblock/po/templates/p2pblock.pot
new file mode 100644 (file)
index 0000000..6fa5da1
--- /dev/null
@@ -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-p910nd/Makefile b/applications/luci-app-p910nd/Makefile
new file mode 100644 (file)
index 0000000..adb35bd
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/p910nd.pot b/applications/luci-app-p910nd/po/templates/p910nd.pot
new file mode 100644 (file)
index 0000000..3674fdb
--- /dev/null
@@ -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-pbx-voicemail/Makefile b/applications/luci-app-pbx-voicemail/Makefile
new file mode 100644 (file)
index 0000000..d31d429
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/pbx-voicemail.pot b/applications/luci-app-pbx-voicemail/po/templates/pbx-voicemail.pot
new file mode 100644 (file)
index 0000000..35cdca3
--- /dev/null
@@ -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/Makefile b/applications/luci-app-pbx/Makefile
new file mode 100644 (file)
index 0000000..1379dcf
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/pbx.pot b/applications/luci-app-pbx/po/templates/pbx.pot
new file mode 100644 (file)
index 0000000..86dd2eb
--- /dev/null
@@ -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/root/etc/config/pbx-voip b/applications/luci-app-pbx/root/etc/config/pbx-voip
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/applications/luci-app-polipo/Makefile b/applications/luci-app-polipo/Makefile
new file mode 100644 (file)
index 0000000..1fbafe7
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/polipo.pot b/applications/luci-app-polipo/po/templates/polipo.pot
new file mode 100644 (file)
index 0000000..beb0bdb
--- /dev/null
@@ -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-qos/Makefile b/applications/luci-app-qos/Makefile
new file mode 100644 (file)
index 0000000..dd322a3
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/qos.pot b/applications/luci-app-qos/po/templates/qos.pot
new file mode 100644 (file)
index 0000000..26ea8f7
--- /dev/null
@@ -0,0 +1,79 @@
+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 "Service"
+msgstr ""
+
+msgid "Source host"
+msgstr ""
+
+msgid "Target"
+msgstr ""
+
+msgid "Upload speed (kbit/s)"
+msgstr ""
+
+msgid ""
+"With <abbr title=\"Quality of Service\">QoS</abbr> 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-radvd/Makefile b/applications/luci-app-radvd/Makefile
new file mode 100644 (file)
index 0000000..9b353ed
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/radvd.pot b/applications/luci-app-radvd/po/templates/radvd.pot
new file mode 100644 (file)
index 0000000..ff9eb54
--- /dev/null
@@ -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-samba/Makefile b/applications/luci-app-samba/Makefile
new file mode 100644 (file)
index 0000000..ba599b3
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/samba.pot b/applications/luci-app-samba/po/templates/samba.pot
new file mode 100644 (file)
index 0000000..d91400b
--- /dev/null
@@ -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-shairplay/Makefile b/applications/luci-app-shairplay/Makefile
new file mode 100644 (file)
index 0000000..dcc0611
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-shairport/Makefile b/applications/luci-app-shairport/Makefile
new file mode 100644 (file)
index 0000000..f174ef4
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-siitwizard/Makefile b/applications/luci-app-siitwizard/Makefile
new file mode 100644 (file)
index 0000000..e8a8e55
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-splash/Makefile b/applications/luci-app-splash/Makefile
new file mode 100644 (file)
index 0000000..345f891
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/splash.pot b/applications/luci-app-splash/po/templates/splash.pot
new file mode 100644 (file)
index 0000000..f29b736
--- /dev/null
@@ -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.<br />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-statistics/Makefile b/applications/luci-app-statistics/Makefile
new file mode 100644 (file)
index 0000000..af07cfb
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/rrdtool.pot b/applications/luci-app-statistics/po/templates/rrdtool.pot
new file mode 100644 (file)
index 0000000..0a105ec
--- /dev/null
@@ -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 (file)
index 0000000..5f2e9dd
--- /dev/null
@@ -0,0 +1,586 @@
+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 "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"
+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 "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 "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 "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 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 "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 "Server host"
+msgstr ""
+
+msgid "Server port"
+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 "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 "System plugins"
+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 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 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 date 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.<br /><br /><strong>Warning: Setting the wrong "
+"values will result in a very high memory consumption in the temporary "
+"directory. This can render the device unusable!</strong>"
+msgstr ""
+
+msgid ""
+"The statistics package is based on <a href=\"http://collectd.org/index.shtml"
+"\">Collectd</a> and uses <a href=\"http://oss.oetiker.ch/rrdtool/\">RRD "
+"Tool</a> to render diagram images from collected data."
+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 ""
+"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 "Used PID file"
+msgstr ""
+
+msgid "User"
+msgstr ""
+
+msgid "Verbose monitoring"
+msgstr ""
+
+msgid "Wireless"
+msgstr ""
+
+msgid "Wireless iwinfo Plugin Configuration"
+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-tinyproxy/Makefile b/applications/luci-app-tinyproxy/Makefile
new file mode 100644 (file)
index 0000000..02751b8
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/tinyproxy.pot b/applications/luci-app-tinyproxy/po/templates/tinyproxy.pot
new file mode 100644 (file)
index 0000000..712fad9
--- /dev/null
@@ -0,0 +1,248 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+msgid ""
+"<em>Via proxy</em> routes requests to the given target via the specifed "
+"upstream proxy, <em>Reject access</em> 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 "
+"<code>address:port</code>"
+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 (file)
index 0000000..45175b7
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/transmission.pot b/applications/luci-app-transmission/po/templates/transmission.pot
new file mode 100644 (file)
index 0000000..5892abc
--- /dev/null
@@ -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-udpxy/Makefile b/applications/luci-app-udpxy/Makefile
new file mode 100644 (file)
index 0000000..cb8f179
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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-upnp/Makefile b/applications/luci-app-upnp/Makefile
new file mode 100644 (file)
index 0000000..324e3e2
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/upnp.pot b/applications/luci-app-upnp/po/templates/upnp.pot
new file mode 100644 (file)
index 0000000..86aaee3
--- /dev/null
@@ -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-ushare/Makefile b/applications/luci-app-ushare/Makefile
new file mode 100644 (file)
index 0000000..7b90a00
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/luci-app-ushare/po/templates/ushare.pot b/applications/luci-app-ushare/po/templates/ushare.pot
new file mode 100644 (file)
index 0000000..7e4dbc1
--- /dev/null
@@ -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-vnstat/Makefile b/applications/luci-app-vnstat/Makefile
new file mode 100644 (file)
index 0000000..6d98610
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/vnstat.pot b/applications/luci-app-vnstat/po/templates/vnstat.pot
new file mode 100644 (file)
index 0000000..4dccf05
--- /dev/null
@@ -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-voice-core/Makefile b/applications/luci-app-voice-core/Makefile
new file mode 100644 (file)
index 0000000..3641bdd
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/voice_core.pot b/applications/luci-app-voice-core/po/templates/voice_core.pot
new file mode 100644 (file)
index 0000000..64c93eb
--- /dev/null
@@ -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-diag/Makefile b/applications/luci-app-voice-diag/Makefile
new file mode 100644 (file)
index 0000000..c9c9a20
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/voice_diag.pot b/applications/luci-app-voice-diag/po/templates/voice_diag.pot
new file mode 100644 (file)
index 0000000..ba28b45
--- /dev/null
@@ -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-watchcat/Makefile b/applications/luci-app-watchcat/Makefile
new file mode 100644 (file)
index 0000000..7ad86c8
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/watchcat.pot b/applications/luci-app-watchcat/po/templates/watchcat.pot
new file mode 100644 (file)
index 0000000..490ec5c
--- /dev/null
@@ -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-wol/Makefile b/applications/luci-app-wol/Makefile
new file mode 100644 (file)
index 0000000..d935ee9
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/wol.pot b/applications/luci-app-wol/po/templates/wol.pot
new file mode 100644 (file)
index 0000000..1305c53
--- /dev/null
@@ -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-wshaper/Makefile b/applications/luci-app-wshaper/Makefile
new file mode 100644 (file)
index 0000000..63e63ab
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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/po/templates/wshaper.pot b/applications/luci-app-wshaper/po/templates/wshaper.pot
new file mode 100644 (file)
index 0000000..42de011
--- /dev/null
@@ -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-asterisk/Makefile b/applications/luci-asterisk/Makefile
deleted file mode 100644 (file)
index 1b8cf53..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = asterisk
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-commands/Makefile b/applications/luci-commands/Makefile
deleted file mode 100644 (file)
index 64801c2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = commands
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-coovachilli/Makefile b/applications/luci-coovachilli/Makefile
deleted file mode 100644 (file)
index a98ccb8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = coovachilli
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ddns/Makefile b/applications/luci-ddns/Makefile
deleted file mode 100644 (file)
index 3f57d63..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = ddns
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ddns/ipkg/postinst-pkg b/applications/luci-ddns/ipkg/postinst-pkg
deleted file mode 100644 (file)
index a2c13fa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-ddns ) && rm -f /etc/uci-defaults/luci-ddns
-       exit 0
-}
diff --git a/applications/luci-ddns/root/etc/uci-defaults/luci-ddns b/applications/luci-ddns/root/etc/uci-defaults/luci-ddns
deleted file mode 100755 (executable)
index 4849e59..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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
-
-# make helper script executable
-chmod 755 /usr/lib/ddns/dynamic_dns_lucihelper.sh
-
-# update application section for luci-app-ddns
-uci -q get ddns.global > /dev/null || uci -q set ddns.global='ddns'
-uci -q get ddns.global.date_format > /dev/null || uci -q set ddns.global.date_format='%F %R'
-uci -q get ddns.global.log_lines > /dev/null || uci -q set ddns.global.log_lines='250'
-uci -q commit ddns
-
-rm -f /tmp/luci-indexcache
-exit 0
diff --git a/applications/luci-diag-core/Makefile b/applications/luci-diag-core/Makefile
deleted file mode 100644 (file)
index 1551874..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = diag_core
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-diag-devinfo/Makefile b/applications/luci-diag-devinfo/Makefile
deleted file mode 100644 (file)
index 3844248..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO=diag_devinfo
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-dump1090/Makefile b/applications/luci-dump1090/Makefile
deleted file mode 100644 (file)
index be4c0ea..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = dump1090
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-firewall/Makefile b/applications/luci-firewall/Makefile
deleted file mode 100644 (file)
index df755bf..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = firewall
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-freifunk-diagnostics/Makefile b/applications/luci-freifunk-diagnostics/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-freifunk-policyrouting/Makefile b/applications/luci-freifunk-policyrouting/Makefile
deleted file mode 100644 (file)
index 3efa329..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = freifunk-policyrouting
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-freifunk-widgets/Makefile b/applications/luci-freifunk-widgets/Makefile
deleted file mode 100644 (file)
index a386a32..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = freifunk-widgets
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-hd-idle/Makefile b/applications/luci-hd-idle/Makefile
deleted file mode 100644 (file)
index d70bb87..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = hd_idle
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ltqtapi/Makefile b/applications/luci-ltqtapi/Makefile
deleted file mode 100644 (file)
index 77925c4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = telephony
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-meshwizard/Makefile b/applications/luci-meshwizard/Makefile
deleted file mode 100644 (file)
index 6d60a52..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = meshwizard
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-minidlna/Makefile b/applications/luci-minidlna/Makefile
deleted file mode 100644 (file)
index b4d0595..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = minidlna
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-mjpg-streamer/Makefile b/applications/luci-mjpg-streamer/Makefile
deleted file mode 100644 (file)
index 1726202..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = mjpg-streamer
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-mmc-over-gpio/Makefile b/applications/luci-mmc-over-gpio/Makefile
deleted file mode 100644 (file)
index 3f031cb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = mmc_over_gpio
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-multiwan/Makefile b/applications/luci-multiwan/Makefile
deleted file mode 100644 (file)
index cab4e30..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = multiwan
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ntpc/Makefile b/applications/luci-ntpc/Makefile
deleted file mode 100644 (file)
index 392e8fe..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = ntpc
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ocserv/Makefile b/applications/luci-ocserv/Makefile
deleted file mode 100644 (file)
index 74cd597..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = ocserv
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-olsr-services/Makefile b/applications/luci-olsr-services/Makefile
deleted file mode 100644 (file)
index 572afba..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO =
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-olsr-viz/Makefile b/applications/luci-olsr-viz/Makefile
deleted file mode 100644 (file)
index a4f7c76..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = 
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-olsr/Makefile b/applications/luci-olsr/Makefile
deleted file mode 100644 (file)
index 119cffc..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = olsr
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-openvpn/Makefile b/applications/luci-openvpn/Makefile
deleted file mode 100644 (file)
index f394a81..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = openvpn
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-p2pblock/Makefile b/applications/luci-p2pblock/Makefile
deleted file mode 100644 (file)
index 07ce232..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = p2pblock
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-p910nd/Makefile b/applications/luci-p910nd/Makefile
deleted file mode 100644 (file)
index 30073fb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = p910nd
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-pbx-voicemail/Makefile b/applications/luci-pbx-voicemail/Makefile
deleted file mode 100644 (file)
index 19c69a1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = pbx-voicemail
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-pbx/Makefile b/applications/luci-pbx/Makefile
deleted file mode 100644 (file)
index 9a720f0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = pbx
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-polipo/Makefile b/applications/luci-polipo/Makefile
deleted file mode 100644 (file)
index 4f5743f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = polipo
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-qos/Makefile b/applications/luci-qos/Makefile
deleted file mode 100644 (file)
index ef79869..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = qos
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-radvd/Makefile b/applications/luci-radvd/Makefile
deleted file mode 100644 (file)
index 68c6b99..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = radvd
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-samba/Makefile b/applications/luci-samba/Makefile
deleted file mode 100644 (file)
index e91079b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = samba
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-shairplay/Makefile b/applications/luci-shairplay/Makefile
deleted file mode 100644 (file)
index b6c2db4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = shairplay
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-shairport/Makefile b/applications/luci-shairport/Makefile
deleted file mode 100644 (file)
index 4c82755..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = shairport
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-siitwizard/Makefile b/applications/luci-siitwizard/Makefile
deleted file mode 100644 (file)
index a4f7c76..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = 
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-splash/Makefile b/applications/luci-splash/Makefile
deleted file mode 100644 (file)
index 6e625c0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = splash
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-statistics/Makefile b/applications/luci-statistics/Makefile
deleted file mode 100644 (file)
index ff3d670..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = statistics rrdtool
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-tinyproxy/Makefile b/applications/luci-tinyproxy/Makefile
deleted file mode 100644 (file)
index 0123c16..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = tinyproxy
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-transmission/Makefile b/applications/luci-transmission/Makefile
deleted file mode 100644 (file)
index a30d474..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = transmission
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-udpxy/Makefile b/applications/luci-udpxy/Makefile
deleted file mode 100644 (file)
index 05228b1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = udpxy
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-upnp/Makefile b/applications/luci-upnp/Makefile
deleted file mode 100644 (file)
index 2f850c6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = upnp
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-ushare/Makefile b/applications/luci-ushare/Makefile
deleted file mode 100644 (file)
index 9b0a6e4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = ushare
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-vnstat/Makefile b/applications/luci-vnstat/Makefile
deleted file mode 100644 (file)
index 0d76c05..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = vnstat
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-voice-core/Makefile b/applications/luci-voice-core/Makefile
deleted file mode 100644 (file)
index d57c456..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO=voice_core
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-voice-diag/Makefile b/applications/luci-voice-diag/Makefile
deleted file mode 100644 (file)
index b764ed4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO=voice_diag
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-watchcat/Makefile b/applications/luci-watchcat/Makefile
deleted file mode 100644 (file)
index 2cb156c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-PO=watchcat
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-wol/Makefile b/applications/luci-wol/Makefile
deleted file mode 100644 (file)
index 7c4a85b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = wol
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/luci-wshaper/Makefile b/applications/luci-wshaper/Makefile
deleted file mode 100644 (file)
index fcdd099..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = wshaper
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/applications/myapplication/Makefile b/applications/myapplication/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/build/mkversion.sh b/build/mkversion.sh
deleted file mode 100755 (executable)
index 3680008..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-if svn info >/dev/null 2>/dev/null; then
-       if [ "${4%%/*}" = "branches" ]; then
-               variant="LuCI ${4##*[-/]} Branch"
-       elif [ "${4%%/*}" = "tags" ]; then
-               variant="LuCI ${4##*[-/]} Release"
-       else
-               variant="LuCI Trunk"
-       fi
-elif git status >/dev/null 2>/dev/null; then
-       tag="$(git describe --tags 2>/dev/null)"
-       branch="$(git symbolic-ref --short -q HEAD 2>/dev/null)"
-
-       if [ -n "$tag" ]; then
-               variant="LuCI $tag Release"
-       elif [ "$branch" != "master" ]; then
-               variant="LuCI ${branch##*-} Branch"
-       else
-               variant="LuCI Master"
-       fi
-else
-       variant="LuCI"
-fi
-
-cat <<EOF > $1
-local pcall, dofile, _G = pcall, dofile, _G
-
-module "luci.version"
-
-if pcall(dofile, "/etc/openwrt_release") and _G.DISTRIB_DESCRIPTION then
-       distname    = ""
-       distversion = _G.DISTRIB_DESCRIPTION
-else
-       distname    = "${2:-OpenWrt}"
-       distversion = "${3:-Development Snapshot}"
-end
-
-luciname    = "$variant"
-luciversion = "${5:-svn}"
-EOF
diff --git a/collections/luci-light/Makefile b/collections/luci-light/Makefile
new file mode 100644 (file)
index 0000000..9eee97b
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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 (file)
index 0000000..07c9c50
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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 (file)
index 0000000..dff5be6
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# 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 +luci-lib-nixio
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/httpclient/Makefile b/libs/httpclient/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/libs/json/Makefile b/libs/json/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/libs/luaneightbl/Makefile b/libs/luaneightbl/Makefile
deleted file mode 100644 (file)
index dc2db67..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-ifneq (,$(wildcard ../../build/config.mk))
-include ../../build/config.mk
-include ../../build/module.mk
-include ../../build/gccconfig.mk
-else
-include standalone.mk
-endif
-
-NEIGHTBL_CFLAGS = $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
-
-NEIGHTBL_OBJ = src/neightbl.o
-NEIGHTBL_LIB = src/neightbl.so
-
-%.o: %.c
-       $(CC) $(NEIGHTBL_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
-
-compile: $(NEIGHTBL_OBJ)
-       $(LINK) $(SHLIB_FLAGS) -o $(NEIGHTBL_LIB) $(NEIGHTBL_OBJ)
-       mkdir -p dist$(LUA_LIBRARYDIR)
-       cp $(NEIGHTBL_LIB) dist$(LUA_LIBRARYDIR)/
-
-clean: luaclean
-       rm -f src/*.o src/*.so src/*.a src/*.dll
-
diff --git a/libs/luci-lib-httpclient/Makefile b/libs/luci-lib-httpclient/Makefile
new file mode 100644 (file)
index 0000000..1e7fd1b
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=HTTP(S) client library
+LUCI_DEPENDS:=+luci-base +luci-lib-nixio
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-json/Makefile b/libs/luci-lib-json/Makefile
new file mode 100644 (file)
index 0000000..069886d
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI JSON library
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-luaneightbl/Makefile b/libs/luci-lib-luaneightbl/Makefile
new file mode 100644 (file)
index 0000000..d9ab980
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=neightbl - Lua lib for IPv6 neighbors
+LUCI_DEPENDS:=+luci-base
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-nixio/Makefile b/libs/luci-lib-nixio/Makefile
new file mode 100644 (file)
index 0000000..41800fe
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=NIXIO POSIX library
+LUCI_DEPENDS:=+PACKAGE_luci-lib-nixio_openssl:libopenssl +PACKAGE_luci-lib-nixio_cyassl:libcyassl +liblua
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
similarity index 100%
rename from libs/nixio/NOTICE
rename to libs/luci-lib-nixio/NOTICE
similarity index 100%
rename from libs/nixio/README
rename to libs/luci-lib-nixio/README
diff --git a/libs/luci-lib-nixio/src/Makefile b/libs/luci-lib-nixio/src/Makefile
new file mode 100644 (file)
index 0000000..aaa4292
--- /dev/null
@@ -0,0 +1,120 @@
+OS            = $(shell uname)
+AXTLS_VERSION = 1.2.1
+AXTLS_DIR     = axTLS
+AXTLS_FILE    = $(AXTLS_DIR)-$(AXTLS_VERSION).tar.gz
+#NIXIO_TLS    ?= openssl
+NIXIO_SHADOW ?= $(shell echo 'int main(void){ return !getspnam("root"); }' | $(CC) $(CFLAGS) -include shadow.h -xc -o/dev/null - 2>/dev/null && echo yes)
+NIXIO_SO      = nixio.so
+NIXIO_LDFLAGS = -llua -lm -ldl
+CFLAGS       += -std=gnu99
+
+ifeq (,$(findstring Darwin,$(OS)))
+       NIXIO_LDFLAGS += -lcrypt -shared
+else
+        NIXIO_LDFLAGS += -bundle -undefined dynamic_lookup
+       EXTRA_CFLAGS += -D__DARWIN__
+endif
+
+NIXIO_OBJ = nixio.o socket.o sockopt.o bind.o address.o \
+           protoent.o poll.o io.o file.o splice.o process.o \
+           syslog.o bit.o binary.o fs.o user.o \
+           $(if $(NIXIO_TLS),tls-crypto.o tls-context.o tls-socket.o,)
+
+ifeq ($(NIXIO_TLS),axtls)
+       TLS_CFLAGS = -IaxTLS/ssl -IaxTLS/crypto -IaxTLS/config -include axtls-compat.h
+       TLS_DEPENDS = axtls-compat.o
+       NIXIO_OBJ += axtls-compat.o libaxtls.a
+endif
+
+ifeq ($(NIXIO_TLS),openssl)
+       NIXIO_LDFLAGS += -lssl -lcrypto
+endif
+
+ifeq ($(NIXIO_TLS),cyassl)
+       NIXIO_LDFLAGS += -lcyassl
+       TLS_DEPENDS = cyassl-compat.o
+       TLS_CFLAGS = -include cyassl-compat.h
+       NIXIO_OBJ += cyassl-compat.o
+endif
+
+ifeq ($(NIXIO_TLS),)
+       NIXIO_CFLAGS += -DNO_TLS
+endif
+
+ifneq ($(NIXIO_SHADOW),yes)
+       NIXIO_CFLAGS += -DNO_SHADOW
+endif
+
+
+ifeq ($(OS),SunOS)
+       NIXIO_LDFLAGS += -lsocket -lnsl -lsendfile
+endif
+
+ifneq (,$(findstring MINGW,$(OS))$(findstring mingw,$(OS))$(findstring Windows,$(OS)))
+       NIXIO_CROSS_CC:=$(shell which i586-mingw32msvc-cc)
+ifneq (,$(NIXIO_CROSS_CC))
+       CC:=$(NIXIO_CROSS_CC)
+endif
+       NIXIO_OBJ += mingw-compat.o
+       NIXIO_LDFLAGS_POST:=-llua -lssl -lcrypto -lws2_32 -lgdi32
+       FPIC:=
+       EXTRA_CFLAGS += -D_WIN32_WINNT=0x0501
+       LUA_CFLAGS:=
+       NIXIO_SO:=nixio.dll
+       NIXIO_LDFLAGS:=
+endif
+
+
+%.o: %.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< 
+
+ifneq ($(NIXIO_TLS),)
+tls-crypto.o: $(TLS_DEPENDS) tls-crypto.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ tls-crypto.c
+
+tls-context.o: $(TLS_DEPENDS) tls-context.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ tls-context.c
+       
+tls-socket.o: $(TLS_DEPENDS) tls-socket.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ tls-socket.c
+       
+axtls-compat.o: libaxtls.a axtls-compat.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ axtls-compat.c
+       mkdir -p dist
+       cp -pR axtls-root/* dist/
+endif  
+
+compile: $(NIXIO_OBJ)
+       $(CC) $(LDFLAGS) $(SHLIB_FLAGS) -o $(NIXIO_SO) $(NIXIO_OBJ) $(NIXIO_LDFLAGS) $(NIXIO_LDFLAGS_POST)
+       mkdir -p dist/usr/lib/lua
+       cp $(NIXIO_SO) dist/usr/lib/lua/$(NIXIO_SO)
+
+$(AXTLS_DIR)/.prepared:
+       #rm -rf $(AXTLS_DIR)
+       #tar xvfz $(AXTLS_FILE)
+       cp axtls-config/.config axtls-config/config.h $(AXTLS_DIR)/config
+       touch $@
+
+libaxtls.a: $(AXTLS_DIR)/.prepared
+       $(MAKE) -C $(AXTLS_DIR) CC="$(CC)" CFLAGS="$(CFLAGS) $(EXTRA_CFLAGS) $(FPIC) -Wall -pedantic -I../config -I../ssl -I../crypto" LDFLAGS="$(LDFLAGS)" OS="$(OS)" clean all
+       cp -p $(AXTLS_DIR)/_stage/libaxtls.a src
+       # *************************************************************************
+       #
+       #
+       #
+       # *** WARNING ***
+       # The use of the axTLS cryptographical provider is discouraged!
+       # Please switch to either CyaSSL or OpenSSL.
+       # Support for axTLS might be removed in the near future.
+       #
+       #
+       #
+       #**************************************************************************
+
+clean:
+       rm -f *.o *.so *.a *.dll
+       rm -f $(AXTLS_DIR)/.prepared
+
+install: compile
+       mkdir -p $(DESTDIR)
+       cp -pR dist/* $(DESTDIR)/
diff --git a/libs/luci-lib-px5g/Makefile b/libs/luci-lib-px5g/Makefile
new file mode 100644 (file)
index 0000000..906a105
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support)
+LUCI_DEPENDS:=+luci-lib-nixio
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/luci-lib-rpcc/Makefile b/libs/luci-lib-rpcc/Makefile
new file mode 100644 (file)
index 0000000..e0fea28
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Support for AHCPd
+LUCI_DEPENDS:=@BROKEN
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/libs/nixio/Makefile b/libs/nixio/Makefile
deleted file mode 100644 (file)
index 49ba3ff..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-ifneq (,$(wildcard ../../build/config.mk))
-include ../../build/config.mk
-include ../../build/module.mk
-include ../../build/gccconfig.mk
-else
-include standalone.mk
-endif
-
-AXTLS_VERSION = 1.2.1
-AXTLS_DIR     = axTLS
-AXTLS_FILE    = $(AXTLS_DIR)-$(AXTLS_VERSION).tar.gz
-#NIXIO_TLS    ?= openssl
-NIXIO_SHADOW ?= $(shell echo 'int main(void){ return !getspnam("root"); }' | $(CC) $(CFLAGS) -include shadow.h -xc -o/dev/null - 2>/dev/null && echo yes)
-NIXIO_SO      = nixio.so
-NIXIO_LDFLAGS =
-
-ifeq (,$(findstring Darwin,$(OS)))
-       NIXIO_LDFLAGS += -lcrypt
-else
-       EXTRA_CFLAGS += -D__DARWIN__
-endif
-
-NIXIO_OBJ = src/nixio.o src/socket.o src/sockopt.o src/bind.o src/address.o \
-           src/protoent.o src/poll.o src/io.o src/file.o src/splice.o src/process.o \
-           src/syslog.o src/bit.o src/binary.o src/fs.o src/user.o \
-           $(if $(NIXIO_TLS),src/tls-crypto.o src/tls-context.o src/tls-socket.o,)
-
-ifeq ($(NIXIO_TLS),axtls)
-       TLS_CFLAGS = -IaxTLS/ssl -IaxTLS/crypto -IaxTLS/config -include src/axtls-compat.h
-       TLS_DEPENDS = src/axtls-compat.o
-       NIXIO_OBJ += src/axtls-compat.o src/libaxtls.a
-endif
-
-ifeq ($(NIXIO_TLS),openssl)
-       NIXIO_LDFLAGS += -lssl -lcrypto
-endif
-
-ifeq ($(NIXIO_TLS),cyassl)
-       NIXIO_LDFLAGS += -lcyassl
-       TLS_DEPENDS = src/cyassl-compat.o
-       TLS_CFLAGS = -include src/cyassl-compat.h
-       NIXIO_OBJ += src/cyassl-compat.o
-endif
-
-ifeq ($(NIXIO_TLS),)
-       NIXIO_CFLAGS += -DNO_TLS
-endif
-
-ifneq ($(NIXIO_SHADOW),yes)
-       NIXIO_CFLAGS += -DNO_SHADOW
-endif
-
-
-ifeq ($(OS),SunOS)
-       NIXIO_LDFLAGS += -lsocket -lnsl -lsendfile
-endif
-
-ifneq (,$(findstring MINGW,$(OS))$(findstring mingw,$(OS))$(findstring Windows,$(OS)))
-       NIXIO_CROSS_CC:=$(shell which i586-mingw32msvc-cc)
-ifneq (,$(NIXIO_CROSS_CC))
-       CC:=$(NIXIO_CROSS_CC)
-endif
-       NIXIO_OBJ += src/mingw-compat.o
-       NIXIO_LDFLAGS_POST:=-llua -lssl -lcrypto -lws2_32 -lgdi32
-       FPIC:=
-       EXTRA_CFLAGS += -D_WIN32_WINNT=0x0501
-       LUA_CFLAGS:=
-       NIXIO_SO:=nixio.dll
-       NIXIO_LDFLAGS:=
-endif
-
-
-%.o: %.c
-       $(COMPILE) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< 
-
-ifneq ($(NIXIO_TLS),)
-src/tls-crypto.o: $(TLS_DEPENDS) src/tls-crypto.c
-       $(COMPILE) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ src/tls-crypto.c
-
-src/tls-context.o: $(TLS_DEPENDS) src/tls-context.c
-       $(COMPILE) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ src/tls-context.c
-       
-src/tls-socket.o: $(TLS_DEPENDS) src/tls-socket.c
-       $(COMPILE) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ src/tls-socket.c
-       
-src/axtls-compat.o: src/libaxtls.a src/axtls-compat.c
-       $(COMPILE) $(NIXIO_CFLAGS) $(LUA_CFLAGS) $(FPIC) $(TLS_CFLAGS) -c -o $@ src/axtls-compat.c
-       mkdir -p dist
-       cp -pR axtls-root/* dist/
-endif  
-
-compile: $(NIXIO_OBJ)
-       $(LINK) $(SHLIB_FLAGS) -o src/$(NIXIO_SO) $(NIXIO_OBJ) $(NIXIO_LDFLAGS) $(NIXIO_LDFLAGS_POST)
-       mkdir -p dist$(LUA_LIBRARYDIR)
-       cp src/$(NIXIO_SO) dist$(LUA_LIBRARYDIR)/$(NIXIO_SO)
-
-$(AXTLS_DIR)/.prepared:
-       #rm -rf $(AXTLS_DIR)
-       #tar xvfz $(AXTLS_FILE)
-       cp axtls-config/.config axtls-config/config.h $(AXTLS_DIR)/config
-       touch $@
-
-src/libaxtls.a: $(AXTLS_DIR)/.prepared
-       $(MAKE) -C $(AXTLS_DIR) CC="$(CC)" CFLAGS="$(CFLAGS) $(EXTRA_CFLAGS) $(FPIC) -Wall -pedantic -I../config -I../ssl -I../crypto" LDFLAGS="$(LDFLAGS)" OS="$(OS)" clean all
-       cp -p $(AXTLS_DIR)/_stage/libaxtls.a src
-       # *************************************************************************
-       #
-       #
-       #
-       # *** WARNING ***
-       # The use of the axTLS cryptographical provider is discouraged!
-       # Please switch to either CyaSSL or OpenSSL.
-       # Support for axTLS might be removed in the near future.
-       #
-       #
-       #
-       #**************************************************************************
-
-clean: luaclean
-       rm -f src/*.o src/*.so src/*.a src/*.dll
-       rm -f $(AXTLS_DIR)/.prepared
-
-install: build
-       cp -pR dist$(LUA_MODULEDIR)/* $(LUA_MODULEDIR)
-       cp -pR dist$(LUA_LIBRARYDIR)/* $(LUA_LIBRARYDIR)
diff --git a/libs/px5g/Makefile b/libs/px5g/Makefile
deleted file mode 100644 (file)
index 80a650e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
-include ../../build/gccconfig.mk
-
-PX5G_LIB_CFLAGS = -Isrc/ -include src/polarssl/rsa.h \
-       -include src/polarssl/x509.h \
-       $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
-
-PX5G_OBJ_CFLAGS = -Isrc/ \
-       $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
-
-PX5G_LIB = src/library/bignum.o src/library/havege.o src/library/rsa.o \
-               src/library/sha1.o src/library/timing.o src/library/x509write.o
-PX5G_OBJ = src/px5g.o
-
-src/library/%.o: src/library/%.c
-       $(CC) $(PX5G_LIB_CFLAGS) $(FPIC) -c -o $@ $<
-
-%.o: %.c
-       $(CC) $(PX5G_OBJ_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
-
-compile: $(PX5G_LIB) $(PX5G_OBJ)
-       $(LINK) $(SHLIB_FLAGS) -o src/px5g.so $(PX5G_OBJ) $(PX5G_LIB)
-       mkdir -p dist$(LUA_LIBRARYDIR)
-       cp src/px5g.so dist$(LUA_LIBRARYDIR)/px5g.so
-
-clean: luaclean
-       rm -f $(PX5G_OBJ) $(PX5G_LIB) src/*.o src/*.so src/*.a src/*.dll
diff --git a/libs/rpcc/Makefile b/libs/rpcc/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/luci.mk b/luci.mk
new file mode 100644 (file)
index 0000000..12e9b02
--- /dev/null
+++ b/luci.mk
@@ -0,0 +1,206 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+LUCI_NAME?=$(notdir ${CURDIR})
+LUCI_TYPE?=$(word 2,$(subst -, ,$(LUCI_NAME)))
+LUCI_BASENAME?=$(patsubst luci-$(LUCI_TYPE)-%,%,$(LUCI_NAME))
+LUCI_LANGUAGES:=$(filter-out templates,$(notdir $(wildcard ${CURDIR}/po/*)))
+LUCI_DEFAULTS:=$(notdir $(wildcard ${CURDIR}/root/etc/uci-defaults/*))
+
+# Language code titles
+LUCI_LANG.ca=Català (Catalan)
+LUCI_LANG.cs=Čeština (Czech)
+LUCI_LANG.de=Deutsch (German)
+LUCI_LANG.el=Ελληνικά (Greek)
+LUCI_LANG.en=English
+LUCI_LANG.es=Español (Spanish)
+LUCI_LANG.fr=Français (French)
+LUCI_LANG.he=עִבְרִית (Hebrew)
+LUCI_LANG.hu=Magyar (Hungarian)
+LUCI_LANG.it=Italiano (Italian)
+LUCI_LANG.ja=日本語 (Japanese)
+LUCI_LANG.ms=Bahasa Melayu (Malay)
+LUCI_LANG.no=Norsk (Norwegian)
+LUCI_LANG.pl=Polski (Polish)
+LUCI_LANG.pt-br=Português do Brasil (Brazialian Portuguese)
+LUCI_LANG.pt=Português (Portuguese)
+LUCI_LANG.ro=Română (Romanian)
+LUCI_LANG.ru=Русский (Russian)
+LUCI_LANG.sk=Slovenčina (Slovene)
+LUCI_LANG.sv=Svenska (Swedish)
+LUCI_LANG.tr=Türkçe (Turkish)
+LUCI_LANG.uk=украї́нська (Ukrainian)
+LUCI_LANG.vi=Tiếng Việt (Vietnamese)
+LUCI_LANG.zh-cn=普通话 (Chinese)
+LUCI_LANG.zh-tw=臺灣華語 (Taiwanese)
+
+# Submenu titles
+LUCI_MENU.col=1. Collections
+LUCI_MENU.mod=2. Modules
+LUCI_MENU.app=3. Applications
+LUCI_MENU.theme=4. Themes
+LUCI_MENU.proto=5. Protocols
+LUCI_MENU.lib=6. Libraries
+
+
+PKG_NAME?=$(LUCI_NAME)
+
+PKG_VERSION?=$(if $(DUMP),x,$(strip $(shell \
+       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" \
+)))
+
+PKG_RELEASE?=1
+PKG_INSTALL:=$(if $(realpath src/Makefile),1)
+PKG_BUILD_DEPENDS += lua/host luci-base/host $(LUCI_BUILD_DEPENDS)
+PKG_CONFIG_DEPENDS += CONFIG_LUCI_SRCDIET
+
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/$(PKG_NAME)
+  SECTION:=luci
+  CATEGORY:=LuCI
+  SUBMENU:=$(if $(LUCI_MENU.$(LUCI_TYPE)),$(LUCI_MENU.$(LUCI_TYPE)),$(LUCI_MENU.app))
+  TITLE:=$(if $(LUCI_TITLE),$(LUCI_TITLE),LuCI $(LUCI_NAME) $(LUCI_TYPE))
+  DEPENDS:=$(foreach lang,$(LUCI_LANGUAGES),+LUCI_LANG_$(lang):luci-i18n-$(LUCI_BASENAME)-$(lang)) $(LUCI_DEPENDS)
+endef
+
+ifneq ($(LUCI_DESCRIPTION),)
+ define Package/$(PKG_NAME)/description
+   $(strip $(LUCI_DESCRIPTION))
+ endef
+endif
+
+# Language selection for luci-base
+ifeq ($(PKG_NAME),luci-base)
+ define Package/luci-base/config
+   config LUCI_SRCDIET
+       bool "Minify Lua sources"
+       default n
+
+   menu "Translations"$(foreach lang,$(LUCI_LANGUAGES),
+
+     config LUCI_LANG_$(lang)
+          bool "$(shell echo '$(LUCI_LANG.$(lang))' | sed -e 's/^.* (\(.*\))$$/\1/') ($(lang))")
+
+   endmenu
+ endef
+endif
+
+define Build/Prepare
+       for d in luasrc htdocs root src; do \
+         if [ -d ./$$$$d ]; then \
+           mkdir -p $(PKG_BUILD_DIR)/$$$$d; \
+               $(CP) ./$$$$d/* $(PKG_BUILD_DIR)/$$$$d/; \
+         fi; \
+       done
+       $(call Build/Prepare/Default)
+endef
+
+define Build/Configure
+endef
+
+ifneq ($(wildcard ${CURDIR}/src/Makefile),)
+ MAKE_PATH := src/
+ MAKE_VARS += FPIC="$(FPIC)" LUCI_VERSION="$(PKG_VERSION)"
+
+ define Build/Compile
+       $(call Build/Compile/Default,clean compile)
+ endef
+else
+ define Build/Compile
+ endef
+endif
+
+HTDOCS = /www
+LUA_LIBRARYDIR = /usr/lib/lua
+LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
+
+define SrcDiet
+       $(FIND) $(1) -type f -name '*.lua' | while read src; do \
+               if $(STAGING_DIR_HOST)/bin/lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet \
+                       --noopt-binequiv -o "$$$$src.o" "$$$$src"; \
+               then mv "$$$$src.o" "$$$$src"; fi; \
+       done
+endef
+
+define Package/$(PKG_NAME)/install
+       if [ -d $(PKG_BUILD_DIR)/luasrc ]; then \
+         $(INSTALL_DIR) $(1)$(LUCI_LIBRARYDIR); \
+         cp -pR $(PKG_BUILD_DIR)/luasrc/* $(1)$(LUCI_LIBRARYDIR)/; \
+         $(if $(CONFIG_LUCI_SRCDIET),$(call SrcDiet,$(1)$(LUCI_LIBRARYDIR)/),true); \
+       else true; fi
+       if [ -d $(PKG_BUILD_DIR)/htdocs ]; then \
+         $(INSTALL_DIR) $(1)$(HTDOCS); \
+         cp -pR $(PKG_BUILD_DIR)/htdocs/* $(1)$(HTDOCS)/; \
+       else true; fi
+       if [ -d $(PKG_BUILD_DIR)/root ]; then \
+         $(INSTALL_DIR) $(1)/; \
+         cp -pR $(PKG_BUILD_DIR)/root/* $(1)/; \
+       else true; fi
+       if [ -d $(PKG_BUILD_DIR)/src ]; then \
+         $(call Build/Install/Default) \
+         $(CP) $(PKG_INSTALL_DIR)/* $(1)/; \
+       else true; fi
+endef
+
+ifneq ($(LUCI_DEFAULTS),)
+define Package/$(PKG_NAME)/postinst
+[ -n "$${IPKG_INSTROOT}" ] || {$(foreach script,$(LUCI_DEFAULTS),
+       (. /etc/uci-defaults/$(script)) && rm -f /etc/uci-defaults/$(script))
+       exit 0
+}
+endef
+endif
+
+
+LUCI_BUILD_PACKAGES := $(PKG_NAME)
+
+define LuciTranslation
+  define Package/luci-i18n-$(LUCI_BASENAME)-$(1)
+    SECTION:=luci
+    CATEGORY:=LuCI
+    TITLE:=$(PKG_NAME) - $(1) translation
+    HIDDEN:=1
+  endef
+
+  define Package/luci-i18n-$(LUCI_BASENAME)-$(1)/install
+       $$(INSTALL_DIR) $$(1)/etc/uci-defaults
+       echo "uci set luci.languages.$(subst -,_,$(1))='$(LUCI_LANG.$(1))'; uci commit luci" \
+               > $$(1)/etc/uci-defaults/luci-i18n-$(LUCI_BASENAME)-$(1)
+       $$(INSTALL_DIR) $$(1)$(LUCI_LIBRARYDIR)/i18n
+       $(foreach po,$(wildcard ${CURDIR}/po/$(1)/*.po), \
+               po2lmo $(po) \
+                       $$(1)$(LUCI_LIBRARYDIR)/i18n/$(basename $(notdir $(po))).$(1).lmo;)
+  endef
+
+  define Package/luci-i18n-$(LUCI_BASENAME)-$(1)/postinst
+       [ -n "$$$${IPKG_INSTROOT}" ] || {
+               (. /etc/uci-defaults/luci-i18n-$(LUCI_BASENAME)-$(1)) && rm -f /etc/uci-defaults/luci-i18n-$(LUCI_BASENAME)-$(1)
+               exit 0
+       }
+  endef
+
+  LUCI_BUILD_PACKAGES += luci-i18n-$(LUCI_BASENAME)-$(1)
+
+endef
+
+$(foreach lang,$(LUCI_LANGUAGES),$(eval $(call LuciTranslation,$(lang))))
+$(foreach pkg,$(LUCI_BUILD_PACKAGES),$(eval $(call BuildPackage,$(pkg))))
diff --git a/modules/admin-full/Makefile b/modules/admin-full/Makefile
deleted file mode 100644 (file)
index 819d13f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
-include ../../build/gccconfig.mk
-
-BWC_LDFLAGS    = -ldl
-BWC_CFLAGS     =
-BWC_BIN        = luci-bwc
-BWC_OBJ        = src/luci-bwc.o
-
-%.o: %.c
-       $(COMPILE) $(BWC_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
-
-compile: build-clean $(BWC_OBJ)
-       $(LINK) -o src/$(BWC_BIN) $(BWC_OBJ) $(BWC_LDFLAGS)
-       mkdir -p dist/usr/bin
-       cp src/$(BWC_BIN) dist/usr/bin/$(BWC_BIN)
-
-install: build
-       cp -pR dist/usr/bin/$(BWC_BIN) /usr/bin/$(BWC_BIN)
-
-clean: build-clean
-
-build-clean:
-       rm -f src/*.o src/$(BWC_BIN)
diff --git a/modules/admin-mini/Makefile b/modules/admin-mini/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/modules/base/Makefile b/modules/base/Makefile
deleted file mode 100644 (file)
index ad16ec7..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-ifneq (,$(wildcard ../../build/config.mk))
-include ../../build/config.mk
-include ../../build/module.mk
-include ../../build/gccconfig.mk
-else
-include standalone.mk
-endif
-
-TPL_LDFLAGS    =
-TPL_CFLAGS     =
-TPL_SO         = parser.so
-TPL_PO2LMO     = po2lmo
-TPL_PO2LMO_OBJ = src/po2lmo.o
-TPL_LMO_OBJ    = src/template_lmo.o
-TPL_COMMON_OBJ = src/template_parser.o src/template_utils.o
-TPL_LUALIB_OBJ = src/template_lualib.o
-
-%.o: %.c
-       $(COMPILE) $(TPL_CFLAGS) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
-
-compile: build-clean $(TPL_COMMON_OBJ) $(TPL_LUALIB_OBJ) $(TPL_LMO_OBJ) $(TPL_PO2LMO_OBJ)
-       $(LINK) $(SHLIB_FLAGS) $(TPL_LDFLAGS) -o src/$(TPL_SO) \
-               $(TPL_COMMON_OBJ) $(TPL_LMO_OBJ) $(TPL_LUALIB_OBJ)
-       $(LINK) -o src/$(TPL_PO2LMO) \
-               $(TPL_LMO_OBJ) $(TPL_PO2LMO_OBJ)
-       mkdir -p dist$(LUCI_LIBRARYDIR)/template
-       cp src/$(TPL_SO) dist$(LUCI_LIBRARYDIR)/template/$(TPL_SO)
-
-install: build
-       cp -pR dist$(LUA_LIBRARYDIR)/* $(LUA_LIBRARYDIR)
-
-clean: build-clean
-
-build-clean:
-       rm -f src/*.o src/$(TPL_SO)
-
-host-compile: build-clean host-clean $(TPL_LMO_OBJ) $(TPL_PO2LMO_OBJ)
-       $(LINK) -o src/$(TPL_PO2LMO) $(TPL_LMO_OBJ) $(TPL_PO2LMO_OBJ)
-
-host-install: host-compile
-       cp src/$(TPL_PO2LMO) ../../build/$(TPL_PO2LMO)
-
-host-clean:
-       rm -f src/$(TPL_PO2LMO)
-       rm -f ../../build/$(TPL_PO2LMO)
diff --git a/modules/failsafe/Makefile b/modules/failsafe/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/modules/freifunk/Makefile b/modules/freifunk/Makefile
deleted file mode 100644 (file)
index 82c5b13..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PO = freifunk
-
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile
new file mode 100644 (file)
index 0000000..ea40adc
--- /dev/null
@@ -0,0 +1,42 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=luci-base
+
+LUCI_TYPE:=mod
+LUCI_BASENAME:=base
+
+LUCI_TITLE:=LuCI core libraries
+
+PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2
+PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files
+PKG_MD5SUM:=8a0812701e29b6715e4d76f2f118264a
+
+HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
+
+include $(INCLUDE_DIR)/host-build.mk
+
+include ../../luci.mk
+
+define Host/Configure
+endef
+
+define Host/Compile
+       $(MAKE) -C src/ clean po2lmo
+       $(MAKE) -C $(HOST_BUILD_DIR) bin/LuaSrcDiet.lua
+endef
+
+define Host/Install
+       $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
+       $(INSTALL_BIN) src/po2lmo $(STAGING_DIR_HOST)/bin/po2lmo
+       $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet
+endef
+
+$(eval $(call HostBuild))
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot
new file mode 100644 (file)
index 0000000..f71e6d3
--- /dev/null
@@ -0,0 +1,2856 @@
+msgid ""
+msgstr "Content-Type: text/plain; charset=UTF-8"
+
+msgid "(%d minute window, %d second interval)"
+msgstr ""
+
+msgid "(%s available)"
+msgstr ""
+
+msgid "(empty)"
+msgstr ""
+
+msgid "(no interfaces attached)"
+msgstr ""
+
+msgid "-- Additional Field --"
+msgstr ""
+
+msgid "-- Please choose --"
+msgstr ""
+
+msgid "-- custom --"
+msgstr ""
+
+msgid "1 Minute Load:"
+msgstr ""
+
+msgid "15 Minute Load:"
+msgstr ""
+
+msgid "5 Minute Load:"
+msgstr ""
+
+msgid "<abbr title=\"Basic Service Set Identifier\">BSSID</abbr>"
+msgstr ""
+
+msgid "<abbr title=\"Domain Name System\">DNS</abbr> query port"
+msgstr ""
+
+msgid "<abbr title=\"Domain Name System\">DNS</abbr> server port"
+msgstr ""
+
+msgid ""
+"<abbr title=\"Domain Name System\">DNS</abbr> servers will be queried in the "
+"order of the resolvfile"
+msgstr ""
+
+msgid "<abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"
+msgstr ""
+
+msgid "<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"
+msgstr ""
+
+msgid "<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Gateway"
+msgstr ""
+
+msgid "<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Netmask"
+msgstr ""
+
+msgid ""
+"<abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Address or Network "
+"(CIDR)"
+msgstr ""
+
+msgid "<abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Gateway"
+msgstr ""
+
+msgid "<abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Suffix (hex)"
+msgstr ""
+
+msgid "<abbr title=\"Light Emitting Diode\">LED</abbr> Configuration"
+msgstr ""
+
+msgid "<abbr title=\"Light Emitting Diode\">LED</abbr> Name"
+msgstr ""
+
+msgid "<abbr title=\"Media Access Control\">MAC</abbr>-Address"
+msgstr ""
+
+msgid ""
+"<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Dynamic Host Configuration "
+"Protocol\">DHCP</abbr> leases"
+msgstr ""
+
+msgid ""
+"<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Extension Mechanisms for "
+"Domain Name System\">EDNS0</abbr> packet size"
+msgstr ""
+
+msgid "<abbr title=\"maximal\">Max.</abbr> concurrent queries"
+msgstr ""
+
+msgid "<abbr title='Pairwise: %s / Group: %s'>%s - %s</abbr>"
+msgstr ""
+
+msgid "ADSL"
+msgstr ""
+
+msgid "ADSL Status"
+msgstr ""
+
+msgid "APN"
+msgstr ""
+
+msgid "AR Support"
+msgstr ""
+
+msgid "ARP retry threshold"
+msgstr ""
+
+msgid "ATM Bridges"
+msgstr ""
+
+msgid "ATM Virtual Channel Identifier (VCI)"
+msgstr ""
+
+msgid "ATM Virtual Path Identifier (VPI)"
+msgstr ""
+
+msgid ""
+"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
+"Linux network interfaces which can be used in conjunction with DHCP or PPP "
+"to dial into the provider network."
+msgstr ""
+
+msgid "ATM device number"
+msgstr ""
+
+msgid "Access Concentrator"
+msgstr ""
+
+msgid "Access Point"
+msgstr ""
+
+msgid "Action"
+msgstr ""
+
+msgid "Actions"
+msgstr ""
+
+msgid "Activate this network"
+msgstr ""
+
+msgid "Active <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Routes"
+msgstr ""
+
+msgid "Active <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Routes"
+msgstr ""
+
+msgid "Active Connections"
+msgstr ""
+
+msgid "Active DHCP Leases"
+msgstr ""
+
+msgid "Active DHCPv6 Leases"
+msgstr ""
+
+msgid "Ad-Hoc"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add local domain suffix to names served from hosts files"
+msgstr ""
+
+msgid "Add new interface..."
+msgstr ""
+
+msgid "Additional Hosts files"
+msgstr ""
+
+msgid "Address"
+msgstr ""
+
+msgid "Address to access local relay bridge"
+msgstr ""
+
+msgid "Administration"
+msgstr ""
+
+msgid "Advanced Settings"
+msgstr ""
+
+msgid "Alert"
+msgstr ""
+
+msgid "Allow <abbr title=\"Secure Shell\">SSH</abbr> password authentication"
+msgstr ""
+
+msgid "Allow all except listed"
+msgstr ""
+
+msgid "Allow listed only"
+msgstr ""
+
+msgid "Allow localhost"
+msgstr ""
+
+msgid "Allow remote hosts to connect to local SSH forwarded ports"
+msgstr ""
+
+msgid "Allow root logins with password"
+msgstr ""
+
+msgid "Allow the <em>root</em> user to login with password"
+msgstr ""
+
+msgid ""
+"Allow upstream responses in the 127.0.0.0/8 range, e.g. for RBL services"
+msgstr ""
+
+msgid "Always announce default router"
+msgstr ""
+
+msgid ""
+"Always use 40MHz channels even if the secondary channel overlaps. Using this "
+"option does not comply with IEEE 802.11n-2009!"
+msgstr ""
+
+msgid "An additional network will be created if you leave this unchecked."
+msgstr ""
+
+msgid "Announce as default router even if no public prefix is available."
+msgstr ""
+
+msgid "Announced DNS domains"
+msgstr ""
+
+msgid "Announced DNS servers"
+msgstr ""
+
+msgid "Antenna 1"
+msgstr ""
+
+msgid "Antenna 2"
+msgstr ""
+
+msgid "Antenna Configuration"
+msgstr ""
+
+msgid "Any zone"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Applying changes"
+msgstr ""
+
+msgid ""
+"Assign a part of given length of every public IPv6-prefix to this interface"
+msgstr ""
+
+msgid "Assign interfaces..."
+msgstr ""
+
+msgid ""
+"Assign prefix parts using this hexadecimal subprefix ID for this interface."
+msgstr ""
+
+msgid "Associated Stations"
+msgstr ""
+
+msgid "Atheros 802.11%s Wireless Controller"
+msgstr ""
+
+msgid "Authentication"
+msgstr ""
+
+msgid "Authoritative"
+msgstr ""
+
+msgid "Authorization Required"
+msgstr ""
+
+msgid "Auto Refresh"
+msgstr ""
+
+msgid "Automatic"
+msgstr ""
+
+msgid "Automatic Homenet (HNCP)"
+msgstr ""
+
+msgid "Available"
+msgstr ""
+
+msgid "Available packages"
+msgstr ""
+
+msgid "Average:"
+msgstr ""
+
+msgid "BSSID"
+msgstr ""
+
+msgid "Back"
+msgstr ""
+
+msgid "Back to Overview"
+msgstr ""
+
+msgid "Back to configuration"
+msgstr ""
+
+msgid "Back to overview"
+msgstr ""
+
+msgid "Back to scan results"
+msgstr ""
+
+msgid "Background Scan"
+msgstr ""
+
+msgid "Backup / Flash Firmware"
+msgstr ""
+
+msgid "Backup / Restore"
+msgstr ""
+
+msgid "Backup file list"
+msgstr ""
+
+msgid "Bad address specified!"
+msgstr ""
+
+msgid "Band"
+msgstr ""
+
+msgid ""
+"Below is the determined list of files to backup. It consists of changed "
+"configuration files marked by opkg, essential base files and the user "
+"defined backup patterns."
+msgstr ""
+
+msgid "Bitrate"
+msgstr ""
+
+msgid "Bogus NX Domain Override"
+msgstr ""
+
+msgid "Bridge"
+msgstr ""
+
+msgid "Bridge interfaces"
+msgstr ""
+
+msgid "Bridge unit number"
+msgstr ""
+
+msgid "Bring up on boot"
+msgstr ""
+
+msgid "Broadcom 802.11%s Wireless Controller"
+msgstr ""
+
+msgid "Broadcom BCM%04x 802.11 Wireless Controller"
+msgstr ""
+
+msgid "Buffered"
+msgstr ""
+
+msgid "Buttons"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "CPU usage (%)"
+msgstr ""
+
+msgid "Cached"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Category"
+msgstr ""
+
+msgid "Chain"
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes applied."
+msgstr ""
+
+msgid "Changes the administrator password for accessing the device"
+msgstr ""
+
+msgid "Channel"
+msgstr ""
+
+msgid "Check"
+msgstr ""
+
+msgid "Checksum"
+msgstr ""
+
+msgid ""
+"Choose the firewall zone you want to assign to this interface. Select "
+"<em>unspecified</em> to remove the interface from the associated zone or "
+"fill out the <em>create</em> field to define a new zone and attach the "
+"interface to it."
+msgstr ""
+
+msgid ""
+"Choose the network(s) you want to attach to this wireless interface or fill "
+"out the <em>create</em> field to define a new network."
+msgstr ""
+
+msgid "Cipher"
+msgstr ""
+
+msgid ""
+"Click \"Generate archive\" to download a tar archive of the current "
+"configuration files. To reset the firmware to its initial state, click "
+"\"Perform reset\" (only possible with squashfs images)."
+msgstr ""
+
+msgid "Client"
+msgstr ""
+
+msgid "Client ID to send when requesting DHCP"
+msgstr ""
+
+msgid ""
+"Close inactive connection after the given amount of seconds, use 0 to "
+"persist connection"
+msgstr ""
+
+msgid "Close list..."
+msgstr ""
+
+msgid "Collecting data..."
+msgstr ""
+
+msgid "Command"
+msgstr ""
+
+msgid "Common Configuration"
+msgstr ""
+
+msgid "Compression"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configuration applied."
+msgstr ""
+
+msgid "Configuration files will be kept."
+msgstr ""
+
+msgid "Configures this mount as overlay storage for block-extroot"
+msgstr ""
+
+msgid "Confirmation"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connected"
+msgstr ""
+
+msgid "Connection Limit"
+msgstr ""
+
+msgid "Connections"
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Country Code"
+msgstr ""
+
+msgid "Cover the following interface"
+msgstr ""
+
+msgid "Cover the following interfaces"
+msgstr ""
+
+msgid "Create / Assign firewall-zone"
+msgstr ""
+
+msgid "Create Interface"
+msgstr ""
+
+msgid "Create a bridge over multiple interfaces"
+msgstr ""
+
+msgid "Critical"
+msgstr ""
+
+msgid "Cron Log Level"
+msgstr ""
+
+msgid "Custom Interface"
+msgstr ""
+
+msgid "Custom delegated IPv6-prefix"
+msgstr ""
+
+msgid ""
+"Customizes the behaviour of the device <abbr title=\"Light Emitting Diode"
+"\">LED</abbr>s if possible."
+msgstr ""
+
+msgid "DHCP Leases"
+msgstr ""
+
+msgid "DHCP Server"
+msgstr ""
+
+msgid "DHCP and DNS"
+msgstr ""
+
+msgid "DHCP client"
+msgstr ""
+
+msgid "DHCP-Options"
+msgstr ""
+
+msgid "DHCPv6 Leases"
+msgstr ""
+
+msgid "DHCPv6 client"
+msgstr ""
+
+msgid "DHCPv6-Mode"
+msgstr ""
+
+msgid "DHCPv6-Service"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "DNS forwardings"
+msgstr ""
+
+msgid "DNS-Label / FQDN"
+msgstr ""
+
+msgid "DS-Lite AFTR address"
+msgstr ""
+
+msgid "DUID"
+msgstr ""
+
+msgid "Debug"
+msgstr ""
+
+msgid "Default %d"
+msgstr ""
+
+msgid "Default gateway"
+msgstr ""
+
+msgid "Default state"
+msgstr ""
+
+msgid "Define a name for this network."
+msgstr ""
+
+msgid ""
+"Define additional DHCP options, for example "
+"\"<code>6,192.168.2.1,192.168.2.2</code>\" which advertises different DNS "
+"servers to clients."
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete this interface"
+msgstr ""
+
+msgid "Delete this network"
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Design"
+msgstr ""
+
+msgid "Destination"
+msgstr ""
+
+msgid "Device"
+msgstr ""
+
+msgid "Device Configuration"
+msgstr ""
+
+msgid "Diagnostics"
+msgstr ""
+
+msgid "Directory"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid ""
+"Disable <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> for "
+"this interface."
+msgstr ""
+
+msgid "Disable DNS setup"
+msgstr ""
+
+msgid "Disable HW-Beacon timer"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Discard upstream RFC1918 responses"
+msgstr ""
+
+msgid "Displaying only packages containing"
+msgstr ""
+
+msgid "Distance Optimization"
+msgstr ""
+
+msgid "Distance to farthest network member in meters."
+msgstr ""
+
+msgid "Diversity"
+msgstr ""
+
+msgid ""
+"Dnsmasq is a combined <abbr title=\"Dynamic Host Configuration Protocol"
+"\">DHCP</abbr>-Server and <abbr title=\"Domain Name System\">DNS</abbr>-"
+"Forwarder for <abbr title=\"Network Address Translation\">NAT</abbr> "
+"firewalls"
+msgstr ""
+
+msgid "Do not cache negative replies, e.g. for not existing domains"
+msgstr ""
+
+msgid "Do not forward requests that cannot be answered by public name servers"
+msgstr ""
+
+msgid "Do not forward reverse lookups for local networks"
+msgstr ""
+
+msgid "Do not send probe responses"
+msgstr ""
+
+msgid "Domain required"
+msgstr ""
+
+msgid "Domain whitelist"
+msgstr ""
+
+msgid ""
+"Don't forward <abbr title=\"Domain Name System\">DNS</abbr>-Requests without "
+"<abbr title=\"Domain Name System\">DNS</abbr>-Name"
+msgstr ""
+
+msgid "Download and install package"
+msgstr ""
+
+msgid "Download backup"
+msgstr ""
+
+msgid "Dropbear Instance"
+msgstr ""
+
+msgid ""
+"Dropbear offers <abbr title=\"Secure Shell\">SSH</abbr> network shell access "
+"and an integrated <abbr title=\"Secure Copy\">SCP</abbr> server"
+msgstr ""
+
+msgid "Dual-Stack Lite (RFC6333)"
+msgstr ""
+
+msgid "Dynamic <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr>"
+msgstr ""
+
+msgid "Dynamic tunnel"
+msgstr ""
+
+msgid ""
+"Dynamically allocate DHCP addresses for clients. If disabled, only clients "
+"having static leases will be served."
+msgstr ""
+
+msgid "EAP-Method"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit this interface"
+msgstr ""
+
+msgid "Edit this network"
+msgstr ""
+
+msgid "Emergency"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable <abbr title=\"Spanning Tree Protocol\">STP</abbr>"
+msgstr ""
+
+msgid "Enable HE.net dynamic endpoint update"
+msgstr ""
+
+msgid "Enable IPv6 negotiation on the PPP link"
+msgstr ""
+
+msgid "Enable Jumbo Frame passthrough"
+msgstr ""
+
+msgid "Enable NTP client"
+msgstr ""
+
+msgid "Enable TFTP server"
+msgstr ""
+
+msgid "Enable VLAN functionality"
+msgstr ""
+
+msgid "Enable learning and aging"
+msgstr ""
+
+msgid "Enable this mount"
+msgstr ""
+
+msgid "Enable this swap"
+msgstr ""
+
+msgid "Enable/Disable"
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enables the Spanning Tree Protocol on this bridge"
+msgstr ""
+
+msgid "Encapsulation mode"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Erasing..."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Ethernet Adapter"
+msgstr ""
+
+msgid "Ethernet Switch"
+msgstr ""
+
+msgid "Expand hosts"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid ""
+"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
+msgstr ""
+
+msgid "External"
+msgstr ""
+
+msgid "External system log server"
+msgstr ""
+
+msgid "External system log server port"
+msgstr ""
+
+msgid "Fast Frames"
+msgstr ""
+
+msgid "File"
+msgstr ""
+
+msgid "Filename of the boot image advertised to clients"
+msgstr ""
+
+msgid "Filesystem"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter private"
+msgstr ""
+
+msgid "Filter useless"
+msgstr ""
+
+msgid "Find and join network"
+msgstr ""
+
+msgid "Find package"
+msgstr ""
+
+msgid "Finish"
+msgstr ""
+
+msgid "Firewall"
+msgstr ""
+
+msgid "Firewall Settings"
+msgstr ""
+
+msgid "Firewall Status"
+msgstr ""
+
+msgid "Firmware Version"
+msgstr ""
+
+msgid "Fixed source port for outbound DNS queries"
+msgstr ""
+
+msgid "Flags"
+msgstr ""
+
+msgid "Flash Firmware"
+msgstr ""
+
+msgid "Flash image..."
+msgstr ""
+
+msgid "Flash new firmware image"
+msgstr ""
+
+msgid "Flash operations"
+msgstr ""
+
+msgid "Flashing..."
+msgstr ""
+
+msgid "Force"
+msgstr ""
+
+msgid "Force 40MHz mode"
+msgstr ""
+
+msgid "Force CCMP (AES)"
+msgstr ""
+
+msgid "Force DHCP on this network even if another server is detected."
+msgstr ""
+
+msgid "Force TKIP"
+msgstr ""
+
+msgid "Force TKIP and CCMP (AES)"
+msgstr ""
+
+msgid "Forward DHCP traffic"
+msgstr ""
+
+msgid "Forward broadcast traffic"
+msgstr ""
+
+msgid "Forwarding mode"
+msgstr ""
+
+msgid "Fragmentation Threshold"
+msgstr ""
+
+msgid "Frame Bursting"
+msgstr ""
+
+msgid "Free"
+msgstr ""
+
+msgid "Free space"
+msgstr ""
+
+msgid "Frequency Hopping"
+msgstr ""
+
+msgid "GHz"
+msgstr ""
+
+msgid "GPRS only"
+msgstr ""
+
+msgid "Gateway"
+msgstr ""
+
+msgid "Gateway ports"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General Setup"
+msgstr ""
+
+msgid "Generate archive"
+msgstr ""
+
+msgid "Generic 802.11%s Wireless Controller"
+msgstr ""
+
+msgid "Given password confirmation did not match, password not changed!"
+msgstr ""
+
+msgid "Global network options"
+msgstr ""
+
+msgid "Go to password configuration..."
+msgstr ""
+
+msgid "Go to relevant configuration page"
+msgstr ""
+
+msgid "Guest"
+msgstr ""
+
+msgid "HE.net password"
+msgstr ""
+
+msgid "HE.net username"
+msgstr ""
+
+msgid "HT mode (802.11n)"
+msgstr ""
+
+msgid "Handler"
+msgstr ""
+
+msgid "Hang Up"
+msgstr ""
+
+msgid ""
+"Here you can configure the basic aspects of your device like its hostname or "
+"the timezone."
+msgstr ""
+
+msgid ""
+"Here you can paste public SSH-Keys (one per line) for SSH public-key "
+"authentication."
+msgstr ""
+
+msgid "Hermes 802.11b Wireless Controller"
+msgstr ""
+
+msgid "Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"
+msgstr ""
+
+msgid "Host entries"
+msgstr ""
+
+msgid "Host expiry timeout"
+msgstr ""
+
+msgid "Host-<abbr title=\"Internet Protocol Address\">IP</abbr> or Network"
+msgstr ""
+
+msgid "Hostname"
+msgstr ""
+
+msgid "Hostname to send when requesting DHCP"
+msgstr ""
+
+msgid "Hostnames"
+msgstr ""
+
+msgid "IP address"
+msgstr ""
+
+msgid "IPv4"
+msgstr ""
+
+msgid "IPv4 Firewall"
+msgstr ""
+
+msgid "IPv4 WAN Status"
+msgstr ""
+
+msgid "IPv4 address"
+msgstr ""
+
+msgid "IPv4 and IPv6"
+msgstr ""
+
+msgid "IPv4 assignment length"
+msgstr ""
+
+msgid "IPv4 broadcast"
+msgstr ""
+
+msgid "IPv4 gateway"
+msgstr ""
+
+msgid "IPv4 netmask"
+msgstr ""
+
+msgid "IPv4 only"
+msgstr ""
+
+msgid "IPv4 prefix length"
+msgstr ""
+
+msgid "IPv4-Address"
+msgstr ""
+
+msgid "IPv6"
+msgstr ""
+
+msgid "IPv6 Firewall"
+msgstr ""
+
+msgid "IPv6 Settings"
+msgstr ""
+
+msgid "IPv6 ULA-Prefix"
+msgstr ""
+
+msgid "IPv6 WAN Status"
+msgstr ""
+
+msgid "IPv6 address"
+msgstr ""
+
+msgid "IPv6 assignment hint"
+msgstr ""
+
+msgid "IPv6 assignment length"
+msgstr ""
+
+msgid "IPv6 gateway"
+msgstr ""
+
+msgid "IPv6 only"
+msgstr ""
+
+msgid "IPv6 prefix"
+msgstr ""
+
+msgid "IPv6 prefix length"
+msgstr ""
+
+msgid "IPv6 routed prefix"
+msgstr ""
+
+msgid "IPv6-Address"
+msgstr ""
+
+msgid "IPv6-in-IPv4 (RFC4213)"
+msgstr ""
+
+msgid "IPv6-over-IPv4 (6rd)"
+msgstr ""
+
+msgid "IPv6-over-IPv4 (6to4)"
+msgstr ""
+
+msgid "Identity"
+msgstr ""
+
+msgid ""
+"If specified, mount the device by its UUID instead of a fixed device node"
+msgstr ""
+
+msgid ""
+"If specified, mount the device by the partition label instead of a fixed "
+"device node"
+msgstr ""
+
+msgid "If unchecked, no default route is configured"
+msgstr ""
+
+msgid "If unchecked, the advertised DNS server addresses are ignored"
+msgstr ""
+
+msgid ""
+"If your physical memory is insufficient unused data can be temporarily "
+"swapped to a swap-device resulting in a higher amount of usable <abbr title="
+"\"Random Access Memory\">RAM</abbr>. Be aware that swapping data is a very "
+"slow process as the swap-device cannot be accessed with the high datarates "
+"of the <abbr title=\"Random Access Memory\">RAM</abbr>."
+msgstr ""
+
+msgid "Ignore Hosts files"
+msgstr ""
+
+msgid "Ignore interface"
+msgstr ""
+
+msgid "Ignore resolve file"
+msgstr ""
+
+msgid "Image"
+msgstr ""
+
+msgid "In"
+msgstr ""
+
+msgid "Inactivity timeout"
+msgstr ""
+
+msgid "Inbound:"
+msgstr ""
+
+msgid "Info"
+msgstr ""
+
+msgid "Initscript"
+msgstr ""
+
+msgid "Initscripts"
+msgstr ""
+
+msgid "Install"
+msgstr ""
+
+msgid "Install iputils-traceroute6 for IPv6 traceroute"
+msgstr ""
+
+msgid "Install package %q"
+msgstr ""
+
+msgid "Install protocol extensions..."
+msgstr ""
+
+msgid "Installed packages"
+msgstr ""
+
+msgid "Interface"
+msgstr ""
+
+msgid "Interface Configuration"
+msgstr ""
+
+msgid "Interface Overview"
+msgstr ""
+
+msgid "Interface is reconnecting..."
+msgstr ""
+
+msgid "Interface is shutting down..."
+msgstr ""
+
+msgid "Interface not present or not connected yet."
+msgstr ""
+
+msgid "Interface reconnected"
+msgstr ""
+
+msgid "Interface shut down"
+msgstr ""
+
+msgid "Interfaces"
+msgstr ""
+
+msgid "Internal Server Error"
+msgstr ""
+
+msgid "Invalid"
+msgstr ""
+
+msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed."
+msgstr ""
+
+msgid "Invalid VLAN ID given! Only unique IDs are allowed"
+msgstr ""
+
+msgid "Invalid username and/or password! Please try again."
+msgstr ""
+
+msgid ""
+"It appears that you are trying to flash an image that does not fit into the "
+"flash memory, please verify the image file!"
+msgstr ""
+
+msgid "Java Script required!"
+msgstr ""
+
+msgid "Join Network"
+msgstr ""
+
+msgid "Join Network: Settings"
+msgstr ""
+
+msgid "Join Network: Wireless Scan"
+msgstr ""
+
+msgid "Keep settings"
+msgstr ""
+
+msgid "Kernel Log"
+msgstr ""
+
+msgid "Kernel Version"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key #%d"
+msgstr ""
+
+msgid "Kill"
+msgstr ""
+
+msgid "L2TP"
+msgstr ""
+
+msgid "L2TP Server"
+msgstr ""
+
+msgid "LCP echo failure threshold"
+msgstr ""
+
+msgid "LCP echo interval"
+msgstr ""
+
+msgid "LLC"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Language and Style"
+msgstr ""
+
+msgid "Lease validity time"
+msgstr ""
+
+msgid "Leasefile"
+msgstr ""
+
+msgid "Leasetime"
+msgstr ""
+
+msgid "Leasetime remaining"
+msgstr ""
+
+msgid "Leave empty to autodetect"
+msgstr ""
+
+msgid "Leave empty to use the current WAN address"
+msgstr ""
+
+msgid "Legend:"
+msgstr ""
+
+msgid "Limit"
+msgstr ""
+
+msgid "Line Attenuation"
+msgstr ""
+
+msgid "Line Speed"
+msgstr ""
+
+msgid "Line State"
+msgstr ""
+
+msgid "Link On"
+msgstr ""
+
+msgid ""
+"List of <abbr title=\"Domain Name System\">DNS</abbr> servers to forward "
+"requests to"
+msgstr ""
+
+msgid "List of domains to allow RFC1918 responses for"
+msgstr ""
+
+msgid "List of hosts that supply bogus NX domain results"
+msgstr ""
+
+msgid "Listen only on the given interface or, if unspecified, on all"
+msgstr ""
+
+msgid "Listening port for inbound DNS queries"
+msgstr ""
+
+msgid "Load"
+msgstr ""
+
+msgid "Load Average"
+msgstr ""
+
+msgid "Loading"
+msgstr ""
+
+msgid "Local IPv4 address"
+msgstr ""
+
+msgid "Local IPv6 address"
+msgstr ""
+
+msgid "Local Startup"
+msgstr ""
+
+msgid "Local Time"
+msgstr ""
+
+msgid "Local domain"
+msgstr ""
+
+msgid ""
+"Local domain specification. Names matching this domain are never forwarded "
+"and are resolved from DHCP or hosts files only"
+msgstr ""
+
+msgid "Local domain suffix appended to DHCP names and hosts file entries"
+msgstr ""
+
+msgid "Local server"
+msgstr ""
+
+msgid ""
+"Localise hostname depending on the requesting subnet if multiple IPs are "
+"available"
+msgstr ""
+
+msgid "Localise queries"
+msgstr ""
+
+msgid "Locked to channel %d used by %s"
+msgstr ""
+
+msgid "Log output level"
+msgstr ""
+
+msgid "Log queries"
+msgstr ""
+
+msgid "Logging"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Lowest leased address as offset from the network address."
+msgstr ""
+
+msgid "MAC-Address"
+msgstr ""
+
+msgid "MAC-Address Filter"
+msgstr ""
+
+msgid "MAC-Filter"
+msgstr ""
+
+msgid "MAC-List"
+msgstr ""
+
+msgid "MB/s"
+msgstr ""
+
+msgid "MHz"
+msgstr ""
+
+msgid "MTU"
+msgstr ""
+
+msgid "Maximum Rate"
+msgstr ""
+
+msgid "Maximum allowed number of active DHCP leases"
+msgstr ""
+
+msgid "Maximum allowed number of concurrent DNS queries"
+msgstr ""
+
+msgid "Maximum allowed size of EDNS.0 UDP packets"
+msgstr ""
+
+msgid "Maximum amount of seconds to wait for the modem to become ready"
+msgstr ""
+
+msgid "Maximum hold time"
+msgstr ""
+
+msgid "Maximum number of leased addresses."
+msgstr ""
+
+msgid "Mbit/s"
+msgstr ""
+
+msgid "Memory"
+msgstr ""
+
+msgid "Memory usage (%)"
+msgstr ""
+
+msgid "Metric"
+msgstr ""
+
+msgid "Minimum Rate"
+msgstr ""
+
+msgid "Minimum hold time"
+msgstr ""
+
+msgid "Missing protocol extension for proto %q"
+msgstr ""
+
+msgid "Mode"
+msgstr ""
+
+msgid "Model"
+msgstr ""
+
+msgid "Modem device"
+msgstr ""
+
+msgid "Modem init timeout"
+msgstr ""
+
+msgid "Monitor"
+msgstr ""
+
+msgid "Mount Entry"
+msgstr ""
+
+msgid "Mount Point"
+msgstr ""
+
+msgid "Mount Points"
+msgstr ""
+
+msgid "Mount Points - Mount Entry"
+msgstr ""
+
+msgid "Mount Points - Swap Entry"
+msgstr ""
+
+msgid ""
+"Mount Points define at which point a memory device will be attached to the "
+"filesystem"
+msgstr ""
+
+msgid "Mount options"
+msgstr ""
+
+msgid "Mount point"
+msgstr ""
+
+msgid "Mounted file systems"
+msgstr ""
+
+msgid "Move down"
+msgstr ""
+
+msgid "Move up"
+msgstr ""
+
+msgid "Multicast Rate"
+msgstr ""
+
+msgid "Multicast address"
+msgstr ""
+
+msgid "NAS ID"
+msgstr ""
+
+msgid "NDP-Proxy"
+msgstr ""
+
+msgid "NTP server candidates"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name of the new interface"
+msgstr ""
+
+msgid "Name of the new network"
+msgstr ""
+
+msgid "Navigation"
+msgstr ""
+
+msgid "Netmask"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Network Utilities"
+msgstr ""
+
+msgid "Network boot image"
+msgstr ""
+
+msgid "Network without interfaces."
+msgstr ""
+
+msgid "Next »"
+msgstr ""
+
+msgid "No DHCP Server configured for this interface"
+msgstr ""
+
+msgid "No chains in this table"
+msgstr ""
+
+msgid "No files found"
+msgstr ""
+
+msgid "No information available"
+msgstr ""
+
+msgid "No negative cache"
+msgstr ""
+
+msgid "No network configured on this device"
+msgstr ""
+
+msgid "No network name specified"
+msgstr ""
+
+msgid "No package lists available"
+msgstr ""
+
+msgid "No password set!"
+msgstr ""
+
+msgid "No rules in this chain"
+msgstr ""
+
+msgid "No zone assigned"
+msgstr ""
+
+msgid "Noise"
+msgstr ""
+
+msgid "Noise Margin"
+msgstr ""
+
+msgid "Noise:"
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Normal"
+msgstr ""
+
+msgid "Not Found"
+msgstr ""
+
+msgid "Not associated"
+msgstr ""
+
+msgid "Not connected"
+msgstr ""
+
+msgid "Note: Configuration files will be erased."
+msgstr ""
+
+msgid "Notice"
+msgstr ""
+
+msgid "Nslookup"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "OPKG-Configuration"
+msgstr ""
+
+msgid "Off-State Delay"
+msgstr ""
+
+msgid ""
+"On this page you can configure the network interfaces. You can bridge "
+"several interfaces by ticking the \"bridge interfaces\" field and enter the "
+"names of several network interfaces separated by spaces. You can also use "
+"<abbr title=\"Virtual Local Area Network\">VLAN</abbr> notation "
+"<samp>INTERFACE.VLANNR</samp> (<abbr title=\"for example\">e.g.</abbr>: "
+"<samp>eth0.1</samp>)."
+msgstr ""
+
+msgid "On-State Delay"
+msgstr ""
+
+msgid "One of hostname or mac address must be specified!"
+msgstr ""
+
+msgid "One or more fields contain invalid values!"
+msgstr ""
+
+msgid "One or more required fields have no value!"
+msgstr ""
+
+msgid "Open list..."
+msgstr ""
+
+msgid "Option changed"
+msgstr ""
+
+msgid "Option removed"
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Other:"
+msgstr ""
+
+msgid "Out"
+msgstr ""
+
+msgid "Outbound:"
+msgstr ""
+
+msgid "Outdoor Channels"
+msgstr ""
+
+msgid "Override MAC address"
+msgstr ""
+
+msgid "Override MTU"
+msgstr ""
+
+msgid "Override the gateway in DHCP responses"
+msgstr ""
+
+msgid ""
+"Override the netmask sent to clients. Normally it is calculated from the "
+"subnet that is served."
+msgstr ""
+
+msgid "Override the table used for internal routes"
+msgstr ""
+
+msgid "Overview"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "PAP/CHAP password"
+msgstr ""
+
+msgid "PAP/CHAP username"
+msgstr ""
+
+msgid "PID"
+msgstr ""
+
+msgid "PIN"
+msgstr ""
+
+msgid "PPP"
+msgstr ""
+
+msgid "PPPoA Encapsulation"
+msgstr ""
+
+msgid "PPPoATM"
+msgstr ""
+
+msgid "PPPoE"
+msgstr ""
+
+msgid "PPtP"
+msgstr ""
+
+msgid "Package libiwinfo required!"
+msgstr ""
+
+msgid "Package lists are older than 24 hours"
+msgstr ""
+
+msgid "Package name"
+msgstr ""
+
+msgid "Packets"
+msgstr ""
+
+msgid "Part of zone %q"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password authentication"
+msgstr ""
+
+msgid "Password of Private Key"
+msgstr ""
+
+msgid "Password successfully changed!"
+msgstr ""
+
+msgid "Path to CA-Certificate"
+msgstr ""
+
+msgid "Path to Client-Certificate"
+msgstr ""
+
+msgid "Path to Private Key"
+msgstr ""
+
+msgid "Path to executable which handles the button event"
+msgstr ""
+
+msgid "Peak:"
+msgstr ""
+
+msgid "Perform reboot"
+msgstr ""
+
+msgid "Perform reset"
+msgstr ""
+
+msgid "Phy Rate:"
+msgstr ""
+
+msgid "Physical Settings"
+msgstr ""
+
+msgid "Ping"
+msgstr ""
+
+msgid "Pkts."
+msgstr ""
+
+msgid "Please enter your username and password."
+msgstr ""
+
+msgid "Please wait: Device rebooting..."
+msgstr ""
+
+msgid "Policy"
+msgstr ""
+
+msgid "Port"
+msgstr ""
+
+msgid "Port %d"
+msgstr ""
+
+msgid "Port %d is untagged in multiple VLANs!"
+msgstr ""
+
+msgid "Port status:"
+msgstr ""
+
+msgid ""
+"Presume peer to be dead after given amount of LCP echo failures, use 0 to "
+"ignore failures"
+msgstr ""
+
+msgid "Prevents client-to-client communication"
+msgstr ""
+
+msgid "Prism2/2.5/3 802.11b Wireless Controller"
+msgstr ""
+
+msgid "Proceed"
+msgstr ""
+
+msgid "Processes"
+msgstr ""
+
+msgid "Prot."
+msgstr ""
+
+msgid "Protocol"
+msgstr ""
+
+msgid "Protocol family"
+msgstr ""
+
+msgid "Protocol of the new interface"
+msgstr ""
+
+msgid "Protocol support is not installed"
+msgstr ""
+
+msgid "Provide NTP server"
+msgstr ""
+
+msgid "Provide new network"
+msgstr ""
+
+msgid "Pseudo Ad-Hoc (ahdemo)"
+msgstr ""
+
+msgid "Public prefix routed to this device for distribution to clients."
+msgstr ""
+
+msgid "Quality"
+msgstr ""
+
+msgid "RTS/CTS Threshold"
+msgstr ""
+
+msgid "RX"
+msgstr ""
+
+msgid "RX Rate"
+msgstr ""
+
+msgid "RaLink 802.11%s Wireless Controller"
+msgstr ""
+
+msgid "Radius-Accounting-Port"
+msgstr ""
+
+msgid "Radius-Accounting-Secret"
+msgstr ""
+
+msgid "Radius-Accounting-Server"
+msgstr ""
+
+msgid "Radius-Authentication-Port"
+msgstr ""
+
+msgid "Radius-Authentication-Secret"
+msgstr ""
+
+msgid "Radius-Authentication-Server"
+msgstr ""
+
+msgid ""
+"Read <code>/etc/ethers</code> to configure the <abbr title=\"Dynamic Host "
+"Configuration Protocol\">DHCP</abbr>-Server"
+msgstr ""
+
+msgid ""
+"Really delete this interface? The deletion cannot be undone!\\nYou might "
+"lose access to this device if you are connected via this interface."
+msgstr ""
+
+msgid ""
+"Really delete this wireless network? The deletion cannot be undone!\\nYou "
+"might lose access to this device if you are connected via this network."
+msgstr ""
+
+msgid "Really reset all changes?"
+msgstr ""
+
+msgid ""
+"Really shut down network?\\nYou might lose access to this device if you are "
+"connected via this interface."
+msgstr ""
+
+msgid ""
+"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
+"you are connected via this interface."
+msgstr ""
+
+msgid "Really switch protocol?"
+msgstr ""
+
+msgid "Realtime Connections"
+msgstr ""
+
+msgid "Realtime Graphs"
+msgstr ""
+
+msgid "Realtime Load"
+msgstr ""
+
+msgid "Realtime Traffic"
+msgstr ""
+
+msgid "Realtime Wireless"
+msgstr ""
+
+msgid "Rebind protection"
+msgstr ""
+
+msgid "Reboot"
+msgstr ""
+
+msgid "Rebooting..."
+msgstr ""
+
+msgid "Reboots the operating system of your device"
+msgstr ""
+
+msgid "Receive"
+msgstr ""
+
+msgid "Receiver Antenna"
+msgstr ""
+
+msgid "Reconnect this interface"
+msgstr ""
+
+msgid "Reconnecting interface"
+msgstr ""
+
+msgid "References"
+msgstr ""
+
+msgid "Regulatory Domain"
+msgstr ""
+
+msgid "Relay"
+msgstr ""
+
+msgid "Relay Bridge"
+msgstr ""
+
+msgid "Relay between networks"
+msgstr ""
+
+msgid "Relay bridge"
+msgstr ""
+
+msgid "Remote IPv4 address"
+msgstr ""
+
+msgid "Remove"
+msgstr ""
+
+msgid "Repeat scan"
+msgstr ""
+
+msgid "Replace entry"
+msgstr ""
+
+msgid "Replace wireless configuration"
+msgstr ""
+
+msgid "Request IPv6-address"
+msgstr ""
+
+msgid "Request IPv6-prefix of length"
+msgstr ""
+
+msgid "Required for certain ISPs, e.g. Charter with DOCSIS 3"
+msgstr ""
+
+msgid "Reset"
+msgstr ""
+
+msgid "Reset Counters"
+msgstr ""
+
+msgid "Reset to defaults"
+msgstr ""
+
+msgid "Resolv and Hosts Files"
+msgstr ""
+
+msgid "Resolve file"
+msgstr ""
+
+msgid "Restart"
+msgstr ""
+
+msgid "Restart Firewall"
+msgstr ""
+
+msgid "Restore backup"
+msgstr ""
+
+msgid "Reveal/hide password"
+msgstr ""
+
+msgid "Revert"
+msgstr ""
+
+msgid "Root"
+msgstr ""
+
+msgid "Root directory for files served via TFTP"
+msgstr ""
+
+msgid "Router Advertisement-Service"
+msgstr ""
+
+msgid "Router Password"
+msgstr ""
+
+msgid "Routes"
+msgstr ""
+
+msgid ""
+"Routes specify over which interface and gateway a certain host or network "
+"can be reached."
+msgstr ""
+
+msgid "Rule #"
+msgstr ""
+
+msgid "Run a filesystem check before mounting the device"
+msgstr ""
+
+msgid "Run filesystem check"
+msgstr ""
+
+msgid "SSH Access"
+msgstr ""
+
+msgid "SSH-Keys"
+msgstr ""
+
+msgid "SSID"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save & Apply"
+msgstr ""
+
+msgid "Save &#38; Apply"
+msgstr ""
+
+msgid "Scan"
+msgstr ""
+
+msgid "Scheduled Tasks"
+msgstr ""
+
+msgid "Section added"
+msgstr ""
+
+msgid "Section removed"
+msgstr ""
+
+msgid "See \"mount\" manpage for details"
+msgstr ""
+
+msgid ""
+"Send LCP echo requests at the given interval in seconds, only effective in "
+"conjunction with failure threshold"
+msgstr ""
+
+msgid "Separate Clients"
+msgstr ""
+
+msgid "Separate WDS"
+msgstr ""
+
+msgid "Server Settings"
+msgstr ""
+
+msgid "Service Name"
+msgstr ""
+
+msgid "Service Type"
+msgstr ""
+
+msgid "Services"
+msgstr ""
+
+msgid "Set up Time Synchronization"
+msgstr ""
+
+msgid "Setup DHCP Server"
+msgstr ""
+
+msgid "Show current backup file list"
+msgstr ""
+
+msgid "Shutdown this interface"
+msgstr ""
+
+msgid "Shutdown this network"
+msgstr ""
+
+msgid "Signal"
+msgstr ""
+
+msgid "Signal:"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Skip"
+msgstr ""
+
+msgid "Skip to content"
+msgstr ""
+
+msgid "Skip to navigation"
+msgstr ""
+
+msgid "Slot time"
+msgstr ""
+
+msgid "Software"
+msgstr ""
+
+msgid "Some fields are invalid, cannot save values!"
+msgstr ""
+
+msgid "Sorry, the object you requested was not found."
+msgstr ""
+
+msgid "Sorry, the server encountered an unexpected error."
+msgstr ""
+
+msgid ""
+"Sorry, there is no sysupgrade support present; a new firmware image must be "
+"flashed manually. Please refer to the OpenWrt wiki for device specific "
+"install instructions."
+msgstr ""
+
+msgid "Sort"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Specifies the button state to handle"
+msgstr ""
+
+msgid "Specifies the directory the device is attached to"
+msgstr ""
+
+msgid "Specifies the listening port of this <em>Dropbear</em> instance"
+msgstr ""
+
+msgid ""
+"Specifies the maximum amount of failed ARP requests until hosts are presumed "
+"to be dead"
+msgstr ""
+
+msgid ""
+"Specifies the maximum amount of seconds after which hosts are presumed to be "
+"dead"
+msgstr ""
+
+msgid "Specify the secret encryption key here."
+msgstr ""
+
+msgid "Start"
+msgstr ""
+
+msgid "Start priority"
+msgstr ""
+
+msgid "Startup"
+msgstr ""
+
+msgid "Static IPv4 Routes"
+msgstr ""
+
+msgid "Static IPv6 Routes"
+msgstr ""
+
+msgid "Static Leases"
+msgstr ""
+
+msgid "Static Routes"
+msgstr ""
+
+msgid "Static WDS"
+msgstr ""
+
+msgid "Static address"
+msgstr ""
+
+msgid ""
+"Static leases are used to assign fixed IP addresses and symbolic hostnames "
+"to DHCP clients. They are also required for non-dynamic interface "
+"configurations where only hosts with a corresponding lease are served."
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Stop"
+msgstr ""
+
+msgid "Strict order"
+msgstr ""
+
+msgid "Submit"
+msgstr ""
+
+msgid "Swap"
+msgstr ""
+
+msgid "Swap Entry"
+msgstr ""
+
+msgid "Switch"
+msgstr ""
+
+msgid "Switch %q"
+msgstr ""
+
+msgid "Switch %q (%s)"
+msgstr ""
+
+msgid "Switch protocol"
+msgstr ""
+
+msgid "Sync with browser"
+msgstr ""
+
+msgid "Synchronizing..."
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Log"
+msgstr ""
+
+msgid "System Properties"
+msgstr ""
+
+msgid "System log buffer size"
+msgstr ""
+
+msgid "TCP:"
+msgstr ""
+
+msgid "TFTP Settings"
+msgstr ""
+
+msgid "TFTP server root"
+msgstr ""
+
+msgid "TX"
+msgstr ""
+
+msgid "TX Rate"
+msgstr ""
+
+msgid "Table"
+msgstr ""
+
+msgid "Target"
+msgstr ""
+
+msgid "Terminate"
+msgstr ""
+
+msgid ""
+"The <em>Device Configuration</em> section covers physical settings of the "
+"radio hardware such as channel, transmit power or antenna selection which "
+"are shared among all defined wireless networks (if the radio hardware is "
+"multi-SSID capable). Per network settings like encryption or operation mode "
+"are grouped in the <em>Interface Configuration</em>."
+msgstr ""
+
+msgid ""
+"The <em>libiwinfo-lua</em> package is not installed. You must install this "
+"component for working wireless configuration!"
+msgstr ""
+
+msgid ""
+"The HE.net endpoint update configuration changed, you must now use the plain "
+"username instead of the user ID!"
+msgstr ""
+
+msgid ""
+"The IPv6 prefix assigned to the provider, usually ends with <code>::</code>"
+msgstr ""
+
+msgid ""
+"The allowed characters are: <code>A-Z</code>, <code>a-z</code>, <code>0-9</"
+"code> and <code>_</code>"
+msgstr ""
+
+msgid ""
+"The device file of the memory or partition (<abbr title=\"for example\">e.g."
+"</abbr> <code>/dev/sda1</code>)"
+msgstr ""
+
+msgid ""
+"The filesystem that was used to format the memory (<abbr title=\"for example"
+"\">e.g.</abbr> <samp><abbr title=\"Third Extended Filesystem\">ext3</abbr></"
+"samp>)"
+msgstr ""
+
+msgid ""
+"The flash image was uploaded. Below is the checksum and file size listed, "
+"compare them with the original file to ensure data integrity.<br /> Click "
+"\"Proceed\" below to start the flash procedure."
+msgstr ""
+
+msgid "The following changes have been committed"
+msgstr ""
+
+msgid "The following changes have been reverted"
+msgstr ""
+
+msgid "The following rules are currently active on this system."
+msgstr ""
+
+msgid "The given network name is not unique"
+msgstr ""
+
+msgid ""
+"The hardware is not multi-SSID capable and the existing configuration will "
+"be replaced if you proceed."
+msgstr ""
+
+msgid ""
+"The length of the IPv4 prefix in bits, the remainder is used in the IPv6 "
+"addresses."
+msgstr ""
+
+msgid "The length of the IPv6 prefix in bits"
+msgstr ""
+
+msgid ""
+"The network ports on this device can be combined to several <abbr title="
+"\"Virtual Local Area Network\">VLAN</abbr>s in which computers can "
+"communicate directly with each other. <abbr title=\"Virtual Local Area "
+"Network\">VLAN</abbr>s are often used to separate different network "
+"segments. Often there is by default one Uplink port for a connection to the "
+"next greater network like the internet and other ports for a local network."
+msgstr ""
+
+msgid "The selected protocol needs a device assigned"
+msgstr ""
+
+msgid ""
+"The system is erasing the configuration partition now and will reboot itself "
+"when finished."
+msgstr ""
+
+msgid ""
+"The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a "
+"few minutes before you try to reconnect. It might be necessary to renew the "
+"address of your computer to reach the device again, depending on your "
+"settings."
+msgstr ""
+
+msgid ""
+"The uploaded image file does not contain a supported format. Make sure that "
+"you choose the generic image format for your platform."
+msgstr ""
+
+msgid "There are no active leases."
+msgstr ""
+
+msgid "There are no pending changes to apply!"
+msgstr ""
+
+msgid "There are no pending changes to revert!"
+msgstr ""
+
+msgid "There are no pending changes!"
+msgstr ""
+
+msgid ""
+"There is no device assigned yet, please attach a network device in the "
+"\"Physical Settings\" tab"
+msgstr ""
+
+msgid ""
+"There is no password set on this router. Please configure a root password to "
+"protect the web interface and enable SSH."
+msgstr ""
+
+msgid "This IPv4 address of the relay"
+msgstr ""
+
+msgid ""
+"This is a list of shell glob patterns for matching files and directories to "
+"include during sysupgrade. Modified files in /etc/config/ and certain other "
+"configurations are automatically preserved."
+msgstr ""
+
+msgid ""
+"This is either the \"Update Key\" configured for the tunnel or the account "
+"password if no update key has been configured"
+msgstr ""
+
+msgid ""
+"This is the content of /etc/rc.local. Insert your own commands here (in "
+"front of 'exit 0') to execute them at the end of the boot process."
+msgstr ""
+
+msgid ""
+"This is the local endpoint address assigned by the tunnel broker, it usually "
+"ends with <code>:2</code>"
+msgstr ""
+
+msgid ""
+"This is the only <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</"
+"abbr> in the local network"
+msgstr ""
+
+msgid "This is the plain username for logging into the account"
+msgstr ""
+
+msgid ""
+"This is the prefix routed to you by the tunnel broker for use by clients"
+msgstr ""
+
+msgid "This is the system crontab in which scheduled tasks can be defined."
+msgstr ""
+
+msgid ""
+"This is usually the address of the nearest PoP operated by the tunnel broker"
+msgstr ""
+
+msgid ""
+"This list gives an overview over currently running system processes and "
+"their status."
+msgstr ""
+
+msgid "This page allows the configuration of custom button actions"
+msgstr ""
+
+msgid "This page gives an overview over currently active network connections."
+msgstr ""
+
+msgid "This section contains no values yet"
+msgstr ""
+
+msgid "Time Synchronization"
+msgstr ""
+
+msgid "Time Synchronization is not configured yet."
+msgstr ""
+
+msgid "Timezone"
+msgstr ""
+
+msgid ""
+"To restore configuration files, you can upload a previously generated backup "
+"archive here."
+msgstr ""
+
+msgid "Total Available"
+msgstr ""
+
+msgid "Traceroute"
+msgstr ""
+
+msgid "Traffic"
+msgstr ""
+
+msgid "Transfer"
+msgstr ""
+
+msgid "Transmission Rate"
+msgstr ""
+
+msgid "Transmit"
+msgstr ""
+
+msgid "Transmit Power"
+msgstr ""
+
+msgid "Transmitter Antenna"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger Mode"
+msgstr ""
+
+msgid "Tunnel ID"
+msgstr ""
+
+msgid "Tunnel Interface"
+msgstr ""
+
+msgid "Tunnel Link"
+msgstr ""
+
+msgid "Turbo Mode"
+msgstr ""
+
+msgid "Tx-Power"
+msgstr ""
+
+msgid "Type"
+msgstr ""
+
+msgid "UDP:"
+msgstr ""
+
+msgid "UMTS only"
+msgstr ""
+
+msgid "UMTS/GPRS/EV-DO"
+msgstr ""
+
+msgid "USB Device"
+msgstr ""
+
+msgid "UUID"
+msgstr ""
+
+msgid "Unable to dispatch"
+msgstr ""
+
+msgid "Unknown"
+msgstr ""
+
+msgid "Unknown Error, password not changed!"
+msgstr ""
+
+msgid "Unmanaged"
+msgstr ""
+
+msgid "Unsaved Changes"
+msgstr ""
+
+msgid "Unsupported protocol type."
+msgstr ""
+
+msgid "Update lists"
+msgstr ""
+
+msgid ""
+"Upload a sysupgrade-compatible image here to replace the running firmware. "
+"Check \"Keep settings\" to retain the current configuration (requires an "
+"OpenWrt compatible firmware image)."
+msgstr ""
+
+msgid "Upload archive..."
+msgstr ""
+
+msgid "Uploaded File"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Use <code>/etc/ethers</code>"
+msgstr ""
+
+msgid "Use DHCP gateway"
+msgstr ""
+
+msgid "Use DNS servers advertised by peer"
+msgstr ""
+
+msgid "Use ISO/IEC 3166 alpha2 country codes."
+msgstr ""
+
+msgid "Use MTU on tunnel interface"
+msgstr ""
+
+msgid "Use TTL on tunnel interface"
+msgstr ""
+
+msgid "Use as root filesystem"
+msgstr ""
+
+msgid "Use broadcast flag"
+msgstr ""
+
+msgid "Use builtin IPv6-management"
+msgstr ""
+
+msgid "Use custom DNS servers"
+msgstr ""
+
+msgid "Use default gateway"
+msgstr ""
+
+msgid "Use gateway metric"
+msgstr ""
+
+msgid "Use routing table"
+msgstr ""
+
+msgid ""
+"Use the <em>Add</em> Button to add a new lease entry. The <em>MAC-Address</"
+"em> indentifies the host, the <em>IPv4-Address</em> specifies to the fixed "
+"address to use and the <em>Hostname</em> is assigned as symbolic name to the "
+"requesting host."
+msgstr ""
+
+msgid "Used"
+msgstr ""
+
+msgid "Used Key Slot"
+msgstr ""
+
+msgid "Username"
+msgstr ""
+
+msgid "VC-Mux"
+msgstr ""
+
+msgid "VLAN Interface"
+msgstr ""
+
+msgid "VLANs on %q"
+msgstr ""
+
+msgid "VLANs on %q (%s)"
+msgstr ""
+
+msgid "VPN Server"
+msgstr ""
+
+msgid "Vendor Class to send when requesting DHCP"
+msgstr ""
+
+msgid "Verify"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "WDS"
+msgstr ""
+
+msgid "WEP Open System"
+msgstr ""
+
+msgid "WEP Shared Key"
+msgstr ""
+
+msgid "WEP passphrase"
+msgstr ""
+
+msgid "WMM Mode"
+msgstr ""
+
+msgid "WPA passphrase"
+msgstr ""
+
+msgid ""
+"WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP "
+"and ad-hoc mode) to be installed."
+msgstr ""
+
+msgid "Waiting for changes to be applied..."
+msgstr ""
+
+msgid "Waiting for command to complete..."
+msgstr ""
+
+msgid "Warning"
+msgstr ""
+
+msgid "Warning: There are unsaved changes that will be lost while rebooting!"
+msgstr ""
+
+msgid "Wifi"
+msgstr ""
+
+msgid "Wireless"
+msgstr ""
+
+msgid "Wireless Adapter"
+msgstr ""
+
+msgid "Wireless Network"
+msgstr ""
+
+msgid "Wireless Overview"
+msgstr ""
+
+msgid "Wireless Security"
+msgstr ""
+
+msgid "Wireless is disabled or not associated"
+msgstr ""
+
+msgid "Wireless is restarting..."
+msgstr ""
+
+msgid "Wireless network is disabled"
+msgstr ""
+
+msgid "Wireless network is enabled"
+msgstr ""
+
+msgid "Wireless restarted"
+msgstr ""
+
+msgid "Wireless shut down"
+msgstr ""
+
+msgid "Write received DNS requests to syslog"
+msgstr ""
+
+msgid "XR Support"
+msgstr ""
+
+msgid ""
+"You can enable or disable installed init scripts here. Changes will applied "
+"after a device reboot.<br /><strong>Warning: If you disable essential init "
+"scripts like \"network\", your device might become inaccessible!</strong>"
+msgstr ""
+
+msgid ""
+"You must enable Java Script in your browser or LuCI will not work properly."
+msgstr ""
+
+msgid "any"
+msgstr ""
+
+msgid "auto"
+msgstr ""
+
+msgid "automatic"
+msgstr ""
+
+msgid "baseT"
+msgstr ""
+
+msgid "bridged"
+msgstr ""
+
+msgid "create:"
+msgstr ""
+
+msgid "creates a bridge over specified interface(s)"
+msgstr ""
+
+msgid "dB"
+msgstr ""
+
+msgid "dBm"
+msgstr ""
+
+msgid "disable"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "expired"
+msgstr ""
+
+msgid ""
+"file where given <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</"
+"abbr>-leases will be stored"
+msgstr ""
+
+msgid "forward"
+msgstr ""
+
+msgid "full-duplex"
+msgstr ""
+
+msgid "half-duplex"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "hidden"
+msgstr ""
+
+msgid "hybrid mode"
+msgstr ""
+
+msgid "if target is a network"
+msgstr ""
+
+msgid "input"
+msgstr ""
+
+msgid "kB"
+msgstr ""
+
+msgid "kB/s"
+msgstr ""
+
+msgid "kbit/s"
+msgstr ""
+
+msgid "local <abbr title=\"Domain Name System\">DNS</abbr> file"
+msgstr ""
+
+msgid "no"
+msgstr ""
+
+msgid "no link"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "off"
+msgstr ""
+
+msgid "on"
+msgstr ""
+
+msgid "open"
+msgstr ""
+
+msgid "relay mode"
+msgstr ""
+
+msgid "routed"
+msgstr ""
+
+msgid "server mode"
+msgstr ""
+
+msgid "stateful-only"
+msgstr ""
+
+msgid "stateless"
+msgstr ""
+
+msgid "stateless + stateful"
+msgstr ""
+
+msgid "tagged"
+msgstr ""
+
+msgid "unknown"
+msgstr ""
+
+msgid "unlimited"
+msgstr ""
+
+msgid "unspecified"
+msgstr ""
+
+msgid "unspecified -or- create:"
+msgstr ""
+
+msgid "untagged"
+msgstr ""
+
+msgid "yes"
+msgstr ""
+
+msgid "« Back"
+msgstr ""
diff --git a/modules/luci-base/root/lib/uci/upload/.gitignore b/modules/luci-base/root/lib/uci/upload/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/luci-base/src/Makefile b/modules/luci-base/src/Makefile
new file mode 100644 (file)
index 0000000..7bb7f2e
--- /dev/null
@@ -0,0 +1,21 @@
+%.o: %.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(FPIC) -c -o $@ $<
+
+clean:
+       rm -f po2lmo parser.so version.lua *.o
+
+po2lmo: po2lmo.o template_lmo.o
+       $(CC) $(LDFLAGS) -o $@ $^
+
+parser.so: template_parser.o template_utils.o template_lmo.o template_lualib.o
+       $(CC) $(LDFLAGS) -shared -o $@ $^
+
+version.lua:
+       ./mkversion.sh $@ $(LUCI_VERSION)
+
+compile: parser.so version.lua
+
+install: compile
+       mkdir -p $(DESTDIR)/usr/lib/lua/luci/template
+       cp parser.so $(DESTDIR)/usr/lib/lua/luci/template/parser.so
+       cp version.lua $(DESTDIR)/usr/lib/lua/luci/version.lua
diff --git a/modules/luci-base/src/mkversion.sh b/modules/luci-base/src/mkversion.sh
new file mode 100755 (executable)
index 0000000..55b0ebd
--- /dev/null
@@ -0,0 +1,41 @@
+#!/bin/sh
+
+if svn info >/dev/null 2>/dev/null; then
+       if [ "${4%%/*}" = "branches" ]; then
+               variant="LuCI ${4##*[-/]} Branch"
+       elif [ "${4%%/*}" = "tags" ]; then
+               variant="LuCI ${4##*[-/]} Release"
+       else
+               variant="LuCI Trunk"
+       fi
+elif git status >/dev/null 2>/dev/null; then
+       tag="$(git describe --tags 2>/dev/null)"
+       branch="$(git symbolic-ref --short -q HEAD 2>/dev/null)"
+
+       if [ -n "$tag" ]; then
+               variant="LuCI $tag Release"
+       elif [ "$branch" != "master" ]; then
+               variant="LuCI ${branch##*-} Branch"
+       else
+               variant="LuCI Master"
+       fi
+else
+       variant="LuCI"
+fi
+
+cat <<EOF > $1
+local pcall, dofile, _G = pcall, dofile, _G
+
+module "luci.version"
+
+if pcall(dofile, "/etc/openwrt_release") and _G.DISTRIB_DESCRIPTION then
+       distname    = ""
+       distversion = _G.DISTRIB_DESCRIPTION
+else
+       distname    = "OpenWrt"
+       distversion = "Development Snapshot"
+end
+
+luciname    = "$variant"
+luciversion = "${2:-Git}"
+EOF
diff --git a/modules/luci-mod-admin-full/Makefile b/modules/luci-mod-admin-full/Makefile
new file mode 100644 (file)
index 0000000..11230d6
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Administration - full-featured for full control
+LUCI_DEPENDS:=+luci-base
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/luci-mod-admin-full/src/Makefile b/modules/luci-mod-admin-full/src/Makefile
new file mode 100644 (file)
index 0000000..47045fc
--- /dev/null
@@ -0,0 +1,14 @@
+%.o: %.c
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(FPIC) -c -o $@ $<
+
+clean:
+       rm -f luci-bwc *.o
+
+luci-bwc: luci-bwc.o
+       $(CC) $(LDFLAGS) -shared -o $@ $^
+
+compile: luci-bwc
+
+install: compile
+       mkdir -p $(DESTDIR)/usr/bin
+       cp luci-bwc $(DESTDIR)/usr/bin/luci-bwc
diff --git a/modules/luci-mod-admin-mini/Makefile b/modules/luci-mod-admin-mini/Makefile
new file mode 100644 (file)
index 0000000..5da4caf
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Essentials - stripped down and user-friendly
+LUCI_DEPENDS:=+luci-base @BROKEN
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/luci-mod-failsafe/Makefile b/modules/luci-mod-failsafe/Makefile
new file mode 100644 (file)
index 0000000..8afc614
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Fail-Safe - Fail-Safe sysupgrade module
+LUCI_DEPENDS:=+luci-base
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/luci-mod-freifunk-community/Makefile b/modules/luci-mod-freifunk-community/Makefile
new file mode 100644 (file)
index 0000000..ad6c4ce
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Freifunk Community Meta-Package
+LUCI_DEPENDS:= \
+       +iptables-mod-nat-extra +iptables-mod-ipopt +luci-app-splash \
+       +olsrd +olsrd-mod-dyn-gw-plain +olsrd-mod-jsoninfo +olsrd-mod-nameservice \
+       +olsrd-mod-watchdog +kmod-tun +ip +freifunk-watchdog +luci-app-olsr \
+       +luci-app-olsr-services +freifunk-gwcheck +freifunk-mapupdate
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/luci-mod-freifunk/Makefile b/modules/luci-mod-freifunk/Makefile
new file mode 100644 (file)
index 0000000..550db1d
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI Freifunk module
+LUCI_DEPENDS:=+luci-mod-admin-full +luci-lib-json +freifunk-firewall +freifunk-common
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/luci-mod-rpc/Makefile b/modules/luci-mod-rpc/Makefile
new file mode 100644 (file)
index 0000000..e64c86c
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI RPC - JSON-RPC API
+LUCI_DEPENDS:=+luci-lib-json
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/modules/rpc/Makefile b/modules/rpc/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/po/ca/ffwizard.po b/po/ca/ffwizard.po
deleted file mode 100644 (file)
index c0dfa53..0000000
+++ /dev/null
@@ -1,162 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-06-02 05:50+0200\n"
-"Last-Translator: Alex <alexhenrie24@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr "Canal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr "Passarel·la"
-
-msgid "Heartbeat"
-msgstr "Batec del cor"
-
-msgid "IP address"
-msgstr "Adreça IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Túnel L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr "Màscara de xarxa"
-
-msgid "Password"
-msgstr "Contrasenya"
-
-msgid "Password confirmation"
-msgstr "Confirmació de contrasenya"
-
-msgid "Password successfully changed"
-msgstr "Contrasenya canviada amb èxit"
-
-msgid "Protect LAN"
-msgstr "Protegeix la LAN"
-
-msgid "Protocol"
-msgstr "Protocol"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-
-msgid "Share your internet connection"
-msgstr "Compartiu 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 ""
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "L'adreça ipv6 es calcula automàticament."
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr "Error desconegut"
-
-msgid "Username"
-msgstr "Nom d'usuari"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Virtual Access Point (VAP)"
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "estàtic"
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr "recomanat"
-
-msgid "Basic settings"
-msgstr "Ajusts bàsics"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Els ajusts bàsics estan incomplets. Si us plau, aneu a"
-
-msgid "Error"
-msgstr "Error"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/ca/uvc_streamer.po b/po/ca/uvc_streamer.po
deleted file mode 100644 (file)
index 8ae7b14..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-07-01 03:54+0200\n"
-"Last-Translator: Alex <alexhenrie24@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Trames al segon"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Resolució"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Ajusts"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Transmissió de càmera web"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configureu la teva càmera compatible amb Linux-UVC. Dirigiu el vostre "
-"navegador a, per exemple, <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/cs/ffwizard.po b/po/cs/ffwizard.po
deleted file mode 100644 (file)
index 4c0071e..0000000
+++ /dev/null
@@ -1,166 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-08-08 21:15+0200\n"
-"Last-Translator: koli <lukas.koluch@gmail.com>\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 to transfer anonymous statistics about this node"
-msgstr "Povolit přenášení anonymních statistik o tomto uzlu."
-
-msgid "Channel"
-msgstr "Kanál"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr "Nastavit síť"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Propojit váš uzel s jinými pomocí tunelu skrz internet."
-
-msgid "DHCP IP range"
-msgstr "Rozsah IP adres DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP bude klientům automaticky přidělovat IP adresy"
-
-msgid "DNS Server"
-msgstr "DNS server"
-
-msgid "Enable DHCP"
-msgstr "Povolit DHCP"
-
-msgid "Gateway"
-msgstr "Brána"
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr "IP adresa"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn tunel"
-
-msgid "Limit download bandwidth"
-msgstr "Omezit šířku pásma pro stahování"
-
-msgid "Limit upload bandwidth"
-msgstr "Omezit šířku pásma pro nahrávání"
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr "Netmask"
-
-msgid "Password"
-msgstr "Heslo"
-
-msgid "Password confirmation"
-msgstr "Potvrdit heslo"
-
-msgid "Password successfully changed"
-msgstr "Heslo bylo úspěšně změněno"
-
-msgid "Protect LAN"
-msgstr "Ochránit LAN"
-
-msgid "Protocol"
-msgstr "Protokol"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Zaškrtněte toto pole, pokud chcete nastavit vaše síťová rozhraní"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Zaškrtnutím povolíte ostatním využití vašeho rozhraní pro přístup k "
-"internetu."
-
-msgid "Share your internet connection"
-msgstr "Sdílet připojení k internetu"
-
-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 ipv6 address is calculated auomatically."
-msgstr "IPv6 adresy jsou počítány automaticky."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Protokol, který slouží k připojení k Internetu."
-
-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 "Nastaví nové virtuální bezdrátové rozhraní v režimu Access Pointu"
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"Tento průvodce vám pomůže s nastavením vašeho routeru pro Freifunk nebo "
-"podobnou komunitní bezdrátovou síť."
-
-msgid "Unknown Error"
-msgstr "Neznámá chyba"
-
-msgid "Username"
-msgstr "Uživatelské jméno"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Virtuální přístupový bod (Virtual Access Point, VAP)"
-
-msgid "Wizard"
-msgstr "Průvodce"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr "Nastavit toto rozhraní."
-
-msgid "recommended"
-msgstr "doporučené"
-
-msgid "Basic settings"
-msgstr "Základní nastavení"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Základní nastavení není kompletní. Prosím pokračujte"
-
-msgid "Error"
-msgstr "Chyba"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "Nemůžete použít průvodce, protože chybí některé nezbytné hodnoty."
-
-msgid "and fill out all required fields."
-msgstr "a vyplňte všechna požadovaná pole."
diff --git a/po/cs/uvc_streamer.po b/po/cs/uvc_streamer.po
deleted file mode 100644 (file)
index 2a53342..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-04-24 14:51+0200\n"
-"Last-Translator: awm1 <awm1klimes8vladimir@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Počet snímků za sekundu"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Rozlišení"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Nastavení"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Stream z webkamery"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Toto menu umožňuje konfiguraci připojených webkamer kompatibilních s UVC. "
-"Videostream je dostupný přes webový prohlížeč na síťové adrese routeru, "
-"např. <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/de/ffwizard.po b/po/de/ffwizard.po
deleted file mode 100644 (file)
index a4827b6..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: ffwizard\n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2011-06-11 01:47+0200\n"
-"Last-Translator: Jo-Philipp <xm@subsignal.org>\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"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-
-msgid "Allow to transfer anonymous statistics about this node"
-msgstr "Diesem Node erlauben anonyme Nutzungsstatistiken zu übertragen"
-
-msgid "Channel"
-msgstr "Kanal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "Rechner im eigenen LAN vor Zugriffen aus dem Freifunknetzwerk schützen"
-
-msgid "Configure network"
-msgstr "Netzwerk konfigurieren"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Dieses Node mit anderen Nodes über einen Internettunnel verbinden."
-
-msgid "DHCP IP range"
-msgstr "DHCP IP-Bereich"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP weist verbundenen Benutzern ohne OLSR automatisch IP-Adressen zu"
-
-msgid "DNS Server"
-msgstr "DNS Server"
-
-msgid "Enable DHCP"
-msgstr "DHCP aktivieren"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr "Heartbeat"
-
-msgid "IP address"
-msgstr "IP-Adresse"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn Tunnel"
-
-msgid "Limit download bandwidth"
-msgstr "Downloadbandbreite limitieren"
-
-msgid "Limit upload bandwidth"
-msgstr "Uploadbandbreite limitieren"
-
-msgid "Mesh IP address"
-msgstr "Mesh IP-Adresse"
-
-msgid "Mesh IPv6 Address"
-msgstr "Mesh IPv6-Adresse"
-
-msgid "Netmask"
-msgstr "Netzmaske"
-
-msgid "Password"
-msgstr "Passwort"
-
-msgid "Password confirmation"
-msgstr "Passwort bestätigen"
-
-msgid "Password successfully changed"
-msgstr "Passwort erfolgreich geändert"
-
-msgid "Protect LAN"
-msgstr "LAN-Netzwerk schützen"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Diese Checkbox aktivieren um Schnittstellen zu konfigurieren."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr "Anderen erlauben die eigene Internetverbindung mitzubenutzen."
-
-msgid "Share your internet connection"
-msgstr "Internet 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 IP-Bereich aus dem Clients IPs zugewiesen bekommen (z.B. 10.1.2.1/28). "
-"Liegt dieser Bereich innerhalb des Mesh-Netzwerks, dann werden diese Clients "
-"als HNA von OLSRd angekündigt, ansonsten wird NAT verwendet. Wird dieses "
-"Feld leer gelassen dann wird der Wert aus dem Community-Profil verwendet."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "Die IPv6-Adresse wird automatisch generiert."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Protokoll für den Internetzugang."
-
-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 ""
-"Hier muss eine netzweit eindeutige IP-Adresse verwendet werden, z.B. "
-"10.1.1.1. Diese muss von der lokalen Community zugewiesen sein oder dort "
-"registriert werden."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr ""
-"Diese Option richtet ein zusätzliches WLAN-Netzwerk als Access Point für "
-"Clients ein."
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"Dieser Assistent hilft beim Einrichten des Routers für Freifunk oder "
-"ähnliche Wireless Community Netzwerke."
-
-msgid "Unknown Error"
-msgstr "Unbekannter Fehler"
-
-msgid "Username"
-msgstr "Benutzername"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Virtueller Access Point (VAP)"
-
-msgid "Wizard"
-msgstr "Freifunkassistent"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-"Hier sollte der selbe Kanal wie auf benachbarten Nodes verwendet werden."
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "KBit/s"
-
-msgid "static"
-msgstr "Statisch"
-
-msgid "Configure this interface."
-msgstr "Dieses Netzwerkinterface einrichten."
-
-msgid "recommended"
-msgstr "empfohlen"
-
-msgid "Basic settings"
-msgstr "Grundeinstellungen"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-"Ein oder mehrere wichtige Grundeinstellungen fehlen. Bitte besuche die Seite"
-
-msgid "Error"
-msgstr "Fehler"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Der ffwizard kann nicht benutzt werden da einige wichtige Grundeinstellungen "
-"fehlen."
-
-msgid "and fill out all required fields."
-msgstr "und fülle alle dort benötigten Felder aus."
diff --git a/po/de/uvc_streamer.po b/po/de/uvc_streamer.po
deleted file mode 100644 (file)
index 0dd8a65..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-01-26 12:12+0200\n"
-"Last-Translator: Manuel <freifunk@somakoma.de>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Frames pro Sekunde"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Auflösung"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Einstellungen"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webcam Streaming"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Richten sie ihre Linux-UVC kompatible Webcam ein. Rufen sie mit ihrem "
-"Browser z.B. <a href=\"http://%s:%i/\">http://%s:%i/</a> auf"
diff --git a/po/el/ffwizard.po b/po/el/ffwizard.po
deleted file mode 100644 (file)
index fd0e0c4..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-31 15:37+0200\n"
-"Last-Translator: Vasilis <acinonyx@openwrt.gr>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Να επιτρέπεται η μεταφορά ανώνυμων στατιστικών αυτού του κόμβου"
-
-msgid "Channel"
-msgstr "Κανάλι"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "Επιλέξτε για να προστατέψετε το LAN σας από άλλους κόμβους ή πελάτες"
-
-msgid "Configure network"
-msgstr "Παραμετροποίηση δικτύου"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-"Συνδέστε τον κόμβο σας με άλλους κόμβους χρησιμοποιώντας τούνελ μέσω του "
-"διαδικτύου."
-
-msgid "DHCP IP range"
-msgstr "Εύρος DHCP IP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "Το DHCP θα αποδώσει αυτόματα διευθύνσεις ip στους πελάτες"
-
-msgid "DNS Server"
-msgstr "Εξυπηρετητής DNS"
-
-msgid "Enable DHCP"
-msgstr "Ενεργοποίηση DHCP"
-
-msgid "Gateway"
-msgstr "Πύλη"
-
-msgid "Heartbeat"
-msgstr "Καρδιακός Παλμός"
-
-msgid "IP address"
-msgstr "Διεύθυνση IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Τούνελ L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Περιορισμός ταχύτητας κατεβάσματος"
-
-msgid "Limit upload bandwidth"
-msgstr "Περιορισμός ταχύτητας ανεβάσματος"
-
-msgid "Mesh IP address"
-msgstr "IP διεύθυνση πλέγματος"
-
-msgid "Mesh IPv6 Address"
-msgstr "IPv6 Διεύθυνση Δικτύου Πλέγματος"
-
-msgid "Netmask"
-msgstr "Μάσκα δικτύου"
-
-msgid "Password"
-msgstr "Κωδικός πρόσβασης"
-
-msgid "Password confirmation"
-msgstr "Επιβεβαίωση κωδικού πρόσβασης"
-
-msgid "Password successfully changed"
-msgstr "Ο κωδικός πρόσβασης άλλαξε επιτυχώς"
-
-msgid "Protect LAN"
-msgstr "Προστασία LAN"
-
-msgid "Protocol"
-msgstr "Πρωτόκολλο"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Επιλέξτε για να παραμετροποιήσετε τις διεπαφές δικτύου."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ""
-"Το εύρος IP από το οποίο θα αποδίδονται στους πελάτες διευθύνσεις ip (π.χ. "
-"10.1.2.1/28). Εάν αυτό είναι εύρος εντός του δικτύου πλέγματος, τότε θα "
-"ανακοινώνεται ως HNA. Οποιοδήποτε άλλο εύρος θα χρησιμοποιεί το NAT. Εάν "
-"αφεθεί κενό τότε θα χρησιμοποιηθούν οι ρυθμίσεις από το προφίλ κοινότητας."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "Η διεύθυνση ipv6 υπολογίζεται αυτόματα."
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr "Άγνωστο Σφάλμα"
-
-msgid "Username"
-msgstr "Όνομα χρήστη"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Εικονικό Σημείο Πρόσβασης (VAP)"
-
-msgid "Wizard"
-msgstr "Οδηγός"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-"Η συσκευή σας και οι γειτονικοί σας κόμβοι πρέπει να χρησιμοποιούν το ίδιο "
-"κανάλι."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "στατικό"
-
-msgid "Configure this interface."
-msgstr "Παραμετροποίηση αυτής της διεπαφής."
-
-msgid "recommended"
-msgstr "προτεινόμενο"
-
-msgid "Basic settings"
-msgstr "Βασικές ρυθμίσεις"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Οι βασικές ρυθμίσεις είναι ημιτελείς. Παρακαλώ προχωρήστε στο"
-
-msgid "Error"
-msgstr "Σφάλμα"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Δεν μπορείτε να χρησιμοποιήσετε τον οδηγό γιατί κάποιες απαραίτητες τιμές "
-"δεν έχουν συμπληρωθεί."
-
-msgid "and fill out all required fields."
-msgstr "και συμπληρώστε όλα τα απαραίτητα πεδία."
diff --git a/po/el/uvc_streamer.po b/po/el/uvc_streamer.po
deleted file mode 100644 (file)
index f360173..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-12 13:02+0200\n"
-"Last-Translator: elkos <elkosmas@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Ανάλυση"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Ρυθμίσεις"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/en/ffwizard.po b/po/en/ffwizard.po
deleted file mode 100644 (file)
index ac523a4..0000000
+++ /dev/null
@@ -1,171 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-15 17:26+0200\n"
-"Last-Translator: Anonymous Pootle User\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Allow to transfer anonymous statistics about this node"
-
-msgid "Channel"
-msgstr "Channel"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "Check this to protect your LAN from other nodes or clients"
-
-msgid "Configure network"
-msgstr "Configure network"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Connect your node with other nodes with a tunnel via the internet."
-
-msgid "DHCP IP range"
-msgstr "DHCP IP range"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP will automatically assign ip addresses to clients"
-
-msgid "DNS Server"
-msgstr "DNS Server"
-
-msgid "Enable DHCP"
-msgstr "Enable DHCP"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr "Heartbeat"
-
-msgid "IP address"
-msgstr "IP address"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn tunnel"
-
-msgid "Limit download bandwidth"
-msgstr "Limit download bandwidth"
-
-msgid "Limit upload bandwidth"
-msgstr "Limit upload bandwidth"
-
-msgid "Mesh IP address"
-msgstr "Mesh IP address"
-
-msgid "Mesh IPv6 Address"
-msgstr "Mesh IPv6 Address"
-
-msgid "Netmask"
-msgstr "Netmask"
-
-msgid "Password"
-msgstr "Password"
-
-msgid "Password confirmation"
-msgstr "Password confirmation"
-
-msgid "Password successfully changed"
-msgstr "Password successfully changed"
-
-msgid "Protect LAN"
-msgstr "Protect LAN"
-
-msgid "Protocol"
-msgstr "Protocol"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Select this checkbox to configure your network interfaces."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Select this to allow others to use your connection to access the internet."
-
-msgid "Share your internet connection"
-msgstr "Share your internet connection"
-
-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 ""
-"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."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "The ipv6 address is calculated automatically."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "The protocol to use for internet connectivity."
-
-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 ""
-"This is a unique address in the mesh (e.g. 10.1.1.1) and has to be "
-"registered at your local community."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr "This will setup a new virtual wireless interface in Access Point mode."
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-
-msgid "Unknown Error"
-msgstr "Unknown Error"
-
-msgid "Username"
-msgstr "Username"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Virtual Access Point (VAP)"
-
-msgid "Wizard"
-msgstr "Wizard"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "Your device and neighbouring nodes have to use the same channel."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "static"
-
-msgid "Configure this interface."
-msgstr "Configure this interface."
-
-msgid "recommended"
-msgstr "recommended"
-
-msgid "Basic settings"
-msgstr "Basic settings"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Basic settings are incomplete. Please go to"
-
-msgid "Error"
-msgstr "Error"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "You can not use the wizard because some necessary values are missing."
-
-msgid "and fill out all required fields."
-msgstr "and fill out all required fields."
diff --git a/po/en/uvc_streamer.po b/po/en/uvc_streamer.po
deleted file mode 100644 (file)
index 1d9825a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Frames per second"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Resolution"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Settings"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webcam streaming"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/es/ffwizard.po b/po/es/ffwizard.po
deleted file mode 100644 (file)
index 5d86dfc..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-09-15 21:47+0200\n"
-"Last-Translator: José Vicente <josevteg@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr ""
-"Permitir la transferencia de información estadística anónima sobre este nodo"
-
-msgid "Channel"
-msgstr "Canal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "Proteger su LAN de otros nodos o clientes"
-
-msgid "Configure network"
-msgstr "Configurar red"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Conecte su nodo con otros vía un túnel por internet."
-
-msgid "DHCP IP range"
-msgstr "Rango de IPs de DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP asignará automáticamente direcciones IP a los clientes"
-
-msgid "DNS Server"
-msgstr "Servidor DNS"
-
-msgid "Enable DHCP"
-msgstr "Habilitar DHCP"
-
-msgid "Gateway"
-msgstr "Pasarela"
-
-msgid "Heartbeat"
-msgstr "Pulso"
-
-msgid "IP address"
-msgstr "Dirección IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Túnel L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Límite de velocidad de descarga"
-
-msgid "Limit upload bandwidth"
-msgstr "Límite de velocidad de subida"
-
-msgid "Mesh IP address"
-msgstr "Dirección IP del mesh"
-
-msgid "Mesh IPv6 Address"
-msgstr "Dirección IPv6 del mesh"
-
-msgid "Netmask"
-msgstr "Máscara de red"
-
-msgid "Password"
-msgstr "Contraseña"
-
-msgid "Password confirmation"
-msgstr "Confirmación de contraseña"
-
-msgid "Password successfully changed"
-msgstr "Contraseña cambiada"
-
-msgid "Protect LAN"
-msgstr "Protege la LAN"
-
-msgid "Protocol"
-msgstr "Protocolo"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Configurar sus interfaces de red."
-
-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 "Share your internet connection"
-msgstr "Comparta su dirección 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 ""
-"Rango IP de direcciones que se reparten a los clientes (ej. 10.1.2.1/28). Si "
-"el rango está dentro de su red mesh, se declarará como HNA. Cualquier otro "
-"rango usará NAT. Si se deja vacío se usarán los valores por defectos del "
-"perfil comunitario."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "La dirección IPv6 se calcula automáticamente."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Protocolo usado para lo conectividad a internet."
-
-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 ""
-"Dirección única en el mesh (ej. 10.1.1.1) que tiene que estar registrada 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 router para Freifunk o una red "
-"comunitaria inalámbrica similar."
-
-msgid "Unknown Error"
-msgstr "Error desconocido"
-
-msgid "Username"
-msgstr "Nombre de usuario"
-
-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 nodos vecinos tienen que usar el mismo canal."
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "Kbit/s"
-
-msgid "static"
-msgstr "estático"
-
-msgid "Configure this interface."
-msgstr "Configurar esta interfaz."
-
-msgid "recommended"
-msgstr "recomendado"
-
-msgid "Basic settings"
-msgstr "Configuración básica"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "La configuración básica está incompleta. Por favor, vaya a"
-
-msgid "Error"
-msgstr "Error"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "No puede usar el asistente porque faltan algunos valores necesarios."
-
-msgid "and fill out all required fields."
-msgstr "y rellene los campos requeridos."
diff --git a/po/es/uvc_streamer.po b/po/es/uvc_streamer.po
deleted file mode 100644 (file)
index ed16567..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-04-15 23:39+0200\n"
-"Last-Translator: jarre2 <jarre2_es_jose@hotmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Cuadros por segundo"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Resolución"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Ajustes"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Hacer Streaming con Webcam"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configure una webcam compatible con Linux-UVC Diríjase con su navegador a: "
-"<a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/fr/ffwizard.po b/po/fr/ffwizard.po
deleted file mode 100644 (file)
index b4ed531..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/fr/uvc_streamer.po b/po/fr/uvc_streamer.po
deleted file mode 100644 (file)
index 5295f33..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2011-11-23 22:22+0200\n"
-"Last-Translator: fredb <fblistes+luci@free.fr>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "images par seconde"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Résolution"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Paramètres"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Flux de la webcam"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configurer votre webcam compatible Linux-UVC. Entrez par exemple <a href="
-"\"http://%s:%i/\">http://%s:%i/</a> dans votre navigateur"
diff --git a/po/he/ffwizard.po b/po/he/ffwizard.po
deleted file mode 100644 (file)
index 3b13704..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/he/uvc_streamer.po b/po/he/uvc_streamer.po
deleted file mode 100644 (file)
index 6728905..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-09-10 03:50+0200\n"
-"Last-Translator: Snoof <sagim9@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "פריימים לשניה"
-
-# אפשר גם אבחנה
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "רזולוציה"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "הגדרות"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "שידור באמצעות מצלמת רשת"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-#, fuzzy
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"הגדר את מצלמת הרשת התואמת Linux-UVC שלך. הפנה את הדפדפן שלך לכתובת כמו <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>."
diff --git a/po/hu/ffwizard.po b/po/hu/ffwizard.po
deleted file mode 100644 (file)
index 6bae6c5..0000000
+++ /dev/null
@@ -1,175 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr "Névtelen statisztikák küldésének engedélyezése erről a csomópontról"
-
-msgid "Channel"
-msgstr "Csatorna"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-"Pipáld be ezt, hogy megvédd a LAN-od más csomópontoktól vagy kliensektől"
-
-msgid "Configure network"
-msgstr "Hálózat beállítása"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-"Csomópontod összekötése más csomópontokkal internetes alagút segítségével"
-
-msgid "DHCP IP range"
-msgstr "DHCP IP tartomány"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "A DHCP automatikusan ki fog osztani IP címeket a klienseknek"
-
-msgid "DNS Server"
-msgstr "DNS szerver"
-
-msgid "Enable DHCP"
-msgstr "DHCP bekapcsolása"
-
-msgid "Gateway"
-msgstr "Átjáró"
-
-msgid "Heartbeat"
-msgstr "Szívverés"
-
-msgid "IP address"
-msgstr "IP cím"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn alagút"
-
-msgid "Limit download bandwidth"
-msgstr "Letöltési sávszélesség korlátozása"
-
-msgid "Limit upload bandwidth"
-msgstr "Feltöltési sávszélesség korlátozása"
-
-msgid "Mesh IP address"
-msgstr "Háló IP cím"
-
-msgid "Mesh IPv6 Address"
-msgstr "Háló IPv6 cím"
-
-msgid "Netmask"
-msgstr "Hálózati maszk"
-
-msgid "Password"
-msgstr "Jelszó"
-
-msgid "Password confirmation"
-msgstr "Jelszó megerősítése"
-
-msgid "Password successfully changed"
-msgstr "Jelszó sikeresen megváltoztatva"
-
-msgid "Protect LAN"
-msgstr "A LAN védelme"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Válaszd ezt a jelölőnégyzetet a hálózati interfészeid beállításához"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Válaszd ezt, ha engedélyezni akarod másoknak, hogy elérjék az internetet a "
-"kapcsolatodon keresztül"
-
-msgid "Share your internet connection"
-msgstr "Internetkapcsolatod megosztása"
-
-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 ""
-"Az az IP tartomány, amelyből kikerülnek a kliensek címei (pl. 10.1.2.1/28). "
-"Ha ez egy, a hálózatodon található tartomány, akkor HNA-ként lesz "
-"bejelentve. Minden más tartomány NAT-ot fog használni. Ha üresen hagyod, "
-"akkor a közösségi profilból kiolvasott alapértelmezések lesznek használatban."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "Az IPv6 cím automatikusan számolódik."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Az internetes tevékenységekhez használt protokoll"
-
-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 ""
-"Ez egy egyedi cím a hálózaton (pl. 10.1.1.1), és a helyi közösségnél kell "
-"regisztrálva lennie."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr ""
-"Ez létre fog hozni egy új virtuális vezeték nélküli interfészt Access Point "
-"módban."
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"Ez a varázsló segíteni fog téged a router beállításában Freifunk és más "
-"hasonló vezeték nélküli közösségi hálózatokhoz."
-
-msgid "Unknown Error"
-msgstr "Ismeretlen hiba"
-
-msgid "Username"
-msgstr "Felhasználói név"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Virtuális hozzáférési pont (VAP)"
-
-msgid "Wizard"
-msgstr "Varázsló"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-"Az eszközödnek és a szomszédos csomópontoknak ugyanazt a csatornát kell "
-"használniuk."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "állandó"
-
-msgid "Configure this interface."
-msgstr "Interfész beállítása."
-
-msgid "recommended"
-msgstr "ajánlott"
-
-msgid "Basic settings"
-msgstr "Alapvető beállítások"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Az alapvető beállítások nem teljesek. Kérem, menjen ide:"
-
-msgid "Error"
-msgstr "Hiba"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "Nem használhatod a varázslót, mert néhány szükséges érték hiányzik."
-
-msgid "and fill out all required fields."
-msgstr "és töltse ki az összes szükséges mezőt."
diff --git a/po/hu/uvc_streamer.po b/po/hu/uvc_streamer.po
deleted file mode 100644 (file)
index d38d667..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-03-30 09:02+0200\n"
-"Last-Translator: juhosg <juhosg@openwrt.org>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Másodpercenkénti képkockák"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Felbontás"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Beállítások"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webkamera stream-elés"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Állítsa be a Linux-UVC kompatibilis webkameráját. Nyissa meg böngészővel "
-"pl.  <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/it/ffwizard.po b/po/it/ffwizard.po
deleted file mode 100644 (file)
index f00ce41..0000000
+++ /dev/null
@@ -1,180 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-02-09 21:27+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 "Allow to transfer anonymous statistics about this node"
-msgstr "Permette di trasferire le statistiche in forma anonima su questo nodo"
-
-msgid "Channel"
-msgstr "Canale"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-"Selezionare questa opzione per proteggere la LAN da altri nodi o clienti"
-
-msgid "Configure network"
-msgstr "Configura la Rete"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Collegare il nodo con gli altri nodi con un tunnel via Internet."
-
-msgid "DHCP IP range"
-msgstr "Intervallo IP DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP assegna automaticamente gli indirizzi IP ai client"
-
-msgid "DNS Server"
-msgstr "Server DNS"
-
-msgid "Enable DHCP"
-msgstr "Attiva DHCP"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr "Heartbeat"
-
-msgid "IP address"
-msgstr "Indirizzo IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Tunnel L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Limitare la banda passante in download"
-
-msgid "Limit upload bandwidth"
-msgstr "Limitare la banda passante in upload"
-
-msgid "Mesh IP address"
-msgstr "Indirizzo IP Mesh"
-
-msgid "Mesh IPv6 Address"
-msgstr "Indirizzo IPv6 Mesh"
-
-msgid "Netmask"
-msgstr "Maschera Rete"
-
-msgid "Password"
-msgstr "Password"
-
-msgid "Password confirmation"
-msgstr "Conferma Password"
-
-msgid "Password successfully changed"
-msgstr "Password modificata correttamente"
-
-msgid "Protect LAN"
-msgstr "Proteggi LAN"
-
-msgid "Protocol"
-msgstr "Protocollo"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-"Selezionare questa casella di controllo per configurare le interfacce di "
-"rete"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Selezionare questa opzione per consentire ad altri di utilizzare la "
-"connessione per accedere a Internet."
-
-msgid "Share your internet connection"
-msgstr "Condividi la tua connessione 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 ""
-"L'intervallo di IP i quali vengono assegnati ai client gli indirizzi IP (ad "
-"esempio 10.1.2.1/28). Se si tratta di un intervallo all'interno della rete "
-"Mesh, allora sarà annunciato come HNA. Ogni altro intervallo userà il NAT. "
-"Se lasciato vuoto, le impostazioni predefinite del profilo della comunità "
-"verrà utilizzato."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "L'indirizzo IPv6 viene calcolato automaticamente."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Il protocollo da utilizzare per la connettività internet."
-
-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 ""
-"Si tratta di un indirizzo univoco nella mesh (ad esempio 10.1.1.1) e deve "
-"essere registrato presso la comunità locale."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr ""
-"In questo modo isi mposta una nuova interfaccia virtuale wireless in "
-"modalità Punto di Accesso."
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"Questa procedura guidata vi aiuterà a configurare il router per Freifunk o "
-"un'altra comunità di Rete wireless simile."
-
-msgid "Unknown Error"
-msgstr "Errore Sconosciuto"
-
-msgid "Username"
-msgstr "Nome Utente"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Punto di Accesso Virtuale (VAP)"
-
-msgid "Wizard"
-msgstr "Procedura Guidata"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "Il dispositivo e nodi adiacenti devono utilizzare lo stesso canale."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "statico"
-
-msgid "Configure this interface."
-msgstr "Configura questa interfaccia."
-
-msgid "recommended"
-msgstr "raccomandato"
-
-msgid "Basic settings"
-msgstr "Impostazioni Base"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Le impostazioni base sono incomplete. Andare in"
-
-msgid "Error"
-msgstr "Errore"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Non è possibile utilizzare la procedura guidata perché alcuni valori "
-"necessari sono mancanti."
-
-msgid "and fill out all required fields."
-msgstr "e compilare tutti i campi richiesti."
diff --git a/po/it/uvc_streamer.po b/po/it/uvc_streamer.po
deleted file mode 100644 (file)
index 11cb6c2..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-04-19 23:17+0200\n"
-"Last-Translator: claudyus <claudyus84@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.4\n"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Frame per secondo"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Risoluzione"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Impostazioni"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Streaming della webcam"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configura la tua webcam compatibile Linux-UVC. Prova con il browser <a href="
-"\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/ja/ffwizard.po b/po/ja/ffwizard.po
deleted file mode 100644 (file)
index 408745d..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/ja/uvc_streamer.po b/po/ja/uvc_streamer.po
deleted file mode 100644 (file)
index ac20906..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2011-06-17 10:56+0200\n"
-"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "FPS"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "解像度"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "設定"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "ウェブカムストリーミング"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Linux-UVC互換のウェブカムを設定します。ブラウザで<a href=\"http://%s:%i/"
-"\">http://%s:%i/</a>にアクセスしてください。"
diff --git a/po/ms/ffwizard.po b/po/ms/ffwizard.po
deleted file mode 100644 (file)
index 6217b8f..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/ms/uvc_streamer.po b/po/ms/uvc_streamer.po
deleted file mode 100644 (file)
index b88074a..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr ""
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr ""
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/no/ffwizard.po b/po/no/ffwizard.po
deleted file mode 100644 (file)
index 3b13704..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/no/uvc_streamer.po b/po/no/uvc_streamer.po
deleted file mode 100644 (file)
index fc111f0..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr ""
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr ""
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/pl/ffwizard.po b/po/pl/ffwizard.po
deleted file mode 100644 (file)
index a944149..0000000
+++ /dev/null
@@ -1,178 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-08-30 12:42+0200\n"
-"Last-Translator: Staszek <fistaszek@tlen.pl>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Pozwól na wysyłanie anonimowych statystyk o tym węźle"
-
-msgid "Channel"
-msgstr "Kanał"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-"Zaznacz to, aby chronić Twoją sieć LAN przed innymi węzłami i klientami"
-
-msgid "Configure network"
-msgstr "Skonfiguruj sieć"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Połącz swój węzeł z innymi węzłami przez tunel przez internet."
-
-msgid "DHCP IP range"
-msgstr "Zakres IP dla DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP automatycznie przypisze adresy IP klientom"
-
-msgid "DNS Server"
-msgstr "Serwer DNS"
-
-msgid "Enable DHCP"
-msgstr "Włącz DHCP"
-
-msgid "Gateway"
-msgstr "Brama"
-
-msgid "Heartbeat"
-msgstr "Bicie serca"
-
-msgid "IP address"
-msgstr "Adres IP"
-
-# Po polsku dla polaka jest tak samo niezrozumiałe jak po angielsku dla anglika, więc tłumaczenie uważam za dobre.
-msgid "L2gvpn tunnel"
-msgstr "Tunel L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Ogranicz szybkość pobierania"
-
-msgid "Limit upload bandwidth"
-msgstr "Ogranicz szybkość wysyłania"
-
-msgid "Mesh IP address"
-msgstr "Adres IP typu Mesh"
-
-msgid "Mesh IPv6 Address"
-msgstr "Adres IPv6 typu Mesh"
-
-msgid "Netmask"
-msgstr "Maska sieci"
-
-msgid "Password"
-msgstr "Hasło"
-
-msgid "Password confirmation"
-msgstr "Potwierdź hasło"
-
-msgid "Password successfully changed"
-msgstr "Hasło pomyślnie zmienione"
-
-msgid "Protect LAN"
-msgstr "Chroń LAN"
-
-msgid "Protocol"
-msgstr "Protokół"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Zaznacz to pole, aby skonfigurować interfejsy sieciowe."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Zaznacz to, aby pozwolić innym na używanie Twojego łącza, by korzystać z "
-"internetu."
-
-msgid "Share your internet connection"
-msgstr "Udostępnij swoje łącze innym"
-
-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 IP, z którego klientom są przyznawane adresy IP (np. 10.1.2.1/28). "
-"Jeśli to zakres wewnątrz zakresu Twojej sieci mesh, będzie ogłoszony jako "
-"HNA. Każdy inny zakres będzie używał NAT. Jeśli pozostawisz pole puste, "
-"zostanie użyta domyślna wartość z profilu społeczności."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "Adres IPv6 jest wyliczany automatycznie."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Protokół używany do łączenia z internetem."
-
-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ć zarejestrowany "
-"w lokalnej społeczności."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr ""
-"To ustawi nowy wirtualny interfejs bezprzewodowy w trybie punktu dostępowego "
-"(AP)."
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr ""
-"Ten kreator pomoże Ci w konfiguracji routera do działania z kratową siecią "
-"typu Freifunk lub innej podobnej wspólnotowej sieci bezprzewodowej."
-
-msgid "Unknown Error"
-msgstr "Nieznany błąd"
-
-msgid "Username"
-msgstr "Nazwa użytkownika"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Wirtualny punkt dostępowy (VAP)"
-
-msgid "Wizard"
-msgstr "Kreator"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "Twoje urządzenie i okoliczne węzły muszą używać tego samego kanału."
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "stały"
-
-msgid "Configure this interface."
-msgstr "Skonfiguruj ten interfejs."
-
-msgid "recommended"
-msgstr "zalecane"
-
-msgid "Basic settings"
-msgstr "Podstawowe ustawienia"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Podstawowe ustawienia są niekompletne. Idź do"
-
-msgid "Error"
-msgstr "Błąd"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Nie możesz użyć tego kreatora, ponieważ brakuje części niezbędnych danych."
-
-msgid "and fill out all required fields."
-msgstr "i wypełnij wszystkie wymagane pola."
diff --git a/po/pl/uvc_streamer.po b/po/pl/uvc_streamer.po
deleted file mode 100644 (file)
index cd36663..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2011-08-25 19:35+0200\n"
-"Last-Translator: Staszek <fistaszek@tlen.pl>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Klatek na sekundę"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Rozdzielczość"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Ustawienia"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Strumieniowanie z kamery internetowej"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Skonfiguruj swoją kamerę internetową zgodną z Linux-UVC. Wpisz w "
-"przeglądarce adres <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/pt/ffwizard.po b/po/pt/ffwizard.po
deleted file mode 100644 (file)
index deff99c..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-06-03 12:19+0200\n"
-"Last-Translator: joao.f.vieira <joao.f.vieira@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Permitir a transferência de estatísticas anónimas acerca deste nó"
-
-msgid "Channel"
-msgstr "Canal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "Selecione isto para proteger a sua LAN de outros nós ou clientes"
-
-msgid "Configure network"
-msgstr "Configurar rede"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Ligue o seu nó com outros nós com um túnel via internet"
-
-msgid "DHCP IP range"
-msgstr "Gama de IPs DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "O DHCP irá atribuir automaticamente endereços IP aos clientes"
-
-msgid "DNS Server"
-msgstr "Servidor DNS"
-
-msgid "Enable DHCP"
-msgstr "Ativar DHCP"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr "Heartbeat"
-
-msgid "IP address"
-msgstr "Endereço IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Túnel L2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Limitar largura de banda de download"
-
-msgid "Limit upload bandwidth"
-msgstr "Limitar largura de banda de upload"
-
-msgid "Mesh IP address"
-msgstr "Endereço IP da malha"
-
-msgid "Mesh IPv6 Address"
-msgstr "Endereço IPv6 da malha"
-
-msgid "Netmask"
-msgstr "Máscara de rede"
-
-msgid "Password"
-msgstr "Password"
-
-msgid "Password confirmation"
-msgstr "Confirmar password"
-
-msgid "Password successfully changed"
-msgstr "Password alterada com sucesso"
-
-msgid "Protect LAN"
-msgstr "Proteger LAN"
-
-msgid "Protocol"
-msgstr "Protocolo"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Selecione esta caixa para configurar as suas interfaces de rede."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr "Selecione isto para permitir a utilização do seu acesso à internet."
-
-msgid "Share your internet connection"
-msgstr "Partilhe a sua ligação à 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 ""
-"A gama de IP a partir da qual os clientes atribuem os endereços IP (ex. "
-"10.1.2.1./28). Se esta é uma gama dentro das suas gamas de rede, então eles "
-"serão anunciados como HNA. Qualquer outra gama usará NAT. Se for deixado em "
-"branco será aplicadas as pré-definições do perfil comunitário."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "O endereço IPv6 é calculado automaticamente."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "O protocolo a ser usado na conectividade à internet."
-
-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 é o endereço único na rede (e.g. 10.1.1.1) e tem de estar na sua "
-"comunidade local."
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr ""
-"Isto irá configurar a nova interface wireless virtual no 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 írá ajudá-lo a configurar o seu router para a Freifunk ou "
-"outras redes wireless comunitárias similares."
-
-msgid "Unknown Error"
-msgstr "Erro Desconhecido"
-
-msgid "Username"
-msgstr "Utilizador"
-
-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 "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "estático"
-
-msgid "Configure this interface."
-msgstr "Configurar esta interface."
-
-msgid "recommended"
-msgstr "recomendado"
-
-msgid "Basic settings"
-msgstr "Definições básicas"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "As definições básicas não estão completas. Vá até"
-
-msgid "Error"
-msgstr "Erro"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Não pode utilizar o assistente porque alguns parâmetros necessários estão em "
-"falta."
-
-msgid "and fill out all required fields."
-msgstr "e preencha os campos necessários."
diff --git a/po/pt/uvc_streamer.po b/po/pt/uvc_streamer.po
deleted file mode 100644 (file)
index a8a8999..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-01 00:50+0200\n"
-"Last-Translator: pedromrgoncalves <pedromrgoncalves@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Frames por segundo"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Resolução"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Definições"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Streaming de Webcam"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configure a sua webcam Linux-UVC compatível. Encaminhe o seu browser para "
-"ex: <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/pt_BR/ffwizard.po b/po/pt_BR/ffwizard.po
deleted file mode 100644 (file)
index 5bc0c11..0000000
+++ /dev/null
@@ -1,178 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-09-27 00:35+0200\n"
-"Last-Translator: Luiz Angelo <luizluca@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Permitir a transferência de estatísticas anônimas sobre este nó"
-
-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 "Configure network"
-msgstr "Configurar a rede"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Conecte seu nó com outros nós por um túnel pela internet."
-
-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 "DNS Server"
-msgstr "Servidor DNS"
-
-msgid "Enable DHCP"
-msgstr "Habilitar DHCP"
-
-msgid "Gateway"
-msgstr "Roteador"
-
-msgid "Heartbeat"
-msgstr "Pulsação de Monitoramento (Heartbeat)"
-
-msgid "IP address"
-msgstr "Endereço IP"
-
-msgid "L2gvpn tunnel"
-msgstr "Tunel l2gvpn"
-
-msgid "Limit download bandwidth"
-msgstr "Limitar a velocidade para baixar"
-
-msgid "Limit upload bandwidth"
-msgstr "Limitar a velocidade para subir"
-
-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 "Netmask"
-msgstr "Máscara de Rede"
-
-msgid "Password"
-msgstr "Senha"
-
-msgid "Password confirmation"
-msgstr "Confirmação da Senha"
-
-msgid "Password successfully changed"
-msgstr "A senha foi alterada com sucesso"
-
-msgid "Protect LAN"
-msgstr "Proteger rede local (LAN)"
-
-msgid "Protocol"
-msgstr "Protocolo"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Selecione esta opção para configurar suas interfaces de rede."
-
-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 "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 como "
-"<abbr title=\"Host and network association, Associação de equipamentos e "
-"redes\">HNA</abbr>. Qualquer outra faixa irá utilizar NAT. Se deixada vazia, "
-"os padrões do perfil da comunidade será usada."
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "O endereço IPv6 é calculado automaticamente."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "O protocolo usado para a conectividade com a internet."
-
-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 "
-"outra rede comunitária sem fio similar."
-
-msgid "Unknown Error"
-msgstr "Erro Desconhecido"
-
-msgid "Username"
-msgstr "Usuário"
-
-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 "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "estático"
-
-msgid "Configure this interface."
-msgstr "Configurar esta interface."
-
-msgid "recommended"
-msgstr "recomendado"
-
-msgid "Basic settings"
-msgstr "Configuração básica"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "As configurações básicas estão incompletas. Por favor vá para"
-
-msgid "Error"
-msgstr "Erro"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Você não pode usar o assistente porque algum dos valores necessários estão "
-"ausentes."
-
-msgid "and fill out all required fields."
-msgstr "e preencha todos os campos necessários."
diff --git a/po/pt_BR/uvc_streamer.po b/po/pt_BR/uvc_streamer.po
deleted file mode 100644 (file)
index 9ae2e61..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Quadros por segundo"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Resolução"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Definições"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webcam transmitindo"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configure sua webcam compatível com Linux-UVC. Aponte seu navegador para, "
-"por exemplo, <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/ro/ffwizard.po b/po/ro/ffwizard.po
deleted file mode 100644 (file)
index 8becd02..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-06-29 19:18+0200\n"
-"Last-Translator: xxvirusxx <condor20_05@yahoo.it>\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 "Allow to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr "Canal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr "Configurare reţea"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP va aloca automat adrese ip la clienti"
-
-msgid "DNS Server"
-msgstr "Server DNS"
-
-msgid "Enable DHCP"
-msgstr "Activeaza DHCP"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr "Adresa IP"
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr "Limiteaza viteza de download"
-
-msgid "Limit upload bandwidth"
-msgstr "Limiteaza viteza de upload"
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr "Parola"
-
-msgid "Password confirmation"
-msgstr "Confirmare parolă"
-
-msgid "Password successfully changed"
-msgstr "Parolă schimbată cu succes"
-
-msgid "Protect LAN"
-msgstr "Protejeaza reteaua locala LAN"
-
-msgid "Protocol"
-msgstr "Protocol"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Bifeaza aici pentru a configura interfetele de retea."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Selecteaza aici pentru a permite altora sa-ti foloseasca legatura ta de "
-"Internet."
-
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr "Eroare necunoscută"
-
-msgid "Username"
-msgstr "Utilizator"
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr "Configureaza aceasta interfata"
-
-msgid "recommended"
-msgstr "recomandat"
-
-msgid "Basic settings"
-msgstr "Setari de baza"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Setările de bază sunt incomplete. Mergeţi la"
-
-msgid "Error"
-msgstr "Eroare"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/ro/uvc_streamer.po b/po/ro/uvc_streamer.po
deleted file mode 100644 (file)
index d6f43c2..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2011-10-07 16:52+0200\n"
-"Last-Translator: Daniel <daniel.petre@pitesti.rcs-rds.ro>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Frame pe secunda"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Rezolutie"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Setari"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Emisie webcam"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Configureaza-ti webcamul compatibil Linux-UC. Pointeaza browserul catre <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a> de exemplu"
diff --git a/po/ru/ffwizard.po b/po/ru/ffwizard.po
deleted file mode 100644 (file)
index afc10b9..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: LuCI: ffwizard\n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2012-08-15 17:17+0300\n"
-"Last-Translator: Roman A. aka BasicXP <x12ozmouse@ya.ru>\n"
-"Language-Team: Russian <x12ozmouse@ya.ru>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Разрешить передачу анонимной статистики с этого узла"
-
-msgid "Channel"
-msgstr "Канал"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-"Выберите это для зашиты вашей локальной сети от других узлов и клиентов"
-
-msgid "Configure network"
-msgstr "Конфигурировать сеть"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Соединять ваш узел с другими узлами туннелем через интернет."
-
-msgid "DHCP IP range"
-msgstr "Диапазон IP-адресов DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP автоматически назначит IP-адреса клиентам"
-
-msgid "DNS Server"
-msgstr "Сервер DNS"
-
-msgid "Enable DHCP"
-msgstr "Разрешить DHCP"
-
-msgid "Gateway"
-msgstr "Шлюз"
-
-msgid "Heartbeat"
-msgstr "Состояние"
-
-msgid "IP address"
-msgstr "IP-адрес"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn туннель"
-
-msgid "Limit download bandwidth"
-msgstr "Ограничить пропускную способность загрузки"
-
-msgid "Limit upload bandwidth"
-msgstr "Ограничить пропускную способность передачи"
-
-msgid "Mesh IP address"
-msgstr "IP-адрес ячейки"
-
-msgid "Mesh IPv6 Address"
-msgstr "IPv6-адрес ячейки"
-
-msgid "Netmask"
-msgstr "Маска сети"
-
-msgid "Password"
-msgstr "Пароль"
-
-msgid "Password confirmation"
-msgstr "Подтверждение пароля"
-
-msgid "Password successfully changed"
-msgstr "Пароль успешно изменён"
-
-msgid "Protect LAN"
-msgstr "Защитить LAN"
-
-msgid "Protocol"
-msgstr "Протокол"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Настроить сетевые интерфейсы"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ""
-"Диапазон IP-адресов клиентов (например, 10.1.2.1/28). Если данный диапазон "
-"находится внутри диапазона вашей ячеистой сети, то он будет анонсирован как "
-"HNA. Любой другой диапазон будет использовать NAT. Если значение не задано, "
-"то будут использоваться настройки из профиля сообщества."
-
-# TYPO: auomatically -> automatically
-# ipv6 -> IPv6
-msgid "The ipv6 address is calculated auomatically."
-msgstr "IPv6-адрес рассчитывается автоматически."
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr "Неизвестная ошибка"
-
-msgid "Username"
-msgstr "Имя пользователя"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Виртуальная точка доступа (VAP)"
-
-msgid "Wizard"
-msgstr "Помощник"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-"Ваше устройство и соседние узлы должны использовать один и тот же канал."
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "кбит/с"
-
-msgid "static"
-msgstr "статический"
-
-msgid "Configure this interface."
-msgstr "Настроить интерфейс."
-
-msgid "recommended"
-msgstr "рекомендуемый"
-
-msgid "Basic settings"
-msgstr "Главные настройки"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Ошибка в главных настройках. Пожалуйста, перейдите в"
-
-msgid "Error"
-msgstr "Ошибка"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-"Вы не можете использовать помощника, так как некоторые необходимые значения "
-"отсутствуют."
-
-msgid "and fill out all required fields."
-msgstr "и заполните все требуемые поля."
diff --git a/po/ru/uvc_streamer.po b/po/ru/uvc_streamer.po
deleted file mode 100644 (file)
index c9e859c..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: LuCI: uvc_streamer\n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2012-08-15 11:46+0300\n"
-"Last-Translator: Roman A. aka BasicXP <x12ozmouse@ya.ru>\n"
-"Language-Team: Russian <x12ozmouse@ya.ru>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Количество кадров в секунду"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Разрешение"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Настройки"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Потоковое вещание с веб-камеры"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Настройте вашу Linux-UVC-совместимую веб-камеру. Перейдите на страницу <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/sk/ffwizard.po b/po/sk/ffwizard.po
deleted file mode 100644 (file)
index 96ff0d2..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-msgid "Allow to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/sk/uvc_streamer.po b/po/sk/uvc_streamer.po
deleted file mode 100644 (file)
index b251f29..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr ""
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr ""
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/sv/ffwizard.po b/po/sv/ffwizard.po
deleted file mode 100644 (file)
index 61a2324..0000000
+++ /dev/null
@@ -1,166 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-04-28 02:56+0200\n"
-"Last-Translator: Umeaboy <kristoffer.grundstrom1983@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "Tillåt att överföra anonym statistik om denna nod"
-
-msgid "Channel"
-msgstr "Kanal"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-"Bocka för det här för att skydda ditt LAN från andra noder eller klienter"
-
-msgid "Configure network"
-msgstr "Konfigurera nätverk"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "Anslut din nod med andra noder med en tunnel via internet."
-
-msgid "DHCP IP range"
-msgstr "IP-avstånd för DHCP"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP kommer automatiskt tilldela IP-adresser till klienter"
-
-msgid "DNS Server"
-msgstr "DNS-server"
-
-msgid "Enable DHCP"
-msgstr "Aktivera DNS-servern"
-
-msgid "Gateway"
-msgstr "Gateway"
-
-msgid "Heartbeat"
-msgstr "Hjärtslag"
-
-msgid "IP address"
-msgstr "IP-adress"
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr "Begränsa bandbredd för nerladdning"
-
-msgid "Limit upload bandwidth"
-msgstr "Begränsa bandbredd för uppladdning"
-
-msgid "Mesh IP address"
-msgstr "Maskera IP-adress"
-
-msgid "Mesh IPv6 Address"
-msgstr "Maskera IPv6-adress"
-
-msgid "Netmask"
-msgstr "Nätmask"
-
-msgid "Password"
-msgstr "Lösenord"
-
-msgid "Password confirmation"
-msgstr "Bekräftelse av lösenord"
-
-msgid "Password successfully changed"
-msgstr "Ändring av lösenordet lyckades"
-
-msgid "Protect LAN"
-msgstr "Skydda LAN"
-
-msgid "Protocol"
-msgstr "Protokoll"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "Markera den här kryssrutan för att konfigurera dina nätverksgränssnitt."
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr ""
-"Välj det här för att tillåta andra att använda din anslutning för att få "
-"tillgång till internet."
-
-msgid "Share your internet connection"
-msgstr "Dela din internet-anslutning"
-
-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 ""
-
-#, fuzzy
-msgid "The ipv6 address is calculated auomatically."
-msgstr "IPv6-adressen beräknas automatiskt."
-
-msgid "The protocol to use for internet connectivity."
-msgstr "Protokollet som ska användas för anslutbarhet till internet."
-
-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 "Unknown Error"
-msgstr "Okänt fel"
-
-msgid "Username"
-msgstr "Användarnamn"
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr "Guide"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "Din enhet och grannarnas noder måste använda samma kanal."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "statisk"
-
-msgid "Configure this interface."
-msgstr "Konfigurera det här gränssnittet"
-
-msgid "recommended"
-msgstr "rekommenderas"
-
-msgid "Basic settings"
-msgstr "Standardinställningar"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Standardinställningarna är inte kompletta. Vänligen gå till"
-
-msgid "Error"
-msgstr "Fel"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "Du kan inte använda guiden för att några värden som behövs saknas."
-
-msgid "and fill out all required fields."
-msgstr "och fyll i alla fält som behövs."
diff --git a/po/sv/uvc_streamer.po b/po/sv/uvc_streamer.po
deleted file mode 100644 (file)
index f4bd4a0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr ""
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr ""
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/tr/ffwizard.po b/po/tr/ffwizard.po
deleted file mode 100644 (file)
index d46f261..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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"
-
-msgid "Allow to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/tr/uvc_streamer.po b/po/tr/uvc_streamer.po
deleted file mode 100644 (file)
index 54ec5d0..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2012-10-11 22:30+0200\n"
-"Last-Translator: vincenzo <tayfun_ozturk@hotmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Saniyedeki Kare Sayısı"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Çözünürlük"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Ayarlar"
-
-# akışı yayın olarak çevirdim
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webcam Yayını"
-
-# Linux-UVC uyumlu web kameranızı yapılandırın.örneği internet tarayıcınıza  <a href="http://%s:%i/">http://%s:%i/</a> yazın.
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Linux-UVC uyumlu web kameranızı yapılandırın.örneği internet tarayıcınıza  "
-"<a href=\"http://%s:%i/\">http://%s:%i/</a> yazın."
diff --git a/po/uk/ffwizard.po b/po/uk/ffwizard.po
deleted file mode 100644 (file)
index c5455ef..0000000
+++ /dev/null
@@ -1,163 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-26 18:16+0200\n"
-"Last-Translator: Yurii <yuripet@gmail.com>\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 "Allow to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr "Настроювання мережі"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr "Пароль"
-
-msgid "Password confirmation"
-msgstr "Підтвердження пароля"
-
-msgid "Password successfully changed"
-msgstr "Пароль успішно змінено"
-
-msgid "Protect LAN"
-msgstr "Захистити LAN"
-
-msgid "Protocol"
-msgstr "Протокол"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr "Невідома помилка"
-
-msgid "Username"
-msgstr "Ім'я користувача"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "Віртуальна точка доступу (VAP)"
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "Ваш пристрій і сусідні вузли мають використовувати один і той же канал."
-
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "Кбіт/с"
-
-msgid "static"
-msgstr "статична"
-
-msgid "Configure this interface."
-msgstr "Сконфігурувати цей інтерфейс."
-
-msgid "recommended"
-msgstr "рекомендовано"
-
-msgid "Basic settings"
-msgstr "Основні параметри"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "Основні параметри є неповними. Перейдіть до"
-
-msgid "Error"
-msgstr "Помилка"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/uk/uvc_streamer.po b/po/uk/uvc_streamer.po
deleted file mode 100644 (file)
index 8ec7980..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-05-26 18:54+0200\n"
-"Last-Translator: Yurii <yuripet@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "Кадрів на секунду"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "Роздільна здатність"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "Настройки"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Транслювання з веб-камери"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"Настройте вашу Linux-UVC сумісну веб-камеру. Введіть у вашому браузері, "
-"наприклад, <a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/vi/ffwizard.po b/po/vi/ffwizard.po
deleted file mode 100644 (file)
index 408745d..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-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 to transfer anonymous statistics about this node"
-msgstr ""
-
-msgid "Channel"
-msgstr ""
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr ""
-
-msgid "Configure network"
-msgstr ""
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr ""
-
-msgid "DHCP IP range"
-msgstr ""
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr ""
-
-msgid "DNS Server"
-msgstr ""
-
-msgid "Enable DHCP"
-msgstr ""
-
-msgid "Gateway"
-msgstr ""
-
-msgid "Heartbeat"
-msgstr ""
-
-msgid "IP address"
-msgstr ""
-
-msgid "L2gvpn tunnel"
-msgstr ""
-
-msgid "Limit download bandwidth"
-msgstr ""
-
-msgid "Limit upload bandwidth"
-msgstr ""
-
-msgid "Mesh IP address"
-msgstr ""
-
-msgid "Mesh IPv6 Address"
-msgstr ""
-
-msgid "Netmask"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Password confirmation"
-msgstr ""
-
-msgid "Password successfully changed"
-msgstr ""
-
-msgid "Protect LAN"
-msgstr ""
-
-msgid "Protocol"
-msgstr ""
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr ""
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 ipv6 address is calculated auomatically."
-msgstr ""
-
-msgid "The protocol to use for internet connectivity."
-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 "Unknown Error"
-msgstr ""
-
-msgid "Username"
-msgstr ""
-
-msgid "Virtual Access Point (VAP)"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr ""
-
-msgid "dhcp"
-msgstr ""
-
-msgid "kbit/s"
-msgstr ""
-
-msgid "static"
-msgstr ""
-
-msgid "Configure this interface."
-msgstr ""
-
-msgid "recommended"
-msgstr ""
-
-msgid "Basic settings"
-msgstr ""
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr ""
-
-msgid "Error"
-msgstr ""
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr ""
-
-msgid "and fill out all required fields."
-msgstr ""
diff --git a/po/vi/uvc_streamer.po b/po/vi/uvc_streamer.po
deleted file mode 100644 (file)
index c38d323..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.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=1; plural=0;\n"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr ""
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr ""
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr ""
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr ""
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
diff --git a/po/zh_CN/ffwizard.po b/po/zh_CN/ffwizard.po
deleted file mode 100644 (file)
index c704013..0000000
+++ /dev/null
@@ -1,166 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-01-02 13:09+0200\n"
-"Last-Translator: Jonir <peterpuyi@live.cn>\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 "Allow to transfer anonymous statistics about this node"
-msgstr "允许传输这个节点的匿名统计资料"
-
-msgid "Channel"
-msgstr "通道"
-
-# “访问”是擅自加的,以使语句通顺。
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "勾选此项,以阻止其他节点或客户端的访问"
-
-msgid "Configure network"
-msgstr "配置网络"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "从internet上其他节点通过隧道连接到你的节点"
-
-msgid "DHCP IP range"
-msgstr "DHCP IP地址区间"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP自动分配IP地址给客户端"
-
-msgid "DNS Server"
-msgstr "DNS服务"
-
-msgid "Enable DHCP"
-msgstr "启动DHCP"
-
-msgid "Gateway"
-msgstr "网关"
-
-msgid "Heartbeat"
-msgstr "心跳"
-
-msgid "IP address"
-msgstr "IP地址"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn 隧道"
-
-msgid "Limit download bandwidth"
-msgstr "限制下载带宽"
-
-msgid "Limit upload bandwidth"
-msgstr "限制上传带宽"
-
-msgid "Mesh IP address"
-msgstr "Mesh IP地址"
-
-msgid "Mesh IPv6 Address"
-msgstr "Mesh IPv6地址"
-
-msgid "Netmask"
-msgstr "网络掩码"
-
-msgid "Password"
-msgstr "密码"
-
-msgid "Password confirmation"
-msgstr "密码确认"
-
-msgid "Password successfully changed"
-msgstr "密码修改成功"
-
-msgid "Protect LAN"
-msgstr "局域网保护"
-
-msgid "Protocol"
-msgstr "协议"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "选取此勾选框以配置你的网络接口"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-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 "客户端从IP地址区间中分配地址。如果这个区间是网格网区间的子区间,他将被声明为HNA。其他子区间则使用NAT。如果它置空,默认将采用社区档案。"
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "自动计算IPv6地址"
-
-msgid "The protocol to use for internet connectivity."
-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 "在AP模式下,这将新建一个虚拟无线接口"
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr "本向导将帮你针对Freifunk或者其他类似的无线社区网络来配置你的路由器"
-
-msgid "Unknown Error"
-msgstr "未知错误"
-
-msgid "Username"
-msgstr "用户名"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "虚拟接入点(VAP)"
-
-msgid "Wizard"
-msgstr "向导"
-
-# neighbouring nodes不知道怎么翻译最好,请指教
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "你的设备必须与邻接节点使用相同的信道。"
-
-# 术语,不译
-msgid "dhcp"
-msgstr "DHCP"
-
-msgid "kbit/s"
-msgstr "千比特/秒"
-
-msgid "static"
-msgstr "静态"
-
-msgid "Configure this interface."
-msgstr "配置此接口"
-
-msgid "recommended"
-msgstr "建议"
-
-msgid "Basic settings"
-msgstr "基本设置"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "基本不完整,请到"
-
-msgid "Error"
-msgstr "错误"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "你无法使用向导,因为缺失一些必要参数"
-
-msgid "and fill out all required fields."
-msgstr "填写所有要求的字段"
diff --git a/po/zh_CN/uvc_streamer.po b/po/zh_CN/uvc_streamer.po
deleted file mode 100644 (file)
index f6745ad..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2013-10-10 05:44+0200\n"
-"Last-Translator: Tanyingyu <Tanyingyu@163.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "FPS"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "分辨率"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "设置"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "网络相机流"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr "配置兼容的网络相机。用浏览器访问<a href=\"http://%s:%i/\">http://%s:%i/</a>"
diff --git a/po/zh_TW/ffwizard.po b/po/zh_TW/ffwizard.po
deleted file mode 100644 (file)
index a009601..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-05-14 22:37+0200\n"
-"Last-Translator: omnistack <omnistack@gmail.com>\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 to transfer anonymous statistics about this node"
-msgstr "允許匿名傳輸關於這個結點的狀況"
-
-msgid "Channel"
-msgstr "頻道"
-
-msgid "Check this to protect your LAN from other nodes or clients"
-msgstr "檢查這個以便保護來自其它結點或用戶端的區域網路"
-
-msgid "Configure network"
-msgstr "網路設定"
-
-msgid "Connect your node with other nodes with a tunnel via the internet."
-msgstr "透過公眾網路用通道連結你的結點到另一個結點"
-
-msgid "DHCP IP range"
-msgstr "DHCP IP分配範圍"
-
-msgid "DHCP will automatically assign ip addresses to clients"
-msgstr "DHCP將會自動指定ip位址給客戶端"
-
-msgid "DNS Server"
-msgstr "DNS伺服器"
-
-msgid "Enable DHCP"
-msgstr "啟用DHCP"
-
-msgid "Gateway"
-msgstr "匝道器"
-
-msgid "Heartbeat"
-msgstr "心跳"
-
-msgid "IP address"
-msgstr "IP位址"
-
-msgid "L2gvpn tunnel"
-msgstr "L2gvpn通道"
-
-msgid "Limit download bandwidth"
-msgstr "限制下載頻寬"
-
-msgid "Limit upload bandwidth"
-msgstr "限制上傳頻寬"
-
-msgid "Mesh IP address"
-msgstr "Mesh任意網基站IP位址"
-
-msgid "Mesh IPv6 Address"
-msgstr "Mesh任意網基站IPv6位址"
-
-msgid "Netmask"
-msgstr "子網路遮罩"
-
-msgid "Password"
-msgstr "密碼"
-
-msgid "Password confirmation"
-msgstr "密碼再確認"
-
-msgid "Password successfully changed"
-msgstr "密碼變更成功"
-
-msgid "Protect LAN"
-msgstr "受保護的網路"
-
-msgid "Protocol"
-msgstr "協定"
-
-msgid "Select this checkbox to configure your network interfaces."
-msgstr "勾選檢查框以便設定你的網路介面"
-
-msgid ""
-"Select this to allow others to use your connection to access the internet."
-msgstr "選到這個以便允許其他人可使用你的連線去存取Internet公眾網路"
-
-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 ""
-"這個IP的範圍從某個客戶端被指定的IP位址開始(e.g 10.1.2.1/28).假若這是在一個網狀網絡範圍中的某個範圍,然後他將會被公告當HNA. "
-"任何其他範圍者將使用NAT.假如留空白,那群預設設定值將會被使用"
-
-msgid "The ipv6 address is calculated auomatically."
-msgstr "ipv6位只會被自動計算出"
-
-msgid "The protocol to use for internet connectivity."
-msgstr "這個協定是用在Intenet網路連線用"
-
-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 "這是獨一無二的位址在網路中 (e.g 10.1.1.1) 並且已經備註冊到你本地社群中"
-
-msgid "This will setup a new virtual wireless interface in Access Point mode."
-msgstr "這將會設定一個新的虛擬無線網路介面在AP模式"
-
-msgid ""
-"This wizard will assist you in setting up your router for Freifunk or "
-"another similar wireless community network."
-msgstr "這個精靈將會引導你去設置你的路由器給Freifunk或者其他類似的無線社群網組"
-
-msgid "Unknown Error"
-msgstr "未知錯誤"
-
-msgid "Username"
-msgstr "使用者名稱"
-
-msgid "Virtual Access Point (VAP)"
-msgstr "虛擬AP存取點(VAP)"
-
-msgid "Wizard"
-msgstr "精靈"
-
-msgid "Your device and neighbouring nodes have to use the same channel."
-msgstr "你的設備和網路芳鄰結點必須使用相同的通道."
-
-msgid "dhcp"
-msgstr "dhcp"
-
-msgid "kbit/s"
-msgstr "kbit/s"
-
-msgid "static"
-msgstr "靜態"
-
-msgid "Configure this interface."
-msgstr "設定這個介面"
-
-msgid "recommended"
-msgstr "建議值"
-
-msgid "Basic settings"
-msgstr "基本設定"
-
-msgid "Basic settings are incomplete. Please go to"
-msgstr "基本設定值不完全. 請過去設好"
-
-msgid "Error"
-msgstr "錯誤"
-
-msgid "You can not use the wizard because some necessary values are missing."
-msgstr "你將無法使用這個精靈因為某些必要的數值已經遺失."
-
-msgid "and fill out all required fields."
-msgstr "並且填滿所有必須的欄位"
diff --git a/po/zh_TW/uvc_streamer.po b/po/zh_TW/uvc_streamer.po
deleted file mode 100644 (file)
index 93473ef..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#  uvc_streamer.pot
-#  generated from ./applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2014-05-21 10:42+0200\n"
-"Last-Translator: omnistack <omnistack@gmail.com>\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"
-
-#. Frames per second
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:1
-msgid "Frames per second"
-msgstr "每秒顯示幀數"
-
-#. Resolution
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:2
-msgid "Resolution"
-msgstr "解析度"
-
-#. Settings
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:3
-msgid "Settings"
-msgstr "設定值"
-
-#. Webcam streaming
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:4
-msgid "Webcam streaming"
-msgstr "Webcam 網路攝影機串流"
-
-#. Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a href=\"http://%s:%i/\">http://%s:%i/</a>
-#: applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua:5
-msgid ""
-"Configure your Linux-UVC compatible webcam. Point your browser to e.g. <a "
-"href=\"http://%s:%i/\">http://%s:%i/</a>"
-msgstr ""
-"設定你的Linux-UVC相容的網路攝影機.將瀏覽器指向例如<a href=\"http://%s:%i/\">http://%S:%I /</ A> "
diff --git a/protocols/3g/Makefile b/protocols/3g/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/protocols/ipv6/Makefile b/protocols/ipv6/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/protocols/luci-proto-3g/Makefile b/protocols/luci-proto-3g/Makefile
new file mode 100644 (file)
index 0000000..d1d5455
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for 3G
+LUCI_DEPENDS:=+comgt
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/protocols/luci-proto-ipv6/Makefile b/protocols/luci-proto-ipv6/Makefile
new file mode 100644 (file)
index 0000000..f0ca605
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/protocols/luci-proto-openconnect/Makefile b/protocols/luci-proto-openconnect/Makefile
new file mode 100644 (file)
index 0000000..31f5274
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for OpenConnect VPN
+LUCI_DEPENDS:=+openconnect
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/protocols/luci-proto-ppp/Makefile b/protocols/luci-proto-ppp/Makefile
new file mode 100644 (file)
index 0000000..70db744
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for PPP/PPPoE/PPPoA/PPtP
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/protocols/luci-proto-relay/Makefile b/protocols/luci-proto-relay/Makefile
new file mode 100644 (file)
index 0000000..d9c04f7
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for relayd pseudo bridges
+LUCI_DEPENDS:=+relayd
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/protocols/openconnect/Makefile b/protocols/openconnect/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/protocols/ppp/Makefile b/protocols/ppp/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/protocols/relay/Makefile b/protocols/relay/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/themes/bootstrap/Makefile b/themes/bootstrap/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/themes/freifunk-bno/Makefile b/themes/freifunk-bno/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
diff --git a/themes/freifunk-generic/Makefile b/themes/freifunk-generic/Makefile
deleted file mode 100644 (file)
index f7fac77..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
diff --git a/themes/luci-theme-bootstrap/Makefile b/themes/luci-theme-bootstrap/Makefile
new file mode 100644 (file)
index 0000000..c4e684e
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Bootstrap Theme (default)
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/themes/luci-theme-freifunk-bno/Makefile b/themes/luci-theme-freifunk-bno/Makefile
new file mode 100644 (file)
index 0000000..1491a97
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Freifunk Berlin Nordost Theme
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/themes/luci-theme-freifunk-generic/Makefile b/themes/luci-theme-freifunk-generic/Makefile
new file mode 100644 (file)
index 0000000..2fc62fd
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Freifunk Generic Theme
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/themes/luci-theme-openwrt/Makefile b/themes/luci-theme-openwrt/Makefile
new file mode 100644 (file)
index 0000000..b873d80
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI OpenWrt.org theme
+LUCI_DEPENDS:=
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/themes/openwrt/Makefile b/themes/openwrt/Makefile
deleted file mode 100644 (file)
index 81a96f6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-include ../../build/config.mk
-include ../../build/module.mk
\ No newline at end of file
git clone https://git.99rst.org/PROJECT