diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-06 21:37:53 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-06 21:37:53 +0200 |
| commit | 6ee8ad125692175ddfb705080a4bc54b76c5a4f6 (patch) | |
| tree | d8321eab73354eeea2b2ca7ea5ee16175a71ff43 /Template/Include/en | |
| parent | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (diff) | |
Finalisation, affinage du css et ajout d'un système de vérification pour les mdp pour qu'ils soient forts.
Diffstat (limited to 'Template/Include/en')
| -rw-r--r-- | Template/Include/en/text.php | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/Template/Include/en/text.php b/Template/Include/en/text.php index 7b8cfd1..b6f81e0 100644 --- a/Template/Include/en/text.php +++ b/Template/Include/en/text.php @@ -8,7 +8,7 @@ $text = [ "incl_form_admin" => [ - "btManageJob" => "Manage jobs categories", + "btManageJob" => "Manage job categories", "btManageUser" => "Manage users", "btManageMission" => "Manage missions", "formJobAddEn" => "Name in English", @@ -20,7 +20,7 @@ $text = [ "submitDel" => "Delete", ], "incl_global_footer" => [ - "main" => "Made by Debulois Quentin for my professional folder.<br>December 2021, all rights reserved.", + "main" => "Made by Debulois Quentin for my professional folder.<br>Handmade from December 2021 to April 2022", ], "incl_form_userInfo" => [ "h2" => "Informations about the user.", @@ -77,14 +77,19 @@ $text = [ "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" + "h2" => "Form to sign-up", + "email" => "Email", + "password" => "Password", + "passNotice" => "The password must have at least:", + "passLength" => "8 characters,", + "passUpper" => "one uppercase,", + "passNumb" => "one number,", + "passSpecial" => "one special character.", + "notice" => "\"Admin\" is here for the purpose of the exam only:", + "isAdmin" => "Admin", + "isPro" => "Pro", + "isClient" => "Client", + "submit" => "Sign-up" ], "incl_index_search" => [ "h2" => "Search a professional", |
