diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
| commit | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch) | |
| tree | c1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Templates/Includes/en/text.php | |
| parent | b637d625216e50602d0bde8a544c281ca00af5fa (diff) | |
Révision complète du css et modification du js principalement
Diffstat (limited to 'Templates/Includes/en/text.php')
| -rw-r--r-- | Templates/Includes/en/text.php | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/Templates/Includes/en/text.php b/Templates/Includes/en/text.php deleted file mode 100644 index 3e6b981..0000000 --- a/Templates/Includes/en/text.php +++ /dev/null @@ -1,100 +0,0 @@ -<?php - -// ############################################################################ -// # # -// # Description: Texte du site # -// # # -// ############################################################################ - -$text = [ - "incl_form_admin" => [ - "btManageJob" => "Manage jobs categories", - "btManageUser" => "Manage users", - "btManageMission" => "Manage missions", - "formJobAddEn" => "Name of the category in English", - "formJobAddFr" => "Name of the category in French", - "submitJobAdd" => "Add", - "selJobDel" => "Choose a job to delete", - "submitJobDel" => "Delete", - "formDel" => "ID to delete", - "submitDel" => "Delete", - ], - "incl_global_footer" => [ - "main" => "Made by Debulois Quentin for my professional folder.<br>December 2021, all rights reserved.", - ], - "incl_form_userInfo" => [ - "h2" => "Informations about the user.", - "lastname" => "Last name", - "firstname" => "First name", - "phoneNumber" => "Phone number", - "adress" => "Adress", - "zipCode" => "Zip code", - "city" => "City", - "jobsSel" => "Jobs", - "jobsAdd" => "Add", - "degree" => "Degree", - "capability" => "Capacities", - "description" => "Descriptions", - "submit" => "Modify" - ], - "incl_form_login" => [ - "h2" => "Login", - "email" => "Email", - "password" => "Password", - "rememberMe" => "Remember me", - "submit" => "Sign-in" - ], - "incl_form_mission" => [ - "h2" => "Form to register a mission", - "subject" => "Subject", - "review" => "Review", - "proId" => "Pro ID", - "submit" => "Register", - "jobsSel" => "Jobs" - ], - "incl_table_myMission" => [ - "pendingMission" => "Pending missions", - "ongoingMission" => "Ongoing missions", - "completedMission" => "Completed missions", - "accept" => "Accept", - "validate" => "Validate" - ], - "incl_global_navbar" => [ - "h2" => "AlphaJob", - "btnSearch" => "Search", - "btnInfos" => "Modif. infos", - "btnMission" => "Register mission", - "btnMyMission" => "My missions", - "btnAdmin" => "Administration", - "btnLogin" => "Sign-in", - "btnLogout" => "Loggout", - "btnRegister" => "Sign-up", - "lang" => "Language", - "btnLang" => "Select" - ], - "incl_form_register" => [ - "h2" => "Form to sign-in", - "email" => "Email", - "password" => "Password", - "notice" => "Admin is here for the purpose of the exam only:", - "isAdmin" => "Is admin?", - "isPro" => "Is pro?", - "isClient" => "Is client?", - "submit" => "Sign-up" - ], - "incl_index_search" => [ - "h2" => "Search a professional", - "searchBarName" => "Search by name", - "searchBarJob" => "Search by job", - "submit" => "Search", - "moreInfo" => "More info", - "mandate" => "Mandate" - ], - "incl_index_slideshow" => [ - "slide1" => "Find the right proffessional for you.<br><br>For all your needs.<br><br><span>AlphaJob</span>", - "slide2" => "Only the bests proffessionals can register!<br><br>Quality of work guarantee!<br><br><span>AlphaJob</span>", - "slide3" => "Find the bests offers for your website today.<br><br>Discover our ready to use solutions.<br><br><span>AlphaJob</span>" - ] -]; - -?>
\ No newline at end of file |
