MDL-63854 competencies, themes: misplaced dropdown arrows
[moodle.git] / lang / en / badges.php
blob7c011638474ca152258ac157489cecd7c1ba23ca
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.
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/>.
17 /**
18 * Language file for 'badges' component
20 * @package core_badges
21 * @subpackage badges
22 * @copyright 2012 onwards Totara Learning Solutions Ltd {@link http://www.totaralms.com/}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24 * @author Yuliya Bozhko <yuliya.bozhko@totaralms.com>
27 $string['actions'] = 'Actions';
28 $string['activate'] = 'Enable access';
29 $string['activatesuccess'] = 'Access to the badges was successfully enabled.';
30 $string['addalignment'] = 'Add competency alignment';
31 $string['addbadge'] = 'Add badges';
32 $string['addbadge_help'] = 'Select all badges that should be added to this badge requirement. Hold CTRL key to select multiple items.';
33 $string['addbadgecriteria'] = 'Add badge criteria';
34 $string['addcriteria'] = 'Add criteria';
35 $string['addcriteriatext'] = 'To start adding criteria, please select one of the options from the drop-down menu.';
36 $string['addcohort'] = 'Add cohort';
37 $string['addcohort_help'] = 'Select all cohorts that should be added to this badge requirement. Hold CTRL key to select multiple items.';
38 $string['addcourse'] = 'Add courses';
39 $string['addcourse_help'] = 'Select all courses that should be added to this badge requirement. Hold CTRL key to select multiple items.';
40 $string['addrelated'] = 'Add related badge';
41 $string['addtobackpack'] = 'Add to backpack';
42 $string['adminonly'] = 'This page is restricted to site administrators only.';
43 $string['after'] = 'after the date of issue.';
44 $string['aggregationmethod'] = 'Aggregation method';
45 $string['alignment'] = 'Competencies alignment';
46 $string['all'] = 'All';
47 $string['allmethod'] = 'All of the selected conditions are met';
48 $string['allmethodactivity'] = 'All of the selected activities are complete';
49 $string['allmethodbadges'] = 'All of the selected badges have been earned';
50 $string['allmethodcohort'] = 'Membership in all the selected cohorts';
51 $string['allmethodcourseset'] = 'All of the selected courses are complete';
52 $string['allmethodmanual'] = 'All of the selected roles award the badge';
53 $string['allmethodprofile'] = 'All of the selected profile fields have been completed';
54 $string['allowcoursebadges'] = 'Enable course badges';
55 $string['allowcoursebadges_desc'] = 'Allow badges to be created and awarded in the course context.';
56 $string['allowexternalbackpack'] = 'Enable connection to external backpacks';
57 $string['allowexternalbackpack_desc'] = 'Allow users to set up connections and display badges from their external backpack providers.
59 Note: It is recommended to leave this option disabled if the website cannot be accessed from the Internet (e.g. because of the firewall).';
60 $string['any'] = 'Any';
61 $string['anymethod'] = 'Any of the selected conditions is met';
62 $string['anymethodactivity'] = 'Any of the selected activities is complete';
63 $string['anymethodbadges'] = 'Any of the selected badges have been earned';
64 $string['anymethodcohort'] = 'Membership in any of the selected cohorts';
65 $string['anymethodcourseset'] = 'Any of the selected courses is complete';
66 $string['anymethodmanual'] = 'Any of the selected roles awards the badge';
67 $string['anymethodprofile'] = 'Any of the selected profile fields has been completed';
68 $string['archivebadge'] = 'Would you like to delete badge \'{$a}\', but keep existing issued badges?';
69 $string['archiveconfirm'] = 'Delete and keep existing issued badges';
70 $string['archivehelp'] = '<p>This option means that the badge will be marked as "retired" and will no longer appear in the list of badges. Users will no longer be able to earn this badge, however existing badge recipients will still be able to display this badge on their profile page and push it to their external backpacks.</p>
71 <p>If you would like your users to retain access to the earned badges it is important to select this option instead of fully deleting badges.</p>';
72 $string['attachment'] = 'Attach badge to message';
73 $string['attachment_help'] = 'If enabled, an issued badge file will be attached to the recipient\'s email for download. (Attachments must be enabled in Site administration > Plugins > Message outputs > Email to use this option.)';
74 $string['authorimage'] = 'Image author';
75 $string['authorimage_help'] = 'Author of the image, must be an URL.';
76 $string['award'] = 'Award badge';
77 $string['awardedtoyou'] = 'Issued to me';
78 $string['awardoncron'] = 'Access to the badges was successfully enabled. Too many users can instantly earn this badge. To ensure site performance, this action will take some time to process.';
79 $string['awards'] = 'Recipients';
80 $string['backpackavailability'] = 'External badge verification';
81 $string['backpackavailability_help'] = 'For badge recipients to be able to prove they earned their badges from you, an external backpack service should be able to access your site and verify badges issued from it. Your site does not currently appear to be accessible, which means that badges you have already issued or will issue in the future cannot be verified.
83 **Why am I seeing this message?**
85 It may be that your firewall prevents access from users outside your network, your site is password protected, or you are running the site on a computer that is not available from the Internet (such as a local development machine).
87 **Is this a problem?**
89 You should fix this issue on any production site where you are planning to issue badges, otherwise the recipients will not be able to prove they earned their badges from you. If your site is not yet live you can create and issue test badges, as long as the site is accessible before you go live.
91 **What if I can\'t make my whole site publicly accessible?**
93 The only URL required for verification is [your-site-url]/badges/assertion.php so if you are able to modify your firewall to allow external access to that file, badge verification will still work.';
94 $string['backpackbadges'] = 'You have {$a->totalbadges} badge(s) displayed from {$a->totalcollections} collection(s). <a href="mybackpack.php">Change backpack settings</a>.';
95 $string['backpackcannotsendverification'] = 'Cannot send verification email';
96 $string['backpackconnection'] = 'Backpack connection';
97 $string['backpackconnection_help'] = 'This page allows you to set up connection to an external backpack provider. Connecting to a backpack lets you display external badges within this site and push badges earned here to your backpack.
99 Currently, only <a href="http://backpack.openbadges.org">Mozilla OpenBadges Backpack</a> is supported. You need to sign up for a backpack service before trying to set up backpack connection on this page.';
100 $string['backpackconnectioncancelattempt'] = 'Connect using a different email address';
101 $string['backpackconnectionconnect'] = 'Connect to backpack';
102 $string['backpackconnectionresendemail'] = 'Resend verification email';
103 $string['backpackconnectionunexpectedresult'] = 'There was a problem connecting to your backpack. Please try again.<br><br>If the problem persists, contact your administrator.';
104 $string['backpackdetails'] = 'Backpack settings';
105 $string['backpackemail'] = 'Email address';
106 $string['backpackemail_help'] = 'The email address associated with your backpack. While you are connected, any badges earned on this site will be associated with this email address.';
107 $string['backpackemailverificationpending'] = 'Verification pending';
108 $string['backpackemailverifyemailbody'] = 'Hi,
110 A new connection to your OpenBadges backpack has been requested from \'{$a->sitename}\' using your email address.
112 To confirm and activate the connection to your backpack, please go to
114 {$a->link}
116 In most mail programs, this should appear as a blue link which you can just click on. If that doesn\'t work, then cut and paste the address into the address line at the top of your web browser.
118 If you need help, please contact the site administrator,
119 {$a->admin}';
120 $string['backpackemailverifyemailsubject'] = '{$a}: OpenBadges Backpack email verification';
121 $string['backpackemailverifypending'] = 'A verification email has been sent to <strong>{$a}</strong>. Click on the verification link in the email to activate your Backpack connection.';
122 $string['backpackemailverifysuccess'] = 'Thanks for verifying your email address. You are now connected to your backpack.';
123 $string['backpackemailverifytokenmismatch'] = 'The token in the link you clicked does not match the stored token. Make sure you clicked the link in most recent email you received.';
124 $string['backpackimport'] = 'Badge import settings';
125 $string['backpackimport_help'] = 'After the backpack connection is successfully established, badges from your backpack can be displayed on your badges page and your profile page.
127 In this area, you can select collections of badges from your backpack that you would like to display in your profile.';
128 $string['badges'] = 'Badges';
129 $string['badgedetails'] = 'Badge details';
130 $string['badgeimage'] = 'Image';
131 $string['badgeimage_help'] = 'This is an image that will be used when this badge is issued.
133 To add a new image, browse and select an image (in JPG or PNG format) then click "Save changes". The image will be cropped to a square and resized to match badge image requirements. ';
135 $string['badgeprivacysetting'] = 'Badge privacy settings';
136 $string['badgeprivacysetting_help'] = 'Badges you earn can be displayed on your account profile page. This setting allows you to automatically set the visibility of the newly earned badges.
138 You can still control individual badge privacy settings on your badges page.';
139 $string['badgeprivacysetting_str'] = 'Automatically show badges I earn on my profile page';
140 $string['badgesalt'] = 'Salt for hashing the recipient\'s email address';
141 $string['badgesalt_desc'] = 'Using a hash allows backpack services to confirm the badge earner without having to expose their email address. This setting should only use numbers and letters.
143 Note: For recipient verification purposes, please avoid changing this setting once you start issuing badges.';
144 $string['badgesdisabled'] = 'Badges are not enabled on this site.';
145 $string['badgesearned'] = 'Number of badges earned: {$a}';
146 $string['badgesettings'] = 'Badges settings';
147 $string['badgestatus_0'] = 'Not available to users';
148 $string['badgestatus_1'] = 'Available to users';
149 $string['badgestatus_2'] = 'Not available to users';
150 $string['badgestatus_3'] = 'Available to users';
151 $string['badgestatus_4'] = 'Archived';
152 $string['badgestoearn'] = 'Number of badges available: {$a}';
153 $string['badgesview'] = 'Course badges';
154 $string['badgeurl'] = 'Issued badge link';
155 $string['bawards'] = 'Recipients ({$a})';
156 $string['bcriteria'] = 'Criteria';
157 $string['bdetails'] = 'Edit details';
158 $string['bendorsement'] = 'Endorsement';
159 $string['bmessage'] = 'Message';
160 $string['boverview'] = 'Overview';
161 $string['brelated'] = 'Related badges ({$a})';
162 $string['balignment'] = 'Competencies ({$a})';
163 $string['bydate'] = ' complete by';
164 $string['imagecaption'] = 'Image caption';
165 $string['imagecaption_help'] = 'Caption for the image.';
166 $string['claim'] = 'Claim';
167 $string['claimcomment'] = 'Endorsement Comment';
168 $string['claimid'] = 'Claim URL';
169 $string['clearsettings'] = 'Clear settings';
170 $string['completionnotenabled'] = 'Course completion is not enabled for this course, so it cannot be included in badge criteria. Course completion may be enabled in the course settings.';
171 $string['completioninfo'] = 'This badge was issued for completing: ';
172 $string['configenablebadges'] = 'When enabled, this feature lets you create badges and award them to site users.';
173 $string['configuremessage'] = 'Badge message';
174 $string['connect'] = 'Connect';
175 $string['connected'] = 'Connected';
176 $string['connecting'] = 'Connecting...';
177 $string['contact'] = 'Contact';
178 $string['contact_help'] = 'An email address associated with the badge issuer.';
179 $string['copyof'] = 'Copy of {$a}';
180 $string['coursebadgesdisabled'] = 'Course badges are not enabled on this site.';
181 $string['coursecompletion'] = 'Users must complete this course.';
182 $string['coursebadges'] = 'Badges';
183 $string['create'] = 'New badge';
184 $string['createbutton'] = 'Create badge';
185 $string['creatorbody'] = '<p>{$a->user} has completed all badge requirements and has been awarded the badge. View issued badge at {$a->link} </p>';
186 $string['creatorsubject'] = '\'{$a}\' has been awarded!';
187 $string['criteriasummary'] = 'Criteria summary';
188 $string['criteriacreated'] = 'Badge criteria successfully created';
189 $string['criteriadeleted'] = 'Badge criteria successfully deleted';
190 $string['criteriaupdated'] = 'Badge criteria successfully updated';
191 $string['criteria_descr'] = 'Users are awarded this badge when they complete the following requirement:';
192 $string['criteria_descr_bydate'] = ' by <em>{$a}</em> ';
193 $string['criteria_descr_grade'] = ' with minimum grade of <em>{$a}</em> ';
194 $string['criteria_descr_short0'] = 'Complete <strong>{$a}</strong> of: ';
195 $string['criteria_descr_short1'] = 'Complete <strong>{$a}</strong> of: ';
196 $string['criteria_descr_short2'] = 'Awarded by <strong>{$a}</strong> of: ';
197 $string['criteria_descr_short4'] = 'Complete the course ';
198 $string['criteria_descr_short5'] = 'Complete <strong>{$a}</strong> of: ';
199 $string['criteria_descr_short6'] = 'Complete <strong>{$a}</strong> of: ';
200 $string['criteria_descr_short7'] = 'Complete <strong>{$a}</strong> of: ';
201 $string['criteria_descr_short8'] = 'Cohort membership in <strong>{$a}</strong> of: ';
202 $string['criteria_descr_single_short1'] = 'Complete: ';
203 $string['criteria_descr_single_short2'] = 'Awarded by: ';
204 $string['criteria_descr_single_short4'] = 'Complete the course ';
205 $string['criteria_descr_single_short5'] = 'Complete: ';
206 $string['criteria_descr_single_short6'] = 'Complete: ';
207 $string['criteria_descr_single_short7'] = 'Complete: ';
208 $string['criteria_descr_single_short8'] = 'Membership in: ';
209 $string['criteria_descr_single_1'] = 'The following activity has to be completed:';
210 $string['criteria_descr_single_2'] = 'This badge has to be awarded by a user with the following role:';
211 $string['criteria_descr_single_4'] = 'Users must complete the course';
212 $string['criteria_descr_single_5'] = 'The following course has to be completed:';
213 $string['criteria_descr_single_6'] = 'The following user profile field has to be completed:';
214 $string['criteria_descr_single_7'] = 'The following badge has to be earned:';
215 $string['criteria_descr_single_8'] = 'Membership in the following cohort is required:';
216 $string['criteria_descr_0'] = 'Users are awarded this badge when they complete <strong>{$a}</strong> of the listed requirements.';
217 $string['criteria_descr_1'] = '<strong>{$a}</strong> of the following activities are completed:';
218 $string['criteria_descr_2'] = 'This badge has to be awarded by the users with <strong>{$a}</strong> of the following roles:';
219 $string['criteria_descr_4'] = 'Users must complete the course';
220 $string['criteria_descr_5'] = '<strong>{$a}</strong> of the following courses have to be completed:';
221 $string['criteria_descr_6'] = '<strong>{$a}</strong> of the following user profile fields have to be completed:';
222 $string['criteria_descr_7'] = '<strong>{$a}</strong> of the following badges have to be earned:';
223 $string['criteria_descr_8'] = 'Membership in <strong>{$a}</strong> of the following cohorts is required:';
224 $string['criteria_0'] = 'This badge is awarded when...';
225 $string['criteria_1'] = 'Activity completion';
226 $string['criteria_1_help'] = 'Allows a badge to be awarded to users based on the completion of a set of activities within a course.';
227 $string['criteria_2'] = 'Manual issue by role';
228 $string['criteria_2_help'] = 'Allows a badge to be awarded manually by users who have a particular role within the site or course.';
229 $string['criteria_3'] = 'Social participation';
230 $string['criteria_3_help'] = 'Social';
231 $string['criteria_4'] = 'Course completion';
232 $string['criteria_4_help'] = 'Allows a badge to be awarded to users who have completed the course. This criterion can have additional parameters such as minimum grade and date of course completion.';
233 $string['criteria_5'] = 'Completing a set of courses';
234 $string['criteria_5_help'] = 'Allows a badge to be awarded to users who have completed a set of courses. Each course can have additional parameters such as minimum grade and date of course completion. ';
235 $string['criteria_6'] = 'Profile completion';
236 $string['criteria_6_help'] = 'Allows a badge to be awarded to users for completing certain fields in their profile. You can select from default and custom profile fields that are available to users. ';
237 $string['criteria_7'] = 'Awarded badges';
238 $string['criteria_7_help'] = 'Allows a badge to be awarded to users based on the other badges thay have earned.';
239 $string['criteria_8'] = 'Cohort membership';
240 $string['criteria_8_help'] = 'Allows a badge to be awarded to users based on cohort membership.';
241 $string['criterror'] = 'Current parameters issues';
242 $string['criterror_help'] = 'This fieldset shows all parameters that were initially added to this badge requirement but are no longer available. It is recommended that you un-check such parameters to make sure that users can earn this badge in the future.';
243 $string['currentimage'] = 'Current image';
244 $string['currentstatus'] = 'Current status: ';
245 $string['dateawarded'] = 'Date issued';
246 $string['dateearned'] = 'Date: {$a}';
247 $string['day'] = 'Day(s)';
248 $string['deactivate'] = 'Disable access';
249 $string['deactivatesuccess'] = 'Access to the badges was successfully disabled.';
250 $string['defaultissuercontact'] = 'Default badge issuer contact details';
251 $string['defaultissuercontact_desc'] = 'An email address associated with the badge issuer.';
252 $string['defaultissuername'] = 'Default badge issuer name';
253 $string['defaultissuername_desc'] = 'Name of the issuing agent or authority.';
254 $string['delbadge'] = 'Would you like to delete badge \'{$a}\' and remove all existing issued badges?';
255 $string['delconfirm'] = 'Delete and remove existing issued badges';
256 $string['deletehelp'] = '<p>Fully deleting a badge means that all its information and criteria records will be permanently removed. Users who have earned this badge will no longer be able to access it and display it on their profile pages.</p>
257 <p>Note: Users who have earned this badge and have already pushed it to their external backpack, will still have this badge in their external backpack. However, they will not be able to access criteria and evidence pages linking back to this web site.</p>';
258 $string['delcritconfirm'] = 'Are you sure that you want to delete this criterion?';
259 $string['delparamconfirm'] = 'Are you sure that you want to delete this parameter?';
260 $string['description'] = 'Description';
261 $string['disconnect'] = 'Disconnect';
262 $string['donotaward'] = 'Currently, this badge is not active, so it cannot be awarded to users. If you would like to award this badge, please set its status to active.';
263 $string['editsettings'] = 'Edit settings';
264 $string['enablebadges'] = 'Enable badges';
265 $string['endorsement'] = 'Endorsement';
266 $string['error:backpackdatainvalid'] = 'The data return from the backpack was invalid.';
267 $string['error:backpackemailnotfound'] = 'The email \'{$a}\' is not associated with a backpack. You need to <a href="http://backpack.openbadges.org">create a backpack</a> for that account or sign in with another email address.';
268 $string['error:backpacknotavailable'] = 'Your site is not accessible from the Internet, so any badges issued from this site cannot be verified by external backpack services.';
269 $string['error:backpackproblem'] = 'There was a problem connecting to your backpack service provider. Please try again later.';
270 $string['error:badgeawardnotfound'] = 'Cannot verify this awarded badge. This badge may have been revoked.';
271 $string['error:badgenotfound'] = 'Badge not found';
272 $string['error:cannotact'] = 'Cannot activate the badge. ';
273 $string['error:cannotawardbadge'] = 'Cannot award badge to a user.';
274 $string['error:cannotrevokebadge'] = 'Cannot revoke badge from a user.';
275 $string['error:cannotdeletecriterion'] = 'This criterion cannot be deleted. ';
276 $string['error:connectionunknownreason'] = 'The connection was unsuccessful but no reason was given.';
277 $string['error:clone'] = 'Cannot clone the badge.';
278 $string['error:duplicatename'] = 'Badge with such name already exists in the system.';
279 $string['error:externalbadgedoesntexist'] = 'Badge not found';
280 $string['error:guestuseraccess'] = 'You are currently using guest access. To see badges you need to log in with your user account.';
281 $string['error:invalidbadgeurl'] = 'Invalid badge issuer URL format.';
282 $string['error:invalidcriteriatype'] = 'Invalid criteria type.';
283 $string['error:invalidexpiredate'] = 'Expiry date has to be in the future.';
284 $string['error:invalidexpireperiod'] = 'Expiry period cannot be negative or equal 0.';
285 $string['error:invalidparambadge'] = 'Badge does not exist. ';
286 $string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.';
287 $string['error:nobadges'] = 'There are no course or site badges with access enabled to be added as criteria.';
288 $string['error:invalidparamcohort'] = 'Cohort does not exist. ';
289 $string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.';
290 $string['error:nocohorts'] = 'No cohorts';
291 $string['error:nocourses'] = 'Course completion is not enabled for any of the courses in this site, so none can be displayed. Course completion may be enabled in the course settings.';
292 $string['error:nogroups'] = '<p>There are no public collections of badges available in your backpack. </p>
293 <p>Only public collections are shown, <a href="http://backpack.openbadges.org">visit your backpack</a> to create some public collections.</p>';
294 $string['error:nopermissiontoview'] = 'You have no permissions to view badge recipients';
295 $string['error:nosuchbadge'] = 'Badge with id {$a} does not exist.';
296 $string['error:nosuchcohort'] = 'Warning: This cohort is no longer available.';
297 $string['error:nosuchcourse'] = 'Warning: This course is no longer available.';
298 $string['error:nosuchfield'] = 'Warning: This user profile field is no longer available.';
299 $string['error:nosuchmod'] = 'Warning: This activity is no longer available.';
300 $string['error:nosuchrole'] = 'Warning: This role is no longer available.';
301 $string['error:nosuchuser'] = 'User with this email address does not have an account with the current backpack provider.';
302 $string['error:notifycoursedate'] = 'Warning: Badges associated with course and activity completions will not be issued until the course start date.';
303 $string['error:parameter'] = 'Warning: At least one parameter should be selected to ensure correct badge issuing workflow.';
304 $string['error:requesttimeout'] = 'The connection request timed out before it could complete.';
305 $string['error:requesterror'] = 'The connection request failed (error code {$a}).';
306 $string['error:relatedbadgedoesntexist'] = 'There is no public badge with this identifier';
307 $string['error:save'] = 'Cannot save the badge.';
308 $string['error:userdeleted'] = '{$a->user} (This user no longer exists in {$a->site})';
309 $string['eventbadgearchived'] = 'Badge archived';
310 $string['eventbadgeawarded'] = 'Badge awarded';
311 $string['eventbadgecreated'] = 'Badge created';
312 $string['eventbadgecriteriacreated'] = 'Badge criteria created';
313 $string['eventbadgecriteriadeleted'] = 'Badge criteria deleted';
314 $string['eventbadgecriteriaupdated'] = 'Badge criteria updated';
315 $string['eventbadgedeleted'] = 'Badge deleted';
316 $string['eventbadgedisabled'] = 'Badge disabled';
317 $string['eventbadgeduplicated'] = 'Badge duplicated';
318 $string['eventbadgeenabled'] = 'Badge enabled';
319 $string['eventbadgelistingviewed'] = 'Badge listing viewed';
320 $string['eventbadgerevoked'] = 'Badge revoked';
321 $string['eventbadgeupdated'] = 'Badge updated';
322 $string['eventbadgeviewed'] = 'Badge viewed';
323 $string['evidence'] = 'Evidence';
324 $string['existingrecipients'] = 'Existing badge recipients';
325 $string['expired'] = 'Expired';
326 $string['expiredate'] = 'This badge expires on {$a}.';
327 $string['expireddate'] = 'This badge expired on {$a}.';
328 $string['expireperiod'] = 'This badge expires {$a} day(s) after being issued.';
329 $string['expireperiodh'] = 'This badge expires {$a} hour(s) after being issued.';
330 $string['expireperiodm'] = 'This badge expires {$a} minute(s) after being issued.';
331 $string['expireperiods'] = 'This badge expires {$a} second(s) after being issued.';
332 $string['expirydate'] = 'Expiry date';
333 $string['expirydate_help'] = 'Optionally, badges can expire on a specific date, or the date can be calculated based on the date when the badge was issued to a user. ';
334 $string['externalconnectto'] = 'To display external badges you need to <a href="{$a}">connect to a backpack</a>.';
335 $string['externalbadges'] = 'My badges from other web sites';
336 $string['externalbadgesp'] = 'Badges from other web sites:';
337 $string['externalbadges_help'] = 'This area displays badges from your external backpack.';
338 $string['fixed'] = 'Fixed date';
339 $string['hiddenbadge'] = 'Unfortunately, the badge owner has not made this information available.';
340 $string['imageauthoremail'] = 'Image author\'s email';
341 $string['imageauthoremail_help'] = 'An email address associated with author of the image.';
342 $string['imageauthorname'] = 'Image author\'s name';
343 $string['imageauthorname_help'] = 'The name of the badge image\'s author';
344 $string['imageauthorurl'] = 'Image author\'s URL';
345 $string['imageauthorurl_help'] = 'The URL of the image\'s author';
346 $string['invalidurl'] = 'Invalid URL';
347 $string['issuedbadge'] = 'Issued badge information';
348 $string['issuancedetails'] = 'Badge expiry';
349 $string['issuerdetails'] = 'Issuer details';
350 $string['issueremail'] = 'Email';
351 $string['issueremail_help'] = 'Endorser\'s contact address';
352 $string['issuername'] = 'Issuer name';
353 $string['issuername_help'] = 'Name of the issuing agent or authority.';
354 $string['issuername_endorsement'] = 'Name';
355 $string['issuername_endorsement_help'] = 'The name of the endorser.';
356 $string['issuerurl'] = 'Issuer URL';
357 $string['issuerurl_help'] = 'The homepage or social media profile of the endorser. Should be a URL/URI Accessible via HTTP.';
358 $string['language'] = 'Language';
359 $string['language_help'] = 'Identify which language your badge expressed in.';
360 $string['localconnectto'] = 'To share these badges outside this web site you need to <a href="{$a}">connect to a backpack</a>.';
361 $string['localbadges'] = 'My badges from {$a} web site';
362 $string['localbadgesh'] = 'My badges from this web site';
363 $string['localbadgesh_help'] = 'All badges earned within this web site by completing courses, course activities, and other requirements.
365 You can manage your badges here by making them public or private for your profile page.
367 You can download all of your badges or each badge separately and save them on your computer. Downloaded badges can be added to your external backpack service.';
368 $string['localbadgesp'] = 'Badges from {$a}:';
369 $string['makeprivate'] = 'Make private';
370 $string['makepublic'] = 'Make public';
371 $string['managebadges'] = 'Manage badges';
372 $string['message'] = 'Message body';
373 $string['messagebody'] = '<p>You have been awarded the badge "%badgename%"!</p>
374 <p>More information about this badge can be found on the %badgelink% badge information page.</p>
375 <p>You can manage and download the badge from your {$a} page.</p>';
376 $string['messagesubject'] = 'Congratulations! You just earned a badge!';
377 $string['method'] = 'This criterion is complete when...';
378 $string['mingrade'] = 'Minimum grade required';
379 $string['month'] = 'Month(s)';
380 $string['mybadges'] = 'My badges';
381 $string['mybackpack'] = 'My backpack settings';
382 $string['never'] = 'Never';
383 $string['newbadge'] = 'Add a new badge';
384 $string['newimage'] = 'New image';
385 $string['noalignment'] = 'This badge does not have a competencies alignment.';
386 $string['noawards'] = 'This badge has not been earned yet.';
387 $string['nobackpack'] = 'There is no backpack service connected to this account.<br/>';
388 $string['nobackpackbadges'] = 'There are no badges in the collections you have selected. <a href="mybackpack.php">Add more collections</a>.';
389 $string['nobackpackcollections'] = 'No badge collections have been selected. <a href="mybackpack.php">Add collections</a>.';
390 $string['nobadges'] = 'There are no badges available.';
391 $string['nocriteria'] = 'Criteria for this badge have not been set up yet.';
392 $string['noendorsement'] = 'This badge does not have an endorsement.';
393 $string['noexpiry'] = 'This badge does not have an expiry date.';
394 $string['noparamstoadd'] = 'There are no additional parameters available to add to this badge requirement.';
395 $string['norelated'] = 'This badge does not have related badges.';
396 $string['notacceptedrole'] = 'Your current role assignment is not among the roles that can manually issue this badge.<br/>
397 If you would like to see users who have already earned this badge, you can visit {$a} page. ';
398 $string['notconnected'] = 'Not connected';
399 $string['notealignment'] = '<p>Identify Competencies, Skills or Standards that this badge aligns to so that earners and consumers can understand how the badge may stack and build upon one another.</p>
400 <p>Example:</p>
401 <ul>
402 <li>Name: CCSS.ELA-Literacy.RST.11-12.3</li>
403 <li>URL: http://www.corestandards.org/ELA-Literacy/RST/11-12/3</li>
404 <li>Description: Follow precisely a complex multistep procedure when carrying out experiments, taking measurements, or performing technical tasks; analyze the specific results based on explanations in the text.</li>
405 <li>Code: CCSS.ELA-Literacy.RST.11-12.3</li>
406 </ul>';
407 $string['noteendorsement'] = 'Endorsement is used to provide a comment expressing approval of a Badge from a third party, that it is a good representation of the achievement it describes.';
408 $string['noterelated'] = 'When you have multiple badges, you may want to keep track of the history behind their developements, choose \'Add related badge\' button then specify the badges relating to this one and their version.';
409 $string['nothingtoadd'] = 'There are no available criteria to add.';
410 $string['notification'] = 'Notify badge creator';
411 $string['notification_help'] = 'This setting manages notifications sent to a badge creator to let them know that the badge has been issued.
413 The following options are available:
415 * **NEVER** – Do not send notifications.
417 * **EVERY TIME** – Send a notification every time this badge is awarded.
419 * **DAILY** – Send notifications once a day.
421 * **WEEKLY** – Send notifications once a week.
423 * **MONTHLY** – Send notifications once a month.';
424 $string['notifydaily'] = 'Daily';
425 $string['notifyevery'] = 'Every time';
426 $string['notifymonthly'] = 'Monthly';
427 $string['notifyweekly'] = 'Weekly';
428 $string['numawards'] = 'This badge has been issued to <a href="{$a->link}">{$a->count}</a> user(s).';
429 $string['numawardstat'] = 'This badge has been issued {$a} user(s).';
430 $string['overallcrit'] = 'of the selected criteria are complete.';
431 $string['potentialrecipients'] = 'Potential badge recipients';
432 $string['preferences'] = 'Badge preferences';
433 $string['privacy:metadata:backpack'] = 'A record of user\'s backpacks';
434 $string['privacy:metadata:backpack:backpackuid'] = 'The backpack unique identifier';
435 $string['privacy:metadata:backpack:backpackurl'] = 'The backpack URL';
436 $string['privacy:metadata:backpack:email'] = 'The email associated with the backpack';
437 $string['privacy:metadata:backpack:userid'] = 'The ID of the user whose backpack it is';
438 $string['privacy:metadata:badge'] = 'A collection of badges';
439 $string['privacy:metadata:badge:timecreated'] = 'The time when the badge was created';
440 $string['privacy:metadata:badge:timemodified'] = 'The time when the badge was last modified';
441 $string['privacy:metadata:badge:usercreated'] = 'The ID of the user who created the badge';
442 $string['privacy:metadata:badge:usermodified'] = 'The ID of the user who modified the badge';
443 $string['privacy:metadata:criteriamet'] = 'A collection of criteria which have been met';
444 $string['privacy:metadata:criteriamet:datemet'] = 'The date when the criteria was met';
445 $string['privacy:metadata:criteriamet:userid'] = 'The ID of the user who has met the criteria';
446 $string['privacy:metadata:external:backpacks'] = 'Information shared when users submit their badges to an external backpack';
447 $string['privacy:metadata:external:backpacks:badge'] = 'The name of the badge';
448 $string['privacy:metadata:external:backpacks:description'] = 'The description of the badge';
449 $string['privacy:metadata:external:backpacks:image'] = 'The image of the badge';
450 $string['privacy:metadata:external:backpacks:issuer'] = 'Some information about the issuer';
451 $string['privacy:metadata:external:backpacks:url'] = 'The Moodle URL where the issued badge information can be seen';
452 $string['privacy:metadata:issued'] = 'A record of badges awarded';
453 $string['privacy:metadata:issued:dateexpire'] = 'The date when the badge expires';
454 $string['privacy:metadata:issued:dateissued'] = 'The date of the award';
455 $string['privacy:metadata:issued:userid'] = 'The ID of the user who was awarded a badge';
456 $string['privacy:metadata:manualaward'] = 'A record of manual awards';
457 $string['privacy:metadata:manualaward:datemet'] = 'The date when the user was awarded the badge';
458 $string['privacy:metadata:manualaward:issuerid'] = 'The ID of the user awarding the badge';
459 $string['privacy:metadata:manualaward:issuerrole'] = 'The role of the user awarding the badge';
460 $string['privacy:metadata:manualaward:recipientid'] = 'The ID of the user who is manually awarded a badge';
461 $string['recipients'] = 'Badge recipients';
462 $string['recipientdetails'] = 'Recipient details';
463 $string['recipientidentificationproblem'] = 'Cannot find a recipient of this badge among the existing users.';
464 $string['recipientvalidationproblem'] = 'Current user cannot be verified as a recipient of this badge.';
465 $string['relative'] = 'Relative date';
466 $string['relatedbages'] = 'Related badges';
467 $string['revoke'] = 'Revoke badge';
468 $string['requiredcohort'] = 'At least one cohort should be added to the cohort criterion.';
469 $string['requiredcourse'] = 'At least one course should be added to the courseset criterion.';
470 $string['requiredbadge'] = 'At least one badge should be added to the badge criterion.';
471 $string['reviewbadge'] = 'Changes in badge access';
472 $string['reviewconfirm'] = '<p>This will make your badge visible to users and allow them to start earning it.</p>
474 <p>It is possible that some users already meet this badge\'s criteria and will be issued this badge immediately after you enable it.</p>
476 <p>Once a badge has been issued it will be <strong>locked</strong> - certain settings including the criteria and expiry settings can no longer be changed.</p>
478 <p>Are you sure you want to enable access to the badge \'{$a}\'?</p>';
479 $string['save'] = 'Save';
480 $string['searchname'] = 'Search by name';
481 $string['selectaward'] = 'Please select the role you would like to use to award this badge: ';
482 $string['selectgroup_end'] = 'Only public collections are shown, <a href="http://backpack.openbadges.org">visit your backpack</a> to create more public collections.';
483 $string['selectgroup_start'] = 'Select collections from your backpack to display on this site:';
484 $string['selecting'] = 'With selected badges...';
485 $string['setup'] = 'Set up connection';
486 $string['sitebadges'] = 'Site badges';
487 $string['sitebadges_help'] = 'Site badges can only be awarded to users for site-related activities. These include completing a set of courses or parts of user profiles. Site badges can also be issued manually by one user to another.
489 Badges for course-related activities must be created at the course level. Course badges can be found under Course Administration > Badges.';
490 $string['statusmessage_0'] = 'This badge is currently not available to users. Enable access if you want users to earn this badge. ';
491 $string['statusmessage_1'] = 'This badge is currently available to users. Disable access to make any changes. ';
492 $string['statusmessage_2'] = 'This badge is currently not available to users, and its criteria are locked. Enable access if you want users to earn this badge. ';
493 $string['statusmessage_3'] = 'This badge is currently available to users, and its criteria are locked. ';
494 $string['statusmessage_4'] = 'This badge is currently archived.';
495 $string['status'] = 'Badge status';
496 $string['status_help'] = 'Status of a badge determines its behaviour in the system:
498 * **AVAILABLE** – Means that this badge can be earned by users. While a badge is available to users, its criteria cannot be modified.
500 * **NOT AVAILABLE** – Means that this badge is not available to users and cannot be earned or manually issued. If such badge has never been issued before, its criteria can be changed.
502 Once a badge has been issued to at least one user, it automatically becomes **LOCKED**. Locked badges can still be earned by users, but their criteria can no longer be changed. If you need to modify details or criteria of a locked badge, you can duplicate this badge and make all the required changes.
504 *Why do we lock badges?*
506 We want to make sure that all users complete the same requirements to earn a badge. Currently, it is not possible to revoke badges. If we allowed badges requirements to be modified all the time, we would most likely end up with users having the same badge for meeting completely different requirements.';
507 $string['subject'] = 'Message subject';
508 $string['targetname'] = 'Name';
509 $string['targetname_help'] = 'Competency, Skill or Standard the badge aligns to';
510 $string['targeturl'] = 'URL';
511 $string['targeturl_help'] = 'URL linking to the official description of the alignment target, for example an individual standard within an educational framework.';
512 $string['targetdescription'] = 'Description';
513 $string['targetdescription_help'] = 'Short description of the alignment target.';
514 $string['targetframework'] = 'Framework';
515 $string['targetframework_help'] = 'Name of the framework the alignment target.';
516 $string['targetcode'] = 'Code';
517 $string['targetcode_help'] = 'A locally unique string identifier that identifies the alignment target within its framework.';
518 $string['type'] = 'Type';
519 $string['variablesubstitution'] = 'Variable substitution in messages.';
520 $string['variablesubstitution_help'] = 'In a badge message, certain variables can be inserted into the subject and/or body of a message so that they will be replaced with real values when the message is sent. The variables should be inserted into the text exactly as they are shown below. The following variables can be used:
522 %badgename%
523 : This will be replaced by the badge\'s full name.
525 %username%
526 : This will be replaced by the recipient\'s full name.
528 %badgelink%
529 : This will be replaced by the public URL with information about the issued badge.';
530 $string['viewbadge'] = 'View issued badge';
531 $string['visible'] = 'Visible';
532 $string['version'] = 'Version';
533 $string['version_help'] = 'When you have multiple related badges and want to keep track of the history behind the badge\'s developements, use this field to version each badge. You can add all related badges on Related badge page.';
534 $string['warnexpired'] = ' (This badge has expired!)';
535 $string['year'] = 'Year(s)';
537 // Deprecated since Moodle 3.3.
538 $string['personaconnection'] = 'Sign in with your email';
539 $string['personaconnection_help'] = 'Persona is a system for identifying yourself across the web, using an email address that you own. The Open Badges backpack uses Persona as a login system, so to be able to connect to a backpack you will need a Persona account.
541 For more information about Persona visit <a href="https://login.persona.org/about">https://login.persona.org/about</a>.';
542 $string['error:backpackloginfailed'] = 'You could not be connected to an external backpack for the following reason: {$a}';
543 $string['error:badjson'] = 'The connection attempt returned invalid data.';
544 $string['error:noassertion'] = 'No assertion was returned by Persona. You may have closed the dialog before completing the login process.';
545 $string['error:personaneedsjs'] = 'Currently, Javascript is required to connect to your backpack. If you can, enable Javascript and reload the page.';
546 $string['signinwithyouremail'] = 'Sign in with your email';