. /** * EN language file. * * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * * @package availability_ipaddress * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven * @author Luuk Verhoeven **/ // We like comments and our own sorting. // phpcs:disable moodle.Files.LangFilesOrdering.UnexpectedComment // phpcs:disable moodle.Files.LangFilesOrdering.IncorrectOrder $string['pluginname'] = 'IP address'; $string['description'] = 'Restrict access by ip-address or subnet'; $string['title'] = 'IP address'; $string['require_condition'] = 'ip-address/subnet is allowed (Your IP:{$a})'; $string['require_condition_not'] = 'ip-address/subnet is not blocked (Your IP:{$a})'; // Errors. $string['error_ipaddress'] = 'Incorrect ip-address/subnet format'; // Javascript strings. $string['js:ipaddress'] = 'Require network address'; // Privacy provider. $string['privacy:metadata'] = 'The restriction by activity ipaddress plugin does not store any personal data.'; // Predefined ranges. $string['setting:manage_predefined_ranges'] = 'IP address - Manage predefined IP ranges'; $string['manage_predefined_ranges'] = 'Manage predefined IP ranges'; $string['predefined_ranges'] = 'Predefined IP ranges'; $string['custom_ipaddress'] = 'Custom IP address(es)'; $string['use_predefined'] = 'Use predefined IP addresses'; $string['range_name'] = 'Range name'; $string['range_name_help'] = 'A descriptive name for this IP range, e.g., "Campus Network" or "Library Computers"'; $string['ipaddresses'] = 'IP addresses'; $string['ipaddresses_help'] = 'Enter IP addresses separated by commas. Supports single IPs (192.168.1.1), ranges (192.168.1.1-255), and subnets (192.168.1.0/24)'; $string['ipaddresses_help_help'] = '
Enter one or more IP addresses or ranges, separated by commas.
Examples:
192.168.1.1192.168.1.1-255192.168.1.0/24192.168.1.1,10.0.0.0/8,172.16.0.1-255