diff options
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r-- | sc/source/ui/src/globstr.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 1c5f2244bae5..06d1170c0b5d 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -1927,6 +1927,14 @@ Resource RID_GLOBSTR { Text [ en-US ] = "Below Average"; }; + String STR_COND_ABOVE_EQUAL_AVERAGE + { + Text [ en-US ] = "Above or equal Average"; + }; + String STR_COND_BELOW_EQUAL_AVERAGE + { + Text [ en-US ] = "Below or equal Average"; + }; String STR_COND_ERROR { Text [ en-US ] = "an Error code"; |