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/>./*** Strings for component 'block_multiblock', language 'en'** @package block_multiblock* @copyright 2019 Peter Spicer <peter.spicer@catalyst-eu.net>* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/$string['pluginname'] = 'Multiblock';$string['addnewblock'] = 'Add a new sub-block';$string['blocktitle'] = 'Block title';$string['editblock'] = 'Edit block';$string['manageblocklocation'] = 'Block location';$string['managemultiblock'] = 'Manage {$a} contents';$string['managemultiblocktitle'] = 'Manage multiblock: {$a}';$string['moveexistingblock'] = 'Move existing block';$string['movetoparentpage'] = 'Move to parent page';$string['multiblockhasnosubblocks'] = 'This multiblock has no blocks inside it.';$string['requirestitle'] = 'The {$a} presentation requires a title to work properly.';$string['selectblock'] = 'Select block...';$string['saveandreturntomanage'] = 'Save and return to manage';$string['splitanddelete'] = 'Split and delete {$a} block';$string['notitle'] = 'no title';$string['layout:main'] = 'Recommended for full width/dashboard use';$string['layout:sidebar'] = 'Recommended for sidebar use';$string['multiblock_title'] = 'Multiblock Title';$string['multiblock_title_desc'] = 'This title will be displayed as the heading of multiblock in the course.';$string['multiblock_presentation_style'] = 'Multiblock presentation style';$string['multiblock_presentation_style_desc'] = 'Select a multiblock presentation style to enhance the personal experience';$string['multiblock_subblock'] = 'Multiblock - Subblocks';$string['multiblock_subblock_desc'] = 'Multiple blocks can be selected';$string['multiblock:addinstance'] = 'Add a Multiblock';$string['multiblock:myaddinstance'] = 'Add a Multiblock to Dashboard';$string['presentation'] = 'Multiblock presentation style';$string['presentation:accordion'] = 'Accordion';$string['presentation:carousel'] = 'Carousel';$string['presentation:columns-2-33-66'] = 'Columns: 2 (33% / 66%)';$string['presentation:columns-2equal'] = 'Columns: 2 equal';$string['presentation:columns-2-66-33'] = 'Columns: 2 (66% / 33%)';$string['presentation:columns-3equal'] = 'Columns: 3 equal';$string['presentation:dropdown'] = 'Dropdown';$string['presentation:tabbed-list'] = 'Tabs';$string['presentation:tabbed-list-columns-2-66-33'] = 'Tabs: Columns: 2 (66% / 33%)';$string['presentation:vertical-tabbed-list'] = 'Vertical Tabs (Left)';$string['presentation:vertical-tabbed-list-right'] = 'Vertical Tabs (Right)';$string['privacy:metadata:block'] = 'The Multiblock block stores all of its data within the block subsystem.';$string['table:actions'] = 'Actions';$string['table:blocktitle'] = 'Block title';$string['table:blocktype'] = 'Block type';$string['table:lastupdated'] = 'Updated';