diff options
author | Steven Barth <steven@midlink.org> | 2009-03-11 15:21:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-03-11 15:21:59 +0000 |
commit | 8eadc262d0644ac877a9a316355dfba98e371536 (patch) | |
tree | 77723edb163465dc698cb9712aeffcde1fdcf9ed /applications/luci-ddns/luasrc/i18n/ddns.en.xml | |
parent | a125a64a154247e3c2979900d8a63c30fdaa7a34 (diff) |
Drop XML i18n files
Diffstat (limited to 'applications/luci-ddns/luasrc/i18n/ddns.en.xml')
-rw-r--r-- | applications/luci-ddns/luasrc/i18n/ddns.en.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/applications/luci-ddns/luasrc/i18n/ddns.en.xml b/applications/luci-ddns/luasrc/i18n/ddns.en.xml deleted file mode 100644 index 9b09c77e1..000000000 --- a/applications/luci-ddns/luasrc/i18n/ddns.en.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml"> - -<i18n:msg xml:id="ddns">Dynamic DNS</i18n:msg> -<i18n:msg xml:id="ddns_desc">Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address.</i18n:msg> -<i18n:msg xml:id="ddns_service_ipsource">Source of IP-Address</i18n:msg> -<i18n:msg xml:id="ddns_service_checkinterval">Check for changed IP every</i18n:msg> -<i18n:msg xml:id="ddns_service_checkunit">Check-Time unit</i18n:msg> -<i18n:msg xml:id="ddns_service_forceinterval">Force update every</i18n:msg> -<i18n:msg xml:id="ddns_service_forceunit">Force-Time unit</i18n:msg> -<i18n:msg xml:id="ddns_service_updateurl">Custom Update-URL</i18n:msg> -</i18n:msgs> |