diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:52:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:52:04 +0000 |
commit | b2f2a11aad70a10d195c53a6d199d935c9f1d7ca (patch) | |
tree | ff97215774df8879da49649d71edf10a40ecdaca /desktop | |
parent | 95e7fb23885161b72039ba73c0fa9fd4d5d37879 (diff) |
INTEGRATION: CWS fwk34 (1.66.54); FILE MERGED
2006/03/22 12:09:48 as 1.66.54.3: fix typo
2006/03/22 11:44:59 cd 1.66.54.2: #b6183577# Fixed wrong sentence for german
2006/02/28 15:42:44 cd 1.66.54.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/desktop.src | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index 239d16ccc22b..5f066abe55ef 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -4,9 +4,9 @@ * * $RCSfile: desktop.src,v $ * - * $Revision: 1.67 $ + * $Revision: 1.68 $ * - * last change: $Author: obo $ $Date: 2006-03-22 09:49:04 $ + * last change: $Author: obo $ $Date: 2006-03-24 13:52:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -272,3 +272,15 @@ String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE Text [ de ] = "Der Pfad-Manager ist nicht verfügbar.\n"; Text [ en-US ] = "The path manager is not available.\n"; }; + +String STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE +{ + Text [ en-US ] = "%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n\n"; + Text [ de ] = "Die %PRODUCTNAME Benutzerinstallation konnte nicht abgeschlossen werden, da nicht genügend freier Speicherplatz zur Verfügung steht. Bitte stellen Sie mehr freien Speicher im folgenden Pfad zur Verfügung und starten Sie %PRODUCTNAME neu:\n\n"; +}; + +String STR_BOOSTRAP_ERR_NOACCESSRIGHTS +{ + Text [ en-US ] = "%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n\n"; + Text [ de ] = "Die %PRODUCTNAME Benutzerinstallation konnte aufgrund fehlender Zugriffsrechte nicht durchgeführt werden. Bitte stellen Sie sicher, dass sie Zugriffsrechte für den folgenden Pfad besitzen und starten Sie %PRODUCTNAME neu:\n\n"; +}; |