From 9606e9003d165c7e8275ce41d6d52de3dd3a8e81 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 9 Aug 2017 19:05:15 +0800 Subject: [PATCH] Lang changes It's not always necessary to specify it is a 'custom' certificate. Also some other minor improvements. --- element/grade/lang/en/customcertelement_grade.php | 6 +++--- lang/en/customcert.php | 13 ++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/element/grade/lang/en/customcertelement_grade.php b/element/grade/lang/en/customcertelement_grade.php index 17a12f7..2d4d4b5 100644 --- a/element/grade/lang/en/customcertelement_grade.php +++ b/element/grade/lang/en/customcertelement_grade.php @@ -28,8 +28,8 @@ $string['gradeitem_help'] = 'The grade item you wish to display the grade of.'; $string['gradeformat'] = 'Grade format'; $string['gradeformat_help'] = 'The format you wish to use when displaying the grade.'; $string['gradeitem'] = 'Grade item'; -$string['gradepercent'] = 'Percentage Grade'; -$string['gradepoints'] = 'Points Grade'; -$string['gradeletter'] = 'Letter Grade'; +$string['gradepercent'] = 'Percentage'; +$string['gradepoints'] = 'Points'; +$string['gradeletter'] = 'Letter'; $string['pluginname'] = 'Grade'; $string['previewgrade'] = 'Preview grade'; diff --git a/lang/en/customcert.php b/lang/en/customcert.php index 1d9d7e1..d2a5a40 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -46,12 +46,11 @@ $string['deleteelementconfirm'] = 'Are you sure you want to delete this element? $string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?'; $string['deletetemplateconfirm'] = 'Are you sure you want to delete this certificate template?'; $string['description'] = 'Description'; -$string['editcustomcert'] = 'Edit custom certificate'; +$string['editcustomcert'] = 'Edit certificate'; $string['editelement'] = 'Edit element'; $string['edittemplate'] = 'Edit template'; $string['elementname'] = 'Element name'; -$string['elementname_help'] = 'This will be the name used to identify this element when editing a custom certificate. For example, you may have multiple images on a -page and will want to distinguish between them quickly when editing the certificate. Note: this will not displayed on the PDF.'; +$string['elementname_help'] = 'This will be the name used to identify this element when editing a certificate. Note: this will not displayed on the PDF.'; $string['elements'] = 'Elements'; $string['elements_help'] = 'This is the list of elements that will be displayed on the certificate. @@ -96,7 +95,7 @@ $string['load'] = 'Load'; $string['loadtemplate'] = 'Load template'; $string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.'; $string['managetemplates'] = 'Manage templates'; -$string['managetemplatesdesc'] = 'This link will take you to a new screen where you will be able to manage templates used by customcert activities in courses.'; +$string['managetemplatesdesc'] = 'This link will take you to a new screen where you will be able to manage templates used by Custom certificate activities in courses.'; $string['modify'] = 'Modify'; $string['modulename'] = 'Custom certificate'; $string['modulenameplural'] = 'Custom certificates'; @@ -105,7 +104,7 @@ $string['modulename_link'] = 'Custom_certificate_module'; $string['mycertificates'] = 'My certificates'; $string['name'] = 'Name'; $string['nametoolong'] = 'You have exceeded the maximum length allowed for the name'; -$string['nocustomcerts'] = 'There are no custom certificates for this course'; +$string['nocustomcerts'] = 'There are no certificates for this course'; $string['noimage'] = 'No image'; $string['notemplates'] = 'No templates'; $string['notissued'] = 'Not issued'; @@ -151,12 +150,12 @@ $string['topright'] = 'Top right'; $string['type'] = 'Type'; $string['uploadimage'] = 'Upload image'; $string['uploadimagedesc'] = 'This link will take you to a new screen where you will be able to upload images. Images uploaded using -this method will be available throughout your site to all users who are able to create a custom certificate.'; +this method will be available throughout your site to all users who are able to create a certificate.'; $string['verified'] = 'Verified'; $string['verify'] = 'Verify'; $string['verifycertificate'] = 'Verify certificate'; $string['verifycertificateanyone'] = 'Allow anyone to verify a certificate'; $string['verifycertificateanyone_help'] = 'This setting enables anyone with the certificate verification link (including users not logged in) to verify a certificate.'; -$string['viewcustomcertissues'] = 'View {$a} issued custom certificates'; +$string['viewcustomcertissues'] = 'View {$a} issued certificates'; $string['width'] = 'Width'; $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.';