common.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. <?php
  2. /* /////////////////////////////// USER /////////////////////////////// */
  3. $string['user']["success1"] = "Success";
  4. $string['user']["success2"] = "Your password has updated successfuly";
  5. $string['user']["success3"] = "Reset Password link will be sent to your registered e-mail address";
  6. $string['user']["success3"] = "OTP send to your mobile number";
  7. $string['user']["error1"] = "Please enter a valid Employee ID"; // FOR ANISH
  8. $string['user']["error2"] = "Please enter a valid password"; // FOR ANISH
  9. $string['user']["error3"] = "Please enter registered Employee ID";
  10. $string['user']["error4"] = "Please fill registered e-mail address";
  11. $string['user']["error5"] = "IMAGE FILE MISSING";
  12. $string['user']["error6"] = "User Not Found";
  13. $string['user']["error7"] = "Entered old password incorrect";
  14. $string['user']["error8"] = "You are already registered";
  15. $string['user']["error9"] = "Employee ID Not Found";
  16. $string['user']["error10"] = "Invalid function call";
  17. $string['user']["error11"] = "OTP not vaild";
  18. $string['user']["error12"] = "OTP expired. Click on Resend OTP to receive new one";
  19. $string['user']["error13"] = "Unauthorized access";
  20. $string['user']["error14"] = "Your Employee ID is inactive. Please contact your Dealer or Area Manager";
  21. $string['user']["error15"] = "Old and new passwords must be different";
  22. $string['user']["error16"] = "User is inactive";
  23. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  24. /* /////////////////////////////// DASHBOARD /////////////////////////////// */
  25. $string['dashboard']["success1"] = "Success";
  26. $string['dashboard']["error1"] = "Date not found";
  27. $string['dashboard']["error2"] = "Employee ID not found";
  28. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  29. /* /////////////////////////////// BANNER /////////////////////////////// */
  30. $string['banner']["success1"] = "Success";
  31. $string['banner']["error1"] = "Image is missing";
  32. $string['banner']["error2"] = "Invalid banner type";
  33. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  34. /* /////////////////////////////// CATEGORY /////////////////////////////// */
  35. $string['category']["success1"] = "Success";
  36. $string['category']["error1"] = "Data not found";
  37. $string['category']["error2"] = "User not found";
  38. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  39. /* /////////////////////////////// TOPICS /////////////////////////////// */
  40. $string['topics']["success1"] = "SUCCESS";
  41. $string['topics']["error1"] = "Data not found";
  42. $string['topics']["error2"] = "User not found";
  43. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  44. /* /////////////////////////////// ASSESSMENT /////////////////////////////// */
  45. $string['assessment']["success1"] = "Success";
  46. $string['assessment']["error1"] = "Training not found";
  47. $string['assessment']["error2"] = "Assessment not found";
  48. $string['assessment']["error3"] = "Assessment is expired";
  49. $string['assessment']["error4"] = "Assessment is not available";
  50. $string['assessment']["error5"] = "Answer array is missing"; /////////////////////////////nnnnnnnnnnnnnnnnnnn///////
  51. $string['assessment']["error6"] = "You have already reached your maximum attempts";
  52. $string['assessment']["error7"] = "Assessment question is missing";
  53. $string['assessment']["error8"] = "Assessment not started";
  54. $string['assessment']["error9"] = "Assessment question not matching";
  55. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  56. /* /////////////////////////////// SURVEY /////////////////////////////// */
  57. $string['survey']["success1"] = "Success";
  58. $string['survey']["error1"] = "Training not found";
  59. $string['survey']["error2"] = "Feedback not found";
  60. $string['survey']["error3"] = "Feedback is expired";
  61. $string['survey']["error4"] = "Feedback is not available";
  62. $string['survey']["error5"] = "Answer array is missing";
  63. $string['survey']["error6"] = "Thank you, the Feedback can only be completed one time";
  64. $string['survey']["error7"] = "Feedback question is missing";
  65. $string['survey']["error8"] = "Feedback not started";
  66. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  67. /* /////////////////////////////// LEADERBOARD /////////////////////////////// */
  68. $string['leaderboard']["success1"] = "Success";
  69. $string['leaderboard']["error1"] = "Training not found";
  70. $string['leaderboard']["error2"] = "User not found";
  71. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  72. /* /////////////////////////////// NOTIFICATION /////////////////////////////// */
  73. $string['notification']["success1"] = "Success";
  74. $string['notification']["error1"] = "Notification not found";
  75. $string['notification']["error2"] = "User not found";
  76. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  77. /* /////////////////////////////// REPORT /////////////////////////////// */
  78. $string['report']["success1"] = "Success";
  79. $string['report']["error1"] = "Notification not found";
  80. $string['report']["error2"] = "User not found";
  81. $string['report']["error3"] = "Dealer not found";
  82. $string['report']["error4"] = "Employee ID not found";
  83. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  84. /* /////////////////////////////// CATEGORY /////////////////////////////// */
  85. $string['category']["success1"] = "Success";
  86. $string['category']["error1"] = "Date not found";
  87. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  88. /* /////////////////////////////// BULLETIN /////////////////////////////// */
  89. $string['bulletin']["success1"] = "Success";
  90. $string['bulletin']["error1"] = "Date not found";
  91. $string['bulletin']["error2"] = "Bulletin not found";
  92. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  93. /* /////////////////////////////// MANAGER /////////////////////////////// */
  94. $string['manager']["success1"] = "Success";
  95. $string['manager']["error1"] = "Data not found";
  96. $string['manager']["error2"] = "User not found";
  97. $string['manager']["error3"] = "Data misssing";
  98. $string['manager']["error4"] = "Employee not found";
  99. $string['manager']["error5"] = "Model not found";
  100. $string['manager']["error6"] = "Sorry Can't update sale target data now. Updation period is over";
  101. $string['manager']["error7"] = "Sorry Can't update training data now. Updation period is over.";
  102. $string['manager']["error8"] = "Participant already attended can't remove";
  103. $string['manager']["error9"] = "Feedback not found";
  104. $string['manager']["error10"] = "User not attented feedback";
  105. $string['manager']["error11"] = "XLSX FILE MISSING";
  106. $string['manager']["error12"] = "Invalid model name in excel";
  107. $string['manager']["error13"] = "Employee ID getting duplicate";
  108. $string['manager']["error13"] = "Employee ID not found";
  109. $string['manager']["error14"] = "Data missing";
  110. $string['manager']["error15"] = "Sorry uploading period is over. Please upload on or before 10 of the month";
  111. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  112. /* /////////////////////////////// MANAGER /////////////////////////////// */
  113. $string['managerexport']["success1"] = "Success";
  114. $string['managerexport']["error1"] = "Data not found";
  115. $string['managerexport']["error2"] = "Data not found";
  116. $string['managerexport']["error9"] = "Feedback not found";
  117. $string['managerexport']["error10"] = "User not attented feedback";
  118. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  119. /* /////////////////////////////// TRAINER /////////////////////////////// */
  120. $string['trainer']["success1"] = "Success";
  121. $string['trainer']["error1"] = "Training not found";
  122. $string['trainer']["error2"] = "Participant missing";
  123. $string['trainer']["error3"] = "Sorry Can't update training data now. Updation period is over.";
  124. $string['trainer']["error4"] = "Participant already attended can't remove";
  125. $string['trainer']["error5"] = "Participant not found";
  126. $string['trainer']["error6"] = "Participant already in other training";
  127. $string['trainer']["error7"] = "DSE data not found";
  128. $string['trainer']["error8"] = "Data not found";
  129. $string['trainer']["error8"] = "Invalid assessment type";
  130. $string['trainer']["error9"] = "Invalid Question Count";
  131. $string['trainer']["error10"] = "Invalid Participant Data";
  132. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  133. /* /////////////////////////////// TRAINER /////////////////////////////// */
  134. $string['crtraining']["success1"] = "Success";
  135. $string['crtraining']["error1"] = "Training not found";
  136. $string['crtraining']["error2"] = "Participant missing";
  137. $string['crtraining']["error3"] = "Sorry Can't update training data now. Updation period is over.";
  138. $string['crtraining']["error4"] = "Participant already attended can't remove";
  139. $string['crtraining']["error5"] = "Participant not found";
  140. $string['crtraining']["error6"] = "Participant already in other training";
  141. $string['crtraining']["error7"] = "DSE data not found";
  142. $string['crtraining']["error8"] = "Data not found";
  143. $string['crtraining']["error8"] = "Invalid assessment type";
  144. $string['crtraining']["error9"] = "Invalid Question Count";
  145. $string['crtraining']["error10"] = "Invalid Participant Data";
  146. $string['crtraining']["error11"] = "Wrong OTP";
  147. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  148. /* /////////////////////////////// COMMON /////////////////////////////// */
  149. $string['common']["success1"] = "Success";
  150. $string['common']["error1"] = "Training not found";
  151. $string['common']["error2"] = "Data not found";
  152. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  153. /* /////////////////////////////// REDEEM /////////////////////////////// */
  154. $string['redeem']["success1"] = "Success";
  155. $string['redeem']["error1"] = "User not accessbile for redeem point";
  156. $string['redeem']["error2"] = "Invalid categoryid";
  157. $string['redeem']["error3"] = "Invalid category";
  158. $string['redeem']["error4"] = "Invalid product";
  159. $string['redeem']["error5"] = "User doesn't have valid points for redeem / User not eligible for redemption";
  160. $string['redeem']["error6"] = "Points should be integer";
  161. $string['redeem']["error7"] = "Sorry not have sufficient balance";
  162. $string['redeem']["error8"] = "Invalid product";
  163. $string['redeem']["error9"] = "Invalid product amount";
  164. $string['redeem']["error10"] = "Server error.Please try again";
  165. $string['redeem']["error11"] = "Order not found";
  166. $string['redeem']["error12"] = "User not eligible for redemption";
  167. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  168. /* /////////////////////////////// EXPLORE /////////////////////////////// */
  169. $string['explore']["success1"] = "Success";
  170. $string['explore']["error1"] = "Model not found";
  171. $string['explore']["error2"] = "Assets files not found";
  172. $string['explore']["error3"] = "Model not found";
  173. $string['explore']["error4"] = "Model variant not found";
  174. $string['explore']["error5"] = "Answer array is missing";
  175. $string['explore']["error6"] = "Data misssing";
  176. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  177. /* /////////////////////////////// SUPPORT /////////////////////////////// */
  178. $string['support']["success1"] = "Success";
  179. $string['support']["error1"] = "Error in server";
  180. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  181. /* /////////////////////////////// HITCOUNT /////////////////////////////// */
  182. $string['hitcount']["success1"] = "Success";
  183. $string['hitcount']["error1"] = "Model not found";
  184. $string['hitcount']["error2"] = "Assets files not found";
  185. $string['hitcount']["error3"] = "Model not found";
  186. $string['hitcount']["error4"] = "Model variant not found";
  187. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  188. /* /////////////////////////////// ENQUIRY /////////////////////////////// */
  189. $string['enquiry']["success1"] = "Success";
  190. $string['enquiry']["success2"] = "Follow up submitted successfully";
  191. $string['enquiry']["success3"] = "New Schedule has been created successfully";
  192. $string['enquiry']["success4"] = "Schedule has been updated";
  193. $string['enquiry']["success5"] = "Schedule has been deleted";
  194. $string['enquiry']["success6"] = "Quotation shared successfully";
  195. $string['enquiry']["success7"] = "Brochure shared successfully";
  196. $string['enquiry']["error1"] = "Employee ID not found";
  197. $string['enquiry']["error2"] = "Mobile not found";
  198. $string['enquiry']["error3"] = "OTP not vaild";
  199. $string['enquiry']["error4"] = "OTP expired. Click on Resend OTP to receive new one";
  200. $string['enquiry']["error5"] = "Invalid Pending type";
  201. $string['enquiry']["error6"] = "Data not found";
  202. $string['enquiry']["error7"] = "Saved enquiry already exist. Please delete or edit existing.";
  203. $string['enquiry']["error8"] = "Data not found or removed. Please retry";
  204. $string['enquiry']["error9"] = "Please verify the mobile number";
  205. $string['enquiry']["error10"] = "Invalid request";
  206. $string['enquiry']["error11"] = "Email not found";
  207. $string['enquiry']["error12"] = "Invalid email";
  208. $string['enquiry']["error13"] = "Model not found";
  209. $string['enquiry']["error14"] = "Selected Model brochure not found in server";
  210. $string['enquiry']["error15"] = "Model data not found";
  211. $string['enquiry']["error16"] = "Dealer data not found";
  212. $string['enquiry']["error17"] = "Model variant data not found";
  213. $string['enquiry']["error18"] = "Invalid date";
  214. $string['enquiry']["error19"] = "Invalid time";
  215. $string['enquiry']["error20"] = "The current Slot is not Available";
  216. $string['enquiry']["error21"] = "Invalid month";
  217. $string['enquiry']["error22"] = "Dealer is not accepted the terms and conditions. Please contact dealer to accept the terms and conditions";
  218. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  219. /* /////////////////////////////// VIDEOTRAINING /////////////////////////////// */
  220. $string['videotraining']["success1"] = "Success";
  221. $string['videotraining']["error1"] = "Data not found";
  222. $string['videotraining']["error2"] = "DSE data not found";
  223. $string['videotraining']["error3"] = "Participant Already exist";
  224. $string['videotraining']["error4"] = "Please select future time";
  225. $string['videotraining']["error5"] = "invalid data in value";
  226. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  227. /* /////////////////////////////// ASSESSMENT /////////////////////////////// */
  228. $string['dealer']["success1"] = "Success";
  229. $string['dealer']["error1"] = "Data not found";
  230. $string['dealer']["error2"] = "DSE data not found";
  231. /* //////////////////////////////////////////////////////////////////////////////////////////// */
  232. /* /////////////////////////////// ENQUIRY REPORT /////////////////////////////// */
  233. $string['enquiryreport']["success1"] = "Success";
  234. $string['enquiryreport']["error1"] = "Data not found";
  235. $string['enquiryreport']["error2"] = "To date range should be lesser than from date";
  236. /* //////////////////////////////////////////////////////////////////////////////////////////// */