File "email.php"
Full Path: /home/isoftco/public_html/hrm/resources/lang/fr/email.php
File size: 1.01 KB
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'hi' => 'Hi',
//Admin and employee add
'yourAccountCreated' => 'Your account is created on',
'loginDetailBelow' => 'Your Login details as below!',
'tryLogging' => 'Try Logging at!',
//Attendance Marked
'yourAttendanceDate' => ' Your attendance for the date',
'hasBeenMarked' => ' has been marked',
//Awards
'awarded' => '<strong>Congratulation!</strong> You have been awarded',
//Expense
'expense' => 'Your expense claim dated <strong>:attributeDate </strong> has been <strong>:attributeStatus</strong>',
//NoticeBoard
'newNotice' => 'New Notice is published .Please check you dashboard.Click :attribute to go to dashboard',
//Front End
'passwordReset' => 'Your password has successfully been reset.',
//expense submitted
'expenseSubmitted' => 'submitted new expense',
'resumeSubmitted' => 'submitted new resume',
//leave Apply
'appliedLeave' => 'Applied for Leave'
];