Skip to content

Commit

Permalink
Automatically generated installer lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMOS bot committed Oct 7, 2021
1 parent 70073fd commit 65f63bf
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions install/lang/lo/error.php
@@ -0,0 +1,48 @@
<?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/>.

/**
* 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'] = '<p>ບໍ່ສາມາດສ້າງຖານຂໍ້ມູນໄດ້.</p>
<p>ຖານຂໍ້ມູນທີ່ລະບຸນັ້ນບໍ່ມີຢູ່ ແລະ ຜູ້ໃຊ້ທີ່ໃຫ້ມາບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ສ້າງຖານຂໍ້ມູນ. </p>
<p> ຜູ້ຄວບຄຸມເວັບໄຊທ໌ຄວນກວດສອບການຕັ້ງຄ່າຖານຂໍ້ມູນ.</p>';
$string['cannotcreatelangdir'] = 'ບໍ່ສາມາດສ້າງບັນຊີລາຍຊື່ພາສາໄດ້';
$string['cannotcreatetempdir'] = 'ບໍ່ສາມາດສ້າງບັນຊີລາຍຊື່ຊົ່ວຄາວໄດ້';
$string['cannotdownloadcomponents'] = 'ບໍ່ສາມາດດາວໂຫຼດອົງປະກອບໄດ້';
$string['cannotdownloadzipfile'] = 'ບໍ່ສາມາດດາວໂຫຼດໄຟລ໌ ZIP ໄດ້';
$string['cannotfindcomponent'] = 'ບໍ່ພົບອົງປະກອບ';
$string['cannotsavemd5file'] = 'ບໍ່ສາມາດບັນທຶກໄຟລ໌ md5 ໄດ້';
$string['cannotsavezipfile'] = 'ບໍ່ສາມາດບັນທຶກໄຟລ໌ ZIP ໄດ້';
$string['cannotunzipfile'] = 'ບໍ່ສາມາດແຍກໄຟລ໌';
$string['componentisuptodate'] = 'ອົງປະກອບໃໝ່ຫຼ້າສຸດແລ້ວ';
$string['dmlexceptiononinstall'] = '<p>ເກີດຄວາມຜິດພາດທາງຖານຂໍ້ມູນ [{$a->errorcode}].<br />{$a->debuginfo}</p>';
$string['downloadedfilecheckfailed'] = 'ດາວໂຫຼດໄຟລ໌ກວດສອບບໍ່ສຳເລັດ';
$string['invalidmd5'] = 'ຕົວປ່ຽນການກວດສອບບໍ່ຖືກຕ້ອງ - ລອງໃໝ່ອີກຄັ້ງ';
$string['missingrequiredfield'] = 'ຊ່ອງຂໍ້ມູນທີ່ຕ້ອງການບາງບ່ອນຂາດຫາຍໄປ';
$string['remotedownloaderror'] = '<p>ການດາວໂຫຼດອົງປະກອບໃສ່ເຊີບເວີຂອງທ່ານບໍ່ສໍາເລັດ. ກະລຸນາກວດສອບການຕັ້ງຄ່າຕົວແທນ; ສ່ວນຂະຫຍາຍ PHP cURL ແມ່ນແນະນໍາທີ່ສຸດ. </p> <p>ທ່ານຕ້ອງດາວໂຫຼດໄຟລ໌ <a href="{$a->url}">{$a->url}</a> ດ້ວຍຕົນເອງ, ອັດສຳເນົາມັນໃສ່ "{$a->dest} "ຢູ່ໃນເຊີບເວີຂອງທ່ານ ແລະ ແຍກມັນຢູ່ທີ່ນັ້ນ.</p>';

0 comments on commit 65f63bf

Please sign in to comment.