summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/src/scstring.src
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:45:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:45:26 +0000
commit18ad601726d19b9cd29eb97cd7d5578b8d932b95 (patch)
treef2b7487b262d0bdf887a51893a5882ddce85aced /sc/source/ui/src/scstring.src
parentINTEGRATION: CWS dr55 (1.66.56); FILE MERGED (diff)
downloadcore-18ad601726d19b9cd29eb97cd7d5578b8d932b95.tar.gz
core-18ad601726d19b9cd29eb97cd7d5578b8d932b95.zip
INTEGRATION: CWS dr55 (1.86.56); FILE MERGED
2007/06/22 12:51:46 tbe 1.86.56.2: #i78488# Warn if printing output is empty 2007/06/13 14:35:56 dr 1.86.56.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r--sc/source/ui/src/scstring.src12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index ebea3976f410..e56b9a7ab569 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -4,9 +4,9 @@
*
* $RCSfile: scstring.src,v $
*
- * $Revision: 1.86 $
+ * $Revision: 1.87 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 16:47:03 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:45:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -553,6 +553,10 @@ String STR_REPLCELLSWARN
Text [ en-US ] = "You are pasting data into cells that already contain data.\nDo you really want to overwrite the existing data?";
};
+String STR_PRINT_NOTHING
+{
+ Text [ en-US ] = "There is nothing to print. The selected print range or sheet is empty.";
+};
String STR_ACC_CSVRULER_NAME
{
@@ -719,4 +723,8 @@ String SCSTR_MEDIASHELL
Text [ en-US ] = "Media Playback";
};
+String RID_SCSTR_ONCLICK
+{
+ Text [ en-US ] = "Mouse button pressed";
+};