diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-11-25 12:35:59 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-11-27 10:42:01 +0100 |
commit | 470682b3abf0622f5e9663d62d8641f63ceb6f30 (patch) | |
tree | 8ed69d78f53a2ada87107681c68dd6cfd8b48c42 /sc/inc/strings.hrc | |
parent | 43dd18bf7162106923a0dc90fd113458cb8e8e30 (diff) |
tdf#113831 Show number of search results
Skipped label used to show the number via resource strings
Change-Id: I6f57799565126c202041d0bf6a9f361d4e64cdfd
Reviewed-on: https://gerrit.libreoffice.org/45269
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc/inc/strings.hrc')
-rw-r--r-- | sc/inc/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index e82b9d1f5362..a29c93b54a7c 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -47,6 +47,8 @@ #define SCSTR_NO_TAB_BG_COLOR NC_("SCSTR_NO_TAB_BG_COLOR", "Default") #define SCSTR_RENAMEOBJECT NC_("SCSTR_RENAMEOBJECT", "Name Object") #define STR_INSERTGRAPHIC NC_("STR_INSERTGRAPHIC", "Insert Image") +#define SCSTR_TOTAL NC_("SCSTR_TOTAL", "%1 results found") +#define SCSTR_SKIPPED NC_("SCSTR_SKIPPED", "(only %1 are listed)") // Attribute #define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Document") #define SCSTR_UNPROTECTDOC NC_("SCSTR_UNPROTECTDOC", "Unprotect document") |