ok
Direktori : /proc/thread-self/root/home2/selectio/public_html/bharath/system/language/urdu/ |
Current File : //proc/thread-self/root/home2/selectio/public_html/bharath/system/language/urdu/unit_test_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @author Muhammad Ali * @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link http://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'] = 'نوٹس';