1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// This file is part of Moodle - http://moodle.org/
|
|
|
4 |
//
|
|
|
5 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
6 |
// it under the terms of the GNU General Public License as published by
|
|
|
7 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
8 |
// (at your option) any later version.
|
|
|
9 |
//
|
|
|
10 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
11 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
12 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
13 |
// GNU General Public License for more details.
|
|
|
14 |
//
|
|
|
15 |
// You should have received a copy of the GNU General Public License
|
|
|
16 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
17 |
|
|
|
18 |
/**
|
|
|
19 |
* Strings for component 'block_mynotes', language 'en', branch 'MOODLE_29_STABLE'
|
|
|
20 |
*
|
|
|
21 |
* @package block_mynotes
|
|
|
22 |
* @author Gautam Kumar Das<gautam.arg@gmail.com>
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['mynotes:myaddinstance'] = 'Add a new mynotes block to Dashboard';
|
|
|
26 |
$string['mynotes:addinstance'] = 'Add a new mynotes block';
|
|
|
27 |
$string['mynotes:post'] = 'Add a new note';
|
|
|
28 |
$string['mynotes:view'] = 'View own notes';
|
|
|
29 |
$string['mynotes:delete'] = 'Delete own notes';
|
|
|
30 |
$string['pluginname'] = 'My Notes';
|
|
|
31 |
$string['disabledmynotes'] = 'Disabled my notes';
|
|
|
32 |
$string['showmynotes'] = 'Show my notes';
|
|
|
33 |
$string['addnotes'] = 'Add notes';
|
|
|
34 |
$string['mynotes'] = 'My notes';
|
|
|
35 |
$string['mynotescount'] = 'Total count: ';
|
|
|
36 |
$string['mynotesrequirelogin'] = 'You must login to add/view your notes';
|
|
|
37 |
$string['deletemynotes'] = 'Delete note';
|
|
|
38 |
$string['site'] = 'Site';
|
|
|
39 |
$string['course'] = 'Course';
|
|
|
40 |
$string['mod'] = 'Modules';
|
|
|
41 |
$string['user'] = 'Personal';
|
|
|
42 |
$string['save'] = 'Save';
|
|
|
43 |
$string['savedsuccess'] = 'Your note has been added successfully';
|
|
|
44 |
$string['mynotessavedundertab'] = 'For this page, your notes will be saved under <strong>{$a} tab</strong>.';
|
|
|
45 |
$string['placeholdercontent'] = 'Enter note content...';
|
|
|
46 |
$string['charactersleft'] = 'Characters left: ';
|
|
|
47 |
$string['characterlimit'] = 'Characters limit: ';
|
|
|
48 |
$string['characterlimit_help'] = 'This setting defines the maximum characters limit to write a note.';
|
|
|
49 |
$string['notmorethan'] = 'Can not enter more than {$a} characters';
|
|
|
50 |
$string['bottomright'] = 'Bottom-Right';
|
|
|
51 |
$string['bottomleft'] = 'Bottom-Left';
|
|
|
52 |
$string['topright'] = 'Top-Right';
|
|
|
53 |
$string['topleft'] = 'Top-Left';
|
|
|
54 |
$string['icondisplayposition'] = 'Icon position';
|
|
|
55 |
$string['icondisplayposition_help'] = 'Choose the position for Note-Icon which will used to open popup.';
|
|
|
56 |
$string['mynotesperpage'] = 'Per page';
|
|
|
57 |
$string['mynotesperpage_help'] = 'Limit the notes display on per page';
|
|
|
58 |
$string['deletefailed'] = 'Delete action failed';
|
|
|
59 |
$string['nopermissiontodelete'] = 'You do not have permission to delete this note';
|
|
|
60 |
$string['previouspage'] = '<< Previous page';
|
|
|
61 |
$string['nextpage'] = 'Next page >>';
|
|
|
62 |
$string['nothingtodisplay'] = 'Nothing to display';
|