ok
Direktori : /proc/self/root/home2/selectio/www/bharath/system/language/khmer/ |
Current File : //proc/self/root/home2/selectio/www/bharath/system/language/khmer/unit_test_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @author Kim Chanthoeun * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['ut_test_name'] = 'ឈ្មេាះសាកល្បង'; $lang['ut_test_datatype'] = 'ប្រភេទទិន្នន័យសាកល្បង'; $lang['ut_res_datatype'] = 'ប្រភេទទិន្នន័យដែលរំពឹងទុក'; $lang['ut_result'] = 'លទ្ធផល'; $lang['ut_undefined'] = 'ឈ្មេាះសាកល្បងមិនបានបញ្ជាក់'; $lang['ut_file'] = 'ឈ្មេាះឯកសារ'; $lang['ut_line'] = 'លេខបន្ទាត់'; $lang['ut_passed'] = 'ជាប់'; $lang['ut_failed'] = 'បរាជ័យ'; $lang['ut_boolean'] = 'ប៊ូលីន'; $lang['ut_integer'] = 'ចំនួនគត់'; $lang['ut_float'] = 'ទសភាគ'; $lang['ut_double'] = 'ទសភាគ'; // can be the same as float $lang['ut_string'] = 'អក្សរ'; $lang['ut_array'] = 'អារេ'; $lang['ut_object'] = 'វត្ថុ'; $lang['ut_resource'] = 'ធនធាន'; $lang['ut_null'] = 'ទទេ'; $lang['ut_notes'] = 'ចំណាំ';