Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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['addbulknote'] = 'Add a new note to {$a} people';
28
$string['addbulknotesingle'] = 'Add a new note to 1 person';
29
$string['addbulknotedone'] = 'Note added to {$a} people';
30
$string['addbulknotedonesingle'] = 'Note added to 1 person';
31
$string['addnewnoteselect'] = 'Select users to write notes about';
32
$string['author'] = 'Author';
33
$string['bynameondate'] = 'by {$a->name} - {$a->date}';
34
$string['configenablenotes'] = 'Enable storing of notes about individual users.';
35
$string['content'] = 'Content';
36
$string['course'] = 'course';
37
$string['coursenotes'] = 'Course notes';
38
$string['created'] = 'created';
39
$string['deleteconfirm'] = 'Delete this note?';
40
$string['deletenotes'] = 'Delete all notes';
41
$string['editnote'] = 'Edit note';
42
$string['enablenotes'] = 'Enable notes';
43
$string['eventnotecreated'] = 'Note created';
44
$string['eventnoteupdated'] = 'Note updated';
45
$string['eventnotedeleted'] = 'Note deleted';
46
$string['eventnotesviewed'] = 'Notes viewed';
47
$string['invalidid'] = 'Invalid note ID specified';
48
$string['invaliduserid'] = 'Invalid user id: {$a}';
49
$string['myprofileownnotes'] = 'My notes';
50
$string['nocontent'] = 'Note content can not be empty';
51
$string['nonotes'] = 'There are no notes of this type yet';
52
$string['nopermissiontodelete'] = 'You may not delete this note';
53
$string['note'] = 'Note';
54
$string['notes'] = 'Notes';
55
$string['notesdisabled'] = 'Notes are disabled, sorry.';
56
$string['notesnotvisible'] = 'You are not allowed to view the notes.';
57
$string['nouser'] = 'You must select a user';
58
$string['page-notes-x'] = 'Any note pages';
59
$string['page-notes-index'] = 'Notes main page';
60
$string['personal'] = 'personal';
61
$string['personalnotes'] = 'Personal notes';
62
$string['privacy:metadata:core_notes'] = 'The Notes component stores user notes within the core subsystem.';
63
$string['privacy:metadata:core_notes:content'] = 'The content of the note.';
64
$string['privacy:metadata:core_notes:courseid'] = 'The ID of the course associated with the note';
65
$string['privacy:metadata:core_notes:created'] = 'The creation date/time for the note.';
66
$string['privacy:metadata:core_notes:lastmodified'] = 'The last modified date/time for the note.';
67
$string['privacy:metadata:core_notes:publishstate'] = 'The publish state of the note.';
68
$string['privacy:metadata:core_notes:userid'] = 'The ID of the user associated with the note';
69
$string['publishstate'] = 'Context';
70
$string['publishstate_help'] = 'A note\'s context determines who can see the note in everyday use. Users should be aware that all notes, including personal ones, may be disclosed under the laws of their jurisdictions.
71
 
72
* Personal - The note will be visible only to you
73
* Course - The note will be visible to teachers in this course
74
* Site - The note will be visible to teachers in all courses';
75
$string['recipient'] = 'Recipient';
76
$string['site'] = 'site';
77
$string['sitenotes'] = 'Site notes';
78
$string['unknown'] = 'unknown';