2012-12-07 09:34:46 +00:00
< ? php
// This file is part of the customcert module for Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
2013-02-20 12:21:57 +00:00
* Language strings for the customcert module .
2012-12-07 09:34:46 +00:00
*
* @ package mod
* @ subpackage customcert
* @ copyright Mark Nelson < markn @ moodle . com >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
$string [ 'addcertpage' ] = 'Add another certificate page' ;
2013-02-20 12:21:57 +00:00
$string [ 'addelement' ] = 'Add element' ;
$string [ 'colour' ] = 'Colour' ;
$string [ 'commonformelements' ] = 'Common form elements' ;
$string [ 'commonformelements_help' ] = ' These are the most common attributes shared between multiple customcert elements .< br />< br />
< strong > Font Size :</ strong > This is the size of the font in points .< br />
< strong > Colour :</ strong > This is the colour of the font .< br />
< strong > Position x :</ strong > This is the position in pixels from the top left corner you wish the element to display in the x direction .< br />
< strong > Position Y :</ strong > This is the position in pixels from the top left corner you wish the element to display in the y direction .< br /> ' ;
2012-12-07 09:34:46 +00:00
$string [ 'coursetimereq' ] = 'Required minutes in course' ;
$string [ 'coursetimereq_help' ] = 'Enter here the minimum amount of time, in minutes, that a student must be logged into the course before they will be able to receive the certificate.' ;
$string [ 'customcert:addinstance' ] = 'Add a new custom certificate instance' ;
$string [ 'customcert:manage' ] = 'Manage a custom certificate' ;
$string [ 'customcert:view' ] = 'View a custom certificate' ;
2013-02-20 12:21:57 +00:00
$string [ 'delete' ] = 'Delete' ;
2012-12-07 09:34:46 +00:00
$string [ 'deletecertpage' ] = 'Delete certificate page' ;
2013-02-20 12:21:57 +00:00
$string [ 'deleteconfirm' ] = 'Delete confirmation' ;
$string [ 'deleteelementconfirm' ] = 'Are you sure you want to delete this element?' ;
$string [ 'deletepageconfirm' ] = 'Are you sure you want to delete this certificate page?' ;
2012-12-07 09:34:46 +00:00
$string [ 'editcustomcert' ] = 'Edit custom certificate' ;
2013-02-20 12:21:57 +00:00
$string [ 'fontsize' ] = 'Size' ;
2012-12-07 09:34:46 +00:00
$string [ 'height' ] = 'Height' ;
$string [ 'heightnotvalid' ] = 'The height has to be a valid number.' ;
$string [ 'height_help' ] = 'This is the height of the certificate PDF in mm. For reference an A4 piece of paper is 297mm high and a letter is 279mm high.' ;
$string [ 'intro' ] = 'Introduction' ;
2013-02-20 12:21:57 +00:00
$string [ 'invalidcolour' ] = 'Please select a valid hexadecimal colour.' ;
$string [ 'invalidposition' ] = 'Please select a positive number for position {$a}.' ;
2012-12-07 09:34:46 +00:00
$string [ 'landscape' ] = 'Landscape' ;
$string [ 'modulename' ] = 'Custom Certificate' ;
$string [ 'modulenameplural' ] = 'Custom Certificates' ;
$string [ 'name' ] = 'Name' ;
$string [ 'noimage' ] = 'No image' ;
$string [ 'options' ] = 'Options' ;
$string [ 'orientation' ] = 'Orientation' ;
$string [ 'orientation_help' ] = 'Choose whether you want your certificate orientation to be portrait or landscape.' ;
$string [ 'page' ] = 'Page {$a}' ;
$string [ 'pluginadministration' ] = 'Custom Certificate administration' ;
$string [ 'pluginname' ] = 'Custom Certificate' ;
$string [ 'portrait' ] = 'Portrait' ;
2013-02-20 12:21:57 +00:00
$string [ 'posx' ] = 'Position X' ;
$string [ 'posy' ] = 'Postion Y' ;
2012-12-07 09:34:46 +00:00
$string [ 'uploadimage' ] = 'Upload image' ;
$string [ 'width' ] = 'Width' ;
$string [ 'widthnotvalid' ] = 'The width has to be a valid number.' ;
$string [ 'width_help' ] = 'This is the width of the certificate PDF in mm. For reference an A4 piece of paper is 210mm wide and a letter is 216mm wide.' ;