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/)* @copyright Mario Ljubičić* @license http://opensource.org/licenses/MIT MIT License* @link https://codeigniter.com*/defined('BASEPATH') OR exit('Nije dozvoljen izravan pristup');$lang['ut_test_name'] = 'Test Naziv';$lang['ut_test_datatype'] = 'Test Tip Podataka';$lang['ut_res_datatype'] = 'Očekivani Tip Podataka';$lang['ut_result'] = 'Rezultat';$lang['ut_undefined'] = 'Nedefinirani Test Naziv';$lang['ut_file'] = 'Naziv Datoteke';$lang['ut_line'] = 'Broj Linije';$lang['ut_passed'] = 'Uspješno';$lang['ut_failed'] = 'Neuspješno';$lang['ut_boolean'] = 'Logički Operator (Boolean)';$lang['ut_integer'] = 'Cijeli Broj';$lang['ut_float'] = 'Razlomak';$lang['ut_double'] = 'Razlomak'; // can be the same as float$lang['ut_string'] = 'String';$lang['ut_array'] = 'Niz';$lang['ut_object'] = 'Objekt';$lang['ut_resource'] = 'Resurs';$lang['ut_null'] = 'Null';$lang['ut_notes'] = 'Bilješke';