block_sloodle_menu.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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['avatars'] = 'Avatars';
  6. $string['avatarname'] = 'Avatar name';
  7. $string['pluginname'] = 'SLOODLE Menu';
  8. $string['blockname'] = 'SLOODLE Menu';
  9. $string['blocknameplural'] = 'SLOODLE Menus';
  10. $string['courseloginzone'] = 'Course Login Zone';
  11. $string['courseloginzone:nodata'] = 'There does not appear to be a LoginZone rezzed for this course.';
  12. $string['editcourse'] = 'Course Settings';
  13. $string['failedloadcourse'] = 'Failed to load SLOODLE course data';
  14. $string['hide'] = 'Hide';
  15. $string['moduleversion'] = 'Module Version';
  16. $string['mysloodleprofile'] = 'My SLOODLE profile';
  17. $string['nameunknown'] = 'name unknown';
  18. $string['noavatar'] = 'no avatar';
  19. $string['notecardsetuppage'] = 'Notecard Setup page';
  20. $string['oldmodule'] = 'Your SLOODLE module is out-of-date. Please upgrade it to at least 0.4.';
  21. $string['pleaselogin'] = 'Please login to use SLOODLE.';
  22. $string['savesettings'] = 'Save Settings';
  23. $string['show'] = 'Show';
  24. $string['showhideitems'] = 'Show/Hide Menu Items';
  25. $string['showhideitems:info'] = 'Check the boxes to make the items visible. Uncheck the boxes to hide them.';
  26. $string['showhideitems:help'] = 'Show or hide SLOODLE menu items';
  27. $string['sloodle'] = 'SLOODLE';
  28. $string['sloodlemenuversion'] = 'SLOODLE Menu Version';
  29. $string['sloodlenotinstalled'] = 'You need to install the SLOODLE activity module in order to use this block.';
  30. $string['sloodleconfig'] = 'SLOODLE Configuration';
  31. $string['sloodleactivity'] = 'Course Activity';
  32. $string['sloodleactivities'] = 'Course Activities';
  33. $string['sloodleversion'] = 'SLOODLE Version';
  34. $string['viewlogs'] = 'View Avatar Logs';
  35. $string['usermanagement'] = 'User Management';
  36. $string['youravatar'] = 'Your avatar';
  37. $string['backpack:view'] = 'Backpacks';
  38. $string['backpack:avname'] = 'Avatar';
  39. $string['backpack:currency'] = 'Currency';
  40. $string['backpack:type'] = 'Type';
  41. $string['backpack:time'] = 'Time';
  42. $string['backpack:username'] = 'User name';
  43. $string['backpack:nocurrency'] = 'No Currency Transactions Exist';
  44. $string['backpack:gold'] = 'Gold';
  45. $string['backpack:silver'] = 'Silver';
  46. $string['backpack:bronze'] = 'Bronze';
  47. $string['backpack:credits'] = 'Credits';
  48. $string['backpack:magic'] = 'Magic';
  49. $string['backpack:hit'] = 'Hit';
  50. $string['backpack:health'] = 'Health';
  51. $string['backpack:damage'] = 'Damage';
  52. $string['backpack:power'] = 'Power';
  53. $string['backpack:food'] = 'Food';
  54. $string['backpack:ore'] = 'Ore';
  55. $string['backpack:wood'] = 'Wood';
  56. $string['backpack:metal'] = 'Precious Metal';
  57. $string['backpack:points'] = 'Points';
  58. $string['backpack:rations'] = 'Rations';
  59. $string['backpack:units'] = 'Units';
  60. $string['backpack:coins'] = 'Coins';
  61. $string['backpack:amount'] = 'Amount';
  62. ?>