english.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. $strings['plugin_title'] = "Custom certificate";
  3. $strings['plugin_comment'] = "This plugin allows you to create custom certificates for each course.";
  4. $strings['enable_plugin_customcertificate'] = "Enable plugin";
  5. $strings['customcertificate_course_enable'] = "Custom certificate enable in course";
  6. $strings['use_certificate_default'] = "Use default custom certificate";
  7. $strings['ToolDisabled'] = "The tool is disabled from the administration";
  8. $strings['OnlyAdminPlatform'] = "Tool only for administrators";
  9. $strings['OnlyAdminPlatformOrTeacher'] = "Tool only for administrators and teachers";
  10. $strings['TrainingEntity'] = "Training entity";
  11. $strings['DescriptionFront'] = "Description front";
  12. $strings['DescriptionRear'] = "Description rear";
  13. $strings['Certify'] = "Certify";
  14. $strings['CertificateType'] = "Certificate type";
  15. $strings['CertifyThat'] = "CERTIFY THAT";
  16. $strings['StudentCourseInfo'] = 'Student and Course data';
  17. $strings['StudentData'] = "Student data";
  18. $strings['CourseData'] = "Course data";
  19. $strings['Modality'] = "Modality";
  20. $strings['Contents'] = "Contents";
  21. $strings['ContentsToShow'] = "Contents to show";
  22. $strings['ContentsCourseDescription'] = 'Use section "Course description"> "Contents"';
  23. $strings['ContentsIndexLearnpath'] = "Use learnpath index";
  24. $strings['ContentsCustom'] = "Use custom content";
  25. $strings['ContentsHide'] = "No show contents";
  26. $strings['Dates'] = "Dates";
  27. $strings['CourseDeliveryDates'] = "Course delivery dates";
  28. $strings['Custom'] = "Custom";
  29. $strings['UseDateSessionAccess'] = "Use access dates to the session";
  30. $strings['ExpectionPlace'] = "Expection place";
  31. $strings['DateExpediction'] = "Expediction date";
  32. $strings['UseDateEndAccessSession'] = "Use end date of session access";
  33. $strings['UseDateDownloadCertificate'] = "Use certificate download date";
  34. $strings['UseDateGenerationCertificate'] = "Use certificate generation date";
  35. $strings['UseCustomDate'] = "Use custom date";
  36. $strings['LogosSeal'] = "Logos / Seals";
  37. $strings['LogoLeft'] = "Logo left";
  38. $strings['LogoCenter'] = "Logo center";
  39. $strings['LogoRight'] = "Logo right";
  40. $strings['Seal'] = "Seal";
  41. $strings['Signature1'] = "Signature 1";
  42. $strings['Signature2'] = "Signature 2";
  43. $strings['Signature3'] = "Signature 3";
  44. $strings['Signature4'] = "Signature 4";
  45. $strings['SignatureText1'] = "Signature text 1";
  46. $strings['SignatureText2'] = "Signature text 2";
  47. $strings['SignatureText3'] = "Signature text 3";
  48. $strings['SignatureText4'] = "Signature text 4";
  49. $strings['OtherOptions'] = "Others options";
  50. $strings['MarginRight'] = "Margin right";
  51. $strings['MarginLeft'] = "Margin left";
  52. $strings['SetDefaultTemplate'] = "Set template by default";
  53. $strings['MessageDefaultTemplate'] = "Save this default customization for courses and sessions without
  54. defined certificates";
  55. $strings['None'] = "None";
  56. $strings['ErrorTemplateCertificate'] = "There is no template defined for the certificate.
  57. There is no template by default.";
  58. $strings['DateStartEnd'] = "With Start date and End date: ";
  59. $strings['ExpedictionIn'] = "Expediction in";
  60. $strings['Signatures'] = "Signatures";
  61. $strings['BackgroundCertificate'] = "Background image of the certificate";
  62. $strings['Background'] = "Background";
  63. $strings['CertificateSetting'] = "Certificate setting";
  64. $strings['ToolDisabledCourse'] = "Tool disabled in course setting";
  65. $strings['ToolUseDefaultSettingCourse'] = "Tool configured to use the default certificate. <br>
  66. You can edit it from the Administration screen -> Plugins -> Custom Certificate. <br>
  67. Or if you want you can disable the option to use certificate by default in the plugin configuration in the course";
  68. $strings['CertificateSettingDefault'] = "Default certificate settings";
  69. $strings['InfoFromDefaultCertificate'] = "The content of the certificate is based on the default certificate.
  70. The modifications you make will not affect the default certificate.";
  71. $strings['to'] = " to ";
  72. $strings['formatDownloadDate'] = " to %sth %s, %s";
  73. $strings['PrintCertificate'] = "Print certificate";