english.php 534 B

123456789101112131415
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Strings to english L10n.
  5. *
  6. * @author Imanol Losada Oriol <imanol.losada@beeznest.com>
  7. *
  8. * @package chamilo.plugin.resubscription
  9. */
  10. $strings['plugin_title'] = 'Resubscription';
  11. $strings['plugin_comment'] = 'This plugin limits session resubscription.';
  12. $strings['resubscription_limit'] = 'Resubscription limit';
  13. $strings['resubscription_limit_help'] = 'This limits how often a user can be resubscribed';
  14. $strings['CanResubscribeFromX'] = 'Subscription available from %s';