Commit | Line | Data |
---|---|---|
30c8dd34 | 1 | <?php |
30c8dd34 DM |
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 | * | |
bb554eb4 SH |
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 | |
30c8dd34 DM |
24 | */ |
25 | ||
26 | $string['addnewnote'] = 'Add a new note'; | |
38eac4d5 | 27 | $string['addnewnoteselect'] = 'Select users to write notes about'; |
30c8dd34 | 28 | $string['bynameondate'] = 'by {$a->name} - {$a->date}'; |
31e83f99 | 29 | $string['cannotdeletepost'] = 'Error occurred while deleting post'; |
90658eef | 30 | $string['configenablenotes'] = 'Enable storing of notes about individual users.'; |
38eac4d5 | 31 | $string['content'] = 'Content'; |
90658eef | 32 | $string['course'] = 'course'; |
38eac4d5 | 33 | $string['coursenotes'] = 'Course notes'; |
30c8dd34 | 34 | $string['created'] = 'created'; |
38eac4d5 | 35 | $string['deleteconfirm'] = 'Delete this note?'; |
30c8dd34 | 36 | $string['deletenotes'] = 'Delete all notes'; |
38eac4d5 | 37 | $string['editnote'] = 'Edit note'; |
90658eef | 38 | $string['enablenotes'] = 'Enable notes'; |
3cc4cc68 | 39 | $string['eventnotecreated'] = 'Note created'; |
7ed25f48 | 40 | $string['eventnoteupdated'] = 'Note updated'; |
3cc4cc68 AA |
41 | $string['eventnotedeleted'] = 'Note deleted'; |
42 | $string['eventnotesviewed'] = 'Notes viewed'; | |
38eac4d5 | 43 | $string['groupaddnewnote'] = 'Add a common note'; |
30c8dd34 | 44 | $string['invalidid'] = 'Invalid note ID specified'; |
8d46dabb | 45 | $string['invaliduserid'] = 'Invalid user id: {$a}'; |
b19cc4ef | 46 | $string['myprofileownnotes'] = 'My notes'; |
30c8dd34 | 47 | $string['nocontent'] = 'Note content can not be empty'; |
0b5a80a1 | 48 | $string['nonotes'] = 'There are no notes of this type yet'; |
38eac4d5 | 49 | $string['nopermissiontodelete'] = 'You may not delete this note'; |
30c8dd34 DM |
50 | $string['note'] = 'Note'; |
51 | $string['notes'] = 'Notes'; | |
90658eef | 52 | $string['notesdisabled'] = 'Notes are disabled, sorry.'; |
0b5a80a1 | 53 | $string['notesnotvisible'] = 'You are not allowed to view the notes.'; |
0b5a80a1 | 54 | $string['nouser'] = 'You must select a user'; |
b1627a92 DC |
55 | $string['page-notes-x'] = 'Any note pages'; |
56 | $string['page-notes-index'] = 'Notes main page'; | |
30c8dd34 | 57 | $string['personal'] = 'personal'; |
38eac4d5 | 58 | $string['personalnotes'] = 'Personal notes'; |
b8570fe0 | 59 | $string['publishstate'] = 'Context'; |
67b5883e | 60 | $string['publishstate_help'] = 'A note\'s context determines who can see the note. |
b8570fe0 HF |
61 | |
62 | * Personal - The note will be visible only to you | |
63 | * Course - The note will be visible to teachers in this course | |
64 | * Site - The note will be visible to teachers in all courses'; | |
34342a1a | 65 | $string['selectnotestate'] = "Select note state"; |
0b5a80a1 | 66 | $string['site'] = 'site'; |
38eac4d5 | 67 | $string['sitenotes'] = 'Site notes'; |
30c8dd34 | 68 | $string['unknown'] = 'unknown'; |