Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
system
/
language
/
slovak
✏️
Editing: unit_test_lang.php
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @author Gabriel Potkány <gadelat+codeigniter@gmail.com> * @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['ut_test_name'] = 'Názov Testu'; $lang['ut_test_datatype'] = 'Dátový typ testu'; $lang['ut_res_datatype'] = 'očakávaný dátový typ'; $lang['ut_result'] = 'Výsledok'; $lang['ut_undefined'] = 'Nešpecifikované meno testu'; $lang['ut_file'] = 'Meno súboru'; $lang['ut_line'] = 'Číslo riadku'; $lang['ut_passed'] = 'Prešlo'; $lang['ut_failed'] = 'Neprešlo'; $lang['ut_boolean'] = 'Logické 1/0'; $lang['ut_integer'] = 'Celé číslo'; $lang['ut_float'] = 'Desatinné číslo'; $lang['ut_double'] = 'Presné desatinné číslo'; // can be the same as float $lang['ut_string'] = 'Reťazec'; $lang['ut_array'] = 'Pole'; $lang['ut_object'] = 'Objekt'; $lang['ut_resource'] = 'Zdroj'; $lang['ut_null'] = 'Null'; $lang['ut_notes'] = 'Poznámky';
💾 Save Changes
❌ Cancel