'NON-LOCALIZABLE: Return values from OUACtrl.ocx. Used by the "Show Me" jumps.
msouierrSuccess=0
msouierrFail=1
msouierrNotValidId=2
msouierrNoDialog=3
msouierrWrongDialog=4
msouierrAdminDisabled=5
msouierrDisabled=6
msouierrOn=7
msouierrOff=8
msouierrUnknown=9
msouierrAppModal=10
'LOCALIZABLE: Possible error messages displayed to the user, in order of frequency
L_ShowMe_ErrorMessage(msouierrFail)="Dieser Task kann nicht automatisch abgeschlossen werden. Fⁿhren Sie die letzten Schritte manuell durch." 'Message to display when there is a general Show Me failure
L_ShowMe_ErrorMessage(msouierrAppModal)="Es wird bereits ein Dialogfeld angezeigt." 'Message to display when the application is already displaying a dialog
L_ShowMe_ErrorMessage(msouierrDisabled)="Dieser Task kann nicht automatisch abgeschlossen werden. Fⁿhren Sie die letzten Schritte manuell durch." 'Message to display when the application is in a state that makes the feature disabled
L_ShowMe_ErrorMessage(msouierrNoDialog)="Das Dialogfeld wurde nicht angezeigt." 'Message to display when the application doesn't display the requested dialog
L_ShowMe_ErrorMessage(msouierrAdminDisabled)="Der Befehl, den Sie verwenden m÷chten, wurde vom Administrator deaktiviert." 'Message to display when the feature we're trying to use is disabled by an administrator
L_ShowMe_ErrorMessage(msouierrWrongDialog)="Die Option ist im angegebenen Dialogfeld nicht vorhanden." 'Message to display when we attempt to "click" a non-existent control on a dialog ("Do It" jumps -- not really used)
L_ShowMe_ErrorMessage(msouierrNotValidId)="Interner Fehler. Fⁿhren Sie die letzten Schritte manuell durch." 'Message to display when our Show Me code calls the wrong TCID (This should never display!)
'NOTE TO VENDORS: These string resources need to be the same as the ones in
' "IE 3.0x Fixes.xls"!! Please do the following:
' - Click the "Copy MsgBox" on the worksheet.
' - Remove the existing lines below between "BEGIN" and "END"
' - Paste the contents of the clipboard between "BEGIN" and "END"
' - Insert a "Dim" statement at the top of this file for each
' constant
'
'*** BEGIN *** BEGIN *** BEGIN *** BEGIN *** BEGIN *** BEGIN *** BEGIN *** BEGIN ***
'LOCALIZABLE: Problem/Solution style dialog for "Security setting too high"
L_SecurityT1_ErrorMessage="Diese Prozedur kann von der Hilfe nicht angezeigt werden, da im Browser eine zu hohe Sicherheitseinstellung festgelegt wurde" 'Line 1 of problem text
L_SecurityT2_ErrorMessage="oder das ActiveX-Steuerelement ""Ouactrl.ocx"" nicht ordnungsgemΣ▀ installiert ist." 'Line 2 of problem text
L_SecurityE1_ErrorMessage="- WΣhlen Sie im Browser eine niedrigere Sicherheitseinstellung." 'Line 1 of solution text
L_SecurityE2_ErrorMessage="- Wenn diese Meldung angezeigt wird, nachdem eine niedrigere Sicherheitseinstellung ausgewΣhlt wurde, wenden Sie sich an den Systemadministrator, " 'Line 2 of solution text
L_SecurityE3_ErrorMessage="um Hilfe bei der Problembehandlung der Installation des ActiveX-Steuerelements ""Ouactrl.ocx"" zu erhalten," 'Line 3 of solution text
L_SecurityE4_ErrorMessage=" das sich im Installationsordner von Microsoft Office befindet." 'Line 4 of solution text