diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-24 21:12:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-24 21:12:56 +0000 |
commit | 84faf2b8e916ccc9c908bad5f9623786702cec3e (patch) | |
tree | 6ca74d3c42d59bf2a24223c417c8c2a9dda29edd /applications/luci-ushare/luasrc/i18n/ushare.en.lua | |
parent | 92eb36412ce62a7e493e625db4018bf99d5eaba2 (diff) |
* luci/app/ushare: extend cbi model, add xml and german translations
Diffstat (limited to 'applications/luci-ushare/luasrc/i18n/ushare.en.lua')
-rw-r--r-- | applications/luci-ushare/luasrc/i18n/ushare.en.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/applications/luci-ushare/luasrc/i18n/ushare.en.lua b/applications/luci-ushare/luasrc/i18n/ushare.en.lua index 2da960ff4..b0414807b 100644 --- a/applications/luci-ushare/luasrc/i18n/ushare.en.lua +++ b/applications/luci-ushare/luasrc/i18n/ushare.en.lua @@ -1,3 +1,8 @@ -settings = 'Settings' ushare = 'uShare' ushare_desc = 'uShare' +settings = 'Settings' +disable_webif = 'Disable webinterface' +disable_telnet = 'Disable telnet console' +servername = 'Servername' +content_directories = 'Content directories' +options = 'Options' |