summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/filter.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/filter.src')
-rw-r--r--sc/source/ui/src/filter.src20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
index eed896330b0e..ed501b782a8d 100644
--- a/sc/source/ui/src/filter.src
+++ b/sc/source/ui/src/filter.src
@@ -872,3 +872,23 @@ ModalDialog RID_SCDLG_PIVOTFILTER
};
};
+String STR_COPY_AREA_TO
+{
+ Text [ en-US ] = "Copy results to" ;
+};
+String RID_FILTER_OPERATOR
+{
+ Text [ en-US ] = "Operator" ;
+};
+String RID_FILTER_FIELDNAME
+{
+ Text [ en-US ] = "Field Name" ;
+};
+String RID_FILTER_CONDITION
+{
+ Text [ en-US ] = "Condition" ;
+};
+String RID_FILTER_VALUE
+{
+ Text [ en-US ] = "Value" ;
+};