. /** * Customfield text field plugin strings * * @package customfield_select * @copyright 2018 Toni Barbera * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['errordefaultvaluenotinlist'] = 'The default value must be one of the options from the list above.'; $string['errornotenoughoptions'] = 'Please provide at least two options, with each on a new line.'; $string['invalidoption'] = 'Invalid option selected'; $string['menuoptions'] = 'Menu options (one per line)'; $string['pluginname'] = 'Dropdown menu'; $string['privacy:metadata'] = 'The Dropdown menu field type plugin doesn\'t store any personal data; it uses tables defined in core.'; $string['specificsettings'] = 'Dropdown menu field settings';