ok
Direktori : /proc/self/root/home2/selectio/www/bharath/system/language/khmer/ |
Current File : //proc/self/root/home2/selectio/www/bharath/system/language/khmer/migration_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['migration_none_found'] = 'មិនមានការផ្លាស់ប្តូរត្រូវបានរកឃើញ។'; $lang['migration_not_found'] = 'មិនមានការផ្លាស់ប្តូរអាចត្រូវបានរកឃើញដែលមានលេខកំណែទី: %d។'; $lang['migration_sequence_gap'] = 'មានគម្លាតក្នុងលេខលំដាប់ការផ្លាស់ប្តូរនៅជិតលេខកំណែទី: %d។'; $lang['migration_multiple_version'] = 'មានការផ្លាស់ប្តូរច្រើនដែលដូចគ្នានឹងលេខកំណែទី: %d។'; $lang['migration_class_doesnt_exist'] = 'ចំណាត់ថ្នាក់ការផ្លាស់ប្តូរ "%s" មិនអាចត្រូវបានរកឃើញ។'; $lang['migration_missing_up_method'] = 'ចំណាត់ថ្នាក់ការផ្លាស់ប្តូរ "%s" បាត់មុខងារ "up"។'; $lang['migration_missing_down_method'] = 'ចំណាត់ថ្នាក់ការផ្លាស់ប្តូរ "%s" បាត់មុខងារ "down"។'; $lang['migration_invalid_filename'] = 'ការផ្លាស់ប្តូរ "%s" មានឈ្មោះឯកសារមិនត្រឹមត្រូវ។';