From ea01a5925d829b3aa75b099b7bcfb7d66a983507 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sun, 24 Dec 2023 23:26:38 +0100 Subject: [PATCH] Update strings for RPi 5 model --- lang/en/tool_moodlebox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/tool_moodlebox.php b/lang/en/tool_moodlebox.php index e369cd7..eec539b 100644 --- a/lang/en/tool_moodlebox.php +++ b/lang/en/tool_moodlebox.php @@ -121,8 +121,8 @@ $string['staticipaddress_help'] = 'This is the static IP address of the MoodleBox Wi-Fi access point. It also defines the DHCP range of IP addresses given to Wi-Fi clients. It must be a valid private IP address, e.g. "10.10.1.1", "172.23.222.1" or "192.168.222.1". Its last segment will be forced to 1.'; $string['staticipaddressinvalid'] = 'This IP address is invalid. It must be a valid private IP address, e.g. "10.10.1.1", "172.23.222.1" or "192.168.222.1".'; $string['systeminfo'] = 'System information'; -$string['undervoltagedetected'] = '

Warning: under-voltage detected! The power supply of the MoodleBox is inadequate, which can cause various problems, for example a limitation of the number of Wi-Fi clients or even an unexpected shutdown of the device.

It is strongly recommended to change your power supply, giving preference to the official Raspberry Pi 12.5W Micro USB Power Supply for Raspberry Pi 3A+, 3B, 3B+, Zero W and Zero 2 W, or Raspberry Pi 15W USB-C Power Supply for Raspberry Pi 4B.

'; -$string['undervoltageoccurred'] = '

An under-voltage situation has occurred since last boot of the MoodleBox. This could indicate the power supply of the MoodleBox is inadequate, which can cause various problems, for example a limitation of the number of Wi-Fi clients or even an unexpected shutdown of the device.

It is strongly recommended to change your power supply, giving preference to the official Raspberry Pi 12.5W Micro USB Power Supply for Raspberry Pi 3A+, 3B, 3B+, Zero W and Zero 2 W, or Raspberry Pi 15W USB-C Power Supply for Raspberry Pi 4B.

'; +$string['undervoltagedetected'] = '

Warning: under-voltage detected! The power supply of the MoodleBox is inadequate, which can cause various problems, for example a limitation of the number of Wi-Fi clients or even an unexpected shutdown of the device.

It is strongly recommended to change your power supply, giving preference to the official Raspberry Pi 12.5W Micro USB Power Supply for Raspberry Pi 3A+, 3B, 3B+, Zero W and Zero 2 W, or Raspberry Pi 15W USB-C Power Supply for Raspberry Pi 4B, or Raspberry Pi 27W USB-C Power Supply for Raspberry Pi 5.

'; +$string['undervoltageoccurred'] = '

An under-voltage situation has occurred since last boot of the MoodleBox. This could indicate the power supply of the MoodleBox is inadequate, which can cause various problems, for example a limitation of the number of Wi-Fi clients or even an unexpected shutdown of the device.

It is strongly recommended to change your power supply, giving preference to the official Raspberry Pi 12.5W Micro USB Power Supply for Raspberry Pi 3A+, 3B, 3B+, Zero W and Zero 2 W, or Raspberry Pi 15W USB-C Power Supply for Raspberry Pi 4B, or Raspberry Pi 27W USB-C Power Supply for Raspberry Pi 5.

'; $string['unknownmodel'] = 'Unknown or unsupported Raspberry Pi model'; $string['unsupportedhardware'] = 'Unsupported server hardware detected! This plugin does only work on Raspberry Pi'; $string['uptime'] = 'System uptime';