| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "Insert table": "Label for the insert table toolbar button.",
- "Header column": "Label for the set/unset table header column button.",
- "Insert column left": "Label for the insert table column to the left of the current one button.",
- "Insert column right": "Label for the insert table column to the right of the current one button.",
- "Delete column": "Label for the delete table column button.",
- "Select column": "Label for the select the entire table column button.",
- "Column": "Label for the table column dropdown button.",
- "Header row": "Label for the set/unset table header row button.",
- "Insert row below": "Label for the insert row below button.",
- "Insert row above": "Label for the insert row above button.",
- "Delete row": "Label for the delete table row button.",
- "Select row": "Label for the select the entire table row button.",
- "Row": "Label for the table row dropdown button.",
- "Merge cell up": "Label for the merge table cell up button.",
- "Merge cell right": "Label for the merge table cell right button.",
- "Merge cell down": "Label for the merge table cell down button.",
- "Merge cell left": "Label for the merge table cell left button.",
- "Split cell vertically": "Label for the split table cell vertically button.",
- "Split cell horizontally": "Label for the split table cell horizontally button.",
- "Merge cells": "Label for the merge table cells button.",
- "Table toolbar": "The label used by assistive technologies describing a table toolbar attached to a table widget.",
- "Table properties": "The label describing the form allowing to specify the properties of a selected table.",
- "Cell properties": "The label describing the form allowing to specify the properties of a selected table cell.",
- "Border": "The label describing a group of border–related form fields (border style, color, etc.).",
- "Style": "The label for the dropdown that allows configuring the border style of a table or a table cell.",
- "Width": "The label for the input that allows configuring the width of a table or a table cell or the width of a border.",
- "Height": "The label for the input that allows configuring the height of a table or a table cell.",
- "Color": "The label for the input that allows configuring the border color of a table or a table cell.",
- "Background": "The label for the input that allows configuring the background color of a table or a table cell.",
- "Padding": "The label for the input that allows configuring the padding of a table cell.",
- "Dimensions": "The label describing a group of form fields that allows setting dimensions of a table or a table cell.",
- "Table cell text alignment": "The label for the group of toolbars that allows configuring the text alignment in a table cell.",
- "Alignment": "The label for the toolbar that allows configuring the alignment of a table.",
- "Horizontal text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the horizontal text alignment in a table cell.",
- "Vertical text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the vertical text alignment in a table cell.",
- "Table alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the alignment of a table.",
- "None": "The label for the border style dropdown when no style is applied to a table or a table cell.",
- "Solid": "The label for the border style dropdown when the solid border is applied to a table or a table cell.",
- "Dotted": "The label for the border style dropdown when the dotted border is applied to a table or a table cell.",
- "Dashed": "The label for the border style dropdown when the dashed border is applied to a table or a table cell.",
- "Double": "The label for the border style dropdown when the double border is applied to a table or a table cell.",
- "Groove": "The label for the border style dropdown when the groove border is applied to a table or a table cell.",
- "Ridge": "The label for the border style dropdown when the ridge border is applied to a table or a table cell.",
- "Inset": "The label for the border style dropdown when the inset border is applied to a table or a table cell.",
- "Outset": "The label for the border style dropdown when the outset border is applied to a table or a table cell.",
- "Align cell text to the left": "The label used by assistive technologies describing a button that aligns the table cell text to the left.",
- "Align cell text to the center": "The label used by assistive technologies describing a button that aligns the table cell text to the center.",
- "Align cell text to the right": "The label used by assistive technologies describing a button that aligns the table cell text to the right.",
- "Justify cell text": "The label used by assistive technologies describing a button that justifies the table cell text.",
- "Align cell text to the top": "The label used by assistive technologies describing a button that aligns the table cell text to the top.",
- "Align cell text to the middle": "The label used by assistive technologies describing a button that aligns the table cell text to the middle.",
- "Align cell text to the bottom": "The label used by assistive technologies describing a button that aligns the table cell text to the bottom.",
- "Align table to the left": "The label used by assistive technologies describing a button that aligns the table to the left.",
- "Center table": "The label used by assistive technologies describing a button that centers the table.",
- "Align table to the right": "The label used by assistive technologies describing a button that aligns the table to the right.",
- "The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".": "The localized error string that can be displayed next to color (background, border) fields that have an invalid value",
- "The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".": "The localized error string that can be displayed next to length (padding, border width) fields that have an invalid value.",
- "Color picker": "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
- }
|