summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-initmgr/luasrc/i18n/initmgr.en.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-03 17:33:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-03 17:33:29 +0000
commit021a3fcb837b2e6c680e40e96163759c970cfc29 (patch)
treea895581850da8c4a2ffd2aeabe06deac2cdb46bb /applications/luci-initmgr/luasrc/i18n/initmgr.en.lua
parent77159d8b66bcf4b6290fc8d046bf85d8a69f7bac (diff)
* luci/applications: add init manager
Diffstat (limited to 'applications/luci-initmgr/luasrc/i18n/initmgr.en.lua')
-rw-r--r--applications/luci-initmgr/luasrc/i18n/initmgr.en.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/luci-initmgr/luasrc/i18n/initmgr.en.lua b/applications/luci-initmgr/luasrc/i18n/initmgr.en.lua
new file mode 100644
index 0000000000..6e6da7b814
--- /dev/null
+++ b/applications/luci-initmgr/luasrc/i18n/initmgr.en.lua
@@ -0,0 +1,5 @@
+initmgr = 'Initscripts'
+initmgr_desc = 'You can enable or disable installed init scripts here. Changes will applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like &quot;network&quot;, your device might become inaccesable!</strong>'
+initmgr_index = 'Start priority'
+initmgr_name = 'Initscript'
+initmgr_enabled = 'Enable/Disable'