diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-17 20:43:04 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-17 20:53:11 +0300 |
commit | 9f3e815adc5abb32272e7413e20168dcb73ef60e (patch) | |
tree | 2e358607033282f1a4dd60509b326e19f76e5fcd /indra/newview/installers/windows/lang_de.nsi | |
parent | 75668d45221a48728b67c63ba3ef41c728f51214 (diff) |
SL-17585 Ensure nothing went wrong with installation during 'File' operations
Diffstat (limited to 'indra/newview/installers/windows/lang_de.nsi')
-rwxr-xr-x | indra/newview/installers/windows/lang_de.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/lang_de.nsi b/indra/newview/installers/windows/lang_de.nsi index 188c30197a..d9a5e90a78 100755 --- a/indra/newview/installers/windows/lang_de.nsi +++ b/indra/newview/installers/windows/lang_de.nsi @@ -73,6 +73,10 @@ LangString CloseSecondLifeUnInstMB ${LANG_GERMAN} "Second Life kann nicht entfer ; CheckNetworkConnection
LangString CheckNetworkConnectionDP ${LANG_GERMAN} "Prüfe Netzwerkverbindung..."
+; error during installation
+LangString ErrorSecondLifeInstallRetry ${LANG_GERMAN} "Second Life installer encountered issues during installation. Some files may not have been copied correctly."
+LangString ErrorSecondLifeInstallSupport ${LANG_GERMAN} "Please reinstall viewer from https://secondlife.com/support/downloads/ and contact https://support.secondlife.com if issue persists after reinstall."
+
; ask to remove user's data files
LangString RemoveDataFilesMB ${LANG_GERMAN} "Möchten Sie alle anderen zu Second Life gehörigen Dateien ebenfalls ENTFERNEN?$\n$\nWir empfehlen, die Einstellungen und Cache-Dateien zu behalten, wenn Sie andere Versionen von Second Life installiert haben oder eine Deinstallation durchführen, um Second Life auf eine neuere Version zu aktualisieren."
|