english.php 580 B

12345678910111213
  1. <?php
  2. $strings['plugin_title'] = "Course block";
  3. $strings['plugin_comment'] = "Add header and footer in a course";
  4. $strings['tool_enable'] = 'Enable plugin';
  5. $strings['tool_enable_help'] = 'Once enabled, you will have to configure the plugin inside the course configuration, then from the course homepage (a button will appear there only for the teacher)';
  6. $strings['course_block_footer_left'] = 'Footer left';
  7. $strings['course_block_footer_center'] = 'Footer center';
  8. $strings['course_block_footer_right'] = 'Footer right';
  9. $strings['course_block_pre_footer'] = 'Pre footer';