Файл: src/resources/lang/en/messages.php
Строк: 103
<?php
return [
"failure_header" => "Oh snap!",
"success_header" => "Well done!",
"companies_create_success" => "You successfully created company.",
"companies_create_failure" => "Form submission failed.Change a few things up and try submitting again.",
"companies_update_success" => "You successfully updated company.",
"companies_update_failure" => "Form submission failed.Change a few things up and try submitting again.",
"companies_delete_success" => "You successfully deleted company.",
"products_create_success" => "You successfully created product.",
"products_create_failure" => "Form submission failed.Change a few things up and try submitting again.",
"products_update_success" => "You successfully updated product.",
"products_update_failure" => "Form submission failed.Change a few things up and try submitting again.",
"products_delete_success" => "You successfully deleted product.",
"invoices_create_success" => "You successfully created invoice.",
"invoices_create_failure" => "Form submission failed.Change a few things up and try submitting again.",
"invoices_update_success" => "You successfully updated invoice.",
"invoices_update_failure" => "Form submission failed.Change a few things up and try submitting again.",
"invoices_delete_success" => "You successfully deleted invoice.",
"invoices_delete_failure" => "Form submission failed.Change a few things up and try submitting again.",
"settings_success" => "You successfully updated settings.",
"settings_failure" => "Form submission failed.Change a few things up and try submitting again.",
"users_create_success" => "You successfully created user.",
"users_create_failure" => "Form submission failed.Change a few things up and try submitting again.",
"users_update_success" => "You successfully updated user.",
"users_update_failure" => "Form submission failed.Change a few things up and try submitting again.",
"users_delete_success" => "You successfully deleted user.",
"user_logout_success" => "You successfully logged out",
"user_login_failure" => "Username or Password field not matched with our database.",
"forgotpassword_login_failure" => "Form submission failed Change a few things up and try submitting again.",
"forgotpassword_login_success" => "Your password reset request successfully created. Please check your email for the reset your password.",
"resetpassword_login_failure" => "Form submission failed Change a few things up and try submitting again.",
"resetpassword_login_success" => "You successfully reset your password"
];
?>