summaryrefslogtreecommitdiffhomepage
path: root/i18n/english
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-06 18:19:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-06 18:19:59 +0000
commit975df7e17f6eb09e157d6e9968a7e61ddc37a02b (patch)
treed703fc03e11ba8d25af4849f97600d1974d2f65a /i18n/english
parent1bc3365f02f343f344137bff189e9b9efd35904e (diff)
* luci/i18n: add strings for hosts configuration
Diffstat (limited to 'i18n/english')
-rw-r--r--i18n/english/luasrc/i18n/admin-core.en.lua4
-rw-r--r--i18n/english/luasrc/i18n/admin-core.en.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua
index 127904986..b34226459 100644
--- a/i18n/english/luasrc/i18n/admin-core.en.lua
+++ b/i18n/english/luasrc/i18n/admin-core.en.lua
@@ -284,3 +284,7 @@ a_w_peapauth = 'PEAP-Authentication'
a_w_peapidentity = 'PEAP-Identity'
a_w_peappassword = 'PEAP-Password'
a_w_create = 'Create Network'
+hostnames = 'Hostnames'
+hostnames_entries = 'Host entries'
+hostnames_hostname = 'Hostname'
+hostnames_address = 'IP address'
diff --git a/i18n/english/luasrc/i18n/admin-core.en.xml b/i18n/english/luasrc/i18n/admin-core.en.xml
index 8a8d21f6a..5ffd01a26 100644
--- a/i18n/english/luasrc/i18n/admin-core.en.xml
+++ b/i18n/english/luasrc/i18n/admin-core.en.xml
@@ -288,5 +288,9 @@
<i18n:msg xml:id="a_w_peapidentity">PEAP-Identity</i18n:msg>
<i18n:msg xml:id="a_w_peappassword">PEAP-Password</i18n:msg>
<i18n:msg xml:id="a_w_create">Create Network</i18n:msg>
+<i18n:msg xml:id="hostnames">Hostnames</i18n:msg>
+<i18n:msg xml:id="hostnames_entries">Host entries</i18n:msg>
+<i18n:msg xml:id="hostnames_hostname">Hostname</i18n:msg>
+<i18n:msg xml:id="hostnames_address">IP address</i18n:msg>
</i18n:msgs>