theme_bootstrap.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'theme_bootstrap', language 'en', branch 'MOODLE_23_STABLE'
  18. *
  19. * @package Bootstrap theme
  20. * @copyright 2012 Bas Brands, www.basbrands.nl
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['brandfont'] = 'Logotype Font';
  24. $string['brandfontdesc'] = 'The name of a Google Font to use for the site name in the navbar';
  25. $string['brandfontitalic'] = 'Logotype Italics';
  26. $string['brandfontitalicdesc'] = 'Use the italic version of the font, check italic is available at the selected weight';
  27. $string['brandfontweight'] = 'Logotype Weight';
  28. $string['brandfontweightdesc'] = 'Weight of the font, 400 is normal, 700 bold, double check what weights the font supports';
  29. $string['customcss'] = 'Custom CSS';
  30. $string['customcssdesc'] = 'Whatever CSS rules you add to this textarea will be reflected in every page, making for easier customization of this theme.';
  31. $string['deletecss'] = 'Delete Unneeded CSS';
  32. $string['deletecssdesc'] = 'Delete CSS for webkit and moz specific rules that are no longer necessary';
  33. $string['fluidwidth'] = 'Fluid width theme';
  34. $string['fluidwidthdesc'] = 'Enable this option to allow using your full screen';
  35. $string['fonticons'] = 'Use Icon Font';
  36. $string['fonticonsdesc'] = 'Enable this option to use the Glyphicon Icon Font';
  37. $string['fontweight100'] = '100 (thin)';
  38. $string['fontweight200'] = '200';
  39. $string['fontweight300'] = '300 (light)';
  40. $string['fontweight400'] = '400 (normal)';
  41. $string['fontweight500'] = '500';
  42. $string['fontweight600'] = '600';
  43. $string['fontweight700'] = '700 (bold)';
  44. $string['fontweight800'] = '800';
  45. $string['fontweight900'] = '900 (ultra-bold)';
  46. $string['footerwidget'] = 'Footer Widget #{$a}';
  47. $string['footerwidgetdesc'] = 'All footer widgets have the same description';
  48. $string['inversenavbar'] = 'Inverse Navbar';
  49. $string['inversenavbardesc'] = 'Enable this option to use the inverted color scheme for the navbar';
  50. $string['pluginname'] = 'Bootstrap 3';
  51. $string['reader'] = 'Reader';
  52. $string['region-side-post'] = 'Right';
  53. $string['region-side-pre'] = 'Left';
  54. $string['choosereadme'] = '
  55. <div class="clearfix"><div class="theme_screenshot"><h2>Bootstrap Base</h2>
  56. <img class=img-polaroid src="bootstrap/pix/screenshot.jpg" />
  57. <h3>Theme Credits</h3>
  58. <p>
  59. <h3>Moodle Bootstrap 3 theme</h3>
  60. <p>
  61. This theme is based on the Bootstrap CSS framework, version 3.0
  62. </p>
  63. <p>
  64. <a href="http://getbootstrap.com">http://getbootstrap.com</a>
  65. </p>
  66. <p>
  67. This is a GPL theme that is available on GitHub:
  68. </p>
  69. <p>
  70. <a href=https://github.com/bmbrands/theme_bootstrap">https://github.com/bmbrands/theme_bootstrap</a>
  71. </p>
  72. <p>
  73. Feel free to modify / improve / share
  74. </p>
  75. <p>
  76. This theme has been created with the help of:
  77. Joby Harding, Gareth J Barnard.
  78. </p>
  79. <p>
  80. Authors: Bas Brands, David Scotson<br>
  81. Contact: bas@sonsbeekmedia.nl<br>
  82. Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a><br>
  83. </p>
  84. <h3>Reporting bugs</h3>
  85. <p>You can report bugs on the <a href="https://github.com/bmbrands/theme_bootstrap/issues">github page</a> for this theme or
  86. on the Moodle tracker</p>
  87. <h3>More information</h3>
  88. <ul>
  89. <li><a href="https://github.com/bmbrands/theme_bootstrap/wiki">Wiki page for this theme</a>
  90. <li><a href="http://docs.moodle.org/23/en/bootstrap-Theme">Bootstrap on Moodle docs</a></li>
  91. <li><a href="http://theming.sonsbeekmedia.nl/">Theme testing playground </a></li>
  92. </ul>';