ok
Direktori : /home2/selectio/www/bharath/system/language/portuguese/ |
Current File : /home2/selectio/www/bharath/system/language/portuguese/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'] = 'Nome do teste'; $lang['ut_test_datatype'] = 'Datatype do teste'; $lang['ut_res_datatype'] = 'Datatype esperado'; $lang['ut_result'] = 'Resultado'; $lang['ut_undefined'] = 'Nome de teste não definido'; $lang['ut_file'] = 'Nome do ficheiro'; $lang['ut_line'] = 'Número da linha'; $lang['ut_passed'] = 'Passou'; $lang['ut_failed'] = 'Falhou'; $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'] = 'Objeto'; $lang['ut_resource'] = 'Recurso'; $lang['ut_null'] = 'Vazio'; $lang['ut_notes'] = 'Notas';