From 458bde86b2b3c9d5770fbb61145ee71a1350c288 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 9 Nov 2023 16:28:23 +0000 Subject: [PATCH] Add hostapd/dhcp form validation messages --- locale/en_US/LC_MESSAGES/messages.po | 57 ++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index 31337290..4a4b17f8 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -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"