MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/uds.cafsinfotech.in/smart_hrms_dev/system/language/ru/unit_test_lang.php
<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author	CodeIgniter community
 * @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'] = 'Вещественное';
$lang['ut_string'] = 'Строка';
$lang['ut_array'] = 'Массив';
$lang['ut_object'] = 'Объект';
$lang['ut_resource'] = 'Ресурс';
$lang['ut_null'] = 'NULL';
$lang['ut_notes'] = 'Заметки';