Browsing Indonesian translation

304 of 8819 results
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
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one 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
304 of 8819 results

This translation is managed by translation group mahara-translation-group.

You are not logged in. Please log in to work on translations.