diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-09 08:58:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-09 16:37:10 +0200 |
commit | 2116f1d7932aa778afb14daf9cf5cd3df7b05fc1 (patch) | |
tree | 1bebb20216b18b6c2fcc604cfd9c0eb2e658e45e /sc/inc/strings.hrc | |
parent | 2bd87a28d5b7ff406176b20eddf614e9be624c84 (diff) |
add some more pluralized form examples
Change-Id: I7163577fb43f28c8c9c138ebf3a9d36586247a32
Reviewed-on: https://gerrit.libreoffice.org/61587
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/strings.hrc')
-rw-r--r-- | sc/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index dc606e3bd379..faaf973452a3 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -50,7 +50,7 @@ #define SCSTR_RENAMEOBJECT NC_("SCSTR_RENAMEOBJECT", "Name Object") #define STR_INSERTGRAPHIC NC_("STR_INSERTGRAPHIC", "Insert Image") #define STR_QUERYROTATION NC_("STR_QUERYROTATION", "This image is rotated. Would you like to rotate it into standard orientation?") -#define SCSTR_TOTAL NNC_("SCSTR_TOTAL", "1 result found", "%1 results found") +#define SCSTR_TOTAL NNC_("SCSTR_TOTAL", "One result found", "%1 results found") #define SCSTR_SKIPPED NC_("SCSTR_SKIPPED", "(only %1 are listed)") // Attribute #define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Spreadsheet Structure") |