ok
Direktori : /home2/selectio/www/bharath/system/language/german/ |
Current File : /home2/selectio/www/bharath/system/language/german/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'] = 'Test-Name'; $lang['ut_test_datatype'] = 'Test-Datentyp'; $lang['ut_res_datatype'] = 'Erwarteter Datentyp'; $lang['ut_result'] = 'Ergebnis'; $lang['ut_undefined'] = 'Undefinierter Test-Name'; $lang['ut_file'] = 'Dateiname'; $lang['ut_line'] = 'Zeilennummer'; $lang['ut_passed'] = 'Bestanden'; $lang['ut_failed'] = 'Durchgefallen'; $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'] = 'String'; $lang['ut_array'] = 'Array'; $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; $lang['ut_null'] = 'Null'; $lang['ut_notes'] = 'Bemerkung';