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 grid.
*
* @package unilabeltype_grid
* @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['addmoretiles'] = 'Add more tiles';
$string['autoheight'] = 'Auto height';
$string['background'] = 'Background';
$string['columns'] = 'Columns';
$string['columnsmiddle'] = 'Columns middle';
$string['columnssmall'] = 'Columns small';
$string['content'] = 'Content';
$string['content_help'] = 'The content text will be displayed as a modal dialog only if url is not set.';
$string['default_columns'] = 'Default columns';
$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'] = 'Grid';
$string['pluginname_help'] = 'This plugin type creates a grid consisting of pictures. A click on the image opens a modal dialog field or brings the user to a defined url.';
$string['privacy:metadata'] = 'The unilabel type Grid does not store any personal data.';
$string['showunilabeltext'] = 'Show unilabel text';
$string['tile'] = 'Tile';
$string['tilenr'] = 'Tile {$a}';
$string['tiles'] = 'Tiles';
$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.';