deltaSpec.js 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*******************************************************************************
  2. * IBM Confidential
  3. *
  4. * OCO Source Materials
  5. *
  6. * A and PM: PD
  7. *
  8. * (c) Copyright IBM Corp. 2014
  9. *
  10. * The source code for this program is not published or otherwise divested of
  11. * its trade secrets, irrespective of what has been deposited with the U.S.
  12. * Copyright Office.
  13. ******************************************************************************/
  14. define(["pd/i18n"], function() {
  15. return [
  16. {
  17. name: "added",
  18. label: PDMSG.ANA.IDS_ANA_ADDED_COLUMNS,
  19. groupLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_ADDED_COLUMN,
  20. contentLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_ADDED_COLUMN_CONTENT
  21. },{
  22. name: "removed",
  23. label: PDMSG.ANA.IDS_ANA_REMOVED_COLUMNS,
  24. groupLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_REMOVED_COLUMN,
  25. contentLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_REMOVED_COLUMN_CONTENT
  26. },{
  27. name: "typeChanged",
  28. label: PDMSG.ANA.IDS_ANA_TYPE_CHANGED_COLUMNS,
  29. groupLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_COLUMN_TYPE_CHANGED,
  30. contentLabel: PDMSG.ACC.IDS_ACC_GROUP_LABEL_COLUMN_TYPE_CHANGED_CONTENT
  31. }
  32. ]
  33. });