Merge branch 'install_21_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_21...
[moodle.git] / lang / en / notes.php
blob49dbf0e38dd5ccda8c024965a389d43f4febbc2d
1 <?php
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.
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/>.
18 /**
19 * Strings for component 'notes', language 'en', branch 'MOODLE_20_STABLE'
21 * @package 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
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['cannotdeletepost'] = 'Error occurred while deleting post';
30 $string['configenablenotes'] = 'Enable storing of notes about individual users.';
31 $string['content'] = 'Content';
32 $string['course'] = 'course';
33 $string['coursenotes'] = 'Course notes';
34 $string['created'] = 'created';
35 $string['deleteconfirm'] = 'Delete this note?';
36 $string['deletenotes'] = 'Delete all notes';
37 $string['editnote'] = 'Edit note';
38 $string['enablenotes'] = 'Enable notes';
39 $string['groupaddnewnote'] = 'Add a common note';
40 $string['invalidcourseid'] = 'Invalid course id: {$a}';
41 $string['invalidid'] = 'Invalid note ID specified';
42 $string['invaliduserid'] = 'Invalid user id: {$a}';
43 $string['nocontent'] = 'Note content can not be empty';
44 $string['nonotes'] = 'There are no notes of this type yet';
45 $string['nopermissiontodelete'] = 'You may not delete this note';
46 $string['note'] = 'Note';
47 $string['notes'] = 'Notes';
48 $string['notesdisabled'] = 'Notes are disabled, sorry.';
49 $string['notesnotvisible'] = 'You are not allowed to view the notes.';
50 $string['nouser'] = 'You must select a user';
51 $string['page-notes-x'] = 'Any note pages';
52 $string['page-notes-index'] = 'Notes main page';
53 $string['personal'] = 'personal';
54 $string['personalnotes'] = 'Personal notes';
55 $string['publishstate'] = 'Context';
56 $string['publishstate_help'] = 'A note\'s context determines who can see the note.
58 * Personal - The note will be visible only to you
59 * Course - The note will be visible to teachers in this course
60 * Site - The note will be visible to teachers in all courses';
61 $string['site'] = 'site';
62 $string['sitenotes'] = 'Site notes';
63 $string['unknown'] = 'unknown';