. /** * Strings for component 'cpf_text', language 'en' * * @package cpf_text * @copyright 2014 onwards Willian Mano {@link http://willianmano.net} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'CPF input'; $string['invalidcpf'] = 'Invalid CPF'; $string['cpfexists'] = 'CPF already exists'; $string['onlydigits'] = 'Only digits are accepted';