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 'block_glossary_random', language 'th', branch 'MOODLE_33_STABLE'
*
* @package block_glossary_random
* @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['addentry'] = 'เพิ่มคำศัพท์';
$string['askaddentry'] = 'เมื่อสมาชิกเพิ่มคำศัพท์ลงในอภิธานศัพท์แล้ว แสดงลิงก์ด้วยข้อความนี้';
$string['askinvisible'] = 'เมื่อสมาชิกไม่สามารถแก้ไขหรือดูอภิธานศัพท์ได้ให้แสดงข้อความ(ไม่มีลิงก์)';
$string['askviewglossary'] = 'เมื่อสมาชิกสามารถดูอภิธานศัพท์แต่ไม่สามารถเพิ่มคำศัพท์ได้ให้แสดงลิงก์ด้วยข้อความนี้';
$string['intro'] = 'ตรวจสอบให้แน่ใจว่าในอภิธานศัพท์มีคำศัพท์อย่างน้อย 1 คำ จากนั้นจึงสามารถปรับค่าต่อไปนี้';
$string['invisible'] = '(อ่านต่อคราวหน้า)';
$string['lastmodified'] = 'แก้ไขครั้งล่าสุด';
$string['nextone'] = 'คำต่อไป';
$string['noentriesyet'] = 'ยังไม่มีคำศัพท์ในอภิธานศัพท์นี้';
$string['notyetconfigured'] = 'กรุณาตั้งค่าบล็อคนี้โดยคลิกที่ไอคอนแก้ไข';
$string['notyetglossary'] = 'ต้องมีอภิธานศัพท์ให้เลือกอย่างน้อย 1 อัน';
$string['pluginname'] = 'สุ่มคำศัพท์';
$string['random'] = 'สุ่มคำศัพท์';
$string['refresh'] = 'จำนวนวันก่อนที่คำศัพท์ใหม่จะถูกเลือก';
$string['select_glossary'] = 'ใช้คำศัพท์จากอภิธานศัพท์นี้';
$string['showconcept'] = 'แสดงหัวข้อคำศัพท์พร้อมความหมาย';
$string['title'] = 'หัวข้อ';
$string['type'] = 'จำนวนคำที่เลือก';
$string['viewglossary'] = 'คำศัพท์อื่น ๆ';
$string['whichfooter'] = 'สามารถแสดงลิงก์เพื่อทำการใด ๆ บนอภิธานศัพท์ที่เกี่ยวข้อกับบล็อคนี้ บล็อคจะทำหน้าที่แสดงลิงก์เมนูที่เปิดใช้สำหรับอภิธานศัพท์ดังกล่าวเท่านั้น';
Zerion Mini Shell 1.0