44 lines
999 B
PHP
44 lines
999 B
PHP
|
<?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"
|
||
|
];
|