<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (C) 2000 - 2024 Silverpeas

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    As a special exception to the terms and conditions of version 3.0 of
    the GPL, you may redistribute this Program in connection with Free/Libre
    Open Source Software ("FLOSS") applications as described in Silverpeas's
    FLOSS exception.  You should have received a copy of the text describing
    the FLOSS exception, and it is also available here:
    "https://www.silverpeas.org/docs/core/legal/floss_exception.html"

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

-->

<WAComponent xmlns="http://silverpeas.org/xml/ns/component"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://silverpeas.org/xml/ns/component https://www.silverpeas.org/xsd/component.xsd">
  <name>projectManager</name>
  <label>
    <message lang="fr">Gestion de projet</message>
    <message lang="en">Project Manager</message>
    <message lang="de">Projektverwaltung</message>
  </label>
  <description>
    <message lang="fr">L’application permet de créer des tâches, d’affecter des
      ressources. Chaque tâche (et ses sous-taches) est gérée par un responsable.
      L’allocation des ressources associées est calculée automatiquement et permet
      de détecter la sur-allocation. Le diagramme de Gantt permet une visualisation
      optimale.
    </message>
    <message lang="en">This application creates hierarchies of tasks affected to users.</message>
    <message lang="de">Diese Komponente erstellt eine Aufgaben Hierarchie die an Benutzer zugewiesen
      kann.
    </message>
  </description>
  <suite>
    <message lang="fr">02 Gestion Collaborative</message>
    <message lang="en">02 Collaborative Management</message>
    <message lang="de">02 kollaborative Verwaltung</message>
  </suite>
  <visible>true</visible>
  <portlet>true</portlet>
  <profiles>
    <profile name="admin">
      <label>
        <message lang="fr">Chefs de projet</message>
        <message lang="en">Project managers</message>
        <message lang="de">Projektleiter</message>
      </label>
      <help>
        <message lang="fr">Le(s) chef(s) de projet définissent le projet et affectent des tâches à
          des ressources.
        </message>
        <message lang="en">Project managers define the project and affect task to resources.
        </message>
        <message lang="de">Projektleiter</message>
      </help>
      <spaceMapping>
        <profile>admin</profile>
      </spaceMapping>
    </profile>
    <profile name="responsable">
      <label>
        <message lang="fr">Ressources</message>
        <message lang="en">Resource</message>
        <message lang="de">Mittel</message>
      </label>
      <help>
        <message lang="fr">Les ressources sont les membres du projet. Le chef de projet leur affecte
          des tâches.
        </message>
        <message lang="en">Resources are the project's members. The project manager affect them
          tasks.
        </message>
        <message lang="de">Mittel</message>
      </help>
      <spaceMapping>
        <profile>publisher</profile>
        <profile>writer</profile>
      </spaceMapping>
    </profile>
    <profile name="lecteur">
      <label>
        <message lang="fr">Lecteurs</message>
        <message lang="en">Readers</message>
        <message lang="de">Leser</message>
      </label>
      <help>
        <message lang="fr">Les lecteurs visualise les éléments du projet.</message>
        <message lang="en">Reader visualize project's items.</message>
        <message lang="de">Leser</message>
      </help>
      <spaceMapping>
        <profile>reader</profile>
      </spaceMapping>
    </profile>
  </profiles>
</WAComponent>