[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/theme/clean/lang/en/ -> theme_clean.php (source)

   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  /**
  18   * Strings for component 'theme_clean', language 'en'
  19   *
  20   * @package   theme_clean
  21   * @copyright 2013 Moodle, moodle.org
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['choosereadme'] = '
  26  <div class="clearfix">
  27  <div class="well">
  28  <h2>Clean</h2>
  29  <p><img class=img-polaroid src="clean/pix/screenshot.jpg" /></p>
  30  </div>
  31  <div class="well">
  32  <h3>About</h3>
  33  <p>Clean is a modified Moodle bootstrap theme which inherits styles and renderers from its parent theme.</p>
  34  <h3>Parents</h3>
  35  <p>This theme is based upon the Bootstrap theme, which was created for Moodle 2.5, with the help of:<br>
  36  Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans.</p>
  37  <h3>Theme Credits</h3>
  38  <p>Authors: Bas Brands, David Scotson, Mary Evans<br>
  39  Contact: [email protected]<br>
  40  Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a>
  41  </p>
  42  <h3>Report a bug:</h3>
  43  <p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p>
  44  <h3>More information</h3>
  45  <p><a href="clean/README.txt">How to copy and customise this theme.</a></p>
  46  </div></div>';
  47  
  48  $string['configtitle'] = 'Clean';
  49  
  50  $string['customcss'] = 'Custom CSS';
  51  $string['customcssdesc'] = 'Whatever CSS rules you add to this textarea will be reflected in every page, making for easier customization of this theme.';
  52  
  53  $string['footnote'] = 'Footnote';
  54  $string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.';
  55  
  56  $string['invert'] = 'Invert navbar';
  57  $string['invertdesc'] = 'Swaps text and background for the navbar at the top of the page between black and white.';
  58  
  59  $string['logo'] = 'Logo';
  60  $string['logodesc'] = 'Please upload your custom logo here if you want to add it to the header.<br>
  61  If the height of your logo is more than 75px add the following CSS rule to the Custom CSS box below.<br>
  62  a.logo {height: 100px;} or whatever height in pixels the logo is.';
  63  
  64  $string['pluginname'] = 'Clean';
  65  
  66  $string['region-side-post'] = 'Right';
  67  $string['region-side-pre'] = 'Left';
  68  


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1