|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['addnewnote'] = 'Add a new note'; 00027 $string['addnewnoteselect'] = 'Select users to write notes about'; 00028 $string['bynameondate'] = 'by {$a->name} - {$a->date}'; 00029 $string['cannotdeletepost'] = 'Error occurred while deleting post'; 00030 $string['configenablenotes'] = 'Enable storing of notes about individual users.'; 00031 $string['content'] = 'Content'; 00032 $string['course'] = 'course'; 00033 $string['coursenotes'] = 'Course notes'; 00034 $string['created'] = 'created'; 00035 $string['deleteconfirm'] = 'Delete this note?'; 00036 $string['deletenotes'] = 'Delete all notes'; 00037 $string['editnote'] = 'Edit note'; 00038 $string['enablenotes'] = 'Enable notes'; 00039 $string['groupaddnewnote'] = 'Add a common note'; 00040 $string['invalidcourseid'] = 'Invalid course id: {$a}'; 00041 $string['invalidid'] = 'Invalid note ID specified'; 00042 $string['invaliduserid'] = 'Invalid user id: {$a}'; 00043 $string['nocontent'] = 'Note content can not be empty'; 00044 $string['nonotes'] = 'There are no notes of this type yet'; 00045 $string['nopermissiontodelete'] = 'You may not delete this note'; 00046 $string['note'] = 'Note'; 00047 $string['notes'] = 'Notes'; 00048 $string['notesdisabled'] = 'Notes are disabled, sorry.'; 00049 $string['notesnotvisible'] = 'You are not allowed to view the notes.'; 00050 $string['nouser'] = 'You must select a user'; 00051 $string['page-notes-x'] = 'Any note pages'; 00052 $string['page-notes-index'] = 'Notes main page'; 00053 $string['personal'] = 'personal'; 00054 $string['personalnotes'] = 'Personal notes'; 00055 $string['publishstate'] = 'Context'; 00056 $string['publishstate_help'] = 'A note\'s context determines who can see the note. 00057 00058 * Personal - The note will be visible only to you 00059 * Course - The note will be visible to teachers in this course 00060 * Site - The note will be visible to teachers in all courses'; 00061 $string['site'] = 'site'; 00062 $string['sitenotes'] = 'Site notes'; 00063 $string['unknown'] = 'unknown';