Add language support for projects controller

This commit is contained in:
Eike Foken
2011-04-21 21:46:47 +02:00
parent c4c7988b5d
commit bc67619ce2
5 changed files with 49 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<?php
$lang['project_own'] = "Eigenes Projekt";
$lang['projects_own'] = "Eigene Projekte";
$lang['project_shared'] = "Für mich freigegeben";
$lang['projects_shared'] = "Für mich freigegeben";
$lang['project_public'] = "Öffentliches Projekt";
$lang['projects_public'] = "Öffentliche Projekte";
/* End of file projects_lang.php */
/* Location: ./application/language/german/projects_lang.php */