Kaydet (Commit) cd91c00c authored tarafından Jörg Barfurth's avatar Jörg Barfurth

#102850# Error messages for configuration bootstrap failures

üst 3c3485ab
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: desktop.hrc,v $ * $RCSfile: desktop.hrc,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: cd $ $Date: 2002-08-16 13:54:20 $ * last change: $Author: jb $ $Date: 2002-09-18 15:30:10 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -99,6 +99,17 @@ ...@@ -99,6 +99,17 @@
#define STR_SETUP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+160) #define STR_SETUP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+160)
#define STR_SSO_REQUEST (RID_DESKTOP_STRING_START+170) #define STR_SSO_REQUEST (RID_DESKTOP_STRING_START+170)
#define STR_SSO_RELOGIN (RID_DESKTOP_STRING_START+171)
#define STR_CONFIG_WARN_LOCAL_FALLBACK (RID_DESKTOP_STRING_START+180)
#define STR_CONFIG_WARN_OFFLINE (RID_DESKTOP_STRING_START+181)
#define STR_CONFIG_ERR_SETTINGS_INCOMPLETE (RID_DESKTOP_STRING_START+182)
#define STR_CONFIG_ERR_CANNOT_CONNECT (RID_DESKTOP_STRING_START+183)
#define STR_CONFIG_ERR_RIGHTS_MISSING (RID_DESKTOP_STRING_START+184)
#define STR_CONFIG_ERR_LOGIN_FAILED (RID_DESKTOP_STRING_START+185)
#define STR_CONFIG_ERR_MECHANISM_INVALID (RID_DESKTOP_STRING_START+186)
#define STR_CONFIG_ERR_ACCESS_GENERAL (RID_DESKTOP_STRING_START+187)
#define STR_CONFIG_ERR_NO_WRITE_ACCESS (RID_DESKTOP_STRING_START+188)
#define STR_WARNING_FAULTYJAVACFG (RID_DESKTOP_STRING_START+200) #define STR_WARNING_FAULTYJAVACFG (RID_DESKTOP_STRING_START+200)
#define STR_WARNING_JAVADISABLED (RID_DESKTOP_STRING_START+201) #define STR_WARNING_JAVADISABLED (RID_DESKTOP_STRING_START+201)
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: desktop.src,v $ * $RCSfile: desktop.src,v $
* *
* $Revision: 1.35 $ * $Revision: 1.36 $
* *
* last change: $Author: kz $ $Date: 2002-09-13 14:41:19 $ * last change: $Author: jb $ $Date: 2002-09-18 15:30:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -716,6 +716,67 @@ String STR_SSO_REQUEST ...@@ -716,6 +716,67 @@ String STR_SSO_REQUEST
Text[ thai ] = "Please enter your user name and password for accessing your personal settings. "; Text[ thai ] = "Please enter your user name and password for accessing your personal settings. ";
}; };
String STR_SSO_RELOGIN
{
Text = "Bitte wiederholen Sie Ihre Anmeldung. " ;
Text[ ENGLISH ] = "Please log in again. " ;
};
String STR_CONFIG_WARN_LOCAL_FALLBACK
{
Text = "StarOffice wird Ihre lokal-gespeicherten persnlichen Einstellungen verwenden, um mit dem Programmstart fortzufahren. " ;
Text[ ENGLISH ] = "StarOffice will continue the startup using your locally stored personal settings. " ;
};
String STR_CONFIG_WARN_OFFLINE
{
Text = "Ihre genderten persnlichen Einstellungen werden von StarOffice zunchst lokal gespeichert und beim nchsten Programmstart synchronisiert. " ;
Text[ ENGLISH ] = "The changes you have made to your personal settings will be stored locally and synchronized the next time you start StarOffice. " ;
};
String STR_CONFIG_ERR_SETTINGS_INCOMPLETE
{
Text = "Die Starteinstellungen fr den Zugriff auf die zentrale Konfiguration sind unvollstndig. " ;
Text[ ENGLISH ] = "The startup settings for accessing the central configuration are incomplete. " ;
};
String STR_CONFIG_ERR_CANNOT_CONNECT
{
Text = "Eine Verbindung zur zentralen Konfiguration kann nicht hergestellt werden. " ;
Text[ ENGLISH ] = "A connection to the central configuration could not be established. " ;
};
String STR_CONFIG_ERR_RIGHTS_MISSING
{
Text = "Aufgrund fehlender Zugriffsrechte knnen Sie nicht auf die zentrale Konfiguration zugreifen. " ;
Text[ ENGLISH ] = "You cannot access the central configuration because of missing access rights. " ;
};
String STR_CONFIG_ERR_LOGIN_FAILED
{
Text = "Die Anmeldung zur zentralen Konfiguration ist fehlgeschlagen. Der Benutzername oder das Kennwort ist falsch. " ;
Text[ ENGLISH ] = "Your login to the central configuration was not successful. Either the user name or password is invalid. " ;
};
String STR_CONFIG_ERR_MECHANISM_INVALID
{
Text = "Die gewhlte Authentifizierungsmethode fr den Zugriff auf die zentrale Konfiguration wird nicht untersttzt. " ;
Text[ ENGLISH ] = "The specified authentication method to access the central configuration is not supported. " ;
};
String STR_CONFIG_ERR_ACCESS_GENERAL
{
Text = "Ein genereller Fehler ist beim Zugriff auf die zentrale Konfiguration aufgetreten. " ;
Text[ ENGLISH ] = "A general access error occurred while accessing your central configuration. " ;
};
String STR_CONFIG_ERR_NO_WRITE_ACCESS
{
Text = "Ihre genderten persnlichen Einstellungen knnen aufgrund fehlender Zugriffsrechte nicht zentral gespeichert werden. " ;
Text[ ENGLISH ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. " ;
};
String STR_WARNING_FAULTYJAVACFG String STR_WARNING_FAULTYJAVACFG
{ {
Text = "Fehlerhafte java.ini-Konfiguration" ; Text = "Fehlerhafte java.ini-Konfiguration" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment