Merge pull request #4648 from defrance/patch-101

change name or project area (standardisation)
This commit is contained in:
Laurent Destailleur 2016-02-19 02:49:21 +01:00
commit a708b7c2e4
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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');