[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/assign/feedback/editpdf/lang/en/ -> assignfeedback_editpdf.php (source)

   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 'assignfeedback_editpdf', language 'en'
  19   *
  20   * @package   assignfeedback_editpdf
  21   * @copyright 2012 Davo Smith
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  defined('MOODLE_INTERNAL') || die();
  26  
  27  $string['addtoquicklist'] = 'Add to quicklist';
  28  $string['annotationcolour'] = 'Annotation colour';
  29  $string['black'] = 'Black';
  30  $string['blue'] = 'Blue';
  31  $string['cannotopenpdf'] = 'Cannot open the PDF. The file may be corrupt, or in an unsupported format.';
  32  $string['clear'] = 'Clear';
  33  $string['colourpicker'] = 'Colour picker';
  34  $string['commentcolour'] = 'Comment colour';
  35  $string['comment'] = 'Comments';
  36  $string['command'] = 'Command:';
  37  $string['commentcontextmenu'] = 'Comment context menu';
  38  $string['couldnotsavepage'] = 'Could not save page {$a}';
  39  $string['currentstamp'] = 'Stamp';
  40  $string['deleteannotation'] = 'Delete annotation';
  41  $string['deletecomment'] = 'Delete comment';
  42  $string['deletefeedback'] = 'Delete feedback PDF';
  43  $string['downloadablefilename'] = 'feedback.pdf';
  44  $string['downloadfeedback'] = 'Download feedback PDF';
  45  $string['errorgenerateimage'] = 'Error generating image with ghostscript, debugging info: {$a}';
  46  $string['editpdf'] = 'Annotate PDF';
  47  $string['editpdf_help'] = 'Annotate students submissions directly in the browser and produce an edited downloadable PDF.';
  48  $string['enabled'] = 'Annotate PDF';
  49  $string['enabled_help'] = 'If enabled, the teacher will be able to create annotated PDF files when marking the assignments. This allows the teacher to add comments, drawing and stamps directly on top of the students work. The annotating is done in the browser and no extra software is required.';
  50  $string['filter'] = 'Filter comments...';
  51  $string['generatefeedback'] = 'Generate feedback PDF';
  52  $string['gotopage'] = 'Go to page';
  53  $string['green'] = 'Green';
  54  $string['gsimage'] = 'Ghostscript test image';
  55  $string['pathtogspathdesc'] = 'Please note that annotate PDF requires the path to ghostscript to be set in {$a}.';
  56  $string['pathtounoconvpathdesc'] = 'Please note that annotate PDF requires the path to unoconv to be set in {$a}.';
  57  $string['highlight'] = 'Highlight';
  58  $string['jsrequired'] = 'JavaScript is required to annotate a PDF. Please enable JavaScript in your browser to use this feature.';
  59  $string['launcheditor'] = 'Launch PDF editor...';
  60  $string['line'] = 'Line';
  61  $string['loadingeditor'] = 'Loading PDF editor';
  62  $string['navigatenext'] = 'Next page';
  63  $string['navigateprevious'] = 'Previous page';
  64  $string['oval'] = 'Oval';
  65  $string['output'] = 'Output:';
  66  $string['pagenumber'] = 'Page {$a}';
  67  $string['pagexofy'] = 'Page {$a->page} of {$a->total}';
  68  $string['pen'] = 'Pen';
  69  $string['pluginname'] = 'Annotate PDF';
  70  $string['generatingpdf'] = 'Generating the PDF...';
  71  $string['rectangle'] = 'Rectangle';
  72  $string['red'] = 'Red';
  73  $string['result'] = 'Result:';
  74  $string['searchcomments'] = 'Search comments';
  75  $string['select'] = 'Select';
  76  $string['stamppicker'] = 'Stamp picker';
  77  $string['stampsdesc'] = 'Stamps must be image files (recommended size: 40x40). These images can be used with the stamp tool to annotate the PDF.';
  78  $string['stamps'] = 'Stamps';
  79  $string['stamp'] = 'Stamp';
  80  $string['test_doesnotexist'] = 'The ghostscript path points to a non-existent file';
  81  $string['test_empty'] = 'The ghostscript path is empty - please enter the correct path';
  82  $string['testgs'] = 'Test ghostscript path';
  83  $string['test_isdir'] = 'The ghostscript path points to a folder, please include the ghostscript program in the path you specify';
  84  $string['test_notestfile'] = 'The test PDF is missing';
  85  $string['test_notexecutable'] = 'The ghostscript points to a file that is not executable';
  86  $string['test_ok'] = 'The ghostscript path appears to be OK - please check you can see the message in the image below';
  87  $string['test_doesnotexist'] = 'The ghostscript path points to a non-existent file';
  88  $string['test_empty'] = 'The ghostscript path is empty - please enter the correct path';
  89  $string['test_unoconv'] = 'Test unoconv path';
  90  $string['test_unoconvdoesnotexist'] = 'The unoconv path does not point to the unoconv program. Please review your path settings.';
  91  $string['test_unoconvdownload'] = 'Download the converted pdf test file.';
  92  $string['test_unoconvisdir'] = 'The unoconv path points to a folder, please include the unoconv program in the path you specify';
  93  $string['test_unoconvnotestfile'] = 'The test document to be coverted into a PDF is missing';
  94  $string['test_unoconvnotexecutable'] = 'The unoconv path points to a file that is not executable';
  95  $string['test_unoconvok'] = 'The unoconv path appears to be properly configured.';
  96  $string['test_unoconvversionnotsupported'] = 'The version of unoconv you have installed is not supported. Moodle\'s assignment grading feature requires version 0.7 or higher.';
  97  $string['toolbarbutton'] = '{$a->tool} {$a->shortcut}';
  98  $string['tool'] = 'Tool';
  99  $string['viewfeedbackonline'] = 'View annotated PDF...';
 100  $string['white'] = 'White';
 101  $string['yellow'] = 'Yellow';
 102  $string['draftchangessaved'] = 'Draft annotations saved';
 103  $string['preparesubmissionsforannotation'] = 'Prepare submissions for annotation';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1