additionOfMultiLang
This commit is contained in:
44
lang/en/message.php
Normal file
44
lang/en/message.php
Normal file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
return[
|
||||
"Dashboard"=> "Dashboard",
|
||||
"Charts"=>"Charts",
|
||||
|
||||
"User Management"=>"User Management",
|
||||
"All Users"=> "All Users",
|
||||
"Add Users"=> "Add Users",
|
||||
"UI Elements"=> "UI Elements",
|
||||
"Forms"=>"Forms",
|
||||
"Tables"=> "Tables",
|
||||
"EXAMPLES"=>"EXAMPLES",
|
||||
"Calendar"=> "Calendar",
|
||||
"Gallery"=> "Gallery",
|
||||
"Kanban Board"=> "Kanban Board",
|
||||
"Mailbox"=> "Mailbox",
|
||||
"Pages"=> "Pages",
|
||||
"Extras"=> "Extras",
|
||||
"Search"=>"Search",
|
||||
"MISCELLANEOUS"=> "MISCELLANEOUS",
|
||||
"Documentation"=>"Documentation",
|
||||
"LABELS"=>"LABELS",
|
||||
"Important"=>"Important",
|
||||
"Informational"=>"Informational",
|
||||
"Profile"=> "Profile",
|
||||
"Logout"=> "Logout",
|
||||
"Home"=>"Home",
|
||||
"Contact"=> "Contact",
|
||||
"List of Users"=> "List of Users",
|
||||
"Send Email"=>"Send Email",
|
||||
"Welcome to"=> "Welcome to",
|
||||
"Dashboard v2"=>"Dashboard v2",
|
||||
"Serial"=> "Serial",
|
||||
"Email"=> "Email",
|
||||
"Name"=> "Name",
|
||||
"Role":=>"Role",
|
||||
"Action"=>"Action",
|
||||
"Edit"=> "Edit",
|
||||
"Delete"=>"Delete",
|
||||
"Username"=>"Username",
|
||||
"Password"=>"Password",
|
||||
"User Role"=> "User Role",
|
||||
"Submit"=>"Submit"
|
||||
];
|
Reference in New Issue
Block a user