ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/bharath/system/language/japanese/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/bharath/system/language/japanese/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']		= 'テスト名';
$lang['ut_test_datatype']	= 'テストのデータ型';
$lang['ut_res_datatype']	= '期待するデータ型';
$lang['ut_result']			= '結果';
$lang['ut_undefined']		= 'テスト名が指定されていません';
$lang['ut_file']			= 'ファイル名';
$lang['ut_line']			= '行番号';
$lang['ut_passed']			= '成功';
$lang['ut_failed']			= '失敗';
$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']			= 'Object';
$lang['ut_resource']		= 'Resource';
$lang['ut_null']			= 'Null';
$lang['ut_notes']			= 'ノート';

Zerion Mini Shell 1.0