From 1aca3c2d0c2e41f2d28c919c1abed3700aa01f36 Mon Sep 17 00:00:00 2001 From: Sesostris Vieira Date: Mon, 7 Jul 2014 11:24:30 -0300 Subject: [PATCH] =?UTF-8?q?Acrescentada=20localiza=C3=A7=C3=A3o=20para=20p?= =?UTF-8?q?ortugu=C3=AAs=20brasileiro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/pt_br/profilefield_cpf.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/pt_br/profilefield_cpf.php diff --git a/lang/pt_br/profilefield_cpf.php b/lang/pt_br/profilefield_cpf.php new file mode 100644 index 0000000..230ab4f --- /dev/null +++ b/lang/pt_br/profilefield_cpf.php @@ -0,0 +1,29 @@ +. + +/** + * Strings for component 'profilefield_text', language 'en', branch 'MOODLE_20_STABLE' + * + * @package profilefield_text + * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['pluginname'] = 'CPF brasileiro'; +$string['cpf_digits'] = 'O CPF deve ser formado apenas por dígitos numéricos'; +$string['cpf_size'] = 'O CPF deve ter exatos 11 dígitos'; +$string['cpf_invalid'] = 'CPF inválido';