Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @author Peter Denk* @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'] = 'Testnamn';$lang['ut_test_datatype'] = 'Testdatatyp';$lang['ut_res_datatype'] = 'Förväntad datatyp';$lang['ut_result'] = 'Resultat';$lang['ut_undefined'] = 'Odefinierat testnamn';$lang['ut_file'] = 'Filnamn';$lang['ut_line'] = 'Radnummer';$lang['ut_passed'] = 'Godkänd';$lang['ut_failed'] = 'Underkänd';$lang['ut_boolean'] = 'Boolsk';$lang['ut_integer'] = 'Heltal';$lang['ut_float'] = 'Flyttal';$lang['ut_double'] = 'Långt flyttal'; // can be the same as float$lang['ut_string'] = 'Sträng';$lang['ut_array'] = 'Matris';$lang['ut_object'] = 'Objekt';$lang['ut_resource'] = 'Resurs';$lang['ut_null'] = 'NULL';$lang['ut_notes'] = 'Noteringar';