You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/plugin/BuyCourses/lang/en_US.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,9 @@
211
211
$strings['YouNeedToBeRegisteredInAtLeastOneSession'] = 'You need to be registered in at least one session';
212
212
$strings['IfYouWantToGetTheCertificateAndOrSkillsAsociatedToThisCourseYouNeedToBuyTheCertificateServiceYouCanGoToServiceCatalogClickingHere'] = "To obtain the certificate and/or the skills associated to this course, you need to buy the <b> Certificate </b> service. Go to the services catalogue to buy it by clicking <a target='_blank' href='%s'>here</a>";
$strings['ServiceCopyFailed'] = 'The service could not be copied.';
216
+
$strings['ServiceCopyInvalidSecurityToken'] = 'The copy request is no longer valid. Please try again.';
214
217
$strings['YourCoursesNeedAtLeastOneLearningPath'] = 'The courses to which you are subscribed need at least one learning path that contains a final certificate item';
215
218
$strings['GlobalTaxPerc'] = 'Global tax rate';
216
219
$strings['GlobalTaxPercDescription'] = 'Default tax rate that will be used unless there is a specific tax rate for the course, session or service.';
Copy file name to clipboardExpand all lines: public/plugin/BuyCourses/lang/es.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,9 @@
211
211
$strings['YouNeedToBeRegisteredInAtLeastOneSession'] = 'Necesitas estar registrado en al menos una sesión';
212
212
$strings['IfYouWantToGetTheCertificateAndOrSkillsAsociatedToThisCourseYouNeedToBuyTheCertificateServiceYouCanGoToServiceCatalogClickingHere'] = "Si quieres obtener el certificado y/o las competencias asociadas a este curso, necesitas comprar el servicio de <b> Certificado </b>, puedes ir al catálogo de servicios para comprarlo haciendo click <a target='_blank' href='%s'>AQUÍ</a>";
$strings['ServiceCopyFailed'] = 'No se pudo copiar el servicio.';
216
+
$strings['ServiceCopyInvalidSecurityToken'] = 'La solicitud de copia ya no es válida. Inténtalo nuevamente.';
214
217
$strings['YourCoursesNeedAtLeastOneLearningPath'] = 'Los cursos en los que estás registrado necesitan tener al menos una lección que contenga un item de cerficado final';
215
218
$strings['GlobalTaxPerc'] = 'Porcentaje del impuesto global';
216
219
$strings['GlobalTaxPercDescription'] = 'Porcentaje por defecto que se usará, excepto si existe un impuesto específico en el curso, sesión o servicio.';
Copy file name to clipboardExpand all lines: public/plugin/BuyCourses/lang/fr_FR.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,9 @@
211
211
$strings['YouNeedToBeRegisteredInAtLeastOneSession'] = 'You need to be registered in at least one session';
212
212
$strings['IfYouWantToGetTheCertificateAndOrSkillsAsociatedToThisCourseYouNeedToBuyTheCertificateServiceYouCanGoToServiceCatalogClickingHere'] = "Pour obtenir le certificat et/ou les compétences associés à ce cours, vous devez acheter le service <b> Certificat </b>. Allez au catalogue des services pour l'acheter en cliquant <a target='_blank' href='%s'>ici</a>";
213
213
$strings['ServiceDeleted'] = 'Service deleted';
214
+
$strings['ServiceCopied'] = 'Service copié avec succès.';
215
+
$strings['ServiceCopyFailed'] = 'Le service n’a pas pu être copié.';
216
+
$strings['ServiceCopyInvalidSecurityToken'] = 'La demande de copie n’est plus valide. Veuillez réessayer.';
214
217
$strings['YourCoursesNeedAtLeastOneLearningPath'] = 'The courses to which you are subscribed need at least one learning path that contains a final certificate item';
215
218
$strings['GlobalTaxPerc'] = 'Global tax rate';
216
219
$strings['GlobalTaxPercDescription'] = 'Default tax rate that will be used unless there is a specific tax rate for the course, session or service.';
0 commit comments