english.php 454 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Strings to english L10n
  5. * @author Imanol Losada Oriol <imanol.losada@beeznest.com>
  6. * @package chamilo.plugin.skype
  7. */
  8. $strings['plugin_title'] = 'Skype';
  9. $strings['plugin_comment'] = 'This plugin creates a Skype user field.';
  10. $strings['ReadTheReadmeFile'] = '<p>Please read the <a href="/plugin/skype/readme.txt" class="ajax" data-size="lg">Readme.txt file</a> to configure this plugin.</p>';