From 5ddf8de3691fde866c5a48b440cffa2990b2014c Mon Sep 17 00:00:00 2001 From: Debulois Date: Thu, 3 Feb 2022 13:02:21 +0100 Subject: Initial commit --- Views/Includes/en/text.php | 80 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 Views/Includes/en/text.php (limited to 'Views/Includes/en/text.php') diff --git a/Views/Includes/en/text.php b/Views/Includes/en/text.php new file mode 100644 index 0000000..872ca62 --- /dev/null +++ b/Views/Includes/en/text.php @@ -0,0 +1,80 @@ + [ + "h2" => "Delete an user", + "id" => "ID to delete", + "submit" => "Delete", + ], + "incl_footer" => [ + "main" => "Made by Debulois Quentin for my professional folder.
December 2021, all rights reserved.", + ], + "incl_userInfo_form" => [ + "h2" => "Informations about the user.", + "lastname" => "Last name", + "firstname" => "First name", + "job" => "Job", + "degree" => "Degree", + "capability" => "Capacities", + "description" => "Descriptions", + "phoneNumber" => "Phone number", + "adress" => "Adress", + "zipCode" => "Zip code", + "city" => "City", + "submit" => "Modify" + ], + "incl_login_form" => [ + "h2" => "Login", + "email" => "Email", + "password" => "Password", + "rememberMe" => "Remember me", + "submit" => "Sign-in" + ], + "incl_mission_form" => [ + "h2" => "Form to register a mission", + "subject" => "Subject", + "review" => "Review", + "consultantId" => "Consultant ID", + "submit" => "Register" + ], + "incl_myMission_table" => [ + "h2" => "My missions" + ], + "incl_navbar" => [ + "h2" => "AlphaJob", + "btnSearch" => "Search", + "btnInfos" => "Modif. infos", + "btnMission" => "Register mission", + "btnMyMission" => "My missions", + "btnDelete" => "Delete an user", + "btnLogin" => "Sign-in", + "btnLogout" => "Loggout", + "btnRegister" => "Sign-up", + "lang" => "Language", + "btnLang" => "Select" + ], + "incl_register_form" => [ + "h2" => "Form to sign-in", + "email" => "Email", + "password" => "Password", + "notice" => "For the purpose of the exam only:", + "isUser" => "Is user?", + "isConsultant" => "Is consultant?", + "isAdmin" => "Is admin?", + "submit" => "Sign-up" + ], + "incl_index_search" => [ + "h2" => "Search by lastname", + "searchBar" => "Lastname", + "submit" => "Search", + "moreInfo" => "More info" + ], + "incl_index_slideshow" => [ + "slide1" => "Find the right consultant for you.

For all your needs.

AlphaJob", + "slide2" => "Only the bests proffessionals can register!

Quality of work guarantee!

AlphaJob", + "slide3" => "Find the bests offers for your website today.

Discover our ready to use solutions.

AlphaJob" + ] +]; +?> \ No newline at end of file -- cgit v1.2.3