diff options
Diffstat (limited to 'Templates/Includes/fr/title.php')
| -rw-r--r-- | Templates/Includes/fr/title.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Templates/Includes/fr/title.php b/Templates/Includes/fr/title.php new file mode 100644 index 0000000..49285a2 --- /dev/null +++ b/Templates/Includes/fr/title.php @@ -0,0 +1,20 @@ +<?php + +// ############################################################################ +// # # +// # Description: Titre des pages # +// # # +// ############################################################################ + +$title = [ + "index" => "AlphaJob - Index", + "login" => "AlphaJob - Connection", + "message" => "AlphaJob - Message", + "mission" => "AlphaJob - Gestion d'une mission", + "myMission" => "AlphaJob - Mes missions", + "register" => "AlphaJob - Inscription", + "userInfo" => "AlphaJob - Mes informations", + "admin" => "AlphaJob - Administration" +]; + +?>
\ No newline at end of file |
