mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Add hostapd/dhcp form validation messages
This commit is contained in:
parent
4f954f4d8f
commit
458bde86b2
1 changed files with 57 additions and 0 deletions
|
@ -473,6 +473,57 @@ msgstr "Disable wpa_supplicant dhcp hook for this interface"
|
|||
msgid "If you manage wireless connections with wpa_supplicant itself, the hook may create unwanted connection events. This option disables the hook."
|
||||
msgstr "If you manage wireless connections with wpa_supplicant itself, the hook may create unwanted connection events. This option disables the hook."
|
||||
|
||||
msgid "Please provide a valid IP Address."
|
||||
msgstr "Please provide a valid IP Address."
|
||||
|
||||
msgid "Please provide a valid Default gateway."
|
||||
msgstr "Please provide a valid Default gateway."
|
||||
|
||||
msgid "Please provide a valid Default gateway."
|
||||
msgstr "Please provide a valid Default gateway."
|
||||
|
||||
msgid "Please provide a valid Starting IP Address."
|
||||
msgstr "Please provide a valid Starting IP Address."
|
||||
|
||||
msgid "Please provide a valid Ending IP Address."
|
||||
msgstr "Please provide a valid Ending IP Address."
|
||||
|
||||
msgid "Please provide a valid Lease Time."
|
||||
msgstr "Please provide a valid Lease Time."
|
||||
|
||||
msgid "Invalid interface name."
|
||||
msgstr "Invalid interface name."
|
||||
|
||||
msgid "Invalid interface name."
|
||||
msgstr "Invalid interface name."
|
||||
|
||||
msgid "Invalid static IP address."
|
||||
msgstr "Invalid static IP address."
|
||||
|
||||
msgid "Invalid default gateway."
|
||||
msgstr "Invalid default gateway."
|
||||
|
||||
msgid "Invalid DHCP range start."
|
||||
msgstr "Invalid DHCP range start."
|
||||
|
||||
msgid "Invalid DHCP range end."
|
||||
msgstr "Invalid DHCP range end."
|
||||
|
||||
msgid "Invalid DHCP lease time, not a number."
|
||||
msgstr "Invalid DHCP lease time, not a number."
|
||||
|
||||
msgid "Unknown DHCP lease time unit."
|
||||
msgstr "Unknown DHCP lease time unit."
|
||||
|
||||
msgid "Invalid metric value, not a number."
|
||||
msgstr "Invalid metric value, not a number."
|
||||
|
||||
msgid "DHCP configuration for %s added."
|
||||
msgstr "DHCP configuration for %s added."
|
||||
|
||||
msgid "DHCP configuration for %s updated."
|
||||
msgstr "DHCP configuration for %s updated."
|
||||
|
||||
#: includes/hostapd.php
|
||||
msgid "Basic"
|
||||
msgstr "Basic"
|
||||
|
@ -712,6 +763,12 @@ msgstr "raw output"
|
|||
msgid "Setting wireless regulatory domain to %s"
|
||||
msgstr "Setting wireless regulatory domain to %s"
|
||||
|
||||
msgid "Please provide a valid SSID."
|
||||
msgstr "Please provide a valid SSID."
|
||||
|
||||
msgid "Please provide a valid PSK."
|
||||
msgstr "Please provide a valid PSK."
|
||||
|
||||
#: includes/system.php
|
||||
msgid "System Information"
|
||||
msgstr "System Information"
|
||||
|
|
Loading…
Reference in a new issue