This commit is contained in:
lars 2008-04-07 02:41:51 +00:00
parent e165d97819
commit 28c4d5b843

View file

@ -17,7 +17,7 @@ Text {
}
Button {
DHCP = Recieve network settings
DHCP = Receive network settings
Network = Change server address
Gateway = Change default gateway
}
@ -25,7 +25,7 @@ Button {
Help {
Network = Insert the network address of the CryptoNAS server, the network mask and the default gateway. Be aware that you may lose your connection to the server under some circumstances. The actual values are visible in the form fields.
Gateway = If you have a gateway in your LAN and want to make use of it, type it's address in here. It will be added as default route. A quadruple of zeros means, there is no gateway set.
DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All former network settings will be overridden by the settings from the DHCP server. Remember you need to know which network address the CryptoNAS will recieve, otherwise you won't know where to connect to. If you don't know what DHCP means leave this box unchecked.
DHCP = If you enable automatic network configuration make sure you have a well configured DHCP server running. All former network settings will be overridden by the settings from the DHCP server. Remember you need to know which network address the CryptoNAS will receive, otherwise you won't know where to connect to. If you don't know what DHCP means leave this box unchecked.
}
WarningMessage {
@ -60,7 +60,7 @@ WarningMessage {
}
DHCPNotRunning {
Title = DHCP Failure
Text = The network settings couldn't be recieved.
Text = The network settings couldn't be received.
}
DHCPNotFound {
Title = DHCP program missing
@ -78,7 +78,7 @@ SuccessMessage {
Text = The gateway was added to your default route.
}
DHCPRunning {
Title = Recieving network settings
Title = Receiving network settings
Text = In a few seconds you can connect to the address provided by dhcp.
}
}