diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:18:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 15:18:48 +0000 |
commit | c4ce6c31c3429e34fbbcaac20cad999099b58b2d (patch) | |
tree | 6ada0afb433619cafc13592dee9b13fb5e275e1e /desktop/source/app/desktop.src | |
parent | 3cd54e2d5baa1cbdf8a1ae0a43c97c38df1a87d0 (diff) |
INTEGRATION: CWS obr05 (1.69.216); FILE MERGED
2007/04/30 10:49:44 obr 1.69.216.2: RESYNC: (1.69-1.70); FILE MERGED
2007/03/23 09:53:56 obr 1.69.216.1: #i75643# Removed obsolete StartSetup method
Diffstat (limited to 'desktop/source/app/desktop.src')
-rw-r--r-- | desktop/source/app/desktop.src | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index aac3f373a0ef..f5f2e30ed727 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -4,9 +4,9 @@ * * $RCSfile: desktop.src,v $ * - * $Revision: 1.70 $ + * $Revision: 1.71 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 15:38:15 $ + * last change: $Author: kz $ $Date: 2007-06-19 16:18:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,21 +101,6 @@ String STR_BOOTSTRAP_ERR_NO_CFG_SERVICE Text [ en-US ] = "The configuration service is not available."; }; -String STR_ASK_START_SETUP_REPAIR -{ - Text [ en-US ] = "Do you want to start the setup application to repair your installation?"; -}; - -String STR_ASK_START_SETUP -{ - Text [ en-US ] = "Do you want to start the setup application to check your installation?"; -}; - -String STR_SETUP_ERR_CANNOT_START -{ - Text [ en-US ] = "The Setup could not be started automatically. Please start it manually."; -}; - String STR_ASK_START_SETUP_MANUALLY { Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages."; |