. /** * Automatically generated strings for Moodle installer * * Do not edit this file manually! It contains just a subset of strings * needed during the very first steps of installation. This file was * generated automatically by export-installer.php (which is part of AMOS * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the * list of strings defined in /install/stringnames.txt. * * @package installer * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['cannotcreatedboninstall'] = '

Không thể tạo CSDL.

CSDL được chỉ định không tồn tại và người dùng không được phép tạo CSDL.

Quản trị trang nên xác minh thiết lập CSDL.

'; $string['cannotcreatelangdir'] = 'Không thể tạo thư mục lang'; $string['cannotcreatetempdir'] = 'Không thể tạo thư mục tạm thời'; $string['cannotdownloadcomponents'] = 'Không thể tải component'; $string['cannotdownloadzipfile'] = 'Không thể tải tập tin ZIP'; $string['cannotfindcomponent'] = 'Không thấy component'; $string['cannotsavemd5file'] = 'Không thể lưu tệp md5'; $string['cannotsavezipfile'] = 'Không thể lưu tập tin ZIP'; $string['cannotunzipfile'] = 'Không thể giải nén tập tin'; $string['componentisuptodate'] = 'Component đang ở tình trạng mới nhất'; $string['dmlexceptiononinstall'] = '

Lỗi CSDL xảy ra [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = 'Kiểm tra tệp tải về bất thành'; $string['invalidmd5'] = 'Biến kiểm tra sai - thử lại'; $string['missingrequiredfield'] = 'Thiếu một số mục bắt buộc'; $string['remotedownloaderror'] = '

Tải về thành phần máy chủ của bạn bất thành. Hãy xác minh các thiết lập proxy; bộ mở rộng PHP cURL được khuyến nghị.

Bạn phải tải tệp {$a->url} thủ công, chép nó vào "{$a->dest}" trong máy chủ của mình và giải nén nó.

'; $string['wrongdestpath'] = 'Đường dẫn sai'; $string['wrongsourcebase'] = 'Nền URL nguồn sai'; $string['wrongzipfilename'] = 'Tên tệp ZIP sai';