[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/more/lang/en/ -> theme_more.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   * Theme More lang file.
  19   *
  20   * @package    theme_more
  21   * @copyright  2014 Frédéric Massart
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['backgroundfixed'] = 'Background fixed';
  26  $string['backgroundfixed_desc'] = 'Use this setting to fix the background image to the page.';
  27  $string['backgroundimage'] = 'Background image';
  28  $string['backgroundimage_desc'] = 'The image to display as a background of the site.';
  29  $string['backgroundposition'] = 'Background position';
  30  $string['backgroundposition_desc'] = 'The position of the background image.';
  31  $string['backgroundpositioncenterbottom'] = 'Center bottom';
  32  $string['backgroundpositioncentercenter'] = 'Center center';
  33  $string['backgroundpositioncentertop'] = 'Center top';
  34  $string['backgroundpositionleftbottom'] = 'Left bottom';
  35  $string['backgroundpositionleftcenter'] = 'Left center';
  36  $string['backgroundpositionlefttop'] = 'Left top';
  37  $string['backgroundpositionrightbottom'] = 'Right bottom';
  38  $string['backgroundpositionrightcenter'] = 'Right center';
  39  $string['backgroundpositionrighttop'] = 'Right top';
  40  $string['backgroundrepeat'] = 'Background repeat';
  41  $string['backgroundrepeat_desc'] = 'Defines the way the background image will be repeated.';
  42  $string['backgroundrepeatnorepeat'] = 'No repeat';
  43  $string['backgroundrepeatrepeat'] = 'Repeat';
  44  $string['backgroundrepeatrepeatx'] = 'Repeat horizontally';
  45  $string['backgroundrepeatrepeaty'] = 'Repeat vertically';
  46  $string['bodybackground'] = 'Background colour';
  47  $string['bodybackground_desc'] = 'The main colour to use for the background.';
  48  $string['choosereadme'] = '<p>More is a theme that allows you to easily customise Moodle\'s look and feel directly from the web interface.</p>
  49  <p>Visit the admin settings to change colours, add an image as a background, add your logo and more.</p>';
  50  
  51  $string['configtitle'] = 'More';
  52  $string['contentbackground'] = 'Main content background colour';
  53  $string['contentbackground_desc'] = 'The background colour of the main content of the site, leave empty for none.';
  54  
  55  $string['customcss'] = 'Custom CSS';
  56  $string['customcssdesc'] = 'Whatever CSS rules you add to this textarea will be reflected in every page, making for easier customization of this theme.';
  57  
  58  $string['footnote'] = 'Footnote';
  59  $string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.';
  60  
  61  $string['invert'] = 'Invert navbar';
  62  $string['invertdesc'] = 'Swaps text and background for the navbar at the top of the page between black and white.';
  63  
  64  $string['linkcolor'] = 'Link colour';
  65  $string['linkcolor_desc'] = 'The colour of the links.';
  66  $string['logo'] = 'Logo';
  67  $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.';
  68  
  69  $string['pluginname'] = 'More';
  70  
  71  $string['region-side-post'] = 'Right';
  72  $string['region-side-pre'] = 'Left';
  73  $string['secondarybackground'] = 'Secondary background colour';
  74  $string['secondarybackground_desc'] = 'The background colour of any secondary content, such as blocks.';
  75  $string['sitelogo'] = 'Site logo';
  76  $string['sitename'] = 'Display site name along with small logo';
  77  $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.';
  78  $string['smalllogo'] = 'Small logo';
  79  $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.';
  80  $string['textcolor'] = 'Text colour';
  81  $string['textcolor_desc'] = 'The colour of the text.';
  82  


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1