9 lines
207 B
PHP
9 lines
207 B
PHP
<?php
|
|
|
|
$lang['done'] = "Fertig";
|
|
$lang['waiting'] = "Warte auf Start...";
|
|
$lang['failed'] = "Fehlgeschlagen";
|
|
|
|
/* End of file projects_lang.php */
|
|
/* Location: ./application/language/german/jobs_lang.php */
|