contexts.json 1.3 KB

123456789101112131415161718192021
  1. {
  2. "Insert table": "Label for the insert table toolbar button.",
  3. "Header column": "Label for the set/unset table header column button.",
  4. "Insert column left": "Label for the insert table column to the left of the current one button.",
  5. "Insert column right": "Label for the insert table column to the right of the current one button.",
  6. "Delete column": "Label for the delete table column button.",
  7. "Column": "Label for the table column dropdown button.",
  8. "Header row": "Label for the set/unset table header row button.",
  9. "Insert row below": "Label for the insert row below button.",
  10. "Insert row above": "Label for the insert row above button.",
  11. "Delete row": "Label for the delete table row button.",
  12. "Row": "Label for the table row dropdown button.",
  13. "Merge cell up": "Label for the merge table cell up button.",
  14. "Merge cell right": "Label for the merge table cell right button.",
  15. "Merge cell down": "Label for the merge table cell down button.",
  16. "Merge cell left": "Label for the merge table cell left button.",
  17. "Split cell vertically": "Label for the split table cell vertically button.",
  18. "Split cell horizontally": "Label for the split table cell horizontally button.",
  19. "Merge cells": "Label for the merge table cells button.",
  20. "Table toolbar": "The label describing a table toolbar attached to a table widget used by assistive technologies."
  21. }