Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://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'] = 'یادداشت ها';