X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=bc07343e03a6a7c9ecb7e30e321b633467b43c71;hb=b0f7ffe23762f4165d7b4b3f9b8fbab683c2a906;hp=165210fa175b87a421e77398e460bae337962eb3;hpb=82b06b26d58cae7768a0641e03ebb197f9c9418c;p=project%2Fluci.git diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 165210fa1..bc07343e0 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -144,6 +144,10 @@ a_w_radiusport = "Radius-Port" a_w_apisolation = "AP-Isolation" a_w_apisolation1 = "Prevents Client to Client communication" a_w_hideessid = "Hide ESSID" +a_w_ap = "Access Point" +a_w_adhoc = "Ad-Hoc" +a_w_client = "Client" +a_w_wds = "WDS" dhcp_desc = "Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls" dhcp_dnsmasq_domainneeded = "Domain required" @@ -230,4 +234,15 @@ a_n_routes = "Static Routes" a_n_routes1 = [[With Static Routes you can specify through which interface and gateway a certain host or network can be reached.]] a_n_r_target1 = "host-IP or network" -a_n_r_netmask1 = "if target is a network" \ No newline at end of file +a_n_r_netmask1 = "if target is a network" + +m_n_local = "Local Network" +m_n_inet = "Internet Connection" +m_n_route = "Route" +m_n_brdige = "Bridge" + +m_w_ap = "Provide (Access Point)" +m_w_adhoc = "Independent (Ad-Hoc)" +m_w_client = "Join (Client)" +m_w_wds = "Distributed (WDS)" +m_w_clientmode = "Clientmode" \ No newline at end of file