Correct grammar in strings for A11y
In cui/inc/strings.hrc - Ensure that strings for A11y options use correct English grammar. Change-Id: I80a6fbc07d6c34b52d674c3650905a2865ce3e65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173565 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
This commit is contained in:
parent
5b6f384f94
commit
d14e79bf76
1 changed files with 32 additions and 32 deletions
|
@ -403,38 +403,38 @@
|
|||
#define RID_COLOR_SCHEME_LIBREOFFICE_AUTOMATIC NC_("RID_COLOR_SCHEME_LIBREOFFICE_AUTOMATIC", "Automatic")
|
||||
|
||||
// A11Y Options
|
||||
#define STR_NO_ALT_OLE NC_("STR_NO_ALT_OLE", "Check Ole Object have alternative name or description")
|
||||
#define STR_NO_ALT_GRAPHIC NC_("STR_NO_ALT_GRAPHIC", "Check Graphic Object have alternative name or description")
|
||||
#define STR_NO_ALT_SHAPE NC_("STR_NO_ALT_SHAPE", "Check Shape Object have alternative name or description")
|
||||
#define STR_LINKED_GRAPHIC NC_("STR_LINKED_GRAPHIC", "Check Graphic object referenced as “LINK”")
|
||||
#define STR_TABLE_MERGE_SPLIT NC_("STR_TABLE_MERGE_SPLIT", "Check Table object contains merges or splits")
|
||||
#define STR_FAKE_NUMBERING NC_("STR_FAKE_NUMBERING", "Check document contains simulated numbering")
|
||||
#define STR_HYPERLINK_TEXT_IS_LINK NC_("STR_HYPERLINK_TEXT_IS_LINK", "Check hyperlink text is the same as the link address")
|
||||
#define STR_HYPERLINK_TEXT_IS_SHORT NC_("STR_HYPERLINK_TEXT_IS_SHORT", "Check hyperlink text is too short")
|
||||
#define STR_HYPERLINK_NO_NAME NC_("STR_HYPERLINK_NO_NAME", "Check hyperlink have alternative name set")
|
||||
#define STR_TEXT_CONTRAST NC_("STR_TEXT_CONTRAST", "Check texts contrast is too low")
|
||||
#define STR_TEXT_BLINKING NC_("STR_TEXT_BLINKING", "Check blinking texts")
|
||||
#define STR_AVOID_FOOTNOTES NC_("STR_AVOID_FOOTNOTES", "Check document contains footnotes")
|
||||
#define STR_AVOID_FAKE_FOOTNOTES NC_("STR_AVOID_FAKE_FOOTNOTES", "Check document contains simulated footnotes")
|
||||
#define STR_AVOID_FAKE_CAPTIONS NC_("STR_AVOID_FAKE_CAPTIONS", "Check document contains simulated captions")
|
||||
#define STR_AVOID_ENDNOTES NC_("STR_AVOID_ENDNOTES", "Check document contains endnotes")
|
||||
#define STR_AVOID_BACKGROUND_IMAGES NC_("STR_AVOID_BACKGROUND_IMAGES", "Check document contains background images")
|
||||
#define STR_AVOID_NEWLINES_SPACE NC_("STR_AVOID_NEWLINES_SPACE", "Check document contains newlines to create space")
|
||||
#define STR_AVOID_SPACES_SPACE NC_("STR_AVOID_SPACES_SPACE", "Check document contains spaces to create space")
|
||||
#define STR_AVOID_TABS_FORMATTING NC_("STR_AVOID_TABS_FORMATTING", "Check document contains tabs for formatting")
|
||||
#define STR_HEADINGS_NOT_IN_ORDER NC_("STR_HEADINGS_NOT_IN_ORDER", "Check outline levels of headings not in sequential order")
|
||||
#define STR_TEXT_FORMATTING_CONVEYS_MEAN NC_("STR_TEXT_FORMATTING_CONVEYS_MEANING", "Check document contains direct formattings")
|
||||
#define STR_NON_INTERACTIVE_FORMS NC_("STR_NON_INTERACTIVE_FORMS", "Check document contains interactive input fields")
|
||||
#define STR_FLOATING_TEXT NC_("STR_FLOATING_TEXT", "Check Frames/Text boxes anchored “As Character“")
|
||||
#define STR_HEADING_IN_TABLE NC_("STR_HEADING_IN_TABLE", "Check tables contain headings")
|
||||
#define STR_HEADING_ORDER NC_("STR_HEADING_ORDER", "Check heading order is correct")
|
||||
#define STR_HEADING_START NC_("STR_HEADING_START", "Check heading order start with level 1")
|
||||
#define STR_FONTWORKS NC_("STR_FONTWORKS", "Check document contains fontwork objects")
|
||||
#define STR_TABLE_FORMATTING NC_("STR_TABLE_FORMATTING", "Check document contains empty table cells for formatting")
|
||||
#define STR_CONTENT_CONTROL_IN_HEADER NC_("STR_CONTENT_CONTROL_IN_HEADER", "Check document contains content controls in header or footer")
|
||||
#define STR_NO_ALT_OLE NC_("STR_NO_ALT_OLE", "Check if the OLE object has an alternative name or description.")
|
||||
#define STR_NO_ALT_GRAPHIC NC_("STR_NO_ALT_GRAPHIC", "Check if the Graphic Object has an alternative name or description.")
|
||||
#define STR_NO_ALT_SHAPE NC_("STR_NO_ALT_SHAPE", "Check if the Shape Object has an alternative name or description.")
|
||||
#define STR_LINKED_GRAPHIC NC_("STR_LINKED_GRAPHIC", "Check if the Graphic object is referenced as “LINK”.")
|
||||
#define STR_TABLE_MERGE_SPLIT NC_("STR_TABLE_MERGE_SPLIT", "Check if the Table object contains merges or splits.")
|
||||
#define STR_FAKE_NUMBERING NC_("STR_FAKE_NUMBERING", "Check if the document contains simulated numbering.")
|
||||
#define STR_HYPERLINK_TEXT_IS_LINK NC_("STR_HYPERLINK_TEXT_IS_LINK", "Check if the hyperlink text is the same as the link address.")
|
||||
#define STR_HYPERLINK_TEXT_IS_SHORT NC_("STR_HYPERLINK_TEXT_IS_SHORT", "Check if the hyperlink text is too short.")
|
||||
#define STR_HYPERLINK_NO_NAME NC_("STR_HYPERLINK_NO_NAME", "Check if the hyperlink has an alternative name set.")
|
||||
#define STR_TEXT_CONTRAST NC_("STR_TEXT_CONTRAST", "Check if text contrast is high enough.")
|
||||
#define STR_TEXT_BLINKING NC_("STR_TEXT_BLINKING", "Check if the document contains blinking text.")
|
||||
#define STR_AVOID_FOOTNOTES NC_("STR_AVOID_FOOTNOTES", "Check if the document contains footnotes.")
|
||||
#define STR_AVOID_FAKE_FOOTNOTES NC_("STR_AVOID_FAKE_FOOTNOTES", "Check if the document contains simulated footnotes.")
|
||||
#define STR_AVOID_FAKE_CAPTIONS NC_("STR_AVOID_FAKE_CAPTIONS", "Check if the document contains simulated captions.")
|
||||
#define STR_AVOID_ENDNOTES NC_("STR_AVOID_ENDNOTES", "Check if the document contains endnotes.")
|
||||
#define STR_AVOID_BACKGROUND_IMAGES NC_("STR_AVOID_BACKGROUND_IMAGES", "Check if the document contains background images.")
|
||||
#define STR_AVOID_NEWLINES_SPACE NC_("STR_AVOID_NEWLINES_SPACE", "Check if document contains new lines to create space.")
|
||||
#define STR_AVOID_SPACES_SPACE NC_("STR_AVOID_SPACES_SPACE", "Check if document contains extra spaces to create space.")
|
||||
#define STR_AVOID_TABS_FORMATTING NC_("STR_AVOID_TABS_FORMATTING", "Check if document contains tabs for formatting.")
|
||||
#define STR_HEADINGS_NOT_IN_ORDER NC_("STR_HEADINGS_NOT_IN_ORDER", "Check if the outline levels of all headings are in sequential order.")
|
||||
#define STR_TEXT_FORMATTING_CONVEYS_MEAN NC_("STR_TEXT_FORMATTING_CONVEYS_MEANING", "Check if the document contains direct formatting.")
|
||||
#define STR_NON_INTERACTIVE_FORMS NC_("STR_NON_INTERACTIVE_FORMS", "Check if the document contains interactive input fields.")
|
||||
#define STR_FLOATING_TEXT NC_("STR_FLOATING_TEXT", "Check if all Frames/Text boxes are anchored “As Character”.")
|
||||
#define STR_HEADING_IN_TABLE NC_("STR_HEADING_IN_TABLE", "Check if all tables contain headings.")
|
||||
#define STR_HEADING_ORDER NC_("STR_HEADING_ORDER", "Check if the table heading order is correct.")
|
||||
#define STR_HEADING_START NC_("STR_HEADING_START", "Check if heading order starts with level 1.")
|
||||
#define STR_FONTWORKS NC_("STR_FONTWORKS", "Check if the document contains fontwork objects.")
|
||||
#define STR_TABLE_FORMATTING NC_("STR_TABLE_FORMATTING", "Check if document contains empty table cells for formatting.")
|
||||
#define STR_CONTENT_CONTROL_IN_HEADER NC_("STR_CONTENT_CONTROL_IN_HEADER", "Check if the document contains content controls in header or footer.")
|
||||
|
||||
#define STR_DOCUMENT_DEFAULT_LANGUAGE NC_("STR_DOCUMENT_DEFAULT_LANGUAGE", "Check document default language is set")
|
||||
#define STR_STYLE_NO_LANGUAGE NC_("STR_STYLE_NO_LANGUAGE", "Check styles have language set")
|
||||
#define STR_DOCUMENT_TITLE NC_("STR_DOCUMENT_TITLE", "Check document title is set")
|
||||
#define STR_DOCUMENT_DEFAULT_LANGUAGE NC_("STR_DOCUMENT_DEFAULT_LANGUAGE", "Check if a default language is set for the document.")
|
||||
#define STR_STYLE_NO_LANGUAGE NC_("STR_STYLE_NO_LANGUAGE", "Check if styles have a language set.")
|
||||
#define STR_DOCUMENT_TITLE NC_("STR_DOCUMENT_TITLE", "Check if the document title is set.")
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue