| 123456789101112131415161718192021222324252627282930 |
- <?php
- // This is the English language file for the Sloodle menu block.
- // It is included automatically by the Moodle framework.
- // Retrieve strings using the Moodle get_string or print_string functions.
- $string['pluginname'] = 'SLOODLE Backpack';
- $string['blockname'] = 'Sloodle Backpack';
- $string['blocknameplural'] = 'Sloodle Backpacks';
- $string['failedloadcourse'] = 'Failed to load SLOODLE course data';
- $string['hide'] = 'Hide';
- $string['show'] = 'Show';
- $string['nameunknown'] = 'name unknown';
- $string['noavatar'] = 'no avatar';
- $string['sloodle'] = 'SLOODLE';
- $string['sloodlenotinstalled'] = 'You need to install the SLOODLE activity module in order to use this block.';
- $string['backpack:view'] = 'Backpacks';
- $string['backpack:avname'] = 'Avatar';
- $string['backpack:currency'] = 'Currency';
- $string['backpack:type'] = 'Type';
- $string['backpack:time'] = 'Time';
- $string['backpack:username'] = 'User name';
- $string['backpack:nocurrency'] = 'No Currency Transactions Exist';
- ?>
|