summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 15:26:32 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 15:26:32 +0000
commit784aebdf5ca16225ff9c80d8cd1d33692eaa6f30 (patch)
treeb465ea608e105d158980a57fe04d42d8f50eb784 /sfx2/source/config
parentac30122351c0b3f84b227689586c36ed0a742571 (diff)
INTEGRATION: CWS sfxcleanup (1.42.152); FILE MERGED
2006/03/29 18:50:25 mba 1.42.152.3: #132394#: remove superfluous code 2006/02/26 18:26:25 mba 1.42.152.2: #132394#: remove superfluous code 2006/02/26 17:15:18 mba 1.42.152.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/config.src48
1 files changed, 5 insertions, 43 deletions
diff --git a/sfx2/source/config/config.src b/sfx2/source/config/config.src
index 26aa261159..d05e55e594 100644
--- a/sfx2/source/config/config.src
+++ b/sfx2/source/config/config.src
@@ -4,9 +4,9 @@
*
* $RCSfile: config.src,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:22:48 $
+ * last change: $Author: rt $ $Date: 2006-05-02 16:26:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,14 +33,10 @@
*
************************************************************************/
-#include "config.hrc"
+//#include "config.hrc"
+//#include "sfxlocal.hrc"
+#include "sfx.hrc"
-String STR_EVENTCONFIG
-{
- Text [ de ] = "Ereigniszuordnung" ;
- Text [ en-US ] = "Assign events" ;
- Text [ x-comment ] = " ";
-};
String STR_FILTERNAME_CFG
{
Text [ de ] = "Konfiguration" ;
@@ -48,40 +44,6 @@ String STR_FILTERNAME_CFG
Text [ x-comment ] = " ";
};
-QueryBox DLG_MACROQUERY
-{
- Buttons = WB_OK_CANCEL;
- Title [ de ] = "Makro ausführen" ;
- Title [ en-US ] = "Run Macro" ;
- Title [ x-comment ] = " ";
-
- Message [ de ] = "Es wurde ein Ereignis ausgelöst, auf das das Makro $(MACRO) konfiguriert ist. $(TEXT)";
- Message [ en-US ] = "An event was triggered to which the macro $(MACRO) belongs. $(TEXT)";
-
- String BTN_OK
- {
- Text [ de ] = "Ausführen" ;
- Text [ en-US ] = "Run" ;
- Text [ x-comment ] = " ";
- };
- String BTN_CANCEL
- {
- Text [ de ] = "Nicht Ausführen" ;
- Text [ en-US ] = "Do Not Run" ;
- Text [ x-comment ] = " ";
- };
- String FT_CANCEL
- {
- Text [ de ] = "Nach den Sicherheitseinstellungen soll dieses Makro nicht ausgeführt werden. Möchten Sie es trotzdem ausführen?";
- Text [ en-US ] = "According to the security settings, this macro should not be run. Do you want to run it anyway?";
- };
- String FT_OK
- {
- Text [ de ] = "Möchten Sie dieses Makro ausführen?";
- Text [ en-US ] = "Do you want to run the macro?";
- };
-};
-