/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/system/language/english/unit_test_lang.php

  • Committer: galaxyAbstractor
  • Date: 2013-04-10 15:49:32 UTC
  • mto: (19.1.5 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410154932-4vizlzk0ar5gykvi
* Added an simple admin panel to the codeviewer-cmssy stuff
* Redesigned a bit like the mockups - still stuff to come
* Implemented the codeviewer + admin panel again using the Framework CodeIgniter instead 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
$lang['ut_test_name']           = 'Test Name';
 
4
$lang['ut_test_datatype']       = 'Test Datatype';
 
5
$lang['ut_res_datatype']        = 'Expected Datatype';
 
6
$lang['ut_result']                      = 'Result';
 
7
$lang['ut_undefined']           = 'Undefined Test Name';
 
8
$lang['ut_file']                        = 'File Name';
 
9
$lang['ut_line']                        = 'Line Number';
 
10
$lang['ut_passed']                      = 'Passed';
 
11
$lang['ut_failed']                      = 'Failed';
 
12
$lang['ut_boolean']                     = 'Boolean';
 
13
$lang['ut_integer']                     = 'Integer';
 
14
$lang['ut_float']                       = 'Float';
 
15
$lang['ut_double']                      = 'Float'; // can be the same as float
 
16
$lang['ut_string']                      = 'String';
 
17
$lang['ut_array']                       = 'Array';
 
18
$lang['ut_object']                      = 'Object';
 
19
$lang['ut_resource']            = 'Resource';
 
20
$lang['ut_null']                        = 'Null';
 
21
$lang['ut_notes']                       = 'Notes';
 
22
 
 
23
 
 
24
/* End of file unit_test_lang.php */
 
25
/* Location: ./system/language/english/unit_test_lang.php */
 
 
b'\\ No newline at end of file'