PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/theme/clean/lang/en/theme_clean.php

https://bitbucket.org/moodle/moodle
PHP | 71 lines | 40 code | 10 blank | 21 comment | 0 complexity | c2080667c5ba60acde9ba730c56426a6 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1, BSD-3-Clause, MIT, GPL-3.0
  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_clean', language 'en'
  18. *
  19. * @package theme_clean
  20. * @copyright 2013 Moodle, moodle.org
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['choosereadme'] = '
  24. <div class="clearfix">
  25. <div class="well">
  26. <h2>Clean</h2>
  27. <p><img class=img-polaroid src="clean/pix/screenshot.jpg" /></p>
  28. </div>
  29. <div class="well">
  30. <h3>About</h3>
  31. <p>Clean is a modified Moodle bootstrap theme which inherits styles and renderers from its parent theme.</p>
  32. <h3>Parents</h3>
  33. <p>This theme is based upon the Bootstrap theme, which was created for Moodle 2.5, with the help of:<br>
  34. Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans.</p>
  35. <h3>Theme Credits</h3>
  36. <p>Authors: Bas Brands, David Scotson, Mary Evans<br>
  37. Contact: bas@sonsbeekmedia.nl<br>
  38. Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a>
  39. </p>
  40. <h3>Report a bug:</h3>
  41. <p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p>
  42. <h3>More information</h3>
  43. <p><a href="clean/README.txt">How to copy and customise this theme.</a></p>
  44. </div></div>';
  45. $string['configtitle'] = 'Clean';
  46. $string['customcss'] = 'Custom CSS';
  47. $string['customcssdesc'] = 'Whatever CSS rules you add to this textarea will be reflected in every page, making for easier customization of this theme.';
  48. $string['footnote'] = 'Footnote';
  49. $string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.';
  50. $string['invert'] = 'Invert navbar';
  51. $string['invertdesc'] = 'Swaps text and background for the navbar at the top of the page between black and white.';
  52. $string['logo'] = 'Logo';
  53. $string['logodesc'] = 'The logo is only displayed in the header of the front page and login page.<br /> If the height of your logo is more than 75px add div.logo {height: 100px;} to the Custom CSS box below, amending accordingly if the height is other than 100px. If a logo is not added here, the logo in Appearance > Logos will be used.';
  54. $string['pluginname'] = 'Clean';
  55. $string['region-side-post'] = 'Right';
  56. $string['region-side-pre'] = 'Left';
  57. $string['sitelogo'] = 'Site logo';
  58. $string['sitename'] = 'Display site name along with small logo';
  59. $string['sitenamedesc'] = 'If there is no small logo, the site name is always displayed in the navigation bar. If a small logo is set, it may be displayed with or without the site name.';
  60. $string['smalllogo'] = 'Small logo';
  61. $string['smalllogodesc'] = 'The small logo is displayed in the navigation bar. If there is a header logo for the front page and login page, the small logo is not displayed on these pages. If a logo is not added here, the compact logo in Appearance > Logos will be used.';