Mini Shell
<?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 'enrol_self', language 'th', branch 'MOODLE_33_STABLE'
*
* @package enrol_self
* @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['enrolenddate'] = 'หมดเขต';
$string['enrolenddaterror'] = 'กำหนดการหมดเขตต้องมาที่หลังวันเริ่มต้น';
$string['enrolstartdate'] = 'วันที่เริ่มต้น';
$string['passwordinvalidhint'] = 'รหัสไม่ถูกต้องกรุณาตรวจสอบ<br />
( ขึ้นต้นด้วย \'{$a}\')';
$string['sendcoursewelcomemessage'] = 'ส่งข้อความต้อนรับในการสมัครเข้าเรียนรายวิชานี้';
$string['sendcoursewelcomemessage_help'] = 'หากเปิดการใช้งานสมาชิกจะได้รับข้อความต้อนรับผ่านอีเมลเมื่อมีการสมัครเข้าเรียนในรายวิชา';
$string['welcometocourse'] = 'ยินดีต้อนรับสู่ {$a}';
$string['welcometocoursetext'] = 'คุณได้สมัครเป็นนักเรียนวิชา {$a->coursename}!
ข้อแนะนำสำหรับท่านที่ยังไม่ได้ทำการแก้ไขประวัติส่วนตัว ท่านควรแก้ไขประวัติให้ถูกต้อง โดยการเข้าไปแก้ไขในหน้าลิงก์ต่อไปนี้ {$a->profileurl}';
Zerion Mini Shell 1.0