summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ddns
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-20 17:23:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-20 17:23:53 +0000
commit7590274b21da38452bb4a4ad34b3ddf27385483e (patch)
treeee3786ccc98e04f2018e564ff7489a7cd802448b /applications/luci-ddns
parentdbfd045b9b0d690ee778f85c9356869794c2d750 (diff)
* luci/i18n: add luci translations in xml format
Diffstat (limited to 'applications/luci-ddns')
-rw-r--r--applications/luci-ddns/luasrc/i18n/ddns.de.xml13
-rw-r--r--applications/luci-ddns/luasrc/i18n/ddns.en.xml13
2 files changed, 26 insertions, 0 deletions
diff --git a/applications/luci-ddns/luasrc/i18n/ddns.de.xml b/applications/luci-ddns/luasrc/i18n/ddns.de.xml
new file mode 100644
index 000000000..213074038
--- /dev/null
+++ b/applications/luci-ddns/luasrc/i18n/ddns.de.xml
@@ -0,0 +1,13 @@
+<?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">Dynamisches DNS</i18n:msg>
+<i18n:msg xml:id="ddns_desc">Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen festen DNS-Namen zu erreichen.</i18n:msg>
+<i18n:msg xml:id="ddns_service_ipsource">Quelle der IP-Adresse</i18n:msg>
+<i18n:msg xml:id="ddns_service_checkinterval">Teste auf neue IP alle</i18n:msg>
+<i18n:msg xml:id="ddns_service_checkunit">Test-Zeiteinheit</i18n:msg>
+<i18n:msg xml:id="ddns_service_forceinterval">Erzwinge Aktualisierung alle</i18n:msg>
+<i18n:msg xml:id="ddns_service_forceunit">Erzwinge-Zeiteinheit</i18n:msg>
+<i18n:msg xml:id="ddns_service_updateurl">Eigene Update-URL</i18n:msg>
+</i18n:msgs>
diff --git a/applications/luci-ddns/luasrc/i18n/ddns.en.xml b/applications/luci-ddns/luasrc/i18n/ddns.en.xml
new file mode 100644
index 000000000..9b09c77e1
--- /dev/null
+++ b/applications/luci-ddns/luasrc/i18n/ddns.en.xml
@@ -0,0 +1,13 @@
+<?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>