summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-01-06 12:38:13 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-01-11 09:22:52 +0100
commitcf3840931454553ff25e488dc1ede2af65e0016b (patch)
treeba03aba6df6f0b6895e7f5502e9f3e123755886d /include/svl
parent98538ea2155274b4cdb66a5d4e46d221aec564d3 (diff)
tdf#145919 Localize strings in Graphics Test dialog
but not in the saved log file Change-Id: I65c580e7b8762b654f1812c96bc53841b882a960 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128087 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/svl.hrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svl/svl.hrc b/include/svl/svl.hrc
index f1f60756c301..205227377ff3 100644
--- a/include/svl/svl.hrc
+++ b/include/svl/svl.hrc
@@ -26,6 +26,12 @@
#define STR_SVT_MIMETYPE_CNT_FSYSBOX NC_("STR_SVT_MIMETYPE_CNT_FSYSBOX", "Workplace")
#define STR_FILECTRL_BUTTONTEXT NC_("STR_FILECTRL_BUTTONTEXT", "Browse...")
+// tdf#145919 localizable strings to be shared in vcl and cui modules
+#define GRTSTR_PASSED NC_("GRTSTR_PASSED", "PASSED")
+#define GRTSTR_QUIRKY NC_("GRTSTR_QUIRKY", "QUIRKY")
+#define GRTSTR_FAILED NC_("GRTSTR_FAILED", "FAILED")
+#define GRTSTR_SKIPPED NC_("GRTSTR_SKIPPED", "SKIPPED")
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */