Merge pull request #1450 from RaspAP/feat/form-validation

Custom Bootstrap form validation for required fields
This commit is contained in:
Bill Zimmerman
2023-11-11 09:39:57 +01:00
committed by GitHub
20 changed files with 327 additions and 48 deletions

View File

@@ -37,11 +37,11 @@ msgstr "WiFi client"
msgid "Hotspot"
msgstr "Hotspot"
msgid "Memory Use"
msgstr "Memory Use"
msgid "Mem Use"
msgstr "Mem Use"
msgid "CPU Temp"
msgstr "CPU Temp"
msgid "CPU"
msgstr "CPU"
msgid "Networking"
msgstr "Networking"
@@ -98,6 +98,18 @@ msgstr "New password"
msgid "Repeat new password"
msgstr "Repeat new password"
msgid "Please provide a valid username."
msgstr "Please provide a valid username."
msgid "Please enter your old password."
msgstr "Please enter your old password."
msgid "Please enter a new password."
msgstr "Please enter a new password."
msgid "Please re-enter your new password."
msgstr "Please re-enter your new password."
#: includes/configure_client.php
msgid "Client settings"
msgstr "Client settings"
@@ -473,6 +485,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"
@@ -727,6 +790,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"