summaryrefslogtreecommitdiff
path: root/Views/Includes/fr/title.php
blob: 25b6dd08bcae91a75361ea494fc24187fde48a14 (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",
    "admin"     => "AlphaJob - Administration d'alphajob"
];
?>