bulletindata.js 382 B

12345678910111213141516
  1. var bulletinData = {
  2. en_us:{
  3. sidemenu:[
  4. {
  5. id:1,
  6. name:"TOPIC",
  7. title:["Add Product","Edit Product"],
  8. headingText:["S.no","Category","Topic","Action"],
  9. formText:["Topic","Category","--Select Supplier--","Image","--Select Segment--"]
  10. }
  11. ],
  12. errorMsg:["Please select any one","Are you sure you want to delete?","Please enter a valid topic"]
  13. }
  14. }