Merge pull request #4648 from defrance/patch-101
change name or project area (standardisation)
This commit is contained in:
commit
a708b7c2e4
@ -5,6 +5,7 @@ ProjectId=Project Id
|
||||
ProjectLabel=Project label
|
||||
Project=Project
|
||||
Projects=Projects
|
||||
ProjectsArea=Projects Area
|
||||
ProjectStatus=Project status
|
||||
SharedProject=Everybody
|
||||
PrivateProject=Contacts of project
|
||||
@ -67,6 +68,7 @@ Activities=Tasks/activities
|
||||
MyActivity=My activity
|
||||
MyActivities=My tasks/activities
|
||||
MyProjects=My projects
|
||||
MyProjectsArea=My projects Area
|
||||
DurationEffective=Effective duration
|
||||
Progress=Progress
|
||||
ProgressDeclared=Declared progress
|
||||
|
||||
@ -59,8 +59,8 @@ $projectsListId = $projectstatic->getProjectsAuthorizedForUser($user,($mine?$min
|
||||
|
||||
llxHeader("",$langs->trans("Projects"),"EN:Module_Projects|FR:Module_Projets|ES:Módulo_Proyectos");
|
||||
|
||||
$text=$langs->trans("Projects");
|
||||
if ($mine) $text=$langs->trans("MyProjects");
|
||||
$text=$langs->trans("ProjectsArea");
|
||||
if ($mine) $text=$langs->trans("MyProjectsArea");
|
||||
|
||||
print load_fiche_titre($text,'','title_project.png');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user