HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/alfijiri.com/system/language/czech/unit_test_lang.php
<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author	CodeIgniter community
 * @copyright	Copyright (c) 2014 - 2015, 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']     = 'Jméno Testu';
$lang['ut_test_datatype'] = 'Datový typ testu';
$lang['ut_res_datatype']  = 'očekávaný datový typ';
$lang['ut_result']        = 'Výsledek';
$lang['ut_undefined']     = 'Nespecifikované jméno testu';
$lang['ut_file']          = 'Jméno souboru';
$lang['ut_line']          = 'Číslo řádku';
$lang['ut_passed']        = 'Prošlo';
$lang['ut_failed']        = 'Neprošlo';
$lang['ut_boolean']       = 'Boolean';
$lang['ut_integer']       = 'Integer';
$lang['ut_float']         = 'Float';
$lang['ut_double']        = 'Float'; // can be the same as float
$lang['ut_string']        = 'Řetězec';
$lang['ut_array']         = 'Pole';
$lang['ut_object']        = 'Objekt';
$lang['ut_resource']      = 'Zdroj';
$lang['ut_null']          = 'Null';
$lang['ut_notes']         = 'Poznámky';