* luci/i18n: add strings for hosts configuration
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Sep 2008 18:19:59 +0000 (18:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Sep 2008 18:19:59 +0000 (18:19 +0000)
i18n/english/luasrc/i18n/admin-core.en.lua
i18n/english/luasrc/i18n/admin-core.en.xml
i18n/german/luasrc/i18n/admin-core.de.lua
i18n/german/luasrc/i18n/admin-core.de.xml

index 1279049..b342264 100644 (file)
@@ -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'
index 8a8d21f..5ffd01a 100644 (file)
 <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>
index 509c496..8bc4f1c 100644 (file)
@@ -297,3 +297,7 @@ a_w_peapauth = 'PEAP-Authentifizierung'
 a_w_peapidentity = 'PEAP-Identitäz'
 a_w_peappassword = 'PEAP-Passwort'
 a_w_create = 'Netzwerk anlegen'
+hostnames = 'Rechnernamen'
+hostnames_entries = 'Host-Einträge'
+hostnames_hostname = 'Rechnername'
+hostnames_address = 'IP-Adresse'
index 48f9493..9b72819 100644 (file)
 <i18n:msg xml:id="a_w_peappassword">PEAP-Passwort</i18n:msg>
 
 <i18n:msg xml:id="a_w_create">Netzwerk anlegen</i18n:msg>
+
+<i18n:msg xml:id="hostnames">Rechnernamen</i18n:msg>
+<i18n:msg xml:id="hostnames_entries">Host-Einträge</i18n:msg>
+<i18n:msg xml:id="hostnames_hostname">Rechnername</i18n:msg>
+<i18n:msg xml:id="hostnames_address">IP-Adresse</i18n:msg>
+
 </i18n:msgs>