add multi-language support to webif (currently supported: english, german)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 5 Feb 2006 17:43:26 +0000 (17:43 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 5 Feb 2006 17:43:26 +0000 (17:43 +0000)
commite1485830a2aed80cef07a7ef5200820da1dbf873
treec4228691ecc7af2ea1d3999e5cac505c2eda39c7
parenta393de494498f6e10debf2f0176f6e175d80ce26
add multi-language support to webif (currently supported: english, german)

SVN-Revision: 3140
27 files changed:
openwrt/package/webif/Makefile
openwrt/package/webif/files/usr/lib/webif/apply.sh
openwrt/package/webif/files/usr/lib/webif/categories.awk
openwrt/package/webif/files/usr/lib/webif/common.awk
openwrt/package/webif/files/usr/lib/webif/form.awk
openwrt/package/webif/files/usr/lib/webif/lang/de/common.txt [new file with mode: 0644]
openwrt/package/webif/files/usr/lib/webif/subcategories.awk
openwrt/package/webif/files/usr/lib/webif/validate.awk
openwrt/package/webif/files/usr/lib/webif/webif.sh
openwrt/package/webif/files/www/cgi-bin/webif/about.sh
openwrt/package/webif/files/www/cgi-bin/webif/config.sh
openwrt/package/webif/files/www/cgi-bin/webif/connection.sh
openwrt/package/webif/files/www/cgi-bin/webif/hosts.sh
openwrt/package/webif/files/www/cgi-bin/webif/index.sh
openwrt/package/webif/files/www/cgi-bin/webif/info.sh
openwrt/package/webif/files/www/cgi-bin/webif/ipkg.sh
openwrt/package/webif/files/www/cgi-bin/webif/lan.sh
openwrt/package/webif/files/www/cgi-bin/webif/leases.sh
openwrt/package/webif/files/www/cgi-bin/webif/password.sh
openwrt/package/webif/files/www/cgi-bin/webif/system.sh
openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh
openwrt/package/webif/files/www/cgi-bin/webif/wan.sh
openwrt/package/webif/files/www/cgi-bin/webif/wireless-advanced.sh
openwrt/package/webif/files/www/cgi-bin/webif/wireless-config.sh
openwrt/package/webif/files/www/cgi-bin/webif/wireless-status.sh
openwrt/package/webif/files/www/webif.js
openwrt/package/webif/src/webif-page.c [new file with mode: 0644]