|
301.
|
|
|
%s added a checkpoint comment on "%s"
%s
-------------------------------------------------------------------------
%s
-------------------------------------------------------------------------
To see this checkpoint comment online, follow this link:
%s
|
Context: |
|
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php feedbacknotificationtext1
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php feedbacknotificationtext1
|
|
302.
|
|
|
Comment removed by <a href="%s">%s</a>
|
Context: |
|
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php commentremovedbyuser
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php commentremovedbyuser
|
|
303.
|
|
|
Feedback on checkpoints
|
Context: |
|
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php typefeedback
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/checkpoint/lang/en.utf8/artefact.checkpoint.php typefeedback
|
|
304.
|
|
|
<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h1>Achievement levels</h1>
<p>These are the achievement levels, ordered from highest to lowest:</p>
<div id="achievement_level_info"></div>
<script type="application/javascript">
$(function () {
const params = new URLSearchParams(location.search);
const view = params.get('id');
if (view) {
sendjsonrequest(
config.wwwroot + "artefact/checkpoint/get_achievement_info.json.php",
{ id: view },
"GET",
function (data) {
if (data) {
$("#achievement_level_info").html(data.data.html);
}
},
function (error) {
console.log(error);
},
true
);
}
});
</script>
|
Context: |
|
artefact/checkpoint/lang/en.utf8/help/pages/achievement_message.html
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/checkpoint/lang/en.utf8/help/pages/achievement_message.html
|
|
305.
|
|
|
<!-- @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h1>Achievement level obtained</h1>
<div id="achievement_level_info"></div>
<script type="application/javascript">
$(function () {
const params = new URLSearchParams(location.search);
const view = params.get('id');
const block = $(contextualHelpLink).closest('form').prop('id');
const blockid = block.match(/(\d+)/)[0];
if (view) {
sendjsonrequest(
config.wwwroot + "artefact/checkpoint/get_achievement_result.json.php",
{ id: view,
block: blockid },
"GET",
function (data) {
if (data) {
$("#achievement_level_info").html(data.data.html);
}
},
function (error) {
console.log(error);
},
true
);
}
});
</script>
|
Context: |
|
artefact/checkpoint/lang/en.utf8/help/pages/achievement_message_done.html
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/checkpoint/lang/en.utf8/help/pages/achievement_message_done.html
|
|
313.
|
|
|
%s comment
|
|
|
%s comments
|
Context: |
|
artefact/comment/lang/en.utf8/artefact.comment.php ncomments
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/comment/lang/en.utf8/artefact.comment.php ncomments
|
|
320.
|
|
|
Add your comment
|
Context: |
|
artefact/comment/lang/en.utf8/artefact.comment.php addyourcomment
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/comment/lang/en.utf8/artefact.comment.php addyourcomment
|
|
378.
|
|
|
The portfolio owner requested that you make your comment public.
|
Context: |
|
artefact/comment/lang/en.utf8/artefact.comment.php privatetopubliccomment
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/comment/lang/en.utf8/artefact.comment.php privatetopubliccomment
|
|
404.
|
|
|
CPD
|
Context: |
|
artefact/cpds/blocktype/cpds/lang/en.utf8/blocktype.cpds.php title
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/cpds/blocktype/cpds/lang/en.utf8/blocktype.cpds.php title
|
|
405.
|
|
|
Display your continuing professional development (CPD) record
|
Context: |
|
artefact/cpds/blocktype/cpds/lang/en.utf8/blocktype.cpds.php description
|
|
|
|
(no translation yet)
|
|
|
|
Located in
artefact/cpds/blocktype/cpds/lang/en.utf8/blocktype.cpds.php description
|