From 9f92253fd079456010e3b888a2df957fcc402194 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 8 Feb 2001 18:34:07 +0000 Subject: #78987# STR_DATAPILOT_SUBTOTAL --- sc/inc/globstr.hrc | 8 +++++--- 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ş değil. Mevcut içeriğin üzerine yazılsın mı?"; Text[ language_user1 ] = " "; }; + String STR_DATAPILOT_SUBTOTAL + { + Text = "Der Quellbereich enthält Teilergebnisse, die das Ergebnis verfälschen können. 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" ; -- cgit