block_sloodle_backpack.php 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. // This is the English language file for the Sloodle menu block.
  3. // It is included automatically by the Moodle framework.
  4. // Retrieve strings using the Moodle get_string or print_string functions.
  5. $string['pluginname'] = 'SLOODLE Backpack';
  6. $string['blockname'] = 'Sloodle Backpack';
  7. $string['blocknameplural'] = 'Sloodle Backpacks';
  8. $string['failedloadcourse'] = 'Failed to load SLOODLE course data';
  9. $string['hide'] = 'Hide';
  10. $string['show'] = 'Show';
  11. $string['nameunknown'] = 'name unknown';
  12. $string['noavatar'] = 'no avatar';
  13. $string['sloodle'] = 'SLOODLE';
  14. $string['sloodlenotinstalled'] = 'You need to install the SLOODLE activity module in order to use this block.';
  15. $string['backpack:view'] = 'Backpacks';
  16. $string['backpack:avname'] = 'Avatar';
  17. $string['backpack:currency'] = 'Currency';
  18. $string['backpack:type'] = 'Type';
  19. $string['backpack:time'] = 'Time';
  20. $string['backpack:username'] = 'User name';
  21. $string['backpack:nocurrency'] = 'No Currency Transactions Exist';
  22. ?>