english.php 624 B

123456789101112131415161718
  1. <?php
  2. /**
  3. *
  4. * @copyright (c) 2012 University of Geneva
  5. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  6. * @author Laurent Opprecht <laurent@opprecht.info>
  7. */
  8. //Needed in order to show the plugin title
  9. $strings['plugin_title'] = "BigBlueButton";
  10. $strings['plugin_comment'] = "Open Source Videoconference tool";
  11. $strings['Videoconference'] = "Videoconference";
  12. $strings['MeetingOpened'] = "Meeting opened";
  13. $strings['StartConference'] = "Start conference";
  14. $strings['RecordList'] = "Record list";
  15. $strings['ServerIsNotRunning'] = "Server Is Not Running";