diff --git a/lang/pt_br/enrol_apply.php b/lang/pt_br/enrol_apply.php
index 0fa1cc9..145394c 100644
--- a/lang/pt_br/enrol_apply.php
+++ b/lang/pt_br/enrol_apply.php
@@ -12,14 +12,12 @@
// The name of your plugin. Displayed on admin menus.
$string['enrolname'] = 'Matrículas solicitadas';
$string['pluginname'] = 'Matrículas solicitadas';
+$string['pluginname_desc'] = 'With this plugin users can apply to a course and a teacher have to comfirm before the user gets enroled.'; // needs to be translated
$string['confirmmailsubject'] = 'Assunto do e-mail de confirmação';
$string['confirmmailcontent'] = 'Conteúdo do e-mail de confirmação';
$string['cancelmailsubject'] = 'Assunto do e-mail de cancelamento';
$string['cancelmailcontent'] = 'Conteúdo do e-mail de cancelamento';
-$string['mailaddress'] = 'Endereço do e-mail de envio'; // Those configuration parameters
-$string['mailusername'] = 'Usuário do e-mail de envio'; // are commented out in code
-$string['mailpassword'] = 'Senha do e-mail de envio'; // Couldn't make an accurate translation without seen those in action
$string['confirmmailcontent_desc'] = 'Por favor, use marcas especiais que substituirão o conteúdo do e-mail.
{firstname}:Nome registrado pelo usuário; {content}:Nome do curso';
$string['cancelmailcontent_desc'] = 'Por favor, use marcas especiais que substituirão o conteúdo do e-mail.
{firstname}:Nome registrado pelo usuário {content}:Nome do curso';
@@ -41,12 +39,13 @@ $string['apply:manage'] = 'Gerenciar matrículas solicitadas'; // Needs more ins
$string['apply:unenrol'] = 'Cancelar usuários do curso'; // Needs more insight
$string['apply:unenrolapply'] = 'Cancelar minha matrícula do curso'; // Needs more insight. Very ugly translation!
-// Description of your plugin. Shown on the plugin's configuration screen.
-$string['description'] = '';
$string['notification'] = 'Solicitação de matrícula enviada com sucesso.
Você será notificado por e-mail quando a sua matrícula for confirmada.';
$string['sendmailtoteacher'] = 'Enviar e-mail de notificação para professores';
$string['mailtoteacher_suject'] = 'Nova solicitação de inscrição!';
-$string['setting_edit'] = 'Editar';
$string['editdescription'] = 'Descrição';
-?>
+$string['applymanage'] = 'Manage enrolment applications'; // needs to be translated
+
+$string['status_desc'] = 'Allow course access of internally enrolled users.'; // needs to be translated
+
+?>
\ No newline at end of file