diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 11:57:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 11:57:40 +0000 |
commit | b98e3f84b270c25757f5eaaaf97483291d0ee491 (patch) | |
tree | 596363a10be7317c21a66f9b7a38c796b3438afb /uui | |
parent | f6351c1cabf06c99eaa2fb39ec4471eb8e09078f (diff) |
INTEGRATION: CWS cfgruggedised (1.56.6); FILE MERGED
2004/07/23 13:38:45 jb 1.56.6.1: #i28654#,#i29838# Add configuration backend error support to common InteractionHandler
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.src | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src index 59811960f48e..77691648baf9 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -2,9 +2,9 @@ * * $RCSfile: ids.src,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: hjs $ $Date: 2004-06-26 03:12:43 $ + * last change: $Author: rt $ $Date: 2004-08-20 12:57:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -396,6 +396,30 @@ Resource RID_UUI_ERRHDL Text [ en-US ] = "The file '$(ARG1)' could not be repaired and therefore cannot be opened."; }; + String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE & ERRCODE_RES_MASK) + { + Text [ de ] = "Konfigurationsdaten aus '$(ARG1)' sind beschdigt. Ohne diese beschdigten Daten knnen einige Funktionen nicht korrekt ausgefhrt werden.\nSoll %PRODUCTNAME ohne die beschdigten Konfigurationsdaten starten?"; + Text [ en-US ] = "Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"; + }; + + String (ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE & ERRCODE_RES_MASK) + { + Text [ de ] = "Die persnliche Konfigurationsdatei '$(ARG1)' ist beschdigt und muss gelscht werden. Einige Ihrer persnlichen Einstellungen gehen dabei verloren.\nSoll %PRODUCTNAME ohne die beschdigten Konfigurationsdaten starten?"; + Text [ en-US ] = "The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\nDo you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"; + }; + + String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING & ERRCODE_RES_MASK) + { + Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfgbar. Ohne diese fehlenden Daten knnen einige Funktionen nicht korrekt ausgefhrt werden."; + Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."; + }; + + String (ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER & ERRCODE_RES_MASK) + { + Text [ de ] = "Die Konfigurationsdatenquelle '$(ARG1)' ist nicht verfgbar. Ohne diese fehlenden Daten knnen einige Funktionen nicht korrekt ausgefhrt werden.\nSoll %PRODUCTNAME ohne die fehlenden Konfigurationsdaten starten?"; + Text [ en-US ] = "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\nDo you want to continue startup of %PRODUCTNAME without the missing configuration data?"; + }; + }; |