Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2418 lars 1
<?php
2
/**
3
 * System messages translation for CodeIgniter(tm)
4
 *
5
 * @author	CodeIgniter community
6
 * @author	Stefano Mazzega
7
 * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
8
 * @license	http://opensource.org/licenses/MIT	MIT License
9
 * @link	https://codeigniter.com
10
 */
11
defined('BASEPATH') OR exit('No direct script access allowed');
12
 
13
$lang['ut_test_name'] = 'Nome Test';
14
$lang['ut_test_datatype'] = 'Tipo di Dato';
15
$lang['ut_res_datatype'] = 'Tipo di Dato Atteso';
16
$lang['ut_result'] = 'Risultato';
17
$lang['ut_undefined'] = 'Nome Test non Definito';
18
$lang['ut_file'] = 'Nome File';
19
$lang['ut_line'] = 'Numero di Linea';
20
$lang['ut_passed'] = 'Passato';
21
$lang['ut_failed'] = 'Fallito';
22
$lang['ut_boolean'] = 'Boolean';
23
$lang['ut_integer'] = 'Integer';
24
$lang['ut_float'] = 'Float';
25
$lang['ut_double'] = 'Float';
26
$lang['ut_string'] = 'String';
27
$lang['ut_array'] = 'Array';
28
$lang['ut_object'] = 'Object';
29
$lang['ut_resource'] = 'Resource';
30
$lang['ut_null'] = 'Null';
31
$lang['ut_notes'] = 'Notes';