Add internationalization to jobs controller

This commit is contained in:
Karsten Heiken
2011-04-22 03:12:09 +02:00
parent 43007a3c49
commit d750a029bb
3 changed files with 30 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
<?php
$lang['done'] = "Fertig";
$lang['waiting'] = "Warte auf Start...";
/* End of file projects_lang.php */
/* Location: ./application/language/german/jobs_lang.php */