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	Ander Goñi
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'] = 'Probaren Izena';
14
$lang['ut_test_datatype'] = 'Probaren Datu Mota';
15
$lang['ut_res_datatype'] = 'Espero Den Datu Mota';
16
$lang['ut_result'] = 'Emaitza';
17
$lang['ut_undefined'] = 'Zehaztu Gabeko Proba Izena';
18
$lang['ut_file'] = 'Fitxategi Izena';
19
$lang['ut_line'] = 'Lerro Zenbakia';
20
$lang['ut_passed'] = 'Gainditua';
21
$lang['ut_failed'] = 'Huts egin du';
22
$lang['ut_boolean'] = 'Booleaarra';
23
$lang['ut_integer'] = 'Osoa';
24
$lang['ut_float'] = 'Mugikorra';
25
$lang['ut_double'] = 'Mugikorra'; // can be the same as float
26
$lang['ut_string'] = 'Karaktere-katea';
27
$lang['ut_array'] = 'Array-a';
28
$lang['ut_object'] = 'Objektua';
29
$lang['ut_resource'] = 'Baliabidea';
30
$lang['ut_null'] = 'Null';
31
$lang['ut_notes'] = 'Oharrak';