File "menu.php"
Full Path: /home/isoftco/public_html/hrm/resources/lang/en/menu.php
File size: 2.08 KB
MIME-type: text/x-php
Charset: utf-8
<?php
return array(
'dashboard' => 'Dashboard',
'dashboardSuperAdmin' => 'SuperAdmin',
'employees' => 'Employees',
'employeeList' => 'Employees List',
'department' => 'Departments',
'departmentList' => 'Department List',
'award' => 'Awards',
'awardList' => 'Awards List',
'expense' => 'Expenses',
'expenseList' => 'Expense List',
'holiday' => 'Holidays',
'holidayList' => 'Holiday List',
'attendance' => 'Attendance',
'markAttendance' => 'Mark Attendance',
'viewAttendance' => 'View Attendance',
'leaveTypes' => 'Leave Types',
'leaveApplication' => 'Leave Applications',
'leaveApplicationList' => 'Application List',
'noticeBoard' => 'Notice Board',
'settings' => 'Settings',
'generalSetting' => 'General Settings',
'profileSetting' => 'Profile Settings',
'notificationSetting' => 'Notification Settings',
'myProfile' => 'My Profile',
'lockScreen' => 'Lock Screen',
'payroll' => 'Payroll',
'theme' => 'Theme Settings',
'adminUser' => 'Admin Users',
'jobsPosted' => 'Job Openings',
'jobApplications' => 'Job Applications',
'company' => 'Company',
'updates' => 'Updates',
'superAdminsettings' => 'Super Admin Settings',
'features' => 'Features Settings',
'emailTemplate' => 'Email Templates',
'managers' => 'Managers',
'billing' => 'Billing',
'home' => 'Home',
'leave' => 'Leaves',
'myLeave' => 'My Leaves',
'applyLeave' => 'Apply Leave',
'myAccount' => 'My Account',
'changePassword' => 'Change Password',
'salarySlip' => 'Salary Slips',
'job' => 'Job Vacancies',
'expenseFront' => 'Expense Claims',
'addExpenseFront' => 'Add Expense',
'back' => 'Back',
'logout' => 'Logout',
'stripeSetting' => 'Stripe Setting',
'translationManager' => 'Translation Manager',
'smtpSetting' => 'Smtp Setting',
'updateLog' => 'Update Log',
'gdprSetting' => 'GDPR Setting',
'customModule' => 'Custom Module',
'paymentSetting' => 'Payment Setting',
'people' => 'People',
'self' => 'Self',
'language' => 'Language'
);