diff options
Diffstat (limited to 'Views/Includes/fr/title.php')
| -rw-r--r-- | Views/Includes/fr/title.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Views/Includes/fr/title.php b/Views/Includes/fr/title.php new file mode 100644 index 0000000..f0537b2 --- /dev/null +++ b/Views/Includes/fr/title.php @@ -0,0 +1,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" +]; +?>
\ No newline at end of file |
