Add german language pack

This commit is contained in:
Eike Foken
2011-04-21 15:51:29 +02:00
parent b19aecd821
commit 8cdc5c0224
13 changed files with 357 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?php
$lang['ut_test_name'] = "Testname";
$lang['ut_test_datatype'] = "Test-Datentyp";
$lang['ut_res_datatype'] = "Erwarteter Datentyp";
$lang['ut_result'] = "Ergebnis";
$lang['ut_undefined'] = "Undefinierter Testname";
$lang['ut_file'] = "Dateiname";
$lang['ut_line'] = "Zeilennummer";
$lang['ut_passed'] = "Erfolgreich";
$lang['ut_failed'] = "Fehlgeschlagen";
$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'] = "Objekt";
$lang['ut_resource'] = "Ressource";
$lang['ut_null'] = "Null";
$lang['ut_notes'] = "Notes";
/* End of file unit_test_lang.php */
/* Location: ./system/language/german/unit_test_lang.php */