Browse Source

Remove unused capability 'apply:unenrolapply'

SABERES_37_STABLE
Johannes Burk 9 years ago
committed by test
parent
commit
310a13e957
  1. 9
      db/access.php
  2. 1
      lang/ca/enrol_apply.php
  3. 1
      lang/de/enrol_apply.php
  4. 1
      lang/en/enrol_apply.php
  5. 1
      lang/es/enrol_apply.php
  6. 1
      lang/it/enrol_apply.php
  7. 1
      lang/pt_br/enrol_apply.php
  8. 1
      lang/zh_cn/enrol_apply.php

9
db/access.php

@ -44,15 +44,6 @@ $capabilities = array(
)
),
//is this still necessary?
'enrol/apply:unenrolapply' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'student' => CAP_ALLOW,
)
),
'enrol/apply:enrol' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,

1
lang/ca/enrol_apply.php

@ -37,7 +37,6 @@ $string['confirmenrol'] = 'Gestionar sol·licituds';
$string['apply:config'] = 'Configurar instàncies d\'Inscripció prèvia aprovació'; // Needs more insight
$string['apply:manage'] = 'Gestionar la Inscripció prèvia aprovació'; // Needs more insight
$string['apply:unenrol'] = 'Cancel·lar usuaris del curs'; // Needs more insight
$string['apply:unenrolapply'] = 'Cancel·lar-se a si mateix del curs'; // Needs more insight. Very ugly translation!
$string['notification'] = '<b>Sol·licitud d\'inscripció enviada correctament</b>. <br/><br/>Rebràs una notificació per correu electrònic un cop estigui confirmada la inscripció.';

1
lang/de/enrol_apply.php

@ -42,7 +42,6 @@ $string['confirmenrol'] = 'Einschreibeanfragen bearbeiten';
$string['apply:config'] = 'Einschreibungsbelegstellen anlegen';
$string['apply:manage'] = 'Einschreibungsanfragen verwalten';
$string['apply:unenrol'] = 'Benutzer aus dem Kurs entfernen';
$string['apply:unenrolapply'] = 'Sich selbst aus dem Kurs entfernen';
$string['notification'] = '<b>Einschreibungsantrag wurde erfolgreich gesendet.</b>. <br/><br/>Sie werden via Mail informiert, sobald Ihre Einschreibung bestätigt wurde.';

1
lang/en/enrol_apply.php

@ -59,7 +59,6 @@ $string['apply:config'] = 'Configure apply enrol instances';
$string['apply:enrol'] = 'Enrol users';
$string['apply:manage'] = 'Manage apply enrolment';
$string['apply:unenrol'] = 'Cancel users from the course';
$string['apply:unenrolapply'] = 'Cancel self from the course'; // is this necessary now?
$string['apply:unenrolself'] = 'Cancel self from the course';

1
lang/es/enrol_apply.php

@ -37,7 +37,6 @@ $string['confirmenrol'] = 'Gestionar solicitudes';
$string['apply:config'] = 'Configurar instancias de matrículas solicitadas'; // Needs more insight
$string['apply:manage'] = 'Gestionar matrículas solicitadas'; // Needs more insight
$string['apply:unenrol'] = 'Cancelar usuarios del curso'; // Needs more insight
$string['apply:unenrolapply'] = 'Cancelarse a si mismo del curso'; // Needs more insight. Very ugly translation!
$string['notification'] = '<b>Solicitud de matriculación enviada correctamente</b>. <br/><br/>Será notificado por correo electrónico en cuanto se confirme su matriculación.';

1
lang/it/enrol_apply.php

@ -37,7 +37,6 @@ $string['confirmenrol'] = 'Gestisci l\'applicazione';
$string['apply:config'] = 'Configura le istanze del plugin';
$string['apply:manage'] = 'Gestisci le richieste di iscrizione';
$string['apply:unenrol'] = 'Cancella gli utenti dal corso';
$string['apply:unenrolapply'] = 'Permetti all\'utente di disiscriversi dal corso'; // is this necessary now?
$string['apply:unenrolself'] = 'Permetti all\'utente di disiscriversi dal corso';
$string['notification'] = '<b>Richiesta di iscrizione al corso correttamente inviata</b>. <br/><br/>Verrai informato via email appena la tua richiesta di iscrizione viene confermata. Se vuoi iscriverti ad altri corsi, premi sul "catalogo dei corsi" sul top menu.';

1
lang/pt_br/enrol_apply.php

@ -37,7 +37,6 @@ $string['confirmenrol'] = 'Gerenciar solicitações';
$string['apply:config'] = 'Configurar instâncias de matrículas solicitadas'; // Needs more insight
$string['apply:manage'] = 'Gerenciar matrículas solicitadas'; // Needs more insight
$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!
$string['notification'] = '<b>Solicitação de matrícula enviada com sucesso</b>. <br/><br/>Você será notificado por e-mail quando a sua matrícula for confirmada.';

1
lang/zh_cn/enrol_apply.php

@ -37,7 +37,6 @@ $string['confirmenrol'] = '管理申请';
$string['apply:config'] = '配置选课确认的实例';
$string['apply:manage'] = '管理选课申请';
$string['apply:unenrol'] = '从课程中取消用户的选课';
$string['apply:unenrolapply'] = '从课程中取消自身的选课'; // is this necessary now?
$string['apply:unenrolself'] = '从课程中取消自身的选课';

Loading…
Cancel
Save