[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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 'notes', language 'en', branch 'MOODLE_20_STABLE' 19 * 20 * @package core_notes 21 * @subpackage notes 22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} 23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 */ 25 26 $string['addnewnote'] = 'Add a new note'; 27 $string['addnewnoteselect'] = 'Select users to write notes about'; 28 $string['bynameondate'] = 'by {$a->name} - {$a->date}'; 29 $string['configenablenotes'] = 'Enable storing of notes about individual users.'; 30 $string['content'] = 'Content'; 31 $string['course'] = 'course'; 32 $string['coursenotes'] = 'Course notes'; 33 $string['created'] = 'created'; 34 $string['deleteconfirm'] = 'Delete this note?'; 35 $string['deletenotes'] = 'Delete all notes'; 36 $string['editnote'] = 'Edit note'; 37 $string['enablenotes'] = 'Enable notes'; 38 $string['eventnotecreated'] = 'Note created'; 39 $string['eventnoteupdated'] = 'Note updated'; 40 $string['eventnotedeleted'] = 'Note deleted'; 41 $string['eventnotesviewed'] = 'Notes viewed'; 42 $string['groupaddnewnote'] = 'Add a common note'; 43 $string['invalidid'] = 'Invalid note ID specified'; 44 $string['invaliduserid'] = 'Invalid user id: {$a}'; 45 $string['myprofileownnotes'] = 'My notes'; 46 $string['nocontent'] = 'Note content can not be empty'; 47 $string['nonotes'] = 'There are no notes of this type yet'; 48 $string['nopermissiontodelete'] = 'You may not delete this note'; 49 $string['note'] = 'Note'; 50 $string['notes'] = 'Notes'; 51 $string['notesdisabled'] = 'Notes are disabled, sorry.'; 52 $string['notesnotvisible'] = 'You are not allowed to view the notes.'; 53 $string['nouser'] = 'You must select a user'; 54 $string['page-notes-x'] = 'Any note pages'; 55 $string['page-notes-index'] = 'Notes main page'; 56 $string['personal'] = 'personal'; 57 $string['personalnotes'] = 'Personal notes'; 58 $string['publishstate'] = 'Context'; 59 $string['publishstate_help'] = 'A note\'s context determines who can see the note. 60 61 * Personal - The note will be visible only to you 62 * Course - The note will be visible to teachers in this course 63 * Site - The note will be visible to teachers in all courses'; 64 $string['selectnotestate'] = "Select note state"; 65 $string['site'] = 'site'; 66 $string['sitenotes'] = 'Site notes'; 67 $string['unknown'] = 'unknown'; 68 69 // Deprecated since Moodle 3.0. 70 $string['cannotdeletepost'] = 'Error occurred while deleting post';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |