From 7590274b21da38452bb4a4ad34b3ddf27385483e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 17:23:53 +0000 Subject: * luci/i18n: add luci translations in xml format --- applications/luci-ddns/luasrc/i18n/ddns.de.xml | 13 +++++++++++++ applications/luci-ddns/luasrc/i18n/ddns.en.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 applications/luci-ddns/luasrc/i18n/ddns.de.xml create mode 100644 applications/luci-ddns/luasrc/i18n/ddns.en.xml (limited to 'applications/luci-ddns/luasrc/i18n') 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 0000000000..213074038b --- /dev/null +++ b/applications/luci-ddns/luasrc/i18n/ddns.de.xml @@ -0,0 +1,13 @@ + + + + +Dynamisches DNS +Dynamisches DNS erlaubt es, den Router bei dynamischer IP-Adresse über einen festen DNS-Namen zu erreichen. +Quelle der IP-Adresse +Teste auf neue IP alle +Test-Zeiteinheit +Erzwinge Aktualisierung alle +Erzwinge-Zeiteinheit +Eigene Update-URL + 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 0000000000..9b09c77e12 --- /dev/null +++ b/applications/luci-ddns/luasrc/i18n/ddns.en.xml @@ -0,0 +1,13 @@ + + + + +Dynamic DNS +Dynamic DNS allows that your router can be reached with a fixed hostname while having a dynamically changing IP-Address. +Source of IP-Address +Check for changed IP every +Check-Time unit +Force update every +Force-Time unit +Custom Update-URL + -- cgit v1.2.3