| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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['avatars'] = 'Avatars';
- $string['avatarname'] = 'Avatar name';
- $string['pluginname'] = 'SLOODLE Menu';
- $string['blockname'] = 'SLOODLE Menu';
- $string['blocknameplural'] = 'SLOODLE Menus';
- $string['courseloginzone'] = 'Course Login Zone';
- $string['courseloginzone:nodata'] = 'There does not appear to be a LoginZone rezzed for this course.';
- $string['editcourse'] = 'Course Settings';
- $string['failedloadcourse'] = 'Failed to load SLOODLE course data';
- $string['hide'] = 'Hide';
- $string['moduleversion'] = 'Module Version';
- $string['mysloodleprofile'] = 'My SLOODLE profile';
- $string['nameunknown'] = 'name unknown';
- $string['noavatar'] = 'no avatar';
- $string['notecardsetuppage'] = 'Notecard Setup page';
- $string['oldmodule'] = 'Your SLOODLE module is out-of-date. Please upgrade it to at least 0.4.';
- $string['pleaselogin'] = 'Please login to use SLOODLE.';
- $string['savesettings'] = 'Save Settings';
- $string['show'] = 'Show';
- $string['showhideitems'] = 'Show/Hide Menu Items';
- $string['showhideitems:info'] = 'Check the boxes to make the items visible. Uncheck the boxes to hide them.';
- $string['showhideitems:help'] = 'Show or hide SLOODLE menu items';
- $string['sloodle'] = 'SLOODLE';
- $string['sloodlemenuversion'] = 'SLOODLE Menu Version';
- $string['sloodlenotinstalled'] = 'You need to install the SLOODLE activity module in order to use this block.';
- $string['sloodleconfig'] = 'SLOODLE Configuration';
- $string['sloodleactivity'] = 'Course Activity';
- $string['sloodleactivities'] = 'Course Activities';
- $string['sloodleversion'] = 'SLOODLE Version';
- $string['viewlogs'] = 'View Avatar Logs';
- $string['usermanagement'] = 'User Management';
- $string['youravatar'] = 'Your avatar';
- $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';
- $string['backpack:gold'] = 'Gold';
- $string['backpack:silver'] = 'Silver';
- $string['backpack:bronze'] = 'Bronze';
- $string['backpack:credits'] = 'Credits';
- $string['backpack:magic'] = 'Magic';
- $string['backpack:hit'] = 'Hit';
- $string['backpack:health'] = 'Health';
- $string['backpack:damage'] = 'Damage';
- $string['backpack:power'] = 'Power';
- $string['backpack:food'] = 'Food';
- $string['backpack:ore'] = 'Ore';
- $string['backpack:wood'] = 'Wood';
- $string['backpack:metal'] = 'Precious Metal';
- $string['backpack:points'] = 'Points';
- $string['backpack:rations'] = 'Rations';
- $string['backpack:units'] = 'Units';
- $string['backpack:coins'] = 'Coins';
- $string['backpack:amount'] = 'Amount';
- ?>
|