diff options
author | Steven Barth <steven@midlink.org> | 2008-06-08 08:14:31 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-08 08:14:31 +0000 |
commit | 7d03f8ea8a5edf72b708a8a4f45346048274fae6 (patch) | |
tree | 5e043f366b4db2b02d3389b09e5699c485c57bc8 /i18n/english/luasrc | |
parent | 09ecbe73ed51cdbbb204f323ad9207505680cd94 (diff) |
* Core translation
* Added license headers
* Splitted qos into separate application package
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 36 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 1c2d03659..c5d9e7db0 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -145,3 +145,39 @@ a_w_radiusport = "Radius-Port" a_w_apisolation = "AP-Isolation" a_w_apisolation1 = "Prevents Client to Client communication" a_w_hideessid = "Hide ESSID" + +dhcp_desc = "Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls" +dhcp_dnsmasq_domainneeded = "Domain required" +dhcp_dnsmasq_domainneeded_desc = "Don't forward DNS-Requests without DNS-Name" +dhcp_dnsmasq_authoritative = "Authoritative" +dhcp_dnsmasq_authoritative_desc = "This is the only DHCP in the local network" +dhcp_dnsmasq_boguspriv = "Filter private" +dhcp_dnsmasq_boguspriv_desc = "Don't forward reverse lookups for local networks" +dhcp_dnsmasq_filterwin2k = "Filter useless" +dhcp_dnsmasq_filterwin2k_desc = "filter useless DNS-queries of Windows-systems" +dhcp_dnsmasq_localisequeries = "Localise queries" +dhcp_dnsmasq_localisequeries_desc = "localises the hostname depending on its subnet" +dhcp_dnsmasq_local = "Local Server" +dhcp_dnsmasq_domain = "Local Domain" +dhcp_dnsmasq_expandhosts = "Expand Hosts" +dhcp_dnsmasq_expandhosts_desc = "adds domain names to hostentries in the resolv file" +dhcp_dnsmasq_nonegcache = "don't cache unknown" +dhcp_dnsmasq_nonegcache_desc = "prevents caching of negative DNS-replies" +dhcp_dnsmasq_readethers = "Use /etc/ethers" +dhcp_dnsmasq_readethers_desc = "Read /etc/ethers to configure the DHCP-Server" +dhcp_dnsmasq_leasefile = "Leasefile" +dhcp_dnsmasq_leasefile_desc = "file where given DHCP-leases will be stored" +dhcp_dnsmasq_resolvfile = "Resolvfile" +dhcp_dnsmasq_resolvfile_desc = "local DNS file" +dhcp_dnsmasq_nohosts = "Ignore /etc/hosts" +dhcp_dnsmasq_strictorder = "Strict order" +dhcp_dnsmasq_strictorder_desc = "DNS-Server will be queried in the order of the resolvfile" +dhcp_dnsmasq_logqueries = "Log queries" +dhcp_dnsmasq_noresolv = "Ignore resolve file" +dhcp_dnsmasq_dnsforwardmax = "concurrent queries" +dhcp_dnsmasq_port = "DNS-Port" +dhcp_dnsmasq_ednspacket_max = "max. EDNS.0 paket size" +dhcp_dnsmasq_dhcpleasemax = "max. DHCP-Leases" +dhcp_dnsmasq_addnhosts = "additional hostfile" +dhcp_dnsmasq_queryport = "query port" + diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index 3009d308e..b9933216c 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -60,6 +60,7 @@ revert = "Revert" save = "Save" services = "Services" +settings = "Settings" statistics = "Statistics" syslog = "System Log" system = "System" |