summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-02 14:18:08 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-02 14:58:12 +0100
commitf4cac2d83bec0d3dc6aa8227db2c29ed9b658581 (patch)
treec954f432a450f5048fcc25d8297265d028e4a263 /sc/source/ui/src
parentbc55b6e101a03d091d5061aae6fcc8bb26950da1 (diff)
also add the new conditional formats to the manage cond format dlg
Change-Id: I4275ca59917d7dc5cd36f948ab28e564bb9bfb56
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/globstr.src24
1 files changed, 24 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 5091477a5351..bbb89a9cb398 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1899,6 +1899,30 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "Formula is";
};
+ String STR_COND_TOP10
+ {
+ Text [ en-US ] = "Top Elements";
+ };
+ String STR_COND_BOTTOM10
+ {
+ Text [ en-US ] = "Bottom Elements";
+ };
+ String STR_COND_TOP_PERCENT
+ {
+ Text [ en-US ] = "Top Percent";
+ };
+ String STR_COND_BOTTOM_PERCENT
+ {
+ Text [ en-US ] = "Bottom Percent";
+ };
+ String STR_COND_ABOVE_AVERAGE
+ {
+ Text [ en-US ] = "Above Average";
+ };
+ String STR_COND_BELOW_AVERAGE
+ {
+ Text [ en-US ] = "Below Average";
+ };
String STR_ERR_CONDFORMAT_PROTECTED
{
Text [ en-US ] = "Conditional Formats can not be created, deleted or changed in protected sheets!";