| 
									
										
										
										
											2023-10-06 04:12:48 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							| 
									
										
										
										
											2023-12-30 11:11:26 +08:00
										 |  |  |  * System messages translation for CodeIgniter(tm) | 
					
						
							| 
									
										
										
										
											2023-10-06 04:12:48 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-12-30 11:11:26 +08:00
										 |  |  |  * @author	CodeIgniter community | 
					
						
							|  |  |  |  * @author	Iban Eguia | 
					
						
							|  |  |  |  * @copyright	Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/) | 
					
						
							|  |  |  |  * @license	http://opensource.org/licenses/MIT	MIT License | 
					
						
							| 
									
										
										
										
											2023-10-06 04:12:48 +08:00
										 |  |  |  * @link	https://codeigniter.com | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | defined('BASEPATH') OR exit('No direct script access allowed'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-12-30 11:11:26 +08:00
										 |  |  | $lang['ut_test_name']		= 'Nombre del test'; | 
					
						
							|  |  |  | $lang['ut_test_datatype']	= 'Tipo de datos del test'; | 
					
						
							|  |  |  | $lang['ut_res_datatype']	= 'Tipo de datos esperado'; | 
					
						
							|  |  |  | $lang['ut_result']			= 'Resultado'; | 
					
						
							|  |  |  | $lang['ut_undefined']		= 'Nombre del test indefinido'; | 
					
						
							|  |  |  | $lang['ut_file']			= 'Nombre del archivo'; | 
					
						
							|  |  |  | $lang['ut_line']			= 'Número de línea'; | 
					
						
							|  |  |  | $lang['ut_passed']			= 'Correcto'; | 
					
						
							|  |  |  | $lang['ut_failed']			= 'Fallido'; | 
					
						
							|  |  |  | $lang['ut_boolean']			= 'Booleano'; | 
					
						
							|  |  |  | $lang['ut_integer']			= 'Entero'; | 
					
						
							|  |  |  | $lang['ut_float']			= 'Coma flotante'; | 
					
						
							|  |  |  | $lang['ut_double']			= 'Coma flotante'; // can be the same as float
 | 
					
						
							|  |  |  | $lang['ut_string']			= 'Cadena'; | 
					
						
							|  |  |  | $lang['ut_array']			= 'Array'; | 
					
						
							|  |  |  | $lang['ut_object']			= 'Objeto'; | 
					
						
							|  |  |  | $lang['ut_resource']		= 'Recurso'; | 
					
						
							|  |  |  | $lang['ut_null']			= 'Nulo'; | 
					
						
							|  |  |  | $lang['ut_notes']			= 'Notas'; |