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  Cristian Robert Chiribuc
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']		= 'Nume Test';
14
$lang['ut_test_datatype']	= 'Test Tip de Date';
15
$lang['ut_res_datatype']	= 'Tipuri de Date Așteptate';
16
$lang['ut_result']			= 'Rezultat';
17
$lang['ut_undefined']		= 'Nume Test Nedefinit';
18
$lang['ut_file']			= 'Nume Fișier';
19
$lang['ut_line']			= 'Numărul Liniei';
20
$lang['ut_passed']			= 'Trecut';
21
$lang['ut_failed']			= 'Eșuat';
22
$lang['ut_boolean']			= 'Boolean';
23
$lang['ut_integer']			= 'Integru';
24
$lang['ut_float']			= 'Float';
25
$lang['ut_double']			= 'Float'; // can be the same as float
26
$lang['ut_string']			= 'String';
27
$lang['ut_array']			= 'Array';
28
$lang['ut_object']			= 'Object';
29
$lang['ut_resource']		= 'Resurse';
30
$lang['ut_null']			= 'Nul';
31
$lang['ut_notes']			= 'Notițe';