summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorArvind K <khandelwalarvind26@gmail.com>2023-04-14 23:49:51 +0530
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2023-04-24 10:39:20 +0200
commitb7dfed873d79417fff83410760fec84567b534e9 (patch)
treec02dcc64ae22b81dc733ea9c7f52a4d19c0f5cfc /sc/inc
parent5c59d6f51f837639f1f0f24e154814136bbdfda9 (diff)
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 <andreas.heinisch@yahoo.de>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/strings.hrc4
1 files changed, 4 insertions, 0 deletions
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." )