chamilo/chamilo-lms

View on GitHub
public/plugin/customcertificate/lang/english.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
$strings['plugin_title'] = "Custom certificate";
$strings['plugin_comment'] = "This plugin allows you to create custom certificates for each course.";
$strings['enable_plugin_customcertificate'] = "Enable plugin";
$strings['customcertificate_course_enable'] = "Custom certificate enable in course";
$strings['use_certificate_default'] = "Use default custom certificate";
$strings['ToolDisabled'] = "The tool is disabled from the administration";
$strings['OnlyAdminPlatform'] = "Tool only for administrators";
$strings['OnlyAdminPlatformOrTeacher'] = "Tool only for administrators and teachers";
$strings['TrainingEntity'] = "Training entity";
$strings['DescriptionFront'] = "Description front";
$strings['DescriptionRear'] = "Description rear";
$strings['Certify'] = "Certify";
$strings['CertificateType'] = "Certificate type";
$strings['CertifyThat'] = "CERTIFY THAT";
$strings['StudentCourseInfo'] = 'Student and Course data';
$strings['StudentData'] = "Student data";
$strings['CourseData'] = "Course data";
$strings['Modality'] = "Modality";
$strings['Contents'] = "Contents";
$strings['ContentsToShow'] = "Contents to show";
$strings['ContentsCourseDescription'] = 'Use section "Course description"> "Contents"';
$strings['ContentsIndexLearnpath'] = "Use learnpath index";
$strings['ContentsCustom'] = "Use custom content";
$strings['ContentsHide'] = "No show contents";
$strings['Dates'] = "Dates";
$strings['CourseDeliveryDates'] = "Course delivery dates";
$strings['Custom'] = "Custom";
$strings['UseDateSessionAccess'] = "Use access dates to the session";
$strings['ExpectionPlace'] = "Expection place";
$strings['DateExpediction'] = "Expediction date";
$strings['UseDateEndAccessSession'] = "Use end date of session access";
$strings['UseDateDownloadCertificate'] = "Use certificate download date";
$strings['UseDateGenerationCertificate'] = "Use certificate generation date";
$strings['UseCustomDate'] = "Use custom date";
$strings['LogosSeal'] = "Logos / Seals";
$strings['LogoLeft'] = "Logo left";
$strings['LogoCenter'] = "Logo center";
$strings['LogoRight'] = "Logo right";
$strings['Seal'] = "Seal";
$strings['Signature1'] = "Signature 1";
$strings['Signature2'] = "Signature 2";
$strings['Signature3'] = "Signature 3";
$strings['Signature4'] = "Signature 4";
$strings['SignatureText1'] = "Signature text 1";
$strings['SignatureText2'] = "Signature text 2";
$strings['SignatureText3'] = "Signature text 3";
$strings['SignatureText4'] = "Signature text 4";
$strings['OtherOptions'] = "Others options";
$strings['MarginRight'] = "Margin right";
$strings['MarginLeft'] = "Margin left";
$strings['SetDefaultTemplate'] = "Set template by default";
$strings['MessageDefaultTemplate'] = "Save this default customization for courses and sessions without
     defined certificates";
$strings['None'] = "None";
$strings['ErrorTemplateCertificate'] = "There is no template defined for the certificate.
     There is no template by default.";
$strings['DateStartEnd'] = "With Start date and End date: ";
$strings['ExpedictionIn'] = "Expediction in";
$strings['Signatures'] = "Signatures";
$strings['BackgroundCertificate'] = "Background image of the certificate";
$strings['Background'] = "Background";
$strings['CertificateSetting'] = "Certificate setting";
$strings['ToolDisabledCourse'] = "Tool disabled in course setting";
$strings['ToolUseDefaultSettingCourse'] = "Tool configured to use the default certificate. <br>
     You can edit it from the Administration screen -> Plugins -> Custom Certificate. <br>
     Or if you want you can disable the option to use certificate by default in the plugin configuration in the course";
$strings['CertificateSettingDefault'] = "Default certificate settings";
$strings['InfoFromDefaultCertificate'] = "The content of the certificate is based on the default certificate.
     The modifications you make will not affect the default certificate.";
$strings['to'] = " to ";
$strings['formatDownloadDate'] = " to %sth %s, %s";
$strings['PrintCertificate'] = "Print certificate";
$strings['QuestionDelete'] = "Do you want to delete the specific diploma and use the default certificate?";
$strings['SuccessDelete'] = "Successfully deleted";
$strings['ProblemDelete'] = "Problem deleting the certificate";
$strings['OnlyCustomCertificates'] = "Only courses with a personalized certificate are exported";