ok
Direktori : /proc/thread-self/root/home2/selectio/www/bharath/system/language/norwegian/ |
Current File : //proc/thread-self/root/home2/selectio/www/bharath/system/language/norwegian/unit_test_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @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'] = 'Testnavn'; $lang['ut_test_datatype'] = 'Testdatatype'; $lang['ut_res_datatype'] = 'Forventet datatype'; $lang['ut_result'] = 'Resultat'; $lang['ut_undefined'] = 'Udefinert testnavn'; $lang['ut_file'] = 'Filnavn'; $lang['ut_line'] = 'Linjenummer'; $lang['ut_passed'] = 'Bestått'; $lang['ut_failed'] = 'Stryk'; $lang['ut_boolean'] = 'Boolsk'; $lang['ut_integer'] = 'Heltall'; $lang['ut_float'] = 'Float'; $lang['ut_double'] = 'Float'; // can be the same as float $lang['ut_string'] = 'Streng'; $lang['ut_array'] = 'Matrise'; $lang['ut_object'] = 'Objekt'; $lang['ut_resource'] = 'Ressurs'; $lang['ut_null'] = 'Null'; $lang['ut_notes'] = 'Notater';