diff options
author | Steven Barth <steven@midlink.org> | 2008-09-07 23:50:58 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-07 23:50:58 +0000 |
commit | 19c79a30b91354932b12ffb9f866471b06a570df (patch) | |
tree | 52a58805cf101d318f4cfa8afdde264b4cf75ca1 /i18n/german | |
parent | 554286bdc686b30ef70fedaa3765c920cfd27836 (diff) |
Fixed DHCP-Options and some CBI stuff
Diffstat (limited to 'i18n/german')
-rw-r--r-- | i18n/german/luasrc/i18n/admin-core.de.lua | 2 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/admin-core.de.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua index 8bc4f1cd6..30258fbff 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.lua +++ b/i18n/german/luasrc/i18n/admin-core.de.lua @@ -141,6 +141,8 @@ dhcp_dhcp_force = 'Start erzwingen' dhcp_dhcp_ignore = 'Schnittstelle ignorieren' dhcp_dhcp_ignore_desc = 'DHCP für dieses Netzwerk deaktivieren' dhcp_dhcp_leasetime = 'Laufzeit' +dhcp_dhcp_dhcpoption = 'DHCP-Optionen' +dhcp_dhcp_dhcpoption_desc = 'Siehe "dnsmasq --help dhcp" für eine Liste verfügbarer Optionen.' dhcp_dhcp_limit_desc = 'Anzahl zu vergebender Adressen -1' dhcp_dhcp_start_desc = 'Erste vergebene Adresse (letztes Oktett)' dhcp_dnsmasq_addnhosts = 'Zusätzliche Hostdatei' diff --git a/i18n/german/luasrc/i18n/admin-core.de.xml b/i18n/german/luasrc/i18n/admin-core.de.xml index 9b7281972..3a821c3fd 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.xml +++ b/i18n/german/luasrc/i18n/admin-core.de.xml @@ -145,6 +145,8 @@ <i18n:msg xml:id="dhcp_dhcp_ignore">Schnittstelle ignorieren</i18n:msg> <i18n:msg xml:id="dhcp_dhcp_ignore_desc">DHCP für dieses Netzwerk deaktivieren</i18n:msg> <i18n:msg xml:id="dhcp_dhcp_leasetime">Laufzeit</i18n:msg> +<i18n:msg xml:id="dhcp_dhcp_dhcpoption">DHCP-Optionen</i18n:msg> +<i18n:msg xml:id="dhcp_dhcp_dhcpoption_desc">Siehe "dnsmasq --help dhcp" für eine Liste verfügbarer Optionen.</i18n:msg> <i18n:msg xml:id="dhcp_dhcp_limit_desc">Anzahl zu vergebender Adressen -1</i18n:msg> <i18n:msg xml:id="dhcp_dhcp_start_desc">Erste vergebene Adresse (letztes Oktett)</i18n:msg> <i18n:msg xml:id="dhcp_dnsmasq_addnhosts">Zusätzliche Hostdatei</i18n:msg> |