Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
cd91c00c
Kaydet (Commit)
cd91c00c
authored
Eyl 18, 2002
tarafından
Jörg Barfurth
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#102850# Error messages for configuration bootstrap failures
üst
3c3485ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
4 deletions
+76
-4
desktop.hrc
desktop/source/app/desktop.hrc
+13
-2
desktop.src
desktop/source/app/desktop.src
+63
-2
No files found.
desktop/source/app/desktop.hrc
Dosyayı görüntüle @
cd91c00c
...
@@ -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:2
0 $
* last change: $Author:
jb $ $Date: 2002-09-18 15:30:1
0 $
*
*
* 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)
...
...
desktop/source/app/desktop.src
Dosyayı görüntüle @
cd91c00c
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: desktop.src,v $
* $RCSfile: desktop.src,v $
*
*
* $Revision: 1.3
5
$
* $Revision: 1.3
6
$
*
*
* 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" ;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment