diff options
Diffstat (limited to 'Template/Include/en/text.php')
| -rw-r--r-- | Template/Include/en/text.php | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/Template/Include/en/text.php b/Template/Include/en/text.php index b6f81e0..417a1d9 100644 --- a/Template/Include/en/text.php +++ b/Template/Include/en/text.php @@ -7,6 +7,10 @@ // ############################################################################ $text = [ + "incl_global_notification" => [ + "header" => "Notification", + "info" => "You have a new mission!", + ], "incl_form_admin" => [ "btManageJob" => "Manage job categories", "btManageUser" => "Manage users", @@ -39,9 +43,9 @@ $text = [ "submit" => "Modify" ], "incl_form_login" => [ - "h2" => "Login", - "email" => "Email", - "password" => "Password", + "h2" => "Sign-in", + "email" => "Your email", + "password" => "Your password", "rememberMe" => "Remember me", "submit" => "Sign-in" ], @@ -49,7 +53,6 @@ $text = [ "h2" => "Form to register a mission", "subject" => "Subject", "review" => "Review", - "proId" => "Pro ID", "submit" => "Register", "jobsSel" => "Jobs" ], @@ -66,20 +69,20 @@ $text = [ "incl_global_navbar" => [ "h2" => "AlphaJob", "btnSearch" => "Search", - "btnInfos" => "Modif. infos", - "btnMission" => "Register mission", + "btnInfos" => "My infos", "btnMyMission" => "My missions", "btnAdmin" => "Administration", "btnLogin" => "Sign-in", - "btnLogout" => "Loggout", + "btnLogout" => "Sign-out", "btnRegister" => "Sign-up", "lang" => "Language", - "btnLang" => "Select" + "btnLang" => "Choose" ], "incl_form_register" => [ - "h2" => "Form to sign-up", - "email" => "Email", - "password" => "Password", + "h2" => "Sign-up", + "email" => "Your email", + "mailNotice" => "The email is valid.", + "password" => "Your password", "passNotice" => "The password must have at least:", "passLength" => "8 characters,", "passUpper" => "one uppercase,", @@ -102,9 +105,9 @@ $text = [ "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>" + "slide1" => "Find the right professional for you.<br><br>For all your needs.<br><br><span>AlphaJob</span>", + "slide2" => "Only the bests professionals register here!<br><br>Quality of work guarantee!<br><br><span>AlphaJob</span>", + "slide3" => "Find the best offers for your new website today.<br><br>Check our ready to use solutions.<br><br><span>AlphaJob</span>" ] ]; |
