Files
opensourcepos/system/language/fr/unit_test_lang.php
2015-01-10 18:42:41 +01:00

26 lines
914 B
PHP

<?php
$lang['ut_test_name'] = 'Nom du Test';
$lang['ut_test_datatype'] = 'Type de donn&eacute;es du Test';
$lang['ut_res_datatype'] = 'Type de donn&eacute;es attendu';
$lang['ut_result'] = 'R&eacute;sultat';
$lang['ut_undefined'] = 'Nom de Test non sp&eacute;cifi&eacute;';
$lang['ut_file'] = 'Nom de Fichier';
$lang['ut_line'] = 'Num&eacute;ro de Ligne';
$lang['ut_passed'] = 'R&eacute;ussi';
$lang['ut_failed'] = 'Echou&eacute;';
$lang['ut_boolean'] = 'Bool&eacute;en';
$lang['ut_integer'] = 'Entier';
$lang['ut_float'] = 'Flottant';
$lang['ut_double'] = 'Flottant'; // can be the same as float
$lang['ut_string'] = 'Cha&icirc;ne';
$lang['ut_array'] = 'Tableau';
$lang['ut_object'] = 'Objet';
$lang['ut_resource'] = 'Ressource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';
/* End of file unit_test_lang.php */
/* Location: ./system/language/fr/unit_test_lang.php */