diff options
author | raul | 2014-07-10 15:29:50 +0200 |
---|---|---|
committer | raul | 2014-07-10 15:29:50 +0200 |
commit | e2810bc15b98ea9744d0aab6c1f13c7385adbb2b (patch) | |
tree | 9ce684694292a17011d6f0fc0752d1fad248d001 /lang/en/serversetup/ipaddress.json | |
parent | [i18n] changed DB script to the new language notation (diff) | |
download | slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.gz slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.xz slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.zip |
[i18n] reorganized the internationalization system
Diffstat (limited to 'lang/en/serversetup/ipaddress.json')
-rw-r--r-- | lang/en/serversetup/ipaddress.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/en/serversetup/ipaddress.json b/lang/en/serversetup/ipaddress.json new file mode 100644 index 00000000..baa0240e --- /dev/null +++ b/lang/en/serversetup/ipaddress.json @@ -0,0 +1,7 @@ +{ + "lang_bootAddress":"Boot Address of the Server", + "lang_chooseIP":"Please select the IP address that the client server will use to boot.", + "lang_active":"Active", + "lang_set":"Set", + "lang_bootHint":"The Boot menu must be recreated after changing the IP address. Usually this is done automatically, but the process can also be triggered manually in the section of the boot menu." +} |