From 6d883b38199397f70ce906ef770bb9d9d4d987d1 Mon Sep 17 00:00:00 2001
From: moodlerobot
Date: Wed, 21 Oct 2009 03:16:31 +0000
Subject: [PATCH] Automatic installer.php lang files by installer_builder
(20091021)
---
install/lang/th_utf8/installer.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/install/lang/th_utf8/installer.php b/install/lang/th_utf8/installer.php
index 8843ef6c16f..3736dd7f8eb 100644
--- a/install/lang/th_utf8/installer.php
+++ b/install/lang/th_utf8/installer.php
@@ -27,7 +27,11 @@ $string['configfilewritten'] = 'สร้าง config.php เรียบร้
$string['configurationcompletehead'] = 'ตั้งค่าตัวแปรเสร็จสิ้นแล้ว';
$string['configurationcompletesub'] = 'Moodle ทำการบันทึกไฟล์การตั้งค่าลงในโฟลเดอร์ moodle หลังจากทำการติดตั้ง';
$string['continue'] = 'ขั้นต่อไป';
+$string['ctyperecommended'] = 'ควรทำการติดตั้ง ctype PHP extension สำหรับเว็บไซต์ที่ไม่ได้ใช้ภาษาละติน';
+$string['ctyperequired'] = 'Moodle จำเป็นต้องใช้ ctype PHP extension สำหรับการใช้งานหลายภาษา';
$string['curlrecommended'] = 'แนะนำให้ติดตั้ง Curl library เพื่อให้การทำงาน Moodle ในระบบเน็ทเวิร์กดีขึ้น';
+$string['curlrequired'] = 'จำเป็นต้องใช้งาน cURL cache TTL ในการติดต่อกับคลังข้อมูลของ moodle';
+$string['customcheck'] = 'การตรวจสอบอื่น ๆ';
$string['database'] = 'ฐานข้อมูล';
$string['databasecreationsettingshead'] = 'คุณจำเป็นต้องตั้งค่าฐานข้อมูลที่ใช้ในการเก็บข้อมูลของ moodle ฐานข้อมูลดังกล่าวจะต้องมีการสร้างไว้แล้วล่วงหน้า';
$string['databasecreationsettingssub'] = 'ประเภท: ตั้งค่าไว้ที่ mysql
@@ -117,6 +121,7 @@ $string['globalsquoteshelp'] = 'ไม่แนะนำให้เปิด
php_value magic_quotes_gpc On
php_value register_globals Off
แล้วอัพโหลดขึ้นไปไว้ในไดเรกทอรี moodle
';
+$string['globalswarning'] = 'คำเตือนความปลอดภัย: เพื่อให้ระบบทำงานได้อย่างปลอดภัย จำเป็นต้องตั้งค่า PHP ดังนี้ register_globals=off
การตั้งค่าเหล่านี้ทำได้โดยการแก้ไขไฟล์ php.ini, Apache/IIS
หรือไฟล์ .htaccess
';
$string['help'] = 'ช่วยเหลือ';
$string['iconvrecommended'] = 'ควรทำการติดตั้งไลบรารี ICONV เพื่อช่วยให้การทำงานของเว็บไซต์ดีขึ้น โดยเฉพาะอย่างยิ่งถ้าเว็บไซต์ของท่านมีการใช้งานภาษาอื่นนอกเหนือจากละติน';
$string['info'] = 'ข้อมูล';
@@ -187,6 +192,7 @@ $string['safemodehelp'] = 'Moodle อาจมีปัญหาหาก saf
Safe mode โดยทั่วไปแล้วจะเปิดใช้ในบางเว็บโฮสติ้ง อาจจำเป็นต้องหาโฮสต์ใหม่ที่เหมาะสมสำหรับการใช้งาน Moodle
คุณสามารถเริ่มการติดตั้งในตอนนี้แต่อาจมีปัญหาตามมาภายหลัง
';
+$string['serverchecks'] = 'ตรวจสอบเวิร์ฟเวอร์';
$string['sessionautostart'] = 'Session Auto Start';
$string['sessionautostarterror'] = 'ควรจะปิด (off)';
$string['sessionautostarthelp'] = 'Moodle จะทำงานก็ต่อเมื่อเซิร์ฟเวอร์สนับสนุน session
@@ -210,4 +216,6 @@ $string['welcomep60'] = 'หน้าถัดจากนี้ไปจะเ
$string['welcomep70'] = 'คลิกที่ \"ต่อไป\" เพื่อติดตั้ง Moodle ต่อไป';
$string['wwwroot'] = 'ที่อยู่ของเว็บ';
$string['wwwrooterror'] = 'ที่อยู่ของเว็บไม่ถูกต้อง ระบบไม่พบว่ามี Moodle อยู่ที่นั่น';
+$string['xmlrpcrecommended'] = 'การติดตั้ง xmlrpc extension มีประโยชน์สำหรับการใช้งานฟังก์ชันของเครือข่าย Moodle';
+$string['ziprequired'] = 'ต้องเปิดการใช้งาน Zip PHP extension ส่วนค่า info-ZIP binaries หรือ PclZip library ไม่จำเป็นอีกต่อไป';
?>