Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions public/plugin/BuyCourses/lang/en_US.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@
$strings['RecurringPaymentEnabledSuccessfully'] = 'Automatic renewal was enabled successfully.';
$strings['RecurringPaymentCancelledSuccessfully'] = 'Automatic renewal was cancelled successfully.';

$strings['DisplayServiceOnCourseCreationPage'] = 'Show this service on the course creation page';
$strings['DisplayServiceOnCourseCreationPageHelp'] = 'If enabled, teachers who have purchased this service can select it when creating a course so the course receives the service benefits.';
$strings['StandardCourseOption'] = 'Standard course';
$strings['StandardCourseOptionDescription'] = 'Create a course using the standard platform limits.';
$strings['ServiceNotPurchasedForCourseCreation'] = 'You need to buy this service before creating a course with these benefits.';
Expand Down
2 changes: 2 additions & 0 deletions public/plugin/BuyCourses/lang/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@
$strings['RecurringPaymentEnabledSuccessfully'] = 'La renovación automática fue activada correctamente.';
$strings['RecurringPaymentCancelledSuccessfully'] = 'La renovación automática fue cancelada correctamente.';

$strings['DisplayServiceOnCourseCreationPage'] = 'Mostrar este servicio en la página de creación de cursos';
$strings['DisplayServiceOnCourseCreationPageHelp'] = 'Si está activado, los profesores que compraron este servicio podrán seleccionarlo al crear un curso para que el curso reciba los beneficios del servicio.';
$strings['StandardCourseOption'] = 'Curso estándar';
$strings['StandardCourseOptionDescription'] = 'Crear un curso usando los límites estándar de la plataforma.';
$strings['ServiceNotPurchasedForCourseCreation'] = 'Debes comprar este servicio antes de crear un curso con estos beneficios.';
Expand Down
2 changes: 2 additions & 0 deletions public/plugin/BuyCourses/lang/fr_FR.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@
$strings['RecurringPaymentEnabledSuccessfully'] = 'Le renouvellement automatique a été activé avec succès.';
$strings['RecurringPaymentCancelledSuccessfully'] = 'Le renouvellement automatique a été annulé avec succès.';

$strings['DisplayServiceOnCourseCreationPage'] = 'Afficher ce service sur la page de création de cours';
$strings['DisplayServiceOnCourseCreationPageHelp'] = 'Si cette option est activée, les enseignants ayant acheté ce service pourront le sélectionner lors de la création d’un cours afin que le cours reçoive les avantages du service.';
$strings['StandardCourseOption'] = 'Cours standard';
$strings['StandardCourseOptionDescription'] = 'Créer un cours en utilisant les limites standard de la plateforme.';
$strings['ServiceNotPurchasedForCourseCreation'] = 'Vous devez acheter ce service avant de créer un cours avec ces avantages.';
Expand Down
Loading