* luci/i18n: add strings for hosts configuration

This commit is contained in:
Jo-Philipp Wich 2008-09-06 18:19:59 +00:00
parent 1bc3365f02
commit 975df7e17f
4 changed files with 18 additions and 0 deletions

View 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'

View file

@ -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>

View 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'

View file

@ -324,4 +324,10 @@
<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>