From b7dfed873d79417fff83410760fec84567b534e9 Mon Sep 17 00:00:00 2001 From: Arvind K Date: Fri, 14 Apr 2023 23:49:51 +0530 Subject: tdf#139544 change boundary columns to rows in sort dialog Change-Id: I7f525bea42e6efd3c7c4b62a21d2638b676cd836 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150432 Tested-by: Jenkins Reviewed-by: Andreas Heinisch --- sc/inc/strings.hrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/inc') diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index f7d33399faa2..e860263424be 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -129,6 +129,10 @@ #define SCSTR_FORMULA_SYNTAX_XL_R1C1 NC_("SCSTR_FORMULA_SYNTAX_XL_R1C1", "Excel R1C1") #define SCSTR_COL_LABEL NC_("SCSTR_COL_LABEL", "Range contains column la~bels" ) #define SCSTR_ROW_LABEL NC_("SCSTR_ROW_LABEL", "Range contains ~row labels" ) +#define SCSTR_NOTES_COL_LABEL NC_("SCSTR_INCLUDE_NOTES_COL_LABEL","Include boundary column(s) containing only comments") +#define SCSTR_NOTES_ROW_LABEL NC_("SCSTR_INCLUDE_NOTES_ROW_LABEL","Include boundary row(s) containing only comments") +#define SCSTR_IMAGES_COL_LABEL NC_("SCSTR_INCLUDE_IMAGES_COL_LABEL","Include boundary column(s) containing only images") +#define SCSTR_IMAGES_ROW_LABEL NC_("SCSTR_INCLUDE_IMAGES_ROW_LABEL","Include boundary row(s) containing only images") #define SCSTR_VALERR NC_("SCSTR_VALERR", "Invalid value" ) #define STR_NOFORMULASPECIFIED NC_("STR_NOFORMULASPECIFIED", "No formula specified." ) #define STR_NOCOLROW NC_("STR_NOCOLROW", "Neither row or column specified." ) -- cgit