summaryrefslogtreecommitdiff
path: root/Template/Include/en
diff options
context:
space:
mode:
Diffstat (limited to 'Template/Include/en')
-rw-r--r--Template/Include/en/message.php94
-rw-r--r--Template/Include/en/table.php2
-rw-r--r--Template/Include/en/text.php31
-rw-r--r--Template/Include/en/title.php4
4 files changed, 67 insertions, 64 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
]
diff --git a/Template/Include/en/table.php b/Template/Include/en/table.php
index 8aef67f..2feb5dc 100644
--- a/Template/Include/en/table.php
+++ b/Template/Include/en/table.php
@@ -62,7 +62,7 @@ $header = [
],
// En-tête des colonnes du tableau mes missions.
"ongoingMissions" => [
- "Accpeted by pro date",
+ "Accepted by pro date",
"Pro name",
"Job",
"Subject",
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>"
]
];
diff --git a/Template/Include/en/title.php b/Template/Include/en/title.php
index c4fbeca..da773d6 100644
--- a/Template/Include/en/title.php
+++ b/Template/Include/en/title.php
@@ -8,11 +8,11 @@
$title = [
"index" => "AlphaJob - Index",
- "login" => "AlphaJob - Login",
+ "login" => "AlphaJob - Sign-in",
"message" => "AlphaJob - Message",
"mission" => "AlphaJob - Manage a mission",
"myMission" => "AlphaJob - My missions",
- "register" => "AlphaJob - Register",
+ "register" => "AlphaJob - Sign-up",
"userInfo" => "AlphaJob - My user informations",
"admin" => "AlphaJob - Administration"
];