contexts.json 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 used by assistive technologies describing a table toolbar attached to a table widget.",
  21. "Cell properties": "The label describing the form allowing to specify the properties of a selected table cell.",
  22. "Border": "The label describing a group of border–related form fields (border style, color, etc.).",
  23. "Style": "The label for the dropdown that allows configuring the border style of a table or a table cell.",
  24. "Width": "The label for the input that allows configuring the border width of a table or a table cell.",
  25. "Color": "The label for the input that allows configuring the border color of a table or a table cell.",
  26. "Background": "The label for the input that allows configuring the background color of a table or a table cell.",
  27. "Padding": "The label for the input that allows configuring the padding of a table cell.",
  28. "Dimensions": "The label describing a group of form fields that allows setting dimensions of a table or a table cell.",
  29. "Text alignment": "The label for the group of toolbars that allows configuring the text alignment in a table cell.",
  30. "Alignment": "The label for the toolbar that allows configuring the alignment of a table.",
  31. "Horizontal text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the horizontal text alignment in a table cell.",
  32. "Vertical text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the vertical text alignment in a table cell.",
  33. "Table alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the alignment of a table.",
  34. "Save": "The label for the button that saves the changes made to the table or table cell properties.",
  35. "Cancel": "The label for the button that rejects the changes made to the table or table cell properties.",
  36. "None": "The label for the border style dropdown when no style is applied to a table or a table cell.",
  37. "Solid": "The label for the border style dropdown when the solid border is applied to a table or a table cell.",
  38. "Dotted": "The label for the border style dropdown when the dotted border is applied to a table or a table cell.",
  39. "Dashed": "The label for the border style dropdown when the dashed border is applied to a table or a table cell.",
  40. "Double": "The label for the border style dropdown when the double border is applied to a table or a table cell.",
  41. "Groove": "The label for the border style dropdown when the groove border is applied to a table or a table cell.",
  42. "Ridge": "The label for the border style dropdown when the ridge border is applied to a table or a table cell.",
  43. "Inset": "The label for the border style dropdown when the inset border is applied to a table or a table cell.",
  44. "Outset": "The label for the border style dropdown when the outset border is applied to a table or a table cell.",
  45. "Align cell text to the left": "The label used by assistive technologies describing a button that aligns the table cell text to the left.",
  46. "Align cell text to the center": "The label used by assistive technologies describing a button that aligns the table cell text to the center.",
  47. "Align cell text to the right": "The label used by assistive technologies describing a button that aligns the table cell text to the right.",
  48. "Justify cell text": "The label used by assistive technologies describing a button that justifies the table cell text.",
  49. "Align cell text to the top": "The label used by assistive technologies describing a button that aligns the table cell text to the top.",
  50. "Align cell text to the middle": "The label used by assistive technologies describing a button that aligns the table cell text to the middle.",
  51. "Align cell text to the bottom": "The label used by assistive technologies describing a button that aligns the table cell text to the bottom.",
  52. "Align table to the left": "The label used by assistive technologies describing a button that aligns the table to the left.",
  53. "Center table": "The label used by assistive technologies describing a button that centers the table.",
  54. "Align table to the right": "The label used by assistive technologies describing a button that aligns the table to the right."
  55. }