i18n: Added dynamic registration for translations
[project/luci.git] / libs / web / root / etc / config / luci
1 config core main
2         option lang en
3         option mediaurlbase /luci-static/openwrt.org
4         option resourcebase /luci-static/resources
5         
6 config core brand
7         option title    "OpenWRT Kamikaze"
8         option subtitle "Lua Configuration Interface"
9         option firmware "OpenWRT Kamikaze"
10         option distro   "Development Snapshot"
11                 
12 config extern flash_keep
13         option uci      "/etc/config"
14         option dropbear "/etc/dropbear"
15         option openvpn  "/etc/openvpn"
16         option passwd   "/etc/passwd"
17         option ipkg     "/etc/ipkg.conf"
18         option httpd    "/etc/httpd.conf"
19         option firewall "/etc/firewall.user"
20
21 config event uci_oncommit
22         option network          "/sbin/luci-reload network firewall luci_fw dnsmasq"
23         option wireless         "/sbin/luci-reload network firewall luci_fw dnsmasq"
24         option olsr                     "/sbin/luci-reload olsrd"
25         option dhcp                     "/sbin/luci-reload dnsmasq"
26         option dropbear         "/sbin/luci-reload dropbear"
27         option httpd            "/sbin/luci-reload httpd"
28         option fstab            "/sbin/luci-reload fstab"
29         option qos                      "/sbin/luci-reload qos"
30         option luci_fw          "/sbin/luci-reload luci_fw"
31         option luci_ethers      "/sbin/luci-reload luci_ethers dnsmasq"
32         option luci_splash      "/sbin/luci-reload luci_splash"
33         option upnpd            "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop"
34         option ntpclient        "/sbin/luci-reload ntpclient"
35
36 config internal languages
37         
38 config internal sauth
39         option sessionpath "/tmp/.lucisessions"
40         option sessiontime 3600
41         
42 config internal template
43         option compiler_mode file
44         option compiledir "/tmp/.lucitplcache"
45                 
46 config internal themes
47         option OpenWRT "/luci-static/openwrt.org"