<?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_mynotes', language 'en', branch 'MOODLE_29_STABLE' * * @package block_mynotes * @author Gautam Kumar Das<gautam.arg@gmail.com> */ $string['mynotes:myaddinstance'] = 'Add a new mynotes block to Dashboard'; $string['mynotes:addinstance'] = 'Add a new mynotes block'; $string['mynotes:post'] = 'Add a new note'; $string['mynotes:view'] = 'View own notes'; $string['mynotes:delete'] = 'Delete own notes'; $string['pluginname'] = 'My Notes'; $string['disabledmynotes'] = 'Disabled my notes'; $string['showmynotes'] = 'Show my notes'; $string['addnotes'] = 'Add notes'; $string['mynotes'] = 'My notes'; $string['mynotescount'] = 'Total count: '; $string['mynotesrequirelogin'] = 'You must login to add/view your notes'; $string['deletemynotes'] = 'Delete note'; $string['site'] = 'Site'; $string['course'] = 'Course'; $string['mod'] = 'Modules'; $string['user'] = 'Personal'; $string['save'] = 'Save'; $string['savedsuccess'] = 'Your note has been added successfully'; $string['mynotessavedundertab'] = 'For this page, your notes will be saved under <strong>{$a} tab</strong>.'; $string['placeholdercontent'] = 'Enter note content...'; $string['charactersleft'] = 'Characters left: '; $string['characterlimit'] = 'Characters limit: '; $string['characterlimit_help'] = 'This setting defines the maximum characters limit to write a note.'; $string['notmorethan'] = 'Can not enter more than {$a} characters'; $string['bottomright'] = 'Bottom-Right'; $string['bottomleft'] = 'Bottom-Left'; $string['topright'] = 'Top-Right'; $string['topleft'] = 'Top-Left'; $string['icondisplayposition'] = 'Icon position'; $string['icondisplayposition_help'] = 'Choose the position for Note-Icon which will used to open popup.'; $string['mynotesperpage'] = 'Per page'; $string['mynotesperpage_help'] = 'Limit the notes display on per page'; $string['deletefailed'] = 'Delete action failed'; $string['nopermissiontodelete'] = 'You do not have permission to delete this note'; $string['previouspage'] = '<< Previous page'; $string['nextpage'] = 'Next page >>'; $string['nothingtodisplay'] = 'Nothing to display'; $string['nocharacterlimit'] = ' ';