Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * unilabel type carousel.
 *
 * @package     unilabeltype_carousel
 * @author      Andreas Grabs <info@grabs-edv.de>
 * @copyright   2018 onwards Grabs EDV {@link https://www.grabs-edv.de}
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
defined('MOODLE_INTERNAL') || die;

$string['addmoreslides']            = 'Add more slides';
$string['autoheight']               = 'Auto height';
$string['background']               = 'Background';
$string['caption']                  = 'Caption';
$string['caption_help']             = 'The caption is shown in addition to the defined image. It is also shown if no image is defined.';
$string['captionstyle']             = 'Caption style';
$string['captionstyle_dark']        = 'Dark';
$string['captionstyle_help']        = 'Define the background of the caption line';
$string['captionstyle_light']       = 'Light';
$string['captionwidth']             = 'Caption width';
$string['captionwidth_help']        = 'Define a number of pixel. If the value is "0", the default width is used.';
$string['carouselinterval']         = 'Interval';
$string['custombutton']             = 'Custom button';
$string['default_carouselinterval'] = 'Default interval';
$string['default_height']           = 'Default height';
$string['default_showintro']        = 'Default show unilabel text';
$string['default_usemobile']        = 'Default use mobile images';
$string['height']                   = 'Height';
$string['height_help']              = 'If your pictures are of a different size, use the fixed height option. This scales all images to the same height. If your pictures have the same height, you can also use "auto height".';
$string['image']                    = 'Image';
$string['image_mobile']             = 'Image mobile';
$string['image_mobile_help']        = 'Mobile images will be shown on screens smaller than 768px. If you do not define a mobile image the general image is shown on all screens.';
$string['nocontent']                = 'No content';
$string['pluginname']               = 'Carousel';
$string['pluginname_help']          = 'The carousel content type offers you a slide show with freely defined images.';
$string['privacy:metadata']         = 'The unilabel type Carousel does not store any personal data.';
$string['showunilabeltext']         = 'Show unilabel text';
$string['slide']                    = 'Slide';
$string['slides']                   = 'Slides';
$string['title']                    = 'Title';
$string['url']                      = 'Url';
$string['url_help']                 = 'By defining a url the whole slide becomes a clickable button linked to the defined url.';
$string['use_mobile_images']        = 'Use mobile images';
$string['use_mobile_images_help']   = 'If you activate the usage of mobile images you can upload a mobile image in addition to standard one for every slide. The mobile image will be displayed on screens smaller than 768px.';