summaryrefslogtreecommitdiff
path: root/Views/Includes/fr/title.php
blob: f0537b2c3ad87db74c8ea261e5fe9dc8cb1043aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// ****************************************************************************
// Description: Titre des pages
// ****************************************************************************
$title = [
    "index"     => "AlphaJob - Index",
    "login"     => "AlphaJob - Connection",
    "message"   => "AlphaJob - Message",
    "mission"   => "AlphaJob - Enregistrer une mission",
    "myMission" => "AlphaJob - Mes missions",
    "register"  => "AlphaJob - Inscription",
    "userInfo"  => "AlphaJob - Mes informations",
    "delete"    => "AlphaJob - Supprimer un utilisateur"
];
?>