diff --git a/public/plugin/BuyCourses/lang/en_US.php b/public/plugin/BuyCourses/lang/en_US.php index 76f315c40b7..2b8ae1eac1d 100644 --- a/public/plugin/BuyCourses/lang/en_US.php +++ b/public/plugin/BuyCourses/lang/en_US.php @@ -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.'; diff --git a/public/plugin/BuyCourses/lang/es.php b/public/plugin/BuyCourses/lang/es.php index 59abcfb3ecc..5df37bb272a 100644 --- a/public/plugin/BuyCourses/lang/es.php +++ b/public/plugin/BuyCourses/lang/es.php @@ -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.'; diff --git a/public/plugin/BuyCourses/lang/fr_FR.php b/public/plugin/BuyCourses/lang/fr_FR.php index 14e2a5bbaf5..53026f8dcdc 100644 --- a/public/plugin/BuyCourses/lang/fr_FR.php +++ b/public/plugin/BuyCourses/lang/fr_FR.php @@ -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.';