block_sloodle_menu.php 2.9 KB

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