diff options
Diffstat (limited to 'Template/Include/en/text.php')
| -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", |
