summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org>2020-03-05 11:49:11 +0300
committerEike Rathke <erack@redhat.com>2020-05-27 20:29:50 +0200
commit97e14560e4b741c5eec027eced44f8f286d5523c (patch)
treedbdf74f7f3b0f3aeca2bbb25e4d770f3239c0e4b /sc/inc
parentc3fbda80eb1d52239d8992eaadeabf89ee57170f (diff)
tdf#131045:Make condition names grammatically correct
Change-Id: Iae44adc763642632c269d6778b71411be99a68d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90007 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/globstr.hrc38
1 files changed, 19 insertions, 19 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index acb159d4605f..d393739292e5 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -432,30 +432,30 @@
#define STR_ERR_NAME_INVALID NC_("STR_ERR_NAME_INVALID", "Invalid name. Only use letters, numbers and underscore.")
#define STR_UNSAVED_EXT_REF NC_("STR_UNSAVED_EXT_REF", "This Document contains external references to unsaved documents.\n\nDo you want to continue?")
#define STR_CLOSE_WITH_UNSAVED_REFS NC_("STR_CLOSE_WITH_UNSAVED_REFS", "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss.")
-#define STR_COND_CONDITION NC_("STR_COND_CONDITION", "Cell value is")
+#define STR_COND_CONDITION NC_("STR_COND_CONDITION", "Cell value")
#define STR_COND_COLORSCALE NC_("STR_COND_COLORSCALE", "ColorScale")
#define STR_COND_DATABAR NC_("STR_COND_DATABAR", "DataBar")
#define STR_COND_ICONSET NC_("STR_COND_ICONSET", "IconSet")
-#define STR_COND_BETWEEN NC_("STR_COND_BETWEEN", "between")
-#define STR_COND_NOTBETWEEN NC_("STR_COND_NOTBETWEEN", "not between")
-#define STR_COND_UNIQUE NC_("STR_COND_UNIQUE", "unique")
-#define STR_COND_DUPLICATE NC_("STR_COND_DUPLICATE", "duplicate")
+#define STR_COND_BETWEEN NC_("STR_COND_BETWEEN", "is between")
+#define STR_COND_NOTBETWEEN NC_("STR_COND_NOTBETWEEN", "is not between")
+#define STR_COND_UNIQUE NC_("STR_COND_UNIQUE", "is unique")
+#define STR_COND_DUPLICATE NC_("STR_COND_DUPLICATE", "is duplicate")
#define STR_COND_FORMULA NC_("STR_COND_FORMULA", "Formula is")
-#define STR_COND_TOP10 NC_("STR_COND_TOP10", "Top Elements")
-#define STR_COND_BOTTOM10 NC_("STR_COND_BOTTOM10", "Bottom Elements")
-#define STR_COND_TOP_PERCENT NC_("STR_COND_TOP_PERCENT", "Top Percent")
+#define STR_COND_TOP10 NC_("STR_COND_TOP10", "is in top elements")
+#define STR_COND_BOTTOM10 NC_("STR_COND_BOTTOM10", "is in bottom elements")
+#define STR_COND_TOP_PERCENT NC_("STR_COND_TOP_PERCENT", "is in top percent")
#define STR_COND_DATE NC_("STR_COND_DATE", "Date is")
-#define STR_COND_BOTTOM_PERCENT NC_("STR_COND_BOTTOM_PERCENT", "Bottom Percent")
-#define STR_COND_ABOVE_AVERAGE NC_("STR_COND_ABOVE_AVERAGE", "Above Average")
-#define STR_COND_BELOW_AVERAGE NC_("STR_COND_BELOW_AVERAGE", "Below Average")
-#define STR_COND_ABOVE_EQUAL_AVERAGE NC_("STR_COND_ABOVE_EQUAL_AVERAGE", "Above or equal Average")
-#define STR_COND_BELOW_EQUAL_AVERAGE NC_("STR_COND_BELOW_EQUAL_AVERAGE", "Below or equal Average")
-#define STR_COND_ERROR NC_("STR_COND_ERROR", "an Error code")
-#define STR_COND_NOERROR NC_("STR_COND_NOERROR", "not an Error code")
-#define STR_COND_BEGINS_WITH NC_("STR_COND_BEGINS_WITH", "Begins with")
-#define STR_COND_ENDS_WITH NC_("STR_COND_ENDS_WITH", "Ends with")
-#define STR_COND_CONTAINS NC_("STR_COND_CONTAINS", "Contains")
-#define STR_COND_NOT_CONTAINS NC_("STR_COND_NOT_CONTAINS", "Not Contains")
+#define STR_COND_BOTTOM_PERCENT NC_("STR_COND_BOTTOM_PERCENT", "is in bottom percent")
+#define STR_COND_ABOVE_AVERAGE NC_("STR_COND_ABOVE_AVERAGE", "is above average")
+#define STR_COND_BELOW_AVERAGE NC_("STR_COND_BELOW_AVERAGE", "is below average")
+#define STR_COND_ABOVE_EQUAL_AVERAGE NC_("STR_COND_ABOVE_EQUAL_AVERAGE", "is above or equal average")
+#define STR_COND_BELOW_EQUAL_AVERAGE NC_("STR_COND_BELOW_EQUAL_AVERAGE", "is below or equal average")
+#define STR_COND_ERROR NC_("STR_COND_ERROR", "is an error code")
+#define STR_COND_NOERROR NC_("STR_COND_NOERROR", "is not an error code")
+#define STR_COND_BEGINS_WITH NC_("STR_COND_BEGINS_WITH", "begins with")
+#define STR_COND_ENDS_WITH NC_("STR_COND_ENDS_WITH", "ends with")
+#define STR_COND_CONTAINS NC_("STR_COND_CONTAINS", "contains")
+#define STR_COND_NOT_CONTAINS NC_("STR_COND_NOT_CONTAINS", "does not contain")
#define STR_COND_TODAY NC_("STR_COND_TODAY", "today")
#define STR_COND_YESTERDAY NC_("STR_COND_YESTERDAY", "yesterday")
#define STR_COND_TOMORROW NC_("STR_COND_TOMORROW", "tomorrow")