diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-02-08 18:34:07 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-02-08 18:34:07 +0000 |
commit | 9f92253fd079456010e3b888a2df957fcc402194 (patch) | |
tree | 7051f689bcedaee9a04120c9d0abeabd14f4d836 | |
parent | ea61e21410d2922724bee35dbdaaca25ed638378 (diff) |
#78987# STR_DATAPILOT_SUBTOTAL
-rw-r--r-- | sc/inc/globstr.hrc | 8 | ||||
-rw-r--r-- | sc/source/ui/src/globstr.src | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 0a29514e78a2..15ed3e82f679 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -2,9 +2,9 @@ * * $RCSfile: globstr.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ + * last change: $Author: nn $ $Date: 2001-02-08 19:32:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -535,7 +535,9 @@ #define STR_UNDO_EDITCELLSTYLE 378 #define STR_UNDO_EDITPAGESTYLE 379 -#define STR_COUNT 379 +#define STR_DATAPILOT_SUBTOTAL 380 + +#define STR_COUNT 380 diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 253da7107c69..d262f3de02a6 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -2,9 +2,9 @@ * * $RCSfile: globstr.src,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2001-02-02 16:34:15 $ + * last change: $Author: nn $ $Date: 2001-02-08 19:34:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3283,6 +3283,11 @@ Resource RID_GLOBSTR Text[ turkish ] = "Hedef aral bo deil. Mevcut ieriin zerine yazlsn m?"; Text[ language_user1 ] = " "; }; + String STR_DATAPILOT_SUBTOTAL + { + Text = "Der Quellbereich enthlt Teilergebnisse, die das Ergebnis verflschen knnen. Soll er trotzdem verwendet werden?"; + Text [ ENGLISH ] = "The source range contains subtotals which may distort the results. Use it anyway?"; + }; String STR_PIVOT_PROGRESS { Text = "Datenpilot-Tabelle erstellen" ; |