Mini Shell
<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.
/**
* Strings for component 'auth_db', language 'th', version '4.1'.
*
* @package auth_db
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['auth_dbdescription'] = 'วิธีนี้เป็นการใช้ฐานข้อมูลนอกในการตรวจสอบว่าชื่อและรหัสผ่านนั้นถูกต้องหรือไม่ ถ้าหาก account ดังกล่าวเป็น ข้อมูลใหม่ ข้อมูลจะถูกส่งไปยังส่วนต่าง ๆ ใน Moodle';
$string['auth_dbextrafields'] = 'ช่องนี้จะเติมหรือไม่ก็ได้ คุณสามารถเลือกใช้ ค่าที่ระบบ ตั้งไว้ก่อน จาก <b>ฐานข้อมูลนอก</b><p> ถ้าหาก ปล่อยว่าง ไม่เติม ระบบจะเลือกใช้ ค่า default <p> และ ทั้งสองกรณี สมาชิกสามารถที่จะแก้ไขค่าต่างๆ ได้ ภายหลังจาก ล็อกอิน';
$string['auth_dbfieldpass'] = 'ชื่อฟิลด์ในตารางที่มีรหัสผ่าน';
$string['auth_dbfielduser'] = 'ชื่อฟิลด์ในตารางที่มีชื่อผู้ใช้';
$string['auth_dbhost'] = 'คอมพิวเตอร์ที่ใช้เก็บฐานข้อมูล';
$string['auth_dbname'] = 'ชื่อของฐานข้อมูล';
$string['auth_dbpass'] = 'รหัสผ่านตรงกับชื่อผู้ใช้';
$string['auth_dbpasstype'] = 'ระบุรูปแบบที่จะใช้ในช่องรหัสผ่าน การเข้ารหัส MD5 มีประโยชน์ในการติดต่อกับโปรแกรมการจัดการเว็บอื่นๆ เช่น PostNuke';
$string['auth_dbtable'] = 'ชื่อของตารางในฐานข้อมูล';
$string['auth_dbtype'] = 'ประเภทของฐานข้อมูล(ดูข้อมูลเพิ่มเติมจาก <A HREF=../lib/adodb/readme.htm#drivers>การใช้ ADOdb </A> )';
$string['auth_dbuser'] = 'ชื่อผู้ใช้ (username)ที่สามารถเข้าไปอ่านฐานข้อมูลได้';
$string['pluginname'] = 'ใช้ฐานข้อมูลนอก';
Zerion Mini Shell 1.0