[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lang/en/ -> notes.php (source)

   1  <?php
   2  
   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.
  14  //
  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/>.
  17  
  18  /**
  19   * Strings for component 'notes', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  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
  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['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['eventnotecreated'] = 'Note created';
  40  $string['eventnoteupdated'] = 'Note updated';
  41  $string['eventnotedeleted'] = 'Note deleted';
  42  $string['eventnotesviewed'] = 'Notes viewed';
  43  $string['groupaddnewnote'] = 'Add a common note';
  44  $string['invalidid'] = 'Invalid note ID specified';
  45  $string['invaliduserid'] = 'Invalid user id: {$a}';
  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';


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1