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

/theme/more/lang/en/theme_more.php

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