<?php

// This file is part of 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/>.

/**
 * Strings for component 'assignment', language 'id', branch 'MOODLE_20_STABLE'
 *
 * @package   assignment
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['addsubmission'] = 'Tambahkan pengajuan (tugas)';
$string['allowdeleting'] = 'Izinkan menghapus';
$string['allowdeleting_help'] = 'Jika diaktifkan, siswa dapat menghapus file yang diupload setiap saat sebelum mengirimkannya untuk penilaian.';
$string['allowmaxfiles'] = 'Maksimum jumlah file yang di upload';
$string['allownotes'] = 'Ijinkan catatan';
$string['allowresubmit'] = 'Ijinkan pengiriman ulang';
$string['allowresubmit_help'] = '<P ALIGN=CENTER><B>Pengiriman Ulang Tugas</B></P>

<P>Secara standar, siswa tidak dapat mengirim ulang tugas stelah pengajar
menilai tugas mereka.</P>

<P>Jika Anda mengaktifkan pilihan ini, maka siswa akan diperbolehkan untuk
mengirim ulang tugas mereka setelah mereka dinilai (untuk Anda menilai kembali).
Ini akan sangat berguna jika pengajar ingin untuk memberi semangat kepada siswa
untuk membuat pekerjaannya menjadi lebih baik sebagai proses mendidik.</P>

<P>Terus terang, pilihan ini tidak mempunyai relefansi untuk tugas offline.</P>';
$string['assignment:grade'] = 'Periksa tugas';
$string['assignmentname'] = 'Nama tugas';
$string['assignmentsubmission'] = 'Pengajuan tugas';
$string['assignment:submit'] = 'Kirim tugas';
$string['assignmenttype'] = 'Jenis tugas';
