summaryrefslogtreecommitdiff
path: root/AllLangPackage_html_lang.mk
blob: 63fe21ba654460751b7ddf4a58bc93a1f40447fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#  #
# This file is part of the LibreOffice project.
# #
# # This Source Code Form is subject to the terms of the Mozilla Public
# # License, v. 2.0. If a copy of the MPL was not distributed with this
# # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
#
$(eval $(call gb_AllLangPackage_AllLangPackage,helpcontent2_html_lang,$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)))

$(eval $(call gb_AllLangPackage_use_customtarget,helpcontent2_html_lang,helpcontent2/help3xsl))

$(eval $(call gb_AllLangPackage_add_files,helpcontent2_html_lang,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\
	$(foreach lang,$(gb_HELP_LANGS),\
		$(lang)/bookmarks.js \
		$(lang)/contents.js \
		$(lang)/langnames.js \
		$(lang)/noscript.html \
	) \
))

ifeq ($(HELP_OMINDEX_PAGE),TRUE)

$(eval $(call gb_AllLangPackage_add_files,helpcontent2_html_lang,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\
	$(foreach lang,$(gb_HELP_LANGS),\
		$(lang)/xap_tpl \
	) \
))
		
endif

# vim: set noet sw=4 ts=4:
e/slideshow_onlySprites'>feature/slideshow_onlySprites LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/AccessibilityCheckStrings.hrc
AgeCommit message (Expand)Author
2023-11-08tdf#43784 tdf#158114 sw accessibility: check missing linked graphicLászló Németh
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-09-08tdf#155503 Add title to document title dialogSamuel Mehrbrodt
2023-08-14Improve accessibility warning textGabor Kelemen
2023-08-10Related tdf#156614 Improve wording of non-interactive forms textSamuel Mehrbrodt
2023-07-21tdf#155000 - A11Y - Add warning message if content control in header/footerBalazs Varga
2023-07-19tdf#156139 - A11Y - Improve issue text when document starts with wrongBalazs Varga
2023-06-23tdf#155503 - A11Y sidebar: Add quick fix action to set document titleBalazs Varga
2023-06-08tdf#155505 Group issues by type in a11y sidebar panelSamuel Mehrbrodt
2023-05-13related tdf#57423: make a11y checker accept image description tooThorsten Behrens
2023-04-20tdf#142978 Add quick fix action for missing alt textSamuel Mehrbrodt
2023-03-06The word “fake” is ambiguousAdolfo Jayme Barrientos
2023-02-13tdf#152605 (tdf#137968) "heading level" -> "outline level"Seth Chaiklin
2022-11-09a11y: Add check for tabs used for formattingParis Oplopoios
2022-11-03a11y: Add check for table used for text formattingParis Oplopoios
2022-11-03a11y: Add check for fake captionsParis Oplopoios
2022-11-03a11y: Add check for fake footnotesParis Oplopoios
2022-10-21a11y: Add check for short hyperlinksofftkp
2022-10-17a11y: Add check for spacing spacesofftkp
2022-10-17a11y: Add check for spacing newlinesParis Oplopoios
2022-10-15a11y: Add check for background imageofftkp
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-11-23Similarly, the proper noun “SmartArt” shouldn’t be pluralizedAdolfo Jayme Barrientos
2020-11-23Copyedit: “Fontwork” is uncountable, “be sure” ≠ “make sure”, ...Adolfo Jayme Barrientos
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko
2020-11-05tdf#137968 Added check for the headings orderIvan Stefanenko
2020-09-30tdf#137104 Added a check for headings in tablesIvan Stefanenko
2020-09-08tdf#136468 Added a new check for objects and nodes.Stefanenko
2020-09-03tdf#136399 AccessibilityCheck: Inserted a new checkStefanenko
2020-01-26acc. check: check if text format conveys additional meaningTomaž Vajngerl
2020-01-06acc. check: move accessibility check strings to own fileTomaž Vajngerl