Add language support for projects controller
This commit is contained in:
11
application/language/english/projects_lang.php
Normal file
11
application/language/english/projects_lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang['project_own'] = "Own project";
|
||||
$lang['projects_own'] = "Own projects";
|
||||
$lang['project_shared'] = "Shared project";
|
||||
$lang['projects_shared'] = "Shared projects";
|
||||
$lang['project_public'] = "Public project";
|
||||
$lang['projects_public'] = "Public projects";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/german/projects_lang.php */
|
||||
10
application/language/german/index.html
Executable file
10
application/language/german/index.html
Executable file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
application/language/german/projects_lang.php
Normal file
11
application/language/german/projects_lang.php
Normal 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 */
|
||||
Reference in New Issue
Block a user