Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/viralblo/instantblog/resources/lang/en/ |
Upload File : |
<?php return [ /** * * Admin Panel Translation. * */ 'adminpanel' => 'Admin Panel', 'dashboard' => 'Dashboard', 'totalpost' => 'Total Posts', 'posts' => 'Posts', 'pages' => 'Pages', 'yes' => 'Yes', 'no' => 'No', 'save' => 'Save', 'categories' => 'Categories', 'settings' => 'Settings', 'profile' => 'Admin Profile', 'addnewpost' => 'Add New Post', 'addnewpage' => 'Add New Page', 'addnewcat' => 'Add New Category', 'editpage' => 'Edit Page', 'editcat' => 'Edit Category', 'deletepage' => 'Delete Page', 'deletecat' => 'Delete Category', 'deleteuser' => 'Delete User', 'published' => 'Published', 'unpublished' => 'Unpublished', 'unpublish' => 'Unpublish', 'publish' => 'Publish', 'id' => 'Id', 'title' => 'Title', 'user' => 'User', 'users' => 'Users', 'edit' => 'Edit', 'create' => 'Create', 'update' => 'Update', 'delete' => 'Delete', 'unpublishedposts' => 'Unpublished Posts', 'totalusers' => 'Total Users', 'nopostfound' => 'No Posts Found', 'nopagefound' => 'No Page Found', 'nocatfound' => 'No Category Found', 'viewwebsite' => 'View Website', 'logout' => 'Logout', 'views' => 'Views', 'cleared' => 'Website Caches Cleared', 'cancel' => 'Cancel', 'required' => 'Required', 'pagetitle' => 'Page Title', 'pageslug' => 'Page Slug', 'pagecontent' => 'Page Content', 'areyousure' => 'Are you sure you want to delete?', 'cattitle' => 'Category Title', 'catname' => 'Category Name', 'catcolor' => 'Category Color', 'catnamedesc' => 'Single word for describing category. It will appear like a #tag.', 'image' => 'Image', 'metadesc' => 'Meta Description', 'metadescinfo' => 'This is meta description for seo (optional).', 'main' => 'Main', 'optional' => 'Optional', 'adsense' => 'Adsense', 'faceinstant' => 'Facebook Instant Articles', 'googleamp' => 'Google AMP', 'sitename' => 'Site Name', 'sitedesc' => 'Site Describtion', 'sitetitle' => 'Site Title', 'sitelogo' => 'Site logo for dark background', 'sitelogolight' => 'Site logo for light background', 'light' => 'Light', 'dark' => 'Dark', 'sitefooter' => 'Site Footer', 'allowuserpost' => 'Allow users to add posts?', 'checkusercont' => 'Check users contents before publish?', 'allowcomments' => 'Allow comments on posts?', 'codehead' => 'Code for header', 'postadscode' => 'Post Adsense code', 'postsideads' => 'Post Sidebar Adsense code', 'betweenads' => 'Between Posts Adsense code', 'theme' => 'Theme', 'adscode' => 'Ads code', 'adsonamp' => 'Ads on Amp?', 'editadminprofile' => 'Edit Admin Profile', 'edituserprofile' => 'Edit User Profile', 'name' => 'Name', 'username' => 'Username', 'email' => 'Email', 'website' => 'Website', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'instagram' => 'Instagram', 'linkedin' => 'LinkedIn', 'password' => 'Password', 'passwordconf' => 'Password Confirmation', 'changepass' => 'Change Password', 'role' => 'Role', 'nouser' => 'No user Found', 'defaulttheme' => 'Default Theme', 'allcontents' => 'All contents belongs to this user will be deleted too!', 'adminupdated' => 'Admin Updated', 'userupdated' => 'User Updated', 'userdeleted' => 'User Deleted', 'banuser' => 'Ban User?', 'banned' => 'Banned', 'userbanned' => 'Your Account is banned', /* version 3.1 translation */ 'cookie' => 'Cookie Consent', 'showcookie' => 'Show Cookie Consent?', 'cookietitle' => 'Cookie Banner Title', 'cookiebody' => 'Cookie Banner Body', ];