<?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 'block_myprofile', language 'id', branch 'MOODLE_20_STABLE'
 *
 * @package   block_myprofile
 * @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['contentsettings'] = 'Tampilkan pengaturan untuk wilayah konten';
$string['display_address'] = 'Tampilkan alamat';
$string['display_aim'] = 'Tampilkan AIM';
$string['display_city'] = 'Tampilkan kota';
$string['display_country'] = 'Tampilkan negara';
$string['display_currentlogin'] = 'Tampilkan Login saat ini';
$string['display_email'] = 'Tampilkan email';
$string['display_firstaccess'] = 'Tampilkan akses pertama';
$string['display_icq'] = 'Tampilkan ICQ';
$string['display_institution'] = 'Tampilkan lembaga';
$string['display_lastaccess'] = 'Tampilkan akses terakhir';
$string['display_lastip'] = 'Tampilkan IP terakhir';
$string['display_msn'] = 'Tampilkan MSN';
$string['display_phone1'] = 'Tampilkan nomor telepon 1';
$string['display_phone2'] = 'Tampilkan nomor telepon 2';
$string['display_picture'] = 'Tampilkan gambar';
$string['display_skype'] = 'Tampilkan Skype';
$string['display_un'] = 'Tampilkan nama';
$string['display_yahoo'] = 'Tampilkan Yahoo';
$string['myprofile_settings'] = 'Informasi pengguna visible';
$string['pluginname'] = 'Pengguna yang sudah login';
