From 839dcdc01299869bc714990c19d8e244f18318b5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 18 Dec 2012 13:58:22 +0000 Subject: [PATCH] luci-0.11: merge outstanding trunk changes --- Makefile | 2 +- .../luci-ahcp/luasrc/controller/ahcp.lua | 2 +- .../luasrc/controller/asterisk.lua | 2 +- applications/luci-commands/Makefile | 4 + .../luasrc/controller/commands.lua | 237 +++++++ .../luasrc/model/cbi/commands.lua | 37 ++ .../luci-commands/luasrc/view/commands.htm | 176 +++++ .../luasrc/controller/coovachilli.lua | 1 - .../luci-ddns/luasrc/controller/ddns.lua | 2 - .../luci-ddns/luasrc/model/cbi/ddns/ddns.lua | 11 +- .../luasrc/controller/luci_diag.lua | 4 - .../controller/luci_diag/devinfo_common.lua | 2 - .../luci_diag/luci_diag_devinfo.lua | 11 - .../luci_diag/netdiscover_common.lua | 1 - .../controller/luci_diag/smap_common.lua | 1 - .../luasrc/controller/firewall.lua | 2 +- .../controller/freifunk/policy-routing.lua | 2 +- .../model/cbi/freifunk/policyrouting.lua | 1 - .../luasrc/controller/hd_idle.lua | 1 - .../luasrc/controller/ltqtapi.lua | 1 - .../luasrc/controller/minidlna.lua | 1 - .../luasrc/view/minidlna_status.htm | 2 - .../luasrc/controller/mmc_over_gpio.lua | 1 - .../luasrc/controller/multiwan.lua | 2 - .../luci-ntpc/luasrc/controller/ntpc.lua | 2 - .../luci-ntpc/luasrc/model/cbi/ntpc/ntpc.lua | 17 +- .../luasrc/model/cbi/ntpc/ntpcmini.lua | 9 +- .../luci-olsr/luasrc/controller/olsr.lua | 3 - applications/luci-olsr/luasrc/tools/olsr.lua | 6 +- .../luasrc/view/status-olsr/neighbors.htm | 4 + .../luasrc/controller/openvpn.lua | 2 +- .../luasrc/controller/ff_p2pblock.lua | 2 +- .../luci-p910nd/luasrc/controller/p910nd.lua | 1 - .../luci-p910nd/luasrc/model/cbi/p910nd.lua | 26 +- .../luci-polipo/luasrc/controller/polipo.lua | 2 +- .../luci-qos/luasrc/controller/qos.lua | 2 - .../luci-qos/luasrc/model/cbi/qos/qos.lua | 6 +- .../luci-qos/luasrc/model/cbi/qos/qosmini.lua | 8 +- .../luci-radvd/luasrc/controller/radvd.lua | 2 +- .../luci-samba/luasrc/controller/samba.lua | 1 - .../luasrc/controller/splash/splash.lua | 7 +- .../luasrc/model/cbi/splash/splash.lua | 1 - .../luasrc/model/cbi/splash/splashtext.lua | 1 - .../luasrc/view/admin_status/splash.htm | 1 - .../luci_statistics/luci_statistics.lua | 6 +- .../model/cbi/luci_statistics/collectd.lua | 2 +- .../luasrc/model/cbi/luci_statistics/nut.lua | 28 + .../luasrc/statistics/i18n.lua | 3 - .../luasrc/statistics/rrdtool.lua | 33 +- .../statistics/rrdtool/definitions/cpu.lua | 1 + .../statistics/rrdtool/definitions/load.lua | 2 + .../statistics/rrdtool/definitions/nut.lua | 106 +++ .../root/etc/config/luci_statistics | 4 + .../root/usr/bin/stat-genconfig | 6 + .../luasrc/controller/tinyproxy.lua | 2 +- .../luasrc/controller/transmission.lua | 3 - .../luci-upnp/luasrc/controller/upnp.lua | 8 +- .../luci-upnp/luasrc/view/upnp_status.htm | 2 - .../luci-ushare/luasrc/controller/ushare.lua | 1 - .../luci-vnstat/luasrc/controller/vnstat.lua | 4 +- .../luasrc/controller/luci_voice.lua | 4 - .../controller/luci_voice/luci_voice_diag.lua | 1 - .../luci-wol/luasrc/controller/wol.lua | 4 +- build/i18n-init.sh | 3 +- .../files/etc/config/profile_hamburg | 15 - contrib/package/freifunk-p2pblock/Makefile | 3 +- .../files/freifunk-p2pblock.init | 1 + contrib/package/luci/Makefile | 7 +- .../root/etc/uci-defaults/luci-i18n-polish | 2 +- libs/core/luasrc/model/firewall.lua | 4 +- libs/core/luasrc/model/network.lua | 26 + libs/core/luasrc/util.lua | 16 +- libs/ipkg/luasrc/model/ipkg.lua | 34 +- libs/lmo/Makefile | 46 -- libs/lmo/src/lmo_core.c | 234 ------- libs/lmo/src/lmo_hash.c | 53 -- libs/lmo/src/lmo_lookup.c | 58 -- libs/lmo/src/lmo_lualib.c | 237 ------- libs/lmo/src/lmo_lualib.h | 42 -- libs/web/Makefile | 22 +- libs/web/htdocs/luci-static/resources/cbi.js | 389 ++++++------ libs/web/luasrc/cbi.lua | 2 - libs/web/luasrc/http.lua | 9 +- libs/web/luasrc/i18n.lua | 46 +- libs/web/luasrc/template.lua | 5 +- libs/web/luasrc/view/cbi/apply_xhr.htm | 2 +- libs/web/luasrc/view/cbi/footer.htm | 10 +- .../src/lmo_po2lmo.c => web/src/po2lmo.c} | 91 ++- libs/web/src/template_lmo.c | 325 ++++++++++ .../{lmo/src/lmo.h => web/src/template_lmo.h} | 39 +- libs/web/src/template_lualib.c | 118 +++- libs/web/src/template_lualib.h | 1 + libs/web/src/template_parser.c | 601 ++++++++---------- libs/web/src/template_parser.h | 70 +- libs/web/src/template_utils.c | 185 +++++- libs/web/src/template_utils.h | 21 +- libs/{lmo => web}/standalone.mk | 0 .../luasrc/controller/admin/servicectl.lua | 8 +- modules/admin-core/luasrc/tools/status.lua | 63 +- .../luasrc/controller/admin/network.lua | 81 +-- .../luasrc/controller/admin/status.lua | 10 +- .../luasrc/model/cbi/admin_network/hosts.lua | 3 +- .../luasrc/model/cbi/admin_network/vlan.lua | 17 +- .../luasrc/model/cbi/admin_network/wifi.lua | 6 + .../luasrc/view/admin_network/diagnostics.htm | 41 +- .../view/admin_network/switch_status.htm | 37 +- .../view/admin_network/wifi_overview.htm | 20 +- .../luasrc/view/admin_status/connections.htm | 6 +- .../luasrc/view/admin_status/index.htm | 18 +- .../luasrc/view/admin_status/load.htm | 13 +- .../luasrc/view/admin_status/wireless.htm | 14 +- .../luasrc/view/admin_system/packages.htm | 12 +- modules/admin-full/src/luci-bwc.c | 4 + .../luasrc/controller/freifunk/freifunk.lua | 5 +- .../luasrc/model/cbi/freifunk/basics.lua | 1 - .../luasrc/model/cbi/freifunk/contact.lua | 2 - .../luasrc/model/cbi/freifunk/profile.lua | 1 - .../model/cbi/freifunk/profile_expert.lua | 1 - .../luasrc/model/cbi/freifunk/user_index.lua | 1 - .../luasrc/view/freifunk-map/frame.htm | 10 +- .../freifunk/luasrc/view/freifunk-map/map.htm | 19 +- .../luasrc/view/freifunk/adminindex.htm | 1 - po/ca/base.po | 14 +- po/ca/commands.po | 90 +++ po/ca/ddns.po | 12 +- po/ca/diag_devinfo.po | 6 +- po/ca/freifunk.po | 39 ++ po/ca/meshwizard.po | 28 + po/ca/statistics.po | 61 +- po/cs/base.po | 22 +- po/cs/commands.po | 91 +++ po/cs/ddns.po | 12 +- po/cs/diag_devinfo.po | 6 +- po/cs/freifunk.po | 39 ++ po/cs/meshwizard.po | 28 + po/cs/statistics.po | 98 +-- po/de/base.po | 19 +- po/de/commands.po | 98 +++ po/de/ddns.po | 17 +- po/de/diag_devinfo.po | 10 +- po/de/freifunk-policyrouting.po | 12 +- po/de/freifunk.po | 41 +- po/de/meshwizard.po | 36 +- po/de/mmc_over_gpio.po | 26 +- po/de/olsr.po | 36 +- po/de/openvpn.po | 8 +- po/de/splash.po | 4 +- po/de/statistics.po | 99 +-- po/de/tinyproxy.po | 14 +- po/de/upnp.po | 12 +- po/el/base.po | 14 +- po/el/commands.po | 91 +++ po/el/ddns.po | 12 +- po/el/diag_devinfo.po | 6 +- po/el/freifunk.po | 39 ++ po/el/meshwizard.po | 28 + po/el/statistics.po | 48 +- po/en/base.po | 11 +- po/en/commands.po | 95 +++ po/en/ddns.po | 12 +- po/en/diag_devinfo.po | 6 +- po/en/freifunk.po | 39 ++ po/en/meshwizard.po | 28 + po/en/statistics.po | 63 +- po/es/ahcp.po | 8 +- po/es/base.po | 38 +- po/es/commands.po | 97 +++ po/es/ddns.po | 24 +- po/es/diag_devinfo.po | 6 +- po/es/freifunk.po | 45 +- po/es/meshwizard.po | 34 +- po/es/minidlna.po | 4 +- po/es/ntpc.po | 6 +- po/es/olsr.po | 45 +- po/es/p2pblock.po | 4 +- po/es/pbx.po | 52 +- po/es/polipo.po | 3 +- po/es/radvd.po | 3 +- po/es/statistics.po | 124 ++-- po/es/tinyproxy.po | 8 +- po/fr/ahcp.po | 10 +- po/fr/base.po | 141 ++-- po/fr/commands.po | 91 +++ po/fr/coovachilli.po | 17 +- po/fr/ddns.po | 22 +- po/fr/diag_core.po | 10 +- po/fr/diag_devinfo.po | 43 +- po/fr/freifunk.po | 39 ++ po/fr/hd_idle.po | 8 +- po/fr/meshwizard.po | 28 + po/fr/mmc_over_gpio.po | 22 +- po/fr/multiwan.po | 20 +- po/fr/ntpc.po | 8 +- po/fr/qos.po | 11 +- po/fr/statistics.po | 60 +- po/fr/tinyproxy.po | 12 +- po/fr/upnp.po | 11 +- po/fr/voice_core.po | 8 +- po/he/base.po | 11 +- po/he/commands.po | 91 +++ po/he/ddns.po | 12 +- po/he/diag_devinfo.po | 6 +- po/he/freifunk.po | 39 ++ po/he/meshwizard.po | 28 + po/he/statistics.po | 48 +- po/hu/base.po | 67 +- po/hu/commands.po | 91 +++ po/hu/ddns.po | 12 +- po/hu/diag_devinfo.po | 6 +- po/hu/freifunk.po | 40 ++ po/hu/meshwizard.po | 28 + po/hu/qos.po | 4 +- po/hu/statistics.po | 101 +-- po/it/base.po | 25 +- po/it/commands.po | 91 +++ po/it/ddns.po | 12 +- po/it/diag_devinfo.po | 6 +- po/it/freifunk.po | 39 ++ po/it/meshwizard.po | 28 + po/it/minidlna.po | 45 +- po/it/pbx.po | 7 +- po/it/statistics.po | 48 +- po/it/tinyproxy.po | 23 +- po/ja/base.po | 78 ++- po/ja/commands.po | 91 +++ po/ja/ddns.po | 12 +- po/ja/diag_devinfo.po | 6 +- po/ja/firewall.po | 6 +- po/ja/freifunk.po | 39 ++ po/ja/hd_idle.po | 6 +- po/ja/meshwizard.po | 28 + po/ja/ntpc.po | 11 +- po/ja/olsr.po | 6 +- po/ja/statistics.po | 48 +- po/ja/watchcat.po | 8 +- po/ms/base.po | 16 +- po/ms/commands.po | 90 +++ po/ms/ddns.po | 12 +- po/ms/diag_devinfo.po | 6 +- po/ms/freifunk.po | 39 ++ po/ms/meshwizard.po | 28 + po/ms/statistics.po | 49 +- po/no/base.po | 16 +- po/no/commands.po | 91 +++ po/no/ddns.po | 12 +- po/no/diag_devinfo.po | 29 +- po/no/freifunk.po | 39 ++ po/no/meshwizard.po | 28 + po/no/statistics.po | 93 +-- po/pl/base.po | 25 +- po/pl/commands.po | 92 +++ po/pl/ddns.po | 12 +- po/pl/diag_devinfo.po | 17 +- po/pl/ffwizard.po | 3 +- po/pl/freifunk.po | 39 ++ po/pl/meshwizard.po | 28 + po/pl/minidlna.po | 12 +- po/pl/multiwan.po | 3 +- po/pl/olsr.po | 15 +- po/pl/pbx.po | 10 +- po/pl/splash.po | 3 +- po/pl/statistics.po | 108 ++-- po/pl/tinyproxy.po | 7 +- po/pl/transmission.po | 33 +- po/pt/base.po | 12 +- po/pt/commands.po | 91 +++ po/pt/ddns.po | 12 +- po/pt/diag_devinfo.po | 6 +- po/pt/freifunk.po | 39 ++ po/pt/meshwizard.po | 28 + po/pt/statistics.po | 61 +- po/pt_BR/base.po | 64 +- po/pt_BR/commands.po | 91 +++ po/pt_BR/ddns.po | 19 +- po/pt_BR/diag_devinfo.po | 6 +- po/pt_BR/freifunk.po | 39 ++ po/pt_BR/meshwizard.po | 28 + po/pt_BR/multiwan.po | 6 +- po/pt_BR/olsr.po | 20 +- po/pt_BR/pbx.po | 63 +- po/pt_BR/statistics.po | 103 +-- po/pt_BR/transmission.po | 157 +++-- po/ro/base.po | 28 +- po/ro/commands.po | 99 +++ po/ro/coovachilli.po | 17 +- po/ro/ddns.po | 20 +- po/ro/diag_devinfo.po | 6 +- po/ro/freifunk.po | 39 ++ po/ro/meshwizard.po | 28 + po/ro/ntpc.po | 8 +- po/ro/statistics.po | 48 +- po/ru/ahcp.po | 6 +- po/ru/base.po | 14 +- po/ru/commands.po | 92 +++ po/ru/coovachilli.po | 4 +- po/ru/ddns.po | 19 +- po/ru/diag_core.po | 6 +- po/ru/diag_devinfo.po | 12 +- po/ru/ffwizard.po | 6 +- po/ru/freifunk-policyrouting.po | 4 +- po/ru/freifunk.po | 39 ++ po/ru/hd_idle.po | 4 +- po/ru/meshwizard.po | 32 +- po/ru/minidlna.po | 10 +- po/ru/mmc_over_gpio.po | 4 +- po/ru/multiwan.po | 6 +- po/ru/ntpc.po | 4 +- po/ru/olsr.po | 8 +- po/ru/openvpn.po | 10 +- po/ru/p2pblock.po | 4 +- po/ru/p910nd.po | 4 +- po/ru/pbx-voicemail.po | 6 +- po/ru/polipo.po | 4 +- po/ru/qos.po | 4 +- po/ru/radvd.po | 6 +- po/ru/samba.po | 4 +- po/ru/splash.po | 4 +- po/ru/statistics.po | 93 +-- po/ru/tinyproxy.po | 4 +- po/ru/transmission.po | 4 +- po/ru/upnp.po | 4 +- po/ru/ushare.po | 4 +- po/ru/uvc_streamer.po | 6 +- po/ru/vnstat.po | 6 +- po/ru/voice_core.po | 6 +- po/ru/voice_diag.po | 6 +- po/ru/watchcat.po | 10 +- po/ru/wol.po | 4 +- po/ru/wshaper.po | 4 +- po/templates/base.pot | 11 +- po/templates/commands.pot | 84 +++ po/templates/ddns.pot | 12 +- po/templates/diag_devinfo.pot | 6 +- po/templates/freifunk.pot | 39 ++ po/templates/meshwizard.pot | 28 + po/templates/olsr.pot | 4 +- po/templates/statistics.pot | 48 +- po/tr/base.po | 12 +- po/tr/commands.po | 91 +++ po/tr/ddns.po | 12 +- po/tr/diag_devinfo.po | 6 +- po/tr/freifunk.po | 40 ++ po/tr/meshwizard.po | 28 + po/tr/statistics.po | 49 +- po/uk/base.po | 18 +- po/uk/commands.po | 92 +++ po/uk/ddns.po | 16 +- po/uk/diag_devinfo.po | 10 +- po/uk/freifunk.po | 40 ++ po/uk/meshwizard.po | 32 +- po/uk/statistics.po | 49 +- po/vi/base.po | 12 +- po/vi/commands.po | 91 +++ po/vi/ddns.po | 12 +- po/vi/diag_devinfo.po | 6 +- po/vi/freifunk.po | 39 ++ po/vi/meshwizard.po | 28 + po/vi/statistics.po | 63 +- po/zh_CN/base.po | 67 +- po/zh_CN/commands.po | 90 +++ po/zh_CN/ddns.po | 12 +- po/zh_CN/diag_devinfo.po | 6 +- po/zh_CN/firewall.po | 6 +- po/zh_CN/freifunk.po | 39 ++ po/zh_CN/meshwizard.po | 46 +- po/zh_CN/minidlna.po | 95 +-- po/zh_CN/ntpc.po | 30 +- po/zh_CN/p910nd.po | 20 +- po/zh_CN/splash.po | 4 +- po/zh_CN/statistics.po | 48 +- po/zh_CN/tinyproxy.po | 110 ++-- po/zh_CN/ushare.po | 4 +- po/zh_CN/uvc_streamer.po | 3 +- po/zh_CN/watchcat.po | 12 +- po/zh_CN/wol.po | 22 +- .../ppp/luasrc/model/network/proto_ppp.lua | 2 + .../htdocs/luci-static/resources/Dropdowns.js | 202 ------ .../htdocs/luci-static/resources/VarType.js | 91 --- .../htdocs/luci-static/resources/XHTML1.js | 271 -------- .../htdocs/luci-static/bootstrap/cascade.css | 20 +- .../luasrc/view/themes/bootstrap/header.htm | 6 +- .../luci-static/freifunk-bno/cascade.css | 12 +- .../view/themes/freifunk-bno/header.htm | 5 +- .../luci-static/freifunk-generic/cascade.css | 173 ++--- .../view/themes/freifunk-generic/header.htm | 6 +- .../luci-static/openwrt.org/cascade.css | 8 + .../luasrc/view/themes/openwrt.org/header.htm | 4 + 387 files changed, 8267 insertions(+), 4404 deletions(-) create mode 100644 applications/luci-commands/Makefile create mode 100644 applications/luci-commands/luasrc/controller/commands.lua create mode 100644 applications/luci-commands/luasrc/model/cbi/commands.lua create mode 100644 applications/luci-commands/luasrc/view/commands.htm create mode 100644 applications/luci-statistics/luasrc/model/cbi/luci_statistics/nut.lua create mode 100644 applications/luci-statistics/luasrc/statistics/rrdtool/definitions/nut.lua delete mode 100644 contrib/package/community-profiles/files/etc/config/profile_hamburg delete mode 100644 libs/lmo/Makefile delete mode 100644 libs/lmo/src/lmo_core.c delete mode 100644 libs/lmo/src/lmo_hash.c delete mode 100644 libs/lmo/src/lmo_lookup.c delete mode 100644 libs/lmo/src/lmo_lualib.c delete mode 100644 libs/lmo/src/lmo_lualib.h rename libs/{lmo/src/lmo_po2lmo.c => web/src/po2lmo.c} (73%) create mode 100644 libs/web/src/template_lmo.c rename libs/{lmo/src/lmo.h => web/src/template_lmo.h} (64%) rename libs/{lmo => web}/standalone.mk (100%) create mode 100644 po/ca/commands.po create mode 100644 po/cs/commands.po create mode 100644 po/de/commands.po create mode 100644 po/el/commands.po create mode 100644 po/en/commands.po create mode 100644 po/es/commands.po create mode 100644 po/fr/commands.po create mode 100644 po/he/commands.po create mode 100644 po/hu/commands.po create mode 100644 po/it/commands.po create mode 100644 po/ja/commands.po create mode 100644 po/ms/commands.po create mode 100644 po/no/commands.po create mode 100644 po/pl/commands.po create mode 100644 po/pt/commands.po create mode 100644 po/pt_BR/commands.po create mode 100644 po/ro/commands.po create mode 100644 po/ru/commands.po create mode 100644 po/templates/commands.pot create mode 100644 po/tr/commands.po create mode 100644 po/uk/commands.po create mode 100644 po/vi/commands.po create mode 100644 po/zh_CN/commands.po delete mode 100644 themes/base/htdocs/luci-static/resources/Dropdowns.js delete mode 100644 themes/base/htdocs/luci-static/resources/VarType.js delete mode 100644 themes/base/htdocs/luci-static/resources/XHTML1.js diff --git a/Makefile b/Makefile index efccd79d09..7dc9fa1e8e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: build build: gccbuild luabuild gccbuild: - make -C libs/lmo CC="cc" CFLAGS="" LDFLAGS="" SDK="$(shell test -f .running-sdk && echo 1)" host-install + make -C libs/web CC="cc" CFLAGS="" LDFLAGS="" SDK="$(shell test -f .running-sdk && echo 1)" host-install for i in $(MODULES); do \ make -C$$i SDK="$(shell test -f .running-sdk && echo 1)" compile || { \ echo "*** Compilation of $$i failed!"; \ diff --git a/applications/luci-ahcp/luasrc/controller/ahcp.lua b/applications/luci-ahcp/luasrc/controller/ahcp.lua index 5667bb532f..704ec4f84a 100644 --- a/applications/luci-ahcp/luasrc/controller/ahcp.lua +++ b/applications/luci-ahcp/luasrc/controller/ahcp.lua @@ -19,7 +19,7 @@ function index() return end - entry({"admin", "network", "ahcpd"}, cbi("ahcp"), _("AHCP Server"), 90).i18n = "ahcp" + entry({"admin", "network", "ahcpd"}, cbi("ahcp"), _("AHCP Server"), 90) entry({"admin", "network", "ahcpd", "status"}, call("ahcp_status")) end diff --git a/applications/luci-asterisk/luasrc/controller/asterisk.lua b/applications/luci-asterisk/luasrc/controller/asterisk.lua index ab053397da..54b9525e7b 100644 --- a/applications/luci-asterisk/luasrc/controller/asterisk.lua +++ b/applications/luci-asterisk/luasrc/controller/asterisk.lua @@ -17,7 +17,7 @@ module("luci.controller.asterisk", package.seeall) function index() - entry({"admin", "services", "asterisk"}, cbi("asterisk"), "Asterisk", 80).i18n = "asterisk" + entry({"admin", "services", "asterisk"}, cbi("asterisk"), "Asterisk", 80) entry({"admin", "services", "asterisk", "voice"}, cbi("asterisk-voice"), "Voice Functions", 1) entry({"admin", "services", "asterisk", "meetme"}, cbi("asterisk-meetme"), "Meetme Conferences", 2) diff --git a/applications/luci-commands/Makefile b/applications/luci-commands/Makefile new file mode 100644 index 0000000000..64801c2b27 --- /dev/null +++ b/applications/luci-commands/Makefile @@ -0,0 +1,4 @@ +PO = commands + +include ../../build/config.mk +include ../../build/module.mk diff --git a/applications/luci-commands/luasrc/controller/commands.lua b/applications/luci-commands/luasrc/controller/commands.lua new file mode 100644 index 0000000000..b9f0ce8794 --- /dev/null +++ b/applications/luci-commands/luasrc/controller/commands.lua @@ -0,0 +1,237 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- + +module("luci.controller.commands", package.seeall) + +function index() + entry({"admin", "system", "commands"}, firstchild(), _("Custom Commands"), 80) + entry({"admin", "system", "commands", "dashboard"}, template("commands"), _("Dashboard"), 1) + entry({"admin", "system", "commands", "config"}, cbi("commands"), _("Configure"), 2) + entry({"admin", "system", "commands", "run"}, call("action_run"), nil, 3).leaf = true + entry({"admin", "system", "commands", "download"}, call("action_download"), nil, 3).leaf = true + + entry({"command"}, call("action_public"), nil, 1).leaf = true +end + +--- Decode a given string into arguments following shell quoting rules +--- [[abc \def "foo\"bar" abc'def']] -> [[abc def]] [[foo"bar]] [[abcdef]] +local function parse_args(str) + local args = { } + + local function isspace(c) + if c == 9 or c == 10 or c == 11 or c == 12 or c == 13 or c == 32 then + return c + end + end + + local function isquote(c) + if c == 34 or c == 39 or c == 96 then + return c + end + end + + local function isescape(c) + if c == 92 then + return c + end + end + + local function ismeta(c) + if c == 36 or c == 92 or c == 96 then + return c + end + end + + --- Convert given table of byte values into a Lua string and append it to + --- the "args" table. Segment byte value sequence into chunks of 256 values + --- to not trip over the parameter limit for string.char() + local function putstr(bytes) + local chunks = { } + local csz = 256 + local upk = unpack + local chr = string.char + local min = math.min + local len = #bytes + local off + + for off = 1, len, csz do + chunks[#chunks+1] = chr(upk(bytes, off, min(off + csz - 1, len))) + end + + args[#args+1] = table.concat(chunks) + end + + --- Scan substring defined by the indexes [s, e] of the string "str", + --- perform unquoting and de-escaping on the fly and store the result in + --- a table of byte values which is passed to putstr() + local function unquote(s, e) + local off, esc, quote + local res = { } + + for off = s, e do + local byte = str:byte(off) + local q = isquote(byte) + local e = isescape(byte) + local m = ismeta(byte) + + if e then + esc = true + elseif esc then + if m then res[#res+1] = 92 end + res[#res+1] = byte + esc = false + elseif q and quote and q == quote then + quote = nil + elseif q and not quote then + quote = q + else + if m then res[#res+1] = 92 end + res[#res+1] = byte + end + end + + putstr(res) + end + + --- Find substring boundaries in "str". Ignore escaped or quoted + --- whitespace, pass found start- and end-index for each substring + --- to unquote() + local off, esc, start, quote + for off = 1, #str + 1 do + local byte = str:byte(off) + local q = isquote(byte) + local s = isspace(byte) or (off > #str) + local e = isescape(byte) + + if esc then + esc = false + elseif e then + esc = true + elseif q and quote and q == quote then + quote = nil + elseif q and not quote then + start = start or off + quote = q + elseif s and not quote then + if start then + unquote(start, off - 1) + start = nil + end + else + start = start or off + end + end + + --- If the "quote" is still set we encountered an unfinished string + if quote then + unquote(start, #str) + end + + return args +end + +local function parse_cmdline(cmdid, args) + local uci = require "luci.model.uci".cursor() + if uci:get("luci", cmdid) == "command" then + local cmd = uci:get_all("luci", cmdid) + local argv = parse_args(cmd.command) + local i, v + + if cmd.param == "1" and args then + for i, v in ipairs(parse_args(luci.http.urldecode(args))) do + argv[#argv+1] = v + end + end + + for i, v in ipairs(argv) do + if v:match("[^%w%.%-i/]") then + argv[i] = '"%s"' % v:gsub('"', '\\"') + end + end + + return argv + end +end + +function action_run(...) + local fs = require "nixio.fs" + local argv = parse_cmdline(...) + if argv then + local outfile = os.tmpname() + local errfile = os.tmpname() + + local rv = os.execute(table.concat(argv, " ") .. " >%s 2>%s" %{ outfile, errfile }) + local stdout = fs.readfile(outfile, 1024 * 512) or "" + local stderr = fs.readfile(errfile, 1024 * 512) or "" + + fs.unlink(outfile) + fs.unlink(errfile) + + local binary = not not (stdout:match("[%z\1-\8\14-\31]")) + + luci.http.prepare_content("application/json") + luci.http.write_json({ + command = table.concat(argv, " "), + stdout = not binary and stdout, + stderr = stderr, + exitcode = rv, + binary = binary + }) + else + luci.http.status(404, "No such command") + end +end + +function action_download(...) + local fs = require "nixio.fs" + local argv = parse_cmdline(...) + if argv then + local fd = io.popen(table.concat(argv, " ") .. " 2>/dev/null") + if fd then + local chunk = fd:read(4096) or "" + local name + if chunk:match("[%z\1-\8\14-\31]") then + luci.http.header("Content-Disposition", "attachment; filename=%s" + % fs.basename(argv[1]):gsub("%W+", ".") .. ".bin") + luci.http.prepare_content("application/octet-stream") + else + luci.http.header("Content-Disposition", "attachment; filename=%s" + % fs.basename(argv[1]):gsub("%W+", ".") .. ".txt") + luci.http.prepare_content("text/plain") + end + + while chunk do + luci.http.write(chunk) + chunk = fd:read(4096) + end + + fd:close() + else + luci.http.status(500, "Failed to execute command") + end + else + luci.http.status(404, "No such command") + end +end + +function action_public(cmdid, args) + local uci = require "luci.model.uci".cursor() + if cmdid and + uci:get("luci", cmdid) == "command" and + uci:get("luci", cmdid, "public") == "1" + then + action_download(cmdid, args) + else + luci.http.status(403, "Access to command denied") + end +end diff --git a/applications/luci-commands/luasrc/model/cbi/commands.lua b/applications/luci-commands/luasrc/model/cbi/commands.lua new file mode 100644 index 0000000000..1359eb2acd --- /dev/null +++ b/applications/luci-commands/luasrc/model/cbi/commands.lua @@ -0,0 +1,37 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2012 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +]]-- + +local m, s + +m = Map("luci", translate("Custom Commands"), + translate("This page allows you to configure custom shell commands which can be easily invoked from the web interface.")) + +s = m:section(TypedSection, "command", "") +s.template = "cbi/tblsection" +s.anonymous = true +s.addremove = true + + +s:option(Value, "name", translate("Description"), + translate("A short textual description of the configured command")) + +s:option(Value, "command", translate("Command"), + translate("Command line to execute")) + +s:option(Flag, "param", translate("Custom arguments"), + translate("Allow the user to provide additional command line arguments")) + +s:option(Flag, "public", translate("Public access"), + translate("Allow executing the command and downloading its output without prior authentication")) + +return m diff --git a/applications/luci-commands/luasrc/view/commands.htm b/applications/luci-commands/luasrc/view/commands.htm new file mode 100644 index 0000000000..83792a91fd --- /dev/null +++ b/applications/luci-commands/luasrc/view/commands.htm @@ -0,0 +1,176 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2012 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +-%> + +<% css = [[ + +.commandbox { + height: 12em; + width: 30%; + float: left; + height: 12em; + margin: 5px; + position: relative; +} + +.commandbox h3 { + font-size: 1.5em !important; + line-height: 2em !important; + margin: 0 !important; +} + +.commandbox input[type="text"] { + width: 50% !important; +} + +.commandbox div { + position: absolute; + left: 0; + bottom: 1.5em; +} + +]] -%> + +<%+header%> + + + + +<% + local uci = require "luci.model.uci".cursor() + local commands = { } + + uci:foreach("luci", "command", function(s) commands[#commands+1] = s end) +%> + +
"> +
+

<%:Custom Commands%>

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

<%=pcdata(command.name)%>

+

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

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

<%:Arguments:%>

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

+ +
+
+ + +
+ +<%+footer%> diff --git a/applications/luci-coovachilli/luasrc/controller/coovachilli.lua b/applications/luci-coovachilli/luasrc/controller/coovachilli.lua index 73a2c518a7..aa0a5cc730 100644 --- a/applications/luci-coovachilli/luasrc/controller/coovachilli.lua +++ b/applications/luci-coovachilli/luasrc/controller/coovachilli.lua @@ -18,7 +18,6 @@ function index() local cc cc = entry( { "admin", "services", "coovachilli" }, cbi("coovachilli"), _("CoovaChilli"), 90) - cc.i18n = "coovachilli" cc.subindex = true entry( { "admin", "services", "coovachilli", "network" }, cbi("coovachilli_network"), _("Network Configuration"), 10) diff --git a/applications/luci-ddns/luasrc/controller/ddns.lua b/applications/luci-ddns/luasrc/controller/ddns.lua index e2f786b324..0c7293d5af 100644 --- a/applications/luci-ddns/luasrc/controller/ddns.lua +++ b/applications/luci-ddns/luasrc/controller/ddns.lua @@ -23,10 +23,8 @@ function index() local page page = entry({"admin", "services", "ddns"}, cbi("ddns/ddns"), _("Dynamic DNS"), 60) - page.i18n = "ddns" page.dependent = true page = entry({"mini", "network", "ddns"}, cbi("ddns/ddns", {autoapply=true}), _("Dynamic DNS"), 60) - page.i18n = "ddns" page.dependent = true end diff --git a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua index 42fb4a61dc..e477a245ec 100644 --- a/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua +++ b/applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua @@ -112,14 +112,19 @@ else end -s:option(Value, "check_interval", - translate("Check for changed IP every")).default = 10 +ci = s:option(Value, "check_interval", translate("Check for changed IP every")) +ci.datatype = "and(uinteger,min(1))" +ci.default = 10 + unit = s:option(ListValue, "check_unit", translate("Check-time unit")) unit.default = "minutes" unit:value("minutes", translate("min")) unit:value("hours", translate("h")) -s:option(Value, "force_interval", translate("Force update every")).default = 72 +fi = s:option(Value, "force_interval", translate("Force update every")) +fi.datatype = "and(uinteger,min(1))" +fi.default = 72 + unit = s:option(ListValue, "force_unit", translate("Force-time unit")) unit.default = "hours" unit:value("minutes", translate("min")) diff --git a/applications/luci-diag-core/luasrc/controller/luci_diag.lua b/applications/luci-diag-core/luasrc/controller/luci_diag.lua index c12399431e..4a8a020031 100644 --- a/applications/luci-diag-core/luasrc/controller/luci_diag.lua +++ b/applications/luci-diag-core/luasrc/controller/luci_diag.lua @@ -11,8 +11,6 @@ You may obtain a copy of the License at ]]-- -require("luci.i18n") - module("luci.controller.luci_diag", package.seeall) function index() @@ -20,11 +18,9 @@ function index() e = entry({"admin", "network", "diag_config"}, template("diag/network_config_index") , _("Configure Diagnostics"), 120) e.index = true - e.i18n = "diag_core" e.dependent = true e = entry({"mini", "diag"}, template("diag/index"), _("Diagnostics"), 120) e.index = true - e.i18n = "diag_core" e.dependent = true end diff --git a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua index 009054a860..c124cd3101 100644 --- a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua +++ b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua @@ -38,8 +38,6 @@ end function parse_output(devmap, outnets, haslink, type, mini, debug) local curnet = next(outnets, nil) - luci.i18n.loadc("diag_devinfo") - while (curnet) do local output = outnets[curnet]["output"] local subnet = outnets[curnet]["subnet"] diff --git a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua index e8a2f5043d..7a2fbd91a3 100644 --- a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua +++ b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua @@ -19,49 +19,38 @@ function index() e = entry({"admin", "voice", "diag", "phones"}, arcombine(cbi("luci_diag/smap_devinfo"), cbi("luci_diag/smap_devinfo_config")), _("Phones"), 10) e.leaf = true e.subindex = true - e.i18n = "diag_devinfo" e.dependent = true e = entry({"admin", "voice", "diag", "phones", "config"}, cbi("luci_diag/smap_devinfo_config"), _("Configure"), 10) - e.i18n = "diag_devinfo" e = entry({"admin", "status", "smap_devinfo"}, cbi("luci_diag/smap_devinfo"), _("SIP Devices on Network"), 120) e.leaf = true - e.i18n = "diag_devinfo" e.dependent = true e = entry({"admin", "network", "diag_config", "netdiscover_devinfo_config"}, cbi("luci_diag/netdiscover_devinfo_config"), _("Network Device Scan"), 100) e.leaf = true - e.i18n = "diag_devinfo" e.dependent = true e = entry({"admin", "network", "diag_config", "smap_devinfo_config"}, cbi("luci_diag/smap_devinfo_config"), _("SIP Device Scan")) e.leaf = true - e.i18n = "diag_devinfo" e.dependent = true e = entry({"admin", "status", "netdiscover_devinfo"}, cbi("luci_diag/netdiscover_devinfo"), _("Devices on Network"), 90) - e.i18n = "diag_devinfo" e.dependent = true e = entry({"admin", "network", "mactodevinfo"}, cbi("luci_diag/mactodevinfo"), _("MAC Device Info Overrides"), 190) - e.i18n = "diag_devinfo" e.dependent = true e = entry({"mini", "diag", "phone_scan"}, cbi("luci_diag/smap_devinfo_mini"), _("Phone Scan"), 100) - e.i18n = "diag_devinfo" e.dependent = true e = entry({"mini", "voice", "phones", "phone_scan_config"}, cbi("luci_diag/smap_devinfo_config_mini"), _("Config Phone Scan"), 90) - e.i18n = "diag_devinfo" e.dependent = true e = entry({"mini", "diag", "netdiscover_devinfo"}, cbi("luci_diag/netdiscover_devinfo_mini"), _("Network Device Scan"), 10) - e.i18n = "diag_devinfo" e.dependent = true e = entry({"mini", "network", "netdiscover_devinfo_config"}, cbi("luci_diag/netdiscover_devinfo_config_mini"), _("Device Scan Config")) - e.i18n = "diag_devinfo" e.dependent = true end diff --git a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua index 95859aeaf7..592ca1eaa9 100644 --- a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua +++ b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua @@ -83,7 +83,6 @@ function command_function(outnets, i) end function action_links(netdiscovermap, mini) - luci.i18n.loadc("diag_devinfo") s = netdiscovermap:section(SimpleSection, "", translate("Actions")) b = s:option(DummyValue, "_config", translate("Configure Scans")) b.value = "" diff --git a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua index 13ac91f93e..e9aeaa6214 100644 --- a/applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua +++ b/applications/luci-diag-devinfo/luasrc/controller/luci_diag/smap_common.lua @@ -94,7 +94,6 @@ function command_function(outnets, i) end function action_links(smapmap, mini) - luci.i18n.loadc("diag_devinfo") s = smapmap:section(SimpleSection, "", translate("Actions")) b = s:option(DummyValue, "_config", translate("Configure Scans")) b.value = "" diff --git a/applications/luci-firewall/luasrc/controller/firewall.lua b/applications/luci-firewall/luasrc/controller/firewall.lua index c0149f8cff..5a6ab0ad31 100644 --- a/applications/luci-firewall/luasrc/controller/firewall.lua +++ b/applications/luci-firewall/luasrc/controller/firewall.lua @@ -3,7 +3,7 @@ module("luci.controller.firewall", package.seeall) function index() entry({"admin", "network", "firewall"}, alias("admin", "network", "firewall", "zones"), - _("Firewall"), 60).i18n = "firewall" + _("Firewall"), 60) entry({"admin", "network", "firewall", "zones"}, arcombine(cbi("firewall/zones"), cbi("firewall/zone-details")), diff --git a/applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua b/applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua index e8aca9ce57..ec087d93a1 100644 --- a/applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua +++ b/applications/luci-freifunk-policyrouting/luasrc/controller/freifunk/policy-routing.lua @@ -14,5 +14,5 @@ module "luci.controller.freifunk.policy-routing" function index() entry({"admin", "freifunk", "policyrouting"}, cbi("freifunk/policyrouting"), - _("Policy Routing"), 60).i18n = "freifunk-policyrouting" + _("Policy Routing"), 60) end diff --git a/applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua b/applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua index 4361eb782d..f7f0467719 100644 --- a/applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua +++ b/applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua @@ -10,7 +10,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ]]-- -luci.i18n.loadc("freifunk") local uci = require "luci.model.uci".cursor() m = Map("freifunk-policyrouting", translate("Policy Routing"), translate("These pages can be used to setup policy routing for certain firewall zones. ".. diff --git a/applications/luci-hd-idle/luasrc/controller/hd_idle.lua b/applications/luci-hd-idle/luasrc/controller/hd_idle.lua index e28983f390..a6f4adc382 100644 --- a/applications/luci-hd-idle/luasrc/controller/hd_idle.lua +++ b/applications/luci-hd-idle/luasrc/controller/hd_idle.lua @@ -23,6 +23,5 @@ function index() local page page = entry({"admin", "services", "hd_idle"}, cbi("hd_idle"), _("hd-idle"), 60) - page.i18n = "hd_idle" page.dependent = true end diff --git a/applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua b/applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua index 81baf397df..abce09cea8 100644 --- a/applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua +++ b/applications/luci-ltqtapi/luasrc/controller/ltqtapi.lua @@ -22,7 +22,6 @@ function index() page.target = firstchild() page.title = _("VoIP") page.order = 90 - page.i18n = "telephony" entry({"admin", "telephony", "account"}, cbi("luci_ltqtapi/account") , _("Account"), 10) entry({"admin", "telephony", "contact"}, cbi("luci_ltqtapi/contact") , _("Contacts"), 20) diff --git a/applications/luci-minidlna/luasrc/controller/minidlna.lua b/applications/luci-minidlna/luasrc/controller/minidlna.lua index 1bd5617f6a..500c90aaaf 100644 --- a/applications/luci-minidlna/luasrc/controller/minidlna.lua +++ b/applications/luci-minidlna/luasrc/controller/minidlna.lua @@ -22,7 +22,6 @@ function index() local page page = entry({"admin", "services", "minidlna"}, cbi("minidlna"), _("miniDLNA")) - page.i18n = "minidlna" page.dependent = true entry({"admin", "services", "minidlna_status"}, call("minidlna_status")) diff --git a/applications/luci-minidlna/luasrc/view/minidlna_status.htm b/applications/luci-minidlna/luasrc/view/minidlna_status.htm index a2336f76a7..098a72a073 100644 --- a/applications/luci-minidlna/luasrc/view/minidlna_status.htm +++ b/applications/luci-minidlna/luasrc/view/minidlna_status.htm @@ -1,5 +1,3 @@ -<%- luci.i18n.loadc("minidlna") -%> - <%:Loading%> - <%:Waiting for router...%> + <%:Waiting for changes to be applied...%> <%- end) %> diff --git a/libs/web/luasrc/view/cbi/footer.htm b/libs/web/luasrc/view/cbi/footer.htm index ef6776114b..2c34028e58 100644 --- a/libs/web/luasrc/view/cbi/footer.htm +++ b/libs/web/luasrc/view/cbi/footer.htm @@ -9,11 +9,15 @@ <% if flow.skip then %> <% end %> - <% if not autoapply then %> + <% if not autoapply and not flow.hideapplybtn then %> <% end %> - - + <% if not flow.hidesavebtn then %> + + <% end %> + <% if not flow.hideresetbtn then %> + + <% end %> diff --git a/libs/lmo/src/lmo_po2lmo.c b/libs/web/src/po2lmo.c similarity index 73% rename from libs/lmo/src/lmo_po2lmo.c rename to libs/web/src/po2lmo.c index 380f18dd65..fb607a46f8 100644 --- a/libs/lmo/src/lmo_po2lmo.c +++ b/libs/web/src/po2lmo.c @@ -1,7 +1,7 @@ /* * lmo - Lua Machine Objects - PO to LMO conversion tool * - * Copyright (C) 2009-2011 Jo-Philipp Wich + * Copyright (C) 2009-2012 Jo-Philipp Wich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ * limitations under the License. */ -#include "lmo.h" +#include "template_lmo.h" static void die(const char *msg) { @@ -52,12 +52,19 @@ static int extract_string(const char *src, char *dest, int len) { if( esc == 1 ) { + switch (src[pos]) + { + case '"': + case '\\': + off++; + break; + } dest[pos-off] = src[pos]; esc = 0; } else if( src[pos] == '\\' ) { - off++; + dest[pos-off] = src[pos]; esc = 1; } else if( src[pos] != '"' ) @@ -75,6 +82,34 @@ static int extract_string(const char *src, char *dest, int len) return (off > -1) ? strlen(dest) : -1; } +static int cmp_index(const void *a, const void *b) +{ + uint32_t x = ntohl(((const lmo_entry_t *)a)->key_id); + uint32_t y = ntohl(((const lmo_entry_t *)b)->key_id); + + if (x < y) + return -1; + else if (x > y) + return 1; + + return 0; +} + +static void print_index(void *array, int n, FILE *out) +{ + lmo_entry_t *e; + + qsort(array, n, sizeof(*e), cmp_index); + + for (e = array; n > 0; n--, e++) + { + print(&e->key_id, sizeof(uint32_t), 1, out); + print(&e->val_id, sizeof(uint32_t), 1, out); + print(&e->offset, sizeof(uint32_t), 1, out); + print(&e->length, sizeof(uint32_t), 1, out); + } +} + int main(int argc, char *argv[]) { char line[4096]; @@ -84,14 +119,14 @@ int main(int argc, char *argv[]) int state = 0; int offset = 0; int length = 0; + int n_entries = 0; + void *array = NULL; + lmo_entry_t *entry = NULL; uint32_t key_id, val_id; FILE *in; FILE *out; - lmo_entry_t *head = NULL; - lmo_entry_t *entry = NULL; - if( (argc != 3) || ((in = fopen(argv[1], "r")) == NULL) || ((out = fopen(argv[2], "w")) == NULL) ) usage(argv[0]); @@ -160,26 +195,22 @@ int main(int argc, char *argv[]) if( key_id != val_id ) { - if( (entry = (lmo_entry_t *) malloc(sizeof(lmo_entry_t))) != NULL ) - { - memset(entry, 0, sizeof(entry)); - length = strlen(val) + ((4 - (strlen(val) % 4)) % 4); - - entry->key_id = htonl(key_id); - entry->val_id = htonl(val_id); - entry->offset = htonl(offset); - entry->length = htonl(strlen(val)); - - print(val, length, 1, out); - offset += length; - - entry->next = head; - head = entry; - } - else - { + n_entries++; + array = realloc(array, n_entries * sizeof(lmo_entry_t)); + entry = (lmo_entry_t *)array + n_entries - 1; + + if (!array) die("Out of memory"); - } + + entry->key_id = htonl(key_id); + entry->val_id = htonl(val_id); + entry->offset = htonl(offset); + entry->length = htonl(strlen(val)); + + length = strlen(val) + ((4 - (strlen(val) % 4)) % 4); + + print(val, length, 1, out); + offset += length; } } @@ -191,15 +222,7 @@ int main(int argc, char *argv[]) memset(line, 0, sizeof(line)); } - entry = head; - while( entry != NULL ) - { - print(&entry->key_id, sizeof(uint32_t), 1, out); - print(&entry->val_id, sizeof(uint32_t), 1, out); - print(&entry->offset, sizeof(uint32_t), 1, out); - print(&entry->length, sizeof(uint32_t), 1, out); - entry = entry->next; - } + print_index(array, n_entries, out); if( offset > 0 ) { diff --git a/libs/web/src/template_lmo.c b/libs/web/src/template_lmo.c new file mode 100644 index 0000000000..7fcd2cda1f --- /dev/null +++ b/libs/web/src/template_lmo.c @@ -0,0 +1,325 @@ +/* + * lmo - Lua Machine Objects - Base functions + * + * Copyright (C) 2009-2010 Jo-Philipp Wich + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "template_lmo.h" + +/* + * Hash function from http://www.azillionmonkeys.com/qed/hash.html + * Copyright (C) 2004-2008 by Paul Hsieh + */ + +uint32_t sfh_hash(const char *data, int len) +{ + uint32_t hash = len, tmp; + int rem; + + if (len <= 0 || data == NULL) return 0; + + rem = len & 3; + len >>= 2; + + /* Main loop */ + for (;len > 0; len--) { + hash += sfh_get16(data); + tmp = (sfh_get16(data+2) << 11) ^ hash; + hash = (hash << 16) ^ tmp; + data += 2*sizeof(uint16_t); + hash += hash >> 11; + } + + /* Handle end cases */ + switch (rem) { + case 3: hash += sfh_get16(data); + hash ^= hash << 16; + hash ^= data[sizeof(uint16_t)] << 18; + hash += hash >> 11; + break; + case 2: hash += sfh_get16(data); + hash ^= hash << 11; + hash += hash >> 17; + break; + case 1: hash += *data; + hash ^= hash << 10; + hash += hash >> 1; + } + + /* Force "avalanching" of final 127 bits */ + hash ^= hash << 3; + hash += hash >> 5; + hash ^= hash << 4; + hash += hash >> 17; + hash ^= hash << 25; + hash += hash >> 6; + + return hash; +} + +uint32_t lmo_canon_hash(const char *str, int len) +{ + char res[4096]; + char *ptr, prev; + int off; + + if (!str || len >= sizeof(res)) + return 0; + + for (prev = ' ', ptr = res, off = 0; off < len; prev = *str, off++, str++) + { + if (isspace(*str)) + { + if (!isspace(prev)) + *ptr++ = ' '; + } + else + { + *ptr++ = *str; + } + } + + if ((ptr > res) && isspace(*(ptr-1))) + ptr--; + + return sfh_hash(res, ptr - res); +} + +lmo_archive_t * lmo_open(const char *file) +{ + int in = -1; + uint32_t idx_offset = 0; + struct stat s; + + lmo_archive_t *ar = NULL; + + if (stat(file, &s) == -1) + goto err; + + if ((in = open(file, O_RDONLY)) == -1) + goto err; + + if ((ar = (lmo_archive_t *)malloc(sizeof(*ar))) != NULL) + { + memset(ar, 0, sizeof(*ar)); + + ar->fd = in; + ar->size = s.st_size; + + fcntl(ar->fd, F_SETFD, fcntl(ar->fd, F_GETFD) | FD_CLOEXEC); + + if ((ar->mmap = mmap(NULL, ar->size, PROT_READ, MAP_SHARED, ar->fd, 0)) == MAP_FAILED) + goto err; + + idx_offset = *((const uint32_t *) + (ar->mmap + ar->size - sizeof(uint32_t))); + + if (idx_offset >= ar->size) + goto err; + + ar->index = (lmo_entry_t *)(ar->mmap + idx_offset); + ar->length = (ar->size - idx_offset - sizeof(uint32_t)) / sizeof(lmo_entry_t); + ar->end = ar->mmap + ar->size; + + return ar; + } + +err: + if (in > -1) + close(in); + + if (ar != NULL) + { + if ((ar->mmap != NULL) && (ar->mmap != MAP_FAILED)) + munmap(ar->mmap, ar->size); + + free(ar); + } + + return NULL; +} + +void lmo_close(lmo_archive_t *ar) +{ + if (ar != NULL) + { + if ((ar->mmap != NULL) && (ar->mmap != MAP_FAILED)) + munmap(ar->mmap, ar->size); + + close(ar->fd); + free(ar); + + ar = NULL; + } +} + + +lmo_catalog_t *_lmo_catalogs = NULL; +lmo_catalog_t *_lmo_active_catalog = NULL; + +int lmo_load_catalog(const char *lang, const char *dir) +{ + DIR *dh = NULL; + char pattern[16]; + char path[PATH_MAX]; + struct dirent *de = NULL; + + lmo_archive_t *ar = NULL; + lmo_catalog_t *cat = NULL; + + if (!lmo_change_catalog(lang)) + return 0; + + if (!dir || !(dh = opendir(dir))) + goto err; + + if (!(cat = malloc(sizeof(*cat)))) + goto err; + + memset(cat, 0, sizeof(*cat)); + + snprintf(cat->lang, sizeof(cat->lang), "%s", lang); + snprintf(pattern, sizeof(pattern), "*.%s.lmo", lang); + + while ((de = readdir(dh)) != NULL) + { + if (!fnmatch(pattern, de->d_name, 0)) + { + snprintf(path, sizeof(path), "%s/%s", dir, de->d_name); + ar = lmo_open(path); + + if (ar) + { + ar->next = cat->archives; + cat->archives = ar; + } + } + } + + closedir(dh); + + cat->next = _lmo_catalogs; + _lmo_catalogs = cat; + + if (!_lmo_active_catalog) + _lmo_active_catalog = cat; + + return 0; + +err: + if (dh) closedir(dh); + if (cat) free(cat); + + return -1; +} + +int lmo_change_catalog(const char *lang) +{ + lmo_catalog_t *cat; + + for (cat = _lmo_catalogs; cat; cat = cat->next) + { + if (!strncmp(cat->lang, lang, sizeof(cat->lang))) + { + _lmo_active_catalog = cat; + return 0; + } + } + + return -1; +} + +static lmo_entry_t * lmo_find_entry(lmo_archive_t *ar, uint32_t hash) +{ + unsigned int m, l, r; + + l = 0; + r = ar->length - 1; + + while (1) + { + m = l + ((r - l) / 2); + + if (r < l) + break; + + if (ar->index[m].key_id == hash) + return &ar->index[m]; + + if (ar->index[m].key_id > hash) + { + if (!m) + break; + + r = m - 1; + } + else + { + l = m + 1; + } + } + + return NULL; +} + +int lmo_translate(const char *key, int keylen, char **out, int *outlen) +{ + uint32_t hash; + lmo_entry_t *e; + lmo_archive_t *ar; + + if (!key || !_lmo_active_catalog) + return -2; + + hash = htonl(lmo_canon_hash(key, keylen)); + + for (ar = _lmo_active_catalog->archives; ar; ar = ar->next) + { + if ((e = lmo_find_entry(ar, hash)) != NULL) + { + *out = ar->mmap + e->offset; + *outlen = e->length; + return 0; + } + } + + return -1; +} + +void lmo_close_catalog(const char *lang) +{ + lmo_archive_t *ar, *next; + lmo_catalog_t *cat, *prev; + + for (prev = NULL, cat = _lmo_catalogs; cat; prev = cat, cat = cat->next) + { + if (!strncmp(cat->lang, lang, sizeof(cat->lang))) + { + if (prev) + prev->next = cat->next; + else + _lmo_catalogs = cat->next; + + for (ar = cat->archives; ar; ar = next) + { + next = ar->next; + lmo_close(ar); + } + + free(cat); + break; + } + } +} diff --git a/libs/lmo/src/lmo.h b/libs/web/src/template_lmo.h similarity index 64% rename from libs/lmo/src/lmo.h rename to libs/web/src/template_lmo.h index ab17e873f4..a40d7587ab 100644 --- a/libs/lmo/src/lmo.h +++ b/libs/web/src/template_lmo.h @@ -1,7 +1,7 @@ /* * lmo - Lua Machine Objects - General header * - * Copyright (C) 2009 Jo-Philipp Wich + * Copyright (C) 2009-2012 Jo-Philipp Wich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,8 +16,8 @@ * limitations under the License. */ -#ifndef _LMO_H_ -#define _LMO_H_ +#ifndef _TEMPLATE_LMO_H_ +#define _TEMPLATE_LMO_H_ #include #include @@ -29,7 +29,9 @@ #include #include #include - +#include +#include +#include #if (defined(__GNUC__) && defined(__i386__)) #define sfh_get16(d) (*((const uint16_t *) (d))) @@ -44,7 +46,6 @@ struct lmo_entry { uint32_t val_id; uint32_t offset; uint32_t length; - struct lmo_entry *next; } __attribute__((packed)); typedef struct lmo_entry lmo_entry_t; @@ -52,21 +53,39 @@ typedef struct lmo_entry lmo_entry_t; struct lmo_archive { int fd; - uint32_t length; + int length; + uint32_t size; lmo_entry_t *index; char *mmap; + char *end; + struct lmo_archive *next; }; typedef struct lmo_archive lmo_archive_t; -uint32_t sfh_hash(const char * data, int len); +struct lmo_catalog { + char lang[6]; + struct lmo_archive *archives; + struct lmo_catalog *next; +}; + +typedef struct lmo_catalog lmo_catalog_t; + -char _lmo_error[1024]; -const char * lmo_error(void); +uint32_t sfh_hash(const char *data, int len); +uint32_t lmo_canon_hash(const char *data, int len); lmo_archive_t * lmo_open(const char *file); -int lmo_lookup(lmo_archive_t *ar, const char *key, char *dest, int len); void lmo_close(lmo_archive_t *ar); + +extern lmo_catalog_t *_lmo_catalogs; +extern lmo_catalog_t *_lmo_active_catalog; + +int lmo_load_catalog(const char *lang, const char *dir); +int lmo_change_catalog(const char *lang); +int lmo_translate(const char *key, int keylen, char **out, int *outlen); +void lmo_close_catalog(const char *lang); + #endif diff --git a/libs/web/src/template_lualib.c b/libs/web/src/template_lualib.c index d3a5f89bbd..0d43641041 100644 --- a/libs/web/src/template_lualib.c +++ b/libs/web/src/template_lualib.c @@ -21,44 +21,51 @@ int template_L_parse(lua_State *L) { const char *file = luaL_checkstring(L, 1); - struct template_parser parser; - int lua_status; + struct template_parser *parser = template_open(file); + int lua_status, rv; - if( (parser.fd = open(file, O_RDONLY)) > 0 ) + if (!parser) { - parser.flags = 0; - parser.bufsize = 0; - parser.state = T_STATE_TEXT_NEXT; + lua_pushnil(L); + lua_pushinteger(L, errno); + lua_pushstring(L, strerror(errno)); + return 3; + } - lua_status = lua_load(L, template_reader, &parser, file); + lua_status = lua_load(L, template_reader, parser, file); - (void) close(parser.fd); + if (lua_status == 0) + rv = 1; + else + rv = template_error(L, parser); + template_close(parser); - if( lua_status == 0 ) - { - return 1; - } - else - { - lua_pushnil(L); - lua_pushinteger(L, lua_status); - lua_pushlstring(L, parser.out, parser.outsize); - return 3; - } + return rv; +} + +int template_L_utf8(lua_State *L) +{ + size_t len = 0; + const char *str = luaL_checklstring(L, 1, &len); + char *res = utf8(str, len); + + if (res != NULL) + { + lua_pushstring(L, res); + free(res); + + return 1; } - lua_pushnil(L); - lua_pushinteger(L, 255); - lua_pushstring(L, "No such file or directory"); - return 3; + return 0; } -int template_L_sanitize_utf8(lua_State *L) +int template_L_pcdata(lua_State *L) { size_t len = 0; const char *str = luaL_checklstring(L, 1, &len); - char *res = sanitize_utf8(str, len); + char *res = pcdata(str, len); if (res != NULL) { @@ -71,11 +78,11 @@ int template_L_sanitize_utf8(lua_State *L) return 0; } -int template_L_sanitize_pcdata(lua_State *L) +int template_L_striptags(lua_State *L) { size_t len = 0; const char *str = luaL_checklstring(L, 1, &len); - char *res = sanitize_pcdata(str, len); + char *res = striptags(str, len); if (res != NULL) { @@ -88,12 +95,65 @@ int template_L_sanitize_pcdata(lua_State *L) return 0; } +static int template_L_load_catalog(lua_State *L) { + const char *lang = luaL_optstring(L, 1, "en"); + const char *dir = luaL_optstring(L, 2, NULL); + lua_pushboolean(L, !lmo_load_catalog(lang, dir)); + return 1; +} + +static int template_L_close_catalog(lua_State *L) { + const char *lang = luaL_optstring(L, 1, "en"); + lmo_close_catalog(lang); + return 0; +} + +static int template_L_change_catalog(lua_State *L) { + const char *lang = luaL_optstring(L, 1, "en"); + lua_pushboolean(L, !lmo_change_catalog(lang)); + return 1; +} + +static int template_L_translate(lua_State *L) { + size_t len; + char *tr; + int trlen; + const char *key = luaL_checklstring(L, 1, &len); + + switch (lmo_translate(key, len, &tr, &trlen)) + { + case 0: + lua_pushlstring(L, tr, trlen); + return 1; + + case -1: + return 0; + } + + lua_pushnil(L); + lua_pushstring(L, "no catalog loaded"); + return 2; +} + +static int template_L_hash(lua_State *L) { + size_t len; + const char *key = luaL_checklstring(L, 1, &len); + lua_pushinteger(L, sfh_hash(key, len)); + return 1; +} + /* module table */ static const luaL_reg R[] = { { "parse", template_L_parse }, - { "sanitize_utf8", template_L_sanitize_utf8 }, - { "sanitize_pcdata", template_L_sanitize_pcdata }, + { "utf8", template_L_utf8 }, + { "pcdata", template_L_pcdata }, + { "striptags", template_L_striptags }, + { "load_catalog", template_L_load_catalog }, + { "close_catalog", template_L_close_catalog }, + { "change_catalog", template_L_change_catalog }, + { "translate", template_L_translate }, + { "hash", template_L_hash }, { NULL, NULL } }; diff --git a/libs/web/src/template_lualib.h b/libs/web/src/template_lualib.h index d628b9dce0..1b659be126 100644 --- a/libs/web/src/template_lualib.h +++ b/libs/web/src/template_lualib.h @@ -21,6 +21,7 @@ #include "template_parser.h" #include "template_utils.h" +#include "template_lmo.h" #define TEMPLATE_LUALIB_META "template.parser" diff --git a/libs/web/src/template_parser.c b/libs/web/src/template_parser.c index a0a400bdf7..6054451315 100644 --- a/libs/web/src/template_parser.c +++ b/libs/web/src/template_parser.c @@ -1,7 +1,7 @@ /* * LuCI Template - Parser implementation * - * Copyright (C) 2009 Jo-Philipp Wich + * Copyright (C) 2009-2012 Jo-Philipp Wich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,17 +17,21 @@ */ #include "template_parser.h" +#include "template_utils.h" +#include "template_lmo.h" /* leading and trailing code for different types */ -const char * gen_code[7][2] = { +const char *gen_code[9][2] = { + { NULL, NULL }, { "write(\"", "\")" }, { NULL, NULL }, { "write(tostring(", " or \"\"))" }, { "include(\"", "\")" }, - { "write(pcdata(translate(\"", "\")))" }, - { "write(translate(\"", "\"))" }, - { NULL, " " } + { "write(\"", "\")" }, + { "write(\"", "\")" }, + { NULL, " " }, + { NULL, NULL }, }; /* Simple strstr() like function that takes len arguments for both haystack and needle. */ @@ -59,407 +63,324 @@ static char *strfind(char *haystack, int hslen, const char *needle, int ndlen) return NULL; } -/* - * Inspect current read buffer and find the number of "vague" characters at the end - * which could indicate an opening token. Returns the number of "vague" chars. - * The last continuous sequence of whitespace, optionally followed by a "<" is - * treated as "vague" because whitespace may be discarded if the upcoming opening - * token indicates pre-whitespace-removal ("<%-"). A single remaining "<" char - * can't be differentiated from an opening token ("<%"), so it's kept to be processed - * in the next cycle. - */ -static int stokscan(struct template_parser *data, int off, int no_whitespace) +struct template_parser * template_open(const char *file) { - int i; - int skip = 0; - int tokoff = data->bufsize - 1; + struct stat s; + static struct template_parser *parser; - for( i = tokoff; i >= off; i-- ) - { - if( data->buf[i] == T_TOK_START[0] ) - { - skip = tokoff - i + 1; - tokoff = i - 1; - break; - } - } + if (!(parser = malloc(sizeof(*parser)))) + goto err; + + memset(parser, 0, sizeof(*parser)); + parser->fd = -1; + parser->file = file; + + if (stat(file, &s)) + goto err; + + if ((parser->fd = open(file, O_RDONLY)) < 0) + goto err; - if( !no_whitespace ) + parser->size = s.st_size; + parser->mmap = mmap(NULL, parser->size, PROT_READ, MAP_PRIVATE, + parser->fd, 0); + + if (parser->mmap != MAP_FAILED) { - for( i = tokoff; i >= off; i-- ) - { - if( isspace(data->buf[i]) ) - skip++; - else - break; - } + parser->off = parser->mmap; + parser->cur_chunk.type = T_TYPE_INIT; + parser->cur_chunk.s = parser->mmap; + parser->cur_chunk.e = parser->mmap; + + return parser; } - return skip; +err: + template_close(parser); + return NULL; } -/* - * Similar to stokscan() but looking for closing token indicators. - * Matches "-", optionally followed by a "%" char. - */ -static int etokscan(struct template_parser *data) +void template_close(struct template_parser *parser) { - int skip = 0; + if (!parser) + return; + + if (parser->gc != NULL) + free(parser->gc); - if( (data->bufsize > 0) && (data->buf[data->bufsize-1] == T_TOK_END[0]) ) - skip++; + if ((parser->mmap != NULL) && (parser->mmap != MAP_FAILED)) + munmap(parser->mmap, parser->size); - if( (data->bufsize > skip) && (data->buf[data->bufsize-skip-1] == T_TOK_SKIPWS[0]) ) - skip++; + if (parser->fd >= 0) + close(parser->fd); - return skip; + free(parser); } -/* - * Generate Lua expressions from the given raw code, write it into the - * output buffer and set the lua_Reader specific size pointer. - * Takes parser-state, lua_Reader's size pointer and generator flags - * as parameter. The given flags indicate whether leading or trailing - * code should be added. Returns a pointer to the output buffer. - */ -static const char * generate_expression(struct template_parser *data, size_t *sz, int what) +void template_text(struct template_parser *parser, const char *e) { - char tmp[T_OUTBUFSZ]; - int i; - int size = 0; - int start = 0; - int whitespace = 0; + const char *s = parser->off; - memset(tmp, 0, T_OUTBUFSZ); - - /* Inject leading expression code (if any) */ - if( (what & T_GEN_START) && (gen_code[data->type][0] != NULL) ) + if (s < (parser->mmap + parser->size)) { - memcpy(tmp, gen_code[data->type][0], strlen(gen_code[data->type][0])); - size += strlen(gen_code[data->type][0]); - } - - /* Parse source buffer */ - for( i = 0; i < data->outsize; i++ ) - { - /* Skip leading whitespace for non-raw and non-expr chunks */ - if( !start && isspace(data->out[i]) && (data->type == T_TYPE_I18N || - data->type == T_TYPE_I18N_RAW || data->type == T_TYPE_INCLUDE) ) - continue; - else if( !start ) - start = 1; - - /* Found whitespace after i18n key */ - if( data->type == T_TYPE_I18N || data->type == T_TYPE_I18N_RAW ) + if (parser->strip_after) { - /* Is initial whitespace, insert space */ - if( !whitespace && isspace(data->out[i]) ) - { - tmp[size++] = ' '; - whitespace = 1; - } - - /* Suppress subsequent whitespace, escape special chars */ - else if( !isspace(data->out[i]) ) - { - if( data->out[i] == '\\' || data->out[i] == '"' ) - tmp[size++] = '\\'; - - tmp[size++] = data->out[i]; - whitespace = 0; - } + while ((s <= e) && isspace(*s)) + s++; } - /* Escape quotes, backslashes and newlines for plain and include expressions */ - else if( (data->type == T_TYPE_TEXT || data->type == T_TYPE_INCLUDE) && - (data->out[i] == '\\' || data->out[i] == '"' || data->out[i] == '\n' || data->out[i] == '\t') ) - { - tmp[size++] = '\\'; + parser->cur_chunk.type = T_TYPE_TEXT; + } + else + { + parser->cur_chunk.type = T_TYPE_EOF; + } - switch(data->out[i]) - { - case '\n': - tmp[size++] = 'n'; - break; + parser->cur_chunk.line = parser->line; + parser->cur_chunk.s = s; + parser->cur_chunk.e = e; +} - case '\t': - tmp[size++] = 't'; - break; +void template_code(struct template_parser *parser, const char *e) +{ + const char *s = parser->off; - default: - tmp[size++] = data->out[i]; - } - } + parser->strip_before = 0; + parser->strip_after = 0; - /* Normal char */ - else - { - tmp[size++] = data->out[i]; - } + if (*s == '-') + { + parser->strip_before = 1; + for (s++; (s <= e) && (*s == ' ' || *s == '\t'); s++); } - /* Inject trailing expression code (if any) */ - if( (what & T_GEN_END) && (gen_code[data->type][1] != NULL) ) + if (*(e-1) == '-') { - /* Strip trailing space for i18n expressions */ - if( data->type == T_TYPE_I18N || data->type == T_TYPE_I18N_RAW ) - if( (size > 0) && (tmp[size-1] == ' ') ) - size--; - - memcpy(&tmp[size], gen_code[data->type][1], strlen(gen_code[data->type][1])); - size += strlen(gen_code[data->type][1]); + parser->strip_after = 1; + for (e--; (e >= s) && (*e == ' ' || *e == '\t'); e--); } - *sz = data->outsize = size; - memset(data->out, 0, T_OUTBUFSZ); - memcpy(data->out, tmp, size); + switch (*s) + { + /* comment */ + case '#': + s++; + parser->cur_chunk.type = T_TYPE_COMMENT; + break; - //printf("<<<%i|%i|%i|%s>>>\n", what, data->type, *sz, data->out); + /* include */ + case '+': + s++; + parser->cur_chunk.type = T_TYPE_INCLUDE; + break; - return data->out; -} + /* translate */ + case ':': + s++; + parser->cur_chunk.type = T_TYPE_I18N; + break; -/* - * Move the number of bytes specified in data->bufsize from the - * given source pointer to the beginning of the read buffer. - */ -static void bufmove(struct template_parser *data, const char *src) -{ - if( data->bufsize > 0 ) - memmove(data->buf, src, data->bufsize); - else if( data->bufsize < 0 ) - data->bufsize = 0; + /* translate raw */ + case '_': + s++; + parser->cur_chunk.type = T_TYPE_I18N_RAW; + break; - data->buf[data->bufsize] = 0; + /* expr */ + case '=': + s++; + parser->cur_chunk.type = T_TYPE_EXPR; + break; + + /* code */ + default: + parser->cur_chunk.type = T_TYPE_CODE; + break; + } + + parser->cur_chunk.line = parser->line; + parser->cur_chunk.s = s; + parser->cur_chunk.e = e; } -/* - * Move the given amount of bytes from the given source pointer - * to the output buffer and set data->outputsize. - */ -static void bufout(struct template_parser *data, const char *src, int len) +static const char * +template_format_chunk(struct template_parser *parser, size_t *sz) { - if( len >= 0 ) - { - memset(data->out, 0, T_OUTBUFSZ); - memcpy(data->out, src, len); - data->outsize = len; - } - else + const char *s, *p; + const char *head, *tail; + struct template_chunk *c = &parser->prv_chunk; + struct template_buffer *buf; + + *sz = 0; + s = parser->gc = NULL; + + if (parser->strip_before && c->type == T_TYPE_TEXT) { - data->outsize = 0; + while ((c->e > c->s) && isspace(*(c->e - 1))) + c->e--; } -} -/* - * lua_Reader compatible function that parses template code on demand from - * the given file handle. - */ -const char *template_reader(lua_State *L, void *ud, size_t *sz) -{ - struct template_parser *data = ud; - char *match = NULL; - int off = 0; - int ignore = 0; - int genflags = 0; - int readlen = 0; - int vague = 0; - - while( !(data->flags & T_FLAG_EOF) || (data->bufsize > 0) ) + /* empty chunk */ + if (c->s == c->e) { - /* Fill buffer */ - if( !(data->flags & T_FLAG_EOF) && (data->bufsize < T_READBUFSZ) ) + if (c->type == T_TYPE_EOF) { - if( (readlen = read(data->fd, &data->buf[data->bufsize], T_READBUFSZ - data->bufsize)) > 0 ) - data->bufsize += readlen; - else if( readlen == 0 ) - data->flags |= T_FLAG_EOF; - else - return NULL; + *sz = 0; + s = NULL; } + else + { + *sz = 1; + s = " "; + } + } - /* Evaluate state */ - switch(data->state) + /* format chunk */ + else if ((buf = buf_init(c->e - c->s)) != NULL) + { + if ((head = gen_code[c->type][0]) != NULL) + buf_append(buf, head, strlen(head)); + + switch (c->type) { - /* Plain text chunk (before "<%") */ - case T_STATE_TEXT_INIT: - case T_STATE_TEXT_NEXT: - off = 0; ignore = 0; *sz = 0; - data->type = T_TYPE_TEXT; - - /* Skip leading whitespace if requested */ - if( data->flags & T_FLAG_SKIPWS ) - { - data->flags &= ~T_FLAG_SKIPWS; - while( (off < data->bufsize) && isspace(data->buf[off]) ) - off++; - } + case T_TYPE_TEXT: + luastr_escape(buf, c->s, c->e - c->s, 0); + break; - /* Found "<%" */ - if( (match = strfind(&data->buf[off], data->bufsize - off - 1, T_TOK_START, strlen(T_TOK_START))) != NULL ) - { - readlen = (int)(match - &data->buf[off]); - data->bufsize -= (readlen + strlen(T_TOK_START) + off); - match += strlen(T_TOK_START); - - /* Check for leading '-' */ - if( match[0] == T_TOK_SKIPWS[0] ) - { - data->bufsize--; - match++; - - while( (readlen > 1) && isspace(data->buf[off+readlen-1]) ) - { - readlen--; - } - } - - bufout(data, &data->buf[off], readlen); - bufmove(data, match); - data->state = T_STATE_CODE_INIT; - } + case T_TYPE_EXPR: + buf_append(buf, c->s, c->e - c->s); + for (p = c->s; p < c->e; p++) + parser->line += (*p == '\n'); + break; - /* Maybe plain chunk */ - else - { - /* Preserve trailing "<" or white space, maybe a start token */ - vague = stokscan(data, off, 0); - - /* We can process some bytes ... */ - if( vague < data->bufsize ) - { - readlen = data->bufsize - vague - off; - } - - /* No bytes to process, so try to remove at least whitespace ... */ - else - { - /* ... but try to preserve trailing "<" ... */ - vague = stokscan(data, off, 1); - - if( vague < data->bufsize ) - { - readlen = data->bufsize - vague - off; - } - - /* ... no chance, push out buffer */ - else - { - readlen = vague - off; - vague = 0; - } - } - - bufout(data, &data->buf[off], readlen); - - data->state = T_STATE_TEXT_NEXT; - data->bufsize = vague; - bufmove(data, &data->buf[off+readlen]); - } + case T_TYPE_INCLUDE: + luastr_escape(buf, c->s, c->e - c->s, 0); + break; - if( ignore || data->outsize == 0 ) - continue; - else - return generate_expression(data, sz, T_GEN_START | T_GEN_END); + case T_TYPE_I18N: + luastr_translate(buf, c->s, c->e - c->s, 1); + break; + case T_TYPE_I18N_RAW: + luastr_translate(buf, c->s, c->e - c->s, 0); break; - /* Ignored chunk (inside "<%# ... %>") */ - case T_STATE_SKIP: - ignore = 1; + case T_TYPE_CODE: + buf_append(buf, c->s, c->e - c->s); + for (p = c->s; p < c->e; p++) + parser->line += (*p == '\n'); + break; + } - /* Initial code chunk ("<% ...") */ - case T_STATE_CODE_INIT: - off = 0; + if ((tail = gen_code[c->type][1]) != NULL) + buf_append(buf, tail, strlen(tail)); - /* Check for leading '-' */ - if( data->buf[off] == T_TOK_SKIPWS[0] ) - off++; + *sz = buf_length(buf); + s = parser->gc = buf_destroy(buf); - /* Determine code type */ - switch(data->buf[off]) - { - case '#': - ignore = 1; - off++; - data->type = T_TYPE_COMMENT; - break; - - case '=': - off++; - data->type = T_TYPE_EXPR; - break; - - case '+': - off++; - data->type = T_TYPE_INCLUDE; - break; - - case ':': - off++; - data->type = T_TYPE_I18N; - break; - - case '_': - off++; - data->type = T_TYPE_I18N_RAW; - break; - - default: - data->type = T_TYPE_CODE; - break; - } + if (!*sz) + { + *sz = 1; + s = " "; + } + } - /* Subsequent code chunk ("..." or "... %>") */ - case T_STATE_CODE_NEXT: - /* Found "%>" */ - if( (match = strfind(&data->buf[off], data->bufsize - off, T_TOK_END, strlen(T_TOK_END))) != NULL ) - { - genflags = ( data->state == T_STATE_CODE_INIT ) - ? (T_GEN_START | T_GEN_END) : T_GEN_END; + return s; +} - readlen = (int)(match - &data->buf[off]); +const char *template_reader(lua_State *L, void *ud, size_t *sz) +{ + struct template_parser *parser = ud; + int rem = parser->size - (parser->off - parser->mmap); + char *tag; - /* Check for trailing '-' */ - if( (match > data->buf) && (*(match-1) == T_TOK_SKIPWS[0]) ) - { - readlen--; - data->flags |= T_FLAG_SKIPWS; - } + parser->prv_chunk = parser->cur_chunk; - bufout(data, &data->buf[off], readlen); + /* free previous string */ + if (parser->gc) + { + free(parser->gc); + parser->gc = NULL; + } - data->state = T_STATE_TEXT_INIT; - data->bufsize -= ((int)(match - &data->buf[off]) + strlen(T_TOK_END) + off); - bufmove(data, &match[strlen(T_TOK_END)]); - } + /* before tag */ + if (!parser->in_expr) + { + if ((tag = strfind(parser->off, rem, "<%", 2)) != NULL) + { + template_text(parser, tag); + parser->off = tag + 2; + parser->in_expr = 1; + } + else + { + template_text(parser, parser->mmap + parser->size); + parser->off = parser->mmap + parser->size; + } + } - /* Code chunk */ - else - { - genflags = ( data->state == T_STATE_CODE_INIT ) ? T_GEN_START : 0; + /* inside tag */ + else + { + if ((tag = strfind(parser->off, rem, "%>", 2)) != NULL) + { + template_code(parser, tag); + parser->off = tag + 2; + parser->in_expr = 0; + } + else + { + /* unexpected EOF */ + template_code(parser, parser->mmap + parser->size); - /* Preserve trailing "%" and "-", maybe an end token */ - vague = etokscan(data); - readlen = data->bufsize - off - vague; - bufout(data, &data->buf[off], readlen); + *sz = 1; + return "\033"; + } + } - data->state = T_STATE_CODE_NEXT; - data->bufsize = vague; - bufmove(data, &data->buf[readlen+off]); - } + return template_format_chunk(parser, sz); +} - if( ignore || (data->outsize == 0 && !genflags) ) - continue; - else - return generate_expression(data, sz, genflags); +int template_error(lua_State *L, struct template_parser *parser) +{ + const char *err = luaL_checkstring(L, -1); + const char *off = parser->prv_chunk.s; + const char *ptr; + char msg[1024]; + int line = 0; + int chunkline = 0; + + if ((ptr = strfind((char *)err, strlen(err), "]:", 2)) != NULL) + { + chunkline = atoi(ptr + 2) - parser->prv_chunk.line; + while (*ptr) + { + if (*ptr++ == ' ') + { + err = ptr; break; + } } } - *sz = 0; - return NULL; -} + if (strfind((char *)err, strlen(err), "'char(27)'", 10) != NULL) + { + off = parser->mmap + parser->size; + err = "'%>' expected before end of file"; + chunkline = 0; + } + + for (ptr = parser->mmap; ptr < off; ptr++) + if (*ptr == '\n') + line++; + snprintf(msg, sizeof(msg), "Syntax error in %s:%d: %s", + parser->file, line + chunkline, err ? err : "(unknown error)"); + lua_pushnil(L); + lua_pushinteger(L, line + chunkline); + lua_pushstring(L, msg); + + return 3; +} diff --git a/libs/web/src/template_parser.h b/libs/web/src/template_parser.h index 24933f0c97..d1c606272e 100644 --- a/libs/web/src/template_parser.h +++ b/libs/web/src/template_parser.h @@ -21,61 +21,59 @@ #include #include +#include #include #include +#include +#include #include #include +#include #include #include #include -#define T_READBUFSZ 1024 -#define T_OUTBUFSZ T_READBUFSZ * 3 - -/* parser states */ -#define T_STATE_TEXT_INIT 0 -#define T_STATE_TEXT_NEXT 1 -#define T_STATE_CODE_INIT 2 -#define T_STATE_CODE_NEXT 3 -#define T_STATE_SKIP 4 - -/* parser flags */ -#define T_FLAG_EOF 0x01 -#define T_FLAG_SKIPWS 0x02 - -/* tokens used in matching and expression generation */ -#define T_TOK_START "<%" -#define T_TOK_END "%>" -#define T_TOK_SKIPWS "-" +/* code types */ +#define T_TYPE_INIT 0 +#define T_TYPE_TEXT 1 +#define T_TYPE_COMMENT 2 +#define T_TYPE_EXPR 3 +#define T_TYPE_INCLUDE 4 +#define T_TYPE_I18N 5 +#define T_TYPE_I18N_RAW 6 +#define T_TYPE_CODE 7 +#define T_TYPE_EOF 8 -/* generator flags */ -#define T_GEN_START 0x01 -#define T_GEN_END 0x02 -/* code types */ -#define T_TYPE_TEXT 0 -#define T_TYPE_COMMENT 1 -#define T_TYPE_EXPR 2 -#define T_TYPE_INCLUDE 3 -#define T_TYPE_I18N 4 -#define T_TYPE_I18N_RAW 5 -#define T_TYPE_CODE 6 +struct template_chunk { + const char *s; + const char *e; + int type; + int line; +}; /* parser state */ struct template_parser { int fd; - int bufsize; - int outsize; - int state; - int flags; - int type; - char buf[T_READBUFSZ]; - char out[T_OUTBUFSZ]; + uint32_t size; + char *mmap; + char *off; + char *gc; + int line; + int in_expr; + int strip_before; + int strip_after; + struct template_chunk prv_chunk; + struct template_chunk cur_chunk; + const char *file; }; +struct template_parser * template_open(const char *file); +void template_close(struct template_parser *parser); const char *template_reader(lua_State *L, void *ud, size_t *sz); +int template_error(lua_State *L, struct template_parser *parser); #endif diff --git a/libs/web/src/template_utils.c b/libs/web/src/template_utils.c index 36f08aa229..80542bd4f3 100644 --- a/libs/web/src/template_utils.c +++ b/libs/web/src/template_utils.c @@ -17,19 +17,23 @@ */ #include "template_utils.h" +#include "template_lmo.h" /* initialize a buffer object */ -static struct template_buffer * buf_init(void) +struct template_buffer * buf_init(int size) { struct template_buffer *buf; + if (size <= 0) + size = 1024; + buf = (struct template_buffer *)malloc(sizeof(struct template_buffer)); if (buf != NULL) { buf->fill = 0; - buf->size = 1024; - buf->data = (unsigned char *)malloc(buf->size); + buf->size = size; + buf->data = malloc(buf->size); if (buf->data != NULL) { @@ -46,17 +50,21 @@ static struct template_buffer * buf_init(void) } /* grow buffer */ -static int buf_grow(struct template_buffer *buf) +int buf_grow(struct template_buffer *buf, int size) { unsigned int off = (buf->dptr - buf->data); - unsigned char *data = - (unsigned char *)realloc(buf->data, buf->size + 1024); + char *data; + + if (size <= 0) + size = 1024; + + data = realloc(buf->data, buf->size + size); if (data != NULL) { buf->data = data; buf->dptr = data + off; - buf->size += 1024; + buf->size += size; return buf->size; } @@ -65,9 +73,9 @@ static int buf_grow(struct template_buffer *buf) } /* put one char into buffer object */ -static int buf_putchar(struct template_buffer *buf, unsigned char c) +int buf_putchar(struct template_buffer *buf, char c) { - if( ((buf->fill + 1) >= buf->size) && !buf_grow(buf) ) + if( ((buf->fill + 1) >= buf->size) && !buf_grow(buf, 0) ) return 0; *(buf->dptr++) = c; @@ -78,11 +86,11 @@ static int buf_putchar(struct template_buffer *buf, unsigned char c) } /* append data to buffer */ -static int buf_append(struct template_buffer *buf, unsigned char *s, int len) +int buf_append(struct template_buffer *buf, const char *s, int len) { - while ((buf->fill + len + 1) >= buf->size) + if ((buf->fill + len + 1) >= buf->size) { - if (!buf_grow(buf)) + if (!buf_grow(buf, len + 1)) return 0; } @@ -95,13 +103,19 @@ static int buf_append(struct template_buffer *buf, unsigned char *s, int len) return len; } +/* read buffer length */ +int buf_length(struct template_buffer *buf) +{ + return buf->fill; +} + /* destroy buffer object and return pointer to data */ -static char * buf_destroy(struct template_buffer *buf) +char * buf_destroy(struct template_buffer *buf) { - unsigned char *data = buf->data; + char *data = buf->data; free(buf); - return (char *)data; + return data; } @@ -229,7 +243,7 @@ static int _validate_utf8(unsigned char **s, int l, struct template_buffer *buf) !mb_is_surrogate(ptr, n) && !mb_is_illegal(ptr, n)) { /* copy sequence */ - if (!buf_append(buf, ptr, n)) + if (!buf_append(buf, (char *)ptr, n)) return 0; } @@ -264,9 +278,9 @@ static int _validate_utf8(unsigned char **s, int l, struct template_buffer *buf) } /* sanitize given string and replace all invalid UTF-8 sequences with "?" */ -char * sanitize_utf8(const char *s, unsigned int l) +char * utf8(const char *s, unsigned int l) { - struct template_buffer *buf = buf_init(); + struct template_buffer *buf = buf_init(l); unsigned char *ptr = (unsigned char *)s; unsigned int v, o; @@ -278,7 +292,7 @@ char * sanitize_utf8(const char *s, unsigned int l) /* ascii char */ if ((*ptr >= 0x01) && (*ptr <= 0x7F)) { - if (!buf_putchar(buf, *ptr++)) + if (!buf_putchar(buf, (char)*ptr++)) break; } @@ -298,9 +312,9 @@ char * sanitize_utf8(const char *s, unsigned int l) /* Sanitize given string and strip all invalid XML bytes * Validate UTF-8 sequences * Escape XML control chars */ -char * sanitize_pcdata(const char *s, unsigned int l) +char * pcdata(const char *s, unsigned int l) { - struct template_buffer *buf = buf_init(); + struct template_buffer *buf = buf_init(l); unsigned char *ptr = (unsigned char *)s; unsigned int o, v; char esq[8]; @@ -329,7 +343,7 @@ char * sanitize_pcdata(const char *s, unsigned int l) { esl = snprintf(esq, sizeof(esq), "&#%i;", *ptr); - if (!buf_append(buf, (unsigned char *)esq, esl)) + if (!buf_append(buf, esq, esl)) break; ptr++; @@ -338,7 +352,7 @@ char * sanitize_pcdata(const char *s, unsigned int l) /* ascii char */ else if (*ptr <= 0x7F) { - buf_putchar(buf, *ptr++); + buf_putchar(buf, (char)*ptr++); } /* multi byte sequence */ @@ -353,3 +367,128 @@ char * sanitize_pcdata(const char *s, unsigned int l) return buf_destroy(buf); } + +char * striptags(const char *s, unsigned int l) +{ + struct template_buffer *buf = buf_init(l); + unsigned char *ptr = (unsigned char *)s; + unsigned char *end = ptr + l; + unsigned char *tag; + unsigned char prev; + char esq[8]; + int esl; + + for (prev = ' '; ptr < end; ptr++) + { + if ((*ptr == '<') && ((ptr + 2) < end) && + ((*(ptr + 1) == '/') || isalpha(*(ptr + 1)))) + { + for (tag = ptr; tag < end; tag++) + { + if (*tag == '>') + { + if (!isspace(prev)) + buf_putchar(buf, ' '); + + ptr = tag; + prev = ' '; + break; + } + } + } + else if (isspace(*ptr)) + { + if (!isspace(prev)) + buf_putchar(buf, *ptr); + + prev = *ptr; + } + else + { + switch(*ptr) + { + case '"': + case '\'': + case '<': + case '>': + case '&': + esl = snprintf(esq, sizeof(esq), "&#%i;", *ptr); + buf_append(buf, esq, esl); + break; + + default: + buf_putchar(buf, *ptr); + break; + } + + prev = *ptr; + } + } + + return buf_destroy(buf); +} + +void luastr_escape(struct template_buffer *out, const char *s, unsigned int l, + int escape_xml) +{ + int esl; + char esq[8]; + char *ptr; + + for (ptr = (char *)s; ptr < (s + l); ptr++) + { + switch (*ptr) + { + case '\\': + buf_append(out, "\\\\", 2); + break; + + case '"': + if (escape_xml) + buf_append(out, """, 5); + else + buf_append(out, "\\\"", 2); + break; + + case '\n': + buf_append(out, "\\n", 2); + break; + + case '\'': + case '&': + case '<': + case '>': + if (escape_xml) + { + esl = snprintf(esq, sizeof(esq), "&#%i;", *ptr); + buf_append(out, esq, esl); + break; + } + + default: + buf_putchar(out, *ptr); + } + } +} + +void luastr_translate(struct template_buffer *out, const char *s, unsigned int l, + int escape_xml) +{ + char *tr; + int trlen; + + switch (lmo_translate(s, l, &tr, &trlen)) + { + case 0: + luastr_escape(out, tr, trlen, escape_xml); + break; + + case -1: + luastr_escape(out, s, l, escape_xml); + break; + + default: + /* no catalog loaded */ + break; + } +} diff --git a/libs/web/src/template_utils.h b/libs/web/src/template_utils.h index 1f7d438c61..c54af757c5 100644 --- a/libs/web/src/template_utils.h +++ b/libs/web/src/template_utils.h @@ -1,7 +1,7 @@ /* * LuCI Template - Utility header * - * Copyright (C) 2010 Jo-Philipp Wich + * Copyright (C) 2010-2012 Jo-Philipp Wich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,13 +26,24 @@ /* buffer object */ struct template_buffer { - unsigned char *data; - unsigned char *dptr; + char *data; + char *dptr; unsigned int size; unsigned int fill; }; -char * sanitize_utf8(const char *s, unsigned int l); -char * sanitize_pcdata(const char *s, unsigned int l); +struct template_buffer * buf_init(int size); +int buf_grow(struct template_buffer *buf, int size); +int buf_putchar(struct template_buffer *buf, char c); +int buf_append(struct template_buffer *buf, const char *s, int len); +int buf_length(struct template_buffer *buf); +char * buf_destroy(struct template_buffer *buf); + +char * utf8(const char *s, unsigned int l); +char * pcdata(const char *s, unsigned int l); +char * striptags(const char *s, unsigned int l); + +void luastr_escape(struct template_buffer *out, const char *s, unsigned int l, int escape_xml); +void luastr_translate(struct template_buffer *out, const char *s, unsigned int l, int escape_xml); #endif diff --git a/libs/lmo/standalone.mk b/libs/web/standalone.mk similarity index 100% rename from libs/lmo/standalone.mk rename to libs/web/standalone.mk diff --git a/modules/admin-core/luasrc/controller/admin/servicectl.lua b/modules/admin-core/luasrc/controller/admin/servicectl.lua index 68a59364c2..753d2c77f1 100644 --- a/modules/admin-core/luasrc/controller/admin/servicectl.lua +++ b/modules/admin-core/luasrc/controller/admin/servicectl.lua @@ -30,15 +30,13 @@ function action_status() end end -function action_restart() +function action_restart(args) local uci = require "luci.model.uci".cursor() - local rqp = luci.dispatcher.context.requestpath - - if rqp[3] then + if args then local service local services = { } - for service in rqp[3]:gmatch("[%w_-]+") do + for service in args:gmatch("[%w_-]+") do services[#services+1] = service end diff --git a/modules/admin-core/luasrc/tools/status.lua b/modules/admin-core/luasrc/tools/status.lua index e5c517f238..3ececa8f13 100644 --- a/modules/admin-core/luasrc/tools/status.lua +++ b/modules/admin-core/luasrc/tools/status.lua @@ -153,35 +153,40 @@ function wifi_network(id) return { } end -function switch_status(dev) - local ports = { } - local swc = io.popen("swconfig dev %q show" % dev, "r") - if swc then - local l - repeat - l = swc:read("*l") - if l then - local port, up = l:match("port:(%d+) link:(%w+)") - if port then - local speed = l:match(" speed:(%d+)") - local duplex = l:match(" (%w+)-duplex") - local txflow = l:match(" (txflow)") - local rxflow = l:match(" (rxflow)") - local auto = l:match(" (auto)") - - ports[#ports+1] = { - port = tonumber(port) or 0, - speed = tonumber(speed) or 0, - link = (up == "up"), - duplex = (duplex == "full"), - rxflow = (not not rxflow), - txflow = (not not txflow), - auto = (not not auto) - } +function switch_status(devs) + local dev + local switches = { } + for dev in devs:gmatch("[^%s,]+") do + local ports = { } + local swc = io.popen("swconfig dev %q show" % dev, "r") + if swc then + local l + repeat + l = swc:read("*l") + if l then + local port, up = l:match("port:(%d+) link:(%w+)") + if port then + local speed = l:match(" speed:(%d+)") + local duplex = l:match(" (%w+)-duplex") + local txflow = l:match(" (txflow)") + local rxflow = l:match(" (rxflow)") + local auto = l:match(" (auto)") + + ports[#ports+1] = { + port = tonumber(port) or 0, + speed = tonumber(speed) or 0, + link = (up == "up"), + duplex = (duplex == "full"), + rxflow = (not not rxflow), + txflow = (not not txflow), + auto = (not not auto) + } + end end - end - until not l - swc:close() + until not l + swc:close() + end + switches[dev] = ports end - return ports + return switches end diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua index 85dc68fff0..f401ecd185 100644 --- a/modules/admin-full/luasrc/controller/admin/network.lua +++ b/modules/admin-full/luasrc/controller/admin/network.lua @@ -68,7 +68,7 @@ function index() page = entry({"admin", "network", "wireless_reconnect"}, call("wifi_reconnect"), nil) page.leaf = true - page = entry({"admin", "network", "wireless_shutdown"}, call("wifi_reconnect"), nil) + page = entry({"admin", "network", "wireless_shutdown"}, call("wifi_shutdown"), nil) page.leaf = true page = entry({"admin", "network", "wireless"}, arcombine(template("admin_network/wifi_overview"), cbi("admin_network/wifi")), _("Wifi"), 15) @@ -156,6 +156,12 @@ function index() page = entry({"admin", "network", "diag_traceroute"}, call("diag_traceroute"), nil) page.leaf = true + + page = entry({"admin", "network", "diag_ping6"}, call("diag_ping6"), nil) + page.leaf = true + + page = entry({"admin", "network", "diag_traceroute6"}, call("diag_traceroute6"), nil) + page.leaf = true -- end end @@ -235,13 +241,12 @@ function wifi_delete(network) luci.http.redirect(luci.dispatcher.build_url("admin/network/wireless")) end -function iface_status() - local path = luci.dispatcher.context.requestpath +function iface_status(ifaces) local netm = require "luci.model.network".init() local rv = { } local iface - for iface in path[#path]:gmatch("[%w%.%-_]+") do + for iface in ifaces:gmatch("[%w%.%-_]+") do local net = netm:get_network(iface) local device = net and net:get_interface() if device then @@ -318,11 +323,8 @@ function iface_status() luci.http.status(404, "No such device") end -function iface_reconnect() - local path = luci.dispatcher.context.requestpath - local iface = path[#path] +function iface_reconnect(iface) local netmd = require "luci.model.network".init() - local net = netmd:get_network(iface) if net then luci.sys.call("env -i /sbin/ifup %q >/dev/null 2>/dev/null" % iface) @@ -333,11 +335,8 @@ function iface_reconnect() luci.http.status(404, "No such interface") end -function iface_shutdown() - local path = luci.dispatcher.context.requestpath - local iface = path[#path] +function iface_shutdown(iface) local netmd = require "luci.model.network".init() - local net = netmd:get_network(iface) if net then luci.sys.call("env -i /sbin/ifdown %q >/dev/null 2>/dev/null" % iface) @@ -348,11 +347,8 @@ function iface_shutdown() luci.http.status(404, "No such interface") end -function iface_delete() - local path = luci.dispatcher.context.requestpath - local iface = path[#path] +function iface_delete(iface) local netmd = require "luci.model.network".init() - local net = netmd:del_network(iface) if net then luci.sys.call("env -i /sbin/ifdown %q >/dev/null 2>/dev/null" % iface) @@ -365,13 +361,12 @@ function iface_delete() luci.http.status(404, "No such interface") end -function wifi_status() - local path = luci.dispatcher.context.requestpath +function wifi_status(devs) local s = require "luci.tools.status" local rv = { } local dev - for dev in path[#path]:gmatch("[%w%.%-]+") do + for dev in devs:gmatch("[%w%.%-]+") do rv[#rv+1] = s.wifi_network(dev) end @@ -384,23 +379,19 @@ function wifi_status() luci.http.status(404, "No such device") end -function wifi_reconnect() - local path = luci.dispatcher.context.requestpath - local mode = path[#path-1] - local wnet = path[#path] +local function wifi_reconnect_shutdown(shutdown, wnet) local netmd = require "luci.model.network".init() - local net = netmd:get_wifinet(wnet) local dev = net:get_device() if dev and net then luci.sys.call("env -i /sbin/wifi down >/dev/null 2>/dev/null") dev:set("disabled", nil) - net:set("disabled", (mode == "wireless_shutdown") and 1 or nil) + net:set("disabled", shutdown and 1 or nil) netmd:commit("wireless") luci.sys.call("env -i /sbin/wifi up >/dev/null 2>/dev/null") - luci.http.status(200, (mode == "wireless_shutdown") and "Shutdown" or "Reconnected") + luci.http.status(200, shutdown and "Shutdown" or "Reconnected") return end @@ -408,6 +399,14 @@ function wifi_reconnect() luci.http.status(404, "No such radio") end +function wifi_reconnect(wnet) + wifi_reconnect_shutdown(false, wnet) +end + +function wifi_shutdown(wnet) + wifi_reconnect_shutdown(true, wnet) +end + function lease_status() local s = require "luci.tools.status" @@ -419,18 +418,14 @@ function lease_status() luci.http.write(']') end -function switch_status() - local path = luci.dispatcher.context.requestpath +function switch_status(switches) local s = require "luci.tools.status" luci.http.prepare_content("application/json") - luci.http.write_json(s.switch_status(path[#path])) + luci.http.write_json(s.switch_status(switches)) end -function diag_command(cmd) - local path = luci.dispatcher.context.requestpath - local addr = path[#path] - +function diag_command(cmd, addr) if addr and addr:match("^[a-zA-Z0-9%-%.:_]+$") then luci.http.prepare_content("text/plain") @@ -452,14 +447,22 @@ function diag_command(cmd) luci.http.status(500, "Bad address") end -function diag_ping() - diag_command("ping -c 5 -W 1 %q 2>&1") +function diag_ping(addr) + diag_command("ping -c 5 -W 1 %q 2>&1", addr) +end + +function diag_traceroute(addr) + diag_command("traceroute -q 1 -w 1 -n %q 2>&1", addr) +end + +function diag_nslookup(addr) + diag_command("nslookup %q 2>&1", addr) end -function diag_traceroute() - diag_command("traceroute -q 1 -w 1 -n %q 2>&1") +function diag_ping6(addr) + diag_command("ping6 -c 5 %q 2>&1", addr) end -function diag_nslookup() - diag_command("nslookup %q 2>&1") +function diag_traceroute6(addr) + diag_command("traceroute6 -q 1 -w 2 -n %q 2>&1", addr) end diff --git a/modules/admin-full/luasrc/controller/admin/status.lua b/modules/admin-full/luasrc/controller/admin/status.lua index d7d301c542..a9e37c7995 100644 --- a/modules/admin-full/luasrc/controller/admin/status.lua +++ b/modules/admin-full/luasrc/controller/admin/status.lua @@ -71,10 +71,7 @@ function action_iptables() end end -function action_bandwidth() - local path = luci.dispatcher.context.requestpath - local iface = path[#path] - +function action_bandwidth(iface) luci.http.prepare_content("application/json") local bwc = io.popen("luci-bwc -i %q 2>/dev/null" % iface) @@ -92,10 +89,7 @@ function action_bandwidth() end end -function action_wireless() - local path = luci.dispatcher.context.requestpath - local iface = path[#path] - +function action_wireless(iface) luci.http.prepare_content("application/json") local bwc = io.popen("luci-bwc -r %q 2>/dev/null" % iface) diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua b/modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua index c791a57d0f..b4fee8cf07 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/hosts.lua @@ -30,7 +30,8 @@ ip = s:option(Value, "ip", translate("IP address")) ip.datatype = "ipaddr" ip.rmempty = true -for i, dataset in ipairs(luci.sys.net.arptable()) do +local arptable = luci.sys.net.arptable() or {} +for i, dataset in ipairs(arptable) do ip:value( dataset["IP address"], "%s (%s)" %{ dataset["IP address"], dataset["HW address"] } diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua index 9dc3f2f636..0fa2696e8a 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua @@ -14,6 +14,8 @@ You may obtain a copy of the License at m = Map("network", translate("Switch"), translate("The network ports on this device can be combined to several VLANs in which computers can communicate directly with each other. VLANs 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.")) +local switches = { } + m.uci:foreach("network", "switch", function(x) local sid = x['.name'] @@ -199,11 +201,13 @@ m.uci:foreach("network", "switch", end - local vid = s:option(Value, has_vlan4k or "vlan", "VLAN ID") + local vid = s:option(Value, has_vlan4k or "vlan", "VLAN ID", "
" % switch_name) + local mx_vid = has_vlan4k and 4094 or (num_vlans - 1) vid.rmempty = false vid.forcewrite = true vid.vlan_used = { } + vid.datatype = "and(uinteger,range("..min_vid..","..mx_vid.."))" -- Validate user provided VLAN ID, make sure its within the bounds -- allowed by the switch. @@ -276,12 +280,13 @@ m.uci:foreach("network", "switch", port_opts[#port_opts+1] = po end - - -- Switch status template - s = m:section(SimpleSection) - s.template = "admin_network/switch_status" - s.switch = switch_name + switches[#switches+1] = switch_name end ) +-- Switch status template +s = m:section(SimpleSection) +s.template = "admin_network/switch_status" +s.switches = switches + return m diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua index f645493a61..6c06b21b4a 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua @@ -208,6 +208,12 @@ if hwtype == "mac80211" then htmode:value("HT40-", translate("40MHz 2nd channel below")) htmode:value("HT40+", translate("40MHz 2nd channel above")) + noscan = s:taboption("advanced", Flag, "noscan", translate("Force 40MHz mode"), + translate("Always use 40MHz channels even if the secondary channel overlaps. Using this option does not comply with IEEE 802.11n-2009!")) + noscan:depends("htmode", "HT40+") + noscan:depends("htmode", "HT40-") + noscan.default = noscan.disabled + --htcapab = s:taboption("advanced", DynamicList, "ht_capab", translate("HT capabilities")) --htcapab:depends("hwmode", "11na") --htcapab:depends("hwmode", "11ng") diff --git a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm index a991f9a48f..64666880da 100644 --- a/modules/admin-full/luasrc/view/admin_network/diagnostics.htm +++ b/modules/admin-full/luasrc/view/admin_network/diagnostics.htm @@ -14,18 +14,33 @@ $Id$ <%+header%> +<% +local fs = require "nixio.fs" +local has_ping6 = fs.access("/bin/ping6") or fs.access("/usr/bin/ping6") +local has_traceroute6 = fs.access("/usr/bin/traceroute6") +%> + diff --git a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm index 1f59a1830d..ab5d7a2134 100644 --- a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm @@ -9,8 +9,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <%- @@ -124,6 +122,10 @@ $Id$ var is_reconnecting = false; + function nowrap(s) { + return s.replace(/ /g, ' '); + } + function wifi_shutdown(id, toggle) { var reconnect = (toggle.getAttribute('active') == 'false'); @@ -300,24 +302,24 @@ $Id$ icon, assoclist[j].signal, assoclist[j].noise ); - tr.insertCell(-1).innerHTML = String.format('%h', iw.ssid ? iw.ssid : '?'); + tr.insertCell(-1).innerHTML = nowrap(String.format('%h', iw.ssid ? iw.ssid : '?')); tr.insertCell(-1).innerHTML = assoclist[j].bssid; tr.insertCell(-1).innerHTML = arptable[assoclist[j].bssid] ? arptable[assoclist[j].bssid] : '?'; - tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[j].signal); - tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[j].noise); + tr.insertCell(-1).innerHTML = nowrap(String.format('%d <%:dBm%>', assoclist[j].signal)); + tr.insertCell(-1).innerHTML = nowrap(String.format('%d <%:dBm%>', assoclist[j].noise)); - tr.insertCell(-1).innerHTML = (assoclist[j].rx_mcs > -1) + tr.insertCell(-1).innerHTML = nowrap((assoclist[j].rx_mcs > -1) ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[j].rx_rate / 1000, assoclist[j].rx_mcs, assoclist[j].rx_40mhz ? 40 : 20) : String.format('%.1f <%:Mbit/s%>', assoclist[j].rx_rate / 1000) - ; + ); - tr.insertCell(-1).innerHTML = (assoclist[j].tx_mcs > -1) + tr.insertCell(-1).innerHTML = nowrap((assoclist[j].tx_mcs > -1) ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[j].tx_rate / 1000, assoclist[j].tx_mcs, assoclist[j].tx_40mhz ? 40 : 20) : String.format('%.1f <%:Mbit/s%>', assoclist[j].tx_rate / 1000) - ; + ); rowstyle = (rowstyle == 1) ? 2 : 1; } diff --git a/modules/admin-full/luasrc/view/admin_status/connections.htm b/modules/admin-full/luasrc/view/admin_status/connections.htm index 9c9eb01c96..6525391aad 100644 --- a/modules/admin-full/luasrc/view/admin_status/connections.htm +++ b/modules/admin-full/luasrc/view/admin_status/connections.htm @@ -8,8 +8,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <%+header%> @@ -161,6 +159,10 @@ $Id$ for (var i = 0; i < conn.length; i++) { var c = conn[i]; + + if (c.src == '127.0.0.1' && c.dst == '127.0.0.1') + continue; + var tr = conn_table.rows[0].parentNode.insertRow(-1); tr.className = 'cbi-section-table-row cbi-rowstyle-' + (1 + (i % 2)); diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index 003ec31031..f8707c05dd 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -9,8 +9,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <% @@ -432,22 +430,22 @@ $Id$ tr.insertCell(-1).innerHTML = assoclist[i].bssid; tr.insertCell(-1).innerHTML = String.format( - '%h', + '%s', assoclist[i].link, - assoclist[i].name + '%h'.format(assoclist[i].name).nobr() ); - tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[i].signal); - tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[i].noise); + tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[i].signal).nobr(); + tr.insertCell(-1).innerHTML = String.format('%d <%:dBm%>', assoclist[i].noise).nobr(); tr.insertCell(-1).innerHTML = (assoclist[i].rx_mcs > -1) - ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[i].rx_rate / 1000, assoclist[i].rx_mcs, assoclist[i].rx_40mhz ? 40 : 20) - : String.format('%.1f <%:Mbit/s%>', assoclist[i].rx_rate / 1000) + ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[i].rx_rate / 1000, assoclist[i].rx_mcs, assoclist[i].rx_40mhz ? 40 : 20).nobr() + : String.format('%.1f <%:Mbit/s%>', assoclist[i].rx_rate / 1000).nobr() ; tr.insertCell(-1).innerHTML = (assoclist[i].tx_mcs > -1) - ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[i].tx_rate / 1000, assoclist[i].tx_mcs, assoclist[i].tx_40mhz ? 40 : 20) - : String.format('%.1f <%:Mbit/s%>', assoclist[i].tx_rate / 1000) + ? String.format('%.1f <%:Mbit/s%>, MCS %d, %d<%:MHz%>', assoclist[i].tx_rate / 1000, assoclist[i].tx_mcs, assoclist[i].tx_40mhz ? 40 : 20).nobr() + : String.format('%.1f <%:Mbit/s%>', assoclist[i].tx_rate / 1000).nobr() ; } diff --git a/modules/admin-full/luasrc/view/admin_status/load.htm b/modules/admin-full/luasrc/view/admin_status/load.htm index 64d2f3fb68..a002715ec8 100644 --- a/modules/admin-full/luasrc/view/admin_status/load.htm +++ b/modules/admin-full/luasrc/view/admin_status/load.htm @@ -8,8 +8,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <%+header%> @@ -235,7 +233,7 @@ $Id$ label_01_cur.innerHTML = (data_01[data_01.length-1] / 100).toFixed(2); label_05_cur.innerHTML = (data_05[data_05.length-1] / 100).toFixed(2); - label_15_cur.innerHTML = (data_01[data_15.length-1] / 100).toFixed(2); + label_15_cur.innerHTML = (data_15[data_15.length-1] / 100).toFixed(2); label_01_avg.innerHTML = (data_01_avg / 100).toFixed(2); label_05_avg.innerHTML = (data_05_avg / 100).toFixed(2); @@ -244,9 +242,6 @@ $Id$ label_01_peak.innerHTML = (data_01_peak / 100).toFixed(2); label_05_peak.innerHTML = (data_05_peak / 100).toFixed(2); label_15_peak.innerHTML = (data_15_peak / 100).toFixed(2); - - /* reset timer */ - window.setTimeout(update_graph, 1000); } ); } @@ -262,7 +257,7 @@ $Id$ - + @@ -272,7 +267,7 @@ $Id$ - + @@ -282,7 +277,7 @@ $Id$ - + diff --git a/modules/admin-full/luasrc/view/admin_status/wireless.htm b/modules/admin-full/luasrc/view/admin_status/wireless.htm index ff8382bf0b..465143ebce 100644 --- a/modules/admin-full/luasrc/view/admin_status/wireless.htm +++ b/modules/admin-full/luasrc/view/admin_status/wireless.htm @@ -8,8 +8,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <%- @@ -304,14 +302,14 @@ $Id$ label_50_2.firstChild.data = rate_label(1.1 * 0.50 * data_max_2); label_75_2.firstChild.data = rate_label(1.1 * 0.75 * data_max_2); - label_rssi_cur.innerHTML = wireless_label(data_rssi[data_rssi.length-1], data_noise[data_noise.length-1]); - label_noise_cur.innerHTML = wireless_label(data_noise[data_noise.length-1]); + label_rssi_cur.innerHTML = wireless_label(data_rssi[data_rssi.length-1], data_noise[data_noise.length-1]).nobr(); + label_noise_cur.innerHTML = wireless_label(data_noise[data_noise.length-1]).nobr(); - label_rssi_avg.innerHTML = wireless_label(data_rssi_avg, data_noise_avg); - label_noise_avg.innerHTML = wireless_label(data_noise_avg); + label_rssi_avg.innerHTML = wireless_label(data_rssi_avg, data_noise_avg).nobr(); + label_noise_avg.innerHTML = wireless_label(data_noise_avg).nobr(); - label_rssi_peak.innerHTML = wireless_label(data_rssi_peak, data_noise_peak); - label_noise_peak.innerHTML = wireless_label(data_noise_peak); + label_rssi_peak.innerHTML = wireless_label(data_rssi_peak, data_noise_peak).nobr(); + label_noise_peak.innerHTML = wireless_label(data_noise_peak).nobr(); label_rate_cur.innerHTML = rate_label(data_rate[data_rate.length-1]); label_rate_avg.innerHTML = rate_label(data_rate_avg); diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm index 73a35bec98..00b4be4868 100644 --- a/modules/admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/admin-full/luasrc/view/admin_system/packages.htm @@ -9,8 +9,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -$Id$ - -%> <%- local bit = require "bit" @@ -35,16 +33,18 @@ local free_byte = space_free * fstat.frsize local filter = { } +local opkg_list = luci.model.ipkg.list_all local querypat if query and #query > 0 then - querypat = "*%s*" % query + querypat = '*%s*' % query + opkg_list = luci.model.ipkg.find end local letterpat if letter == 35 then - letterpat = "[^a-zA-Z]*" + letterpat = "[^a-z]*" else - letterpat = string.char(91, letter, letter + 32, 93, 42) -- '[' 'A' 'a' ']' '*' + letterpat = string.char(letter, 42) -- 'A' '*' end -%> @@ -173,7 +173,7 @@ end - <% local empty = true; luci.model.ipkg.list_all(querypat or letterpat, function(n, v, d) if filter[n] then return end; empty = false %> + <% local empty = true; opkg_list(querypat or letterpat, function(n, v, d) if filter[n] then return end; empty = false %> diff --git a/modules/admin-full/src/luci-bwc.c b/modules/admin-full/src/luci-bwc.c index 52e25e6f78..1a4f510d78 100644 --- a/modules/admin-full/src/luci-bwc.c +++ b/modules/admin-full/src/luci-bwc.c @@ -536,6 +536,10 @@ static int run_daemon(void) if (strstr(line, "TIME_WAIT")) continue; + if (strstr(line, "src=127.0.0.1 ") && + strstr(line, "dst=127.0.0.1 ")) + continue; + if (sscanf(line, "%*s %*d %s", ifname) || sscanf(line, "%s %*d", ifname)) { if (!strcmp(ifname, "tcp")) diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua index 666f0864b3..e81e07c94e 100644 --- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua +++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua @@ -251,15 +251,14 @@ function jsonstatus() ltn12.pump.all(json.Encoder(root):source(), http.write) end -function public_status_json() +function public_status_json(devs) local twa = require "luci.tools.webadmin" local sys = require "luci.sys" local i18n = require "luci.i18n" - local path = luci.dispatcher.context.requestpath local rv = { } local dev - for dev in path[#path]:gmatch("[%w%.%-]+") do + for dev in devs:gmatch("[%w%.%-]+") do local j = { id = dev } local iw = luci.sys.wifi.getiwinfo(dev) if iw then diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua b/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua index bbf7c56ce0..8987b1cb46 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/basics.lua @@ -15,7 +15,6 @@ local fs = require "luci.fs" local util = require "luci.util" local uci = require "luci.model.uci".cursor() local profiles = "/etc/config/profile_" -luci.i18n.loadc("freifunk") m = Map("freifunk", translate ("Community")) c = m:section(NamedSection, "community", "public", nil, translate("These are the basic settings for your local wireless community. These settings define the default values for the wizard and DO NOT affect the actual configuration of the router.")) diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua b/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua index 6f998819a3..f6cdec7fe1 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua @@ -11,8 +11,6 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ]]-- -luci.i18n.loadc("freifunk") - m = Map("freifunk", translate("Contact"), translate("Please fill in your contact details below.")) c = m:section(NamedSection, "contact", "public", "") diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/profile.lua b/modules/freifunk/luasrc/model/cbi/freifunk/profile.lua index 933efb45f4..a8beef8468 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/profile.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/profile.lua @@ -13,7 +13,6 @@ You may obtain a copy of the License at local uci = require "luci.model.uci".cursor() local ipkg = require "luci.model.ipkg" local community = uci:get("freifunk", "community", "name") -luci.i18n.loadc("freifunk") if community == nil then luci.http.redirect(luci.dispatcher.build_url("admin", "freifunk", "profile_error")) diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua b/modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua index b08c0f0249..a0b8f34bc9 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/profile_expert.lua @@ -13,7 +13,6 @@ You may obtain a copy of the License at local fs = require "nixio.fs" local uci = require "luci.model.uci".cursor() local community = uci:get("freifunk", "community", "name") -luci.i18n.loadc("freifunk") if community == nil then luci.http.redirect(luci.dispatcher.build_url("admin", "freifunk", "profile_error")) diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua b/modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua index e23ea901ab..fe1d8fe7ed 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/user_index.lua @@ -1,6 +1,5 @@ local fs = require "nixio.fs" local file = "/www/luci-static/index_user.html" -luci.i18n.loadc("freifunk") m = Map("freifunk", translate("Edit index page"), translate("You can display additional content on the public index page by inserting valid XHTML in the form below.
Headlines should be enclosed between <h2> and </h2>.")) diff --git a/modules/freifunk/luasrc/view/freifunk-map/frame.htm b/modules/freifunk/luasrc/view/freifunk-map/frame.htm index 909b27065b..b2e168363f 100644 --- a/modules/freifunk/luasrc/view/freifunk-map/frame.htm +++ b/modules/freifunk/luasrc/view/freifunk-map/frame.htm @@ -12,10 +12,18 @@ <% if has_latlon then %> +

<%:Legend%>:

+
    +
  • <%:Green%>:<%:Very good (ETX < 2)%>
  • +
  • <%:Yellow%>:<%:Good (2 < ETX < 4)%>
  • +
  • <%:Orange%>:<%:Still usable (4 < ETX < 10)%>
  • +
  • <%:Red%>:<%:Bad (ETX > 10)%>
  • +
+ <% else %>

<%:Map Error%>

<%_The OLSRd service is not configured to capture position data from the network.
Please make sure that the nameservice plugin is properly configured and that the latlon_file option is enabled.%>

<% end %> - <%+footer%> + diff --git a/modules/freifunk/luasrc/view/freifunk-map/map.htm b/modules/freifunk/luasrc/view/freifunk-map/map.htm index f373a7a6b7..02b1afdab0 100644 --- a/modules/freifunk/luasrc/view/freifunk-map/map.htm +++ b/modules/freifunk/luasrc/view/freifunk-map/map.htm @@ -43,11 +43,22 @@ if (null != alias[fromip]) fromip = alias[fromip]; if (null != points[fromip] && null != points[toip]) { - var w = 1; - if (etx < 4) w++; - if (etx < 2) w++; + var color; + var red = 240; + var green = 0; + var blue = 0; + var w = 1 + + if (etx < 100) {red=252;green=102;blue=0;w=2}; + if (etx < 10) {red=255;green=203;blue=5;w=3}; + if (etx < 4) {red=240;green=255;blue=0;w=4}; + if (etx < 2) {red=0;green=204;blue=0;w=5}; + if (etx < 1) {red=80;green=0;blue=0;w=1}; + map.AddPolyline(new VEPolyline('id'+lineid, [points[fromip], points[toip]], - new VEColor(102,Math.floor(lq*255.0),Math.floor(nlq*255.0),1.0), w)); + new VEColor(red, green, blue, 0.5), w)); + + } else { diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 92169a80da..e0252ba891 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -17,7 +17,6 @@ else mail = contact.mail end -luci.i18n.loadc("freifunk") %>

<%:Freifunk Overview%>

diff --git a/po/ca/base.po b/po/ca/base.po index 74c52effbe..16d494d0b9 100644 --- a/po/ca/base.po +++ b/po/ca/base.po @@ -245,6 +245,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "El rang permès és entre 1 i 65535" +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 "Es crearà una xarxa addicional si deixes això sense marcar." @@ -841,6 +846,9 @@ msgstr "" msgid "Force" msgstr "Força" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2631,9 +2639,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Esperant un encaminador..." - msgid "Warning" msgstr "Alerta" @@ -2815,6 +2820,9 @@ msgstr "Sí" msgid "« Back" msgstr "« Endarrere" +#~ msgid "Waiting for router..." +#~ msgstr "Esperant un encaminador..." + #~ msgid "Active Leases" #~ msgstr "Leases Actius" diff --git a/po/ca/commands.po b/po/ca/commands.po new file mode 100644 index 0000000000..6fbb9834e9 --- /dev/null +++ b/po/ca/commands.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/ca/ddns.po b/po/ca/ddns.po index 4bc17886cb..72c0263182 100644 --- a/po/ca/ddns.po +++ b/po/ca/ddns.po @@ -39,6 +39,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Força actualització cada" @@ -55,6 +58,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -87,9 +93,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/ca/diag_devinfo.po b/po/ca/diag_devinfo.po index fb3216df5d..27d2b46170 100644 --- a/po/ca/diag_devinfo.po +++ b/po/ca/diag_devinfo.po @@ -177,6 +177,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -200,6 +203,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/ca/freifunk.po b/po/ca/freifunk.po index de8657c489..261c08abf9 100644 --- a/po/ca/freifunk.po +++ b/po/ca/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Hola i benvingut a la xarxa de" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "Nom de màquina" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -144,6 +165,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -195,6 +219,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -225,6 +252,9 @@ msgstr "" msgid "Realname" msgstr "Nom real" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -254,6 +284,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -303,6 +336,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -312,6 +348,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/ca/meshwizard.po b/po/ca/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/ca/meshwizard.po +++ b/po/ca/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/ca/statistics.po b/po/ca/statistics.po index a63deabbfc..11cac08cbb 100644 --- a/po/ca/statistics.po +++ b/po/ca/statistics.po @@ -8,6 +8,7 @@ msgstr "" "PO-Revision-Date: 2009-05-27 11:15+0200\n" "Last-Translator: Eduard Duran \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -68,7 +69,7 @@ msgid "Collectd Settings" msgstr "Configuració Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +116,9 @@ msgstr "Ús d'espai en disc" msgid "Disk Usage" msgstr "Ús de disc" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Mostra l'hora" @@ -192,12 +196,6 @@ msgstr "Ignora adreces origen" msgid "Incoming interface" msgstr "Interfície entrant" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "Configuració de connector d'interfície" @@ -291,11 +289,6 @@ msgstr "Configuració del connector de xarxa" msgid "Network plugins" msgstr "Connectors de xarxa" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "Protocol de xarxa" @@ -320,13 +313,6 @@ msgstr "Interfície sortint" msgid "Output plugins" msgstr "Connectors de sortida" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -428,11 +414,6 @@ msgstr "Càrrega de sistema" msgid "System plugins" msgstr "Connectors de sistema" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Connexions TCP" @@ -448,6 +429,9 @@ msgstr "TTL per paquets ping" msgid "Table" msgstr "Taula" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -610,13 +594,6 @@ msgstr "" "El connector unixsock crea un socket Unix que es pot fer servir per llegir " "dades recollides d'una instància collectd." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"El connector Wireless recull estadístiques sobre la potència del senyal " -"sense fils, el soroll i la qualitat." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -633,6 +610,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Intenta resoldre el nom de màquina (fqdn)" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "Sock Unix" @@ -651,9 +637,6 @@ msgstr "Monitoreig detallat" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "Configuració del connector Wireless" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -677,3 +660,13 @@ msgstr "segons; múltiples separats per espais" msgid "server interfaces" msgstr "interfícies de servidor" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "El connector Wireless recull estadístiques sobre la potència del senyal " +#~ "sense fils, el soroll i la qualitat." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuració del connector Wireless" diff --git a/po/cs/base.po b/po/cs/base.po index 0743ad9267..7544c90d5b 100644 --- a/po/cs/base.po +++ b/po/cs/base.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-08-26 23:10+0200\n" -"Last-Translator: jhenner \n" +"PO-Revision-Date: 2012-11-04 22:51+0200\n" +"Last-Translator: luki555 \n" "Language-Team: none\n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -243,6 +243,11 @@ msgstr "Povolit upstream odpovědi na 127.0.0.0/8 rozsah, např. pro RBL služby msgid "Allowed range is 1 to 65535" msgstr "Hodnota musí ležet v intervalu 1 až 65535" +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 "Pokud není zaškrtnuto, bude vytvořena dodatečná síť" @@ -855,6 +860,9 @@ msgstr "Nahrávám..." msgid "Force" msgstr "Vynutit" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Vynutit CCMP (AES)" @@ -2290,8 +2298,8 @@ msgid "" "samp>)" msgstr "" "Souborový systém, který byl použit pro formátování paměti (napři. ext3)" +"\"například\">napři. ext3)" msgid "" "The flash image was uploaded. Below is the checksum and file size listed, " @@ -2674,9 +2682,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Čekám na router.." - msgid "Warning" msgstr "Varování" @@ -2854,6 +2859,9 @@ msgstr "ano" msgid "« Back" msgstr "« Zpět" +#~ msgid "Waiting for router..." +#~ msgstr "Čekám na router.." + #~ msgid "Enable builtin NTP server" #~ msgstr "Povolit zabudovaný NTP server" diff --git a/po/cs/commands.po b/po/cs/commands.po new file mode 100644 index 0000000000..e40381b303 --- /dev/null +++ b/po/cs/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/cs/ddns.po b/po/cs/ddns.po index bc524eab7a..ba1c9ec8b2 100644 --- a/po/cs/ddns.po +++ b/po/cs/ddns.po @@ -33,6 +33,9 @@ msgstr "" msgid "Enable" msgstr "Povolit" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Vynutit aktualizaci každých" @@ -48,6 +51,9 @@ msgstr "Rozhraní" msgid "Network" msgstr "Síť" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Heslo" @@ -81,9 +87,3 @@ msgstr "min" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/cs/diag_devinfo.po b/po/cs/diag_devinfo.po index 15f9a85e41..88460613a4 100644 --- a/po/cs/diag_devinfo.po +++ b/po/cs/diag_devinfo.po @@ -177,6 +177,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "Uspat mezi jednotlivými požadavky" @@ -200,6 +203,3 @@ msgstr "" msgid "check other networks" msgstr "zkontrolovat ostatní sítě" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/cs/freifunk.po b/po/cs/freifunk.po index ad1f362e3c..867d501e8d 100644 --- a/po/cs/freifunk.po +++ b/po/cs/freifunk.po @@ -14,6 +14,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Základní nastavení" @@ -85,6 +88,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Chyba" @@ -106,6 +112,12 @@ msgstr "Brána" msgid "Go to" msgstr "Jít na" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Dobrý den, vítejte v síti" @@ -118,6 +130,15 @@ msgstr "Domovská stránka" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -146,6 +167,9 @@ msgstr "Uchovat nastavení" msgid "Latitude" msgstr "Zeměpisná šířka" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -197,6 +221,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Operátor" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Přehled" @@ -227,6 +254,9 @@ msgstr "Profil (Expert)" msgid "Realname" msgstr "Skutečné jméno" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -258,6 +288,9 @@ msgstr "Statistiky" msgid "Status" msgstr "Stav" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "Systém" @@ -307,6 +340,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -315,6 +351,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/cs/meshwizard.po b/po/cs/meshwizard.po index 16ed005639..2c84cb44df 100644 --- a/po/cs/meshwizard.po +++ b/po/cs/meshwizard.po @@ -7,6 +7,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -28,9 +31,18 @@ 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 "" @@ -41,9 +53,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -51,6 +71,9 @@ 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 "" @@ -64,6 +87,11 @@ 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." diff --git a/po/cs/statistics.po b/po/cs/statistics.po index f5a8b3dfdc..cb6087939c 100644 --- a/po/cs/statistics.po +++ b/po/cs/statistics.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -62,7 +63,7 @@ msgid "Collectd Settings" msgstr "Nastavení Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -109,6 +110,9 @@ msgstr "Využití místa na disku" msgid "Disk Usage" msgstr "Využití disku" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -184,12 +188,6 @@ msgstr "Ignorovat zdrojové adresy" msgid "Incoming interface" msgstr "Příchozí rozhraní" -msgid "Installed network plugins:" -msgstr "Instalované síťové pluginy:" - -msgid "Installed output plugins:" -msgstr "Instalované výstupní pluginy:" - msgid "Interface Plugin Configuration" msgstr "Nastavení Interface pluginu" @@ -284,13 +282,6 @@ msgstr "Nastavení pluginu Síť" msgid "Network plugins" msgstr "Síťové pluginy" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Síťové pluginy jsou používány pro shromažďování informací o otevřených tcp " -"spojeních, provozu na rozhraní, pravidel iptables atd." - msgid "Network protocol" msgstr "Síťový protokol" @@ -315,16 +306,6 @@ msgstr "Odchozí rozhraní" msgid "Output plugins" msgstr "Výstupní pluginy" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Výstupní pluginy poskytují různé možnosti ukládání sesbíraných dat. Plugin " -"je možné v jeden okamžik povolit vícekrát , například pro ukládání dat do " -"rrd databází a předávání dat po síti jiným instancím daemonu collectd." - msgid "Ping" msgstr "Ping" @@ -424,13 +405,6 @@ msgstr "Zatížení systému" msgid "System plugins" msgstr "Systémové pluginy" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Systémové pluginy, shromažďující hodnoty o systémovém stavu a zdrojích, " -"používaných zařízením:" - msgid "TCP Connections" msgstr "TCP spojení" @@ -446,6 +420,9 @@ msgstr "TTL pro pakety pingu" msgid "Table" msgstr "" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -601,13 +578,6 @@ msgstr "" "Plugin Unixsock vytváří unixový socket, které může být využit pro čtení dat " "z běžící instance collectd." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Plugin Wireless shromažďuje statistiky o síle, šumu a kvalitě bezdrátového " -"signálu." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -622,6 +592,15 @@ msgstr "Tato sekce určuje, na které servery budou odeslána shromážděná da msgid "Try to lookup fully qualified hostname" msgstr "" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -640,9 +619,6 @@ msgstr "Podrobný monitoring" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "Nastavení pluginu Wireless" - msgid "Wireless iwinfo Plugin Configuration" msgstr "Nastavení pluginu Wireless Iwinfo" @@ -666,3 +642,43 @@ msgstr "sekundy, více hodnot oddělených mezerou" msgid "server interfaces" msgstr "rozhraní serveru" + +#~ msgid "Installed network plugins:" +#~ msgstr "Instalované síťové pluginy:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Instalované výstupní pluginy:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Síťové pluginy jsou používány pro shromažďování informací o otevřených tcp " +#~ "spojeních, provozu na rozhraní, pravidel iptables atd." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Výstupní pluginy poskytují různé možnosti ukládání sesbíraných dat. Plugin " +#~ "je možné v jeden okamžik povolit vícekrát , například pro ukládání dat do " +#~ "rrd databází a předávání dat po síti jiným instancím daemonu collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Systémové pluginy, shromažďující hodnoty o systémovém stavu a zdrojích, " +#~ "používaných zařízením:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Plugin Wireless shromažďuje statistiky o síle, šumu a kvalitě bezdrátového " +#~ "signálu." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Nastavení pluginu Wireless" diff --git a/po/de/base.po b/po/de/base.po index f7350cbdfc..ad4590c627 100644 --- a/po/de/base.po +++ b/po/de/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2012-09-29 11:11+0200\n" +"PO-Revision-Date: 2012-11-21 20:47+0200\n" "Last-Translator: Jo-Philipp \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -245,6 +245,14 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Erlaubter Bereich 1 bis 65535" +msgid "" +"Always use 40MHz channels even if the secondary channel overlaps. Using this " +"option does not comply with IEEE 802.11n-2009!" +msgstr "" +"Immer 40MHz Kanalbreite nutzen, auch wenn der sekundäre Kanal andere " +"Netzwerke überschneidet. Die Benutzung dieser Option verletzt den IEEE " +"802.11n-2009 Standard!" + msgid "An additional network will be created if you leave this unchecked." msgstr "" "Erzeugt ein zusätzliches Netzwerk wenn diese Option nicht ausgewählt ist" @@ -863,6 +871,9 @@ msgstr "Firmware wird installiert..." msgid "Force" msgstr "Start erzwingen" +msgid "Force 40MHz mode" +msgstr "40MHz-Modus erzwingen" + msgid "Force CCMP (AES)" msgstr "CCMP (AES) erzwingen" @@ -2746,9 +2757,6 @@ msgstr "Änderungen werden angewandt..." msgid "Waiting for command to complete..." msgstr "Der Befehl wird ausgeführt..." -msgid "Waiting for router..." -msgstr "Warte auf den Router..." - msgid "Warning" msgstr "Warnung" @@ -2928,6 +2936,9 @@ msgstr "ja" msgid "« Back" msgstr "« Zurück" +#~ msgid "Waiting for router..." +#~ msgstr "Warte auf den Router..." + #~ msgid "Enable builtin NTP server" #~ msgstr "NTP Server aktivieren" diff --git a/po/de/commands.po b/po/de/commands.po new file mode 100644 index 0000000000..09c56b3990 --- /dev/null +++ b/po/de/commands.po @@ -0,0 +1,98 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-21 18:45+0200\n" +"Last-Translator: Jo-Philipp \n" +"Language-Team: none\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Kurze Beschreibung des abgespeicherten Kommandos" + +msgid "Access command with" +msgstr "Kommando aufrufen mit" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Ausführen des Kommandos und Herunterladen der Ausgabe ohne vorherige " +"Authentifizierung ermöglichen" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Erlaube dem Nutzer zusätzliche Kommandozeilenargumente zu übergeben" + +msgid "Arguments:" +msgstr "Argumente:" + +msgid "Binary data not displayed, download instead." +msgstr "Binärdaten ausgeblendet, laden Sie die Ausgaben stattdessen herunter" + +msgid "Code:" +msgstr "Rückgabewert:" + +msgid "Collecting data..." +msgstr "Sammle Daten..." + +msgid "Command" +msgstr "Kommando" + +msgid "Command failed" +msgstr "Kommando fehlgeschlagen" + +msgid "Command line to execute" +msgstr "Auszuführende Kommandozeile" + +msgid "Command successful" +msgstr "Kommando erfolgreich" + +msgid "Command:" +msgstr "Kommando:" + +msgid "Configure" +msgstr "Konfigurieren" + +msgid "Custom Commands" +msgstr "Benutzerdefinierte Kommandos" + +msgid "Custom arguments" +msgstr "Benutzerdefinierte Argumente" + +msgid "Dashboard" +msgstr "Übersicht" + +msgid "Description" +msgstr "Beschreibung" + +msgid "Download" +msgstr "Herunterladen" + +msgid "Failed to execute command!" +msgstr "Kommando konnte nicht ausgeführt werden!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Lade" + +msgid "Public access" +msgstr "Öffentlicher Zugriff" + +msgid "Run" +msgstr "Ausführen" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Diese Seite ermöglicht die Konfiguration eigener Shell-Kommandos um diese " +"einfach über das Webinterface ausführen zu können." + +msgid "Waiting for command to complete..." +msgstr "Warte auf die Ausführung des Kommandos..." diff --git a/po/de/ddns.po b/po/de/ddns.po index 3791e47c2d..4fc45306e5 100644 --- a/po/de/ddns.po +++ b/po/de/ddns.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2011-05-13 09:09+0200\n" +"PO-Revision-Date: 2012-11-21 20:48+0200\n" "Last-Translator: Jo-Philipp \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: 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-Generator: Pootle 2.0.6\n" msgid "Check for changed IP every" msgstr "Teste auf neue IP alle" @@ -35,6 +35,9 @@ msgstr "" msgid "Enable" msgstr "Aktivieren" +msgid "Event interface" +msgstr "Ereignis-Schnittstelle" + msgid "Force update every" msgstr "Erzwinge Aktualisierung alle" @@ -50,6 +53,10 @@ msgstr "Schnittstelle" msgid "Network" msgstr "Netzwerk" +msgid "On which interface up should start the ddns script process." +msgstr "" +"Spezifiziert die durch den DDNS-Prozess überwachte Netzwerkschnittstelle" + msgid "Password" msgstr "Passwort" @@ -81,9 +88,3 @@ msgstr "Minuten" msgid "network" msgstr "Netzwerk" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/de/diag_devinfo.po b/po/de/diag_devinfo.po index 4f8e965719..606358aa00 100644 --- a/po/de/diag_devinfo.po +++ b/po/de/diag_devinfo.po @@ -139,8 +139,8 @@ msgid "" "Override the information returned by the MAC to Device Info Script (mac-to-" "devinfo) for a specified range of MAC Addresses" msgstr "" -"Überschreibt die Informationen die durch das MAC-zu-Gerätename-Programm " -"(mac-to-devinfo) für einen bestimmten MAC-Adressbereich zurückgegeben werden" +"Überschreibt die Informationen die durch das MAC-zu-Gerätename-Programm (mac-" +"to-devinfo) für einen bestimmten MAC-Adressbereich zurückgegeben werden" msgid "Perform Scans (this can take a few minutes)" msgstr "Führe Suche aus (Dies kann einige Minuten dauern)" @@ -193,6 +193,9 @@ msgstr "Suche nach SIP-unterstützenden Geräten im spezifizierten Netzwerk" msgid "Scanning Configuration" msgstr "Such-Konfiguration" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "Wartezeit zwischen den Versuchen" @@ -216,6 +219,3 @@ msgstr "Hersteller" msgid "check other networks" msgstr "Prüfe andere Netzwerke" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/de/freifunk-policyrouting.po b/po/de/freifunk-policyrouting.po index f62cb82a72..79c22953b7 100644 --- a/po/de/freifunk-policyrouting.po +++ b/po/de/freifunk-policyrouting.po @@ -2,13 +2,15 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: Manuel Munz \n" +"PO-Revision-Date: 2012-11-21 20:53+0200\n" +"Last-Translator: Jo-Philipp \n" "Language-Team: \n" -"Language: \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "All traffic from interfaces belonging to these zones will be sent via a " @@ -21,7 +23,7 @@ msgid "Enable Policy Routing" msgstr "Policy Routing aktivieren" msgid "Fallback to mesh" -msgstr "" +msgstr "Auf Mesh zurückfallen" msgid "Firewall zones" msgstr "Firewallzonen" @@ -41,6 +43,8 @@ msgid "" "If your own gateway is not available then fallback to the mesh default " "gateway." msgstr "" +"Wenn das eigene lokale Gateway nicht verfügbar ist, dann nutze das aktuelle " +"Mesh-Default-Gateway." msgid "Policy Routing" msgstr "Policy Routing" diff --git a/po/de/freifunk.po b/po/de/freifunk.po index 0fc5989922..3c4dd158dd 100644 --- a/po/de/freifunk.po +++ b/po/de/freifunk.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-05-12 17:58+0200\n" -"PO-Revision-Date: 2012-08-10 01:55+0200\n" +"PO-Revision-Date: 2012-11-21 20:52+0200\n" "Last-Translator: Jo-Philipp \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -16,6 +16,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Grundeinstellungen" @@ -84,6 +87,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "Indexseite bearbeiten" +msgid "Enable IPv6" +msgstr "IPv6 aktivieren" + msgid "Error" msgstr "Fehler" @@ -105,6 +111,12 @@ msgstr "Gateway" msgid "Go to" msgstr "Gehe zu" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Hallo und willkommen im Netz von" @@ -117,6 +129,15 @@ msgstr "Homepage" msgid "Hostname" msgstr "Hostname" +msgid "IPv6 Config" +msgstr "IPv6 Konfiguration" + +msgid "IPv6 Prefix" +msgstr "IPv6 Prefix" + +msgid "IPv6 network in CIDR notation." +msgstr "IPv6 Subnetz in CIDR-Notation" + msgid "If selected then the default content element is not shown." msgstr "" "Wird diese Option gewählt dann wird das standardmässige Inhaltselement nicht " @@ -150,6 +171,9 @@ msgstr "Konfigurationsdateien wiederherstellen" msgid "Latitude" msgstr "Breite" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "Load" @@ -201,6 +225,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Betreiber" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Übersicht" @@ -231,6 +258,9 @@ msgstr "Profil (Expertenmodus)" msgid "Realname" msgstr "Name" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -262,6 +292,9 @@ msgstr "Statistiken" msgid "Status" msgstr "Status" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "System" @@ -321,6 +354,9 @@ msgstr "Uptime" msgid "Verify downloaded images" msgstr "Heruntergeladene Images verifizieren" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -331,6 +367,9 @@ msgstr "" msgid "Wireless Overview" msgstr "WLAN Übersicht" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/de/meshwizard.po b/po/de/meshwizard.po index 4d4df05ea1..478a4727bc 100644 --- a/po/de/meshwizard.po +++ b/po/de/meshwizard.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-06-26 15:36+0200\n" -"PO-Revision-Date: 2011-06-26 15:48+0200\n" +"PO-Revision-Date: 2012-11-21 20:51+0200\n" "Last-Translator: Jo-Philipp \n" "Language-Team: LANGUAGE \n" "Language: de\n" @@ -11,7 +11,10 @@ msgstr "" "Content-Type: 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-Generator: Pootle 2.0.6\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "IPv6 global aktivieren oder deaktivieren" msgid "Channel" msgstr "Kanal" @@ -36,9 +39,18 @@ msgstr "DHCP vergibt automatisch IP-Adressen an Clients" msgid "Enable DHCP" msgstr "DHCP aktivieren" +msgid "Enable RA" +msgstr "RAs aktivieren" + +msgid "Enabled" +msgstr "Aktiviert" + msgid "General Settings" msgstr "Allgemeine Einstellungen" +msgid "IPv6 Settings" +msgstr "IPv6 Einstellungen" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -51,9 +63,19 @@ msgstr "Schnittstellen" msgid "Mesh IP address" msgstr "Mesh-IP-Adresse" +msgid "Mesh IPv6 address" +msgstr "Mesh-IPv6-Adresse" + msgid "Mesh Wizard" msgstr "Mesh-Assistent" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" +"Hinweis: Dies konfiguriert die Schnittstelle für den Mesh-Betrieb, d.h. sie " +"wird zur Freifunk-Zone hinzugefügt und OLSR eingerichtet." + msgid "Protect LAN" msgstr "LAN schützen" @@ -63,6 +85,9 @@ msgstr "" "Diese Option aktivieren um anderen den Zugriff auf die lokale " "Internetverbindung zu gestatten" +msgid "Send router advertisements on this device." +msgstr "Router-Advertisements auf dieser Schnittstelle senden" + msgid "Share your internet connection" msgstr "Internetverbindung freigeben" @@ -80,6 +105,13 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "Die angegebene IP-Adresse ist nicht Teil des Mesh-Adressbereiches" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Diese ist eine eindeutige IPv6-Adresse in CIDR-Notation (z.B. " +"2001:1:2:3::1/64) welche bei der lokalen Community registriert werden muss." + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/de/mmc_over_gpio.po b/po/de/mmc_over_gpio.po index 579cceed55..3b21417138 100644 --- a/po/de/mmc_over_gpio.po +++ b/po/de/mmc_over_gpio.po @@ -1,40 +1,42 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-11-28 10:44+0200\n" +"Last-Translator: dunkelschunkel \n" "Language-Team: LANGUAGE \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" +# Das wäre der Pin für Clock, also Takt, eventuell kann das auch rein. Halte obige Variante aber für hinreichend msgid "CLK_pin" -msgstr "" +msgstr "CLK-Pin" msgid "CS_pin" -msgstr "" +msgstr "CS-Pin" msgid "DI_pin" -msgstr "" +msgstr "DI-Pin" msgid "DO_pin" -msgstr "" +msgstr "DO-Pin" msgid "Enable" -msgstr "" +msgstr "Aktivieren" msgid "MMC/SD driver configuration" -msgstr "" +msgstr "MMC/SD Treibereinstellungen" msgid "Mode" -msgstr "" +msgstr "Modus" msgid "Name" -msgstr "" +msgstr "Name" msgid "Settings" msgstr "Einstellungen" diff --git a/po/de/olsr.po b/po/de/olsr.po index d64a98ad90..70824bbdf0 100644 --- a/po/de/olsr.po +++ b/po/de/olsr.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2011-10-18 12:28+0200\n" -"Last-Translator: Manuel \n" +"PO-Revision-Date: 2012-11-21 20:54+0200\n" +"Last-Translator: Jo-Philipp \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Active MID announcements" msgstr "Aktive MID-Ankündigungen" @@ -146,6 +146,13 @@ msgstr "Sprünge" msgid "Hostname" msgstr "Hostname" +msgid "" +"Hosts in a OLSR routed network can announce connecitivity to external " +"networks using HNA messages." +msgstr "" +"Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " +"Netzwerken mittels HNA-Nachrichten ankündigen." + msgid "" "Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " "robustness to the link sensing but delays neighbor registration. Defaults is " @@ -276,6 +283,9 @@ msgstr "" msgid "Known OLSR routes" msgstr "Bekannte OLSR-Routen" +msgid "LQ" +msgstr "LQ" + msgid "LQ aging" msgstr "LQ-Alterung" @@ -388,6 +398,9 @@ msgstr "" msgid "NAT threshold" msgstr "NAT-Schwellenwert" +msgid "NLQ" +msgstr "NLQ" + msgid "Neighbors" msgstr "Nachbarn" @@ -665,20 +678,3 @@ msgstr "" msgid "Willingness" msgstr "Bereitschaft" - -#~ msgid "" -#~ "Link quality algorithm (only for lq level 2).
etx_float: " -#~ "floating point ETX with exponential aging
etx_fpm : same as " -#~ "etx_float, but with integer arithmetic
etx_ff : ETX freifunk, " -#~ "an etx variant which use all OLSR traffic (instead of only hellos) for " -#~ "ETX calculation
etx_ffeth: incompatible variant of etx_ff " -#~ "that allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" -#~ msgstr "" -#~ "Algorithmus zur Bestimmung der Linkqualität, kann nur zusammen mit " -#~ "Linkquality Level 2 verwendet werden.
etx_float: floating " -#~ "point ETX mit exponentieller Alterung
etx_fpm : wie " -#~ "etx_float, rechnet aber mit integeren Zahlen.
etx_ff : ETX " -#~ "freifunk, eine ETX-Variante die den kompletten OLSR Traffic (statt nur " -#~ "Hellos) zur ETX-Berechnung verwendet.
etx_ffeth: Inkompatible " -#~ "Variante von etx_ff, die ETX 0.1 für kabelgebundene Links erlaubt.
Der Defaultwert ist \"etx_ff\"." diff --git a/po/de/openvpn.po b/po/de/openvpn.po index 93b6fe8162..1dc8f9ad0a 100644 --- a/po/de/openvpn.po +++ b/po/de/openvpn.po @@ -3,18 +3,18 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2012-03-22 14:44+0200\n" -"Last-Translator: Anonymous Pootle User\n" +"PO-Revision-Date: 2012-11-28 10:52+0200\n" +"Last-Translator: dunkelschunkel \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "%s" -msgstr "" +msgstr "%s" msgid "'net30', 'p2p', or 'subnet'" msgstr "Topologietyp" diff --git a/po/de/splash.po b/po/de/splash.po index 05dbf7fd27..999bdc598e 100644 --- a/po/de/splash.po +++ b/po/de/splash.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2012-09-02 21:44+0200\n" +"PO-Revision-Date: 2012-12-01 15:14+0200\n" "Last-Translator: Manuel \n" "Language-Team: \n" "Language: de\n" @@ -87,7 +87,7 @@ msgstr "" "Uploadgeschwindigkeit von Clients auf diesen Wert limitieren (kbyte/s) " msgid "Contact" -msgstr "Kontaktiere" +msgstr "Kontakt" msgid "Decline" msgstr "Ablehnen" diff --git a/po/de/statistics.po b/po/de/statistics.po index 126a65e6b2..75eb8929b5 100644 --- a/po/de/statistics.po +++ b/po/de/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "Collectd Einstellungen" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +115,9 @@ msgstr "Plattenspeicher" msgid "Disk Usage" msgstr "Plattenauslastung" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Zeitspanne zeigen »" @@ -194,12 +197,6 @@ msgstr "Quelladressen ignorieren" msgid "Incoming interface" msgstr "eingehende Schnittstelle" -msgid "Installed network plugins:" -msgstr "Installierte Netzwerk-Plugins:" - -msgid "Installed output plugins:" -msgstr "Installierte Ausgabe-Plugins:" - msgid "Interface Plugin Configuration" msgstr "Interface Plugin Konfiguration" @@ -295,13 +292,6 @@ msgstr "Network Plugin Konfiguration" msgid "Network plugins" msgstr "Netzwerkplugins" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Netzwerkplugins werden benutzt um Informationen über offene TCP-" -"Verbindungen, Datenverkehr/Volumen, Iptables/Firewall Regeln etc. zu sammeln" - msgid "Network protocol" msgstr "Netzwerkprotokoll" @@ -326,17 +316,6 @@ msgstr "ausgehende Schnittstelle" msgid "Output plugins" msgstr "Ausgabeplugins" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Ausgabeplugins ermöglichen es gesammelte Daten zu speichern. Mehrere Plugins " -"können gleichzeitig aktiviert werden, z.B. um Daten in RRD-Datenbanken zu " -"speichern und gleichzeitig über das Netzwerk an andere Collectd-Instanzen zu " -"versenden." - msgid "Ping" msgstr "Ping" @@ -436,13 +415,6 @@ msgstr "Systemlast" msgid "System plugins" msgstr "Systemplugins" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Systemplugins sammeln Daten zum Systemzustand und den Ressoursenbedarf des " -"Gerätes" - msgid "TCP Connections" msgstr "TCP-Verbindungen" @@ -458,6 +430,9 @@ msgstr "TTL für Ping Pakete" msgid "Table" msgstr "Tabelle" +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." @@ -625,13 +600,6 @@ msgstr "" "Das Unixsock-Plugin erstellt einen Unix-Socket über welchen gesammelte Werte " "aus der laufenden Collectd-Instanz ausgelesen werden können." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, den " -"Störpegel und die Signalqualität." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -648,6 +616,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "automatisch vollen Hostnamen herausfinden" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -666,9 +643,6 @@ msgstr "Schnittstellen detailliert überwachen" msgid "Wireless" msgstr "Drahtlos" -msgid "Wireless Plugin Configuration" -msgstr "Wireless Plugin Konfiguration" - msgid "Wireless iwinfo Plugin Configuration" msgstr "Wireless-iwinfo Plugin Konfiguration" @@ -692,3 +666,44 @@ msgstr "mehrere mit Leerzeichen trennen" msgid "server interfaces" msgstr "Server-Schnittstellen" + +#~ msgid "Installed network plugins:" +#~ msgstr "Installierte Netzwerk-Plugins:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Installierte Ausgabe-Plugins:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Netzwerkplugins werden benutzt um Informationen über offene TCP-" +#~ "Verbindungen, Datenverkehr/Volumen, Iptables/Firewall Regeln etc. zu sammeln" + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Ausgabeplugins ermöglichen es gesammelte Daten zu speichern. Mehrere Plugins " +#~ "können gleichzeitig aktiviert werden, z.B. um Daten in RRD-Datenbanken zu " +#~ "speichern und gleichzeitig über das Netzwerk an andere Collectd-Instanzen zu " +#~ "versenden." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Systemplugins sammeln Daten zum Systemzustand und den Ressoursenbedarf des " +#~ "Gerätes" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Das Wireless-Plugin sammelt Statistiken über die drahtlose Signalstärke, den " +#~ "Störpegel und die Signalqualität." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Wireless Plugin Konfiguration" diff --git a/po/de/tinyproxy.po b/po/de/tinyproxy.po index f6f17938b0..d444872437 100644 --- a/po/de/tinyproxy.po +++ b/po/de/tinyproxy.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2011-05-13 09:41+0200\n" -"Last-Translator: Jo-Philipp \n" +"PO-Revision-Date: 2012-11-28 10:52+0200\n" +"Last-Translator: dunkelschunkel \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "Via proxy routes requests to the given target via the specifed " @@ -75,7 +75,7 @@ msgstr "" "sein" msgid "Configuration" -msgstr "" +msgstr "Konfiguration" msgid "Connection timeout" msgstr "Verbindungstimeout" @@ -90,7 +90,7 @@ msgid "Error page" msgstr "Fehlerseite" msgid "Failed to retrieve statistics from url:" -msgstr "" +msgstr "Empfangen der Statiken von URL fehlgeschlagen" msgid "Filter by RegExp" msgstr "Filtern nach RegExp" @@ -255,7 +255,7 @@ msgid "Statistics page" msgstr "Statistikseite" msgid "Status" -msgstr "" +msgstr "Status" msgid "Target host" msgstr "Zielhost" @@ -264,7 +264,7 @@ msgid "Tinyproxy" msgstr "Tinyproxy" msgid "Tinyproxy Status" -msgstr "" +msgstr "Status Tinyproxy" msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" msgstr "" diff --git a/po/de/upnp.po b/po/de/upnp.po index b2f70efbff..acfdb65fb1 100644 --- a/po/de/upnp.po +++ b/po/de/upnp.po @@ -3,13 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 17:57+0200\n" -"PO-Revision-Date: 2011-05-10 02:06+0100\n" -"Last-Translator: Jo-Philipp Wich \n" +"PO-Revision-Date: 2012-11-28 10:45+0200\n" +"Last-Translator: dunkelschunkel \n" "Language-Team: LANGUAGE \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "ACLs specify which external ports may be redirected to which internal " @@ -121,13 +123,13 @@ msgid "There are no active redirects." msgstr "Es gibt keine aktiven Weiterleitungen." msgid "UPNP" -msgstr "" +msgstr "UPnP" msgid "" "UPNP allows clients in the local network to automatically configure the " "router." msgstr "" -"UPNP ermöglicht die automatische Konfiguration des Routers durch Clients im " +"UPnP ermöglicht die automatische Konfiguration des Routers durch Clients im " "lokalen Netzwerk." msgid "" diff --git a/po/el/base.po b/po/el/base.po index 7dd50217fe..e23d440612 100644 --- a/po/el/base.po +++ b/po/el/base.po @@ -253,6 +253,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Το επιτρεπόμενο εύρος είναι από 1 έως 65535" +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 "Ένα επιπλέον δίκτυο θα δημιουργηθεί εάν αυτό αφεθεί κενό" @@ -879,6 +884,9 @@ msgstr "Φλασάρεται..." msgid "Force" msgstr "Επιβολή" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Επιβολή CCMP (AES)" @@ -2676,9 +2684,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Αναμονή για δρομολογητή..." - msgid "Warning" msgstr "Προειδοποίηση" @@ -2859,6 +2864,9 @@ msgstr "ναι" msgid "« Back" msgstr "« Πίσω" +#~ msgid "Waiting for router..." +#~ msgstr "Αναμονή για δρομολογητή..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Ενεργοποίηση ενσωματωμένου εξυπηρετητή NTP" diff --git a/po/el/commands.po b/po/el/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/el/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/el/ddns.po b/po/el/ddns.po index 2922747a54..9512ab9d57 100644 --- a/po/el/ddns.po +++ b/po/el/ddns.po @@ -36,6 +36,9 @@ msgstr "" msgid "Enable" msgstr "Ενεργοποίηση" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Εξαναγκασμός ενημέρωσης κάθε" @@ -52,6 +55,9 @@ msgstr "Διεπαφή" msgid "Network" msgstr "Δίκτυο" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Κωδικός πρόσβασης" @@ -85,12 +91,6 @@ msgstr "λεπτά" msgid "network" msgstr "δίκτυο" -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" - #, fuzzy #~ msgid "ddns_service_updateurl" #~ msgstr "Προσαρμογή URL ενημέρωσης" diff --git a/po/el/diag_devinfo.po b/po/el/diag_devinfo.po index aa8dc3591b..7a247cbd92 100644 --- a/po/el/diag_devinfo.po +++ b/po/el/diag_devinfo.po @@ -181,6 +181,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "" @@ -204,6 +207,3 @@ msgstr "" msgid "check other networks" msgstr "έλεγχος άλλων δικτύων" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/el/freifunk.po b/po/el/freifunk.po index ce969be3ff..8bb4490416 100644 --- a/po/el/freifunk.po +++ b/po/el/freifunk.po @@ -16,6 +16,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Βασικές Ρυθμίσεις" @@ -82,6 +85,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Σφάλμα" @@ -103,6 +109,12 @@ msgstr "Πύλη" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Γεια σας και καλώς ήλθατε στο δίκτυο" @@ -115,6 +127,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -143,6 +164,9 @@ msgstr "" msgid "Latitude" msgstr "Γεωγραφικό πλάτος" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -194,6 +218,9 @@ msgstr "OLSR" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -224,6 +251,9 @@ msgstr "" msgid "Realname" msgstr "Ονοματεπώνυμο" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -253,6 +283,9 @@ msgstr "Στατιστικά" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "Σύστημα" @@ -304,6 +337,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -314,6 +350,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/el/meshwizard.po b/po/el/meshwizard.po index 66297ca001..b531eed2e3 100644 --- a/po/el/meshwizard.po +++ b/po/el/meshwizard.po @@ -13,6 +13,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Κανάλι" @@ -34,9 +37,18 @@ msgstr "" msgid "Enable DHCP" msgstr "Ενεργοποίηση DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Γενικές Ρυθμίσεις" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -47,9 +59,17 @@ msgstr "Διεπαφές" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -57,6 +77,9 @@ 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 "" @@ -70,6 +93,11 @@ 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." diff --git a/po/el/statistics.po b/po/el/statistics.po index 0b5d899d53..c55afdf51e 100644 --- a/po/el/statistics.po +++ b/po/el/statistics.po @@ -69,7 +69,7 @@ msgid "Collectd Settings" msgstr "Ρυθμίσεις Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -117,6 +117,9 @@ msgstr "Χρήση Χώρου στον δίσκο" msgid "Disk Usage" msgstr "Χρήση Δίσκου" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Εμφάνιση χρονικού εύρους »" @@ -187,12 +190,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -286,11 +283,6 @@ msgstr "" msgid "Network plugins" msgstr "Πρόσθετα δικτύου" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -315,13 +307,6 @@ msgstr "" msgid "Output plugins" msgstr "Πρόσθετα εξόδου" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -421,11 +406,6 @@ msgstr "Φόρτος Συστήματος" msgid "System plugins" msgstr "Πρόσθετα συστήματος" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Συνδέσεις TCP" @@ -441,6 +421,9 @@ 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." @@ -559,11 +542,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -576,6 +554,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -594,9 +581,6 @@ msgstr "" msgid "Wireless" msgstr "Ασύρματο" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/en/base.po b/po/en/base.po index cb987995e4..5ce5b5de2c 100644 --- a/po/en/base.po +++ b/po/en/base.po @@ -244,6 +244,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Allowed range is 1 to 65535" +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 "An additional network will be created if you leave this unchecked." @@ -854,6 +859,9 @@ msgstr "" msgid "Force" msgstr "Force" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2634,9 +2642,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/en/commands.po b/po/en/commands.po new file mode 100644 index 0000000000..754a229c1a --- /dev/null +++ b/po/en/commands.po @@ -0,0 +1,95 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "A short textual description of the configured command" + +msgid "Access command with" +msgstr "Access command with" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Allow executing the command and downloading its output without prior " +"authentication" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Allow the user to provide additional command line arguments" + +msgid "Arguments:" +msgstr "Arguments:" + +msgid "Binary data not displayed, download instead." +msgstr "Binary data not displayed, download instead." + +msgid "Code:" +msgstr "Code:" + +msgid "Collecting data..." +msgstr "Collecting data..." + +msgid "Command" +msgstr "Command" + +msgid "Command failed" +msgstr "Command failed" + +msgid "Command line to execute" +msgstr "Command line to execute" + +msgid "Command successful" +msgstr "Command successful" + +msgid "Command:" +msgstr "Command:" + +msgid "Configure" +msgstr "Configure" + +msgid "Custom Commands" +msgstr "Custom Commands" + +msgid "Custom arguments" +msgstr "Custom arguments" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Description" + +msgid "Download" +msgstr "Download" + +msgid "Failed to execute command!" +msgstr "Failed to execute command!" + +msgid "Link" +msgstr "Link" + +msgid "Loading" +msgstr "Loading" + +msgid "Public access" +msgstr "Public access" + +msgid "Run" +msgstr "Run" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." + +msgid "Waiting for command to complete..." +msgstr "Waiting for command to complete..." diff --git a/po/en/ddns.po b/po/en/ddns.po index f451163adc..13d9560ea5 100644 --- a/po/en/ddns.po +++ b/po/en/ddns.po @@ -34,6 +34,9 @@ msgstr "" msgid "Enable" msgstr "Enable" +msgid "Event interface" +msgstr "Event interface" + msgid "Force update every" msgstr "Force update every" @@ -49,6 +52,9 @@ msgstr "Interface" msgid "Network" msgstr "Network" +msgid "On which interface up should start the ddns script process." +msgstr "On which interface up should start the ddns script process." + msgid "Password" msgstr "Password" @@ -80,9 +86,3 @@ msgstr "min" msgid "network" msgstr "network" - -msgid "Event interface" -msgstr "Event interface" - -msgid "On which interface up should start the ddns script process." -msgstr "On which interface up should start the ddns script process." diff --git a/po/en/diag_devinfo.po b/po/en/diag_devinfo.po index fe42da6a32..7adbbeaaf2 100644 --- a/po/en/diag_devinfo.po +++ b/po/en/diag_devinfo.po @@ -185,6 +185,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "Sleep Between Requests" @@ -208,6 +211,3 @@ msgstr "" msgid "check other networks" msgstr "check other networks" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/en/freifunk.po b/po/en/freifunk.po index dfb25867d3..6532da15b0 100644 --- a/po/en/freifunk.po +++ b/po/en/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Hello and welcome in the network of" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "Hostname" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -142,6 +163,9 @@ msgstr "Keep configuration" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -193,6 +217,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -223,6 +250,9 @@ msgstr "" msgid "Realname" msgstr "Realname" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -252,6 +282,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -301,6 +334,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "Verify downloaded images" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -311,6 +347,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/en/meshwizard.po b/po/en/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/en/meshwizard.po +++ b/po/en/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/en/statistics.po b/po/en/statistics.po index 896c087b2e..5de07640c0 100644 --- a/po/en/statistics.po +++ b/po/en/statistics.po @@ -7,6 +7,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -67,11 +68,11 @@ msgid "Collectd Settings" msgstr "Collectd Settings" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"Collectd is a small daemon for collecting data from various sources through " "different plugins. On this page you can change general settings for the " "collectd daemon." msgstr "" -"Collectd is a small daeomon for collecting data from various sources through " +"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." @@ -114,6 +115,9 @@ msgstr "Disk Space Usage" msgid "Disk Usage" msgstr "Disk Usage" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Display timespan »" @@ -191,12 +195,6 @@ msgstr "Ignore source addresses" msgid "Incoming interface" msgstr "Incoming interface" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "Interface Plugin Configuration" @@ -290,11 +288,6 @@ msgstr "Network Plugin Configuration" msgid "Network plugins" msgstr "Network plugins" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "Network protocol" @@ -319,13 +312,6 @@ msgstr "Outgoing interface" msgid "Output plugins" msgstr "Output plugins" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -425,11 +411,6 @@ msgstr "System Load" msgid "System plugins" msgstr "System plugins" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "TCP Connections" @@ -445,6 +426,9 @@ msgstr "TTL for ping packets" msgid "Table" msgstr "Table" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -600,13 +584,6 @@ msgstr "" "The unixsock plugin creates a unix socket which can be used to read " "collected data from a running collectd instance." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -622,6 +599,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Try to lookup fully qualified hostname" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -640,9 +626,6 @@ msgstr "Verbose monitoring" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "Wireless Plugin Configuration" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -666,3 +649,13 @@ msgstr "seconds; multiple separated by space" msgid "server interfaces" msgstr "server interfaces" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Wireless Plugin Configuration" diff --git a/po/es/ahcp.po b/po/es/ahcp.po index d466f85011..b86d3574df 100644 --- a/po/es/ahcp.po +++ b/po/es/ahcp.po @@ -20,10 +20,10 @@ msgid "" "networks where it is difficult or impossible to configure a server within " "every link-layer broadcast domain, for example mobile ad-hoc networks." msgstr "" -"AHCP es un protocolo de autoconfiguración para redes con IPv6 o duales " -"IPv6/IPv4 diseñado para ser usado en lugar de router discovery o DHCP en " -"redes en las que es difícil o imposible configurar un servidor en cada capa " -"de enlace del dominio de propagación como las redes móviles ad-hoc." +"AHCP es un protocolo de autoconfiguración para redes con IPv6 o duales IPv6/" +"IPv4 diseñado para ser usado en lugar de router discovery o DHCP en redes en " +"las que es difícil o imposible configurar un servidor en cada capa de enlace " +"del dominio de propagación como las redes móviles ad-hoc." # "Lease" en el sentido usado en DHCP no tiene una traducción clara en español y se puede usar la misma palabra en que en inglés. msgid "Active AHCP Leases" diff --git a/po/es/base.po b/po/es/base.po index 59c5c7783b..2c134b6415 100644 --- a/po/es/base.po +++ b/po/es/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-10-11 16:09+0200\n" +"PO-Revision-Date: 2012-12-13 20:55+0200\n" "Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -104,8 +104,8 @@ msgid "" "Max. DHCP leases" msgstr "" -"Máximo número de cesiones DHCP" +"Máximas cesiones DHCP" msgid "" "Max. Objetivo --> Destino? msgid "Target" -msgstr "Destino" +msgstr "Objetivo" msgid "Terminate" msgstr "Terminar" @@ -2331,8 +2341,8 @@ msgid "" "The allowed characters are: A-Z, a-z, 0-9 and _" msgstr "" -"Los caracteres permitidos son: A-Z, a-z, 0-" -"9 y _" +"Los caracteres permitidos son: A-Z, a-z, " +"0-9 y _" msgid "" "The device file of the memory or partition (e.g." @@ -2619,8 +2629,8 @@ msgid "" "OpenWrt compatible firmware image)." msgstr "" "Suba una imagen compatible con sysupgrade para reemplazar el firmware " -"actual. Puede marcar \"Conservar la configuración\" si lo desea (es necesario " -"que la imagen de OpenWrt sea compatible)." +"actual. Puede marcar \"Conservar la configuración\" si lo desea (es " +"necesario que la imagen de OpenWrt sea compatible)." msgid "Upload archive..." msgstr "Subir archivo..." @@ -2748,9 +2758,6 @@ msgstr "Esperando a que se realicen los cambios..." msgid "Waiting for command to complete..." msgstr "Esperando a que termine el comando..." -msgid "Waiting for router..." -msgstr "Esperando al router..." - msgid "Warning" msgstr "Aviso" @@ -2931,6 +2938,9 @@ msgstr "sí" msgid "« Back" msgstr "« Volver" +#~ msgid "Waiting for router..." +#~ msgstr "Esperando al router..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Activar el servidor integrado NTP" diff --git a/po/es/commands.po b/po/es/commands.po new file mode 100644 index 0000000000..80524529b5 --- /dev/null +++ b/po/es/commands.po @@ -0,0 +1,97 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-11-24 10:16+0200\n" +"Last-Translator: José Vicente \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "A short textual description of the configured command" +msgstr "Descripción breve del comando a configurar" + +msgid "Access command with" +msgstr "Acceder al comando con" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" +"Permitir ejecutar el comando y descargar su salida sin más autentificación" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permitir al usuario añadir parámetros de línea de comandos" + +msgid "Arguments:" +msgstr "Parámetros:" + +msgid "Binary data not displayed, download instead." +msgstr "No se pueden mostrar datos binarios, descárguelos." + +msgid "Code:" +msgstr "Código:" + +msgid "Collecting data..." +msgstr "Recuperando datos..." + +msgid "Command" +msgstr "Comando" + +msgid "Command failed" +msgstr "Falló" + +msgid "Command line to execute" +msgstr "Comando a ejecutar" + +msgid "Command successful" +msgstr "OK" + +msgid "Command:" +msgstr "Comando:" + +msgid "Configure" +msgstr "Configurar" + +msgid "Custom Commands" +msgstr "Comandos propios" + +msgid "Custom arguments" +msgstr "Parámetros propios" + +msgid "Dashboard" +msgstr "Panel" + +msgid "Description" +msgstr "Descripción" + +msgid "Download" +msgstr "Descarga" + +msgid "Failed to execute command!" +msgstr "¡Error al ejecutar el comando!" + +msgid "Link" +msgstr "Enlace" + +msgid "Loading" +msgstr "Cargando" + +msgid "Public access" +msgstr "Acceso público" + +msgid "Run" +msgstr "Ejecutar" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Aquí puede configurar sus propios comandos shell para lanzarlos fácilmente " +"desde el interfaz web." + +msgid "Waiting for command to complete..." +msgstr "Esperando a que termine el comando..." diff --git a/po/es/ddns.po b/po/es/ddns.po index 96f065c0f7..c77f8b1958 100644 --- a/po/es/ddns.po +++ b/po/es/ddns.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2012-09-15 21:46+0200\n" +"PO-Revision-Date: 2012-11-01 23:37+0200\n" "Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -14,7 +14,7 @@ msgstr "" "X-Generator: Pootle 2.0.6\n" msgid "Check for changed IP every" -msgstr "Verificar cambios en dirección IP cada" +msgstr "Verificar cambios de IP cada" msgid "Check-time unit" msgstr "Unidad de tiempo" @@ -29,11 +29,14 @@ msgid "" "Dynamic DNS allows that your router can be reached with a fixed hostname " "while having a dynamically changing IP address." msgstr "" -"DNS Dinámico le permite conectar a su router usando un nombre aunque su " -"dirección IP cambie en forma dinámica." +"DNS Dinámico le permite conectar a su router con un nombre concreto aunque " +"su dirección IP cambie dinámicamente." msgid "Enable" -msgstr "Activa" +msgstr "Activar" + +msgid "Event interface" +msgstr "Interfaz de eventos" msgid "Force update every" msgstr "Forzar actualización cada" @@ -50,6 +53,9 @@ msgstr "Interfaz" msgid "Network" msgstr "Red" +msgid "On which interface up should start the ddns script process." +msgstr "Tras qué interfaz debe arrancar ddns." + msgid "Password" msgstr "Contraseña" @@ -77,13 +83,7 @@ msgstr "interfaz" # Minutes (not minimum) msgid "min" -msgstr "mín" +msgstr "min" msgid "network" msgstr "red" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/es/diag_devinfo.po b/po/es/diag_devinfo.po index eecba02cf4..0b44ff3eb7 100644 --- a/po/es/diag_devinfo.po +++ b/po/es/diag_devinfo.po @@ -194,6 +194,9 @@ msgstr "Explorar dispositivos SIP soportados en las redes especificadas." msgid "Scanning Configuration" msgstr "Configuración de la exploración" +msgid "Scans for devices on specified networks." +msgstr "Explora dispositivos en las redes especificadas." + msgid "Sleep Between Requests" msgstr "Detenerse entre peticiones" @@ -217,6 +220,3 @@ msgstr "Vendedor" msgid "check other networks" msgstr "comprueba otras redes" - -msgid "Scans for devices on specified networks." -msgstr "Explora dispositivos en las redes especificadas." diff --git a/po/es/freifunk.po b/po/es/freifunk.po index cec4f6b305..019b92bac7 100644 --- a/po/es/freifunk.po +++ b/po/es/freifunk.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-09-15 21:34+0200\n" +"PO-Revision-Date: 2012-12-02 20:36+0200\n" "Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -16,6 +16,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "Malo (ETX > 10)" + msgid "Basic Settings" msgstr "Configuración básica" @@ -84,6 +87,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "Editar índice" +msgid "Enable IPv6" +msgstr "Activar IPv6" + msgid "Error" msgstr "Error" @@ -105,6 +111,12 @@ msgstr "Pasarela" msgid "Go to" msgstr "Ir a" +msgid "Good (2 < ETX < 4)" +msgstr "Bueno (2 < ETX < 4)" + +msgid "Green" +msgstr "Verde" + msgid "Hello and welcome in the network of" msgstr "Hola y bienvenido a la red de" @@ -117,6 +129,15 @@ msgstr "Página inicial" msgid "Hostname" msgstr "Nombre de máquina" +msgid "IPv6 Config" +msgstr "Configuración de IPv6" + +msgid "IPv6 Prefix" +msgstr "Prefijo IPv6" + +msgid "IPv6 network in CIDR notation." +msgstr "Red IPv6 en notación CIDR." + msgid "If selected then the default content element is not shown." msgstr "No mostrar el contenido por defecto." @@ -147,6 +168,9 @@ msgstr "Mantener configuración" msgid "Latitude" msgstr "Latitud" +msgid "Legend" +msgstr "Leyenda" + msgid "Load" msgstr "Carga" @@ -198,6 +222,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Administrador" +msgid "Orange" +msgstr "Naranja" + msgid "Overview" msgstr "Repaso" @@ -228,6 +255,9 @@ msgstr "Perfil (experto)" msgid "Realname" msgstr "Nombre real" +msgid "Red" +msgstr "Rojo" + msgid "SSID" msgstr "SSID" @@ -259,6 +289,9 @@ msgstr "Estadísticas" msgid "Status" msgstr "Estado" +msgid "Still usable (4 < ETX < 10)" +msgstr "Aún utilizable (4 < ETX < 10)" + msgid "System" msgstr "Sistema" @@ -278,8 +311,8 @@ msgid "" "configured and that the latlon_file option is enabled." msgstr "" "El servicio OLSRd no está configurado para tomar los datos de posición desde " -"la red.
Asegúrese de que el plugin \"nameservice\" está bien configurado " -"y que la opción latlon_file está marcada." +"la red.
Asegúrese de que el plugin \"nameservice\" está bien " +"configurado y que la opción latlon_file está marcada." msgid "The installed firmware is the most recent version." msgstr "El firmare instalado está en la versión más reciente." @@ -317,6 +350,9 @@ msgstr "Tiempo activo" msgid "Verify downloaded images" msgstr "Verificar las descargas" +msgid "Very good (ETX < 2)" +msgstr "Muy bueno (ETX < 2)" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -327,6 +363,9 @@ msgstr "" msgid "Wireless Overview" msgstr "Resumen de red inalámbrica" +msgid "Yellow" +msgstr "Amarillo" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/es/meshwizard.po b/po/es/meshwizard.po index cb9d09fea0..ff2bc91fa0 100644 --- a/po/es/meshwizard.po +++ b/po/es/meshwizard.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-08-23 22:25+0200\n" -"PO-Revision-Date: 2012-08-23 23:06+0200\n" +"PO-Revision-Date: 2012-11-24 10:22+0200\n" "Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -13,6 +13,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.6\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "Activar o desactivar la configuración IPv6 globalmente." + msgid "Channel" msgstr "Canal" @@ -34,9 +37,18 @@ msgstr "DHCP asignará direcciones IP automáticamente a los clientes" msgid "Enable DHCP" msgstr "Activar DHCP" +msgid "Enable RA" +msgstr "Activar RA" + +msgid "Enabled" +msgstr "Activado" + msgid "General Settings" msgstr "Configuración general" +msgid "IPv6 Settings" +msgstr "Configuración IPv6" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "Borrar la configuración antes de establecer una nueva." @@ -47,9 +59,19 @@ msgstr "Interfaces" msgid "Mesh IP address" msgstr "Dirección IP del mesh" +msgid "Mesh IPv6 address" +msgstr "Dirección IPv6 del mesh" + msgid "Mesh Wizard" msgstr "Asistente del mesh" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" +"Nota: esto configurará esta interfaz para uso mesh, es decir: la añadirá a " +"la zona \"freifunk\" y activará OSLR." + msgid "Protect LAN" msgstr "Proteger LAN" @@ -57,6 +79,9 @@ msgid "" "Select this to allow others to use your connection to access the internet." msgstr "Permitir a otros usar su conexión para acceder a internet." +msgid "Send router advertisements on this device." +msgstr "Envía publicaciones de routers por este dispositivo." + msgid "Share your internet connection" msgstr "Compartir su conexión a internet" @@ -73,6 +98,13 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "Este rango IP no está dentro del de la red mesh" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" +"Dirección única IPv6 en notación CIDR (p.e.: 2001:1:2:3::1/64) y que tiene " +"que estar registrada en su comunidad local." + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/es/minidlna.po b/po/es/minidlna.po index e6bd925330..33ebb8f8d0 100644 --- a/po/es/minidlna.po +++ b/po/es/minidlna.po @@ -146,8 +146,8 @@ msgid "" msgstr "" "Directorio a explorar. Si quiere restringir el directorio a un contenido " "específico puede añadir el tipo ('A' par audio, 'V' para vídeo o 'P' para " -"imágenes), seguido por una coma al nombre del directorio (ej. " -"media_dir=A,/mnt/media/Music). Se puede establecer varios directorios." +"imágenes), seguido por una coma al nombre del directorio (ej. media_dir=A,/" +"mnt/media/Music). Se puede establecer varios directorios." msgid "Specify the path to the MiniSSDPd socket." msgstr "Camino al socket de MiniSSDPd." diff --git a/po/es/ntpc.po b/po/es/ntpc.po index 80605331a9..40edf249bb 100644 --- a/po/es/ntpc.po +++ b/po/es/ntpc.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-07-28 23:21+0200\n" -"Last-Translator: Daniel \n" +"PO-Revision-Date: 2012-11-25 11:14+0200\n" +"Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgid "Time Servers" msgstr "Servidores de hora" msgid "Time Synchronisation" -msgstr "Sincronización Horaria" +msgstr "Sincronización horaria" msgid "Update interval (in seconds)" msgstr "Intervalo de actualización (en segundos)" diff --git a/po/es/olsr.po b/po/es/olsr.po index fe311ce2f1..5cc285dd46 100644 --- a/po/es/olsr.po +++ b/po/es/olsr.po @@ -93,8 +93,8 @@ msgid "" msgstr "" "FIBMetric controla el valor métrico de los conjuntos OLSRd. \"Plano\" " "significa que la métrica es siempre 2. Este es el valor preferido porque " -"ayuda al enrutador del kernel de linux a limpiar valores antiguos. \"Correct\" " -"usa como métrica el número de saltos. \"Approx\" usa la cuenta de saltos " +"ayuda al enrutador del kernel de linux a limpiar valores antiguos. \"Correct" +"\" usa como métrica el número de saltos. \"Approx\" usa la cuenta de saltos " "también, pero solo la actualiza si cambia el siguiente salto también. Por " "defecto \"flat\"." @@ -181,8 +181,8 @@ msgid "" "interface broadcast IP." msgstr "" "Dirección de propagación IPv4 para paquetes salientes OLSR. Por ejemplo " -"\"255.255.255.255\". Por defecto es \"0.0.0.0\" que hace que se use la interfaz " -"de propagación IP." +"\"255.255.255.255\". Por defecto es \"0.0.0.0\" que hace que se use la " +"interfaz de propagación IP." msgid "IPv4 source" msgstr "IPv4 origen" @@ -191,8 +191,8 @@ msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." msgstr "" -"Dirección origen IPv4 para paquetes OLSR. Por defecto es \"0.0.0.0\" que hace " -"que se use la interfaz de propagación IP." +"Dirección origen IPv4 para paquetes OLSR. Por defecto es \"0.0.0.0\" que " +"hace que se use la interfaz de propagación IP." msgid "IPv6" msgstr "IPv6" @@ -204,8 +204,8 @@ msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" -"Dirección IPv6 de multidifusión. Por defecto es \"FF02::6D\", la dirección de " -"multidifusión local en routers MANET." +"Dirección IPv6 de multidifusión. Por defecto es \"FF02::6D\", la dirección " +"de multidifusión local en routers MANET." msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." @@ -222,8 +222,8 @@ msgid "" "of a not-linklocal interface IP." msgstr "" "Prefijo origen IPv6. OLSRd elegirá un interfaz IP que encaje con el prefijo " -"de este parámetro. Por defecto es \"0::/0\" que provoca el uso de un interfaz " -"IP no local." +"de este parámetro. Por defecto es \"0::/0\" que provoca el uso de un " +"interfaz IP no local." msgid "IPv6-Prefix of the uplink" msgstr "Prefijo IPv6 para el enlace de subida" @@ -253,8 +253,8 @@ msgid "" "\"mesh\"." msgstr "" "El modo de interfaz se usar para evitar traspaso innecesario de paquetes en " -"interfaces de red conmutados. Los modos válidos son \"mesh\" y \"ether\". Por " -"defecto es \"mesh\"." +"interfaces de red conmutados. Los modos válidos son \"mesh\" y \"ether\". " +"Por defecto es \"mesh\"." msgid "Interfaces" msgstr "Interfaces" @@ -320,13 +320,13 @@ msgid "" "calculation
etx_ffeth: incompatible variant of etx_ff that " "allows ethernet links with ETX 0.1.
Defaults to \"etx_ff\"" msgstr "" -"Algoritmo de calidad de enlace (solo para CE nivel 2).
etx_float: ETX en punto flotante con envejecimiento exponencial
etx_fpm : igual que etx_float, pero con aritmética entera
etx_ff : ETX freifunk, variante etx que usar todo el tráfico OLSR " -"(en vez de sólo \"hellos\") para los cálculos ETX
etx_ffeth: " -"variante incompatible de etx_ff que permite enlaces ethernet con ETX 0.1.
Por defecto \"etx_ff\"" +"Algoritmo de calidad de enlace (solo para CE nivel 2).
etx_float: ETX en punto flotante con envejecimiento exponencial
etx_fpm : igual que etx_float, pero con aritmética entera
etx_ff : " +"ETX freifunk, variante etx que usar todo el tráfico OLSR (en vez de sólo " +"\"hellos\") para los cálculos ETX
etx_ffeth: variante " +"incompatible de etx_ff que permite enlaces ethernet con ETX 0.1.
Por " +"defecto \"etx_ff\"" msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " @@ -513,8 +513,8 @@ msgid "" "IP of the first interface." msgstr "" "Configura la dirección IP principal (IP originadora) del router. NUNCA debe " -"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca el " -"uso de la IP del primer interfaz." +"cambiar mientras OLSRd esté activa. Por defecto es \"0.0.0.0\" que provoca " +"el uso de la IP del primer interfaz." msgid "SmartGW" msgstr "SmartGW" @@ -638,8 +638,7 @@ msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" -"Aviso: kmod-ipip no está instalado. Sin kmod-ipip SmartGateway no " -"funcionará." +"Aviso: kmod-ipip no está instalado. Sin kmod-ipip SmartGateway no funcionará." msgid "Weight" msgstr "Peso" diff --git a/po/es/p2pblock.po b/po/es/p2pblock.po index ac5a8e3782..1edc53304f 100644 --- a/po/es/p2pblock.po +++ b/po/es/p2pblock.po @@ -29,8 +29,8 @@ msgid "P2P-Block" msgstr "Bloqueo de P2P" msgid "" -"P2P-Block is a greylisting mechanism to block various peer-to-peer " -"protocols for non-whitelisted clients." +"P2P-Block is a greylisting mechanism to block various peer-to-peer protocols " +"for non-whitelisted clients." msgstr "" "El bloqueo de P2P es un mecanismo de lista gris para bloquear varios " "protocolos punto a punto a clientes que no están en lista blanca." diff --git a/po/es/pbx.po b/po/es/pbx.po index 4d93ff8927..12ff3783bc 100644 --- a/po/es/pbx.po +++ b/po/es/pbx.po @@ -85,8 +85,7 @@ msgid "" "you will use ONLY locally and never from a remote location." msgstr "" "Ponga esta IP (o IP:puerto) en el parámetro Servidor/Registrador de los " -"dispositivos SIP que usará SOLO localmente y nunca desde una posición " -"remota." +"dispositivos SIP que usará SOLO localmente y nunca desde una posición remota." msgid "" "Enter this hostname (or hostname:port) in the Server/Registrar setting of " @@ -133,8 +132,8 @@ msgstr "" "proveedores usar. Por defecto todos los usuarios pueden usar a todos los " "proveedores. Para mostrarse en la lista el usuario debe poder hacer llamadas " "salientes (ver página \"Cuentas de usuario\"). Ponga los proveedores en " -"formato username@some.host.name igual que se listan en \"Llamadas salientes\" " -"arriba. Los nombres no válidos se rechazarán sin aviso.Puede separar los " +"formato username@some.host.name igual que se listan en \"Llamadas salientes" +"\" arriba. Los nombres no válidos se rechazarán sin aviso.Puede separar los " "nombres con espacios o poniéndolos en líneas diferentes." msgid "Full Name" @@ -165,8 +164,8 @@ msgid "" msgstr "" "Configure una cuenta SIP que usará para conectar con este servicio. Úsela " "tanpo en un adaptador de telefonía analógico (ATA) o en un programa SIP como " -"CSipSimple, Linphone, o Sipdroid para smartphones, o Ekiga, Linphone, o " -"X-Lite para ordenadores. Por defecto, todas las cuentas SIP sonarán a la vez " +"CSipSimple, Linphone, o Sipdroid para smartphones, o Ekiga, Linphone, o X-" +"Lite para ordenadores. Por defecto, todas las cuentas SIP sonarán a la vez " "si se hace una llamada desde una de las cuentas de su proveedor de VoIP o " "números GV." @@ -221,15 +220,15 @@ msgid "" msgstr "" "Si tiene más de una cuenta para hacer llamadas salientes, debe introducir " "una lista de números de teléfono y/o prefijos para cada proveedor. Los " -"prefijos no válidos se rechazarán sin aviso y solo son caracteres válidos " -"0-9, X, Z, N, #, *, y +. La letra X equivale a 0-9, Z a 1-9 y N a 2-9. Por " +"prefijos no válidos se rechazarán sin aviso y solo son caracteres válidos 0-" +"9, X, Z, N, #, *, y +. La letra X equivale a 0-9, Z a 1-9 y N a 2-9. Por " "ejemplo para hacer llamadas a Alemania con su proveedor debe introducir 49. " "Para hacer llamadas a Estados Unidos 1NXXNXXXXXX. Si uno de sus proveedores " "puede hacer llamadas locales a un código de área como el 646 de Nueva York " "debe introducir 646NXXXXXX para ese proveedor. Debería dehar una cuenta con " "una lista vacía para que haga las llamadas por defecto en caso de que ningún " -"prefijo encaje. El sistema reemplazará automáticamente la lista vacía con " -"el mensaje de que el proveedor marca todos los números que no estén en los " +"prefijo encaje. El sistema reemplazará automáticamente la lista vacía con el " +"mensaje de que el proveedor marca todos los números que no estén en los " "prefijos de otros proveedores. Sea todo lo específico que pueda (ej. " "1NXXNXXXXXX es mejor que 1). Todos los códigos internaciones de marcado se " "descartan (ej. 00, 011, 010, 0011). Las entradas pueden ser una lista " @@ -301,9 +300,9 @@ msgid "" msgstr "" "Puerto aleatorio entre 6500 y 9500 en el que escuche el servicio. No elija " "el estándar 5060 porque es susceptible de ataques por fuerza bruta. Cuando " -"termine (1) pulsa \"Salvar y aplicar\" y (2) pulse \"Rearrancar servicio VoIP\". " -"Finalmente (3) busque en la sección \"Dispositivo SIP/Cuentas softphone\" la " -"configuración del puerto." +"termine (1) pulsa \"Salvar y aplicar\" y (2) pulse \"Rearrancar servicio VoIP" +"\". Finalmente (3) busque en la sección \"Dispositivo SIP/Cuentas softphone" +"\" la configuración del puerto." msgid "Port Setting for SIP Devices" msgstr "Configuración de puerto para dispositivos SIP" @@ -416,8 +415,8 @@ msgstr "" "permitirá hacer llamadas gratuitas entre los usuarios y compartir las " "cuentas Google/SIP configuradas. Si tiene más de una cuenta Google/SIP " "configurada tendrá que configurar cómo se enrutan en la página \"Enrutado de " -"llamadas\". Si está interesado en usar su PBX desde cualquier sitio del mundo " -"puede visitar la sección \"Uso remoto\" en la página \"Configuración " +"llamadas\". Si está interesado en usar su PBX desde cualquier sitio del " +"mundo puede visitar la sección \"Uso remoto\" en la página \"Configuración " "avanzada\"." msgid "" @@ -435,10 +434,10 @@ msgid "" "incoming calls are routed, what numbers can get into this PBX with a " "password, and what numbers are blacklisted." msgstr "" -"Indique las cuentas Google/SIP que usará para llamar a qué códigos de " -"país/zona, qué usuarios pueden usuarios pueden usar qué cuentas SIP/Google y " -"cómo se enrutan las llamadas entrantes, qué números pueden entrar en esta " -"PBX con una contraseña y qué números están en lista negra." +"Indique las cuentas Google/SIP que usará para llamar a qué códigos de país/" +"zona, qué usuarios pueden usuarios pueden usar qué cuentas SIP/Google y cómo " +"se enrutan las llamadas entrantes, qué números pueden entrar en esta PBX con " +"una contraseña y qué números están en lista negra." msgid "" "This is where you set up your Google (Talk and Voice) Accounts, in order to " @@ -467,8 +466,8 @@ msgid "" "number) associated with this SIP account or want to receive SIP uri calls " "through this provider." msgstr "" -"Debería ser \"Sí\" si tiene un DID (teléfono real) asociado a esta cuenta SIP " -"o quiere recibir llamads uri SIP de este proveedor." +"Debería ser \"Sí\" si tiene un DID (teléfono real) asociado a esta cuenta " +"SIP o quiere recibir llamads uri SIP de este proveedor." msgid "" "This section contains settings that do not need to be changed under normal " @@ -527,10 +526,10 @@ msgstr "" "softphone) y se le permitirá recibir la llamada. Si tiene Google Voice debe " "ir a la configuración de GVoice y traspasar las llamadas a Google chat para " "recibir las hechas a si número de GVoice. Si tiene problemas recibiendo " -"llamadas de GVoice pruebe con la opción \"Call Screening\" en la configuración " -"de GVoice. Asegúrese de que ningún otro cliente esté conectado con esta " -"cuenta (navegador en gmail, o una aplicación para móvil o escritorio) ya que " -"podría interferir." +"llamadas de GVoice pruebe con la opción \"Call Screening\" en la " +"configuración de GVoice. Asegúrese de que ningún otro cliente esté conectado " +"con esta cuenta (navegador en gmail, o una aplicación para móvil o " +"escritorio) ya que podría interferir." msgid "" "When your password is saved, it disappears from this field and is not " @@ -578,8 +577,7 @@ msgstr "" "debe configurar en sus dispositivos SIP remotos. Tenga en cuenta que si este " "PBX no funciona en su router/pasarela, tendrá que configurar el traspaso de " "puertos (NAT) en su router/pasarela. Traspase los puertos indicados (Puerto " -"SIP y rango RTP) hacia la dirección IP del dispositivo en que corre esta " -"PBX." +"SIP y rango RTP) hacia la dirección IP del dispositivo en que corre esta PBX." msgid "" "Your PIN disappears when saved for your protection. It will be changed only " diff --git a/po/es/polipo.po b/po/es/polipo.po index bee9923178..84ba24ec9b 100644 --- a/po/es/polipo.po +++ b/po/es/polipo.po @@ -75,8 +75,7 @@ msgid "" msgstr "" "Ubicación en la que Polipo creará archivos permanentemente. Se recomienda el " "uso de dispositivos de almacenamiento externo, ya que la caché puede " -"aumentar considerablemente. Deje en blanco para desactivar la caché en " -"disco." +"aumentar considerablemente. Deje en blanco para desactivar la caché en disco." msgid "Log file location" msgstr "Ubicación del archivo de registro" diff --git a/po/es/radvd.po b/po/es/radvd.po index 85152e02c8..86561920bf 100644 --- a/po/es/radvd.po +++ b/po/es/radvd.po @@ -80,8 +80,7 @@ msgid "" "prefix via stateless address autoconfiguration remain preferred." msgstr "" "Publica el tiempo de vida en segundos que se prefieren las direcciones " -"generadas desde el prefijo vía una dirección de autoconfiguración sin " -"estado." +"generadas desde el prefijo vía una dirección de autoconfiguración sin estado." msgid "" "Advertises the length of time in seconds that the prefix is valid for the " diff --git a/po/es/statistics.po b/po/es/statistics.po index a77a4fa906..3571a53d34 100644 --- a/po/es/statistics.po +++ b/po/es/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-09-15 21:44+0200\n" +"PO-Revision-Date: 2012-12-12 20:19+0200\n" "Last-Translator: José Vicente \n" "Language-Team: LANGUAGE \n" "Language: es\n" @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "Configuración de Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +115,9 @@ msgstr "Espacio en disco ocupado" msgid "Disk Usage" msgstr "Disco ocupado" +msgid "Display Host »" +msgstr "Mostrar máquina »" + msgid "Display timespan »" msgstr "Mostrar lapso de tiempo »" @@ -137,7 +140,7 @@ msgid "Filter class monitoring" msgstr "Monitorización del filtro de clases" msgid "Firewall" -msgstr "Cortafuego" +msgstr "Cortafuegos" msgid "Flush cache after" msgstr "Vaciar caché tras" @@ -191,12 +194,6 @@ msgstr "Ignorar direcciones de origen" msgid "Incoming interface" msgstr "Interfaz de entrada" -msgid "Installed network plugins:" -msgstr "Plugins de red instalados:" - -msgid "Installed output plugins:" -msgstr "Plugins de salida instalados:" - msgid "Interface Plugin Configuration" msgstr "Configuración del interfaz de plugins" @@ -290,13 +287,6 @@ msgstr "Configuración del plugin \"Red\"" msgid "Network plugins" msgstr "Plugins de red" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Los plugins de red se usan para recolectar información sobre conexiones TCP, " -"tráfico en los interfaces, reglas de iptables, etc." - msgid "Network protocol" msgstr "Protocolo de red" @@ -321,17 +311,6 @@ msgstr "Interfaz de salida" msgid "Output plugins" msgstr "Plugins de salida" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Los plugins de salida ofrecen varias posibilidades para almacenar los datos. " -"Es posible activar varios plugins a la vez, por ejemplo para almacenar datos " -"recolectados en bases de datos RRD y para transmitir los datos sobre la red " -"a otras instancias de collectd." - msgid "Ping" msgstr "Ping" @@ -431,13 +410,6 @@ msgstr "Carga del sistema" msgid "System plugins" msgstr "Plugins del sistema" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Los plugins del sistema recolectan valores sobre el estado y el uso de " -"recursos del dispositivo.:" - msgid "TCP Connections" msgstr "Conexiones TCP" @@ -453,6 +425,11 @@ msgstr "TTL para paquetes de ping" msgid "Table" msgstr "Tabla" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" +"El plugin NUT obtiene información sobre Sistemas de Alimentación " +"Ininterrumpida." + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -583,8 +560,8 @@ msgid "" "The processes plugin collects informations like cpu time, page faults and " "memory usage of selected processes." msgstr "" -"El plugin \"procesos\" recoge información como tiempo de CPU, fallos de página " -"y uso de memoria de los procesos elegidos." +"El plugin \"procesos\" recoge información como tiempo de CPU, fallos de " +"página y uso de memoria de los procesos elegidos." msgid "" "The rrdtool plugin stores the collected data in rrd database files, the " @@ -592,20 +569,19 @@ msgid "" "values will result in a very high memory consumption in the temporary " "directory. This can render the device unusable!" msgstr "" -"El plugin \"rrdtool\" almacena datos en ficheros de bb.dd. RRD que son la base " -"para los diagramas.

¡Ojo: Configurar valores incorrectos " -"puede hacer que se use mucho espacio en el directorio temporal y puede " -"hacer que el dispositivo funcione mal!" +"El plugin \"rrdtool\" almacena datos en ficheros de bb.dd. RRD que son la " +"base para los diagramas.

¡Ojo: Configurar valores " +"incorrectos puede hacer que se use mucho espacio en el directorio temporal y " +"puede hacer que el dispositivo funcione mal!" msgid "" "The statistics package is based on Collectd and uses RRD " "Tool to render diagram images from collected data." msgstr "" -"El paquete \"estadísticas\" está basado en Collectd y utiliza RRD Tool para dibujar gráficos con " -"los datos recogidos." +"El paquete \"estadísticas\" está basado en Collectd y utiliza RRD Tool para dibujar gráficos con los datos recogidos." msgid "" "The tcpconns plugin collects informations about open tcp connections on " @@ -621,13 +597,6 @@ msgstr "" "El plugin \"unixsock\" crea un socket UNIX que se puede usar para leer los " "datos recogidos por una instancia collectd." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"El plugin \"inalámbrico\" recoge estadísticas sobre fuerza de la señal, ruido " -"y calidad." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -644,6 +613,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Intenta resolver el nombre de máquina cualificado" +msgid "UPS" +msgstr "SAI" + +msgid "UPS Plugin Configuration" +msgstr "Configuración del plugin SAI" + +msgid "UPS name in NUT ups@host format" +msgstr "Nombre del SAI en el formato de NUT sai@máquina" + msgid "UnixSock" msgstr "Socket UNIX" @@ -662,9 +640,6 @@ msgstr "Monitorización detallada" msgid "Wireless" msgstr "Red inalámbrica" -msgid "Wireless Plugin Configuration" -msgstr "Configuración del plugin \"Wireless\"" - msgid "Wireless iwinfo Plugin Configuration" msgstr "Configuración plugin \"Wireless iwinfo\"" @@ -689,6 +664,47 @@ msgstr "segundos (varios separados por espacio)" msgid "server interfaces" msgstr "interfaces servidores" +#~ msgid "Installed network plugins:" +#~ msgstr "Plugins de red instalados:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Plugins de salida instalados:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Los plugins de red se usan para recolectar información sobre conexiones TCP, " +#~ "tráfico en los interfaces, reglas de iptables, etc." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Los plugins de salida ofrecen varias posibilidades para almacenar los datos. " +#~ "Es posible activar varios plugins a la vez, por ejemplo para almacenar " +#~ "datos recolectados en bases de datos RRD y para transmitir los datos sobre " +#~ "la red a otras instancias de collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Los plugins del sistema recolectan valores sobre el estado y el uso de " +#~ "recursos del dispositivo.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "El plugin \"inalámbrico\" recoge estadísticas sobre fuerza de la señal, ruido " +#~ "y calidad." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuración del plugin \"Wireless\"" + #~ msgid "Filepath of the unix socket" #~ msgstr "Ruta de archivo para el socket de unix" diff --git a/po/es/tinyproxy.po b/po/es/tinyproxy.po index b0a47a0719..c9faff194a 100644 --- a/po/es/tinyproxy.po +++ b/po/es/tinyproxy.po @@ -26,8 +26,8 @@ msgid "" "Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " "requests" msgstr "" -"Añade una cabecera HTTP con \"X-Tinyproxy\" con la dirección IP del cliente a " -"las peticiones retransmitidas" +"Añade una cabecera HTTP con \"X-Tinyproxy\" con la dirección IP del cliente " +"a las peticiones retransmitidas" msgid "Allowed clients" msgstr "Clientes permitidos" @@ -66,8 +66,8 @@ msgid "" "Can be either an IP address or range, a domain name or \".\" for any host " "without domain" msgstr "" -"Puede ser un rango de IPs, un nombre de dominio o \".\" para cualquier máquina " -"sin dominio" +"Puede ser un rango de IPs, un nombre de dominio o \".\" para cualquier " +"máquina sin dominio" msgid "Configuration" msgstr "Configuración" diff --git a/po/fr/ahcp.po b/po/fr/ahcp.po index 2df28151e7..6e3b281923 100644 --- a/po/fr/ahcp.po +++ b/po/fr/ahcp.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-01-15 05:32+0200\n" -"Last-Translator: desillu \n" +"PO-Revision-Date: 2012-11-06 13:06+0200\n" +"Last-Translator: hogsim \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "AHCP Server" msgstr "Serveur AHCP" @@ -102,10 +102,10 @@ msgid "Specifies the announced IPv4 and IPv6 network prefixes in CIDR notation" msgstr "Décrit les préfixes réseaux IPv4 et IPv6 publiés en notation CIDR" msgid "The AHCP Service is not running." -msgstr "" +msgstr "Le service AHCP n'est pas en fonctionnement." msgid "The AHCP Service is running with ID %s." -msgstr "" +msgstr "Le service AHCP est en fonctionnement avec l'ID s." msgid "There are no active leases." msgstr "Il n'y a aucun bail actif." diff --git a/po/fr/base.po b/po/fr/base.po index 5b99fb85b6..fcdc313acd 100644 --- a/po/fr/base.po +++ b/po/fr/base.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2012-07-02 08:42+0200\n" -"Last-Translator: dgolle \n" +"PO-Revision-Date: 2012-11-06 16:16+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -115,7 +115,7 @@ msgid "Max. concurrent queries" msgstr "Maximum de requêtes concurrentes" msgid "%s - %s" -msgstr "" +msgstr "%s - %s" msgid "APN" msgstr "APN" @@ -179,10 +179,10 @@ msgid "Active Connections" msgstr "Connexions actives" msgid "Active DHCP Leases" -msgstr "" +msgstr "Bails DHCP actifs" msgid "Active DHCPv6 Leases" -msgstr "" +msgstr "Bails DHCPv6 actifs" msgid "Ad-Hoc" msgstr "Ad-hoc" @@ -256,6 +256,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "La gamme autorisée va de 1 à 65535" +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 "Un réseau supplémentaire sera créé si vous laissé ceci décoché." @@ -266,7 +271,7 @@ msgid "Antenna 2" msgstr "Antenne 2" msgid "Antenna Configuration" -msgstr "" +msgstr "Configuration de l'antenne" msgid "Any zone" msgstr "N'importe quelle zone" @@ -284,7 +289,7 @@ msgid "Associated Stations" msgstr "Équipements associés" msgid "Atheros 802.11%s Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil Atheros 802.11%s " msgid "Authentication" msgstr "Authentification" @@ -368,10 +373,10 @@ msgid "Bring up on boot" msgstr "L'activer au démarrage" msgid "Broadcom 802.11%s Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil Broadcom 802.11%s" msgid "Broadcom BCM%04x 802.11 Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil Broadcom BCM%04x 802.11" msgid "Buffered" msgstr "Temporisé" @@ -427,6 +432,9 @@ msgid "" "Choose the network(s) you want to attach to this wireless interface or fill " "out the create field to define a new network." msgstr "" +"Choisissez le(s) réseau(x) que vous souhaitez attachez a cette interface " +"sans-fil ou remplissez le créer champ pour définir un nouveau " +"réseau. " msgid "Cipher" msgstr "Code de chiffrement" @@ -551,7 +559,7 @@ msgid "DHCP-Options" msgstr "Options DHCP" msgid "DHCPv6 Leases" -msgstr "" +msgstr "Bails DHCPv6" msgid "DNS" msgstr "DNS" @@ -560,7 +568,7 @@ msgid "DNS forwardings" msgstr "transmissions DNS" msgid "DUID" -msgstr "" +msgstr "DUID" msgid "Debug" msgstr "Deboguage" @@ -752,7 +760,7 @@ msgid "Enable Jumbo Frame passthrough" msgstr "Activer la circulation de très grandes trames (Jumbo)" msgid "Enable NTP client" -msgstr "" +msgstr "Activer client NTP" msgid "Enable TFTP server" msgstr "Activer le serveur TFTP" @@ -882,6 +890,9 @@ msgstr "Écriture…" msgid "Force" msgstr "Forcer" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Forcer CCMP (AES)" @@ -919,10 +930,10 @@ msgid "Frequency Hopping" msgstr "Sauts en fréquence" msgid "GHz" -msgstr "" +msgstr "Ghz" msgid "GPRS only" -msgstr "" +msgstr "seulement GPRS" msgid "Gateway" msgstr "Passerelle" @@ -940,7 +951,7 @@ msgid "Generate archive" msgstr "Construire l'archive" msgid "Generic 802.11%s Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil générique 802.11%s" msgid "Given password confirmation did not match, password not changed!" msgstr "" @@ -986,7 +997,7 @@ msgstr "" "authentification SSH sur clés publiques." msgid "Hermes 802.11b Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil Hermes 802.11b" msgid "Hide ESSID" msgstr "Cacher le ESSID" @@ -1040,7 +1051,7 @@ msgid "IPv4 only" msgstr "IPv4 seulement" msgid "IPv4 prefix length" -msgstr "" +msgstr "longueur du préfixe IPv4" msgid "IPv4-Address" msgstr "Adresse IPv4" @@ -1064,22 +1075,22 @@ msgid "IPv6 only" msgstr "IPv6 seulement" msgid "IPv6 prefix" -msgstr "" +msgstr "Préfixe IPv6" msgid "IPv6 prefix length" -msgstr "" +msgstr "longueur du préfixe IPv6" msgid "IPv6-Address" -msgstr "" +msgstr "Adresse IPv6" msgid "IPv6-in-IPv4 (RFC4213)" msgstr "IPv6 dans IPv4 (RFC 4213)" msgid "IPv6-over-IPv4 (6rd)" -msgstr "" +msgstr "IPv6 sur IPv4 (6ème)" msgid "IPv6-over-IPv4 (6to4)" -msgstr "" +msgstr "IPv6 sur IPv4 (6 vers 4)" msgid "Identity" msgstr "Identité" @@ -1185,7 +1196,7 @@ msgid "Interfaces" msgstr "Interfaces" msgid "Internal Server Error" -msgstr "" +msgstr "Erreur Serveur Interne" msgid "Invalid" msgstr "Erreur : donnée entrée invalide" @@ -1241,10 +1252,10 @@ msgid "Kill" msgstr "Tuer" msgid "L2TP" -msgstr "" +msgstr "L2TP" msgid "L2TP Server" -msgstr "" +msgstr "Serveur L2TP" msgid "LCP echo failure threshold" msgstr "Seuil d'erreur des échos LCP" @@ -1396,10 +1407,10 @@ msgid "MAC-List" msgstr "Liste des adresses MAC" msgid "MB/s" -msgstr "" +msgstr "MB/s" msgid "MHz" -msgstr "" +msgstr "MHz" msgid "MTU" msgstr "MTU" @@ -1426,7 +1437,7 @@ msgid "Maximum number of leased addresses." msgstr "Nombre maximum d'adresses allouées." msgid "Mbit/s" -msgstr "" +msgstr "Mbit/s" msgid "Memory" msgstr "Mémoire" @@ -1583,7 +1594,7 @@ msgid "Normal" msgstr "Normal" msgid "Not Found" -msgstr "" +msgstr "Pas trouvé" msgid "Not associated" msgstr "Pas associé" @@ -1598,7 +1609,7 @@ msgid "Notice" msgstr "Note" msgid "Nslookup" -msgstr "" +msgstr "Nslookup" msgid "OK" msgstr "OK" @@ -1762,7 +1773,7 @@ msgid "Physical Settings" msgstr "Paramètres physiques" msgid "Ping" -msgstr "" +msgstr "Ping" msgid "Pkts." msgstr "Pqts." @@ -1786,7 +1797,7 @@ msgid "Port %d is untagged in multiple VLANs!" msgstr "Le port %d n'est pas marqué dans plusieurs VLANs !" msgid "Port status:" -msgstr "" +msgstr "Statut du port :" msgid "" "Presume peer to be dead after given amount of LCP echo failures, use 0 to " @@ -1799,7 +1810,7 @@ msgid "Prevents client-to-client communication" msgstr "Empêche la communication directe entre clients" msgid "Prism2/2.5/3 802.11b Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil Prism2/2.5/3 802.11b" msgid "Proceed" msgstr "Continuer" @@ -1823,7 +1834,7 @@ msgid "Protocol support is not installed" msgstr "La gestion du protocole n'est pas installée" msgid "Provide NTP server" -msgstr "" +msgstr "Fournir serveur NTP" msgid "Provide new network" msgstr "Donner un nouveau réseau" @@ -1832,7 +1843,7 @@ msgid "Pseudo Ad-Hoc (ahdemo)" msgstr "Pseudo Ad-Hoc (ahdemo)" msgid "Quality" -msgstr "" +msgstr "Qualitée" msgid "RTS/CTS Threshold" msgstr "Seuil RTS/CTS" @@ -1844,7 +1855,7 @@ msgid "RX Rate" msgstr "Débit en réception" msgid "RaLink 802.11%s Wireless Controller" -msgstr "" +msgstr "Contrôleur sans fil RaLink 802.11%s" msgid "Radius-Accounting-Port" msgstr "Port de la comptabilisation Radius" @@ -2151,10 +2162,10 @@ msgid "Some fields are invalid, cannot save values!" msgstr "Certains champs sont invalides, ne peut sauvegarder les valeurs !" msgid "Sorry, the object you requested was not found." -msgstr "" +msgstr "Désolé, l'objet que vous avez demandé n'as pas été trouvé." msgid "Sorry, the server encountered an unexpected error." -msgstr "" +msgstr "Désolé, le serveur à rencontré une erreur inattendue." msgid "" "Sorry, there is no sysupgrade support present, a new firmware image must be " @@ -2332,13 +2343,15 @@ msgstr "" msgid "" "The IPv6 prefix assigned to the provider, usually ends with ::" msgstr "" +"Le préfixe IPv6 attribué par le fournisseur, se termine généralement par " +"::" msgid "" "The allowed characters are: A-Z, a-z, 0-9 and _" msgstr "" -"Les caractères autorisés sont : A-Z, a-z, 0-" -"9 et _" +"Les caractères autorisés sont : A-Z, a-z, " +"0-9 et _" msgid "" "The device file of the memory or partition (e.g." @@ -2386,9 +2399,11 @@ msgid "" "The length of the IPv4 prefix in bits, the remainder is used in the IPv6 " "addresses." msgstr "" +"La longueur du préfixe IPv4 en bits, le reste est utilisé dans les adresses " +"IPv6" msgid "The length of the IPv6 prefix in bits" -msgstr "" +msgstr "La longueur du préfixe IPv6 en bits" msgid "" "The network ports on this device can be combined to several DNS file" msgstr "fichier de résolution local" @@ -2900,7 +2912,7 @@ msgid "no" msgstr "non" msgid "no link" -msgstr "" +msgstr "pas de lien" msgid "none" msgstr "aucun" @@ -2912,7 +2924,7 @@ msgid "on" msgstr "Actif" msgid "open" -msgstr "" +msgstr "ouvrir" msgid "routed" msgstr "routé" @@ -2921,7 +2933,7 @@ msgid "tagged" msgstr "marqué" msgid "unknown" -msgstr "" +msgstr "inconnu" msgid "unlimited" msgstr "non limité" @@ -2941,6 +2953,9 @@ msgstr "oui" msgid "« Back" msgstr "« Retour" +#~ msgid "Waiting for router..." +#~ msgstr "Attente du routeur…" + #~ msgid "Enable builtin NTP server" #~ msgstr "Activer le serveur NTP intégré" diff --git a/po/fr/commands.po b/po/fr/commands.po new file mode 100644 index 0000000000..08b3d37858 --- /dev/null +++ b/po/fr/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/fr/coovachilli.po b/po/fr/coovachilli.po index 941571256f..b95bb4491b 100644 --- a/po/fr/coovachilli.po +++ b/po/fr/coovachilli.po @@ -1,25 +1,26 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-11-06 13:16+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "CoovaChilli" -msgstr "" +msgstr "CoovaChilli" msgid "Network Configuration" -msgstr "" +msgstr "Configuration Réseau" msgid "RADIUS configuration" -msgstr "" +msgstr "Configuration RADIUS" msgid "UAM and MAC Authentication" -msgstr "" +msgstr "Authentification UAM et MAC" diff --git a/po/fr/ddns.po b/po/fr/ddns.po index f7db18f9d5..189e8fa31c 100644 --- a/po/fr/ddns.po +++ b/po/fr/ddns.po @@ -1,17 +1,17 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2010-04-02 17:15+0100\n" -"Last-Translator: Benoît Knecht \n" +"PO-Revision-Date: 2012-11-06 13:19+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" -"Language: \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "Check for changed IP every" msgstr "Vérifier si l'adresse IP a changé toutes les" @@ -35,6 +35,9 @@ msgstr "" msgid "Enable" msgstr "Activer" +msgid "Event interface" +msgstr "Événement sur l'interface" + msgid "Force update every" msgstr "Vérification forcée toutes les" @@ -50,6 +53,9 @@ msgstr "Interface" msgid "Network" msgstr "Réseau" +msgid "On which interface up should start the ddns script process." +msgstr "Sur quelle interface devrait démarrer le processus du script ddns." + msgid "Password" msgstr "Mot de passe" @@ -81,9 +87,3 @@ msgstr "min" msgid "network" msgstr "réseau" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/fr/diag_core.po b/po/fr/diag_core.po index 51a320d117..a5b4e6adc1 100644 --- a/po/fr/diag_core.po +++ b/po/fr/diag_core.po @@ -1,26 +1,28 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-11-23 22:32+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 13:21+0200\n" +"Last-Translator: hogsim \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Configure Diagnostics" msgstr "Configuration des diagnostics" msgid "Diagnostics" -msgstr "" +msgstr "Diagnostiques" msgid "" "The diagnostics available under this menu depend on what modules you have " "installed on your device." msgstr "" +"Les diagnostics disponible ci-dessous dépendent des modules que vous avez " +"installé sur votre appareil. " msgid "" "The entries in the menu allow you to perform diagnostic tests on your system " diff --git a/po/fr/diag_devinfo.po b/po/fr/diag_devinfo.po index b86052dce3..3c359e6602 100644 --- a/po/fr/diag_devinfo.po +++ b/po/fr/diag_devinfo.po @@ -1,18 +1,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-01-15 07:15+0200\n" -"Last-Translator: desillu \n" +"PO-Revision-Date: 2012-11-06 16:25+0200\n" +"Last-Translator: hogsim \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Actions" -msgstr "" +msgstr "Actions" msgid "Add" msgstr "Ajouter" @@ -27,19 +27,26 @@ msgid "Configure" msgstr "Configurer" msgid "Configure Scans" -msgstr "" +msgstr "Configurer la recherche" msgid "" "Configure scanning for devices on specified networks. Decreasing 'Timeout', " "'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " "may fail to find some devices." msgstr "" +"Configurer la recherche d'appareils sur un réseau spécifié. Réduire le " +"'Timeout', 'Repeat Count', et/ou 'Sleep Between Requests' peut augmenter la " +"vitesse des scans, mais peut aussi ne pas trouver certains appareils." msgid "" "Configure scanning for supported SIP devices on specified networks. " "Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " "speed up scans, but also may fail to find some devices." msgstr "" +"Configurer la recherche d'appareils SIP supporté sur un réseau spécifié. " +"Réduire le 'Timeout', 'Repeat Count', et/ou 'Sleep Between Requests' peut " +"augmenter la vitesse des scans, mais peut aussi ne pas trouver certains " +"appareils." msgid "Delete" msgstr "Supprimer" @@ -48,7 +55,7 @@ msgid "Device Scan Config" msgstr "Configuration de la recherche de périphériques" msgid "Device Type" -msgstr "" +msgstr "Type d'appareil" msgid "Devices discovered for" msgstr "Devices discovered for" @@ -98,22 +105,22 @@ msgid "Milliseconds to sleep between requests (default 100)" msgstr "Durée d'attente en millisecondes entre les requêtes (par défaut 100)" msgid "Model" -msgstr "" +msgstr "Modèle" msgid "Name" msgstr "Nom" msgid "Network Device Scan" -msgstr "" +msgstr "Analyse des périphériques réseau" msgid "Network Device Scanning Configuration" -msgstr "" +msgstr "Configuration de l'analyse des périphériques réseau" msgid "Networks to scan for devices" -msgstr "" +msgstr "Réseaux à scanner pour les périphériques " msgid "Networks to scan for supported devices" -msgstr "" +msgstr "Réseaux à scanner pour les périphériques supporté" msgid "No SIP devices" msgstr "Pas de périphérique SIP" @@ -135,7 +142,7 @@ msgstr "" "Périphérique » (mac-to-devinfo) pour une gamme donnée d'adresses MAC" msgid "Perform Scans (this can take a few minutes)" -msgstr "" +msgstr "Faire un scan ( Cela peut prendre quelques minutes)" msgid "Phone Information" msgstr "Informations concernant le téléphone" @@ -150,7 +157,7 @@ msgid "Phones" msgstr "Téléphones" msgid "Ports" -msgstr "" +msgstr "Ports" msgid "Raw" msgstr "Brut" @@ -159,7 +166,7 @@ msgid "Repeat Count" msgstr "Nombre de tentatives" msgid "Repeat Scans (this can take a few minutes)" -msgstr "" +msgstr "Refaire scans (cela peut prendre quelques minutes )" msgid "SIP Device Information" msgstr "Informations concernant le périphérique SIP" @@ -174,7 +181,7 @@ msgid "SIP Devices on Network" msgstr "Périphériques SIP sur le réseau" msgid "SIP devices discovered for" -msgstr "" +msgstr "Périphériques SIP découvert pour" msgid "Scan for devices on specified networks." msgstr "Rechercher des périphériques sur les réseaux spécifiés." @@ -185,6 +192,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "Attente entre les requêtes" @@ -208,6 +218,3 @@ msgstr "" msgid "check other networks" msgstr "Explorer d'autres réseaux" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/fr/freifunk.po b/po/fr/freifunk.po index 785d861b38..d69b1f1764 100644 --- a/po/fr/freifunk.po +++ b/po/fr/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -140,6 +161,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -191,6 +215,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -221,6 +248,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -250,6 +280,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -299,6 +332,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -307,6 +343,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/fr/hd_idle.po b/po/fr/hd_idle.po index 827ccd6b96..4b54e27c4c 100644 --- a/po/fr/hd_idle.po +++ b/po/fr/hd_idle.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 10:33+0200\n" -"PO-Revision-Date: 2011-06-22 21:31+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 15:20+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Disk" msgstr "Disque" @@ -36,7 +36,7 @@ msgid "h" msgstr "h" msgid "hd-idle" -msgstr "" +msgstr "hd-idle" msgid "" "hd-idle is a utility program for spinning-down external disks after a period " diff --git a/po/fr/meshwizard.po b/po/fr/meshwizard.po index b4d177c5ca..2c2f312948 100644 --- a/po/fr/meshwizard.po +++ b/po/fr/meshwizard.po @@ -13,6 +13,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.4\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Canal" @@ -34,9 +37,18 @@ msgstr "Le serveur DHCP donnera automatiquement des adresses IP aux clients" msgid "Enable DHCP" msgstr "Activer le serveur DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Paramètres généraux" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -49,9 +61,17 @@ msgstr "Interfaces" msgid "Mesh IP address" msgstr "Adresse IP maillée" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "Assistant de Maillage" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Protéger le LAN" @@ -61,6 +81,9 @@ msgstr "" "Sélectionnez ceci pour permettre aux autres d'utiliser votre connexion pour " "accéder à Internet." +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Partager votre connexion Internet" @@ -79,6 +102,11 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "L'adresse IP donnée n'est pas dans le réseau maillé" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/fr/mmc_over_gpio.po b/po/fr/mmc_over_gpio.po index b6f02d2531..64dc899270 100644 --- a/po/fr/mmc_over_gpio.po +++ b/po/fr/mmc_over_gpio.po @@ -3,39 +3,39 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2011-06-22 21:31+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 16:06+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "CLK_pin" -msgstr "" +msgstr "CLK_pin" msgid "CS_pin" -msgstr "" +msgstr "CS_pin" msgid "DI_pin" -msgstr "" +msgstr "DI_pin" msgid "DO_pin" -msgstr "" +msgstr "DO_pin" msgid "Enable" -msgstr "" +msgstr "Activer" msgid "MMC/SD driver configuration" -msgstr "" +msgstr "Configuration driver MMC/SD" msgid "Mode" -msgstr "" +msgstr "Mode" msgid "Name" -msgstr "" +msgstr "Nom" msgid "Settings" msgstr "Configuration" diff --git a/po/fr/multiwan.po b/po/fr/multiwan.po index ac0b9e3363..39b1421737 100644 --- a/po/fr/multiwan.po +++ b/po/fr/multiwan.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-11-23 22:26+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 16:07+0200\n" +"Last-Translator: hogsim \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Attempts Before WAN Failover" msgstr "Essais avant de déclarer un WAN défaillant" @@ -21,7 +21,7 @@ msgid "Auto" msgstr "Auto" msgid "Collecting data..." -msgstr "" +msgstr "Collection de données..." msgid "" "Configure rules for directing outbound traffic through specified WAN Uplinks." @@ -45,7 +45,7 @@ msgid "Enable" msgstr "Activer" msgid "Failing" -msgstr "" +msgstr "Défaillance" msgid "Failover Traffic Destination" msgstr "Destination du trafic en cas de défaillance" @@ -66,7 +66,7 @@ msgstr "" "connexions défaillantes." msgid "KO" -msgstr "" +msgstr "KO" msgid "Load Balancer Distribution" msgstr "Distribution d'équilibrage de charge" @@ -81,7 +81,7 @@ msgid "Multi-WAN" msgstr "Multi-WAN" msgid "Multi-WAN Status" -msgstr "" +msgstr "Statut Multi-WAN" msgid "Multi-WAN Traffic Rules" msgstr "Règles de trafic avec des liens sortants multiples" @@ -98,7 +98,7 @@ msgid "None" msgstr "Aucun" msgid "OK" -msgstr "" +msgstr "OK" msgid "Ports" msgstr "Ports" @@ -107,13 +107,13 @@ msgid "Protocol" msgstr "Protocole" msgid "Recovering" -msgstr "" +msgstr "Récupération" msgid "Source Address" msgstr "Adresse source" msgid "Unknown" -msgstr "" +msgstr "Inconnu" msgid "WAN Interfaces" msgstr "Interfaces WAN" diff --git a/po/fr/ntpc.po b/po/fr/ntpc.po index 781356b08a..d417e15e47 100644 --- a/po/fr/ntpc.po +++ b/po/fr/ntpc.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2011-06-13 21:23+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 16:08+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Clock Adjustment" msgstr "Ajustement de l'horloge" @@ -38,7 +38,7 @@ msgid "Synchronizes the system time" msgstr "Synchronise le temps système" msgid "Time Server" -msgstr "" +msgstr "Serveur temps " msgid "Time Servers" msgstr "Serveurs de temps" diff --git a/po/fr/qos.po b/po/fr/qos.po index cc11b15ef8..ae901a0c5e 100644 --- a/po/fr/qos.po +++ b/po/fr/qos.po @@ -1,16 +1,17 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-25 22:10+0100\n" -"PO-Revision-Date: 2010-03-26 09:06+0100\n" -"Last-Translator: Benoît Knecht \n" +"PO-Revision-Date: 2012-11-06 16:08+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "Calculate overhead" msgstr "Calculer la surcharge" @@ -102,4 +103,4 @@ msgid "priority" msgstr "prioritaire" msgid "qos_connbytes" -msgstr "" +msgstr "qos_connbytes" diff --git a/po/fr/statistics.po b/po/fr/statistics.po index f627657e7f..f1fec699da 100644 --- a/po/fr/statistics.po +++ b/po/fr/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "Paramètres Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +115,9 @@ msgstr "Utilisation de l'espace-disque" msgid "Disk Usage" msgstr "Espace-disque" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Période affichée »" @@ -193,12 +196,6 @@ msgstr "Ignorer les adresses-source" msgid "Incoming interface" msgstr "Interface entrante" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "Configuration du greffon des Interfaces" @@ -292,11 +289,6 @@ msgstr "Configuration du greffon réseau" msgid "Network plugins" msgstr "Greffons liés au réseau" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "Protocole réseau" @@ -321,13 +313,6 @@ msgstr "Interface sortante" msgid "Output plugins" msgstr "Greffons liés aux résultats" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -427,11 +412,6 @@ msgstr "Charge-système" msgid "System plugins" msgstr "Greffons liés au système" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Connexions TCP" @@ -447,6 +427,9 @@ msgstr "TTL des paquets ping" msgid "Table" msgstr "Table" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -608,13 +591,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Le greffon sans-fil récupère des informations sur la puissance du signal " -"wifi, sa qualité et sur le bruit." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -631,6 +607,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Tente de récupérer des noms d'hôtes complètement qualifiés" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "Socket Unix" @@ -649,9 +634,6 @@ msgstr "Surveillance verbeuse" msgid "Wireless" msgstr "Sans-fil" -msgid "Wireless Plugin Configuration" -msgstr "Configuration du greffon sans-fil" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -675,3 +657,13 @@ msgstr "En secondes ; séparer différentes valeurs par des espaces" msgid "server interfaces" msgstr "Interfaces du serveur" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Le greffon sans-fil récupère des informations sur la puissance du signal " +#~ "wifi, sa qualité et sur le bruit." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuration du greffon sans-fil" diff --git a/po/fr/tinyproxy.po b/po/fr/tinyproxy.po index e927a01dd2..ca78ca42f4 100644 --- a/po/fr/tinyproxy.po +++ b/po/fr/tinyproxy.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2011-11-23 22:30+0200\n" -"Last-Translator: fredb \n" +"PO-Revision-Date: 2012-11-06 16:09+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "Via proxy routes requests to the given target via the specifed " @@ -76,7 +76,7 @@ msgstr "" "ou \".\" pour n'importe quel nom d'hôte sans domaine" msgid "Configuration" -msgstr "" +msgstr "Configuration" msgid "Connection timeout" msgstr "Délai de connexion" @@ -257,7 +257,7 @@ msgid "Statistics page" msgstr "Page de statistiques" msgid "Status" -msgstr "" +msgstr "Statut" msgid "Target host" msgstr "Hôte de destination" @@ -266,7 +266,7 @@ msgid "Tinyproxy" msgstr "Tinyproxy" msgid "Tinyproxy Status" -msgstr "" +msgstr "Statut Tinyproxy" msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" msgstr "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" diff --git a/po/fr/upnp.po b/po/fr/upnp.po index d0ca31245f..0fbb2fc69d 100644 --- a/po/fr/upnp.po +++ b/po/fr/upnp.po @@ -1,16 +1,17 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-11-06 16:09+0200\n" +"Last-Translator: hogsim \n" "Language-Team: LANGUAGE \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "ACLs specify which external ports may be redirected to which internal " @@ -125,7 +126,7 @@ msgid "There are no active redirects." msgstr "Il n'y a pas de redirections actives." msgid "UPNP" -msgstr "" +msgstr "UPNP" msgid "" "UPNP allows clients in the local network to automatically configure the " diff --git a/po/fr/voice_core.po b/po/fr/voice_core.po index 2363852d23..71ef06285a 100644 --- a/po/fr/voice_core.po +++ b/po/fr/voice_core.po @@ -1,21 +1,21 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-01-15 07:10+0200\n" -"Last-Translator: desillu \n" +"PO-Revision-Date: 2012-11-06 16:09+0200\n" +"Last-Translator: hogsim \n" "Language-Team: none\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Phones" msgstr "Téléphones" msgid "Voice" -msgstr "" +msgstr "Voix" #~ msgid "l_v_adminphones" #~ msgstr "Téléphones" diff --git a/po/he/base.po b/po/he/base.po index 5d93da5eb3..484e04a38a 100644 --- a/po/he/base.po +++ b/po/he/base.po @@ -245,6 +245,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "הטווח המורשה הוא 1 עד 65535" +msgid "" +"Always use 40MHz channels even if the secondary channel overlaps. Using this " +"option does not comply with IEEE 802.11n-2009!" +msgstr "" + #, fuzzy msgid "An additional network will be created if you leave this unchecked." msgstr "רשת נוספת תווצר אם תשאיר את זה לא מסומן" @@ -842,6 +847,9 @@ msgstr "" msgid "Force" msgstr "" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2584,9 +2592,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "אזהרה" diff --git a/po/he/commands.po b/po/he/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/he/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/he/ddns.po b/po/he/ddns.po index e9637f091d..1e66f7f00c 100644 --- a/po/he/ddns.po +++ b/po/he/ddns.po @@ -38,6 +38,9 @@ msgstr "" msgid "Enable" msgstr "אפשר" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "אלץ עדכון כל" @@ -54,6 +57,9 @@ msgstr "ממשק" msgid "Network" msgstr "רשת" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "סיסמא" @@ -85,9 +91,3 @@ msgstr "דק'" msgid "network" msgstr "רשת" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/he/diag_devinfo.po b/po/he/diag_devinfo.po index 5ff7d3bb32..7161955d81 100644 --- a/po/he/diag_devinfo.po +++ b/po/he/diag_devinfo.po @@ -178,6 +178,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -201,6 +204,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/he/freifunk.po b/po/he/freifunk.po index c126cc601f..5d9e8a772c 100644 --- a/po/he/freifunk.po +++ b/po/he/freifunk.po @@ -14,6 +14,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "הגדרות בסיס" @@ -80,6 +83,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "ערוך דף אינדקס" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "שגיאה" @@ -101,6 +107,12 @@ msgstr "שער" msgid "Go to" msgstr "עבור אל" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "שלום וברוך הבא לרשת של" @@ -113,6 +125,15 @@ msgstr "דף הבית" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "אם מסומן, תוכן ברירת המחדל לא יופיע" @@ -139,6 +160,9 @@ msgstr "שמור הגדרות" msgid "Latitude" msgstr "רוחב" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -190,6 +214,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "סקירה" @@ -220,6 +247,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -249,6 +279,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -298,6 +331,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -306,6 +342,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/he/meshwizard.po b/po/he/meshwizard.po index d4cfc501f5..f887a891d1 100644 --- a/po/he/meshwizard.po +++ b/po/he/meshwizard.po @@ -8,6 +8,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -29,9 +32,18 @@ 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 "" @@ -42,9 +54,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -52,6 +72,9 @@ 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 "" @@ -65,6 +88,11 @@ 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." diff --git a/po/he/statistics.po b/po/he/statistics.po index 4e72ebd7b9..6ad747565c 100644 --- a/po/he/statistics.po +++ b/po/he/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -112,6 +112,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -182,12 +185,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -281,11 +278,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -310,13 +302,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -416,11 +401,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -436,6 +416,9 @@ 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." @@ -551,11 +534,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -568,6 +546,15 @@ 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 "" @@ -586,9 +573,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/hu/base.po b/po/hu/base.po index 5ebaf7d328..bf8f2169ab 100644 --- a/po/hu/base.po +++ b/po/hu/base.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-09-13 18:30+0200\n" -"Last-Translator: Gábor \n" +"PO-Revision-Date: 2012-11-20 18:52+0200\n" +"Last-Translator: juhosg \n" "Language-Team: none\n" "Language: hu\n" "MIME-Version: 1.0\n" @@ -174,10 +174,10 @@ msgid "Active Connections" msgstr "Aktív kapcsolatok" msgid "Active DHCP Leases" -msgstr "" +msgstr "Aktív DHCP bérletek" msgid "Active DHCPv6 Leases" -msgstr "" +msgstr "Aktív DHCPv6 bérletek" msgid "Ad-Hoc" msgstr "Ad-Hoc" @@ -249,6 +249,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Engedélyezett tartomány 1-től 65535-ig" +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 "Amennyiben ezt jelöletlenül hagyja, egy további hálózat jön létre" @@ -422,6 +427,9 @@ msgid "" "Choose the network(s) you want to attach to this wireless interface or fill " "out the create field to define a new network." msgstr "" +"Válassza ki azokat a hálózatokat, amelyeket csatlakoztatni akar ehhez a " +"vezetéknélküli interfészhez, vagy töltse ki az új mezőt egy új " +"hálózat definiálásához." msgid "Cipher" msgstr "Titkosító" @@ -744,7 +752,7 @@ msgid "Enable Jumbo Frame passthrough" msgstr "Óriás keretek átengedésének engedélyezése" msgid "Enable NTP client" -msgstr "" +msgstr "NTP-kliens engedélyezése" msgid "Enable TFTP server" msgstr "TFTP kiszolgáló engedélyezése" @@ -870,6 +878,9 @@ msgstr "Flash-elés..." msgid "Force" msgstr "Kényszerítés" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "CCMP (AES) kényszerítése" @@ -912,7 +923,7 @@ msgid "GHz" msgstr "" msgid "GPRS only" -msgstr "" +msgstr "Csak GPRS" msgid "Gateway" msgstr "Átjáró" @@ -1016,7 +1027,7 @@ msgid "IPv4 and IPv6" msgstr "IPv4 és IPv6" msgid "IPv4 broadcast" -msgstr "IPv4 broagcast" +msgstr "IPv4 broadcast" msgid "IPv4 gateway" msgstr "IPv4 átjáró" @@ -1028,7 +1039,7 @@ msgid "IPv4 only" msgstr "csak IPv4" msgid "IPv4 prefix length" -msgstr "" +msgstr "IPv4 prefix hossza" msgid "IPv4-Address" msgstr "IPv4-cím" @@ -1055,10 +1066,10 @@ msgid "IPv6 prefix" msgstr "" msgid "IPv6 prefix length" -msgstr "" +msgstr "IPv6 prefix hossz" msgid "IPv6-Address" -msgstr "" +msgstr "IPv6-cím" msgid "IPv6-in-IPv4 (RFC4213)" msgstr "IPv6 IPv4-ben (RFC4213)" @@ -1349,7 +1360,7 @@ msgid "Localise queries" msgstr "" msgid "Locked to channel %d used by %s" -msgstr "Zárolt a %s által használt %d csatornára" +msgstr "Zárolt a %d csatornára az %s által." msgid "Log output level" msgstr "Napló kimeneti szintje" @@ -1569,7 +1580,7 @@ msgid "Normal" msgstr "Normál" msgid "Not Found" -msgstr "" +msgstr "Nem található" msgid "Not associated" msgstr "Nincs hozzárendelve" @@ -1810,7 +1821,7 @@ msgid "Protocol support is not installed" msgstr "Protokoll támogatás nincs telepítve" msgid "Provide NTP server" -msgstr "" +msgstr "NTP kiszolgáló" msgid "Provide new network" msgstr "Új hálózat nyújtása" @@ -1819,7 +1830,7 @@ msgid "Pseudo Ad-Hoc (ahdemo)" msgstr "Ál Ad-hoc (ahdemo)" msgid "Quality" -msgstr "" +msgstr "Minőség" msgid "RTS/CTS Threshold" msgstr "RTS/CTS küszöbérték" @@ -1862,11 +1873,17 @@ 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 "" +"Biztosan törli az interfészt? A törlés nem visszavonható!\n" +" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen az " +"interfészen keresztül kapcsolódik." 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 "" +"Biztosan törli ezt a vezetéknélküli hálózatot? A törlés nem visszavonható!\n" +"Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen a hálózaton " +"keresztül kapcsolódik." msgid "Really reset all changes?" msgstr "Biztos, hogy visszavonja az összes módosítást?" @@ -1875,11 +1892,17 @@ msgid "" "Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " "you are connected via this interface." msgstr "" +"Biztos, hogy leállítja a \"%s\" interfészt?\n" +" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen az " +"interfészen keresztül kapcsolódik." msgid "" "Really shutdown network ?\\nYou might lose access to this device if you are " "connected via this interface." msgstr "" +"Biztos, hogy leállítja a hálózatot?!\n" +" Lehet, hogy elveszti a hozzáférést az eszközhöz, amennyiben ezen a " +"hálózaton keresztül kapcsolódik." msgid "Really switch protocol?" msgstr "Biztos, hogy cserélni szeretné a protokollt?" @@ -2019,10 +2042,10 @@ msgid "Rule #" msgstr "Szabály #" msgid "Run a filesystem check before mounting the device" -msgstr "Fájlrendszer elleőrzés futtatása az eszköz csatolása előtt" +msgstr "Fájlrendszer ellenőrzés futtatása az eszköz csatolása előtt" msgid "Run filesystem check" -msgstr "Fájlrendszer elleőrzés futtatása" +msgstr "Fájlrendszer ellenőrzés futtatása" msgid "SSH Access" msgstr "SSH hozzáférés" @@ -2128,10 +2151,10 @@ msgid "Some fields are invalid, cannot save values!" msgstr "Néhán mező érvénytelen, az értékek nem menthetők!" msgid "Sorry, the object you requested was not found." -msgstr "" +msgstr "Sajnálom, a kért objektum nem található." msgid "Sorry, the server encountered an unexpected error." -msgstr "" +msgstr "Sajnálom, a szerver váratlan hibát észlelt." msgid "" "Sorry, there is no sysupgrade support present, a new firmware image must be " @@ -2719,9 +2742,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Várakozás a routerre..." - msgid "Warning" msgstr "Figyelmeztetés" @@ -2801,7 +2821,7 @@ msgid "bridged" msgstr "áthidalt" msgid "create:" -msgstr "" +msgstr "új:" msgid "creates a bridge over specified interface(s)" msgstr "híd létrehozása a megadott interfész(ek) között" @@ -2903,6 +2923,9 @@ msgstr "igen" msgid "« Back" msgstr "« Vissza" +#~ msgid "Waiting for router..." +#~ msgstr "Várakozás a routerre..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Beépített NTP kiszolgáló engedélyezése" diff --git a/po/hu/commands.po b/po/hu/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/hu/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/hu/ddns.po b/po/hu/ddns.po index ecb5700e80..648f0cfc76 100644 --- a/po/hu/ddns.po +++ b/po/hu/ddns.po @@ -37,6 +37,9 @@ msgstr "" msgid "Enable" msgstr "Engedélyezés" +msgid "Event interface" +msgstr "Esemány interfész" + msgid "Force update every" msgstr "Frissítés erőltetése minden" @@ -52,6 +55,9 @@ msgstr "Interfész" msgid "Network" msgstr "Hálózat" +msgid "On which interface up should start the ddns script process." +msgstr "Melyik interfész indulása váltsa ki a ddns script indítását." + msgid "Password" msgstr "Jelszó" @@ -83,9 +89,3 @@ msgstr "perc" msgid "network" msgstr "hálózat" - -msgid "Event interface" -msgstr "Esemány interfész" - -msgid "On which interface up should start the ddns script process." -msgstr "Melyik interfész indulása váltsa ki a ddns script indítását." diff --git a/po/hu/diag_devinfo.po b/po/hu/diag_devinfo.po index 33b068df5a..e2acfdd3d0 100644 --- a/po/hu/diag_devinfo.po +++ b/po/hu/diag_devinfo.po @@ -187,6 +187,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "Kérések közötti szünet" @@ -210,6 +213,3 @@ msgstr "" msgid "check other networks" msgstr "egyéb hálózatok ellenőrzése" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/hu/freifunk.po b/po/hu/freifunk.po index 8df7f6a866..a14be134a1 100644 --- a/po/hu/freifunk.po +++ b/po/hu/freifunk.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,6 +12,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -77,6 +81,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -98,6 +105,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -110,6 +123,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -136,6 +158,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -187,6 +212,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -217,6 +245,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -246,6 +277,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -295,6 +329,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -303,6 +340,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/hu/meshwizard.po b/po/hu/meshwizard.po index d4cfc501f5..f887a891d1 100644 --- a/po/hu/meshwizard.po +++ b/po/hu/meshwizard.po @@ -8,6 +8,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -29,9 +32,18 @@ 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 "" @@ -42,9 +54,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -52,6 +72,9 @@ 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 "" @@ -65,6 +88,11 @@ 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." diff --git a/po/hu/qos.po b/po/hu/qos.po index 9cfdf700fc..e4c392ce75 100644 --- a/po/hu/qos.po +++ b/po/hu/qos.po @@ -79,8 +79,8 @@ msgid "" "With QoS you can prioritize " "network traffic selected by addresses, ports or services." msgstr "" -"A QoS segítségével beállítható cím, " -"portok vagy szolgáltatások alapján kiválasztott hálózati forgalom " +"A QoS segítségével beállítható " +"cím, portok vagy szolgáltatások alapján kiválasztott hálózati forgalom " "prioritása." msgid "all" diff --git a/po/hu/statistics.po b/po/hu/statistics.po index f2888c4016..8777a4911d 100644 --- a/po/hu/statistics.po +++ b/po/hu/statistics.po @@ -66,7 +66,7 @@ msgid "Collectd Settings" msgstr "Collectd beállítások" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -113,6 +113,9 @@ msgstr "Felhasznált lemezterület" msgid "Disk Usage" msgstr "Lemezhasználat" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Időszak megjelenítése »" @@ -192,12 +195,6 @@ msgstr "Forrás címek figyelmen kívül hagyása" msgid "Incoming interface" msgstr "Bejövő interfész" -msgid "Installed network plugins:" -msgstr "Telepített hálózati bővítmények:" - -msgid "Installed output plugins:" -msgstr "Telepített kimeneti bővítmények:" - msgid "Interface Plugin Configuration" msgstr "Interfész bővítmény beállítása" @@ -293,13 +290,6 @@ msgstr "Hálózat bővítmény beállítása" msgid "Network plugins" msgstr "Hálózati bővítmények" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"A hálózati bővítmények nyitott TCP kapcsolatok, interfész forgalom, iptables " -"szabályok és ehhez hasonló információk gyűjtésére használhatók." - msgid "Network protocol" msgstr "Hálózati protokoll" @@ -324,18 +314,6 @@ msgstr "Kimenő interfész" msgid "Output plugins" msgstr "Kimeneti bővítmények" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"A kimeneti bővítmények különféle lehetőségeket biztosítanak az összegyűjtött " -"adatok tárolásához. Lehetőség van többféle bővítmény egyidejű " -"engedélyezésére, például az összegyűjtött adatok RRD adatbázisban történő " -"tárolására és egyidejűleg hálózaton keresztül másik collectd példányhoz való " -"továbbítására." - msgid "Ping" msgstr "Ping" @@ -439,13 +417,6 @@ msgstr "Rendszerterhelés" msgid "System plugins" msgstr "Rendszer bővítmények" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"A rendszer bővítmények a rendszer állapotáról és az erőforrások " -"használatáról gyűjtenek adatokat az eszközön." - msgid "TCP Connections" msgstr "TCP kapcsolatok" @@ -461,6 +432,9 @@ msgstr "TTL a ping csomagokhoz" msgid "Table" msgstr "Táblázat" +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." @@ -602,13 +576,6 @@ msgstr "" "A unixsock bővítmény létrehoz egy unix socket-et melyen keresztül " "kiolvashatók az összegyűjtött adatok egy futó collectd-ből. " -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"A vezetéknélküli bővítmény vezetéknélküli jelerősségről, zajról és " -"minőségről gyűjt információkat." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -623,6 +590,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -641,9 +617,6 @@ msgstr "" msgid "Wireless" msgstr "Vezeték nélküli" -msgid "Wireless Plugin Configuration" -msgstr "Vezetéknélküli bővítmény beállítása" - msgid "Wireless iwinfo Plugin Configuration" msgstr "iwinfo vezeték nélküli bővítmény beállítása" @@ -667,3 +640,45 @@ msgstr "másodpercek; több szóközzel elválasztott érték is megadható" msgid "server interfaces" msgstr "kiszolgáló interfész" + +#~ msgid "Installed network plugins:" +#~ msgstr "Telepített hálózati bővítmények:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Telepített kimeneti bővítmények:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "A hálózati bővítmények nyitott TCP kapcsolatok, interfész forgalom, iptables " +#~ "szabályok és ehhez hasonló információk gyűjtésére használhatók." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "A kimeneti bővítmények különféle lehetőségeket biztosítanak az összegyűjtött " +#~ "adatok tárolásához. Lehetőség van többféle bővítmény egyidejű " +#~ "engedélyezésére, például az összegyűjtött adatok RRD adatbázisban történő " +#~ "tárolására és egyidejűleg hálózaton keresztül másik collectd példányhoz való " +#~ "továbbítására." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "A rendszer bővítmények a rendszer állapotáról és az erőforrások " +#~ "használatáról gyűjtenek adatokat az eszközön." + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "A vezetéknélküli bővítmény vezetéknélküli jelerősségről, zajról és " +#~ "minőségről gyűjt információkat." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Vezetéknélküli bővítmény beállítása" diff --git a/po/it/base.po b/po/it/base.po index 34e68bdc8c..9630fa5697 100644 --- a/po/it/base.po +++ b/po/it/base.po @@ -3,27 +3,27 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2011-06-26 16:20+0200\n" -"Last-Translator: Massimo \n" +"PO-Revision-Date: 2012-12-15 19:35+0200\n" +"Last-Translator: claudyus \n" "Language-Team: LANGUAGE \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "(%d minute window, %d second interval)" msgstr "(%d finestra in minuti , %d secondi intervallo)" msgid "(%s available)" -msgstr "(%s available)" +msgstr "(%s disponibile)" msgid "(empty)" msgstr "(vuoto)" msgid "(no interfaces attached)" -msgstr "(vuoto)" +msgstr "(nessuna interfaccia collegata)" msgid "-- Additional Field --" msgstr "-- Campo aggiuntivo --" @@ -35,10 +35,10 @@ msgid "-- custom --" msgstr "-- personalizzato --" msgid "1 Minute Load:" -msgstr "1 minuto carico:" +msgstr "Carico in 1 minuto:" msgid "15 Minute Load:" -msgstr "15 minuti carico::" +msgstr "Carico in 15 minut:" msgid "40MHz 2nd channel above" msgstr "40MHz superiore" @@ -250,6 +250,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Range permesso 1-65535" +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 "Sarà creata una rete aggiuntiva se lasci questo senza spunta." @@ -857,6 +862,9 @@ msgstr "" msgid "Force" msgstr "Forza" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2637,9 +2645,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/it/commands.po b/po/it/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/it/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/it/ddns.po b/po/it/ddns.po index 754e919979..4121613fb3 100644 --- a/po/it/ddns.po +++ b/po/it/ddns.po @@ -35,6 +35,9 @@ msgstr "" msgid "Enable" msgstr "Abilita" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Forza aggiornamento ogni" @@ -50,6 +53,9 @@ msgstr "Interfaccia" msgid "Network" msgstr "Rete" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Password" @@ -81,9 +87,3 @@ msgstr "min" msgid "network" msgstr "rete" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/it/diag_devinfo.po b/po/it/diag_devinfo.po index 5ff7d3bb32..7161955d81 100644 --- a/po/it/diag_devinfo.po +++ b/po/it/diag_devinfo.po @@ -178,6 +178,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -201,6 +204,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/it/freifunk.po b/po/it/freifunk.po index 3294c9a22b..68e96188f1 100644 --- a/po/it/freifunk.po +++ b/po/it/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -140,6 +161,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -191,6 +215,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -221,6 +248,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -250,6 +280,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -299,6 +332,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -307,6 +343,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/it/meshwizard.po b/po/it/meshwizard.po index 3a6dfc030e..114547a790 100644 --- a/po/it/meshwizard.po +++ b/po/it/meshwizard.po @@ -13,6 +13,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Canale" @@ -34,9 +37,18 @@ msgstr "DHCP assegnerà indirizzi ip ai client" msgid "Enable DHCP" msgstr "Abilità DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Impostazioni generali" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -47,9 +59,17 @@ msgstr "Interfacce" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Proteggi LAN" @@ -59,6 +79,9 @@ msgstr "" "Selezionare per permettere ad altri di usare la tua connessione per accedere " "a internet." +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Condividi la tua connessione internet" @@ -76,6 +99,11 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "L'IP dato non è all'interno del range degli indirizzi di rete mesh" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/it/minidlna.po b/po/it/minidlna.po index 48c6188390..2949f4a149 100644 --- a/po/it/minidlna.po +++ b/po/it/minidlna.po @@ -1,54 +1,57 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2012-12-15 19:42+0200\n" +"Last-Translator: claudyus \n" "Language-Team: none\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "Advanced Settings" -msgstr "" +msgstr "Opzioni avanzate" msgid "Album art names:" msgstr "" msgid "Announced model number:" -msgstr "" +msgstr "Numero modello annunciato:" msgid "Announced serial number:" -msgstr "" +msgstr "Numero seriale annunciato:" msgid "Browse directory" -msgstr "" +msgstr "Esplora directory" msgid "Collecting data..." -msgstr "" +msgstr "Recuperando i dati..." msgid "Database directory:" -msgstr "" +msgstr "Directory database:" msgid "Enable TIVO:" -msgstr "" +msgstr "Abilita TIVO:" msgid "Enable inotify:" -msgstr "" +msgstr "Abilita inotify:" msgid "Enable:" -msgstr "" +msgstr "Abilita:" msgid "Friendly name:" msgstr "" msgid "General Settings" -msgstr "" +msgstr "Impostazioni generali" msgid "Interfaces:" -msgstr "" +msgstr "Interfaccie:" msgid "Log directory:" -msgstr "" +msgstr "Directory di log:" msgid "Media directories:" msgstr "" @@ -57,6 +60,8 @@ msgid "" "MiniDLNA is server software with the aim of being fully compliant with DLNA/" "UPnP-AV clients." msgstr "" +"MiniDLNA è un server il cui intento è di essere completamente compatibile " +"con i DLNA/UPnP-AV client disponibili." msgid "" "Model number the miniDLNA daemon will report to clients in its XML " @@ -64,25 +69,25 @@ msgid "" msgstr "" msgid "Music" -msgstr "" +msgstr "Musica" msgid "Network interfaces to serve." -msgstr "" +msgstr "Interfaccia di rete usata." msgid "Notify interval in seconds." -msgstr "" +msgstr "Intervallo di notifica in secondi." msgid "Notify interval:" -msgstr "" +msgstr "Intervallo di notifica:" msgid "Pictures" -msgstr "" +msgstr "Immagini" msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." msgstr "" msgid "Port:" -msgstr "" +msgstr "Porta:" msgid "Presentation URL:" msgstr "" @@ -94,6 +99,8 @@ msgid "" "Serial number the miniDLNA daemon will report to clients in its XML " "description." msgstr "" +"Serial number che il server miniDLNA invierà ai client nella descrizione " +"XML." msgid "" "Set this if you want to customize the name that shows up on your clients." diff --git a/po/it/pbx.po b/po/it/pbx.po index de74ec9cee..3c9a1906b5 100644 --- a/po/it/pbx.po +++ b/po/it/pbx.po @@ -1,15 +1,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2012-12-15 19:31+0200\n" +"Last-Translator: claudyus \n" "Language-Team: none\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.6\n" msgid "Advanced Settings" -msgstr "" +msgstr "Opzioni avanzate" msgid "Available" msgstr "" diff --git a/po/it/statistics.po b/po/it/statistics.po index ab3fd9ec90..f89723e89d 100644 --- a/po/it/statistics.po +++ b/po/it/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +115,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -190,12 +193,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -291,11 +288,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -320,13 +312,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -426,11 +411,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -446,6 +426,9 @@ msgstr "" msgid "Table" msgstr "Tabella" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -561,11 +544,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -578,6 +556,15 @@ 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 "" @@ -596,9 +583,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/it/tinyproxy.po b/po/it/tinyproxy.po index 1e78aec9d4..34528c1139 100644 --- a/po/it/tinyproxy.po +++ b/po/it/tinyproxy.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2011-05-22 11:03+0200\n" -"Last-Translator: Massimo \n" +"PO-Revision-Date: 2012-12-15 19:29+0200\n" +"Last-Translator: claudyus \n" "Language-Team: LANGUAGE \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "" "Via proxy routes requests to the given target via the specifed " @@ -23,15 +23,17 @@ msgid "" "Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " "requests" msgstr "" +"Aggiungi una intestazione http \"X-Tinyproxy\" contenente l'IP del client a " +"cui forwardare la richiesta" msgid "Allowed clients" -msgstr "" +msgstr "Client permessi" msgid "Allowed connect ports" -msgstr "" +msgstr "Porte di connessione permesse" msgid "Bind address" -msgstr "" +msgstr "Bind Address" msgid "" "By default, basic POSIX expressions are used for filtering. Enable this to " @@ -47,6 +49,8 @@ msgid "" "By default, filtering is done based on domain names. Enable this to match " "against URLs instead" msgstr "" +"Di default, il filto è basato sul nome di dominio. Abilita questa opzione " +"per effettuare il match con URL" msgid "" "By default, the filter rules act as blacklist. Enable this option to only " @@ -59,7 +63,7 @@ msgid "" msgstr "" msgid "Configuration" -msgstr "" +msgstr "Configurazione" msgid "Connection timeout" msgstr "" @@ -74,7 +78,7 @@ msgid "Error page" msgstr "" msgid "Failed to retrieve statistics from url:" -msgstr "" +msgstr "Impossibile recuperare le statistiche dall'url:" msgid "Filter by RegExp" msgstr "" @@ -109,6 +113,7 @@ msgstr "" msgid "" "List of IP addresses or ranges which are allowed to use the proxy server" msgstr "" +"Lista di indirizzi IP o range di indirizzi a cui è permesso l'uso del proxy" msgid "" "List of allowed ports for the CONNECT method. A single value \"0\" allows " @@ -143,7 +148,7 @@ msgid "Max. spare servers" msgstr "" msgid "Maximum allowed number of concurrently connected clients" -msgstr "" +msgstr "Numero massimo di client simultanei permessi" msgid "" "Maximum allowed number of requests per process. If it is exeeded, the " diff --git a/po/ja/base.po b/po/ja/base.po index 539b9b05e2..24a7be5a41 100644 --- a/po/ja/base.po +++ b/po/ja/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:40+0200\n" -"PO-Revision-Date: 2012-08-30 16:46+0200\n" +"PO-Revision-Date: 2012-11-17 16:43+0200\n" "Last-Translator: Kentaro \n" "Language-Team: LANGUAGE \n" "Language: ja\n" @@ -173,10 +173,10 @@ msgid "Active Connections" msgstr "アクティブコネクション" msgid "Active DHCP Leases" -msgstr "" +msgstr "現在アクティブなDHCPリース" msgid "Active DHCPv6 Leases" -msgstr "" +msgstr "現在アクティブなDHCPv6リース" msgid "Ad-Hoc" msgstr "アドホック" @@ -243,6 +243,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "設定可能な範囲は1から65535です" +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 "チェックボックスがオフの場合、追加のネットワークが作成されます。" @@ -414,6 +419,8 @@ msgid "" "Choose the network(s) you want to attach to this wireless interface or fill " "out the create field to define a new network." msgstr "" +"無線インターフェースをアタッチするネットワークを選択してください。または、" +"作成欄を選択すると新しいネットワークを作成します。" msgid "Cipher" msgstr "暗号化方式" @@ -733,7 +740,7 @@ msgid "Enable Jumbo Frame passthrough" msgstr "ジャンボフレーム・パススルーを有効にする" msgid "Enable NTP client" -msgstr "" +msgstr "NTPクライアント機能を有効にする" msgid "Enable TFTP server" msgstr "TFTPサーバーを有効にする" @@ -861,6 +868,9 @@ msgstr "更新中..." msgid "Force" msgstr "強制" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "CCMP (AES) を使用" @@ -899,10 +909,10 @@ msgid "Frequency Hopping" msgstr "周波数ホッピング" msgid "GHz" -msgstr "" +msgstr "GHz" msgid "GPRS only" -msgstr "" +msgstr "GPRSのみ" msgid "Gateway" msgstr "ゲートウェイ" @@ -1016,7 +1026,7 @@ msgid "IPv4 only" msgstr "IPv4のみ" msgid "IPv4 prefix length" -msgstr "" +msgstr "IPv4 プレフィクス長" msgid "IPv4-Address" msgstr "IPv4-アドレス" @@ -1352,7 +1362,7 @@ msgid "MAC-Address" msgstr "MAC-アドレス" msgid "MAC-Address Filter" -msgstr "MACアドレスフィルタ" +msgstr "MAC-アドレスフィルタ" msgid "MAC-Filter" msgstr "MAC-フィルタ" @@ -1753,7 +1763,7 @@ msgid "Port %d is untagged in multiple VLANs!" msgstr "" msgid "Port status:" -msgstr "" +msgstr "ポート ステータス:" msgid "" "Presume peer to be dead after given amount of LCP echo failures, use 0 to " @@ -1790,7 +1800,7 @@ msgid "Protocol support is not installed" msgstr "プロトコルサポートがインストールされていません" msgid "Provide NTP server" -msgstr "" +msgstr "NTPサーバー機能を有効にする" msgid "Provide new network" msgstr "新しいネットワークを設定する" @@ -1799,7 +1809,7 @@ msgid "Pseudo Ad-Hoc (ahdemo)" msgstr "擬似アドホック (ahdemo)" msgid "Quality" -msgstr "" +msgstr "クオリティ" msgid "RTS/CTS Threshold" msgstr "RTS/CTS閾値" @@ -1842,11 +1852,19 @@ 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 "" +"本当にこのインターフェースを削除しますか?一度削除すると、元に戻すことはできま" +"せん!\n" +"このインターフェースを経由して接続している場合、デバイスにアクセスできなくな" +"る場合があります。" 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 "" +"本当にこの無線ネットワークを削除しますか?一度削除すると、元に戻すことはできま" +"せん!\n" +"このネットワークを経由して接続している場合、デバイスにアクセスできなくなる場" +"合があります。" msgid "Really reset all changes?" msgstr "本当に全ての変更をリセットしますか?" @@ -1855,11 +1873,17 @@ msgid "" "Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " "you are connected via this interface." msgstr "" +"本当にインターフェース \"%s\" を停止しますか?\n" +"このインターフェースを経由して接続している場合、デバイスにアクセスできなくな" +"る場合があります。" msgid "" "Really shutdown network ?\\nYou might lose access to this device if you are " "connected via this interface." msgstr "" +"本当にネットワークを停止しますか?\n" +"このネットワークを経由して接続している場合、デバイスにアクセスできなくなる場" +"合があります。" msgid "Really switch protocol?" msgstr "本当にプロトコルを切り替えますか?" @@ -2110,7 +2134,7 @@ msgid "Sorry, the object you requested was not found." msgstr "" msgid "Sorry, the server encountered an unexpected error." -msgstr "" +msgstr "申し訳ありません。サーバーに予期せぬエラーが発生しました。" msgid "" "Sorry, there is no sysupgrade support present, a new firmware image must be " @@ -2128,10 +2152,10 @@ msgid "Source" msgstr "送信元" msgid "Specifies the advertised preferred prefix lifetime in seconds" -msgstr "" +msgstr "通知する推奨有効時間を設定してください。(秒単位)" msgid "Specifies the advertised valid prefix lifetime in seconds" -msgstr "" +msgstr "通知する最終有効時間を設定してください。(秒単位)" msgid "Specifies the button state to handle" msgstr "" @@ -2288,8 +2312,8 @@ msgid "" "The allowed characters are: A-Z, a-z, 0-9 and _" msgstr "" -"使用可能な文字は右記の通りです: A-Z, a-z, 0-" -"9, _" +"使用可能な文字は右記の通りです: A-Z, a-z, " +"0-9, _" msgid "" "The device file of the memory or partition (e.g." @@ -2533,7 +2557,7 @@ msgid "UDP:" msgstr "UDP:" msgid "UMTS only" -msgstr "" +msgstr "UMTSのみ" msgid "UMTS/GPRS/EV-DO" msgstr "UMTS/GPRS/EV-DO" @@ -2618,7 +2642,7 @@ msgid "Use gateway metric" msgstr "ゲートウェイ・メトリックを使用する" msgid "Use preferred lifetime" -msgstr "" +msgstr "推奨有効時間" msgid "Use routing table" msgstr "" @@ -2635,7 +2659,7 @@ msgstr "" "ト名をアサインします。" msgid "Use valid lifetime" -msgstr "" +msgstr "最終有効時間" msgid "Used" msgstr "使用" @@ -2702,9 +2726,6 @@ msgstr "変更を適用中です..." msgid "Waiting for command to complete..." msgstr "コマンド実行中です..." -msgid "Waiting for router..." -msgstr "ルーターに接続中..." - msgid "Warning" msgstr "警告" @@ -2774,13 +2795,13 @@ msgid "auto" msgstr "自動" msgid "baseT" -msgstr "" +msgstr "baseT" msgid "bridged" msgstr "ブリッジ" msgid "create:" -msgstr "" +msgstr "作成:" msgid "creates a bridge over specified interface(s)" msgstr "指定したインターフェースでブリッジを作成します" @@ -2808,10 +2829,10 @@ msgid "forward" msgstr "" msgid "full-duplex" -msgstr "" +msgstr "全二重" msgid "half-duplex" -msgstr "" +msgstr "半二重" msgid "help" msgstr "ヘルプ" @@ -2841,7 +2862,7 @@ msgid "no" msgstr "いいえ" msgid "no link" -msgstr "" +msgstr "リンクなし" msgid "none" msgstr "なし" @@ -2882,6 +2903,9 @@ msgstr "はい" msgid "« Back" msgstr "« 戻る" +#~ msgid "Waiting for router..." +#~ msgstr "ルーターに接続中..." + #~ msgid "Enable builtin NTP server" #~ msgstr "内蔵のNTPサーバーを有効にする" diff --git a/po/ja/commands.po b/po/ja/commands.po new file mode 100644 index 0000000000..4132274025 --- /dev/null +++ b/po/ja/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/ja/ddns.po b/po/ja/ddns.po index 841b4749da..68b539224d 100644 --- a/po/ja/ddns.po +++ b/po/ja/ddns.po @@ -35,6 +35,9 @@ msgstr "" msgid "Enable" msgstr "有効" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "強制的にアップデートを行う間隔" @@ -50,6 +53,9 @@ msgstr "インターフェース" msgid "Network" msgstr "ネットワーク" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "パスワード" @@ -81,9 +87,3 @@ msgstr "分" msgid "network" msgstr "ネットワーク" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/ja/diag_devinfo.po b/po/ja/diag_devinfo.po index eef39d8402..1ef3dadc23 100644 --- a/po/ja/diag_devinfo.po +++ b/po/ja/diag_devinfo.po @@ -181,6 +181,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "リクエスト間のスリープ時間" @@ -204,6 +207,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/ja/firewall.po b/po/ja/firewall.po index fb2d2120d0..0739c2f9ec 100644 --- a/po/ja/firewall.po +++ b/po/ja/firewall.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-03-30 17:00+0200\n" -"PO-Revision-Date: 2012-04-19 07:55+0200\n" +"PO-Revision-Date: 2012-11-14 17:32+0200\n" "Last-Translator: Kentaro \n" "Language-Team: LANGUAGE \n" "Language: ja\n" @@ -11,7 +11,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "%s in %s" msgstr "" @@ -121,7 +121,7 @@ msgid "External port" msgstr "外部ポート" msgid "External zone" -msgstr "" +msgstr "外部ゾーン" msgid "Extra arguments" msgstr "追加設定" diff --git a/po/ja/freifunk.po b/po/ja/freifunk.po index 785d861b38..d69b1f1764 100644 --- a/po/ja/freifunk.po +++ b/po/ja/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -140,6 +161,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -191,6 +215,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -221,6 +248,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -250,6 +280,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -299,6 +332,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -307,6 +343,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/ja/hd_idle.po b/po/ja/hd_idle.po index d74ee8c507..0ec9d68528 100644 --- a/po/ja/hd_idle.po +++ b/po/ja/hd_idle.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 10:33+0200\n" -"PO-Revision-Date: 2011-08-19 05:37+0200\n" +"PO-Revision-Date: 2012-11-14 14:40+0200\n" "Last-Translator: Kentaro \n" "Language-Team: LANGUAGE \n" "Language: ja\n" @@ -11,7 +11,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "Disk" msgstr "ディスク" @@ -36,7 +36,7 @@ msgid "h" msgstr "時" msgid "hd-idle" -msgstr "" +msgstr "hd-idle" msgid "" "hd-idle is a utility program for spinning-down external disks after a period " diff --git a/po/ja/meshwizard.po b/po/ja/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/ja/meshwizard.po +++ b/po/ja/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/ja/ntpc.po b/po/ja/ntpc.po index e7b062031c..bb6135cc2d 100644 --- a/po/ja/ntpc.po +++ b/po/ja/ntpc.po @@ -1,16 +1,17 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-11-14 14:41+0200\n" +"Last-Translator: Kentaro \n" "Language-Team: LANGUAGE \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" msgid "Clock Adjustment" msgstr "時刻調整" @@ -37,7 +38,7 @@ msgid "Synchronizes the system time" msgstr "システムの時間を同期します。" msgid "Time Server" -msgstr "" +msgstr "時刻サーバー" msgid "Time Servers" msgstr "時刻サーバー" diff --git a/po/ja/olsr.po b/po/ja/olsr.po index 6c991a7b92..3c36225ad3 100644 --- a/po/ja/olsr.po +++ b/po/ja/olsr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2012-03-18 07:10+0200\n" +"PO-Revision-Date: 2012-11-14 14:40+0200\n" "Last-Translator: Kentaro \n" "Language-Team: LANGUAGE \n" "Language: ja\n" @@ -11,7 +11,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "Active MID announcements" msgstr "アクティブなMID(Multi Interface Declaration) 通知" @@ -394,7 +394,7 @@ msgid "NAT threshold" msgstr "NAT しきい値" msgid "NLQ" -msgstr "" +msgstr "NLQ" msgid "Neighbors" msgstr "隣接ノード" diff --git a/po/ja/statistics.po b/po/ja/statistics.po index 962581eb5a..99c5e1bcfd 100644 --- a/po/ja/statistics.po +++ b/po/ja/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "Collectd 設定" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -112,6 +112,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "時間帯表示 »" @@ -182,12 +185,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -281,11 +278,6 @@ msgstr "ネットワークプラグイン設定" msgid "Network plugins" msgstr "ネットワークプラグイン" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "ネットワークプロトコル" @@ -310,13 +302,6 @@ msgstr "" msgid "Output plugins" msgstr "出力プラグイン" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -416,11 +401,6 @@ msgstr "" msgid "System plugins" msgstr "システムプラグイン" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -436,6 +416,9 @@ 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." @@ -554,11 +537,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -571,6 +549,15 @@ 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 "" @@ -589,9 +576,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "無線LAN iwinfo プラグイン設定" diff --git a/po/ja/watchcat.po b/po/ja/watchcat.po index 60210681ba..c4acb2612f 100644 --- a/po/ja/watchcat.po +++ b/po/ja/watchcat.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-04-19 08:06+0200\n" +"PO-Revision-Date: 2012-11-17 16:19+0200\n" "Last-Translator: Kentaro \n" "Language-Team: none\n" "Language: ja\n" @@ -9,10 +9,10 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "Forced reboot delay" -msgstr "" +msgstr "強制再起動ディレイ時間" msgid "Host address to ping" msgstr "ping を実行する宛先を設定してください。" @@ -36,7 +36,7 @@ msgid "Operating mode" msgstr "動作モード" msgid "Period" -msgstr "" +msgstr "周期" msgid "Ping host" msgstr "Ping 宛先ホスト" diff --git a/po/ms/base.po b/po/ms/base.po index b72f3fd570..d5b1f6f530 100644 --- a/po/ms/base.po +++ b/po/ms/base.po @@ -7,6 +7,7 @@ msgstr "" "PO-Revision-Date: 2010-05-07 17:57+1000\n" "Last-Translator: Wai Chet Teow \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -232,6 +233,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -823,6 +829,9 @@ msgstr "" msgid "Force" msgstr "Paksa" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2226,8 +2235,8 @@ msgid "" "The allowed characters are: A-Z, a-z, 0-9 and _" msgstr "" -"Karakter yang diizinkan adalah: A-Z, a-z, 0-" -"9 dan _" +"Karakter yang diizinkan adalah: A-Z, a-z, " +"0-9 dan _" msgid "" "The device file of the memory or partition (e.g." @@ -2609,9 +2618,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/ms/commands.po b/po/ms/commands.po new file mode 100644 index 0000000000..6fbb9834e9 --- /dev/null +++ b/po/ms/commands.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/ms/ddns.po b/po/ms/ddns.po index 07a89c5caf..5c584fbbc7 100644 --- a/po/ms/ddns.po +++ b/po/ms/ddns.po @@ -33,6 +33,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "" @@ -48,6 +51,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -79,9 +85,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/ms/diag_devinfo.po b/po/ms/diag_devinfo.po index fb3216df5d..27d2b46170 100644 --- a/po/ms/diag_devinfo.po +++ b/po/ms/diag_devinfo.po @@ -177,6 +177,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -200,6 +203,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/ms/freifunk.po b/po/ms/freifunk.po index 77e41b9c98..f3e9e9446b 100644 --- a/po/ms/freifunk.po +++ b/po/ms/freifunk.po @@ -11,6 +11,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -77,6 +80,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -98,6 +104,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -110,6 +122,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -136,6 +157,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -187,6 +211,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -217,6 +244,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -246,6 +276,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -295,6 +328,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -303,6 +339,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/ms/meshwizard.po b/po/ms/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/ms/meshwizard.po +++ b/po/ms/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/ms/statistics.po b/po/ms/statistics.po index 51cc75bc5a..e8280534e2 100644 --- a/po/ms/statistics.po +++ b/po/ms/statistics.po @@ -5,6 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -64,7 +65,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -108,6 +109,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -178,12 +182,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -277,11 +275,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -306,13 +299,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -412,11 +398,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -432,6 +413,9 @@ 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." @@ -547,11 +531,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -564,6 +543,15 @@ 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 "" @@ -582,9 +570,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/no/base.po b/po/no/base.po index e0dad9bf61..c606fb7f3e 100644 --- a/po/no/base.po +++ b/po/no/base.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "PO-Revision-Date: 2011-06-14 15:40+0200\n" "Last-Translator: protx \n" +"Language: no\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: no\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" @@ -242,6 +242,11 @@ msgstr "Tillat oppstrøms svar i 127.0.0.0/8 nettet, f.eks for RBL tjenester" msgid "Allowed range is 1 to 65535" 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 "Et nytt nettverk vil bli opprettet hvis du tar bort haken." @@ -851,6 +856,9 @@ msgstr "" msgid "Force" msgstr "Tving" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2667,9 +2675,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Venter på ruter..." - msgid "Warning" msgstr "Advarsel" @@ -2849,6 +2854,9 @@ msgstr "ja" msgid "« Back" msgstr "« Tilbake" +#~ msgid "Waiting for router..." +#~ msgstr "Venter på ruter..." + #~ msgid "Active Leases" #~ msgstr "Aktive Leier" diff --git a/po/no/commands.po b/po/no/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/no/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/no/ddns.po b/po/no/ddns.po index d3a53b8d85..97448557fd 100644 --- a/po/no/ddns.po +++ b/po/no/ddns.po @@ -26,6 +26,9 @@ msgstr "" msgid "Enable" msgstr "Aktiver" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Tving oppdatering hver" @@ -41,6 +44,9 @@ msgstr "Grensesnitt" msgid "Network" msgstr "Nettverk" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Passord" @@ -70,9 +76,3 @@ msgstr "minutter" msgid "network" msgstr "nettverk" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/no/diag_devinfo.po b/po/no/diag_devinfo.po index 090cc4671b..4ada96badb 100644 --- a/po/no/diag_devinfo.po +++ b/po/no/diag_devinfo.po @@ -27,20 +27,20 @@ msgid "" "'Repeat Count', and/or 'Sleep Between Requests' may speed up scans, but also " "may fail to find some devices." msgstr "" -"Konfigurer skanning etter enheter på angitte nettverk. Ved å minske " -"verdiene til 'Tidsavbrudd', 'Gjentagelser' og/eller Tid mellom forespørsler " -"blir skanningen utført raskere, men det kan også medføre at noen enheter " -"ikke blir funnet." +"Konfigurer skanning etter enheter på angitte nettverk. Ved å minske verdiene " +"til 'Tidsavbrudd', 'Gjentagelser' og/eller Tid mellom forespørsler blir " +"skanningen utført raskere, men det kan også medføre at noen enheter ikke " +"blir funnet." msgid "" "Configure scanning for supported SIP devices on specified networks. " "Decreasing 'Timeout', 'Repeat Count', and/or 'Sleep Between Requests' may " "speed up scans, but also may fail to find some devices." msgstr "" -"Konfigurer skanning etter støttede SIP enheter på angitte nettverk. Ved å minske " -"verdiene til 'Tidsavbrudd', 'Gjentagelser' og/eller tid mellom forespørsler " -"blir skanningen utført raskere, men det kan også medføre at noen enheter " -"ikke blir funnet." +"Konfigurer skanning etter støttede SIP enheter på angitte nettverk. Ved å " +"minske verdiene til 'Tidsavbrudd', 'Gjentagelser' og/eller tid mellom " +"forespørsler blir skanningen utført raskere, men det kan også medføre at " +"noen enheter ikke blir funnet." msgid "Delete" msgstr "Slett" @@ -92,8 +92,7 @@ msgstr "MAC Enhets Overstyring" msgid "MAC range and information used to override system and IEEE databases" msgstr "" -"MAC område og informasjon brukt til å overstyre system og IEEE " -"databaser" +"MAC område og informasjon brukt til å overstyre system og IEEE databaser" msgid "Milliseconds to sleep between requests (default 100)" msgstr "Antall millisekunder ventetid mellom forespørsler (standard 100)" @@ -132,8 +131,8 @@ msgid "" "Override the information returned by the MAC to Device Info Script (mac-to-" "devinfo) for a specified range of MAC Addresses" msgstr "" -"Overstyr informasjonen hentet fra MAC til enhets info skriptet " -"(mac-til-devinfo) for et gitt område med MAC adresser" +"Overstyr informasjonen hentet fra MAC til enhets info skriptet (mac-til-" +"devinfo) for et gitt område med MAC adresser" msgid "Perform Scans (this can take a few minutes)" msgstr "Utfør Skanning (dette kan ta noen minutter)" @@ -186,6 +185,9 @@ msgstr "Skann etter SIP enheter på spesifiserte nettverk" msgid "Scanning Configuration" msgstr "Skanning Konfigurasjon" +msgid "Scans for devices on specified networks." +msgstr "Nettverks Skanning Informasjon" + msgid "Sleep Between Requests" msgstr "Tid mellom forespørsler" @@ -209,6 +211,3 @@ msgstr "Leverandør" msgid "check other networks" msgstr "skjekk andre nettverk" - -msgid "Scans for devices on specified networks." -msgstr "Nettverks Skanning Informasjon" diff --git a/po/no/freifunk.po b/po/no/freifunk.po index 24ab6e1b6a..e251b396f4 100644 --- a/po/no/freifunk.po +++ b/po/no/freifunk.po @@ -7,6 +7,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Grunnleggende Innstillinger" @@ -73,6 +76,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "Rediger indeks side" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Feil" @@ -94,6 +100,12 @@ msgstr "Gateway" msgid "Go to" msgstr "Gå til" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Hei og velkommen til nettverket av" @@ -106,6 +118,15 @@ msgstr "Hjemmeside" msgid "Hostname" msgstr "Vertsnavn" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "Om valgt vises ikke det vanlige innholdselementet" @@ -136,6 +157,9 @@ msgstr "Behold konfigurasjonen" msgid "Latitude" msgstr "Breddegrad" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "Last" @@ -187,6 +211,9 @@ msgstr "OLSR" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Oversikt" @@ -217,6 +244,9 @@ msgstr "Profil (Ekspert)" msgid "Realname" msgstr "Virkelig Navn" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -248,6 +278,9 @@ msgstr "Statistikk" msgid "Status" msgstr "Status" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "System" @@ -305,6 +338,9 @@ msgstr "Oppetid" msgid "Verify downloaded images" msgstr "Verifiser nedlastede filer" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -315,6 +351,9 @@ msgstr "" msgid "Wireless Overview" msgstr "Trådløs Oversikt" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/no/meshwizard.po b/po/no/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/no/meshwizard.po +++ b/po/no/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/no/statistics.po b/po/no/statistics.po index 221fa5bdea..a4706b77de 100644 --- a/po/no/statistics.po +++ b/po/no/statistics.po @@ -59,7 +59,7 @@ msgid "Collectd Settings" msgstr "Collectd Innstillinger" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -106,6 +106,9 @@ msgstr "Disk Forbruk" msgid "Disk Usage" msgstr "Disk Anvendelse" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Vis tidsperiode »" @@ -181,12 +184,6 @@ msgstr "Ignorer kilde adresser" msgid "Incoming interface" msgstr "Innkommende grensesnitt" -msgid "Installed network plugins:" -msgstr "Installerte nettverks plugin:" - -msgid "Installed output plugins:" -msgstr "Installerte utdata plugin:" - msgid "Interface Plugin Configuration" msgstr "Grensesnitt plugin konfigurasjon" @@ -280,13 +277,6 @@ msgstr "Nettverks plugin konfigurasjon" msgid "Network plugins" msgstr "Nettverks plugin" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Nettverks plugin er brukt til å samle inn informasjon om åpne tcp koblinger, " -"trafikk over grensesnitt, iptables regler osv." - msgid "Network protocol" msgstr "Nettverks protokoll" @@ -311,17 +301,6 @@ msgstr "Utgående grensesnitt" msgid "Output plugins" msgstr "Utdata Plugin" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Utdata plugins gir ulike muligheter til å lagre innsamlede data. Det er " -"mulig å aktivere flere pluginer på en, for eksempel for å lagre innsamlede " -"data i RRD databaser og å overføre data over nettverket til andre collectd " -"forekomster." - msgid "Ping" msgstr "Ping" @@ -421,11 +400,6 @@ msgstr "System Belastning" msgid "System plugins" msgstr "System plugins" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "System plugins samler verdier om systemets tilstand og ressurs-bruk.:" - msgid "TCP Connections" msgstr "TCP Forbindelser" @@ -441,6 +415,9 @@ msgstr "TTL for ping pakker" msgid "Table" msgstr "Tabell" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -595,12 +572,6 @@ msgstr "" "Unixsock plugin skaper en unix socket som kan brukes til å lese innsamlet " "data fra collectd prosess." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Trådløs plugin samler statistikk om trådløs signalstyrke, støy og kvalitet." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -617,6 +588,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Prøv å søk etter fullstendig vertsnavn" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -635,9 +615,6 @@ msgstr "Detaljert overvåking" msgid "Wireless" msgstr "Trådløs" -msgid "Wireless Plugin Configuration" -msgstr "Trådløs plugin konfigurasjon" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -661,3 +638,41 @@ msgstr "sekunder; flere adskilt med mellomrom" msgid "server interfaces" msgstr "Server grensesnitt" + +#~ msgid "Installed network plugins:" +#~ msgstr "Installerte nettverks plugin:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Installerte utdata plugin:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Nettverks plugin er brukt til å samle inn informasjon om åpne tcp koblinger, " +#~ "trafikk over grensesnitt, iptables regler osv." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Utdata plugins gir ulike muligheter til å lagre innsamlede data. Det er " +#~ "mulig å aktivere flere pluginer på en, for eksempel for å lagre innsamlede " +#~ "data i RRD databaser og å overføre data over nettverket til andre collectd " +#~ "forekomster." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "System plugins samler verdier om systemets tilstand og ressurs-bruk.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Trådløs plugin samler statistikk om trådløs signalstyrke, støy og kvalitet." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Trådløs plugin konfigurasjon" diff --git a/po/pl/base.po b/po/pl/base.po index 03baec4895..b64e49635c 100644 --- a/po/pl/base.po +++ b/po/pl/base.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: LuCI\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-20 09:40+0200\n" -"PO-Revision-Date: 2012-10-11 13:46+0200\n" -"Last-Translator: mesiu84 \n" +"PO-Revision-Date: 2012-12-15 21:28+0200\n" +"Last-Translator: razor07b7 \n" "Language-Team: Polish\n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -258,6 +258,13 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Dopuszczony zakres: 1 do 65535" +msgid "" +"Always use 40MHz channels even if the secondary channel overlaps. Using this " +"option does not comply with IEEE 802.11n-2009!" +msgstr "" +"Zawsze używaj kanał 40MHz nawet jeśli drugi kanał pokrywa się. Użycie tej " +"opcji nie jest zgodne ze standardem IEEE 802.11n-2009!" + msgid "An additional network will be created if you leave this unchecked." msgstr "" "Zostanie utworzona dodatkowa sieć jeśli zostawisz tą opcję niezaznaczoną." @@ -892,6 +899,9 @@ msgstr "Aktualizuję !!!" msgid "Force" msgstr "Wymuś" +msgid "Force 40MHz mode" +msgstr "Wymuś tryb 40MHz" + msgid "Force CCMP (AES)" msgstr "Wymuś CCMP (AES)" @@ -2515,12 +2525,13 @@ msgstr "" "To jest lokalny adres końcowy przypisany przez tunnel broker'a, zwykle " "kończący się z :2" +# w tłumaczeniu pojawiła się spacja po DHCP co powoduje niepoprawne wyświetlanie się strony z lang PL msgid "" "This is the only DHCP in the local network" msgstr "" -"To jest jedyny serwer DHCP w sieci lokalnej" +"To jest jedyny serwer DHCP w sieci lokalnej" msgid "This is the system crontab in which scheduled tasks can be defined." msgstr "" @@ -2781,9 +2792,6 @@ msgstr "Czekanie na wprowadzenie zmian..." msgid "Waiting for command to complete..." msgstr "Czekanie na wykonanie komendy..." -msgid "Waiting for router..." -msgstr "Czekanie na router..." - msgid "Warning" msgstr "Ostrzeżenie" @@ -2966,6 +2974,9 @@ msgstr "tak" msgid "« Back" msgstr "« Wróć" +#~ msgid "Waiting for router..." +#~ msgstr "Czekanie na router..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Włącz wbudowany serwer NTP" diff --git a/po/pl/commands.po b/po/pl/commands.po new file mode 100644 index 0000000000..c9921fda9c --- /dev/null +++ b/po/pl/commands.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/pl/ddns.po b/po/pl/ddns.po index 1f099e436e..91485c2d54 100644 --- a/po/pl/ddns.po +++ b/po/pl/ddns.po @@ -36,6 +36,9 @@ msgstr "" msgid "Enable" msgstr "Włącz" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Wymuszaj aktualizację co" @@ -51,6 +54,9 @@ msgstr "Interfejs" msgid "Network" msgstr "Sieć" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Hasło" @@ -82,9 +88,3 @@ msgstr "min" msgid "network" msgstr "sieć" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/pl/diag_devinfo.po b/po/pl/diag_devinfo.po index 5e00cab4a6..32ccdce516 100644 --- a/po/pl/diag_devinfo.po +++ b/po/pl/diag_devinfo.po @@ -36,8 +36,9 @@ msgid "" "may fail to find some devices." msgstr "" "Konfiguruj skanowanie dla urządzeń w wybranych sieciach. Zmniejszanie " -"\"Limitu czasu\", \"Liczby powtórzeń\" i/lub \"Oczekiwania między żądaniami\" może " -"przyspieszyć skany, ale może też uniemożliwić wykrycie niektórych urządzeń." +"\"Limitu czasu\", \"Liczby powtórzeń\" i/lub \"Oczekiwania między żądaniami" +"\" może przyspieszyć skany, ale może też uniemożliwić wykrycie niektórych " +"urządzeń." msgid "" "Configure scanning for supported SIP devices on specified networks. " @@ -45,9 +46,9 @@ msgid "" "speed up scans, but also may fail to find some devices." msgstr "" "Konfiguruj skanowanie dla wspieranych urządzeń SIP w wybranych sieciach. " -"Zmniejszanie \"Limitu czasu\", \"Liczby powtórzeń\" i/lub \"Oczekiwania między " -"żądaniami\" może przyspieszyć skany, ale może też uniemożliwić wykrycie " -"niektórych urządzeń." +"Zmniejszanie \"Limitu czasu\", \"Liczby powtórzeń\" i/lub \"Oczekiwania " +"między żądaniami\" może przyspieszyć skany, ale może też uniemożliwić " +"wykrycie niektórych urządzeń." msgid "Delete" msgstr "Usuń" @@ -193,6 +194,9 @@ msgstr "Skanuj w poszukiwaniu wspieranych urządzeń SIP w wybranych sieciach." msgid "Scanning Configuration" msgstr "Ustawienia skanowania" +msgid "Scans for devices on specified networks." +msgstr "Scans for devices on specified networks." + msgid "Sleep Between Requests" msgstr "Pauza pomiędzy zapytaniami" @@ -216,6 +220,3 @@ msgstr "Sprzedawca" msgid "check other networks" msgstr "sprawdź inne sieci" - -msgid "Scans for devices on specified networks." -msgstr "Scans for devices on specified networks." diff --git a/po/pl/ffwizard.po b/po/pl/ffwizard.po index 5a6fe62fb3..a944149e6f 100644 --- a/po/pl/ffwizard.po +++ b/po/pl/ffwizard.po @@ -19,7 +19,8 @@ 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" +msgstr "" +"Zaznacz to, aby chronić Twoją sieć LAN przed innymi węzłami i klientami" msgid "Configure network" msgstr "Skonfiguruj sieć" diff --git a/po/pl/freifunk.po b/po/pl/freifunk.po index 60183e640d..3f8ab07afa 100644 --- a/po/pl/freifunk.po +++ b/po/pl/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Ustawienia Podstawowe" @@ -82,6 +85,9 @@ msgstr "Nazwa sieci (ESSID)" msgid "Edit index page" msgstr "Edytuj stronę główną" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Błąd" @@ -103,6 +109,12 @@ msgstr "Brama" msgid "Go to" msgstr "Przejdź do" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Cześć ! Witamy w sieci " @@ -115,6 +127,15 @@ msgstr "Strona domowa" msgid "Hostname" msgstr "Nazwa hosta" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "Jeśli zaznaczone domyślna zawartość nie jest widoczna" @@ -145,6 +166,9 @@ msgstr "Zachowaj konfigurację" msgid "Latitude" msgstr "Szerokość" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "Obciążenie" @@ -198,6 +222,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Zarządca" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Przegląd" @@ -228,6 +255,9 @@ msgstr "Profil (tryb eksperta)" msgid "Realname" msgstr "Imię i Nazwisko (prawdziwe)" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -259,6 +289,9 @@ msgstr "Statystyki" msgid "Status" msgstr "Status" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "System" @@ -318,6 +351,9 @@ msgstr "Aktualizacja" msgid "Verify downloaded images" msgstr "Sprawdź pobrane obrazy" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -328,6 +364,9 @@ msgstr "" msgid "Wireless Overview" msgstr "Przegląd Ustawień WiFi" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/pl/meshwizard.po b/po/pl/meshwizard.po index 410ce6374e..c0937c0426 100644 --- a/po/pl/meshwizard.po +++ b/po/pl/meshwizard.po @@ -14,6 +14,9 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.6\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Kanał" @@ -37,9 +40,18 @@ msgstr "DHCP automatycznie przypisze adresy IP klientom" msgid "Enable DHCP" msgstr "Włącz DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Ustawienia ogólne" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -52,9 +64,17 @@ msgstr "Interfejsy" msgid "Mesh IP address" msgstr "Adres Mesh IP" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "Kreator Mesh" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Chroń LAN" @@ -64,6 +84,9 @@ msgstr "" "Zaznacz tę opcję aby inni użytkownicy mogli używać twojego połączenia do " "korzystania z internetu" +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Współdziel swoje połączenie internetowe" @@ -81,6 +104,11 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "Podany adres IP nie należy do zakresu sieci mesh" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/pl/minidlna.po b/po/pl/minidlna.po index f07fb497b3..b4a8a6f676 100644 --- a/po/pl/minidlna.po +++ b/po/pl/minidlna.po @@ -99,7 +99,8 @@ msgstr "Kontener główny (root):" msgid "" "Serial number the miniDLNA daemon will report to clients in its XML " "description." -msgstr "Numer seryjny, który demon miniDLNA zgłosi klientom w swoim opisie XML." +msgstr "" +"Numer seryjny, który demon miniDLNA zgłosi klientom w swoim opisie XML." msgid "" "Set this if you want to customize the name that shows up on your clients." @@ -148,9 +149,9 @@ msgid "" "(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." msgstr "" "Ustaw tu folder, który chcesz skanować. Jeśli chcesz ograniczyć folder do " -"konkretnego typu zawartości, możesz poprzedzić ścieżkę typem (\"A\" dla audio, " -"\"V\" dla wideo, \"P\" dla obrazów) i przecinkiem (np " -"media_dir=A,/mnt/media/Muzyka). Możesz podać kilka folderów." +"konkretnego typu zawartości, możesz poprzedzić ścieżkę typem (\"A\" dla " +"audio, \"V\" dla wideo, \"P\" dla obrazów) i przecinkiem (np media_dir=A,/" +"mnt/media/Muzyka). Możesz podać kilka folderów." msgid "Specify the path to the MiniSSDPd socket." msgstr "Podaj ścieżkę do gniazda (socketu) miniSSDPd." @@ -173,8 +174,7 @@ msgstr "Usługa miniDLNA nie jest włączona." msgid "This is a list of file names to check for when searching for album art." msgstr "" -"To jest lista nazw plików do sprawdzenia podczas wyszukiwania okładki " -"albumu." +"To jest lista nazw plików do sprawdzenia podczas wyszukiwania okładki albumu." msgid "Video" msgstr "Wideo" diff --git a/po/pl/multiwan.po b/po/pl/multiwan.po index e826842446..5904aed2e6 100644 --- a/po/pl/multiwan.po +++ b/po/pl/multiwan.po @@ -63,7 +63,8 @@ msgstr "Odstęp pomiędzy próbami monitoringu" msgid "" "Health Monitor detects and corrects network changes and failed connections." -msgstr "Monitor stanu wykrywa i koryguje zmiany sieci oraz nieudane połączenia." +msgstr "" +"Monitor stanu wykrywa i koryguje zmiany sieci oraz nieudane połączenia." msgid "KO" msgstr "KO" diff --git a/po/pl/olsr.po b/po/pl/olsr.po index 1b894dcfa8..362ebd25c7 100644 --- a/po/pl/olsr.po +++ b/po/pl/olsr.po @@ -177,8 +177,8 @@ msgid "" "interface broadcast IP." msgstr "" "Adres rozgłoszeniowy (broadcast) IPv4 dla wychodzących pakietów OLSR. " -"Przydatnym przykładem byłoby 255.255.255.255. Domyślna wartość to \"0.0.0.0\" " -"- jest wtedy używany adres rozgłoszeniowy interfejsu." +"Przydatnym przykładem byłoby 255.255.255.255. Domyślna wartość to \"0.0.0.0" +"\" - jest wtedy używany adres rozgłoszeniowy interfejsu." msgid "IPv4 source" msgstr "Źródło IPv4" @@ -187,8 +187,8 @@ msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." msgstr "" -"Adres źródłowy IPv4 dla wychodzących pakietów. Domyślna wartość to \"0.0.0.0\" " -"- jest wtedy używany adres IP interfejsu." +"Adres źródłowy IPv4 dla wychodzących pakietów. Domyślna wartość to \"0.0.0.0" +"\" - jest wtedy używany adres IP interfejsu." msgid "IPv6" msgstr "IPv6" @@ -245,7 +245,8 @@ msgid "" "\"mesh\"." msgstr "" "Tryb interfejsu jest używany, aby zapobiec niepotrzebnemu przekazywaniu " -"pakietów. Prawidłowe tryby to \"mesh\" i \"ether\". Domyślna wartość to \"mesh\"." +"pakietów. Prawidłowe tryby to \"mesh\" i \"ether\". Domyślna wartość to " +"\"mesh\"." msgid "Interfaces" msgstr "Interfejsy" @@ -565,8 +566,8 @@ msgid "Topology" msgstr "Topologia" msgid "" -"Type of service value for the IP header of control traffic. Default is " -"\"16\"." +"Type of service value for the IP header of control traffic. Default is \"16" +"\"." msgstr "" msgid "Unable to connect to the OLSR daemon!" diff --git a/po/pl/pbx.po b/po/pl/pbx.po index 1faa5c3eca..f84173e595 100644 --- a/po/pl/pbx.po +++ b/po/pl/pbx.po @@ -92,9 +92,9 @@ msgid "" "Enter this hostname (or hostname:port) in the Server/Registrar setting of " "SIP devices you will use from a remote location (they will work locally too)." msgstr "" -"Podaj tę nazwę hosta (lub parę nazwa hosta:port) w ustawieniach " -"serwera/rejestratora urządzeń SIP których będziesz używać z zewnątrz (będą " -"też działać lokalnie)." +"Podaj tę nazwę hosta (lub parę nazwa hosta:port) w ustawieniach serwera/" +"rejestratora urządzeń SIP których będziesz używać z zewnątrz (będą też " +"działać lokalnie)." msgid "External SIP Port" msgstr "Zewnętrzny port SIP" @@ -124,8 +124,8 @@ msgstr "" "Dla każdego użytkownika z prawem wykonywania połączeń wychodzących możesz " "ograniczyć których operatorów mogą używać do tych połączeń. Domyślnie każdy " "użytkownik może używać dowolnego operatora. Użytkownik musi mieć prawo " -"wykonywania połączeń wychodzących ustawione na stronie \"Konta użytkowników\", " -"aby pojawić się na poniższej liście. Podaj operatorów VoIP w formacie " +"wykonywania połączeń wychodzących ustawione na stronie \"Konta użytkowników" +"\", aby pojawić się na poniższej liście. Podaj operatorów VoIP w formacie " "nazwa.użytkownika@jakaś.nazwa.hosta, tak jak są wypisani w \"Połączeniach " "wychodzących\" powyżej. Łatwiej jest skopiować powyższych operatorów. " "Nieprawidłowe wpisy, włącznie z operatorami bez prawa do połączeń " diff --git a/po/pl/splash.po b/po/pl/splash.po index bb73a1a125..56bf3c26ca 100644 --- a/po/pl/splash.po +++ b/po/pl/splash.po @@ -176,8 +176,7 @@ msgstr "Zachowaj" msgid "Splash rules are integrated in this firewall zone" msgstr "" -"Reguły komunikatu (Splash) są integrowane z ustawieniami firewalla tej " -"strefy" +"Reguły komunikatu (Splash) są integrowane z ustawieniami firewalla tej strefy" msgid "Splashtext" msgstr "Tekst komunikatu (Splash)" diff --git a/po/pl/statistics.po b/po/pl/statistics.po index 1868b75215..65c383c564 100644 --- a/po/pl/statistics.po +++ b/po/pl/statistics.po @@ -70,7 +70,7 @@ msgid "Collectd Settings" msgstr "Ustawienia Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -117,6 +117,9 @@ msgstr "Zużycie przestrzeni dyskowej" msgid "Disk Usage" msgstr "Użycie dysku" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Przedział czasu wyświetlania »" @@ -194,12 +197,6 @@ msgstr "Ignoruj adresy źródłowe" msgid "Incoming interface" msgstr "Interfejs przychodzący" -msgid "Installed network plugins:" -msgstr "Zainstalowane wtyczki sieciowe:" - -msgid "Installed output plugins:" -msgstr "Zainstalowane wtyczki wyjścia:" - msgid "Interface Plugin Configuration" msgstr "Konfiguracja wtyczki Interfejs" @@ -295,13 +292,6 @@ msgstr "Konfiguracja wtyczki Sieć" msgid "Network plugins" msgstr "Wtyczki sieciowe" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Wtyczki sieciowe służą do zbierania informacji o otwartych połączeniach TCP, " -"ruchu sieciowym na danym interfejsie, regułach iptables itp." - msgid "Network protocol" msgstr "Protokoły sieciowe" @@ -326,16 +316,6 @@ msgstr "Interfejs wychodzący" msgid "Output plugins" msgstr "Pluginy wyjścia" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Pluginy wyjścia dostarczają różnych możliwości przechowywania zgromadzonych " -"danych. Można włączyć wiele pluginów naraz, na przykład przechowywać dane w " -"bazach danych RRD i wysyłać je do innych instancji collectd w sieci." - msgid "Ping" msgstr "Ping" @@ -436,13 +416,6 @@ msgstr "Obciążenie systemu" msgid "System plugins" msgstr "Wtyczki systemowe" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Wtyczki systemowe zbierają wartości o stanie systemu i użyciu zasobów " -"urządzenia.:" - msgid "TCP Connections" msgstr "Połączenia TCP" @@ -458,6 +431,9 @@ msgstr "TTL dla pakietów ping" msgid "Table" msgstr "Tabela" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -521,8 +497,8 @@ msgid "" "The iptables plugin will monitor selected firewall rules and collect " "informations about processed bytes and packets per rule." msgstr "" -"Wtyczka \"iptables\" monitoruje wybrane reguły firewalla i zbiera statystyki o " -"procesach, bajtach i pakietach przypadających na daną regułę." +"Wtyczka \"iptables\" monitoruje wybrane reguły firewalla i zbiera statystyki " +"o procesach, bajtach i pakietach przypadających na daną regułę." msgid "" "The irq plugin will monitor the rate of issues per second for each selected " @@ -540,7 +516,8 @@ msgid "The load plugin collects statistics about the general system load." msgstr "Wtyczka \"load\" zbiera statystyki o ogólnych obciążeniu systemu." msgid "The memory plugin collects statistics about the memory usage." -msgstr "\"wtyczka \"memory\" zbiera statystyki dotyczące wykorzystania pamięci." +msgstr "" +"\"wtyczka \"memory\" zbiera statystyki dotyczące wykorzystania pamięci." msgid "" "The netlink plugin collects extended informations like qdisc-, class- and " @@ -578,9 +555,9 @@ msgid "" "\">Collectd and uses RRD " "Tool to render diagram images from collected data." msgstr "" -"Statystyki bazuja na Collectd " -"oraz wykorzystują RRD Tool do " -"generowania diagramów i wykresów z zebranych danych." +"Statystyki bazuja na Collectd oraz wykorzystują RRD Tool " +"do generowania diagramów i wykresów z zebranych danych." msgid "" "The tcpconns plugin collects informations about open tcp connections on " @@ -594,12 +571,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Wtyczka \"wireless\" zbiera dane o sile sygnału, zakłóceniach i jakości WiFi." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -612,6 +583,15 @@ msgstr "Ta sekcja określa do jakich serwerów zebrane dane zostaną wysłane." msgid "Try to lookup fully qualified hostname" msgstr "" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -630,9 +610,6 @@ msgstr "" msgid "Wireless" msgstr "WiFi" -msgid "Wireless Plugin Configuration" -msgstr "konfiguracja wtyczki WiFi" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -656,3 +633,42 @@ msgstr "" msgid "server interfaces" msgstr "" + +#~ msgid "Installed network plugins:" +#~ msgstr "Zainstalowane wtyczki sieciowe:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Zainstalowane wtyczki wyjścia:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Wtyczki sieciowe służą do zbierania informacji o otwartych połączeniach TCP, " +#~ "ruchu sieciowym na danym interfejsie, regułach iptables itp." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Pluginy wyjścia dostarczają różnych możliwości przechowywania zgromadzonych " +#~ "danych. Można włączyć wiele pluginów naraz, na przykład przechowywać dane w " +#~ "bazach danych RRD i wysyłać je do innych instancji collectd w sieci." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Wtyczki systemowe zbierają wartości o stanie systemu i użyciu zasobów " +#~ "urządzenia.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Wtyczka \"wireless\" zbiera dane o sile sygnału, zakłóceniach i jakości WiFi." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "konfiguracja wtyczki WiFi" diff --git a/po/pl/tinyproxy.po b/po/pl/tinyproxy.po index 924b8d736d..8e3bfc7f75 100644 --- a/po/pl/tinyproxy.po +++ b/po/pl/tinyproxy.po @@ -69,8 +69,8 @@ msgid "" "Can be either an IP address or range, a domain name or \".\" for any host " "without domain" msgstr "" -"Może być adresem lub zakresem adresów IP, nazwą domeny lub \".\" dla dowolnego " -"hosta bez domeny." +"Może być adresem lub zakresem adresów IP, nazwą domeny lub \".\" dla " +"dowolnego hosta bez domeny." msgid "Configuration" msgstr "Konfiguracja" @@ -185,7 +185,8 @@ msgid "Minimum number of prepared idle processes" msgstr "Minimalna liczba przygotowanych bezczynnych procesów" msgid "Number of idle processes to start when launching Tinyproxy" -msgstr "Liczba bezczynnych procesów do włączenia podczas uruchamiania Tinyproxy" +msgstr "" +"Liczba bezczynnych procesów do włączenia podczas uruchamiania Tinyproxy" msgid "Plaintext file with URLs or domains to filter. One entry per line" msgstr "" diff --git a/po/pl/transmission.po b/po/pl/transmission.po index f06162b571..99085bacfe 100644 --- a/po/pl/transmission.po +++ b/po/pl/transmission.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-04-19 21:20+0200\n" -"PO-Revision-Date: 2012-10-11 14:23+0200\n" -"Last-Translator: mesiu84 \n" +"PO-Revision-Date: 2012-10-15 22:58+0200\n" +"Last-Translator: halinka1125 \n" "Language-Team: LANGUAGE \n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -110,8 +110,9 @@ msgstr "Ustawienia globalne" msgid "Idle seeding limit" msgstr "" +#, fuzzy msgid "Idle seeding limit enabled" -msgstr "" +msgstr "Włączony limit transferu podczas bezczynności" msgid "Incomplete directory" msgstr "Niekompletny katalog" @@ -169,20 +170,23 @@ msgstr "Limit peer'a dla torrenta" msgid "Peer port" msgstr "Port peer" +#, fuzzy msgid "Peer port random high" -msgstr "" +msgstr "Maksymalny losowany port peer`a" +#, fuzzy msgid "Peer port random low" -msgstr "" +msgstr "Minimalny losowany port peer`a" +#, fuzzy msgid "Peer port random on start" -msgstr "" +msgstr "Losowy port peer`a przy starcie" msgid "Peer settings" msgstr "Ustawienia peer" msgid "Peer socket tos" -msgstr "" +msgstr "Typ gniazda TOS peer`a" msgid "Port forwarding enabled" msgstr "Przekazywanie portów włączone" @@ -194,10 +198,10 @@ msgid "Prefetch enabled" msgstr "Pobieranie wstępne włączone" msgid "Queue stalled enabled" -msgstr "" +msgstr "Blokada kolejki włączona" msgid "Queue stalled minutes" -msgstr "" +msgstr "Blokada kolejki w min." msgid "Queueing" msgstr "Kolejkowanie" @@ -208,8 +212,9 @@ msgstr "Adres URL RPC" msgid "RPC authentication required" msgstr "Wymagana autoryzacja RPC" +#, fuzzy msgid "RPC bind address" -msgstr "" +msgstr "Adres węzła RPC" msgid "RPC enabled" msgstr "RPC włączone" @@ -247,14 +252,19 @@ msgstr "Włączaj demona jako użytkownik" msgid "Scheduling" msgstr "Harmonogramowanie" +#, fuzzy msgid "Scrape paused torrents enabled" -msgstr "" +msgstr "Zdzieranie wstrzymanych torentów włączone" +#, fuzzy msgid "Script torrent done enabled" msgstr "" +"skrypty wykonano torrenta włączone" +#, fuzzy msgid "Script torrent done filename" msgstr "" +"Nazwa pliku skryptu wykonano torrenta" msgid "Seed queue enabled" msgstr "Kolejkowanie Seed'ów włączone" @@ -287,7 +297,6 @@ msgstr "" msgid "Trash original torrent files" msgstr "Usuń oryginalne pliki torrent" -#, fuzzy msgid "Upload slots per torrent" msgstr "Liczba połączeń na plik torrent - wysyłanie" diff --git a/po/pt/base.po b/po/pt/base.po index 9a4cd79c0b..559a85e7fc 100644 --- a/po/pt/base.po +++ b/po/pt/base.po @@ -6,6 +6,7 @@ msgstr "" "PO-Revision-Date: 2009-05-19 17:20+0200\n" "Last-Translator: Jose Monteiro \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -238,6 +239,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -834,6 +840,9 @@ msgstr "" msgid "Force" msgstr "Forçar" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2615,9 +2624,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/pt/commands.po b/po/pt/commands.po new file mode 100644 index 0000000000..0e9e65d268 --- /dev/null +++ b/po/pt/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/pt/ddns.po b/po/pt/ddns.po index ce1b52c120..01e88cbdd9 100644 --- a/po/pt/ddns.po +++ b/po/pt/ddns.po @@ -37,6 +37,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Forçar actualização a cada" @@ -53,6 +56,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -85,9 +91,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/pt/diag_devinfo.po b/po/pt/diag_devinfo.po index 5ff7d3bb32..7161955d81 100644 --- a/po/pt/diag_devinfo.po +++ b/po/pt/diag_devinfo.po @@ -178,6 +178,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -201,6 +204,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/pt/freifunk.po b/po/pt/freifunk.po index 31f57db7cc..495d11112b 100644 --- a/po/pt/freifunk.po +++ b/po/pt/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Olá e benvindo à rede " @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -144,6 +165,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -195,6 +219,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -225,6 +252,9 @@ msgstr "" msgid "Realname" msgstr "Nome" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -254,6 +284,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -303,6 +336,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -313,6 +349,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/pt/meshwizard.po b/po/pt/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/pt/meshwizard.po +++ b/po/pt/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/pt/statistics.po b/po/pt/statistics.po index c507f4a0a0..45564fdd6f 100644 --- a/po/pt/statistics.po +++ b/po/pt/statistics.po @@ -7,6 +7,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -67,7 +68,7 @@ msgid "Collectd Settings" msgstr "Configurações do Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -114,6 +115,9 @@ msgstr "Utilização de espaço em disco" msgid "Disk Usage" msgstr "Utilização do Disco" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Mostrar intervalo »" @@ -191,12 +195,6 @@ msgstr "Ignorar endereços de origem" msgid "Incoming interface" msgstr "Interface de entrada" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "Configuração do plugin Interface" @@ -290,11 +288,6 @@ msgstr "Configuração do plugin Rede" msgid "Network plugins" msgstr "Plugins de rede" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "Protocolo de rede" @@ -319,13 +312,6 @@ msgstr "Interface de saída" msgid "Output plugins" msgstr "Plugins de saída" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -425,11 +411,6 @@ msgstr "Carga do Sistema" msgid "System plugins" msgstr "Plugis de Sistema" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Conexões TCP" @@ -445,6 +426,9 @@ msgstr "TTL para os pacotes do ping" msgid "Table" msgstr "Tabela" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -604,13 +588,6 @@ msgstr "" "O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " "coletados a partir de uma instância do collectd." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " -"ruído e qualidade." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -627,6 +604,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Tentar encontrar o nome do host completo (FQDN)" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -645,9 +631,6 @@ msgstr "Monitoramento no modo verbose" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "Configuração do plugin Wireless" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -671,3 +654,13 @@ msgstr "segundos; vários valores, separar com espaço" msgid "server interfaces" msgstr "Interfaces do servidor" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " +#~ "ruído e qualidade." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuração do plugin Wireless" diff --git a/po/pt_BR/base.po b/po/pt_BR/base.po index 75e27fa3a3..bb5d522da1 100644 --- a/po/pt_BR/base.po +++ b/po/pt_BR/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-09-27 01:06+0200\n" +"PO-Revision-Date: 2012-11-11 03:56+0200\n" "Last-Translator: Luiz Angelo \n" "Language-Team: LANGUAGE \n" "Language: pt_BR\n" @@ -172,10 +172,12 @@ msgid "Activate this network" msgstr "Ativar esta rede" msgid "Active IPv4-Routes" -msgstr "Rotas IPv4 ativas" +msgstr "" +"Rotas IPv4 ativas" msgid "Active IPv6-Routes" -msgstr "Rotas IPv6 ativas" +msgstr "" +"Rotas IPv6 ativas" msgid "Active Connections" msgstr "Conexões Ativas" @@ -255,6 +257,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Faixa permitida de 1 a 65535" +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 "Uma rede adicional será criada se você deixar isto desmarcado." @@ -427,7 +434,7 @@ msgid "" "out the create field to define a new network." msgstr "" "Escolha a rede (s) que deseja anexar a este interface wireless ou preencha o " -" criar campo para definir uma nova rede." +" criar campo para definir uma nova rede." msgid "Cipher" msgstr "Cifra" @@ -688,9 +695,9 @@ msgid "" "Don't forward DNS-Requests without " "DNS-Name" msgstr "" -"Não encaminhar consultas DNS sem o nome completo do DNS" +"Não encaminhar consultas DNS sem o nome completo do DNS" msgid "Download and install package" msgstr "Baixe e instale o pacote" @@ -754,7 +761,7 @@ msgid "Enable Jumbo Frame passthrough" msgstr "Ativar o encaminhamento de quadros jumbos (Jumbo Frames)" msgid "Enable NTP client" -msgstr "" +msgstr "Ativar o cliente NTP" msgid "Enable TFTP server" msgstr "Ativar servidor TFTP" @@ -882,6 +889,9 @@ msgstr "Gravando na flash..." msgid "Force" msgstr "Forçar" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Forçar CCMP (AES)" @@ -974,7 +984,7 @@ msgid "" "Here you can configure the basic aspects of your device like its hostname or " "the timezone." msgstr "" -"Aqui você pode configurar os aspectos básicos do seu equipamento, como o " +"Aqui você pode configurar os aspectos básicos do seu equipamento, como o " "nome do equipamento ou o fuso horário." msgid "" @@ -1312,8 +1322,8 @@ msgstr "" msgid "List of hosts that supply bogus NX domain results" msgstr "" -"Lista de servidores DNS que fornecem " -"resultados errados para consultas a domínios inexistentes (NX)" +"Lista de servidores DNS que " +"fornecem resultados errados para consultas a domínios inexistentes (NX)" msgid "Listen only on the given interface or, if unspecified, on all" msgstr "" @@ -1631,8 +1641,8 @@ msgstr "" "Nesta página pode configurar as interfaces de rede. Esta interface pode " "formar uma ponte juntando várias interfaces. Para isto, marque o campo " "\"Juntar interfaces em uma ponte\" e informar as várias interfaces de rede. " -"Pode também usar a notação para VLAN " -"INTERFACE.VLANNR (ex.: " +"Pode também usar a notação para VLAN INTERFACE.VLANNR (ex.: " "eth0.1)." msgid "On-State Delay" @@ -1837,7 +1847,7 @@ msgid "Protocol support is not installed" msgstr "O suporte ao protocolo não está instalado" msgid "Provide NTP server" -msgstr "" +msgstr "Fornecer servidor NTP" msgid "Provide new network" msgstr "Prover nova rede" @@ -2422,13 +2432,13 @@ msgid "" "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 "" -"As portas de rede sobre este dispositivo pode ser combinadas com diversas " -" VLAN s em que os " -"computadores podem se comunicar diretamente uns com os outros. VLAN s são muitas vezes utilizados para " -"separar diferentes segmentos de rede. Muitas vezes é padrão uma porta Uplink " -"para a conexão com a próxima maior rede como a Internet e outras portas para " -"uma rede local." +"As portas de rede neste dispositivo podem ser configuradas em diversas VLANs nas quais computadores em uma " +"mesma VLAN podem se comunicar " +"diretamente. VLANs são muitas " +"vezes utilizadas para separar diferentes segmentos de rede. Em geral, existe " +"uma porta para o enlace superior (uplink) e as demais portas são utilizadas " +"para a rede local." msgid "The selected protocol needs a device assigned" msgstr "O protocolo selecionado necessita estar associado a um dispositivo" @@ -2446,7 +2456,7 @@ msgid "" "address of your computer to reach the device again, depending on your " "settings." msgstr "" -"O sistema está gravando o firmware para a flash.
NÃO DESLIGUE O " +"O sistema está gravando o firmware para a flash.
NÃO DESLIGUE O " "EQUIPAMENTO!
Espere alguns minutos até tentar reconectar. Dependendo " "da sua configuração, pode ser necessário renovar o endereço do seu " "computador para poder conectar novamente ao roteador." @@ -2776,13 +2786,10 @@ msgstr "" "do hostapd (para modo AP ou ad-hoc)." msgid "Waiting for changes to be applied..." -msgstr "À espera de mudanças a serem aplicadas ..." +msgstr "Esperando a aplicação das mudanças..." msgid "Waiting for command to complete..." -msgstr "À espera pelos comandos serem completados ..." - -msgid "Waiting for router..." -msgstr "Esperando pelo roteador..." +msgstr "Esperando o término do comando..." msgid "Warning" msgstr "Atenção" @@ -2968,6 +2975,9 @@ msgstr "sim" msgid "« Back" msgstr "« Voltar" +#~ msgid "Waiting for router..." +#~ msgstr "Esperando pelo roteador..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Ativar o servidor NTP embutido" diff --git a/po/pt_BR/commands.po b/po/pt_BR/commands.po new file mode 100644 index 0000000000..08b3d37858 --- /dev/null +++ b/po/pt_BR/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/pt_BR/ddns.po b/po/pt_BR/ddns.po index 1964bbcc6b..1921b93f26 100644 --- a/po/pt_BR/ddns.po +++ b/po/pt_BR/ddns.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2011-10-08 03:45+0200\n" -"Last-Translator: luizluca \n" +"PO-Revision-Date: 2012-11-03 07:02+0200\n" +"Last-Translator: Luiz Angelo \n" "Language-Team: LANGUAGE \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 2.0.4\n" +"X-Generator: Pootle 2.0.6\n" msgid "Check for changed IP every" msgstr "Verifique por alterações no endereço IP a cada" @@ -35,6 +35,9 @@ msgstr "" msgid "Enable" msgstr "Habilitar" +msgid "Event interface" +msgstr "Interface de eventos" + msgid "Force update every" msgstr "Forçar atualização a cada" @@ -50,6 +53,10 @@ msgstr "Interface" msgid "Network" msgstr "Rede" +msgid "On which interface up should start the ddns script process." +msgstr "" +"Na subida de qual interface que o processo do script ddns deve ser iniciado" + msgid "Password" msgstr "Senha" @@ -81,9 +88,3 @@ msgstr "min" msgid "network" msgstr "rede" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/pt_BR/diag_devinfo.po b/po/pt_BR/diag_devinfo.po index 837d8301fd..53face0d5d 100644 --- a/po/pt_BR/diag_devinfo.po +++ b/po/pt_BR/diag_devinfo.po @@ -192,6 +192,9 @@ msgstr "Busca por dispositivos com suporte a SIP em redes especificadas." msgid "Scanning Configuration" msgstr "Configuração de busca" +msgid "Scans for devices on specified networks." +msgstr "Busca por dispositivos nas redes especificadas." + msgid "Sleep Between Requests" msgstr "Espera Entre Requisições" @@ -215,6 +218,3 @@ msgstr "Fabricante" msgid "check other networks" msgstr "verifique outras redes" - -msgid "Scans for devices on specified networks." -msgstr "Busca por dispositivos nas redes especificadas." diff --git a/po/pt_BR/freifunk.po b/po/pt_BR/freifunk.po index 0d463d0c2c..00d43bc657 100644 --- a/po/pt_BR/freifunk.po +++ b/po/pt_BR/freifunk.po @@ -16,6 +16,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Configurações Básicas" @@ -84,6 +87,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "Edita a página índice" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Erro" @@ -105,6 +111,12 @@ msgstr "Roteador" msgid "Go to" msgstr "Vá para" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Olá e seja bem-vindo à rede do" @@ -117,6 +129,15 @@ msgstr "Página" msgid "Hostname" msgstr "Nome do equipamento" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "Se selecionado, o conteúdo padrão não é mostrado." @@ -147,6 +168,9 @@ msgstr "Manter a configuração" msgid "Latitude" msgstr "Latitude" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "Carregar" @@ -198,6 +222,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Operador" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Visão Geral" @@ -228,6 +255,9 @@ msgstr "Perfil (Especialista)" msgid "Realname" msgstr "Nome Real" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -259,6 +289,9 @@ msgstr "Estatística" msgid "Status" msgstr "Estado" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "Sistema" @@ -318,6 +351,9 @@ msgstr "Tempo de atividade" msgid "Verify downloaded images" msgstr "Verifique as imagens baixadas" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -328,6 +364,9 @@ msgstr "" msgid "Wireless Overview" msgstr "Visão Geral da Rede Sem Fio" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/pt_BR/meshwizard.po b/po/pt_BR/meshwizard.po index 720e148b83..e6a4952b93 100644 --- a/po/pt_BR/meshwizard.po +++ b/po/pt_BR/meshwizard.po @@ -13,6 +13,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.4\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Canal" @@ -35,9 +38,18 @@ msgstr "O DHCP irá atribuir automaticamente endereços IP para os clientes" msgid "Enable DHCP" msgstr "Habilitar DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Configurações Gerais" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -50,9 +62,17 @@ msgstr "Interfaces" msgid "Mesh IP address" msgstr "Endereço IP da rede em malha" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "Assistente de Configuração da Rede em Malha" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Proteget Rede Local (LAN)" @@ -62,6 +82,9 @@ msgstr "" "Selecione isto para permitir que outros usem sua conexão para acessar a " "internet." +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Compartilhar sua conexão com a internet" @@ -81,6 +104,11 @@ msgid "The given IP address is not inside the mesh network range" msgstr "" "O endereço IP informado não está na faixa de endereços da rede em malha" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/pt_BR/multiwan.po b/po/pt_BR/multiwan.po index 7c3b51cd04..ba72b820c5 100644 --- a/po/pt_BR/multiwan.po +++ b/po/pt_BR/multiwan.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-18 20:39+0200\n" +"PO-Revision-Date: 2012-11-11 04:01+0200\n" "Last-Translator: Luiz Angelo \n" "Language-Team: none\n" "Language: pt_BR\n" @@ -9,10 +9,10 @@ msgstr "" "Content-Type: 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-Generator: Pootle 2.0.6\n" msgid "Attempts Before WAN Failover" -msgstr "Tentativas Antes do Contorno à Falha na WAN" +msgstr "Tentativas Antes da Solução de Contorno da WAN" msgid "Attempts Before WAN Recovery" msgstr "Tentativas Antes da Recuperação da WAN" diff --git a/po/pt_BR/olsr.po b/po/pt_BR/olsr.po index 1ec1cdb260..03cf8e6b58 100644 --- a/po/pt_BR/olsr.po +++ b/po/pt_BR/olsr.po @@ -341,11 +341,10 @@ msgstr "" "Algoritmo de qualidade do enlace (somente para LQ nível 2).
etx_float: ETX ponto " "flutuante com o envelhecimento exponencial
etx_fpm : o mesmo que " -"etx_float, mas com aritmética inteira
etx_ff : ETX freifunk, " -"uma variante do etx que usa todo tráfego OLSE (ao invés de somente as " -"saudações) para o cálculo do ETX
etx_ffeth: variação " -"incompatível do etx_ff que permite enlaces ethernet com ETX 0.1.
O " -"padrão é \"etx_ff\"" +"etx_float, mas com aritmética inteira
etx_ff : ETX freifunk, uma " +"variante do etx que usa todo tráfego OLSE (ao invés de somente as saudações) " +"para o cálculo do ETX
etx_ffeth: variação incompatível do etx_ff " +"que permite enlaces ethernet com ETX 0.1.
O padrão é \"etx_ff\"" msgid "" "Link quality level switch between hopcount and cost-based (mostly ETX) " @@ -422,8 +421,8 @@ msgstr "Limiar do NAT" msgid "NLQ" msgstr "" -"NLQ" +"NLQ" msgid "Neighbors" msgstr "Vizinhos" @@ -637,10 +636,9 @@ msgid "" "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" "Isto pode ser usado para sinalizar o prefixo IPv6 externo do enlace superior " -"(uplink) para os clientes. Isto pode permitir que um cliente mude o " -"endereço IPv6 local para usar o roteador IPv6 sem qualquer tradução de " -"endereços. O tamanho máximo do prefixo é 64 bits. O padrão é \"::/0\" (nenhum " -"prefixo)." +"(uplink) para os clientes. Isto pode permitir que um cliente mude o endereço " +"IPv6 local para usar o roteador IPv6 sem qualquer tradução de endereços. O " +"tamanho máximo do prefixo é 64 bits. O padrão é \"::/0\" (nenhum prefixo)." msgid "Timing and Validity" msgstr "Temporização e Validade" diff --git a/po/pt_BR/pbx.po b/po/pt_BR/pbx.po index 1f69903574..ab77743ea9 100644 --- a/po/pt_BR/pbx.po +++ b/po/pt_BR/pbx.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2012-09-27 00:39+0200\n" +"PO-Revision-Date: 2012-11-11 04:03+0200\n" "Last-Translator: Luiz Angelo \n" "Language-Team: none\n" "Language: pt_BR\n" @@ -88,14 +88,14 @@ msgid "" "you will use ONLY locally and never from a remote location." msgstr "" "Entre este endereço IP (ou IP:porta) na configuração de servidor/registrador " -"dos seus dispositivos SIP que você irá usar SOMENTE localmente e nunca de " -"um local remoto." +"dos seus dispositivos SIP que você irá usar SOMENTE localmente e nunca de um " +"local remoto." msgid "" "Enter this hostname (or hostname:port) in the Server/Registrar setting of " "SIP devices you will use from a remote location (they will work locally too)." msgstr "" -"Entre com o nome do equipamento (or equipamento:porta) na configuração de " +"Entre com o nome do equipamento (ou equipamento:porta) na configuração de " "servidor/Registrar do seus dispositivos SIP que você irá usar de um local " "remoto (eles também funcionarão localmente)." @@ -210,10 +210,10 @@ msgstr "" "IP e portas específicas, resultando em melhor latência e redimento de som. " "Se ativado, será configurada automaticamente pelo PABX uma regra de QoS para este " -"serviço, mas você deve visitar a página de configuração de QoS (Rede -> QoS) " -"para configurar outras configurações críticas de QoS como as velocidades da " -"sua conexão." +"serviço, mas você deve visitar a página de configuração de QoS (Rede -> QoS) para " +"configurar outras configurações críticas de QoS como as velocidades da sua " +"conexão." msgid "" "If you have more than one account that can make outgoing calls, you should " @@ -240,16 +240,16 @@ msgstr "" "exemplo, para fazer chamadas para a Alemanha através de um provedor, você " "pode digitar 49. Para fazer chamadas para a América do Norte, você pode " "entrar 1NXXNXXXXXX. Se um de seus provedores pode fazer chamadas locais para " -"um código de área como Nova York (646), você pode entrar com 646NXXXXXX " -"para esse provedor. Você deve deixar uma conta com uma lista vazia para " -"fazer chamadas com ele por padrão para o caso do prefixo não casar com " -"nenhum outro fornecedor. O sistema irá substituir automaticamente uma lista " -"vazia com uma mensagem que os este provedor será utilizado caso nenhuma das " -"regras dos demais provedores casem. Seja tão específico quanto possível " -"(isto é 1NXXNXXXXXX é melhor do que 1). Por favor, note que todos os códigos " -"de discagem internacionais são descartados (por exemplo 00, 011, 010, " -"0011). As entradas podem ser feitas em uma lista separada por espaços ou por " -"nova linha." +"um código de área como Nova York (646), você pode entrar com 646NXXXXXX para " +"esse provedor. Você deve deixar uma conta com uma lista vazia para fazer " +"chamadas com ele por padrão para o caso do prefixo não casar com nenhum " +"outro fornecedor. O sistema irá substituir automaticamente uma lista vazia " +"com uma mensagem que os este provedor será utilizado caso nenhuma das regras " +"dos demais provedores casem. Seja tão específico quanto possível (isto é " +"1NXXNXXXXXX é melhor do que 1). Por favor, note que todos os códigos de " +"discagem internacionais são descartados (por exemplo 00, 011, 010, 0011). As " +"entradas podem ser feitas em uma lista separada por espaços ou por nova " +"linha." msgid "Incoming Calls" msgstr "Chamadas Recebidas" @@ -320,9 +320,8 @@ msgstr "" "escutar. Não escolher o padrão 5060, porque é frequentemente alvo de ataques " "de força bruta. Quando terminar, (1) clique em \"Salvar e Aplicar\", e (2) " "clique no \"Reiniciar o serviço VoIP\" acima. Finalmente, (3) olhe na seção " -"\"Contas de Dispositivos SIP/Telefones em Software\" para atualizar o " -"endereço e porta do servidor para seu Dispositivos SIP/Telefones em " -"Software." +"\"Contas de Dispositivos SIP/Telefones em Software\" para atualizar o " +"endereço e porta do servidor para seu Dispositivos SIP/Telefones em Software." msgid "Port Setting for SIP Devices" msgstr "Configuração da Porta para Dispositivos SIP" @@ -436,14 +435,14 @@ msgstr "" "SIP, e contas de usuários locais são configurados em \"Contas do Google\", " "\"Contas SIP\" e \"Contas de Usuário\" sub-seções. Você deve adicionar pelo " "menos uma conta de usuário para este PABX e configurar um dispositivo SIP ou " -"softphone para usar a conta, a fim de fazer e receber chamadas com o Google " -"/ SIP contas. Configurando vários usuários permitem que você faça chamadas " -"gratuitas entre todos os usuários, e partilhar o Google configurado e contas " -"SIP. Se você tem mais de um Google e contas SIP configurado, você " +"softphone para usar a conta, a fim de fazer e receber chamadas com o " +"Google / SIP contas. Configurando vários usuários permitem que você faça " +"chamadas gratuitas entre todos os usuários, e partilhar o Google configurado " +"e contas SIP. Se você tem mais de um Google e contas SIP configurado, você " "provavelmente deve configurar como as chamadas de e para eles são " -"encaminhados para a \"Call Routing\" página. Se você está interessado em usar " -"o seu próprio PABX de qualquer lugar do mundo, então, visitar o \"Remote Uso\" " -"na seção \"Advanced Settings\" página." +"encaminhados para a \"Call Routing\" página. Se você está interessado em " +"usar o seu próprio PABX de qualquer lugar do mundo, então, visitar o " +"\"Remote Uso\" na seção \"Advanced Settings\" página." msgid "" "This is the name that the VoIP server will use to identify itself when " @@ -475,10 +474,10 @@ msgid "" msgstr "" "Este é o local onde você configura suas contas Google (Talk e Voice) para " "poder usá-las para realizar ou receber chamadas (conversa por voz e chamadas " -"para telefones reais). Por favor, realize ao menos uma chamada de voz " -"usando o plugin do Google Talk, instalável na interface do GMail. Após esta " -"chamada, saia da sua conta em todos os serviços. Clique em \"Adicionar\" para " -"adicionar quantas contas você desejar." +"para telefones reais). Por favor, realize ao menos uma chamada de voz usando " +"o plugin do Google Talk, instalável na interface do GMail. Após esta " +"chamada, saia da sua conta em todos os serviços. Clique em \"Adicionar\" " +"para adicionar quantas contas você desejar." msgid "" "This is where you set up your SIP (VoIP) accounts ts like Sipgate, " diff --git a/po/pt_BR/statistics.po b/po/pt_BR/statistics.po index c367747533..1932c9c5b2 100644 --- a/po/pt_BR/statistics.po +++ b/po/pt_BR/statistics.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2012-09-27 01:07+0200\n" +"PO-Revision-Date: 2012-11-11 04:02+0200\n" "Last-Translator: Luiz Angelo \n" "Language-Team: LANGUAGE \n" "Language: pt_BR\n" @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "Configurações do Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -115,6 +115,9 @@ msgstr "Utilização de espaço em disco" msgid "Disk Usage" msgstr "Utilização do Disco" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Mostrar intervalo »" @@ -193,12 +196,6 @@ msgstr "Ignorar endereços de origem" msgid "Incoming interface" msgstr "Interface de entrada" -msgid "Installed network plugins:" -msgstr "Plugins de rede instalados:" - -msgid "Installed output plugins:" -msgstr "Plugins de saída instalados:" - msgid "Interface Plugin Configuration" msgstr "Configuração do plugin Interface" @@ -294,13 +291,6 @@ msgstr "Configuração do plugin Rede" msgid "Network plugins" msgstr "Plugins de rede" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Os plugins de rede são utilizados para coletar informações sobre conexões " -"tcp abertas, tráfego da interface, regras do iptables, etc." - msgid "Network protocol" msgstr "Protocolo de rede" @@ -325,17 +315,6 @@ msgstr "Interface de saída" msgid "Output plugins" msgstr "Plugins de saída" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Os plugins de saída proveem diferentes possibilidades para armazenar os " -"dados coletados. É possível habilitar diversos plugin para, por exemplo, " -"coletar dados em bancos de dados rrd e transmitir os dados através da rede " -"para outro serviço collectd." - msgid "Ping" msgstr "Ping" @@ -435,13 +414,6 @@ msgstr "Carga do Sistema" msgid "System plugins" msgstr "Plugins de sistema" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Plugins do sistema coletando valores sobre o estado do sistema e uso dos " -"recursos neste dispositivo.:" - msgid "TCP Connections" msgstr "Conexões TCP" @@ -457,6 +429,9 @@ msgstr "TTL para os pacotes do ping" msgid "Table" msgstr "Tabela" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -606,7 +581,7 @@ msgid "" msgstr "" "As estatísticas são baseadas no Collectd e é utilizado o RRD Tool para renderização das imagens à partir dos dados coletados." +"\">RRD Tool para renderização das imagens a partir dos dados coletados." msgid "" "The tcpconns plugin collects informations about open tcp connections on " @@ -622,13 +597,6 @@ msgstr "" "O plugin unixsock cria um socket unix, que pode ser usado para ler os dados " "coletados a partir de uma collectd em execução." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " -"ruído e qualidade." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -645,6 +613,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Tentar encontrar o nome do host completo (FQDN)" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -663,9 +640,6 @@ msgstr "Monitoramento no modo detalhado" msgid "Wireless" msgstr "Rede Sem Fio (Wireless)" -msgid "Wireless Plugin Configuration" -msgstr "Configuração do Plugin da Rede Sem Fio (Wireless)" - msgid "Wireless iwinfo Plugin Configuration" msgstr "Configuração do Plugin iwinfo da Rede Sem Fio (Wireless)" @@ -689,3 +663,44 @@ msgstr "segundos; vários valores, separar com espaço" msgid "server interfaces" msgstr "interfaces do servidor" + +#~ msgid "Installed network plugins:" +#~ msgstr "Plugins de rede instalados:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Plugins de saída instalados:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Os plugins de rede são utilizados para coletar informações sobre conexões " +#~ "tcp abertas, tráfego da interface, regras do iptables, etc." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Os plugins de saída proveem diferentes possibilidades para armazenar os " +#~ "dados coletados. É possível habilitar diversos plugin para, por exemplo, " +#~ "coletar dados em bancos de dados rrd e transmitir os dados através da rede " +#~ "para outro serviço collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Plugins do sistema coletando valores sobre o estado do sistema e uso dos " +#~ "recursos neste dispositivo.:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "O plugin wireless coleta estatísticas sobre o nível de sinal wireless, o " +#~ "ruído e qualidade." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Configuração do Plugin da Rede Sem Fio (Wireless)" diff --git a/po/pt_BR/transmission.po b/po/pt_BR/transmission.po index 08519149a2..e9e530d6e1 100644 --- a/po/pt_BR/transmission.po +++ b/po/pt_BR/transmission.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-06 16:27+0200\n" -"PO-Revision-Date: 2012-07-06 16:28+0200\n" +"PO-Revision-Date: 2012-11-11 04:37+0200\n" "Last-Translator: Luiz Angelo \n" "Language-Team: LANGUAGE \n" "Language: pt_BR\n" @@ -14,43 +14,43 @@ msgstr "" "X-Generator: Pootle 2.0.6\n" msgid "Alternative download speed" -msgstr "Velocidade de download alternativo" +msgstr "Velocidade alternativa para baixar" msgid "Alternative speed enabled" -msgstr "Velocidade de download ativado" +msgstr "Velocidade alternativa ativada" msgid "Alternative speed time begin" -msgstr "Tempo de velocidade alternativo começar" +msgstr "Hora de início da velocidade alternativa" msgid "Alternative speed time day" -msgstr "Velocidade alternativa por dia" +msgstr "Dia da velocidade alternativa" msgid "Alternative speed time end" -msgstr "Velocidade alternativa final" +msgstr "Hora final da velocidade alternativa" msgid "Alternative speed timing enabled" -msgstr "Velocidade alternativa tempo ativo" +msgstr "Temporização da velocidade alternativa habilitada" msgid "Alternative upload speed" -msgstr "Alternativo velocidade de upload" +msgstr "Velocidade de subida alternativa" msgid "Automatically start added torrents" -msgstr "Iniciar automaticamente torrents adicionados " +msgstr "Iniciar automaticamente os torrents adicionados " msgid "Bandwidth settings" -msgstr "configurações de largura de banda" +msgstr "Configurações da velocidade do enlace" msgid "Binding address IPv4" -msgstr "Endereço IPv4 Binding" +msgstr "Endereço de escuta IPv4" msgid "Binding address IPv6" -msgstr "Endereço IPv6 Binding" +msgstr "Endereço de escuta IPv6" msgid "Block list enabled" -msgstr "Lista de Bloqueios habilitado" +msgstr "Lista de Bloqueios habilitada" msgid "Blocklist URL" -msgstr "Lista de bloqueio de URL" +msgstr "URL da lista de bloqueio" msgid "Blocklists" msgstr "Lista de Bloqueio" @@ -59,31 +59,31 @@ msgid "Cache size in MB" msgstr "Tamanho em MB do cache" msgid "Config file directory" -msgstr "Configuração de diretório de arquivos" +msgstr "Diretório dos arquivos de configuração" msgid "DHT enabled" -msgstr "DHT Ativado" +msgstr "DHT habilitado" msgid "Debug" -msgstr "Debug" +msgstr "Depuração" msgid "Download directory" -msgstr "Diretório de download " +msgstr "Diretório de arquivos baixados " msgid "Download queue enabled" -msgstr "Fila Download ativado" +msgstr "Fila para baixar habilitada" msgid "Download queue size" -msgstr "Tamanho da fila de Download " +msgstr "Tamanho da fila para baixar " msgid "Enable watch directory" -msgstr "Ativar diretório assistido" +msgstr "Habilitar monitoramento de diretório" msgid "Enabled" -msgstr "Ativar" +msgstr "Habilitar" msgid "Encryption" -msgstr "Criptografar" +msgstr "Cifragem" msgid "Error" msgstr "Erro" @@ -101,37 +101,37 @@ msgid "Full" msgstr "Cheio" msgid "Global peer limit" -msgstr "Limite global de pontos conectados" +msgstr "Limite global de parceiros conectados" msgid "Global settings" -msgstr "Configuração Global " +msgstr "Configurações Globais" msgid "Idle seeding limit" -msgstr "Limite de seeding ocioso" +msgstr "Limite para parar de semear se ocioso" msgid "Idle seeding limit enabled" -msgstr "Limite de seeding ocioso habilitado" +msgstr "Habilitar limite para parar de semear se ocioso" msgid "Incomplete directory" -msgstr "Diretório incompleto" +msgstr "Diretório de incompletos" msgid "Incomplete directory enabled" -msgstr "Diretório incompleto ativado" +msgstr "Diretório de incompletos habilitado" msgid "Info" msgstr "informação" msgid "LPD enabled" -msgstr "LPD ativado" +msgstr "LPD habilitado" msgid "Lazy bitfield enabled" -msgstr "Lazy bitfield ativado" +msgstr "Envio de campo de bits incompletos habilitado" msgid "Message level" -msgstr "nível de mensagem" +msgstr "Nível de mensagens" msgid "Miscellaneous" -msgstr "diverso" +msgstr "Diversos" msgid "None" msgstr "Nada" @@ -141,8 +141,8 @@ msgid "" "enabled, add a value. For Sunday - 1, Monday - 2, Tuesday - 4, Wednesday - " "8, Thursday - 16, Friday - 32, Saturday - 64" msgstr "" -"Número / bitfield. Comece com 0, então para cada dia você quer que o " -"programador habilitado, adicione um valor. Para domingo - 1, segunda-feira - " +"Número/Campo de bits. Comece com 0 e, então, para cada dia você quer o " +"agendador habilitado, adicione um valor. Para domingo - 1, segunda-feira - " "2, terça-feira - 4, quarta-feira - 8, quinta-feira - 16, sexta-feira - 32, " "Sábado - 64" @@ -153,49 +153,49 @@ msgid "Open Web Interface" msgstr "Abrir interface Web" msgid "PEX enabled" -msgstr "PEX ativado" +msgstr "PEX habilitado" msgid "Peer Port settings" -msgstr "Configuração de porta de peer " +msgstr "Configuração de porta do parceiro" msgid "Peer congestion algorithm" -msgstr "Algoritmo de congestionamento por peer" +msgstr "Algoritmo de congestionamento dos parceiro" msgid "Peer limit per torrent" -msgstr "Limite de torrents por Peer" +msgstr "Limite de torrents por parceiro" msgid "Peer port" -msgstr "Porta de peer" +msgstr "Porta do parceiro" msgid "Peer port random high" -msgstr "Porta alta randômica do peer " +msgstr "Limite superior da porta aleatória do parceiro" msgid "Peer port random low" -msgstr "Porta baixa randômica do peer" +msgstr "Limite inferior da porta aleatória do parceiro" msgid "Peer port random on start" -msgstr "Porta inicial randômica do peer" +msgstr "Porta aleatória inicial do parceiro" msgid "Peer settings" -msgstr "Configuração do peer" +msgstr "Configuração do parceiro" msgid "Peer socket tos" -msgstr "Peer socket tos" +msgstr "TOS da conexão do parceiro" msgid "Port forwarding enabled" -msgstr "Porta encaminhando (forwarding) ativada" +msgstr "Encaminhamento de porta ativado" msgid "Preferred" -msgstr "preferido" +msgstr "Preferencial" msgid "Prefetch enabled" -msgstr "prefetch ativado" +msgstr "Adiantamento de leitura de disco habilitado" msgid "Queue stalled enabled" -msgstr "Fila parada ativada" +msgstr "Parada de fila habilitada" msgid "Queue stalled minutes" -msgstr "Fila parado minutos" +msgstr "Parada de fila em minutos" msgid "Queueing" msgstr "Filas" @@ -204,92 +204,91 @@ msgid "RPC URL" msgstr "RPC URL" msgid "RPC authentication required" -msgstr "RPC autenticação requerida " +msgstr "RPC requer autenticação " msgid "RPC bind address" -msgstr "RPC endereço de ligação" +msgstr "Endereço de escuta do RPC" msgid "RPC enabled" -msgstr "RPC Ativado" +msgstr "RPC habilitado" msgid "RPC password" -msgstr "RPC Senha" +msgstr "Senha do RPC" msgid "RPC port" -msgstr "RPC porta" +msgstr "Porta do RPC" msgid "RPC settings" -msgstr "RPC configuração" +msgstr "Configuração do RPC" msgid "RPC username" -msgstr "RPC nome de usuario (login)" +msgstr "Nome do usuario do RPC" msgid "RPC whitelist" -msgstr "RPC lista permitida" +msgstr "Lista branca do RPC" msgid "RPC whitelist enabled" -msgstr "RPC lista permitida ativado" +msgstr "Lista branca do RPC habilitada" msgid "Ratio limit" -msgstr "limite Relação" +msgstr "Limite da relação" msgid "Ratio limit enabled" -msgstr "limite Relação ativado" +msgstr "Limite da relação habilitado" msgid "Rename partial files" -msgstr "Renomear arquivo parcialmente" +msgstr "Renomear arquivos parciais" msgid "Run daemon as user" -msgstr "Executar daemon como usuário" +msgstr "Executar serviço como usuário" msgid "Scheduling" -msgstr "agendamento" +msgstr "Agendamento" msgid "Scrape paused torrents enabled" -msgstr "Scrape torrents pausados ​​habilitado" +msgstr "Busca de informações de torrents pausados ​​habilitada" msgid "Script torrent done enabled" -msgstr "Torrente Script feito habilitado" +msgstr "Script de conclusão de torrent habilitado" msgid "Script torrent done filename" -msgstr "Torrente Script feito nome do arquivo" +msgstr "Nome do arquivo do script de conclusão de torrent" msgid "Seed queue enabled" -msgstr "Fila de Sementes habilitado" +msgstr "Fila de semeadura habilitada" msgid "Seed queue size" -msgstr "Tamanho da fila de Sementes" +msgstr "Tamanho da fila de semeadura" msgid "Speed limit down" -msgstr "Limite de velocidade down" +msgstr "Limite inferior de velocidade" msgid "Speed limit down enabled" -msgstr "Limite de velocidade down ativado" +msgstr "Limite inferior de velocidade habilitado" msgid "Speed limit up" -msgstr "Limite de velocidade up" +msgstr "Limite superior de velocidade" msgid "Speed limit up enabled" -msgstr "Limite de velocidade up ativado" +msgstr "Limite superior de velocidade habilitado" msgid "Transmission" -msgstr "transmissão" +msgstr "Transmission" msgid "" "Transmission daemon is a simple bittorrent client, here you can configure " "the settings." msgstr "" -"Daemon de transmissão é um cliente BitTorrent simples, aqui você pode " -"configurar as definições." +"O Transmission é um cliente BitTorrent simples, aqui você pode configurá-lo." msgid "Trash original torrent files" -msgstr "Lixo arquivos torrent originais" +msgstr "Apague os arquivos torrent originais" msgid "Upload slots per torrent" -msgstr "Slots para upload por torrent" +msgstr "Vagas para conexão de envio por torrent" msgid "Watch directory" -msgstr "Assista diretório" +msgstr "Monitorar diretório" msgid "in minutes from midnight" msgstr "em minutos a partir da meia-noite" diff --git a/po/ro/base.po b/po/ro/base.po index 6a7406fc53..b0768f5abc 100644 --- a/po/ro/base.po +++ b/po/ro/base.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2011-10-07 00:21+0200\n" -"Last-Translator: Daniel \n" +"PO-Revision-Date: 2012-12-01 16:10+0200\n" +"Last-Translator: cgherman \n" "Language-Team: none\n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -10,7 +10,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "(%d minute window, %d second interval)" msgstr "" @@ -40,7 +40,7 @@ msgid "15 Minute Load:" msgstr "Incarcarea in ultimele 15 minute" msgid "40MHz 2nd channel above" -msgstr "" +msgstr "40MHz 2 canale de mai jos" msgid "40MHz 2nd channel below" msgstr "" @@ -49,10 +49,10 @@ msgid "5 Minute Load:" msgstr "Incarcarea in ultimele 5 minute" msgid "BSSID" -msgstr "" +msgstr "BSSID" msgid "DNS query port" -msgstr "" +msgstr "DNSport de apelare" msgid "DNS server port" msgstr "" @@ -63,7 +63,7 @@ msgid "" msgstr "" msgid "ESSID" -msgstr "" +msgstr "ESSID" msgid "IPv4-Address" msgstr "Adresa IPv4" @@ -232,6 +232,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -818,6 +823,9 @@ msgstr "" msgid "Force" msgstr "Forteaza" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2571,9 +2579,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Asteptam dupa router.." - msgid "Warning" msgstr "Avertizare" @@ -2745,6 +2750,9 @@ msgstr "da" msgid "« Back" msgstr "« Inapoi" +#~ msgid "Waiting for router..." +#~ msgstr "Asteptam dupa router.." + #~ msgid "Active Leases" #~ msgstr "Conexiuni dhcp active" diff --git a/po/ro/commands.po b/po/ro/commands.po new file mode 100644 index 0000000000..2b3a72b3cf --- /dev/null +++ b/po/ro/commands.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2012-12-01 16:07+0200\n" +"Last-Translator: cgherman \n" +"Language-Team: none\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" + +msgid "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 "" +"Permite executarea comenzii si descarcarea rezultatului fara o autentificare " +"anterioara" + +msgid "Allow the user to provide additional command line arguments" +msgstr "Permite utilizatorului sa adauge parametrii in linia de comanda" + +msgid "Arguments:" +msgstr "Parametrii:" + +msgid "Binary data not displayed, download instead." +msgstr "Datele binare nu sunt afisate, descarcale in schimb" + +msgid "Code:" +msgstr "Cod:" + +msgid "Collecting data..." +msgstr "Aduna date..." + +msgid "Command" +msgstr "Comanda" + +msgid "Command failed" +msgstr "Comanda esuata" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "Comanda reusita" + +msgid "Command:" +msgstr "Comanda:" + +msgid "Configure" +msgstr "Configureaza" + +msgid "Custom Commands" +msgstr "Comenzi particulare" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "Dashboard" + +msgid "Description" +msgstr "Descriere" + +msgid "Download" +msgstr "Descarca" + +msgid "Failed to execute command!" +msgstr "S-a esuat executarea comenzii!!" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "Se incarca" + +msgid "Public access" +msgstr "Access public" + +msgid "Run" +msgstr "Ruleaza" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" +"Aceasta pagina permite configurarea de comenzi personale ce pot fi usor " +"apelate din interfata grafica" + +msgid "Waiting for command to complete..." +msgstr "Astept finalizarea comenzii..." diff --git a/po/ro/coovachilli.po b/po/ro/coovachilli.po index 7769f243b8..03104c3302 100644 --- a/po/ro/coovachilli.po +++ b/po/ro/coovachilli.po @@ -3,22 +3,25 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2012-12-01 15:57+0200\n" +"Last-Translator: cgherman \n" "Language-Team: none\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " -"20)) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2);;\n" +"X-Generator: Pootle 2.0.6\n" msgid "CoovaChilli" -msgstr "" +msgstr "CoovaChilli" msgid "Network Configuration" -msgstr "" +msgstr "Configurare retea" msgid "RADIUS configuration" -msgstr "" +msgstr "Configurare RADIUS" msgid "UAM and MAC Authentication" -msgstr "" +msgstr "Autentificare UAM si MAC" diff --git a/po/ro/ddns.po b/po/ro/ddns.po index 6af34ffce5..cade2fbd3e 100644 --- a/po/ro/ddns.po +++ b/po/ro/ddns.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2011-10-07 00:42+0200\n" -"Last-Translator: Daniel \n" +"PO-Revision-Date: 2012-12-01 15:59+0200\n" +"Last-Translator: cgherman \n" "Language-Team: none\n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "Check for changed IP every" msgstr "Verifica pentru adresa IP schimbata la fiecare" @@ -38,6 +38,9 @@ msgstr "" msgid "Enable" msgstr "Activeaza" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Forteaza actualizarea la fiecare" @@ -45,7 +48,7 @@ msgid "Force-time unit" msgstr "Unitatea de timp la fortare actualizare" msgid "Hostname" -msgstr "nume dns" +msgstr "Nume host" msgid "Interface" msgstr "Interfata" @@ -53,6 +56,9 @@ msgstr "Interfata" msgid "Network" msgstr "Retea" +msgid "On which interface up should start the ddns script process." +msgstr "Pe care interfata trebuie sa porneasca scriptul ddns" + msgid "Password" msgstr "Parola" @@ -84,9 +90,3 @@ msgstr "minut(e)" msgid "network" msgstr "retea" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/ro/diag_devinfo.po b/po/ro/diag_devinfo.po index 39f50d8865..a1cf113d07 100644 --- a/po/ro/diag_devinfo.po +++ b/po/ro/diag_devinfo.po @@ -182,6 +182,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "Pauza dintre cereri" @@ -205,6 +208,3 @@ msgstr "" msgid "check other networks" msgstr "verifica alte retele" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/ro/freifunk.po b/po/ro/freifunk.po index 821f2d9508..2e7e3119a4 100644 --- a/po/ro/freifunk.po +++ b/po/ro/freifunk.po @@ -13,6 +13,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -79,6 +82,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -100,6 +106,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -112,6 +124,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -138,6 +159,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -189,6 +213,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -219,6 +246,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -248,6 +278,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -297,6 +330,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -305,6 +341,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/ro/meshwizard.po b/po/ro/meshwizard.po index 0ec7bd5a83..1a6d15f5f1 100644 --- a/po/ro/meshwizard.po +++ b/po/ro/meshwizard.po @@ -12,6 +12,9 @@ msgstr "" "20)) ? 1 : 2);;\n" "X-Generator: Pootle 2.0.4\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Canal" @@ -34,9 +37,18 @@ msgstr "DHCP va aloca automat adrese IP la clienti" msgid "Enable DHCP" msgstr "Activeaza DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Setari generale" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -47,9 +59,17 @@ msgstr "Interfete" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Protejeaza reteaua locala LAN" @@ -59,6 +79,9 @@ msgstr "" "Selecteaza aici ca sa permiti si altora sa-ti foloseasca si ei conexiunea ta " "de Internet." +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Partajeaza cu altii conexiunea ta de Internet" @@ -72,6 +95,11 @@ 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." diff --git a/po/ro/ntpc.po b/po/ro/ntpc.po index 411ac1348b..893419f20d 100644 --- a/po/ro/ntpc.po +++ b/po/ro/ntpc.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2011-10-07 17:07+0200\n" -"Last-Translator: Daniel \n" +"PO-Revision-Date: 2012-12-01 16:08+0200\n" +"Last-Translator: cgherman \n" "Language-Team: none\n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "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" +"X-Generator: Pootle 2.0.6\n" msgid "Clock Adjustment" msgstr "Ajustarea ceasului" @@ -41,7 +41,7 @@ msgid "Synchronizes the system time" msgstr "Sincronizeaza timpul sistemului" msgid "Time Server" -msgstr "" +msgstr "Server de timp" msgid "Time Servers" msgstr "Serverele de timp" diff --git a/po/ro/statistics.po b/po/ro/statistics.po index 6798be77e0..ff5d564272 100644 --- a/po/ro/statistics.po +++ b/po/ro/statistics.po @@ -69,7 +69,7 @@ msgid "Collectd Settings" msgstr "Setarile Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -116,6 +116,9 @@ msgstr "Utilizarea spatiului pe disc" msgid "Disk Usage" msgstr "Utilizarea discului" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -186,12 +189,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -285,11 +282,6 @@ msgstr "" msgid "Network plugins" msgstr "Pluginuri de retea" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -314,13 +306,6 @@ msgstr "" msgid "Output plugins" msgstr "Pluginuri de iesire" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -420,11 +405,6 @@ msgstr "Incarcarea de sistem" msgid "System plugins" msgstr "Pluginuri de sistem" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Conexiuni TCP" @@ -440,6 +420,9 @@ 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." @@ -557,11 +540,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -574,6 +552,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Incearca sa rezolvi numele de domeniu complet" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -592,9 +579,6 @@ msgstr "" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/ru/ahcp.po b/po/ru/ahcp.po index dbe3f94e1e..e8fb86bb1d 100644 --- a/po/ru/ahcp.po +++ b/po/ru/ahcp.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: ahcp\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 15:30+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" # Ad-Hoc Configuration Protocol - протокол автоматической конфигурации IPv6 и сетей IPv6/IPv4 двойного стека diff --git a/po/ru/base.po b/po/ru/base.po index 2b15567528..6eea0a9998 100644 --- a/po/ru/base.po +++ b/po/ru/base.po @@ -254,6 +254,11 @@ msgstr "Разрешить ответы в диапазоне 127.0.0.0/8, на msgid "Allowed range is 1 to 65535" msgstr "Допустимый диапазон от 1 до 65535" +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 "Если вы не выберите эту опцию, то будет создана дополнительная сеть." @@ -878,6 +883,9 @@ msgstr "Прошивка..." msgid "Force" msgstr "Принудительно" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Требовать CCMP (AES)" @@ -2752,9 +2760,6 @@ msgstr "Ожидание применения изменений..." msgid "Waiting for command to complete..." msgstr "Ожидание завершения выполнения команды..." -msgid "Waiting for router..." -msgstr "Ожидание маршрутизатора..." - msgid "Warning" msgstr "Внимание" @@ -2936,6 +2941,9 @@ msgstr "да" msgid "« Back" msgstr "« Назад" +#~ msgid "Waiting for router..." +#~ msgstr "Ожидание маршрутизатора..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Включить встроенный NTP-сервер" diff --git a/po/ru/commands.po b/po/ru/commands.po new file mode 100644 index 0000000000..ad2d1e9747 --- /dev/null +++ b/po/ru/commands.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "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/po/ru/coovachilli.po b/po/ru/coovachilli.po index 00ab3d2233..379ff7eaa6 100644 --- a/po/ru/coovachilli.po +++ b/po/ru/coovachilli.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/ddns.po b/po/ru/ddns.po index d24c374651..558a2a8f50 100644 --- a/po/ru/ddns.po +++ b/po/ru/ddns.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: LuCI: ddns\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-02 13:44+0100\n" -"PO-Revision-Date: 2012-08-14 22:36+0300\n" +"PO-Revision-Date: 2012-11-01 21:54+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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" @@ -37,6 +37,9 @@ msgstr "" msgid "Enable" msgstr "Включить" +msgid "Event interface" +msgstr "Интерфейс события" + msgid "Force update every" msgstr "Принудительно обновлять каждые" @@ -52,6 +55,10 @@ msgstr "Интерфейс" msgid "Network" msgstr "Сеть" +msgid "On which interface up should start the ddns script process." +msgstr "" +"При включении какого интерфейса должен запускаться процесс скрипта DDNS." + msgid "Password" msgstr "Пароль" @@ -83,9 +90,3 @@ msgstr "мин" msgid "network" msgstr "сеть" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/ru/diag_core.po b/po/ru/diag_core.po index b249490d52..1abaa8c6c8 100644 --- a/po/ru/diag_core.po +++ b/po/ru/diag_core.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: diag_core\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 11:44+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Configure Diagnostics" diff --git a/po/ru/diag_devinfo.po b/po/ru/diag_devinfo.po index 3d48d98fd4..13d85e82ab 100644 --- a/po/ru/diag_devinfo.po +++ b/po/ru/diag_devinfo.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: diag_devinfo\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 18:27+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Actions" @@ -196,6 +196,9 @@ msgstr "Сканировать поддерживаемые SIP-устройст msgid "Scanning Configuration" msgstr "Конфигурация сканирования" +msgid "Scans for devices on specified networks." +msgstr "Сканирует устройства в заданных сетях." + msgid "Sleep Between Requests" msgstr "Пауза между запросами" @@ -219,6 +222,3 @@ msgstr "Производитель" msgid "check other networks" msgstr "проверить другие сети" - -msgid "Scans for devices on specified networks." -msgstr "Сканирует устройства в заданных сетях." diff --git a/po/ru/ffwizard.po b/po/ru/ffwizard.po index 7a3d93f8d1..afc10b96e1 100644 --- a/po/ru/ffwizard.po +++ b/po/ru/ffwizard.po @@ -1,6 +1,7 @@ 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 \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Allow to transfer anonymous statistics about this node" diff --git a/po/ru/freifunk-policyrouting.po b/po/ru/freifunk-policyrouting.po index 7cd2956806..a4ba704f71 100644 --- a/po/ru/freifunk-policyrouting.po +++ b/po/ru/freifunk-policyrouting.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/freifunk.po b/po/ru/freifunk.po index b3e4b130b3..c0dd5ab87c 100644 --- a/po/ru/freifunk.po +++ b/po/ru/freifunk.po @@ -18,6 +18,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "Базовые настройки" @@ -86,6 +89,9 @@ msgstr "ESSID" msgid "Edit index page" msgstr "Редактировать главную страницу" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "Ошибка" @@ -107,6 +113,12 @@ msgstr "Шлюз" msgid "Go to" msgstr "Перейти" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Здравствуйте и добро пожаловать в сеть" @@ -119,6 +131,15 @@ msgstr "Домашняя страница" msgid "Hostname" msgstr "Имя хоста" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "Если выбрано, содержимое по умолчанию не будет показано." @@ -149,6 +170,9 @@ msgstr "Сохранить конфигурацию" msgid "Latitude" msgstr "Широта" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "Загрузка" @@ -200,6 +224,9 @@ msgstr "OLSR" msgid "Operator" msgstr "Оператор" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "Обзор" @@ -230,6 +257,9 @@ msgstr "Профиль (эксперт)" msgid "Realname" msgstr "Имя" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "SSID" @@ -261,6 +291,9 @@ msgstr "Статистика" msgid "Status" msgstr "Статус" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "Система" @@ -320,6 +353,9 @@ msgstr "Время работы" msgid "Verify downloaded images" msgstr "Проверять загруженные образы" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -330,6 +366,9 @@ msgstr "" msgid "Wireless Overview" msgstr "Обзор беспроводных сетей" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/ru/hd_idle.po b/po/ru/hd_idle.po index 79e3d842a9..51f1f6cd39 100644 --- a/po/ru/hd_idle.po +++ b/po/ru/hd_idle.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/meshwizard.po b/po/ru/meshwizard.po index 32a5e65819..8b080651b7 100644 --- a/po/ru/meshwizard.po +++ b/po/ru/meshwizard.po @@ -10,11 +10,14 @@ msgstr "" "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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.4\n" "X-Poedit-SourceCharset: UTF-8\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "Канал" @@ -38,9 +41,18 @@ msgstr "DHCP автоматически назначит IP-адреса кли msgid "Enable DHCP" msgstr "Включить DHCP" +msgid "Enable RA" +msgstr "" + +msgid "Enabled" +msgstr "" + msgid "General Settings" msgstr "Общие настройки" +msgid "IPv6 Settings" +msgstr "" + msgid "" "If this is selected then config is cleaned before setting new config options." msgstr "" @@ -53,9 +65,17 @@ msgstr "Интерфейсы" msgid "Mesh IP address" msgstr "IP-адрес ячейки" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "Мастер настройки ячеистой сети" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "Защитить LAN" @@ -65,6 +85,9 @@ msgstr "" "Включите эту опцию, чтобы позволить другим клиентам использовать ваше " "подключение к интернету." +msgid "Send router advertisements on this device." +msgstr "" + msgid "Share your internet connection" msgstr "Сделать интернет-подключение общедоступным" @@ -83,6 +106,11 @@ msgstr "" msgid "The given IP address is not inside the mesh network range" msgstr "Заданный IP-адрес не находится внутри ячеистой сети" +msgid "" +"This is a unique IPv6 address in CIDR notation (e.g. 2001:1:2:3::1/64) and " +"has to be registered at your local community." +msgstr "" + msgid "" "This is a unique address in the mesh (e.g. 10.1.1.1) and has to be " "registered at your local community." diff --git a/po/ru/minidlna.po b/po/ru/minidlna.po index d1e52b8c29..62ffaca8b3 100644 --- a/po/ru/minidlna.po +++ b/po/ru/minidlna.po @@ -1,16 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: minidlna\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Advanced Settings" diff --git a/po/ru/mmc_over_gpio.po b/po/ru/mmc_over_gpio.po index f421383c02..dcc2e93d74 100644 --- a/po/ru/mmc_over_gpio.po +++ b/po/ru/mmc_over_gpio.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/multiwan.po b/po/ru/multiwan.po index d3dde7f7c7..c12d9204ee 100644 --- a/po/ru/multiwan.po +++ b/po/ru/multiwan.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: multiwan\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 14:05+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Attempts Before WAN Failover" diff --git a/po/ru/ntpc.po b/po/ru/ntpc.po index bfdbed3ebd..229b6101ba 100644 --- a/po/ru/ntpc.po +++ b/po/ru/ntpc.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/olsr.po b/po/ru/olsr.po index 37a86817ae..5c0f66e9b7 100644 --- a/po/ru/olsr.po +++ b/po/ru/olsr.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" @@ -618,8 +618,8 @@ msgid "Topology" msgstr "Топология" msgid "" -"Type of service value for the IP header of control traffic. Default is " -"\"16\"." +"Type of service value for the IP header of control traffic. Default is \"16" +"\"." msgstr "" "Значение поля ToS IP -аголовка управляющего трафика. По умолчанию \"16\"." diff --git a/po/ru/openvpn.po b/po/ru/openvpn.po index 6212fbf1ef..7f8afc1c88 100644 --- a/po/ru/openvpn.po +++ b/po/ru/openvpn.po @@ -3,15 +3,15 @@ msgstr "" "Project-Id-Version: LuCI: openvpn\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2012-08-16 20:01+0300\n" +"PO-Revision-Date: 2012-11-01 21:58+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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" @@ -19,7 +19,7 @@ msgid "%s" msgstr "%s" msgid "'net30', 'p2p', or 'subnet'" -msgstr "'net30', 'p2p', или 'subnet'" +msgstr "'net30', 'p2p' или 'subnet'" msgid "Accept options pushed from server" msgstr "Принимать опции, отправленные с сервера" @@ -382,7 +382,7 @@ msgstr "Пересогласовать ключ канала данных пос #, fuzzy msgid "Replay protection sliding window size" -msgstr "Защита от повтора скользящего размера окна" +msgstr "Размер скользящего окна защиты от повторов" msgid "Require explicit designation on certificate" msgstr "Требовать явного указания в сертификате" diff --git a/po/ru/p2pblock.po b/po/ru/p2pblock.po index fcc4025265..71f30e9d5d 100644 --- a/po/ru/p2pblock.po +++ b/po/ru/p2pblock.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/p910nd.po b/po/ru/p910nd.po index b40470f260..68a345f9ec 100644 --- a/po/ru/p910nd.po +++ b/po/ru/p910nd.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/pbx-voicemail.po b/po/ru/pbx-voicemail.po index 151dca2ba5..ae49c6dd8f 100644 --- a/po/ru/pbx-voicemail.po +++ b/po/ru/pbx-voicemail.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: pbx-voicemail\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 17:42+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Email Addresses that Receive Voicemail" diff --git a/po/ru/polipo.po b/po/ru/polipo.po index 78e08abfa0..f1d49688a6 100644 --- a/po/ru/polipo.po +++ b/po/ru/polipo.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/qos.po b/po/ru/qos.po index 7a6aa29b8a..ba0592a15c 100644 --- a/po/ru/qos.po +++ b/po/ru/qos.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/radvd.po b/po/ru/radvd.po index 80cf47174c..37cc9428dd 100644 --- a/po/ru/radvd.po +++ b/po/ru/radvd.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: radvd\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-16 11:37+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "6to4 interface" diff --git a/po/ru/samba.po b/po/ru/samba.po index 6dcc5472f9..82906e36ed 100644 --- a/po/ru/samba.po +++ b/po/ru/samba.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/splash.po b/po/ru/splash.po index d7ccb0cacc..14fa6b586c 100644 --- a/po/ru/splash.po +++ b/po/ru/splash.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/statistics.po b/po/ru/statistics.po index ac2358106a..e0ec9d976b 100644 --- a/po/ru/statistics.po +++ b/po/ru/statistics.po @@ -70,7 +70,7 @@ msgid "Collectd Settings" msgstr "Настройки Collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -116,6 +116,9 @@ msgstr "Использование диска" msgid "Disk Usage" msgstr "Использование диска" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Показать за промежуток »" @@ -194,12 +197,6 @@ msgstr "Игнорировать адреса-источники" msgid "Incoming interface" msgstr "Входящий интерфейс" -msgid "Installed network plugins:" -msgstr "Установленные сетевые модули:" - -msgid "Installed output plugins:" -msgstr "Установленные модули вывода:" - msgid "Interface Plugin Configuration" msgstr "Конфигурация модуля Interface" @@ -295,13 +292,6 @@ msgstr "Конфигурация модуля Network" msgid "Network plugins" msgstr "Сетевые модули" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" -"Сетевые модули используются для сбора информации об открытых TCP-" -"соединениях, трафике, правилах iptables и т.п." - msgid "Network protocol" msgstr "Сетевой протокол" @@ -326,16 +316,6 @@ msgstr "Исходящий интерфейс" msgid "Output plugins" msgstr "Модули вывода" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" -"Модули вывода обеспечивают различные варианты сохранения собранных данных. " -"Можно включить несколько модулей, например, чтобы сохранить собранные данные " -"в базе данных RRD и передать их по сети другим инстанциям collectd." - msgid "Ping" msgstr "Ping" @@ -437,13 +417,6 @@ msgstr "Загрузка системы" msgid "System plugins" msgstr "Системные модули" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" -"Системные модули, собирающие данные о состоянии системы и использовании " -"ресурсов устройства:" - msgid "TCP Connections" msgstr "TCPConns" @@ -459,6 +432,9 @@ msgstr "TTL для ping-пакетов" msgid "Table" msgstr "Таблица" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -612,11 +588,6 @@ msgstr "" "Модуль UnixSock создает Unix-сокет, который может быть использован для " "получения статистики от работающего сервиса collectd." -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "Модуль Wireless собирает статистику о силе, шуме и качестве сигнала." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -633,6 +604,15 @@ msgstr "" msgid "Try to lookup fully qualified hostname" msgstr "Пытаться определять имя хоста" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -651,9 +631,6 @@ msgstr "Расширенная статистика" msgid "Wireless" msgstr "Wireless" -msgid "Wireless Plugin Configuration" -msgstr "Конфигурация модуля Wireless" - msgid "Wireless iwinfo Plugin Configuration" msgstr "Конфигурация модуля Iwinfo" @@ -678,3 +655,41 @@ msgstr "секунды; разделяются пробелом" msgid "server interfaces" msgstr "интерфейсы сервера" + +#~ msgid "Installed network plugins:" +#~ msgstr "Установленные сетевые модули:" + +#~ msgid "Installed output plugins:" +#~ msgstr "Установленные модули вывода:" + +#~ msgid "" +#~ "Network plugins are used to collect information about open tcp " +#~ "connections, interface traffic, iptables rules etc." +#~ msgstr "" +#~ "Сетевые модули используются для сбора информации об открытых " +#~ "TCP-соединениях, трафике, правилах iptables и т.п." + +#~ msgid "" +#~ "Output plugins provide different possibilities to store collected data. " +#~ "It is possible to enable multiple plugin at one, for example to store " +#~ "collected data in rrd databases and to transmit the data over the network " +#~ "to other collectd instances." +#~ msgstr "" +#~ "Модули вывода обеспечивают различные варианты сохранения собранных данных. " +#~ "Можно включить несколько модулей, например, чтобы сохранить собранные данные " +#~ "в базе данных RRD и передать их по сети другим инстанциям collectd." + +#~ msgid "" +#~ "System plugins collecting values about system state and ressource usage " +#~ "on the device.:" +#~ msgstr "" +#~ "Системные модули, собирающие данные о состоянии системы и использовании " +#~ "ресурсов устройства:" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "Модуль Wireless собирает статистику о силе, шуме и качестве сигнала." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Конфигурация модуля Wireless" diff --git a/po/ru/tinyproxy.po b/po/ru/tinyproxy.po index fc8b2bed30..f9a3c23d16 100644 --- a/po/ru/tinyproxy.po +++ b/po/ru/tinyproxy.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/transmission.po b/po/ru/transmission.po index 862c638509..fac9510a59 100644 --- a/po/ru/transmission.po +++ b/po/ru/transmission.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/upnp.po b/po/ru/upnp.po index 4449ff2ca9..6174930389 100644 --- a/po/ru/upnp.po +++ b/po/ru/upnp.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/ushare.po b/po/ru/ushare.po index 43a24d4616..ac08e946d5 100644 --- a/po/ru/ushare.po +++ b/po/ru/ushare.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/uvc_streamer.po b/po/ru/uvc_streamer.po index c6678119fd..c9e859c6de 100644 --- a/po/ru/uvc_streamer.po +++ b/po/ru/uvc_streamer.po @@ -3,6 +3,7 @@ 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 \n" "Language-Team: Russian \n" @@ -10,10 +11,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" #. Frames per second diff --git a/po/ru/vnstat.po b/po/ru/vnstat.po index d41bc166e3..5254ca1ee1 100644 --- a/po/ru/vnstat.po +++ b/po/ru/vnstat.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: vnstat\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 11:48+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Configuration" diff --git a/po/ru/voice_core.po b/po/ru/voice_core.po index cab6db7a1e..b6631dfc05 100644 --- a/po/ru/voice_core.po +++ b/po/ru/voice_core.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: voice_core\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 11:23+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Phones" diff --git a/po/ru/voice_diag.po b/po/ru/voice_diag.po index b5fd769e44..5c98de0157 100644 --- a/po/ru/voice_diag.po +++ b/po/ru/voice_diag.po @@ -1,6 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: voice_diag\n" +"POT-Creation-Date: \n" "PO-Revision-Date: 2012-08-15 11:22+0300\n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" @@ -8,10 +9,9 @@ msgstr "" "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" +"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" -"POT-Creation-Date: \n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Diagnostics" diff --git a/po/ru/watchcat.po b/po/ru/watchcat.po index 0d5442c66b..828f65d66a 100644 --- a/po/ru/watchcat.po +++ b/po/ru/watchcat.po @@ -1,16 +1,16 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: watchcat\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" "Last-Translator: Roman A. aka BasicXP \n" "Language-Team: Russian \n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-SourceCharset: UTF-8\n" msgid "Forced reboot delay" diff --git a/po/ru/wol.po b/po/ru/wol.po index 88122eb4b2..69219971f9 100644 --- a/po/ru/wol.po +++ b/po/ru/wol.po @@ -12,8 +12,8 @@ msgstr "" "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" +"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" diff --git a/po/ru/wshaper.po b/po/ru/wshaper.po index ba78908945..ac6b659184 100644 --- a/po/ru/wshaper.po +++ b/po/ru/wshaper.po @@ -10,8 +10,8 @@ msgstr "" "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" +"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" diff --git a/po/templates/base.pot b/po/templates/base.pot index ca644fc069..833356fc37 100644 --- a/po/templates/base.pot +++ b/po/templates/base.pot @@ -220,6 +220,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -804,6 +809,9 @@ msgstr "" msgid "Force" msgstr "" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2546,9 +2554,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/templates/commands.pot b/po/templates/commands.pot new file mode 100644 index 0000000000..5d2ffae6db --- /dev/null +++ b/po/templates/commands.pot @@ -0,0 +1,84 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/templates/ddns.pot b/po/templates/ddns.pot index d967c9965b..a213d4b49a 100644 --- a/po/templates/ddns.pot +++ b/po/templates/ddns.pot @@ -21,6 +21,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "" @@ -36,6 +39,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -65,9 +71,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/templates/diag_devinfo.pot b/po/templates/diag_devinfo.pot index 907fdd33ec..350466c0d2 100644 --- a/po/templates/diag_devinfo.pot +++ b/po/templates/diag_devinfo.pot @@ -171,6 +171,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -194,6 +197,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/templates/freifunk.pot b/po/templates/freifunk.pot index 820104a424..270c94b99c 100644 --- a/po/templates/freifunk.pot +++ b/po/templates/freifunk.pot @@ -4,6 +4,9 @@ msgstr "Content-Type: text/plain; charset=UTF-8" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -70,6 +73,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -91,6 +97,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -103,6 +115,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -129,6 +150,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -180,6 +204,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -210,6 +237,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -239,6 +269,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -288,6 +321,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -296,6 +332,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/templates/meshwizard.pot b/po/templates/meshwizard.pot index fe7464e65a..63a656317c 100644 --- a/po/templates/meshwizard.pot +++ b/po/templates/meshwizard.pot @@ -1,6 +1,9 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -22,9 +25,18 @@ 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 "" @@ -35,9 +47,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -45,6 +65,9 @@ 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 "" @@ -58,6 +81,11 @@ 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." diff --git a/po/templates/olsr.pot b/po/templates/olsr.pot index 400aa425e4..c15325c753 100644 --- a/po/templates/olsr.pot +++ b/po/templates/olsr.pot @@ -519,8 +519,8 @@ msgid "Topology" msgstr "" msgid "" -"Type of service value for the IP header of control traffic. Default is " -"\"16\"." +"Type of service value for the IP header of control traffic. Default is \"16" +"\"." msgstr "" msgid "Unable to connect to the OLSR daemon!" diff --git a/po/templates/statistics.pot b/po/templates/statistics.pot index 43cef28aaa..5f2e9dd2c5 100644 --- a/po/templates/statistics.pot +++ b/po/templates/statistics.pot @@ -56,7 +56,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -100,6 +100,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -170,12 +173,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -269,11 +266,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -298,13 +290,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -404,11 +389,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -424,6 +404,9 @@ 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." @@ -539,11 +522,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -556,6 +534,15 @@ 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 "" @@ -574,9 +561,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/tr/base.po b/po/tr/base.po index 834f75be7d..1549e3bc46 100644 --- a/po/tr/base.po +++ b/po/tr/base.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -233,6 +234,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -817,6 +823,9 @@ msgstr "" msgid "Force" msgstr "" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2559,9 +2568,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/tr/commands.po b/po/tr/commands.po new file mode 100644 index 0000000000..4132274025 --- /dev/null +++ b/po/tr/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/tr/ddns.po b/po/tr/ddns.po index d649a6992a..cfe9d72c23 100644 --- a/po/tr/ddns.po +++ b/po/tr/ddns.po @@ -34,6 +34,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "" @@ -49,6 +52,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -80,9 +86,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/tr/diag_devinfo.po b/po/tr/diag_devinfo.po index a828dfcb7e..32516758bc 100644 --- a/po/tr/diag_devinfo.po +++ b/po/tr/diag_devinfo.po @@ -178,6 +178,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -201,6 +204,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/tr/freifunk.po b/po/tr/freifunk.po index a2a1c53ac6..1fc8b22c0e 100644 --- a/po/tr/freifunk.po +++ b/po/tr/freifunk.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -11,6 +12,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -77,6 +81,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -98,6 +105,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -110,6 +123,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -136,6 +158,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -187,6 +212,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -217,6 +245,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -246,6 +277,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -295,6 +329,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -303,6 +340,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/tr/meshwizard.po b/po/tr/meshwizard.po index 3af98f81c1..b0fcb64d27 100644 --- a/po/tr/meshwizard.po +++ b/po/tr/meshwizard.po @@ -8,6 +8,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -29,9 +32,18 @@ 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 "" @@ -42,9 +54,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -52,6 +72,9 @@ 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 "" @@ -65,6 +88,11 @@ 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." diff --git a/po/tr/statistics.po b/po/tr/statistics.po index 26a258507c..d963dd89d8 100644 --- a/po/tr/statistics.po +++ b/po/tr/statistics.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -63,7 +64,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -107,6 +108,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -177,12 +181,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -276,11 +274,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -305,13 +298,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -411,11 +397,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -431,6 +412,9 @@ 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." @@ -546,11 +530,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -563,6 +542,15 @@ 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 "" @@ -581,9 +569,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/uk/base.po b/po/uk/base.po index 78869a5248..979e5d4ef1 100644 --- a/po/uk/base.po +++ b/po/uk/base.po @@ -8,8 +8,8 @@ msgstr "" "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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.4\n" msgid "(%d minute window, %d second interval)" @@ -261,6 +261,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" msgstr "Допустимий діапазон — від 1 до 65535" +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 "Якщо ви залишите це невибраним, буде створена додаткова мережа." @@ -881,6 +886,9 @@ msgstr "Заливаємо..." msgid "Force" msgstr "Примусово" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "Примусово CCMP (AES)" @@ -2729,9 +2737,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "Очікування маршрутизатора..." - msgid "Warning" msgstr "Застереження" @@ -2913,6 +2918,9 @@ msgstr "так" msgid "« Back" msgstr "« Назад" +#~ msgid "Waiting for router..." +#~ msgstr "Очікування маршрутизатора..." + #~ msgid "Enable builtin NTP server" #~ msgstr "Увімкнути вбудований NTP-сервер" diff --git a/po/uk/commands.po b/po/uk/commands.po new file mode 100644 index 0000000000..ad2d1e9747 --- /dev/null +++ b/po/uk/commands.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "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/po/uk/ddns.po b/po/uk/ddns.po index dc1676183f..f8d57fb0e0 100644 --- a/po/uk/ddns.po +++ b/po/uk/ddns.po @@ -12,8 +12,8 @@ msgstr "" "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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.4\n" msgid "Check for changed IP every" @@ -38,6 +38,9 @@ msgstr "" msgid "Enable" msgstr "Увімкнути" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Примусово оновлювати кожні" @@ -53,6 +56,9 @@ msgstr "Інтерфейс" msgid "Network" msgstr "Мережа" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "Пароль" @@ -84,9 +90,3 @@ msgstr "хв" msgid "network" msgstr "мережа" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/uk/diag_devinfo.po b/po/uk/diag_devinfo.po index 3dce9c92cc..9fa5e3cc17 100644 --- a/po/uk/diag_devinfo.po +++ b/po/uk/diag_devinfo.po @@ -6,8 +6,8 @@ msgstr "" "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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" msgid "Actions" msgstr "" @@ -179,6 +179,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -202,6 +205,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/uk/freifunk.po b/po/uk/freifunk.po index 5cd3d47fbd..83421867fe 100644 --- a/po/uk/freifunk.po +++ b/po/uk/freifunk.po @@ -3,6 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -12,6 +13,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -78,6 +82,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -99,6 +106,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -111,6 +124,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -137,6 +159,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -188,6 +213,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -218,6 +246,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -247,6 +278,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -296,6 +330,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -304,6 +341,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/uk/meshwizard.po b/po/uk/meshwizard.po index 21f6b38580..9722dd068c 100644 --- a/po/uk/meshwizard.po +++ b/po/uk/meshwizard.po @@ -6,8 +6,11 @@ msgstr "" "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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Activate or deactivate IPv6 config globally." +msgstr "" msgid "Channel" msgstr "" @@ -30,9 +33,18 @@ 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 "" @@ -43,9 +55,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -53,6 +73,9 @@ 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 "" @@ -66,6 +89,11 @@ 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." diff --git a/po/uk/statistics.po b/po/uk/statistics.po index 17b0dcb28f..38d08f2278 100644 --- a/po/uk/statistics.po +++ b/po/uk/statistics.po @@ -5,6 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -66,7 +67,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -110,6 +111,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -180,12 +184,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -279,11 +277,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -308,13 +301,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -414,11 +400,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -434,6 +415,9 @@ 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." @@ -549,11 +533,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -566,6 +545,15 @@ 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 "" @@ -584,9 +572,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/vi/base.po b/po/vi/base.po index 157587b797..692b0e1e78 100644 --- a/po/vi/base.po +++ b/po/vi/base.po @@ -6,6 +6,7 @@ msgstr "" "PO-Revision-Date: 2009-08-14 12:23+0200\n" "Last-Translator: Hong Phuc Dang \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -233,6 +234,11 @@ msgstr "" msgid "Allowed range is 1 to 65535" 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 "" @@ -828,6 +834,9 @@ msgstr "" msgid "Force" msgstr "Force" +msgid "Force 40MHz mode" +msgstr "" + msgid "Force CCMP (AES)" msgstr "" @@ -2605,9 +2614,6 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "" -msgid "Waiting for router..." -msgstr "" - msgid "Warning" msgstr "" diff --git a/po/vi/commands.po b/po/vi/commands.po new file mode 100644 index 0000000000..4132274025 --- /dev/null +++ b/po/vi/commands.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/vi/ddns.po b/po/vi/ddns.po index 856faf8a36..6a3ecd5b1e 100644 --- a/po/vi/ddns.po +++ b/po/vi/ddns.po @@ -39,6 +39,9 @@ msgstr "" msgid "Enable" msgstr "" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "Buộc cập nhật mỗi" @@ -55,6 +58,9 @@ msgstr "" msgid "Network" msgstr "" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "" @@ -87,9 +93,3 @@ msgstr "" msgid "network" msgstr "" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/vi/diag_devinfo.po b/po/vi/diag_devinfo.po index a828dfcb7e..32516758bc 100644 --- a/po/vi/diag_devinfo.po +++ b/po/vi/diag_devinfo.po @@ -178,6 +178,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -201,6 +204,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/vi/freifunk.po b/po/vi/freifunk.po index 621d9bc215..a66828770d 100644 --- a/po/vi/freifunk.po +++ b/po/vi/freifunk.po @@ -15,6 +15,9 @@ msgstr "" msgid "BSSID" msgstr "" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "" @@ -81,6 +84,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -102,6 +108,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "Xin chào và chào mừng gia nhập mạng lưới của" @@ -114,6 +126,15 @@ msgstr "" msgid "Hostname" msgstr "Hostname" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -143,6 +164,9 @@ msgstr "Giữ cấu hình" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -194,6 +218,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -224,6 +251,9 @@ msgstr "" msgid "Realname" msgstr "Tên thật " +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -253,6 +283,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -302,6 +335,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "Xác minh hình ảnh đã tải" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -310,6 +346,9 @@ msgstr "Chúng tôi là phát triển mạng lưới nguồn mở không dây đ msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/vi/meshwizard.po b/po/vi/meshwizard.po index f035cf46d9..180d771c8b 100644 --- a/po/vi/meshwizard.po +++ b/po/vi/meshwizard.po @@ -1,3 +1,6 @@ +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "" @@ -19,9 +22,18 @@ 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 "" @@ -32,9 +44,17 @@ msgstr "" msgid "Mesh IP address" msgstr "" +msgid "Mesh IPv6 address" +msgstr "" + msgid "Mesh Wizard" msgstr "" +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." +msgstr "" + msgid "Protect LAN" msgstr "" @@ -42,6 +62,9 @@ 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 "" @@ -55,6 +78,11 @@ 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." diff --git a/po/vi/statistics.po b/po/vi/statistics.po index 0c3f77621e..c853c8a3f0 100644 --- a/po/vi/statistics.po +++ b/po/vi/statistics.po @@ -8,6 +8,7 @@ msgstr "" "PO-Revision-Date: 2009-08-16 05:50+0200\n" "Last-Translator: Hong Phuc Dang \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -68,11 +69,11 @@ msgid "Collectd Settings" msgstr "Những cài đặt collectd" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"Collectd is a small daemon for collecting data from various sources through " "different plugins. On this page you can change general settings for the " "collectd daemon." msgstr "" -"Collectd là một daeomon nhỏ để thu thập dữ liệu từ nhiều nguồn thông qua các " +"Collectd là một daemon nhỏ để thu thập dữ liệu từ nhiều nguồn thông qua các " "plugins khác nhau. Trên trang này, bạn có thể thay đổi cài đặt tổng quát cho " "cai collectd daemon. " @@ -115,6 +116,9 @@ msgstr "Khoảng trống trên đĩa" msgid "Disk Usage" msgstr "Disk Usage" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "Display timespan" @@ -192,12 +196,6 @@ msgstr "Lờ đi những địa chỉ nguồn" msgid "Incoming interface" msgstr "Giao diện đang tới" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "Cấu hình giao diện plugin" @@ -291,11 +289,6 @@ msgstr "Cấu hình network plugin" msgid "Network plugins" msgstr "Network plugins" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "Network protocol" @@ -320,13 +313,6 @@ msgstr "Giao diện ra ngoài" msgid "Output plugins" msgstr "Output plugins" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "Ping" @@ -426,11 +412,6 @@ msgstr "System Load" msgid "System plugins" msgstr "System plugins" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "Kết nối TCP" @@ -446,6 +427,9 @@ msgstr "TTl cho gói ping" msgid "Table" msgstr "Table" +msgid "The NUT plugin reads information about Uninterruptible Power Supplies." +msgstr "" + msgid "" "The OLSRd plugin reads information about meshed networks from the txtinfo " "plugin of OLSRd." @@ -606,13 +590,6 @@ msgstr "" "Unixsock plugin tạo một unix socket mà có thể dùng để đọc dữ liệu thu thập " "từ một collectd instance đang vận hành. " -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" -"Cấu hình wireless plugin thu thập thống kê về độ mạnh của tín hiệu wireless, " -"noise và chất lượng." - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -626,6 +603,15 @@ msgstr "Section này định nghĩa servers thu thập dữ liệu địa phươ msgid "Try to lookup fully qualified hostname" msgstr "Thử tra cứu những tên host đủ điều kiện" +msgid "UPS" +msgstr "" + +msgid "UPS Plugin Configuration" +msgstr "" + +msgid "UPS name in NUT ups@host format" +msgstr "" + msgid "UnixSock" msgstr "UnixSock" @@ -644,9 +630,6 @@ msgstr "Verbose monitoring" msgid "Wireless" msgstr "Mạng không dây" -msgid "Wireless Plugin Configuration" -msgstr "Cấu hình Wireless Plugin " - msgid "Wireless iwinfo Plugin Configuration" msgstr "" @@ -670,3 +653,13 @@ msgstr "giây; nhiều phân tách bởi khoảng trống" msgid "server interfaces" msgstr "giao diện server" + +#~ msgid "" +#~ "The wireless plugin collects statistics about wireless signal strength, " +#~ "noise and quality." +#~ msgstr "" +#~ "Cấu hình wireless plugin thu thập thống kê về độ mạnh của tín hiệu wireless, " +#~ "noise và chất lượng." + +#~ msgid "Wireless Plugin Configuration" +#~ msgstr "Cấu hình Wireless Plugin " diff --git a/po/zh_CN/base.po b/po/zh_CN/base.po index 4dad89eeee..50af97cd12 100644 --- a/po/zh_CN/base.po +++ b/po/zh_CN/base.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-12-21 23:08+0200\n" -"PO-Revision-Date: 2012-10-06 11:33+0200\n" +"PO-Revision-Date: 2012-11-23 11:54+0200\n" "Last-Translator: phantasm131 \n" "Language-Team: QQ Group:75543259\n" "Language: zh_CN\n" @@ -237,6 +237,11 @@ msgstr "允许127.0.0.0/8回环范围内的上行响应,例如:RBL服务" msgid "Allowed range is 1 to 65535" msgstr "允许的范围:1 到 65535" +msgid "" +"Always use 40MHz channels even if the secondary channel overlaps. Using this " +"option does not comply with IEEE 802.11n-2009!" +msgstr "强制启用40MHz频宽并忽略辅助信道重叠。此选项不兼容IEEE 802.11n-2009!" + msgid "An additional network will be created if you leave this unchecked." msgstr "取消选中将会另外创建一个新网络,而不会覆盖当前网络设置" @@ -828,6 +833,9 @@ msgstr "刷写中..." msgid "Force" msgstr "强制开启DHCP" +msgid "Force 40MHz mode" +msgstr "强制40MHz频宽" + msgid "Force CCMP (AES)" msgstr "强制使用CCMP(AES)加密" @@ -2240,8 +2248,8 @@ msgid "" "\">e.g.
ext3)" msgstr "" -"用于格式化存储器的文件系统,(例如 ext4)" +"用于格式化存储器的文件系统,(例如 " +"ext4)" msgid "" "The flash image was uploaded. Below is the checksum and file size listed, " @@ -2608,9 +2616,6 @@ msgstr "正在应用更改..." msgid "Waiting for command to complete..." msgstr "正在执行命令..." -msgid "Waiting for router..." -msgstr "等待路由器..." - msgid "Warning" msgstr "警告" @@ -2785,29 +2790,32 @@ msgstr "是" msgid "« Back" msgstr "« 后退" +#~ msgid "Waiting for router..." +#~ msgstr "等待路由器..." + #~ msgid "Enable builtin NTP server" #~ msgstr "开启内置NTP服务器" #~ msgid "Active Leases" -#~ msgstr "活动客户端" +#~ msgstr "活动的租约" #~ msgid "Open" -#~ msgstr "开启" +#~ msgstr "打开" #~ msgid "KB" #~ msgstr "KB" #~ msgid "Bit Rate" -#~ msgstr "传输速率" +#~ msgstr "比特率" #~ msgid "Configuration / Apply" -#~ msgstr "Configuration / Apply" +#~ msgstr "设置 /应用" #~ msgid "Configuration / Changes" -#~ msgstr "Configuration / Changes" +#~ msgstr "设置 / 修改" #~ msgid "Configuration / Revert" -#~ msgstr "Configuration / Revert" +#~ msgstr "设置 / 重置" #~ msgid "MAC" #~ msgstr "MAC" @@ -2819,16 +2827,18 @@ msgstr "« 后退" #~ msgstr "加密" #~ msgid "WLAN-Scan" -#~ msgstr "WLAN-搜索" +#~ msgstr "搜索WLAN" #~ msgid "" #~ "Choose the network you want to attach to this wireless interface. Select " #~ "unspecified to not attach any network or fill out the " #~ "create field to define a new network." -#~ msgstr "此无线接口的网络。填写创建栏可新建网络。" +#~ msgstr "" +#~ "请选择你需要链接到无线网络接口的网络. 如果不链接到任何网络请选择 未指" +#~ "定,如果需要创建新网络请点创建." #~ msgid "Create Network" -#~ msgstr "Create Network" +#~ msgstr "创建一个网络" #~ msgid "Link" #~ msgstr "链接" @@ -2840,16 +2850,17 @@ msgstr "« 后退" #~ msgstr "Power" #~ msgid "Wifi networks in your local environment" -#~ msgstr "Wifi networks in your local environment" +#~ msgstr "扫描到的无线热点" #~ msgid "" #~ "CIDR-Notation: " #~ "address/prefix" #~ msgstr "" -#~ "CIDR-标识:地址/前缀" +#~ "CIDR-Notation: " +#~ "address/prefix" #~ msgid "DNS-Server" -#~ msgstr "DNS-Server" +#~ msgstr "DNS-服务器" #~ msgid "IPv4-Broadcast" #~ msgstr "IPv4-广播" @@ -2861,14 +2872,13 @@ msgstr "« 后退" #~ msgstr "IP-Aliases" #~ msgid "IPv6 Setup" -#~ msgstr "IPv6设置" +#~ msgstr "IPv6 设置" #~ msgid "" #~ "Note: If you choose an interface here which is part of another network, " #~ "it will be moved into this network." #~ msgstr "" -#~ "Note: If you choose an interface here which is part of another network, " -#~ "it will be moved into this network." +#~ "注意:当你选择一个已经存在与一个网络中的接口时,它将会被移除那个网络。" #~ msgid "" #~ "Really delete this interface? The deletion cannot be undone!\\nYou might " @@ -2911,13 +2921,10 @@ msgstr "« 后退" #~ "the next greater network like the internet and other ports for a local " #~ "network." #~ msgstr "" -#~ "The network ports on your router can be combined to several VLANs in which computers can " -#~ "communicate directly with each other. VLANs 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." +#~ "本设备可以划分为多个VLAN,并支持电脑间的直接通讯;VLAN也常用于分割不同网段;默认通常是一条上传端口连接ISP,其余端" +#~ "口为本地子网。" #~ msgid "Enable buffering" #~ msgstr "开启缓冲" @@ -3226,7 +3233,7 @@ msgstr "« 后退" #~ msgstr "空闲" #~ msgid "static" -#~ msgstr "静态IP" +#~ msgstr "静态" #~ msgid "" #~ "LuCI is a collection " @@ -3702,4 +3709,4 @@ msgstr "« 后退" #~ msgstr "服务" #~ msgid "Statistics" -#~ msgstr "统计" +#~ msgstr "统计信息" diff --git a/po/zh_CN/commands.po b/po/zh_CN/commands.po new file mode 100644 index 0000000000..6fbb9834e9 --- /dev/null +++ b/po/zh_CN/commands.po @@ -0,0 +1,90 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "A short textual description of the configured command" +msgstr "" + +msgid "Access command with" +msgstr "" + +msgid "" +"Allow executing the command and downloading its output without prior " +"authentication" +msgstr "" + +msgid "Allow the user to provide additional command line arguments" +msgstr "" + +msgid "Arguments:" +msgstr "" + +msgid "Binary data not displayed, download instead." +msgstr "" + +msgid "Code:" +msgstr "" + +msgid "Collecting data..." +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command failed" +msgstr "" + +msgid "Command line to execute" +msgstr "" + +msgid "Command successful" +msgstr "" + +msgid "Command:" +msgstr "" + +msgid "Configure" +msgstr "" + +msgid "Custom Commands" +msgstr "" + +msgid "Custom arguments" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Failed to execute command!" +msgstr "" + +msgid "Link" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Public access" +msgstr "" + +msgid "Run" +msgstr "" + +msgid "" +"This page allows you to configure custom shell commands which can be easily " +"invoked from the web interface." +msgstr "" + +msgid "Waiting for command to complete..." +msgstr "" diff --git a/po/zh_CN/ddns.po b/po/zh_CN/ddns.po index 5b96eeb699..6dbf5a234e 100644 --- a/po/zh_CN/ddns.po +++ b/po/zh_CN/ddns.po @@ -34,6 +34,9 @@ msgstr "" msgid "Enable" msgstr "启用" +msgid "Event interface" +msgstr "" + msgid "Force update every" msgstr "强制更新间隔" @@ -49,6 +52,9 @@ msgstr "接口" msgid "Network" msgstr "网络" +msgid "On which interface up should start the ddns script process." +msgstr "" + msgid "Password" msgstr "密码" @@ -80,9 +86,3 @@ msgstr "分" msgid "network" msgstr "网络" - -msgid "Event interface" -msgstr "" - -msgid "On which interface up should start the ddns script process." -msgstr "" diff --git a/po/zh_CN/diag_devinfo.po b/po/zh_CN/diag_devinfo.po index d75c897486..7346ef98ca 100644 --- a/po/zh_CN/diag_devinfo.po +++ b/po/zh_CN/diag_devinfo.po @@ -181,6 +181,9 @@ msgstr "" msgid "Scanning Configuration" msgstr "" +msgid "Scans for devices on specified networks." +msgstr "" + msgid "Sleep Between Requests" msgstr "" @@ -204,6 +207,3 @@ msgstr "" msgid "check other networks" msgstr "" - -msgid "Scans for devices on specified networks." -msgstr "" diff --git a/po/zh_CN/firewall.po b/po/zh_CN/firewall.po index ef0c77d217..0174bf13ec 100644 --- a/po/zh_CN/firewall.po +++ b/po/zh_CN/firewall.po @@ -399,8 +399,10 @@ msgid "" "forwarded traffic between different networks within the zone. Covered " "networks specifies which available networks are member of this zone." msgstr "" -"本节定义 %q 的通用属性, 入站数据 和 出站数据规则用于设置数据包“进”和“出”路由器(某个接口)默认的转发原则" -",转发规则用于特定(一个或多个)区域的不同子网之间的数据包转发。覆盖网络选择从属于这个区域的网络。" +"本节定义 %q 的通用属性, 入站数据 和 出站数据规则用于设置数" +"据包“进”和“出”路由器(某个接口)默认的转发原则,转发规则用于特定(一" +"个或多个)区域的不同子网之间的数据包转发。覆盖网络选择从属于这个区域" +"的网络。" msgid "To %s at %s on this device" msgstr "到 %s at %s 位于本设备" diff --git a/po/zh_CN/freifunk.po b/po/zh_CN/freifunk.po index fc3d68f909..0850bbe394 100644 --- a/po/zh_CN/freifunk.po +++ b/po/zh_CN/freifunk.po @@ -16,6 +16,9 @@ msgstr "" msgid "BSSID" msgstr "BSSID" +msgid "Bad (ETX > 10)" +msgstr "" + msgid "Basic Settings" msgstr "基础设置" @@ -82,6 +85,9 @@ msgstr "" msgid "Edit index page" msgstr "" +msgid "Enable IPv6" +msgstr "" + msgid "Error" msgstr "" @@ -103,6 +109,12 @@ msgstr "" msgid "Go to" msgstr "" +msgid "Good (2 < ETX < 4)" +msgstr "" + +msgid "Green" +msgstr "" + msgid "Hello and welcome in the network of" msgstr "" @@ -115,6 +127,15 @@ msgstr "" msgid "Hostname" msgstr "" +msgid "IPv6 Config" +msgstr "" + +msgid "IPv6 Prefix" +msgstr "" + +msgid "IPv6 network in CIDR notation." +msgstr "" + msgid "If selected then the default content element is not shown." msgstr "" @@ -141,6 +162,9 @@ msgstr "" msgid "Latitude" msgstr "" +msgid "Legend" +msgstr "" + msgid "Load" msgstr "" @@ -192,6 +216,9 @@ msgstr "" msgid "Operator" msgstr "" +msgid "Orange" +msgstr "" + msgid "Overview" msgstr "" @@ -222,6 +249,9 @@ msgstr "" msgid "Realname" msgstr "" +msgid "Red" +msgstr "" + msgid "SSID" msgstr "" @@ -251,6 +281,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Still usable (4 < ETX < 10)" +msgstr "" + msgid "System" msgstr "" @@ -300,6 +333,9 @@ msgstr "" msgid "Verify downloaded images" msgstr "" +msgid "Very good (ETX < 2)" +msgstr "" + msgid "" "We are an initiative to establish a free, independent and open wireless mesh " "network." @@ -308,6 +344,9 @@ msgstr "" msgid "Wireless Overview" msgstr "" +msgid "Yellow" +msgstr "" + msgid "" "You can display additional content on the public index page by inserting " "valid XHTML in the form below.
Headlines should be enclosed between <" diff --git a/po/zh_CN/meshwizard.po b/po/zh_CN/meshwizard.po index f965b6d0a1..cf9926c0da 100644 --- a/po/zh_CN/meshwizard.po +++ b/po/zh_CN/meshwizard.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-09-24 18:01+0200\n" -"PO-Revision-Date: 2012-09-24 18:01+0200\n" -"Last-Translator: shanliren \n" +"PO-Revision-Date: 2012-10-30 04:28+0200\n" +"Last-Translator: yingrui \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -13,41 +13,61 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.6\n" +msgid "Activate or deactivate IPv6 config globally." +msgstr "" + msgid "Channel" msgstr "频道" msgid "Check this to protect your LAN from other nodes or clients" -msgstr "" +msgstr "选择此项,隔离其他节点或客户端的攻击来保护你的局域网" msgid "Cleanup config" -msgstr "" +msgstr "清空配置" msgid "Configure this interface" -msgstr "" +msgstr "配置当前界面" msgid "DHCP IP range" -msgstr "" +msgstr "DHCP IP 范围" msgid "DHCP will automatically assign ip addresses to clients" -msgstr "" +msgstr "DHCP将自动给客户端分配IP地址" msgid "Enable DHCP" +msgstr "启动DHCP" + +msgid "Enable RA" +msgstr "" + +msgid "Enabled" msgstr "" msgid "General Settings" +msgstr "总体设置" + +msgid "IPv6 Settings" msgstr "" msgid "" "If this is selected then config is cleaned before setting new config options." -msgstr "" +msgstr "如果此项被选中,在设置新选项之前,配置将被清空。" msgid "Interfaces" -msgstr "" +msgstr "界面" msgid "Mesh IP address" +msgstr "Mesh IP 地址" + +msgid "Mesh IPv6 address" msgstr "" msgid "Mesh Wizard" +msgstr "Mesh 导引" + +msgid "" +"Note: this will setup this interface for mesh operation, i.e. add to zone " +"'freifunk' and enable olsr." msgstr "" msgid "Protect LAN" @@ -57,6 +77,9 @@ 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 "" @@ -70,6 +93,11 @@ 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." diff --git a/po/zh_CN/minidlna.po b/po/zh_CN/minidlna.po index 8df98a821f..e699392de3 100644 --- a/po/zh_CN/minidlna.po +++ b/po/zh_CN/minidlna.po @@ -1,127 +1,133 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Last-Translator: Automatically generated\n" +"PO-Revision-Date: 2012-11-16 06:26+0200\n" +"Last-Translator: Rui \n" "Language-Team: none\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Pootle 2.0.6\n" msgid "Advanced Settings" -msgstr "" +msgstr "高级设置" msgid "Album art names:" -msgstr "" +msgstr "专辑封面名称:" msgid "Announced model number:" -msgstr "" +msgstr "通告型号:" msgid "Announced serial number:" -msgstr "" +msgstr "通告编号:" msgid "Browse directory" -msgstr "" +msgstr "浏览目录" msgid "Collecting data..." -msgstr "" +msgstr "收集数据..." msgid "Database directory:" -msgstr "" +msgstr "数据库目录:" msgid "Enable TIVO:" -msgstr "" +msgstr "启用TIVO:" msgid "Enable inotify:" -msgstr "" +msgstr "启用inotify:" msgid "Enable:" -msgstr "" +msgstr "启用:" msgid "Friendly name:" -msgstr "" +msgstr "友好名称:" msgid "General Settings" -msgstr "" +msgstr "基本设置" msgid "Interfaces:" -msgstr "" +msgstr "接口:" msgid "Log directory:" -msgstr "" +msgstr "日志目录:" msgid "Media directories:" -msgstr "" +msgstr "媒体目录:" msgid "" "MiniDLNA is server software with the aim of being fully compliant with DLNA/" "UPnP-AV clients." -msgstr "" +msgstr "MiniDLNA是DLNA / UPnP-AV媒体服务器。" msgid "" "Model number the miniDLNA daemon will report to clients in its XML " "description." -msgstr "" +msgstr "miniDLNA守护程序将在其XML描述中向客户端通告型号。" msgid "Music" -msgstr "" +msgstr "音乐" msgid "Network interfaces to serve." -msgstr "" +msgstr "服务的网络接口。" msgid "Notify interval in seconds." -msgstr "" +msgstr "通知的时间间隔,以秒为单位。" msgid "Notify interval:" -msgstr "" +msgstr "通知的时间间隔:" msgid "Pictures" -msgstr "" +msgstr "图片" msgid "Port for HTTP (descriptions, SOAP, media transfer) traffic." -msgstr "" +msgstr "Port for HTTP (descriptions, SOAP, media transfer) traffic." msgid "Port:" -msgstr "" +msgstr "端口:" msgid "Presentation URL:" -msgstr "" +msgstr "服务网址" msgid "Root container:" -msgstr "" +msgstr "根目录:" msgid "" "Serial number the miniDLNA daemon will report to clients in its XML " "description." -msgstr "" +msgstr "miniDLNA守护程序将在其XML描述中向客户端通告编号。" msgid "" "Set this if you want to customize the name that shows up on your clients." -msgstr "" +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 "" +msgstr "设置miniDLNA缓存目录" msgid "" "Set this if you would like to specify the directory where you want MiniDLNA " "to store its log file." -msgstr "" +msgstr "设置miniDLNA日志目录" msgid "" "Set this to enable inotify monitoring to automatically discover new files." -msgstr "" +msgstr "设定启用inotify监控,自动发现新的文件。" msgid "" "Set this to enable support for streaming .jpg and .mp3 files to a TiVo " "supporting HMO." -msgstr "" +msgstr "为HMO TiVo启用JPG和MP3流媒体支持。" msgid "" "Set this to strictly adhere to DLNA standards. This will allow server-side " "downscaling of very large JPEG images, which may hurt JPEG serving " "performance on (at least) Sony DLNA products." msgstr "" +"设定严格遵守DLNA标准。这将允许服务器端降小大尺寸JPEG图像,在(至少)索尼DLNA" +"的产品这可能会降低JPEG服务性能。" msgid "" "Set this to the directory you want scanned. If you want to restrict the " @@ -129,35 +135,38 @@ msgid "" "audio, 'V' for video, 'P' for images), followed by a comma, to the directory " "(eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified." msgstr "" +"设置要扫描的目录。如果你想限制特定内容类型的目录,你可以在前面加上类型(用于" +"音频'A','V'视频,'P'图片),其次是用逗号分隔的目录(如media_dir = A,/ mnt/" +"媒体/音乐)。可以指定多个目录。" msgid "Specify the path to the MiniSSDPd socket." -msgstr "" +msgstr "指定MiniSSDPd socket的路径。" msgid "Standard container" -msgstr "" +msgstr "基本目录" msgid "Strict to DLNA standard:" -msgstr "" +msgstr "严格的DLNA标准:" msgid "" "The miniDLNA service is active, serving %d audio, %d video and %d image " "files." -msgstr "" +msgstr "miniDLNA服务已启用,提供 %d 音频, %d 视频 和 %d 图片." msgid "The miniDLNA service is not running." -msgstr "" +msgstr "miniDLNA服务未启用" msgid "This is a list of file names to check for when searching for album art." -msgstr "" +msgstr "这是一个文件名列表,为搜索专辑封面。" msgid "Video" -msgstr "" +msgstr "视频" msgid "miniDLNA" -msgstr "" +msgstr "miniDLNA" msgid "miniDLNA Status" -msgstr "" +msgstr "miniDLNA 状态" msgid "miniSSDP socket:" -msgstr "" +msgstr "miniSSDP socket:" diff --git a/po/zh_CN/ntpc.po b/po/zh_CN/ntpc.po index 28172b3187..0821c3f46f 100644 --- a/po/zh_CN/ntpc.po +++ b/po/zh_CN/ntpc.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: LuCi Chinese Translation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-04-14 13:24+0200\n" -"PO-Revision-Date: 2012-06-28 08:58+0200\n" -"Last-Translator: phantasm131 \n" +"PO-Revision-Date: 2012-11-15 21:39+0200\n" +"Last-Translator: Rui \n" "Language-Team: QQ Group 75543259\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -14,40 +14,40 @@ msgstr "" "X-Generator: Pootle 2.0.6\n" msgid "Clock Adjustment" -msgstr "" +msgstr "时钟校对" msgid "Count of time measurements" -msgstr "" +msgstr "单位时间数" msgid "Current system time" -msgstr "" +msgstr "当前系统时间" msgid "General" -msgstr "" +msgstr "基本设置" msgid "Hostname" -msgstr "" +msgstr "主机名" msgid "Offset frequency" -msgstr "" +msgstr "偏移量" msgid "Port" -msgstr "" +msgstr "端口" msgid "Synchronizes the system time" -msgstr "" +msgstr "同步系统时间" msgid "Time Server" -msgstr "" +msgstr "时间服务器" msgid "Time Servers" -msgstr "" +msgstr "时间服务器" msgid "Time Synchronisation" -msgstr "" +msgstr "时间同步" msgid "Update interval (in seconds)" -msgstr "" +msgstr "更新间隔(秒)" msgid "empty = infinite" -msgstr "" +msgstr "空值为无限长度" diff --git a/po/zh_CN/p910nd.po b/po/zh_CN/p910nd.po index 9e7dea72d3..748aca1557 100644 --- a/po/zh_CN/p910nd.po +++ b/po/zh_CN/p910nd.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2012-06-21 18:36+0200\n" -"Last-Translator: phantasm131 \n" +"PO-Revision-Date: 2012-11-22 18:17+0200\n" +"Last-Translator: Rui \n" "Language-Team: QQ Group 75543259 \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -14,30 +14,30 @@ msgstr "" "X-Generator: Pootle 2.0.6\n" msgid "Bidirectional mode" -msgstr "" +msgstr "双向模式" msgid "Device" -msgstr "" +msgstr "设备" msgid "" "First you have to install the packages to get support for USB (kmod-usb-" "printer) or parallel port (kmod-lp)." -msgstr "" +msgstr "首先你必须安装支持USB打印机的驱动(kmod-usb-printer)或者并行端口驱动(kmod-lp)" msgid "Port" -msgstr "" +msgstr "端口" msgid "Settings" -msgstr "" +msgstr "设置" msgid "TCP listener port." -msgstr "" +msgstr "监听端口" msgid "enable" -msgstr "" +msgstr "启用" msgid "p910nd - Printer server" -msgstr "" +msgstr "打印服务器" #~ msgid "p910nd listens on port 910+N. E.g. 9100 for the first printer." #~ msgstr "p910nd 的监听端口是910+N,举例:9100用于监听第一台打印机" diff --git a/po/zh_CN/splash.po b/po/zh_CN/splash.po index b4c84bba04..34b6a78b4c 100644 --- a/po/zh_CN/splash.po +++ b/po/zh_CN/splash.po @@ -33,7 +33,9 @@ msgid "" "Bandwidth limit for clients is only activated when both up- and download " "limit are set. Use a value of 0 here to completely disable this limitation. " "Whitelisted clients are not limited." -msgstr "只有当 上传和下载的限制都设置的时候对客户端的带宽限制才会生效。在这里使用0 可以完全禁用此限制。白名单客户端不受限制。" +msgstr "" +"只有当 上传和下载的限制都设置的时候对客户端的带宽限制才会生效。在这里使用0 可" +"以完全禁用此限制。白名单客户端不受限制。" # Something wwrong? msgid "" diff --git a/po/zh_CN/statistics.po b/po/zh_CN/statistics.po index b024c54236..dfc1abc34c 100644 --- a/po/zh_CN/statistics.po +++ b/po/zh_CN/statistics.po @@ -68,7 +68,7 @@ msgid "Collectd Settings" msgstr "" msgid "" -"Collectd is a small daeomon for collecting data from various sources through " +"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 "" @@ -112,6 +112,9 @@ msgstr "" msgid "Disk Usage" msgstr "" +msgid "Display Host »" +msgstr "" + msgid "Display timespan »" msgstr "" @@ -182,12 +185,6 @@ msgstr "" msgid "Incoming interface" msgstr "" -msgid "Installed network plugins:" -msgstr "" - -msgid "Installed output plugins:" -msgstr "" - msgid "Interface Plugin Configuration" msgstr "" @@ -281,11 +278,6 @@ msgstr "" msgid "Network plugins" msgstr "" -msgid "" -"Network plugins are used to collect information about open tcp connections, " -"interface traffic, iptables rules etc." -msgstr "" - msgid "Network protocol" msgstr "" @@ -310,13 +302,6 @@ msgstr "" msgid "Output plugins" msgstr "" -msgid "" -"Output plugins provide different possibilities to store collected data. It " -"is possible to enable multiple plugin at one, for example to store collected " -"data in rrd databases and to transmit the data over the network to other " -"collectd instances." -msgstr "" - msgid "Ping" msgstr "" @@ -416,11 +401,6 @@ msgstr "" msgid "System plugins" msgstr "" -msgid "" -"System plugins collecting values about system state and ressource usage on " -"the device.:" -msgstr "" - msgid "TCP Connections" msgstr "" @@ -436,6 +416,9 @@ 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." @@ -551,11 +534,6 @@ msgid "" "collected data from a running collectd instance." msgstr "" -msgid "" -"The wireless plugin collects statistics about wireless signal strength, " -"noise and quality." -msgstr "" - msgid "" "This section defines on which interfaces collectd will wait for incoming " "connections." @@ -568,6 +546,15 @@ 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 "" @@ -586,9 +573,6 @@ msgstr "" msgid "Wireless" msgstr "" -msgid "Wireless Plugin Configuration" -msgstr "" - msgid "Wireless iwinfo Plugin Configuration" msgstr "" diff --git a/po/zh_CN/tinyproxy.po b/po/zh_CN/tinyproxy.po index 121642c547..af7d3652fe 100644 --- a/po/zh_CN/tinyproxy.po +++ b/po/zh_CN/tinyproxy.po @@ -16,6 +16,8 @@ msgid "" "upstream proxy, Reject access disables any upstream proxy for the " "target" msgstr "" +"通过代理允许给定的对象经过指定的上行代理的路由请求。拒绝代理 禁用对象的任何上行代理。" msgid "" "Adds an \"X-Tinyproxy\" HTTP header with the client IP address to forwarded " @@ -23,163 +25,165 @@ msgid "" msgstr "" msgid "Allowed clients" -msgstr "" +msgstr "授权客户端" msgid "Allowed connect ports" -msgstr "" +msgstr "允许的连接端口" msgid "Bind address" -msgstr "" +msgstr "绑定地址" msgid "" "By default, basic POSIX expressions are used for filtering. Enable this to " "activate extended regular expressions" msgstr "" +"默认情况下,使用基本的POSIX表达式作为滤规则。启用这个以使用正规表达式代替之。" msgid "" "By default, filter strings are treated as case-insensitive. Enable this to " "make the matching case-sensitive" -msgstr "" +msgstr "默认情况下,过滤规则是不区分大小写的。启用它则转为区分大小写。" msgid "" "By default, filtering is done based on domain names. Enable this to match " "against URLs instead" -msgstr "" +msgstr "默认情况下,过滤器只匹配域名。启用它以匹配URL。" msgid "" "By default, the filter rules act as blacklist. Enable this option to only " "allow matched URLs or domain names" msgstr "" +"默认情况下,过滤规则将以黑名单形式匹配。启用它将仅允许过滤规则里的URL或域名。" msgid "" "Can be either an IP address or range, a domain name or \".\" for any host " "without domain" -msgstr "" +msgstr "可以是IP地址或者范围,也可以是域名或者以\".\"代表任意主机" msgid "Configuration" msgstr "" msgid "Connection timeout" -msgstr "" +msgstr "连接超时时间" msgid "Default deny" -msgstr "" +msgstr "默认拒绝" msgid "Enable Tinyproxy server" -msgstr "" +msgstr "启用Tinyproxy" msgid "Error page" -msgstr "" +msgstr "错误页面" msgid "Failed to retrieve statistics from url:" msgstr "" msgid "Filter by RegExp" -msgstr "" +msgstr "正则表达式过滤器" msgid "Filter by URLs" -msgstr "" +msgstr "基于URL的过滤器" msgid "Filter case-sensitive" -msgstr "" +msgstr "过滤器大小写敏感" msgid "Filter file" -msgstr "" +msgstr "过滤器文件" msgid "Filtering and ACLs" -msgstr "" +msgstr "过滤规则和访问控制列表" msgid "General settings" -msgstr "" +msgstr "基本设置" msgid "Group" -msgstr "" +msgstr "运行组" msgid "HTML template file to serve for stat host requests" msgstr "" msgid "HTML template file to serve when HTTP errors occur" -msgstr "" +msgstr "HTTP出错页面HTML模板" msgid "Header whitelist" msgstr "" msgid "" "List of IP addresses or ranges which are allowed to use the proxy server" -msgstr "" +msgstr "允许访问代理服务器的IP或IP段列表" msgid "" "List of allowed ports for the CONNECT method. A single value \"0\" allows " "all ports" -msgstr "" +msgstr "允许CONNECT方法连接的端口列表,0代表所有端口。" msgid "Listen address" -msgstr "" +msgstr "服务地址" msgid "Listen port" -msgstr "" +msgstr "服务端口" msgid "Log file" -msgstr "" +msgstr "日志文件" msgid "Log file to use for dumping messages" msgstr "" msgid "Log level" -msgstr "" +msgstr "记录等级" msgid "Logging verbosity of the Tinyproxy process" msgstr "" msgid "Max. clients" -msgstr "" +msgstr "最大客户端数" msgid "Max. requests per server" -msgstr "" +msgstr "单进程最大请求数" msgid "Max. spare servers" -msgstr "" +msgstr "最多备用服务器" msgid "Maximum allowed number of concurrently connected clients" -msgstr "" +msgstr "允许同时连接的最大客户端数量" msgid "" "Maximum allowed number of requests per process. If it is exeeded, the " "process is restarted. Zero means unlimited." -msgstr "" +msgstr "单个进程允许的最多请求数,超过这个值,进程将重启。0表示不限制。" msgid "Maximum number of prepared idle processes" -msgstr "" +msgstr "备用进程数的最大值" msgid "Maximum number of seconds an inactive connection is held open" msgstr "" msgid "Min. spare servers" -msgstr "" +msgstr "最少备用服务器" msgid "Minimum number of prepared idle processes" -msgstr "" +msgstr "备用进程数的最小值" msgid "Number of idle processes to start when launching Tinyproxy" -msgstr "" +msgstr "启动Tinyproxy时开启的进程数" msgid "Plaintext file with URLs or domains to filter. One entry per line" -msgstr "" +msgstr "用于过滤器的文本,包含URL或者域名,每行一条。" msgid "Policy" -msgstr "" +msgstr "策略" msgid "Privacy settings" -msgstr "" +msgstr "策略设置" msgid "Reject access" -msgstr "" +msgstr "拒绝访问" msgid "Server Settings" -msgstr "" +msgstr "服务器设置" msgid "Server limits" -msgstr "" +msgstr "服务器限制" msgid "" "Specifies HTTP header names which are allowed to pass-through, all others " @@ -194,45 +198,45 @@ msgstr "" msgid "" "Specifies the address Tinyproxy binds to for outbound forwarded requests" -msgstr "" +msgstr "指定服务器向外转发请求时所使用的地址" msgid "Specifies the addresses Tinyproxy is listening on for requests" -msgstr "" +msgstr "指定服务器接收代理请求所使用的地址" msgid "Specifies the group name the Tinyproxy process is running as" -msgstr "" +msgstr "指定Tinyproxy进程所属组" msgid "" "Specifies the upstream proxy to use for accessing the target host. Format is " "address:port" -msgstr "" +msgstr "指定上级代理. 格式 IP地址:端口" msgid "Specifies the user name the Tinyproxy process is running as" -msgstr "" +msgstr "指定Tinyproxy进程所属用户" msgid "Start spare servers" msgstr "" msgid "Statistics page" -msgstr "" +msgstr "统计页面" msgid "Status" msgstr "" msgid "Target host" -msgstr "" +msgstr "目标主机" msgid "Tinyproxy" -msgstr "" +msgstr "Tinyproxy" msgid "Tinyproxy Status" msgstr "" msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy" -msgstr "" +msgstr "Tinyproxy是一个轻量级无缓存机制的高速HTTP(S)代理服务器" msgid "Upstream Proxies" -msgstr "" +msgstr "上级代理" msgid "" "Upstream proxy rules define proxy servers to use when accessing certain IP " @@ -240,19 +244,19 @@ msgid "" msgstr "" msgid "Use syslog" -msgstr "" +msgstr "使用系统日志服务" msgid "User" -msgstr "" +msgstr "运行用户" msgid "Via hostname" msgstr "" msgid "Via proxy" -msgstr "" +msgstr "通过代理" msgid "Writes log messages to syslog instead of a log file" -msgstr "" +msgstr "将日志写入系统日志以代替指定的日志文件" msgid "X-Tinyproxy header" msgstr "" diff --git a/po/zh_CN/ushare.po b/po/zh_CN/ushare.po index 1a22a2e797..f426526e69 100644 --- a/po/zh_CN/ushare.po +++ b/po/zh_CN/ushare.po @@ -47,4 +47,6 @@ msgid "" "uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server " "component that provides UPnP media devices with information on available " "multimedia files." -msgstr "uShare是一个UPnP(TM) A/V和DLNA媒体服务器。可以将多媒体文件共享到支持UPnP的设备上。" +msgstr "" +"uShare是一个UPnP(TM) A/V和DLNA媒体服务器。可以将多媒体文件共享到支持UPnP的设" +"备上。" diff --git a/po/zh_CN/uvc_streamer.po b/po/zh_CN/uvc_streamer.po index 501c868106..3e4bb0ae0d 100644 --- a/po/zh_CN/uvc_streamer.po +++ b/po/zh_CN/uvc_streamer.po @@ -38,4 +38,5 @@ msgstr "网络相机流" msgid "" "Configure your Linux-UVC compatible webcam. Point your browser to e.g. http://%s:%i/" -msgstr "配置兼容的网络相机。用浏览器访问http://%s:%i/" +msgstr "" +"配置兼容的网络相机。用浏览器访问http://%s:%i/" diff --git a/po/zh_CN/watchcat.po b/po/zh_CN/watchcat.po index ee9d7b1f1b..0482e95d2f 100644 --- a/po/zh_CN/watchcat.po +++ b/po/zh_CN/watchcat.po @@ -20,7 +20,9 @@ msgstr "ping主机地址" msgid "" "How often to check internet connection. Default unit is seconds, you can you " "use the suffix 'm' for minutes, 'h' for hours or 'd' for days" -msgstr "检测网络连接的频率。默认单位为秒,你可以使用'm'作为后缀表示分钟,‘h’表示小时‘d’表示天。" +msgstr "" +"检测网络连接的频率。默认单位为秒,你可以使用'm'作为后缀表示分钟,‘h’表示小" +"时‘d’表示天。" msgid "" "In periodic mode, it defines the reboot period. In internet mode, it defines " @@ -28,8 +30,9 @@ msgid "" "engaged.Default unit is seconds, you can use the suffix 'm' for minutes, 'h' " "for hours or 'd' for days" msgstr "" -"在周期模式,此处定义了重启的周期。在联网模式,这个表示没有网络连接情况下到执行重启的最长时间间隔。默认单位为秒,你可以使用'm'作为后缀表示分钟,‘h’" -"表示小时‘d’表示天。" +"在周期模式,此处定义了重启的周期。在联网模式,这个表示没有网络连接情况下到执" +"行重启的最长时间间隔。默认单位为秒,你可以使用'm'作为后缀表示分钟,‘h’表示小" +"时‘d’表示天。" msgid "Operating mode" msgstr "操作模式" @@ -56,4 +59,5 @@ msgid "" "a non zero value here, will trigger a delayed hard reboot if the soft reboot " "fails. Enter a number of seconds to enable, use 0 to disable" msgstr "" -"当重启系统的时候WatchCat将会触发一个软重启,在这里输入一个非0的值,如果软重启失败将会触发一个延迟的硬重启。输入秒数启用,输入0禁止功能。" +"当重启系统的时候WatchCat将会触发一个软重启,在这里输入一个非0的值,如果软重启" +"失败将会触发一个延迟的硬重启。输入秒数启用,输入0禁止功能。" diff --git a/po/zh_CN/wol.po b/po/zh_CN/wol.po index cd6394ed63..c44f0886eb 100644 --- a/po/zh_CN/wol.po +++ b/po/zh_CN/wol.po @@ -14,36 +14,36 @@ msgstr "" "X-Generator: Pootle 2.0.6\n" msgid "Broadcast on all interfaces" -msgstr "" +msgstr "向所有接口广播" msgid "Choose the host to wake up or enter a custom MAC address to use" -msgstr "" +msgstr "选择要唤醒的主机或者输入自定义mac地址" msgid "Host to wake up" -msgstr "" +msgstr "选择要唤醒的主机" msgid "Network interface to use" -msgstr "" +msgstr "选择使用的网络接口" msgid "" "Sometimes only one of both tools work. If one of fails, try the other one" -msgstr "" +msgstr "有时只有一个工具生效。如果其中一个失效,请尝试另一个" msgid "Specifies the interface the WoL packet is sent on" -msgstr "" +msgstr "限定网络唤醒数据包将被发送到的接口" msgid "Starting WoL utility:" -msgstr "" +msgstr "正在启动网络唤醒工具" msgid "Wake on LAN" -msgstr "" +msgstr "网络唤醒" msgid "" "Wake on LAN is a mechanism to remotely boot computers in the local network." -msgstr "" +msgstr "网络唤醒提供了从远程启动本地网络内计算机的机制。" msgid "Wake up host" -msgstr "" +msgstr "唤醒主机" msgid "WoL program" -msgstr "" +msgstr "网络唤醒程序" diff --git a/protocols/ppp/luasrc/model/network/proto_ppp.lua b/protocols/ppp/luasrc/model/network/proto_ppp.lua index 049525d347..dfd545f353 100644 --- a/protocols/ppp/luasrc/model/network/proto_ppp.lua +++ b/protocols/ppp/luasrc/model/network/proto_ppp.lua @@ -69,6 +69,8 @@ for _, p in ipairs({"ppp", "pptp", "pppoe", "pppoa", "3g", "l2tp"}) do return (nixio.fs.glob("/usr/lib/pppd/*/pptp.so")() ~= nil) elseif p == "3g" then return nixio.fs.access("/lib/netifd/proto/3g.sh") + elseif p == "l2tp" then + return nixio.fs.access("/lib/netifd/proto/l2tp.sh") else return nixio.fs.access("/lib/netifd/proto/ppp.sh") end diff --git a/themes/base/htdocs/luci-static/resources/Dropdowns.js b/themes/base/htdocs/luci-static/resources/Dropdowns.js deleted file mode 100644 index a8d12b959c..0000000000 --- a/themes/base/htdocs/luci-static/resources/Dropdowns.js +++ /dev/null @@ -1,202 +0,0 @@ -/* -Copyright (C) 2008 Alina Friedrichsen - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. -*/ - -function initDropdowns() { - var aSelects = XHTML1.getElementsByTagName("select"); - var isIE6 = false /*@cc_on || @_jscript_version < 5.7 @*/; - - function showPlaceholder(sel) { - if( ! sel._ph ) { - var box = sel.getBoundingClientRect(); - sel._dm = sel.currentStyle.display; - sel._ph = document.createElement('input'); - sel.parentNode.insertBefore(sel._ph, sel); - sel._ph.style.width = ( box.right - box.left ) + 'px'; - sel._ph.style.height = ( box.bottom - box.top ) + 'px'; - sel._ph.style.margin = sel.currentStyle.margin; - } - - sel._ph.value = sel.options[sel.selectedIndex].text; - sel._ph.style.display = sel._dm; - sel.style.display = 'none'; - } - - function hidePlaceholder(sel) { - if( sel._ph ) sel._ph.style.display = 'none'; - sel.style.display = sel._dm; - } - - function hideSelects() { - for(var i = 0; i < aSelects.length; i++) { - showPlaceholder(aSelects[i]); - } - } - - function showSelects() { - for(var i = 0; i < aSelects.length; i++) { - hidePlaceholder(aSelects[i]); - } - } - - function isEmptyObject(obj) { - for(var i in obj) { - return false; - } - return true; - } - - var nextUniqueID = 1; - var elementsNeeded = {}; - var menusShown = {}; - var menusToHide = {}; - var delayHideTimerId; - var delayHideAllTime = 1000; - var delayHideTime = 400; - function delayHide() { - for(var i in menusToHide) { - XHTML1.removeClass(menusToHide[i], "focus"); - } - delayHideTimerId = null; - } - - function updatePopup() { - if(isIE6) { - if(isEmptyObject(elementsNeeded)) { - showSelects(); - } - else{ - hideSelects(); - } - } - - var menusShownOld = menusShown; - menusShown = {}; - for(var id in elementsNeeded) { - var element = elementsNeeded[id]; - for(element = findLi(element); element; element = findLi(element.parentNode)) { - XHTML1.addClass(element, "focus"); - if(!element.uniqueID) { - element.uniqueID = nextUniqueID++; - } - element.style.zIndex = 1000; - menusShown[element.uniqueID] = element; - delete menusToHide[element.uniqueID]; - } - } - for(var id in menusShownOld) { - if(!menusShown[id]) { - if(delayHideTimerId) { - clearTimeout(delayHideTimerId); - delayHideTimerId = 0; - delayHide(); - } - menusToHide[id] = menusShownOld[id]; - menusToHide[id].style.zIndex = 999; - } - } - if(menusToHide || isEmptyObject(elementsNeeded)) { - if(delayHideTimerId) { - clearTimeout(delayHideTimerId); - } - delayHideTimerId = setTimeout(delayHide, isEmptyObject(elementsNeeded) ? delayHideAllTime : delayHideTime); - } - } - - function findLi(element) { - for(; element; element = element.parentNode) { - if(XHTML1.isElement(element, "li")) { - return element; - } - } - } - - function onmouseover(evt) { - var li = findLi(evt.currentTarget); - if(li && !li.focused) { - if(!li.uniqueID) { - li.uniqueID = nextUniqueID++; - } - elementsNeeded[li.uniqueID] = li; - } - XHTML1.addClass(evt.currentTarget, "over"); - updatePopup(); - } - - function onmouseout(evt) { - var li = findLi(evt.currentTarget); - if(li && !li.focused && li.uniqueID) { - delete elementsNeeded[li.uniqueID]; - } - XHTML1.removeClass(evt.currentTarget, "over"); - updatePopup(); - } - - function onfocus(evt) { - var li = findLi(evt.currentTarget); - if(li) { - li.focused = true; - if(!li.uniqueID) { - li.uniqueID = nextUniqueID++; - } - elementsNeeded[li.uniqueID] = li; - } - updatePopup(); - } - - function onblur(evt) { - var li = findLi(evt.currentTarget); - if(li) { - li.focused = false; - delete elementsNeeded[li.uniqueID]; - } - updatePopup(); - } - - var aElements = XHTML1.getElementsByTagName("a"); - for(var i = 0; i < aElements.length; i++) { - var a = aElements[i]; - for(var element = a.parentNode; element; element = element.parentNode) { - if(XHTML1.isElement(element, "ul") && XHTML1.containsClass(element, "dropdowns")) { - XHTML1.addEventListener(a, "focus", onfocus); - XHTML1.addEventListener(a, "blur", onblur); - XHTML1.addEventListener(a, "mouseover", onmouseover); - XHTML1.addEventListener(a, "mouseout", onmouseout); - break; - } - } - } - - XHTML1.addEventListener(document, "click", function() { - if (delayHideTimerId) { - clearTimeout(delayHideTimerId); - delayHideTimerId = 0; - delayHide(); - } - }); -} - -if(XHTML1.isDOMSupported()) { - XHTML1.addEventListener(window, "load", initDropdowns); -} diff --git a/themes/base/htdocs/luci-static/resources/VarType.js b/themes/base/htdocs/luci-static/resources/VarType.js deleted file mode 100644 index d4668109d6..0000000000 --- a/themes/base/htdocs/luci-static/resources/VarType.js +++ /dev/null @@ -1,91 +0,0 @@ -/* -Copyright (C) 2008 Alina Friedrichsen - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. -*/ - -function VarType() { -} - -VarType.isNull = function(obj) { - if(typeof obj == "undefined") return true; - if(typeof obj == "object" && (!obj)) return true; - return false; -}; - -VarType.toFloat = function(value) { - value = Number(value); - return value; -}; - -VarType.toDecimal = function(value) { - value = Number(value); - if(!isFinite(value)) value = 0.0; - return value; -}; - -VarType.toInt = function(value) { - value = Number(value); - if(!isFinite(value)) value = 0.0; - value = Math.floor(value); - return value; -}; - -VarType.toUInt = function(value) { - value = Number(value); - if(!isFinite(value)) value = 0.0; - else if(value < 0.0) value = 0.0; - value = Math.floor(value); - return value; -}; - -VarType.toStr = function(value) { - if(VarType.isNull(value)) value = ""; - value = String(value); - return value; -}; - -VarType.toBool = function(value) { - value = Boolean(value); - return value; -}; - -VarType.needObject = function(obj) { - if(typeof obj != "object" || (!obj)) throw new TypeError(); -}; - -VarType.needInstanceOf = function(obj, type) { - if(!(obj instanceof type)) throw new TypeError(); -}; - -VarType.needFunction = function(obj) { - if(typeof obj != "function") throw new TypeError(); -}; - -VarType.needNode = function(obj, type) { - VarType.needObject(obj); - if(VarType.isNull(obj.nodeType)) throw new TypeError(); - if(!VarType.isNull(type)) { - type = VarType.toInt(type); - if(obj.nodeType != type) throw new TypeError(); - } -}; diff --git a/themes/base/htdocs/luci-static/resources/XHTML1.js b/themes/base/htdocs/luci-static/resources/XHTML1.js deleted file mode 100644 index a7d4f7ddd6..0000000000 --- a/themes/base/htdocs/luci-static/resources/XHTML1.js +++ /dev/null @@ -1,271 +0,0 @@ -/* -Copyright (C) 2007, 2008 Alina Friedrichsen - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. -*/ - -var XMLNS_XMLNS = "http://www.w3.org/2000/xmlns/"; -var XMLNS_XML = "http://www.w3.org/XML/1998/namespace"; -var XMLNS_XHTML = "http://www.w3.org/1999/xhtml"; - -function W3CDOM_Event(currentTarget) { - VarType.needObject(currentTarget); - this.currentTarget = currentTarget; - this.preventDefault = function() { window.event.returnValue = false; }; - return this; -} - -function XHTML1() { -} - -XHTML1.isDOMSupported = function() { - if(!document.getElementById) return false; - if(!(window.addEventListener || window.attachEvent)) return false; - return true; -}; - -XHTML1.isXHTML = function() { - if(document.documentElement.nodeName == "HTML") return false; - return true; -}; - -XHTML1.addEventListener = function(target, type, listener) { - VarType.needObject(target); - type = VarType.toStr(type); - VarType.needFunction(listener); - - if(target.addEventListener) { - target.addEventListener(type, listener, false); - } - else if(target.attachEvent) { - target.attachEvent("on" + type, function() { listener(new W3CDOM_Event(target)); } ); - } -}; - -XHTML1.createElement = function(tagName) { - tagName = VarType.toStr(tagName); - - if(XHTML1.isXHTML()) { - return document.createElementNS(XMLNS_XHTML, tagName.toLowerCase()); - } - - return document.createElement(tagName.toUpperCase()); -}; - -XHTML1.getElementsByTagName = function(tagName) { - tagName = VarType.toStr(tagName); - - if(XHTML1.isXHTML()) { - return document.getElementsByTagNameNS(XMLNS_XHTML, tagName.toLowerCase()); - } - - return document.getElementsByTagName(tagName.toUpperCase()); -}; - -XHTML1.isElement = function(node, tagName) { - VarType.needNode(node); - tagName = VarType.toStr(tagName); - - if(node.nodeType == 1) { - if(XHTML1.isXHTML()) { - if(node.namespaceURI == XMLNS_XHTML) { - if(node.localName == tagName.toLowerCase()) return true; - } - } else { - if(node.nodeName == tagName.toUpperCase()) return true; - } - } - - return false; -}; - -XHTML1.getAttribute = function(element, name) { - VarType.needNode(element, 1); - name = VarType.toStr(name); - - name = name.toLowerCase(); - - if(XHTML1.isXHTML()) { - return element.getAttributeNS(null, name); - } - - if(name == "class") { - return element.className; - } - - return element.getAttribute(name); -}; - -XHTML1.setAttribute = function(element, name, value) { - VarType.needNode(element, 1); - name = VarType.toStr(name); - value = VarType.toStr(value); - - name = name.toLowerCase(); - - if(XHTML1.isXHTML()) { - element.setAttributeNS(null, name, value); - return; - } - - if(name == "class") { - element.className = value; - return; - } - - element.setAttribute(name, value); -}; - -XHTML1.removeAttribute = function(element, name) { - VarType.needNode(element, 1); - name = VarType.toStr(name); - - name = name.toLowerCase(); - - if(XHTML1.isXHTML()) { - element.removeAttributeNS(null, name); - return; - } - - if(name == "class") { - element.className = ""; - return; - } - - element.removeAttribute(name); -}; - -XHTML1.containsClass = function(element, className) { - VarType.needNode(element, 1); - className = VarType.toStr(className).replace(/^\s+/g, "").replace(/\s+$/g, ""); - - var classString = XHTML1.getAttribute(element, "class").replace(/\s+/g, " ").replace(/^\s+/g, "").replace(/\s+$/g, ""); - var classArray = classString.split(" "); - for(var i = 0; i < classArray.length; i++) { - if(classArray[i] == className) return true; - } - - return false; -}; - -XHTML1.addClass = function(element, className) { - VarType.needNode(element, 1); - className = VarType.toStr(className).replace(/^\s+/g, "").replace(/\s+$/g, ""); - - var classString = XHTML1.getAttribute(element, "class").replace(/\s+/g, " ").replace(/^\s+/g, "").replace(/\s+$/g, ""); - var classArray = classString.split(" "); - classString = ""; - for(var i = 0; i < classArray.length; i++) { - if(classArray[i] != className) { - if(classString == "") classString = classArray[i]; - else classString += " " + classArray[i]; - } - } - - if(classString == "") classString = className; - else classString += " " + className; - - XHTML1.setAttribute(element, "class", classString); -}; - -XHTML1.removeClass = function(element, className) { - VarType.needNode(element, 1); - className = VarType.toStr(className).replace(/^\s+/g, "").replace(/\s+$/g, ""); - - var classString = XHTML1.getAttribute(element, "class").replace(/\s+/g, " ").replace(/^\s+/g, "").replace(/\s+$/g, ""); - var classArray = classString.split(" "); - classString = ""; - for(var i = 0; i < classArray.length; i++) { - if(classArray[i] != className) { - if(classString == "") classString = classArray[i]; - else classString += " " + classArray[i]; - } - } - - XHTML1.setAttribute(element, "class", classString); -}; - -XHTML1.removeAllChildren = function(node) { - VarType.needNode(node); - - while(node.lastChild) { - node.removeChild(node.lastChild); - } -}; - -XHTML1.getTextContent = function(node) { - VarType.needNode(node); - - if(typeof node.textContent != "undefined") { - return node.textContent; - } - - switch(node.nodeType) { - case 1: - case 2: - case 5: - case 6: - case 11: - var textContent = ""; - for(node = node.firstChild; node; node = node.nextSibling) { - if(node.nodeType == 7) continue; - if(node.nodeType == 8) continue; - textContent += VarType.toStr(XHTML1.getTextContent(node)); - } - return textContent; - case 3: - case 4: - case 7: - case 8: - return node.nodeValue; - } - - return null; -}; - -XHTML1.setTextContent = function(node, value) { - VarType.needNode(node); - value = VarType.toStr(value); - - if(typeof node.textContent != "undefined") { - node.textContent = value; - } - - switch(node.nodeType) { - case 1: - case 2: - case 5: - case 6: - case 11: - XHTML1.removeAllChildren(node); - if(value != "") { - node.appendChild(document.createTextNode(value)); - } - break; - case 3: - case 4: - case 7: - case 8: - node.nodeValue = value; - break; - } -}; diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 286ed25e77..26f2bbb2e1 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -13,11 +13,16 @@ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ -html, body { +html { margin: 0; padding: 0; } +body { + margin: 0; + padding: 5px; +} + h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, code, del, em, img, q, s, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { @@ -789,6 +794,7 @@ header .fill { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); + padding: 0 5px; } header div > ul, .nav { @@ -1451,6 +1457,18 @@ footer { background-image: url('../resources/cbi/link.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); } +.cbi-button-download, +.cbi-input-download { + background-position: 6px center, left top; + padding-left: 28px; + background-image: url('../resources/cbi/download.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); + background-image: url('../resources/cbi/download.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: url('../resources/cbi/download.gif'), -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); + background-image: url('../resources/cbi/download.gif'), -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: url('../resources/cbi/download.gif'), -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: url('../resources/cbi/download.gif'), linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); +} + .btn.active, .btn:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm index 33e2e48d29..c79c152ba9 100644 --- a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -79,7 +79,7 @@ You may obtain a copy of the License at end if level > 2 then %> -
  • +
  • <%=striptags(translate(nnode.title))%>
  • <% end @@ -106,6 +106,10 @@ You may obtain a copy of the License at <% if node and node.css then %> <% end -%> + <% if css then %> + <% end -%> diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index 5e5d75cd14..4f89b2d3af 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -8,16 +8,16 @@ body { color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 100%; - line-height: 100%; + line-height: 100%; background-image: url(images/main-back.png); background-repeat: repeat-x; background-position: left bottom; } -#all { +#all { margin: 0px; padding: 0px; min-height: 800px; -} +} code { font-family: monospace; @@ -27,7 +27,7 @@ code { a:link, a:visited { color:#000000; font-weight:bold; - text-decoration:none; + text-decoration:none; } a:hover { color:#333333; @@ -201,7 +201,7 @@ div#maincontent ul { color: #000000; text-decoration: none; font-size: 70%; - font-weight: bold; + font-weight: bold; } @@ -211,7 +211,7 @@ div#maincontent ul { border-top:0.3em solid #FFCB05; margin-top: -0.2em; } -.mainmenu .active a{ +.mainmenu .active a{ color: #000000; font-weight: bold; border-top:0.2em solid #FFCB05; diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm index 7313fff550..5099d186fe 100644 --- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm +++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm @@ -30,7 +30,6 @@ for i,r in ipairs(request) do end end -require("luci.i18n").loadc("base") require("luci.http").prepare_content("text/html") -%> @@ -41,6 +40,10 @@ require("luci.http").prepare_content("text/html") <% if node and node.css then %><% end %> + <% if css then %> + <% end -%> diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css index cd49fcbe23..d5fe77279d 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css @@ -275,19 +275,19 @@ ul.dropdowns ul ul ul li:hover ul { left: 100%; } -#xhr_poll_status { - cursor: pointer; -} +#xhr_poll_status { + cursor: pointer; +} -#xhr_poll_status #xhr_poll_status_off { - font-weight: bold; - color: #FF0000; -} +#xhr_poll_status #xhr_poll_status_off { + font-weight: bold; + color: #FF0000; +} -#xhr_poll_status #xhr_poll_status_on { - font-weight: bold; - color: #00FF00; -} +#xhr_poll_status #xhr_poll_status_on { + font-weight: bold; + color: #00FF00; +} #menubar { position: relative; @@ -658,7 +658,7 @@ input.cbi-button-add { background-color: inherit; color: #000; padding: 0 1px 0 17px; - border: 1px solid #FFF; + border: 1px solid #FFF; } input.cbi-input-fieldadd, @@ -691,18 +691,27 @@ input.cbi-button-save { input.cbi-input-apply, input.cbi-button-apply { background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; - background-color: inherit; - color: #000; + background-color: inherit; + color: #000; padding: 0 1px 0 17px; -} +} -input.cbi-input-link, - input.cbi-button-link { - background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; +input.cbi-input-link, +input.cbi-button-link { + background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; background-color: inherit; - color: #000; + color: #000; + padding: 0 1px 0 17px; + border: none; +} + +input.cbi-input-download, +input.cbi-button-download { + background: url('../resources/cbi/download.gif') no-repeat scroll 1px center; + background-color: inherit; + color: #000; padding: 0 1px 0 17px; - border: none; + border: none; } input.cbi-input-remove, @@ -994,72 +1003,72 @@ td.cbi-value-error { padding: 0.5em; } -.uci-change-list { - font-family: monospace; -} - -.uci-change-list ins, -.uci-change-legend-label ins { - text-decoration: none; - border: 1px solid #00FF00; - background-color: #CCFFCC; - display: block; - padding: 2px; -} - -.uci-change-list del, -.uci-change-legend-label del { - text-decoration: none; +.uci-change-list { + font-family: monospace; +} + +.uci-change-list ins, +.uci-change-legend-label ins { + text-decoration: none; + border: 1px solid #00FF00; + background-color: #CCFFCC; + display: block; + padding: 2px; +} + +.uci-change-list del, +.uci-change-legend-label del { + text-decoration: none; border: 1px solid #FF0000; background-color: #FFCCCC; - display: block; - font-style: normal; - padding: 2px; -} - -.uci-change-list var, -.uci-change-legend-label var { - text-decoration: none; + display: block; + font-style: normal; + padding: 2px; +} + +.uci-change-list var, +.uci-change-legend-label var { + text-decoration: none; border: 1px solid #CCCCCC; background-color: #EEEEEE; - display: block; - font-style: normal; - padding: 2px; -} - -.uci-change-list var ins, -.uci-change-list var del { - /*display: inline;*/ - border: none; - white-space: pre; - font-style: normal; - padding: 0px; -} - -.uci-change-legend { - padding: 5px; -} - -.uci-change-legend-label { - width: 150px; - float: left; - font-size: 80%; -} - -.uci-change-legend-label>ins, -.uci-change-legend-label>del, -.uci-change-legend-label>var { - float: left; - margin-right: 4px; - width: 10px; - height: 10px; - display: block; -} - -.uci-change-legend-label var ins, + display: block; + font-style: normal; + padding: 2px; +} + +.uci-change-list var ins, +.uci-change-list var del { + /*display: inline;*/ + border: none; + white-space: pre; + font-style: normal; + padding: 0px; +} + +.uci-change-legend { + padding: 5px; +} + +.uci-change-legend-label { + width: 150px; + float: left; + font-size: 80%; +} + +.uci-change-legend-label>ins, +.uci-change-legend-label>del, +.uci-change-legend-label>var { + float: left; + margin-right: 4px; + width: 10px; + height: 10px; + display: block; +} + +.uci-change-legend-label var ins, .uci-change-legend-label var del { - line-height: 6px; - border: none; + line-height: 6px; + border: none; } -} +} diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm index 2608177793..a8c257e405 100644 --- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm +++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm @@ -74,11 +74,15 @@ You may obtain a copy of the License at - + <% if node and node.css then %> <% end -%> +<% if css then %> +<% end -%> <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index acb44f3de5..4a6877fa98 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -529,6 +529,14 @@ input.cbi-button-link { padding-right: 1px; } +input.cbi-input-download, +input.cbi-button-download { + background-image: url('../resources/cbi/download.gif'); + color: #000000; + padding-left: 17px; + padding-right: 1px; +} + input.cbi-input-remove, div.cbi-section-remove input { background-image: url('../resources/cbi/remove.gif'); diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm index 9f85959763..5006723e6a 100644 --- a/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt/luasrc/view/themes/openwrt.org/header.htm @@ -107,6 +107,10 @@ $Id$ <% if node and node.css then %> <% end -%> +<% if css then %> +<% end -%> <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI -- 2.30.2
    <%:1 Minute Load:%><%:1 Minute Load:%> 0 <%:Average:%>0
    <%:5 Minute Load:%><%:5 Minute Load:%> 0 <%:Average:%>0
    <%:15 Minute Load:%><%:15 Minute Load:%> 0 <%:Average:%><%:Version%> <%:Description%>
    <%:Install%> <%=luci.util.pcdata(n)%>