diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 19:35:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 19:35:54 +0000 |
commit | c7c262471364730d8eb0af5fc1a2765f842488b8 (patch) | |
tree | 0113e13f834b5a9c759aac47aaa9edcc6ba0d975 /applications/luci-upnp/luasrc/i18n/upnp.en.lua | |
parent | 3fdccc976e75d32f0fb11cbc413498bfd2d6c041 (diff) |
* luci/i18n: updated translation files, xhtml fixes in openwrt.org theme
Diffstat (limited to 'applications/luci-upnp/luasrc/i18n/upnp.en.lua')
-rw-r--r-- | applications/luci-upnp/luasrc/i18n/upnp.en.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/applications/luci-upnp/luasrc/i18n/upnp.en.lua b/applications/luci-upnp/luasrc/i18n/upnp.en.lua index eb11f97a09..98a3dd12b2 100644 --- a/applications/luci-upnp/luasrc/i18n/upnp.en.lua +++ b/applications/luci-upnp/luasrc/i18n/upnp.en.lua @@ -1,6 +1,6 @@ -upnpd = "Universal Plug & Play" -upnpd_desc = "UPNP allows clients in the local network to automatically configure the router." -upnpd_config_desc = "UPNP should only be enabled if absolutely necessary as it can result in high security risks for your network." -upnpd_config_logoutput = "Log output" -upnpd_config_download = "Downlink" -upnpd_config_upload = "Uplink"
\ No newline at end of file +upnpd = [[Universal Plug & Play]] +upnpd_desc = [[UPNP allows clients in the local network to automatically configure the router.]] +upnpd_config_desc = [[UPNP should only be enabled if absolutely necessary as it can result in high security risks for your network.]] +upnpd_config_logoutput = [[Log output]] +upnpd_config_download = [[Downlink]] +upnpd_config_upload = [[Uplink]] |