1 |
efrain |
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 |
* Strings for component 'block_multiblock', language 'en'
|
|
|
19 |
*
|
|
|
20 |
* @package block_multiblock
|
|
|
21 |
* @copyright 2019 Peter Spicer <peter.spicer@catalyst-eu.net>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['pluginname'] = 'Multiblock';
|
|
|
26 |
|
|
|
27 |
$string['addnewblock'] = 'Add a new sub-block';
|
|
|
28 |
$string['blocktitle'] = 'Block title';
|
|
|
29 |
$string['editblock'] = 'Edit block';
|
|
|
30 |
$string['manageblocklocation'] = 'Block location';
|
|
|
31 |
$string['managemultiblock'] = 'Manage {$a} contents';
|
|
|
32 |
$string['managemultiblocktitle'] = 'Manage multiblock: {$a}';
|
|
|
33 |
$string['moveexistingblock'] = 'Move existing block';
|
|
|
34 |
$string['movetoparentpage'] = 'Move to parent page';
|
|
|
35 |
$string['multiblockhasnosubblocks'] = 'This multiblock has no blocks inside it.';
|
|
|
36 |
$string['requirestitle'] = 'The {$a} presentation requires a title to work properly.';
|
|
|
37 |
$string['selectblock'] = 'Select block...';
|
|
|
38 |
$string['saveandreturntomanage'] = 'Save and return to manage';
|
|
|
39 |
$string['splitanddelete'] = 'Split and delete {$a} block';
|
|
|
40 |
$string['notitle'] = 'no title';
|
|
|
41 |
|
|
|
42 |
$string['layout:main'] = 'Recommended for full width/dashboard use';
|
|
|
43 |
$string['layout:sidebar'] = 'Recommended for sidebar use';
|
|
|
44 |
|
|
|
45 |
$string['multiblock_title'] = 'Multiblock Title';
|
|
|
46 |
$string['multiblock_title_desc'] = 'This title will be displayed as the heading of multiblock in the course.';
|
|
|
47 |
$string['multiblock_presentation_style'] = 'Multiblock presentation style';
|
|
|
48 |
$string['multiblock_presentation_style_desc'] = 'Select a multiblock presentation style to enhance the personal experience';
|
|
|
49 |
$string['multiblock_subblock'] = 'Multiblock - Subblocks';
|
|
|
50 |
$string['multiblock_subblock_desc'] = 'Multiple blocks can be selected';
|
|
|
51 |
$string['multiblock:addinstance'] = 'Add a Multiblock';
|
|
|
52 |
$string['multiblock:myaddinstance'] = 'Add a Multiblock to Dashboard';
|
|
|
53 |
|
|
|
54 |
$string['presentation'] = 'Multiblock presentation style';
|
|
|
55 |
$string['presentation:accordion'] = 'Accordion';
|
|
|
56 |
$string['presentation:carousel'] = 'Carousel';
|
|
|
57 |
$string['presentation:columns-2-33-66'] = 'Columns: 2 (33% / 66%)';
|
|
|
58 |
$string['presentation:columns-2equal'] = 'Columns: 2 equal';
|
|
|
59 |
$string['presentation:columns-2-66-33'] = 'Columns: 2 (66% / 33%)';
|
|
|
60 |
$string['presentation:columns-3equal'] = 'Columns: 3 equal';
|
|
|
61 |
$string['presentation:dropdown'] = 'Dropdown';
|
|
|
62 |
$string['presentation:tabbed-list'] = 'Tabs';
|
|
|
63 |
$string['presentation:tabbed-list-columns-2-66-33'] = 'Tabs: Columns: 2 (66% / 33%)';
|
|
|
64 |
$string['presentation:vertical-tabbed-list'] = 'Vertical Tabs (Left)';
|
|
|
65 |
$string['presentation:vertical-tabbed-list-right'] = 'Vertical Tabs (Right)';
|
|
|
66 |
|
|
|
67 |
$string['privacy:metadata:block'] = 'The Multiblock block stores all of its data within the block subsystem.';
|
|
|
68 |
|
|
|
69 |
$string['table:actions'] = 'Actions';
|
|
|
70 |
$string['table:blocktitle'] = 'Block title';
|
|
|
71 |
$string['table:blocktype'] = 'Block type';
|
|
|
72 |
$string['table:lastupdated'] = 'Updated';
|