1 <?php 2 // This file is part of Moodle - https://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <https://www.gnu.org/licenses/>. 16 17 /** 18 * Automatically generated strings for Moodle installer 19 * 20 * Do not edit this file manually! It contains just a subset of strings 21 * needed during the very first steps of installation. This file was 22 * generated automatically by export-installer.php (which is part of AMOS 23 * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the 24 * list of strings defined in /install/stringnames.txt. 25 * 26 * @package installer 27 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 28 */ 29 30 defined('MOODLE_INTERNAL') || die(); 31 32 $string['admindirname'] = 'ថតអ្នកគ្រប់គ្រង'; 33 $string['availablelangs'] = 'កញ្ចប់ភាសាដែលមាន'; 34 $string['chooselanguagehead'] = 'ជ្រើសភាសា'; 35 $string['chooselanguagesub'] = 'សូមជ្រើសភាសា សម្រាប់តែការដំឡើងនេះ ។ អ្នកនឹងអាចជ្រើសភាសាសម្រាប់តំបន់បណ្ដាញ និងអ្នកប្រើ នៅផ្នែកក្រោយៗទៀត ។'; 36 $string['dataroot'] = 'ថតទិន្នន័យ'; 37 $string['dbprefix'] = 'បុព្វបទតារាង'; 38 $string['dirroot'] = 'ថត Moodle'; 39 $string['environmenthead'] = 'កំពុងពិនិត្យបរិស្ថានរបស់អ្នក...'; 40 $string['installation'] = 'ការដំឡើង'; 41 $string['langdownloaderror'] = 'ភាសា "{$a}" មិនត្រូវបានដំឡើងឡើយ ។ វានឹងបន្តដំឡើងជាភាសាអង់គ្លេស ។'; 42 $string['memorylimithelp'] = '<p>បច្ចុប្បន្ន សតិកំណត់របស់ PHP សម្រាប់ម៉ាស៊ីនបម្រើរបស់អ្នក ត្រូវបានកំណត់ជា {$a} ។</p> 43 44 <p>វាអាចបង្កឲ្យ Moodle មានបញ្ហាជាមួយសតិនៅពេលក្រោយ ជាពិសេសនៅពេលអ្នកមានម៉ូឌុលបើកច្រើន និង/ឬអ្នកប្រើច្រើន ។</p> 45 46 <p>យើងផ្ដល់អនុសាសន៍ថា អ្នកគួរតែកំណត់រចនាសម្ព័ន្ធ PHP ជាមួយចំនួនកំណត់ខ្ពស់ជាងនេះតាមដែលអាច ដូចជា 40M ។ 47 មានវិធីជាច្រើន ក្នុងការធ្វើវា ដែលអ្នកអាចសាកល្បងបាន ៖</p> 48 <ol> 49 <li>ប្រសិនបើអ្នកអាចចងក្រង PHP ឡើងវិញបានដោយប្រើ <i>--enable-memory-limit</i> ។ 50 នោះ Moodle នឹងអាចកំណត់សតិកំណត់ដោយខ្លួនឯង ។</li> 51 <li>ប្រសិនបើអ្នកមានសិទ្ធិចូលដំណើរការឯកសារ php.ini របស់អ្នក អ្នកអាចផ្លាស់ប្ដូរការកំណត់ <b>memory_limit</b> ក្នុងទីនោះទៅតម្លៃផ្សេង ដូចជា 40M ។ ប្រសិនបើអ្នកមិនមានសិទ្ធិចូលដំណើរការទេនោះ អ្នកអាចស្នើឲ្យអ្នកគ្រប់គ្រងរបស់អ្នកធ្វើឲ្យអ្នកតែម្ដង ។</li> 52 <li>នៅលើម៉ាស៊ីនបម្រើ PHP មួយចំនួន អ្នកអាចបង្កើតឯកសារ .htaccess នៅក្នុងថត Moodle ដែលមានបន្ទាត់នេះ ៖ 53 <p><blockquote>php_value memory_limit 40M</blockquote></p> 54 <p>ទោះយ៉ាងណា នៅលើម៉ាស៊ីនបម្រើមួយចំនួន ទង្វើរនេះនឹងរារាំងទំព័រ PHP <b>ទាំងអស់</b> មិនឲ្យដំណើរការ 55 (អ្នកនឹងឃើញកំហុស នៅពេលអ្នកមើលទំព័រ) ដូច្នេះអ្នកត្រូវតែយកឯកសារ .htaccess ចេញ ។</p></li> 56 </ol>'; 57 $string['phpversion'] = 'កំណែ PHP'; 58 $string['phpversionhelp'] = '<p>Moodle ទាមទារកំណែ PHP យ៉ាងហោចណាស់ត្រឹម 4.3.0 ឬ 5.1.0 (5.0.x នៅមានបញ្ហាមួយចំនួន) ។</p> 59 <p>អ្នកកំពុងរត់កំណែ {$a}</p> 60 <p>អ្នកត្រូវតែធ្វើឲ្យ PHP ប្រសើរ ឬផ្លាស់ទីទៅម៉ាស៊ីនដែលមានកំណែ PHP ថ្មី !<br/>(ក្នុងករណី 5.0.x អ្នកក៏អាចបន្ទាបទៅកំណែ 4.4.x ផងដែរ)</p>'; 61 $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; 62 $string['welcomep20'] = 'អ្នកកំពុងមើលទំព័រនេះ ពីព្រោះអ្នកបានដំឡើង និងចាប់ផ្ដើមដំណើរការកញ្ចប់ <strong>{$a->packname} {$a->packversion}</strong> ដោយជោគជ័យ ក្នុងកុំព្យូទ័ររបស់អ្នក ។ សូមអបអរសាទរ!'; 63 $string['welcomep30'] = 'ការចេញផ្សាយ <strong>{$a->installername}</strong> នេះ រួមបញ្ចូលនូវកម្មវិធីសម្រាប់បង្កើតបរិស្ថានមួយដែល <strong>Moodle</strong> នឹងប្រតិបត្តិ ។ វាមានឈ្មោះថា ៖'; 64 $string['welcomep40'] = 'កញ្ចប់ក៏រួមបញ្ចូលផងដែរនូវ <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong> ។'; 65 $string['welcomep50'] = 'ការប្រើប្រាស់កម្មវិធីទាំងអស់ក្នុងកញ្ចប់នេះ ត្រូវបានគ្រប់គ្រងដោយអាជ្ញាបណ្ណរបស់ពួកវារៀងៗខ្លួន ។ កញ្ចប់ <strong>{$a->installername}</strong> ពេញលេញគឺជា <a href="http://www.opensource.org/docs/definition_plain.html">កម្មវិធីកូដបើកចំហ</a> ហើយត្រូវបានចែកចាយក្រោមអាជ្ញាបណ្ណ <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> ។'; 66 $string['welcomep60'] = 'ទំព័រខាងក្រោម នឹងណែនាំអ្នកតាមជំហានដ៏ងាយស្រួល ដើម្បីកំណត់រចនាសម្ព័ន្ធ និងរៀបចំ <strong>Moodle</strong> នៅលើកុំព្យូទ័ររបស់អ្នក ។ អ្នកអាចទទួលយកនូវការកំណត់លំនាំដើម ឬកែប្រែពួកវាឲ្យត្រូវទៅនឹងតម្រូវការរបស់អ្នកផ្ទាល់ ។'; 67 $string['welcomep70'] = 'ចុចប៊ូតុង "បន្ទាប់" នៅខាងក្រោម ដើម្បីបន្តរៀបចំ <strong>Moodle</strong> ។'; 68 $string['wwwroot'] = 'អាសយដ្ឋានបណ្ដាញ';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body