diff options
Diffstat (limited to 'Template/Include/en/message.php')
| -rw-r--r-- | Template/Include/en/message.php | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/Template/Include/en/message.php b/Template/Include/en/message.php index 503fd98..8419b88 100644 --- a/Template/Include/en/message.php +++ b/Template/Include/en/message.php @@ -14,8 +14,8 @@ $messageText = [ "infosUpdate" => [ "success" => [ "success" => true, - "title" => "Update user information.", - "info" => "User informations updated !", + "title" => "Update user informations", + "info" => "Your informations have been updated!", "timer" => true, "toSrc" => true ] @@ -24,15 +24,15 @@ $messageText = [ "login" => [ "success" => [ "success" => true, - "title" => "Login.", - "info" => "Successfully logged in!", + "title" => "Sign-in", + "info" => "You are now successfully logged in!", "timer" => true, "toSrc" => false ], "fail" => [ "success" => false, - "title" => "Login.", - "info" => "Error bad credentials.", + "title" => "Sign-in", + "info" => "You have entered bad credentials.", "timer" => true, "toSrc" => true ] @@ -48,8 +48,8 @@ $messageText = [ ], "fail" => [ "success" => false, - "title" => "Login cookie.", - "info" => "Error with the cookie auto-login.", + "title" => "Auto-login", + "info" => "Something wrong happened.", "timer" => true, "toSrc" => false ] @@ -58,8 +58,8 @@ $messageText = [ "logout" => [ "success" => [ "success" => true, - "title" => "Log out.", - "info" => "Successefuly logged out!", + "title" => "Sign-out", + "info" => "You are now logged out.", "timer" => true, "toSrc" => false ] @@ -68,22 +68,22 @@ $messageText = [ "missionRegister" => [ "success" => [ "success" => true, - "title" => "Register a mission.", - "info" => "Mission registered !", + "title" => "Mandate a mission", + "info" => "Mission successfully mandated.", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Mandate a mission.", - "info" => "Error, please sign-in before.", + "title" => "Mandate a mission", + "info" => "The mission has not been mandated.", "timer" => true, "toSrc" => true ], "notConnected" => [ "success" => false, - "title" => "Mandate infos.", - "info" => "Error, you must be connected, and connected as client.", + "title" => "Mandate a mission", + "info" => "You must sign-in as client first.", "timer" => true, "toSrc" => false ] @@ -92,15 +92,15 @@ $messageText = [ "missionAccepted" => [ "success" => [ "success" => true, - "title" => "Mission info.", - "info" => "Mission accepted !", + "title" => "Pending mission", + "info" => "You have accepted the mission!", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Mandate infos.", - "info" => "Error, mission not accepted.", + "title" => "Pending mission", + "info" => "The mission has not been accepted.", "timer" => true, "toSrc" => true ] @@ -109,15 +109,15 @@ $messageText = [ "missionValidated" => [ "success" => [ "success" => true, - "title" => "Mission info.", - "info" => "Mission completed!", + "title" => "Mission update", + "info" => "The mission is now marked as completed!", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Mandate info.", - "info" => "Error, mission not marked as completed.", + "title" => "Mandate update", + "info" => "The mission has not been marked as completed.", "timer" => true, "toSrc" => true ] @@ -126,14 +126,14 @@ $messageText = [ "missionReview" => [ "success" => [ "success" => true, - "title" => "Mission review.", - "info" => "Your review has been registered!", + "title" => "Mission review", + "info" => "Your review has been sucessfully registered!", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Mission review.", + "title" => "Mission review", "info" => "Error, your review has not been resgistered.", "timer" => true, "toSrc" => true @@ -143,15 +143,15 @@ $messageText = [ "userAdd" => [ "success" => [ "success" => true, - "title" => "Register an user.", - "info" => "User successfully registered !", + "title" => "Sign-up", + "info" => "Your account has been successfully created, you can now sign-in with.", "timer" => true, "toSrc" => false ], "fail" => [ "success" => false, - "title" => "Register an user.", - "info" => "Error, user not registered.", + "title" => "Sign-up", + "info" => "We can't create an account with the given informations.", "timer" => true, "toSrc" => true ] @@ -160,15 +160,15 @@ $messageText = [ "adminDelUser" => [ "success" => [ "success" => true, - "title" => "Delete an user.", - "info" => "User deleted !", + "title" => "Deletion of an account", + "info" => "The account is successfully delated.", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Delete an user.", - "info" => "No user was deleted.", + "title" => "Deletion of an account", + "info" => "The account is not delated.", "timer" => true, "toSrc" => true ] @@ -177,15 +177,15 @@ $messageText = [ "adminAddJob" => [ "success" => [ "success" => true, - "title" => "Add a job category.", - "info" => "Category added !", + "title" => "Add a job category", + "info" => "The job category is successfully added!", "timer" => true, "toSrc" => true ], "fail" => [ "success" => false, - "title" => "Add a job category.", - "info" => "Category not added.", + "title" => "Add a job category", + "info" => "The job category is not added.", "timer" => true, "toSrc" => true ] @@ -194,15 +194,15 @@ $messageText = [ "adminDelJob" => [ "success" => [ "success" => true, - "title" => "Deletion of a job category.", - "info" => "Category deleted !", + "title" => "Deletion of a job category", + "info" => "The job category is successfully deleted!", "timer" => true, "toSrc" => true ], "delete" => [ "success" => false, - "title" => "Deletion of a job category.", - "info" => "Category not deleted !", + "title" => "Deletion of a job category", + "info" => "The job category is not deleted.", "timer" => true, "toSrc" => true ] @@ -211,15 +211,15 @@ $messageText = [ "adminDelMission" => [ "success" => [ "success" => true, - "title" => "Deletion of a mission.", - "info" => "Mission deleted !", + "title" => "Deletion of a mission", + "info" => "The mission is successfully deleted!", "timer" => true, "toSrc" => true ], "delete" => [ "success" => false, - "title" => "Deletion of a mission.", - "info" => "Mission not deleted !", + "title" => "Deletion of a mission", + "info" => "The mission is not deleted.", "timer" => true, "toSrc" => true ] |
