summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ddns/luasrc/i18n/ddns.en.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-20 19:35:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-20 19:35:54 +0000
commitc7c262471364730d8eb0af5fc1a2765f842488b8 (patch)
tree0113e13f834b5a9c759aac47aaa9edcc6ba0d975 /applications/luci-ddns/luasrc/i18n/ddns.en.lua
parent3fdccc976e75d32f0fb11cbc413498bfd2d6c041 (diff)
* luci/i18n: updated translation files, xhtml fixes in openwrt.org theme
Diffstat (limited to 'applications/luci-ddns/luasrc/i18n/ddns.en.lua')
-rw-r--r--applications/luci-ddns/luasrc/i18n/ddns.en.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/applications/luci-ddns/luasrc/i18n/ddns.en.lua b/applications/luci-ddns/luasrc/i18n/ddns.en.lua
index 32f85b24a..105251893 100644
--- a/applications/luci-ddns/luasrc/i18n/ddns.en.lua
+++ b/applications/luci-ddns/luasrc/i18n/ddns.en.lua
@@ -1,8 +1,8 @@
-ddns = "Dynamic DNS"
-ddns_desc = "Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address."
-ddns_service_ipsource = "Source of IP-Address"
-ddns_service_checkinterval = "Check for changed IP every"
-ddns_service_checkunit = "Check-Time unit"
-ddns_service_forceinterval = "Force update every"
-ddns_service_forceunit = "Force-Time unit"
-ddns_service_updateurl = "Custom Update-URL" \ No newline at end of file
+ddns = [[Dynamic DNS]]
+ddns_desc = [[Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.]]
+ddns_service_ipsource = [[Source of IP-Address]]
+ddns_service_checkinterval = [[Check for changed IP every]]
+ddns_service_checkunit = [[Check-Time unit]]
+ddns_service_forceinterval = [[Force update every]]
+ddns_service_forceunit = [[Force-Time unit]]
+ddns_service_updateurl = [[Custom Update-URL]]