Files

62 lines
2.3 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
"cancel" => "Cancel",
"submit" => "Submit",
"security_answer" => "Security Answer",
"security_question" => "Security Question",
"secret_pin" => "Secret PIN (Exactly 5 characters long)",
"confirm_password" => "Confirm Password",
"password" => "Password (6 characters minimum)",
"username" => "Username",
"roles_on_streamline" => "Roles on stre@mline",
"when_last_donation" => "When was you last donation?",
"are_willing_to_donate" => "Are you willing to donate blood?",
"no" => "No",
"yes" => "Yes",
"blood_group" => "Blood Group",
"expiry_date" => "Expiry Date",
"registration_number" => "Registration Number",
"council_name" => "Council Name",
"any_council_registration" => "Any council registration?",
"photo" => "Photo",
"position" => "Position",
"email_address" => "Email Address",
"phone_number" => "Phone Number",
"last_name" => "Last Name",
"first_name" => "First Name",
"add_user_error" => "There were some problems with your input.",
"register" => "Register",
"users" => "Users",
"dashboard" => "Dashboard",
"new_user" => "New User",
"edit_user" => "Edit user",
"inactive_users" => "Inactive users",
"inactive" => "Inactive",
"activate" => "Activate",
"are_you_sure" => "Are you sure?",
"user_management" => "User management",
"list_of_users" => "LIST OF USERS",
"delete" => "Delete",
"edit" => "Edit",
"details" => "Details",
"roles" => "Roles",
"names" => "Names",
"view_users" => "View Users",
"change_password" => "Change Password",
"confirm_new_password" => "Confirm New Password",
"new_password" => "New Password",
"current_password" => "Current Password",
"password_expired" => "Password Expired",
"reset_password" => "Reset your password here",
"please_enter_pwd" => "Please enter a new password below",
"reset" => "Reset",
"user_details" => "User details",
"registered_on" => "Registered on",
"council_registration" => "Council registration",
"last_donation" => "Last donation",
"willing_to_donate" => "Willing to donate",
'no_longer_deletes'=> "Cannot Delete",
'delete_active_user'=>"The user has been reactivated three times and will now be considered an active user going forward. He/she can therefore no longer be deleted.",
];